TSTP Solution File: SET194+3 by Leo-III---1.7.12

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Leo-III---1.7.12
% Problem  : SET194+3 : TPTP v8.2.0. Released v2.2.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_Leo-III %s %d

% Computer : n012.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 03:02:06 EDT 2024

% Result   : Theorem 3.32s 2.14s
% Output   : Refutation 3.38s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :    9
% Syntax   : Number of formulae    :   17 (   8 unt;   3 typ;   0 def)
%            Number of atoms       :   39 (   5 equ;   0 cnn)
%            Maximal formula atoms :   10 (   2 avg)
%            Number of connectives :  113 (   2   ~;   3   |;   5   &;  86   @)
%                                         (   4 <=>;  13  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   10 (   6 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    6 (   6   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    5 (   3 usr;   1 con; 0-2 aty)
%            Number of variables   :   32 (   0   ^  32   !;   0   ?;  32   :)

% Comments : 
%------------------------------------------------------------------------------
thf(subset_type,type,
    subset: $i > $i > $o ).

thf(union_type,type,
    union: $i > $i > $i ).

thf(member_type,type,
    member: $i > $i > $o ).

thf(3,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( member @ C @ ( union @ A @ B ) )
    <=> ( ( member @ C @ A )
        | ( member @ C @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',union_defn) ).

thf(10,plain,
    ! [A: $i,B: $i,C: $i] :
      ( ( ( member @ C @ ( union @ A @ B ) )
       => ( ( member @ C @ A )
          | ( member @ C @ B ) ) )
      & ( ( ( member @ C @ A )
          | ( member @ C @ B ) )
       => ( member @ C @ ( union @ A @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[3]) ).

thf(5,axiom,
    ! [A: $i,B: $i] :
      ( ( union @ A @ B )
      = ( union @ B @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',commutativity_of_union) ).

thf(24,plain,
    ! [A: $i,B: $i] :
      ( ( union @ A @ B )
      = ( union @ B @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[5]) ).

thf(7,axiom,
    ! [A: $i,B: $i] :
      ( ( A = B )
    <=> ! [C: $i] :
          ( ( member @ C @ A )
        <=> ( member @ C @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',equal_member_defn) ).

thf(29,plain,
    ! [A: $i,B: $i] :
      ( ( ( A = B )
       => ! [C: $i] :
            ( ( ( member @ C @ A )
             => ( member @ C @ B ) )
            & ( ( member @ C @ B )
             => ( member @ C @ A ) ) ) )
      & ( ! [C: $i] :
            ( ( ( member @ C @ A )
             => ( member @ C @ B ) )
            & ( ( member @ C @ B )
             => ( member @ C @ A ) ) )
       => ( A = B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[7]) ).

thf(4,axiom,
    ! [A: $i,B: $i] :
      ( ( subset @ A @ B )
    <=> ! [C: $i] :
          ( ( member @ C @ A )
         => ( member @ C @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',subset_defn) ).

thf(17,plain,
    ! [A: $i,B: $i] :
      ( ( ( subset @ A @ B )
       => ! [C: $i] :
            ( ( member @ C @ A )
           => ( member @ C @ B ) ) )
      & ( ! [C: $i] :
            ( ( member @ C @ A )
           => ( member @ C @ B ) )
       => ( subset @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[4]) ).

thf(6,axiom,
    ! [A: $i] : ( subset @ A @ A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',reflexivity_of_subset) ).

thf(27,plain,
    ! [A: $i] : ( subset @ A @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[6]) ).

thf(1,conjecture,
    ! [A: $i,B: $i] : ( subset @ A @ ( union @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_subset_of_union) ).

thf(2,negated_conjecture,
    ~ ! [A: $i,B: $i] : ( subset @ A @ ( union @ A @ B ) ),
    inference(neg_conjecture,[status(cth)],[1]) ).

thf(8,plain,
    ~ ! [A: $i,B: $i] : ( subset @ A @ ( union @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(52,plain,
    $false,
    inference(e,[status(thm)],[10,24,29,17,27,8]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.09  % Problem  : SET194+3 : TPTP v8.2.0. Released v2.2.0.
% 0.04/0.11  % Command  : run_Leo-III %s %d
% 0.11/0.31  % Computer : n012.cluster.edu
% 0.11/0.31  % Model    : x86_64 x86_64
% 0.11/0.31  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.31  % Memory   : 8042.1875MB
% 0.11/0.31  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.31  % CPULimit : 300
% 0.11/0.31  % WCLimit  : 300
% 0.11/0.31  % DateTime : Mon May 20 12:21:09 EDT 2024
% 0.11/0.32  % CPUTime  : 
% 0.90/0.91  % [INFO] 	 Parsing problem /export/starexec/sandbox/benchmark/theBenchmark.p ... 
% 1.22/1.06  % [INFO] 	 Parsing done (145ms). 
% 1.22/1.07  % [INFO] 	 Running in sequential loop mode. 
% 1.69/1.41  % [INFO] 	 eprover registered as external prover. 
% 1.69/1.42  % [INFO] 	 cvc4 registered as external prover. 
% 1.69/1.42  % [INFO] 	 Scanning for conjecture ... 
% 1.90/1.50  % [INFO] 	 Found a conjecture (or negated_conjecture) and 5 axioms. Running axiom selection ... 
% 2.01/1.53  % [INFO] 	 Axiom selection finished. Selected 5 axioms (removed 0 axioms). 
% 2.08/1.54  % [INFO] 	 Problem is first-order (TPTP FOF). 
% 2.08/1.55  % [INFO] 	 Type checking passed. 
% 2.08/1.55  % [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.32/2.13  % External prover 'e' found a proof!
% 3.32/2.13  % [INFO] 	 Killing All external provers ... 
% 3.32/2.13  % Time passed: 1681ms (effective reasoning time: 1058ms)
% 3.32/2.13  % 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.32/2.14  % Axioms used in derivation (5): reflexivity_of_subset, equal_member_defn, commutativity_of_union, union_defn, subset_defn
% 3.32/2.14  % No. of inferences in proof: 14
% 3.32/2.14  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : 1681 ms resp. 1058 ms w/o parsing
% 3.38/2.18  % SZS output start Refutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 3.38/2.18  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------