TPTP Problem File: SYO577^7.p
View Solutions
- Solve Problem
%------------------------------------------------------------------------------
% File : SYO577^7 : TPTP v7.1.0. Released v5.5.0.
% Domain : Syntactic
% Problem : Mixed Modal Propositional Logic WFFs. problem 19
% Version : [Ben12] axioms.
% English :
% Refs : [Sid09] Sider (2009), Logic for Philosophy
% : [Ben12] Benzmueller (2012), Email to Geoff Sutcliffe
% Source : [Ben12]
% Names : s4-cumul-SYM172+1 [Ben12]
% Status : CounterSatisfiable
% Rating : 0.33 v5.5.0
% Syntax : Number of formulae : 75 ( 0 unit; 38 type; 32 defn)
% Number of atoms : 261 ( 36 equality; 143 variable)
% Maximal formula depth : 11 ( 6 average)
% Number of connectives : 157 ( 5 ~; 5 |; 9 &; 128 @)
% ( 0 <=>; 10 =>; 0 <=; 0 <~>)
% ( 0 ~|; 0 ~&)
% Number of type conns : 182 ( 182 >; 0 *; 0 +; 0 <<)
% Number of symbols : 42 ( 38 :; 0 =)
% Number of variables : 90 ( 2 sgn; 34 !; 7 ?; 49 ^)
% ( 90 :; 0 !>; 0 ?*)
% ( 0 @-; 0 @+)
% SPC : TH0_CSA_EQU_NAR
% Comments :
%------------------------------------------------------------------------------
%----Include axioms for Modal logic S4 under cumulative domains
include('Axioms/LCL015^0.ax').
include('Axioms/LCL013^5.ax').
include('Axioms/LCL015^1.ax').
%------------------------------------------------------------------------------
thf(q_type,type,(
q: $i > $o )).
thf(p_type,type,(
p: $i > $o )).
thf(con,conjecture,
( mvalid @ ( mor @ ( mbox_s4 @ ( mimplies @ ( mbox_s4 @ p ) @ q ) ) @ ( mbox_s4 @ ( mimplies @ ( mbox_s4 @ q ) @ p ) ) ) )).
%------------------------------------------------------------------------------