TSTP Solution File: SET604+3 by Leo-III---1.7.7

View Problem - Process Solution

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

% Computer : n001.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:53:43 EDT 2023

% Result   : Theorem 2.87s 1.65s
% Output   : Refutation 3.18s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :   14
% Syntax   : Number of formulae    :   25 (  10 unt;   5 typ;   0 def)
%            Number of atoms       :   49 (   9 equ;   0 cnn)
%            Maximal formula atoms :    6 (   2 avg)
%            Number of connectives :  132 (  10   ~;   0   |;  11   &;  93   @)
%                                         (   5 <=>;  13  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   10 (   6 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    7 (   7   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    7 (   5 usr;   2 con; 0-2 aty)
%            Number of variables   :   35 (   0   ^;  35   !;   0   ?;  35   :)

% Comments : 
%------------------------------------------------------------------------------
thf(difference_type,type,
    difference: $i > $i > $i ).

thf(empty_set_type,type,
    empty_set: $i ).

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

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

thf(empty_type,type,
    empty: $i > $o ).

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

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

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

thf(52,plain,
    ! [A: $i] :
      ( ( ( empty @ A )
       => ! [B: $i] :
            ~ ( member @ B @ A ) )
      & ( ! [B: $i] :
            ~ ( member @ B @ A )
       => ( empty @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[10]) ).

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

thf(14,plain,
    ! [A: $i] : ( subset @ empty_set @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[3]) ).

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

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

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

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

thf(1,conjecture,
    ! [A: $i] :
      ( ( difference @ empty_set @ A )
      = empty_set ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_no_difference_with_empty_set) ).

thf(2,negated_conjecture,
    ~ ! [A: $i] :
        ( ( difference @ empty_set @ A )
        = empty_set ),
    inference(neg_conjecture,[status(cth)],[1]) ).

thf(11,plain,
    ~ ! [A: $i] :
        ( ( difference @ empty_set @ A )
        = empty_set ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(8,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(43,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)],[8]) ).

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

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

thf(5,axiom,
    ! [A: $i] :
      ~ ( member @ A @ empty_set ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',empty_set_defn) ).

thf(23,plain,
    ! [A: $i] :
      ~ ( member @ A @ empty_set ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[5]) ).

thf(57,plain,
    $false,
    inference(e,[status(thm)],[32,52,14,50,16,11,43,26,23]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.11  % Problem  : SET604+3 : TPTP v8.1.2. Released v2.2.0.
% 0.06/0.15  % Command  : run_Leo-III %s %d
% 0.15/0.35  % Computer : n001.cluster.edu
% 0.15/0.35  % Model    : x86_64 x86_64
% 0.15/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.35  % Memory   : 8042.1875MB
% 0.15/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.35  % CPULimit : 300
% 0.15/0.35  % WCLimit  : 300
% 0.15/0.35  % DateTime : Thu May 18 19:35:50 EDT 2023
% 0.15/0.35  % CPUTime  : 
% 0.88/0.82  % [INFO] 	 Parsing problem /export/starexec/sandbox/benchmark/theBenchmark.p ... 
% 1.22/0.95  % [INFO] 	 Parsing done (120ms). 
% 1.22/0.95  % [INFO] 	 Running in sequential loop mode. 
% 1.52/1.15  % [INFO] 	 eprover registered as external prover. 
% 1.52/1.15  % [INFO] 	 cvc4 registered as external prover. 
% 1.52/1.15  % [INFO] 	 Scanning for conjecture ... 
% 1.77/1.20  % [INFO] 	 Found a conjecture and 8 axioms. Running axiom selection ... 
% 1.77/1.22  % [INFO] 	 Axiom selection finished. Selected 8 axioms (removed 0 axioms). 
% 1.87/1.24  % [INFO] 	 Problem is first-order (TPTP FOF). 
% 1.87/1.24  % [INFO] 	 Type checking passed. 
% 1.87/1.24  % [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.87/1.64  % External prover 'e' found a proof!
% 2.87/1.64  % [INFO] 	 Killing All external provers ... 
% 2.87/1.64  % Time passed: 1138ms (effective reasoning time: 688ms)
% 2.87/1.64  % 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.87/1.65  % Axioms used in derivation (8): reflexivity_of_subset, empty_defn, empty_set_subset, difference_defn, equal_defn, subset_defn, empty_set_defn, difference_empty_set
% 2.87/1.65  % No. of inferences in proof: 20
% 2.87/1.65  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : 1138 ms resp. 688 ms w/o parsing
% 3.18/1.68  % SZS output start Refutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 3.18/1.68  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------