TSTP Solution File: SYO891^16 by Leo-III---1.7.12

View Problem - Process Solution

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

% Computer : n006.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:43 EDT 2024

% Result   : Theorem 3.12s 1.83s
% Output   : Refutation 3.12s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :   29
% Syntax   : Number of formulae    :   40 (  12 unt;  13 typ;   7 def)
%            Number of atoms       :  114 (   7 equ;   0 cnn)
%            Maximal formula atoms :   13 (   4 avg)
%            Number of connectives :  217 (   2   ~;   0   |;  14   &; 179   @)
%                                         (   0 <=>;  22  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   14 (   6 avg)
%            Number of types       :    3 (   1 usr)
%            Number of type conns  :   46 (  46   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   14 (  12 usr;   2 con; 0-3 aty)
%            Number of variables   :   64 (  27   ^  28   !;   9   ?;  64   :)

% 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(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(eiw_di_type,type,
    eiw_di: $i > mworld > $o ).

thf(mforall_di_type,type,
    mforall_di: ( $i > mworld > $o ) > mworld > $o ).

thf(mforall_di_def,definition,
    ( mforall_di
    = ( ^ [A: $i > mworld > $o,B: mworld] :
        ! [C: $i] :
          ( ( eiw_di @ C @ B )
         => ( A @ C @ B ) ) ) ) ).

thf(mexists_di_type,type,
    mexists_di: ( $i > mworld > $o ) > mworld > $o ).

thf(mexists_di_def,definition,
    ( mexists_di
    = ( ^ [A: $i > mworld > $o,B: mworld] :
        ? [C: $i] :
          ( ( eiw_di @ C @ B )
          & ( A @ C @ B ) ) ) ) ).

thf(qmltpeq_type,type,
    qmltpeq: $i > $i > mworld > $o ).

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

thf(6,axiom,
    ! [A: mworld,B: mworld,C: $i] :
      ( ( ( eiw_di @ C @ A )
        & ( mrel @ A @ B ) )
     => ( eiw_di @ C @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',eiw_di_cumul) ).

thf(25,plain,
    ! [A: mworld,B: mworld,C: $i] :
      ( ( ( eiw_di @ C @ A )
        & ( mrel @ A @ B ) )
     => ( eiw_di @ C @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[6]) ).

thf(8,axiom,
    ( mlocal
    @ ( mforall_di
      @ ^ [A: $i] :
          ( mforall_di
          @ ^ [B: $i] : ( mimplies @ ( qmltpeq @ A @ B ) @ ( qmltpeq @ B @ A ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',symmetry) ).

thf(29,plain,
    ! [A: $i] :
      ( ( eiw_di @ A @ mactual )
     => ! [B: $i] :
          ( ( eiw_di @ B @ mactual )
         => ( ( qmltpeq @ A @ B @ mactual )
           => ( qmltpeq @ B @ A @ mactual ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[8]) ).

thf(7,axiom,
    ( mlocal
    @ ( mforall_di
      @ ^ [A: $i] : ( qmltpeq @ A @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',reflexivity) ).

thf(27,plain,
    ! [A: $i] :
      ( ( eiw_di @ A @ mactual )
     => ( qmltpeq @ A @ A @ mactual ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[7]) ).

thf(9,axiom,
    ( mlocal
    @ ( mforall_di
      @ ^ [A: $i] :
          ( mforall_di
          @ ^ [B: $i] :
              ( mforall_di
              @ ^ [C: $i] : ( mimplies @ ( mand @ ( qmltpeq @ A @ B ) @ ( qmltpeq @ B @ C ) ) @ ( qmltpeq @ A @ C ) ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',transitivity) ).

thf(31,plain,
    ! [A: $i] :
      ( ( eiw_di @ A @ mactual )
     => ! [B: $i] :
          ( ( eiw_di @ B @ mactual )
         => ! [C: $i] :
              ( ( eiw_di @ C @ mactual )
             => ( ( ( qmltpeq @ A @ B @ mactual )
                  & ( qmltpeq @ B @ C @ mactual ) )
               => ( qmltpeq @ A @ C @ mactual ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[9]) ).

thf(1,conjecture,
    ( mlocal
    @ ( mimplies
      @ ( mforall_di
        @ ^ [A: $i] : ( mbox @ ( mexists_di @ ( qmltpeq @ A ) ) ) )
      @ ( mimplies
        @ ( mexists_di
          @ ^ [A: $i] : ( mdia @ ( p @ A ) ) )
        @ ( mdia @ ( mexists_di @ p ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',con) ).

thf(2,negated_conjecture,
    ~ ( mlocal
      @ ( mimplies
        @ ( mforall_di
          @ ^ [A: $i] : ( mbox @ ( mexists_di @ ( qmltpeq @ A ) ) ) )
        @ ( mimplies
          @ ( mexists_di
            @ ^ [A: $i] : ( mdia @ ( p @ A ) ) )
          @ ( mdia @ ( mexists_di @ p ) ) ) ) ),
    inference(neg_conjecture,[status(cth)],[1]) ).

thf(11,plain,
    ~ ( ! [A: $i] :
          ( ( eiw_di @ A @ mactual )
         => ! [B: mworld] :
              ( ( mrel @ mactual @ B )
             => ? [C: $i] :
                  ( ( eiw_di @ C @ B )
                  & ( qmltpeq @ A @ C @ B ) ) ) )
     => ( ? [A: $i] :
            ( ( eiw_di @ A @ mactual )
            & ? [B: mworld] :
                ( ( mrel @ mactual @ B )
                & ( p @ A @ B ) ) )
       => ? [A: mworld] :
            ( ( mrel @ mactual @ A )
            & ? [B: $i] :
                ( ( eiw_di @ B @ A )
                & ( p @ B @ A ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(5,axiom,
    ! [A: mworld] :
    ? [B: $i] : ( eiw_di @ B @ A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',eiw_di_nonempty) ).

thf(23,plain,
    ! [A: mworld] :
    ? [B: $i] : ( eiw_di @ B @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[5]) ).

thf(3,axiom,
    ! [A: mworld] : ( mrel @ A @ A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mrel_reflexive) ).

thf(19,plain,
    ! [A: mworld] : ( mrel @ A @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[3]) ).

thf(4,axiom,
    ! [A: mworld,B: mworld,C: mworld] :
      ( ( ( mrel @ A @ B )
        & ( mrel @ B @ C ) )
     => ( mrel @ A @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mrel_transitive) ).

thf(21,plain,
    ! [A: mworld,B: mworld,C: mworld] :
      ( ( ( mrel @ A @ B )
        & ( mrel @ B @ C ) )
     => ( mrel @ A @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[4]) ).

thf(10,axiom,
    ( mlocal
    @ ( mforall_di
      @ ^ [A: $i] :
          ( mforall_di
          @ ^ [B: $i] : ( mimplies @ ( mand @ ( qmltpeq @ A @ B ) @ ( p @ A ) ) @ ( p @ B ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',p_substitution_1) ).

thf(33,plain,
    ! [A: $i] :
      ( ( eiw_di @ A @ mactual )
     => ! [B: $i] :
          ( ( eiw_di @ B @ mactual )
         => ( ( ( qmltpeq @ A @ B @ mactual )
              & ( p @ A @ mactual ) )
           => ( p @ B @ mactual ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[10]) ).

thf(35,plain,
    $false,
    inference(e,[status(thm)],[25,29,27,31,11,23,19,21,33]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.11  % Problem  : SYO891^16 : TPTP v8.2.0. Released v8.1.0.
% 0.12/0.15  % Command  : run_Leo-III %s %d
% 0.16/0.35  % Computer : n006.cluster.edu
% 0.16/0.35  % Model    : x86_64 x86_64
% 0.16/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.16/0.35  % Memory   : 8042.1875MB
% 0.16/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.16/0.35  % CPULimit : 300
% 0.16/0.35  % WCLimit  : 300
% 0.16/0.35  % DateTime : Mon May 20 10:31:09 EDT 2024
% 0.16/0.35  % CPUTime  : 
% 0.84/0.83  % [INFO] 	 Parsing problem /export/starexec/sandbox/benchmark/theBenchmark.p ... 
% 1.19/0.99  % [INFO] 	 Parsing done (154ms). 
% 1.19/1.00  % [INFO] 	 Running in sequential loop mode. 
% 1.68/1.28  % [INFO] 	 eprover registered as external prover. 
% 1.68/1.28  % [INFO] 	 cvc4 registered as external prover. 
% 1.68/1.29  % [INFO] 	 Scanning for conjecture ... 
% 1.90/1.37  % [INFO] 	 Found a conjecture (or negated_conjecture) and 8 axioms. Running axiom selection ... 
% 1.90/1.39  % [INFO] 	 Axiom selection finished. Selected 8 axioms (removed 0 axioms). 
% 2.06/1.40  % [INFO] 	 Problem is higher-order (TPTP THF). 
% 2.06/1.40  % [INFO] 	 Type checking passed. 
% 2.06/1.40  % [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.12/1.83  % External prover 'e' found a proof!
% 3.12/1.83  % [INFO] 	 Killing All external provers ... 
% 3.12/1.83  % Time passed: 1324ms (effective reasoning time: 824ms)
% 3.12/1.83  % 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.12/1.83  % Axioms used in derivation (8): p_substitution_1, mrel_reflexive, eiw_di_cumul, reflexivity, eiw_di_nonempty, mrel_transitive, transitivity, symmetry
% 3.12/1.83  % No. of inferences in proof: 20
% 3.12/1.83  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : 1324 ms resp. 824 ms w/o parsing
% 3.12/1.88  % SZS output start Refutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 3.12/1.88  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------