TPTP Problem File: SYO888_10.p

View Solutions - Solve Problem

%------------------------------------------------------------------------------
% File     : SYO888_10 : TPTP v8.2.0. Released v8.2.0.
% Domain   : Syntactic
% Problem  : Girle problem
% Version  : Especial.
% English  :

% Refs     : [Gir00] Girle (2000), Modal Logics and Philosophy
%          : [RO12]  Raths & Otten (2012), The QMLTP Problem Library for Fi
% Source   : [QMLTP]
% Names    : SYM019+1 [QMLTP]

% Status   : Theorem
% Rating   : 0.00 v8.2.0
% Syntax   : Number of formulae    :   11 (   2 unt;   7 typ;   0 def)
%            Number of atoms       :   17 (   0 equ)
%            Maximal formula atoms :   12 (   4 avg)
%            Number of connectives :   13 (   0   ~;   0   |;   2   &)
%                                         (   0 <=>;  11  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    8 (   5 avg)
%            Maximal term depth    :    1 (   1 avg)
%            Number of types       :    3 (   1 usr)
%            Number of type conns  :   10 (   5   >;   5   *;   0   +;   0  <<)
%            Number of predicates  :    5 (   5 usr;   0 prp; 2-2 aty)
%            Number of functors    :    1 (   1 usr;   1 con; 0-0 aty)
%            Number of variables   :   12 (;  11   !;   1   ?;  12   :)
% SPC      : TF0_THM_NEQ_NAR

% Comments : Generated by embedproblem, version 1.7.14, rigid constant, 
%            modal_system_S4, TFF embedding.
%------------------------------------------------------------------------------
tff('$ki_world_type',type,
    '$ki_world': $tType ).

tff('$ki_local_world_decl',type,
    '$ki_local_world': '$ki_world' ).

tff('$ki_accessible_decl',type,
    '$ki_accessible': ( '$ki_world' * '$ki_world' ) > $o ).

tff(mrel_reflexive,axiom,
    ! [W: '$ki_world'] : '$ki_accessible'(W,W) ).

tff(mrel_transitive,axiom,
    ! [W: '$ki_world',V: '$ki_world',U: '$ki_world'] :
      ( ( '$ki_accessible'(W,V)
        & '$ki_accessible'(V,U) )
     => '$ki_accessible'(W,U) ) ).

tff(f_decl,type,
    f: ( '$ki_world' * $i ) > $o ).

tff(g_decl,type,
    g: ( '$ki_world' * $i ) > $o ).

tff(h_decl,type,
    h: ( '$ki_world' * $i ) > $o ).

tff('$ki_exists_in_world_$i_decl',type,
    '$ki_exists_in_world_$i': ( '$ki_world' * $i ) > $o ).

tff('$ki_exists_in_world_$i_nonempty',axiom,
    ! [W: '$ki_world'] :
    ? [X: $i] : '$ki_exists_in_world_$i'(W,X) ).

tff(verify,conjecture,
    ( ( ! [X: $i] :
          ( '$ki_exists_in_world_$i'('$ki_local_world',X)
         => ( f('$ki_local_world',X)
           => ! [W: '$ki_world'] :
                ( '$ki_accessible'('$ki_local_world',W)
               => g(W,X) ) ) )
      & ! [X: $i] :
          ( '$ki_exists_in_world_$i'('$ki_local_world',X)
         => ( g('$ki_local_world',X)
           => ! [W: '$ki_world'] :
                ( '$ki_accessible'('$ki_local_world',W)
               => h(W,X) ) ) ) )
   => ! [X: $i] :
        ( '$ki_exists_in_world_$i'('$ki_local_world',X)
       => ( f('$ki_local_world',X)
         => ! [W: '$ki_world'] :
              ( '$ki_accessible'('$ki_local_world',W)
             => h(W,X) ) ) ) ) ).

%------------------------------------------------------------------------------