TSTP Solution File: SYO896^7 by Leo-III---1.7.12

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Leo-III---1.7.12
% Problem  : SYO896^7 : TPTP v8.2.0. Released v8.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_Leo-III %s %d

% Computer : n015.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Tue May 21 08:58:44 EDT 2024

% Result   : Theorem 3.60s 2.35s
% Output   : Refutation 3.75s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :   18
% Syntax   : Number of formulae    :   21 (   7 unt;  11 typ;   6 def)
%            Number of atoms       :   53 (   6 equ;   0 cnn)
%            Maximal formula atoms :   15 (   5 avg)
%            Number of connectives :   67 (   5   ~;   0   |;   4   &;  51   @)
%                                         (   0 <=>;   7  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   10 (   4 avg)
%            Number of types       :    2 (   1 usr)
%            Number of type conns  :   33 (  33   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   12 (  10 usr;   2 con; 0-3 aty)
%            Number of variables   :   18 (  13   ^   3   !;   2   ?;  18   :)

% Comments : 
%------------------------------------------------------------------------------
thf(mworld_type,type,
    mworld: $tType ).

thf(mrel_type,type,
    mrel: mworld > mworld > $o ).

thf(mactual_type,type,
    mactual: mworld ).

thf(mlocal_type,type,
    mlocal: ( mworld > $o ) > $o ).

thf(mlocal_def,definition,
    ( mlocal
    = ( ^ [A: mworld > $o] : ( A @ mactual ) ) ) ).

thf(mnot_type,type,
    mnot: ( mworld > $o ) > mworld > $o ).

thf(mnot_def,definition,
    ( mnot
    = ( ^ [A: mworld > $o,B: mworld] :
          ~ ( A @ B ) ) ) ).

thf(mand_type,type,
    mand: ( mworld > $o ) > ( mworld > $o ) > mworld > $o ).

thf(mand_def,definition,
    ( mand
    = ( ^ [A: mworld > $o,B: mworld > $o,C: mworld] :
          ( ( A @ C )
          & ( B @ C ) ) ) ) ).

thf(mimplies_type,type,
    mimplies: ( mworld > $o ) > ( mworld > $o ) > mworld > $o ).

thf(mimplies_def,definition,
    ( mimplies
    = ( ^ [A: mworld > $o,B: mworld > $o,C: mworld] :
          ( ( A @ C )
         => ( B @ C ) ) ) ) ).

thf(mbox_type,type,
    mbox: ( mworld > $o ) > mworld > $o ).

thf(mbox_def,definition,
    ( mbox
    = ( ^ [A: mworld > $o,B: mworld] :
        ! [C: mworld] :
          ( ( mrel @ B @ C )
         => ( A @ C ) ) ) ) ).

thf(mdia_type,type,
    mdia: ( mworld > $o ) > mworld > $o ).

thf(mdia_def,definition,
    ( mdia
    = ( ^ [A: mworld > $o,B: mworld] :
        ? [C: mworld] :
          ( ( mrel @ B @ C )
          & ( A @ C ) ) ) ) ).

thf(p_type,type,
    p: mworld > $o ).

thf(q_type,type,
    q: mworld > $o ).

thf(1,conjecture,
    mlocal @ ( mimplies @ ( mand @ ( mbox @ ( mimplies @ p @ q ) ) @ ( mbox @ ( mimplies @ p @ ( mnot @ q ) ) ) ) @ ( mnot @ ( mdia @ p ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',con) ).

thf(2,negated_conjecture,
    ~ ( mlocal @ ( mimplies @ ( mand @ ( mbox @ ( mimplies @ p @ q ) ) @ ( mbox @ ( mimplies @ p @ ( mnot @ q ) ) ) ) @ ( mnot @ ( mdia @ p ) ) ) ),
    inference(neg_conjecture,[status(cth)],[1]) ).

thf(3,plain,
    ~ ( ( ! [A: mworld] :
            ( ( mrel @ mactual @ A )
           => ( ( p @ A )
             => ( q @ A ) ) )
        & ! [A: mworld] :
            ( ( mrel @ mactual @ A )
           => ( ( p @ A )
             => ~ ( q @ A ) ) ) )
     => ~ ? [A: mworld] :
            ( ( mrel @ mactual @ A )
            & ( p @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(13,plain,
    $false,
    inference(e,[status(thm)],[3]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.11  % Problem  : SYO896^7 : TPTP v8.2.0. Released v8.1.0.
% 0.03/0.13  % Command  : run_Leo-III %s %d
% 0.13/0.34  % Computer : n015.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Mon May 20 10:09:54 EDT 2024
% 0.13/0.34  % CPUTime  : 
% 1.10/1.03  % [INFO] 	 Parsing problem /export/starexec/sandbox2/benchmark/theBenchmark.p ... 
% 1.40/1.23  % [INFO] 	 Parsing done (192ms). 
% 1.54/1.24  % [INFO] 	 Running in sequential loop mode. 
% 2.16/1.64  % [INFO] 	 eprover registered as external prover. 
% 2.16/1.65  % [INFO] 	 cvc4 registered as external prover. 
% 2.16/1.65  % [INFO] 	 Scanning for conjecture ... 
% 2.44/1.77  % [INFO] 	 Found a conjecture (or negated_conjecture) and 0 axioms. Running axiom selection ... 
% 2.48/1.80  % [INFO] 	 Axiom selection finished. Selected 0 axioms (removed 0 axioms). 
% 2.48/1.80  % [INFO] 	 Problem is higher-order (TPTP THF). 
% 2.48/1.80  % [INFO] 	 Type checking passed. 
% 2.48/1.81  % [CONFIG] 	 Using configuration: timeout(300) with strategy<name(default),share(1.0),primSubst(3),sos(false),unifierCount(4),uniDepth(8),boolExt(true),choice(true),renaming(true),funcspec(false), domConstr(0),specialInstances(39),restrictUniAttempts(true),termOrdering(CPO)>.  Searching for refutation ... 
% 3.60/2.35  % External prover 'e' found a proof!
% 3.60/2.35  % [INFO] 	 Killing All external provers ... 
% 3.60/2.35  % Time passed: 1847ms (effective reasoning time: 1099ms)
% 3.60/2.35  % Solved by strategy<name(default),share(1.0),primSubst(3),sos(false),unifierCount(4),uniDepth(8),boolExt(true),choice(true),renaming(true),funcspec(false), domConstr(0),specialInstances(39),restrictUniAttempts(true),termOrdering(CPO)>
% 3.60/2.35  % Axioms used in derivation (0): 
% 3.60/2.35  % No. of inferences in proof: 4
% 3.60/2.35  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : 1847 ms resp. 1099 ms w/o parsing
% 3.75/2.39  % SZS output start Refutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 3.75/2.39  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------