TSTP Solution File: SET891+1 by Drodi---3.5.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Drodi---3.5.1
% Problem  : SET891+1 : TPTP v8.1.2. Released v3.2.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s

% Computer : n010.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 : Wed May 31 12:35:28 EDT 2023

% Result   : Theorem 0.16s 0.33s
% Output   : CNFRefutation 0.16s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    7
%            Number of leaves      :    3
% Syntax   : Number of formulae    :   12 (  12 unt;   0 def)
%            Number of atoms       :   12 (  11 equ)
%            Maximal formula atoms :    1 (   1 avg)
%            Number of connectives :    6 (   6   ~;   0   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    4 (   3 avg)
%            Maximal term depth    :    4 (   2 avg)
%            Number of predicates  :    2 (   0 usr;   1 prp; 0-2 aty)
%            Number of functors    :    6 (   6 usr;   2 con; 0-2 aty)
%            Number of variables   :   14 (;  12   !;   2   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f6,axiom,
    ! [A,B] : union(unordered_pair(A,B)) = set_union2(A,B),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f9,conjecture,
    ! [A,B] : union(unordered_pair(singleton(A),singleton(B))) = unordered_pair(A,B),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f10,negated_conjecture,
    ~ ! [A,B] : union(unordered_pair(singleton(A),singleton(B))) = unordered_pair(A,B),
    inference(negated_conjecture,[status(cth)],[f9]) ).

fof(f11,axiom,
    ! [A,B] : unordered_pair(A,B) = set_union2(singleton(A),singleton(B)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f22,plain,
    ! [X0,X1] : union(unordered_pair(X0,X1)) = set_union2(X0,X1),
    inference(cnf_transformation,[status(esa)],[f6]) ).

fof(f27,plain,
    ? [A,B] : union(unordered_pair(singleton(A),singleton(B))) != unordered_pair(A,B),
    inference(pre_NNF_transformation,[status(esa)],[f10]) ).

fof(f28,plain,
    union(unordered_pair(singleton(sk0_2),singleton(sk0_3))) != unordered_pair(sk0_2,sk0_3),
    inference(skolemization,[status(esa)],[f27]) ).

fof(f29,plain,
    union(unordered_pair(singleton(sk0_2),singleton(sk0_3))) != unordered_pair(sk0_2,sk0_3),
    inference(cnf_transformation,[status(esa)],[f28]) ).

fof(f30,plain,
    ! [X0,X1] : unordered_pair(X0,X1) = set_union2(singleton(X0),singleton(X1)),
    inference(cnf_transformation,[status(esa)],[f11]) ).

fof(f31,plain,
    set_union2(singleton(sk0_2),singleton(sk0_3)) != unordered_pair(sk0_2,sk0_3),
    inference(backward_demodulation,[status(thm)],[f22,f29]) ).

fof(f36,plain,
    unordered_pair(sk0_2,sk0_3) != unordered_pair(sk0_2,sk0_3),
    inference(backward_demodulation,[status(thm)],[f30,f31]) ).

fof(f37,plain,
    $false,
    inference(trivial_equality_resolution,[status(esa)],[f36]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.11  % Problem  : SET891+1 : TPTP v8.1.2. Released v3.2.0.
% 0.03/0.11  % Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s
% 0.11/0.31  % Computer : n010.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 : Tue May 30 10:07:52 EDT 2023
% 0.11/0.31  % CPUTime  : 
% 0.16/0.31  % Drodi V3.5.1
% 0.16/0.33  % Refutation found
% 0.16/0.33  % SZS status Theorem for theBenchmark: Theorem is valid
% 0.16/0.33  % SZS output start CNFRefutation for theBenchmark
% See solution above
% 0.16/0.33  % Elapsed time: 0.019308 seconds
% 0.16/0.33  % CPU time: 0.026564 seconds
% 0.16/0.33  % Memory used: 8.998 MB
%------------------------------------------------------------------------------