TSTP Solution File: LCL109-5 by Leo-III---1.7.7

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Leo-III---1.7.7
% Problem  : LCL109-5 : TPTP v8.1.2. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_Leo-III %s %d

% Computer : n002.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 : Fri May 19 11:29:24 EDT 2023

% Result   : Unsatisfiable 2.92s 1.73s
% Output   : Refutation 3.22s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    2
%            Number of leaves      :   25
% Syntax   : Number of formulae    :   43 (  23 unt;   8 typ;   0 def)
%            Number of atoms       :   47 (  26 equ;   0 cnn)
%            Maximal formula atoms :    2 (   1 avg)
%            Number of connectives :  268 (  14   ~;  12   |;   0   &; 242   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    9 (   5 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    9 (   9   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   10 (   8 usr;   4 con; 0-2 aty)
%            Number of variables   :   76 (   0   ^;  76   !;   0   ?;  76   :)

% Comments : 
%------------------------------------------------------------------------------
thf(big_V_type,type,
    big_V: $i > $i > $i ).

thf(implies_type,type,
    implies: $i > $i > $i ).

thf(x_type,type,
    x: $i ).

thf(y_type,type,
    y: $i ).

thf(truth_type,type,
    truth: $i ).

thf(big_hat_type,type,
    big_hat: $i > $i > $i ).

thf(not_type,type,
    not: $i > $i ).

thf(ordered_type,type,
    ordered: $i > $i > $o ).

thf(17,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( ordered @ A @ ( implies @ B @ C ) )
      | ( ordered @ B @ ( implies @ A @ C ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',lemma_3_2) ).

thf(53,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( ordered @ A @ ( implies @ B @ C ) )
      | ( ordered @ B @ ( implies @ A @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[17]) ).

thf(9,axiom,
    ! [B: $i,A: $i] :
      ( ~ ( ordered @ A @ B )
      | ( ( implies @ A @ B )
        = truth ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',partial_order_definition1) ).

thf(35,plain,
    ! [B: $i,A: $i] :
      ( ~ ( ordered @ A @ B )
      | ( ( implies @ A @ B )
        = truth ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[9]) ).

thf(12,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( ordered @ A @ B )
      | ( ordered @ ( implies @ C @ A ) @ ( implies @ C @ B ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',lemma_2) ).

thf(42,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( ordered @ A @ B )
      | ( ordered @ ( implies @ C @ A ) @ ( implies @ C @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[12]) ).

thf(4,axiom,
    ! [B: $i,A: $i] :
      ( ( not @ ( big_V @ A @ B ) )
      = ( big_hat @ ( not @ A ) @ ( not @ B ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',lemma_4) ).

thf(25,plain,
    ! [B: $i,A: $i] :
      ( ( not @ ( big_V @ A @ B ) )
      = ( big_hat @ ( not @ A ) @ ( not @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[4]) ).

thf(14,axiom,
    ! [A: $i] :
      ( ( implies @ truth @ A )
      = A ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',wajsberg_1) ).

thf(46,plain,
    ! [A: $i] :
      ( ( implies @ truth @ A )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[14]) ).

thf(6,axiom,
    ! [B: $i,A: $i] :
      ( ( not @ ( big_hat @ A @ B ) )
      = ( big_V @ ( not @ A ) @ ( not @ B ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',lemma_5) ).

thf(29,plain,
    ! [B: $i,A: $i] :
      ( ( not @ ( big_hat @ A @ B ) )
      = ( big_V @ ( not @ A ) @ ( not @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[6]) ).

thf(10,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( ordered @ A @ ( implies @ B @ C ) )
      | ( ordered @ B @ ( implies @ A @ C ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',lemma_3_1) ).

thf(38,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( ordered @ A @ ( implies @ B @ C ) )
      | ( ordered @ B @ ( implies @ A @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[10]) ).

thf(2,axiom,
    ! [B: $i,A: $i] :
      ( ( big_V @ A @ B )
      = ( implies @ ( implies @ A @ B ) @ B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',big_V_definition) ).

thf(21,plain,
    ! [B: $i,A: $i] :
      ( ( big_V @ A @ B )
      = ( implies @ ( implies @ A @ B ) @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(8,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ( implies @ ( implies @ A @ B ) @ ( implies @ ( implies @ B @ C ) @ ( implies @ A @ C ) ) )
      = truth ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',wajsberg_2) ).

thf(33,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ( implies @ ( implies @ A @ B ) @ ( implies @ ( implies @ B @ C ) @ ( implies @ A @ C ) ) )
      = truth ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[8]) ).

thf(13,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ( implies @ ( big_V @ A @ B ) @ C )
      = ( big_hat @ ( implies @ A @ C ) @ ( implies @ B @ C ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',lemma_6) ).

thf(44,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ( implies @ ( big_V @ A @ B ) @ C )
      = ( big_hat @ ( implies @ A @ C ) @ ( implies @ B @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[13]) ).

thf(5,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( ordered @ A @ B )
      | ( ordered @ ( implies @ A @ C ) @ ( implies @ B @ C ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',lemma_1) ).

thf(27,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( ordered @ A @ B )
      | ( ordered @ ( implies @ A @ C ) @ ( implies @ B @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[5]) ).

thf(15,axiom,
    ! [B: $i,A: $i] :
      ( ( implies @ ( implies @ ( not @ A ) @ ( not @ B ) ) @ ( implies @ B @ A ) )
      = truth ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',wajsberg_4) ).

thf(48,plain,
    ! [B: $i,A: $i] :
      ( ( implies @ ( implies @ ( not @ A ) @ ( not @ B ) ) @ ( implies @ B @ A ) )
      = truth ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[15]) ).

thf(1,negated_conjecture,
    ( ( big_V @ ( implies @ x @ y ) @ ( implies @ y @ x ) )
   != truth ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_mv_4) ).

thf(18,plain,
    ( ( big_V @ ( implies @ x @ y ) @ ( implies @ y @ x ) )
   != truth ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[1]) ).

thf(16,axiom,
    ! [B: $i,A: $i] :
      ( ( ( implies @ A @ B )
       != truth )
      | ( ordered @ A @ B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',partial_order_definition2) ).

thf(50,plain,
    ! [B: $i,A: $i] :
      ( ( ( implies @ A @ B )
       != truth )
      | ( ordered @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[16]) ).

thf(7,axiom,
    ! [B: $i,A: $i] :
      ( ( implies @ ( implies @ A @ B ) @ B )
      = ( implies @ ( implies @ B @ A ) @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',wajsberg_3) ).

thf(31,plain,
    ! [B: $i,A: $i] :
      ( ( implies @ ( implies @ A @ B ) @ B )
      = ( implies @ ( implies @ B @ A ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[7]) ).

thf(11,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ( implies @ A @ ( big_hat @ B @ C ) )
      = ( big_hat @ ( implies @ A @ B ) @ ( implies @ A @ C ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',lemma_7) ).

thf(40,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ( implies @ A @ ( big_hat @ B @ C ) )
      = ( big_hat @ ( implies @ A @ B ) @ ( implies @ A @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[11]) ).

thf(3,axiom,
    ! [B: $i,A: $i] :
      ( ( big_hat @ A @ B )
      = ( not @ ( big_V @ ( not @ A ) @ ( not @ B ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',big_hat_definition) ).

thf(23,plain,
    ! [B: $i,A: $i] :
      ( ( big_hat @ A @ B )
      = ( not @ ( big_V @ ( not @ A ) @ ( not @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[3]) ).

thf(55,plain,
    $false,
    inference(e,[status(thm)],[53,35,42,25,46,29,38,21,33,44,27,48,18,50,31,40,23]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : LCL109-5 : TPTP v8.1.2. Released v1.0.0.
% 0.06/0.15  % Command  : run_Leo-III %s %d
% 0.16/0.37  % Computer : n002.cluster.edu
% 0.16/0.37  % Model    : x86_64 x86_64
% 0.16/0.37  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.16/0.37  % Memory   : 8042.1875MB
% 0.16/0.37  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.16/0.37  % CPULimit : 300
% 0.16/0.37  % WCLimit  : 300
% 0.16/0.37  % DateTime : Thu May 18 15:52:50 EDT 2023
% 0.16/0.37  % CPUTime  : 
% 0.97/0.86  % [INFO] 	 Parsing problem /export/starexec/sandbox2/benchmark/theBenchmark.p ... 
% 1.29/1.02  % [INFO] 	 Parsing done (156ms). 
% 1.29/1.03  % [INFO] 	 Running in sequential loop mode. 
% 1.81/1.25  % [INFO] 	 eprover registered as external prover. 
% 1.81/1.25  % [INFO] 	 cvc4 registered as external prover. 
% 1.81/1.26  % [INFO] 	 Scanning for conjecture ... 
% 1.90/1.31  % [INFO] 	 Found a conjecture and 16 axioms. Running axiom selection ... 
% 2.06/1.35  % [INFO] 	 Axiom selection finished. Selected 16 axioms (removed 0 axioms). 
% 2.18/1.37  % [INFO] 	 Problem is propositional (TPTP CNF). 
% 2.18/1.37  % [INFO] 	 Type checking passed. 
% 2.18/1.37  % [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 ... 
% 2.92/1.73  % External prover 'e' found a proof!
% 2.92/1.73  % [INFO] 	 Killing All external provers ... 
% 2.92/1.73  % Time passed: 1206ms (effective reasoning time: 700ms)
% 2.92/1.73  % 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)>
% 2.92/1.73  % Axioms used in derivation (16): partial_order_definition1, lemma_4, big_V_definition, lemma_3_1, lemma_1, lemma_2, big_hat_definition, lemma_6, wajsberg_2, lemma_7, wajsberg_3, lemma_3_2, partial_order_definition2, wajsberg_4, lemma_5, wajsberg_1
% 2.92/1.73  % No. of inferences in proof: 35
% 2.92/1.73  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : 1206 ms resp. 700 ms w/o parsing
% 3.22/1.78  % SZS output start Refutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 3.22/1.78  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------