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

View Problem - Process Solution

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

% Computer : n029.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:12 EDT 2024

% Result   : Unsatisfiable 2.52s 1.56s
% Output   : Refutation 2.82s
% 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 :  110 (   4   ~;   2   |;   0   &; 104   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   14 (   6 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   :   12 (   0   ^  12   !;   0   ?;  12   :)

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

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

thf(s_type,type,
    s: $i ).

thf(k_type,type,
    k: $i ).

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

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

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

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

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

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

thf(9,plain,
    ! [B: $i,A: $i] :
      ( ( apply @ ( apply @ k @ A ) @ B )
      = A ),
    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(17,plain,
    $false,
    inference(cvc4,[status(thm)],[5,7,9,11]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.07  % Problem  : COL006-4 : TPTP v8.1.2. Released v1.0.0.
% 0.04/0.09  % Command  : run_Leo-III %s %d
% 0.08/0.27  % Computer : n029.cluster.edu
% 0.08/0.27  % Model    : x86_64 x86_64
% 0.08/0.27  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.08/0.27  % Memory   : 8042.1875MB
% 0.08/0.27  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.08/0.27  % CPULimit : 300
% 0.08/0.27  % WCLimit  : 300
% 0.08/0.27  % DateTime : Mon May  6 14:05:08 EDT 2024
% 0.08/0.27  % CPUTime  : 
% 0.73/0.69  % [INFO] 	 Parsing problem /export/starexec/sandbox2/benchmark/theBenchmark.p ... 
% 0.91/0.81  % [INFO] 	 Parsing done (113ms). 
% 0.91/0.82  % [INFO] 	 Running in sequential loop mode. 
% 1.33/1.01  % [INFO] 	 eprover registered as external prover. 
% 1.33/1.01  % [INFO] 	 cvc4 registered as external prover. 
% 1.33/1.02  % [INFO] 	 Scanning for conjecture ... 
% 1.51/1.06  % [INFO] 	 Found a conjecture and 3 axioms. Running axiom selection ... 
% 1.51/1.08  % [INFO] 	 Axiom selection finished. Selected 3 axioms (removed 0 axioms). 
% 1.67/1.09  % [INFO] 	 Problem is propositional (TPTP CNF). 
% 1.67/1.09  % [INFO] 	 Type checking passed. 
% 1.67/1.10  % [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.52/1.56  % External prover 'cvc4' found a proof!
% 2.52/1.56  % [INFO] 	 Killing All external provers ... 
% 2.52/1.56  % Time passed: 1193ms (effective reasoning time: 740ms)
% 2.52/1.56  % 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.52/1.56  % Axioms used in derivation (3): s_definition, k_definition, strong_fixed_point
% 2.52/1.56  % No. of inferences in proof: 9
% 2.52/1.56  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : 1193 ms resp. 740 ms w/o parsing
% 2.82/1.64  % SZS output start Refutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 2.82/1.64  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------