TSTP Solution File: COL044-4 by Leo-III---1.7.10

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Leo-III---1.7.10
% Problem  : COL044-4 : TPTP v8.1.2. Released v1.2.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_Leo-III %s %d

% Computer : n009.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  7 07:29:20 EDT 2024

% Result   : Unsatisfiable 4.25s 1.97s
% Output   : Refutation 4.25s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    2
%            Number of leaves      :    9
% Syntax   : Number of formulae    :   14 (   7 unt;   5 typ;   0 def)
%            Number of atoms       :   11 (   6 equ;   0 cnn)
%            Maximal formula atoms :    2 (   1 avg)
%            Number of connectives :  118 (   4   ~;   2   |;   0   &; 112   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   19 (   7 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    3 (   3   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    7 (   5 usr;   4 con; 0-2 aty)
%            Number of variables   :   14 (   0   ^  14   !;   0   ?;  14   :)

% Comments : 
%------------------------------------------------------------------------------
thf(fixed_point_type,type,
    fixed_point: $i > $o ).

thf(apply_type,type,
    apply: $i > $i > $i ).

thf(b_type,type,
    b: $i ).

thf(n_type,type,
    n: $i ).

thf(fixed_pt_type,type,
    fixed_pt: $i ).

thf(1,negated_conjecture,
    ~ ( fixed_point @ ( apply @ ( apply @ b @ ( apply @ ( apply @ b @ ( apply @ ( apply @ n @ ( apply @ n @ ( apply @ ( apply @ b @ ( apply @ b @ b ) ) @ ( apply @ n @ ( apply @ ( apply @ b @ b ) @ n ) ) ) ) ) @ n ) ) @ b ) ) @ b ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_strong_fixed_point) ).

thf(5,plain,
    ~ ( fixed_point @ ( apply @ ( apply @ b @ ( apply @ ( apply @ b @ ( apply @ ( apply @ n @ ( apply @ n @ ( apply @ ( apply @ b @ ( apply @ b @ b ) ) @ ( apply @ n @ ( apply @ ( apply @ b @ b ) @ n ) ) ) ) ) @ n ) ) @ b ) ) @ b ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[1]) ).

thf(2,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ( apply @ ( apply @ ( apply @ b @ A ) @ B ) @ C )
      = ( apply @ A @ ( apply @ B @ C ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',b_definition) ).

thf(7,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ( apply @ ( apply @ ( apply @ b @ A ) @ B ) @ C )
      = ( apply @ A @ ( apply @ B @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(3,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ( apply @ ( apply @ ( apply @ n @ A ) @ B ) @ C )
      = ( apply @ ( apply @ ( apply @ A @ C ) @ B ) @ C ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',n_definition) ).

thf(9,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ( apply @ ( apply @ ( apply @ n @ A ) @ B ) @ C )
      = ( apply @ ( apply @ ( apply @ A @ C ) @ B ) @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[3]) ).

thf(4,axiom,
    ! [A: $i] :
      ( ( ( apply @ A @ fixed_pt )
       != ( apply @ fixed_pt @ ( apply @ A @ fixed_pt ) ) )
      | ( fixed_point @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',strong_fixed_point) ).

thf(11,plain,
    ! [A: $i] :
      ( ( ( apply @ A @ fixed_pt )
       != ( apply @ fixed_pt @ ( apply @ A @ fixed_pt ) ) )
      | ( fixed_point @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[4]) ).

thf(59,plain,
    $false,
    inference(e,[status(thm)],[5,7,9,11]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.13/0.13  % Problem  : COL044-4 : TPTP v8.1.2. Released v1.2.0.
% 0.13/0.16  % Command  : run_Leo-III %s %d
% 0.17/0.38  % Computer : n009.cluster.edu
% 0.17/0.38  % Model    : x86_64 x86_64
% 0.17/0.38  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.17/0.38  % Memory   : 8042.1875MB
% 0.17/0.38  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.17/0.38  % CPULimit : 300
% 0.17/0.38  % WCLimit  : 300
% 0.17/0.38  % DateTime : Mon May  6 14:04:54 EDT 2024
% 0.17/0.38  % CPUTime  : 
% 0.90/0.87  % [INFO] 	 Parsing problem /export/starexec/sandbox2/benchmark/theBenchmark.p ... 
% 1.18/0.98  % [INFO] 	 Parsing done (111ms). 
% 1.18/0.99  % [INFO] 	 Running in sequential loop mode. 
% 1.53/1.21  % [INFO] 	 eprover registered as external prover. 
% 1.53/1.21  % [INFO] 	 cvc4 registered as external prover. 
% 1.68/1.22  % [INFO] 	 Scanning for conjecture ... 
% 1.81/1.27  % [INFO] 	 Found a conjecture and 3 axioms. Running axiom selection ... 
% 1.81/1.29  % [INFO] 	 Axiom selection finished. Selected 3 axioms (removed 0 axioms). 
% 1.81/1.30  % [INFO] 	 Problem is propositional (TPTP CNF). 
% 1.81/1.30  % [INFO] 	 Type checking passed. 
% 1.81/1.30  % [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 ... 
% 4.25/1.97  % External prover 'e' found a proof!
% 4.25/1.97  % [INFO] 	 Killing All external provers ... 
% 4.25/1.97  % Time passed: 1430ms (effective reasoning time: 974ms)
% 4.25/1.97  % 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)>
% 4.25/1.97  % Axioms used in derivation (3): b_definition, n_definition, strong_fixed_point
% 4.25/1.97  % No. of inferences in proof: 9
% 4.25/1.97  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : 1430 ms resp. 974 ms w/o parsing
% 4.25/2.00  % SZS output start Refutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 4.25/2.00  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------