TPTP Problem File: SYO926^1.p
View Solutions
- Solve Problem
%------------------------------------------------------------------------------
% File : SYO926^1 : TPTP v9.0.0. Released v9.0.0.
% Domain : Syntactic
% Problem : Basic modal reasoning
% Version : [Ste21] axioms.
% English :
% Refs : [Ste21] Steen (2021), Email to Geoff Sutcliffe
% Source : [Ste21]
% Names : ex1_semantics.p [Ste21]
% Status : Theorem
% Rating : 0.00 v9.0.0
% Syntax : Number of formulae : 1 ( 0 unt; 0 typ; 0 def)
% Number of atoms : 0 ( 0 equ; 0 cnn)
% Maximal formula atoms : 0 ( 0 avg)
% Number of connectives : 3 ( 0 ~; 0 |; 0 &; 0 @)
% ( 0 <=>; 1 =>; 0 <=; 0 <~>)
% ( 2 {.}; 0 {#})
% Maximal formula depth : 5 ( 5 avg)
% Number of types : 1 ( 0 usr)
% Number of type conns : 0 ( 0 >; 0 *; 0 +; 0 <<)
% Number of symbols : 0 ( 0 usr; 0 con; --- aty)
% Number of variables : 1 ( 0 ^; 1 !; 0 ?; 1 :)
% SPC : NH0_THM_NEQ_NAR
% Comments :
%------------------------------------------------------------------------------
thf(spec,logic,
$modal ==
[ $domains == $constant,
$designation == $rigid,
$terms == $local,
$modalities == $modal_system_S5 ] ).
thf(mysterious,conjecture,
! [A: $o] :
( A
=> [.] <.> A ) ).
%------------------------------------------------------------------------------