TSTP Solution File: SET605+3 by SPASS---3.9

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SPASS---3.9
% Problem  : SET605+3 : TPTP v8.1.0. Released v2.2.0.
% Transfm  : none
% Format   : tptp
% Command  : run_spass %d %s

% Computer : n014.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  : 600s
% DateTime : Tue Jul 19 05:27:22 EDT 2022

% Result   : Theorem 0.20s 0.45s
% Output   : Refutation 0.20s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :    4
% Syntax   : Number of clauses     :    8 (   7 unt;   0 nHn;   8 RR)
%            Number of literals    :    9 (   0 equ;   4 neg)
%            Maximal clause size   :    2 (   1 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of predicates  :    3 (   2 usr;   1 prp; 0-2 aty)
%            Number of functors    :    7 (   7 usr;   5 con; 0-2 aty)
%            Number of variables   :    0 (   0 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(3,axiom,
    subset(u,union(u,v)),
    file('SET605+3.p',unknown),
    [] ).

cnf(7,axiom,
    equal(union(u,v),union(v,u)),
    file('SET605+3.p',unknown),
    [] ).

cnf(9,axiom,
    ~ equal(difference(skc3,union(skc3,skc2)),empty_set),
    file('SET605+3.p',unknown),
    [] ).

cnf(12,axiom,
    ( ~ subset(u,v)
    | equal(difference(u,v),empty_set) ),
    file('SET605+3.p',unknown),
    [] ).

cnf(26,plain,
    ~ equal(difference(skc3,union(skc2,skc3)),empty_set),
    inference(rew,[status(thm),theory(equality)],[7,9]),
    [iquote('0:Rew:7.0,9.0')] ).

cnf(28,plain,
    ~ subset(skc3,union(skc2,skc3)),
    inference(res,[status(thm),theory(equality)],[12,26]),
    [iquote('0:Res:12.1,26.0')] ).

cnf(36,plain,
    subset(u,union(v,u)),
    inference(spr,[status(thm),theory(equality)],[7,3]),
    [iquote('0:SpR:7.0,3.0')] ).

cnf(42,plain,
    $false,
    inference(unc,[status(thm)],[36,28]),
    [iquote('0:UnC:36.0,28.0')] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.13  % Problem  : SET605+3 : TPTP v8.1.0. Released v2.2.0.
% 0.07/0.13  % Command  : run_spass %d %s
% 0.14/0.35  % Computer : n014.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit : 300
% 0.14/0.35  % WCLimit  : 600
% 0.14/0.35  % DateTime : Mon Jul 11 02:05:19 EDT 2022
% 0.14/0.35  % CPUTime  : 
% 0.20/0.45  
% 0.20/0.45  SPASS V 3.9 
% 0.20/0.45  SPASS beiseite: Proof found.
% 0.20/0.45  % SZS status Theorem
% 0.20/0.45  Problem: /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 0.20/0.45  SPASS derived 11 clauses, backtracked 0 clauses, performed 0 splits and kept 28 clauses.
% 0.20/0.45  SPASS allocated 97835 KBytes.
% 0.20/0.45  SPASS spent	0:00:00.09 on the problem.
% 0.20/0.45  		0:00:00.03 for the input.
% 0.20/0.45  		0:00:00.03 for the FLOTTER CNF translation.
% 0.20/0.45  		0:00:00.00 for inferences.
% 0.20/0.45  		0:00:00.00 for the backtracking.
% 0.20/0.45  		0:00:00.00 for the reduction.
% 0.20/0.45  
% 0.20/0.45  
% 0.20/0.45  Here is a proof with depth 1, length 8 :
% 0.20/0.45  % SZS output start Refutation
% See solution above
% 0.20/0.45  Formulae used in the proof : subset_of_union commutativity_of_union prove_th76 difference_empty_set
% 0.20/0.45  
%------------------------------------------------------------------------------