TSTP Solution File: SEU303+1 by Leo-III---1.7.7

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Leo-III---1.7.7
% Problem  : SEU303+1 : TPTP v8.1.2. Released v3.3.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_Leo-III %s %d

% Computer : n003.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:58:08 EDT 2023

% Result   : Theorem 3.06s 1.69s
% Output   : Refutation 3.06s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :   14
% Syntax   : Number of formulae    :   24 (   7 unt;   6 typ;   0 def)
%            Number of atoms       :   43 (   2 equ;   0 cnn)
%            Maximal formula atoms :    4 (   2 avg)
%            Number of connectives :   83 (   2   ~;   0   |;  11   &;  56   @)
%                                         (   0 <=>;  14  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    8 (   4 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    7 (   7   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    9 (   6 usr;   2 con; 0-2 aty)
%            Number of variables   :   15 (   0   ^;  13   !;   2   ?;  15   :)

% Comments : 
%------------------------------------------------------------------------------
thf(relation_type,type,
    relation: $i > $o ).

thf(function_type,type,
    function: $i > $o ).

thf(finite_type,type,
    finite: $i > $o ).

thf(relation_dom_type,type,
    relation_dom: $i > $i ).

thf(relation_rng_type,type,
    relation_rng: $i > $i ).

thf(relation_image_type,type,
    relation_image: $i > $i > $i ).

thf(1,conjecture,
    ! [A: $i] :
      ( ( ( relation @ A )
        & ( function @ A ) )
     => ( ( finite @ ( relation_dom @ A ) )
       => ( finite @ ( relation_rng @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',t26_finset_1) ).

thf(2,negated_conjecture,
    ~ ! [A: $i] :
        ( ( ( relation @ A )
          & ( function @ A ) )
       => ( ( finite @ ( relation_dom @ A ) )
         => ( finite @ ( relation_rng @ A ) ) ) ),
    inference(neg_conjecture,[status(cth)],[1]) ).

thf(10,plain,
    ~ ! [A: $i] :
        ( ( ( relation @ A )
          & ( function @ A ) )
       => ( ( finite @ ( relation_dom @ A ) )
         => ( finite @ ( relation_rng @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(7,axiom,
    ? [A: $i] :
      ( ( relation @ A )
      & ( function @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',rc1_funct_1) ).

thf(20,plain,
    ? [A: $i] :
      ( ( relation @ A )
      & ( function @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[7]) ).

thf(5,axiom,
    $true,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',dt_k9_relat_1) ).

thf(17,plain,
    $true,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[5]) ).

thf(6,axiom,
    ! [A: $i,B: $i] :
      ( ( ( relation @ A )
        & ( function @ A )
        & ( finite @ B ) )
     => ( finite @ ( relation_image @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fc13_finset_1) ).

thf(18,plain,
    ! [A: $i,B: $i] :
      ( ( ( relation @ A )
        & ( function @ A )
        & ( finite @ B ) )
     => ( finite @ ( relation_image @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[6]) ).

thf(4,axiom,
    $true,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',dt_k2_relat_1) ).

thf(16,plain,
    $true,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[4]) ).

thf(3,axiom,
    $true,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',dt_k1_relat_1) ).

thf(15,plain,
    $true,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[3]) ).

thf(9,axiom,
    ! [A: $i,B: $i] :
      ( ( ( relation @ B )
        & ( function @ B ) )
     => ( ( finite @ A )
       => ( finite @ ( relation_image @ B @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',t17_finset_1) ).

thf(26,plain,
    ! [A: $i,B: $i] :
      ( ( ( relation @ B )
        & ( function @ B ) )
     => ( ( finite @ A )
       => ( finite @ ( relation_image @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[9]) ).

thf(8,axiom,
    ! [A: $i] :
      ( ( relation @ A )
     => ( ( relation_image @ A @ ( relation_dom @ A ) )
        = ( relation_rng @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',t146_relat_1) ).

thf(23,plain,
    ! [A: $i] :
      ( ( relation @ A )
     => ( ( relation_image @ A @ ( relation_dom @ A ) )
        = ( relation_rng @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[8]) ).

thf(45,plain,
    $false,
    inference(cvc4,[status(thm)],[10,20,17,18,16,15,26,23]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : SEU303+1 : TPTP v8.1.2. Released v3.3.0.
% 0.06/0.15  % Command  : run_Leo-III %s %d
% 0.16/0.35  % Computer : n003.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 : Thu May 18 12:29:31 EDT 2023
% 0.16/0.35  % CPUTime  : 
% 0.84/0.85  % [INFO] 	 Parsing problem /export/starexec/sandbox/benchmark/theBenchmark.p ... 
% 1.13/0.97  % [INFO] 	 Parsing done (121ms). 
% 1.13/0.98  % [INFO] 	 Running in sequential loop mode. 
% 1.46/1.18  % [INFO] 	 eprover registered as external prover. 
% 1.46/1.18  % [INFO] 	 cvc4 registered as external prover. 
% 1.46/1.18  % [INFO] 	 Scanning for conjecture ... 
% 1.78/1.23  % [INFO] 	 Found a conjecture and 7 axioms. Running axiom selection ... 
% 1.84/1.25  % [INFO] 	 Axiom selection finished. Selected 7 axioms (removed 0 axioms). 
% 1.84/1.27  % [INFO] 	 Problem is first-order (TPTP FOF). 
% 1.84/1.27  % [INFO] 	 Type checking passed. 
% 1.84/1.27  % [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.06/1.69  % External prover 'cvc4' found a proof!
% 3.06/1.69  % [INFO] 	 Killing All external provers ... 
% 3.06/1.69  % Time passed: 1182ms (effective reasoning time: 705ms)
% 3.06/1.69  % 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.06/1.69  % Axioms used in derivation (7): rc1_funct_1, dt_k2_relat_1, dt_k1_relat_1, t17_finset_1, t146_relat_1, dt_k9_relat_1, fc13_finset_1
% 3.06/1.69  % No. of inferences in proof: 18
% 3.06/1.69  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : 1182 ms resp. 705 ms w/o parsing
% 3.06/1.72  % SZS output start Refutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 3.06/1.72  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------