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

View Problem - Process Solution

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

% Computer : n031.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:30 EDT 2023

% Result   : Theorem 0.13s 0.36s
% Output   : CNFRefutation 0.20s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    8
%            Number of leaves      :    4
% Syntax   : Number of formulae    :   26 (   9 unt;   0 def)
%            Number of atoms       :  127 (  56 equ)
%            Maximal formula atoms :   14 (   4 avg)
%            Number of connectives :  163 (  62   ~;  63   |;  33   &)
%                                         (   5 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   11 (   6 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of predicates  :    3 (   1 usr;   1 prp; 0-2 aty)
%            Number of functors    :    9 (   9 usr;   4 con; 0-3 aty)
%            Number of variables   :   91 (;  82   !;   9   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f4,axiom,
    ! [A] :
      ( A = empty_set
    <=> ! [B] : ~ in(B,A) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f5,axiom,
    ! [A,B,C] :
      ( C = unordered_pair(A,B)
    <=> ! [D] :
          ( in(D,C)
        <=> ( D = A
            | D = B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f6,axiom,
    ! [A,B,C] :
      ( C = set_union2(A,B)
    <=> ! [D] :
          ( in(D,C)
        <=> ( in(D,A)
            | in(D,B) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f13,conjecture,
    ! [A,B,C] : set_union2(unordered_pair(A,B),C) != empty_set,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f14,negated_conjecture,
    ~ ! [A,B,C] : set_union2(unordered_pair(A,B),C) != empty_set,
    inference(negated_conjecture,[status(cth)],[f13]) ).

fof(f19,plain,
    ! [A] :
      ( ( A != empty_set
        | ! [B] : ~ in(B,A) )
      & ( A = empty_set
        | ? [B] : in(B,A) ) ),
    inference(NNF_transformation,[status(esa)],[f4]) ).

fof(f20,plain,
    ( ! [A] :
        ( A != empty_set
        | ! [B] : ~ in(B,A) )
    & ! [A] :
        ( A = empty_set
        | ? [B] : in(B,A) ) ),
    inference(miniscoping,[status(esa)],[f19]) ).

fof(f21,plain,
    ( ! [A] :
        ( A != empty_set
        | ! [B] : ~ in(B,A) )
    & ! [A] :
        ( A = empty_set
        | in(sk0_0(A),A) ) ),
    inference(skolemization,[status(esa)],[f20]) ).

fof(f22,plain,
    ! [X0,X1] :
      ( X0 != empty_set
      | ~ in(X1,X0) ),
    inference(cnf_transformation,[status(esa)],[f21]) ).

fof(f24,plain,
    ! [A,B,C] :
      ( ( C != unordered_pair(A,B)
        | ! [D] :
            ( ( ~ in(D,C)
              | D = A
              | D = B )
            & ( in(D,C)
              | ( D != A
                & D != B ) ) ) )
      & ( C = unordered_pair(A,B)
        | ? [D] :
            ( ( ~ in(D,C)
              | ( D != A
                & D != B ) )
            & ( in(D,C)
              | D = A
              | D = B ) ) ) ),
    inference(NNF_transformation,[status(esa)],[f5]) ).

fof(f25,plain,
    ( ! [A,B,C] :
        ( C != unordered_pair(A,B)
        | ( ! [D] :
              ( ~ in(D,C)
              | D = A
              | D = B )
          & ! [D] :
              ( in(D,C)
              | ( D != A
                & D != B ) ) ) )
    & ! [A,B,C] :
        ( C = unordered_pair(A,B)
        | ? [D] :
            ( ( ~ in(D,C)
              | ( D != A
                & D != B ) )
            & ( in(D,C)
              | D = A
              | D = B ) ) ) ),
    inference(miniscoping,[status(esa)],[f24]) ).

fof(f26,plain,
    ( ! [A,B,C] :
        ( C != unordered_pair(A,B)
        | ( ! [D] :
              ( ~ in(D,C)
              | D = A
              | D = B )
          & ! [D] :
              ( in(D,C)
              | ( D != A
                & D != B ) ) ) )
    & ! [A,B,C] :
        ( C = unordered_pair(A,B)
        | ( ( ~ in(sk0_1(C,B,A),C)
            | ( sk0_1(C,B,A) != A
              & sk0_1(C,B,A) != B ) )
          & ( in(sk0_1(C,B,A),C)
            | sk0_1(C,B,A) = A
            | sk0_1(C,B,A) = B ) ) ) ),
    inference(skolemization,[status(esa)],[f25]) ).

fof(f29,plain,
    ! [X0,X1,X2,X3] :
      ( X0 != unordered_pair(X1,X2)
      | in(X3,X0)
      | X3 != X2 ),
    inference(cnf_transformation,[status(esa)],[f26]) ).

fof(f33,plain,
    ! [A,B,C] :
      ( ( C != set_union2(A,B)
        | ! [D] :
            ( ( ~ in(D,C)
              | in(D,A)
              | in(D,B) )
            & ( in(D,C)
              | ( ~ in(D,A)
                & ~ in(D,B) ) ) ) )
      & ( C = set_union2(A,B)
        | ? [D] :
            ( ( ~ in(D,C)
              | ( ~ in(D,A)
                & ~ in(D,B) ) )
            & ( in(D,C)
              | in(D,A)
              | in(D,B) ) ) ) ),
    inference(NNF_transformation,[status(esa)],[f6]) ).

fof(f34,plain,
    ( ! [A,B,C] :
        ( C != set_union2(A,B)
        | ( ! [D] :
              ( ~ in(D,C)
              | in(D,A)
              | in(D,B) )
          & ! [D] :
              ( in(D,C)
              | ( ~ in(D,A)
                & ~ in(D,B) ) ) ) )
    & ! [A,B,C] :
        ( C = set_union2(A,B)
        | ? [D] :
            ( ( ~ in(D,C)
              | ( ~ in(D,A)
                & ~ in(D,B) ) )
            & ( in(D,C)
              | in(D,A)
              | in(D,B) ) ) ) ),
    inference(miniscoping,[status(esa)],[f33]) ).

fof(f35,plain,
    ( ! [A,B,C] :
        ( C != set_union2(A,B)
        | ( ! [D] :
              ( ~ in(D,C)
              | in(D,A)
              | in(D,B) )
          & ! [D] :
              ( in(D,C)
              | ( ~ in(D,A)
                & ~ in(D,B) ) ) ) )
    & ! [A,B,C] :
        ( C = set_union2(A,B)
        | ( ( ~ in(sk0_2(C,B,A),C)
            | ( ~ in(sk0_2(C,B,A),A)
              & ~ in(sk0_2(C,B,A),B) ) )
          & ( in(sk0_2(C,B,A),C)
            | in(sk0_2(C,B,A),A)
            | in(sk0_2(C,B,A),B) ) ) ) ),
    inference(skolemization,[status(esa)],[f34]) ).

fof(f37,plain,
    ! [X0,X1,X2,X3] :
      ( X0 != set_union2(X1,X2)
      | in(X3,X0)
      | ~ in(X3,X1) ),
    inference(cnf_transformation,[status(esa)],[f35]) ).

fof(f55,plain,
    ? [A,B,C] : set_union2(unordered_pair(A,B),C) = empty_set,
    inference(pre_NNF_transformation,[status(esa)],[f14]) ).

fof(f56,plain,
    set_union2(unordered_pair(sk0_5,sk0_6),sk0_7) = empty_set,
    inference(skolemization,[status(esa)],[f55]) ).

fof(f57,plain,
    set_union2(unordered_pair(sk0_5,sk0_6),sk0_7) = empty_set,
    inference(cnf_transformation,[status(esa)],[f56]) ).

fof(f58,plain,
    ! [X0] : ~ in(X0,empty_set),
    inference(destructive_equality_resolution,[status(esa)],[f22]) ).

fof(f61,plain,
    ! [X0,X1] : in(X0,unordered_pair(X1,X0)),
    inference(destructive_equality_resolution,[status(esa)],[f29]) ).

fof(f63,plain,
    ! [X0,X1,X2] :
      ( in(X0,set_union2(X1,X2))
      | ~ in(X0,X1) ),
    inference(destructive_equality_resolution,[status(esa)],[f37]) ).

fof(f75,plain,
    ! [X0] :
      ( in(X0,empty_set)
      | ~ in(X0,unordered_pair(sk0_5,sk0_6)) ),
    inference(paramodulation,[status(thm)],[f57,f63]) ).

fof(f76,plain,
    ! [X0] : ~ in(X0,unordered_pair(sk0_5,sk0_6)),
    inference(forward_subsumption_resolution,[status(thm)],[f75,f58]) ).

fof(f79,plain,
    $false,
    inference(resolution,[status(thm)],[f76,f61]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.01/0.12  % Problem  : SET909+1 : TPTP v8.1.2. Released v3.2.0.
% 0.12/0.13  % Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s
% 0.13/0.34  % Computer : n031.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Tue May 30 10:40:52 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.13/0.35  % Drodi V3.5.1
% 0.13/0.36  % Refutation found
% 0.13/0.36  % SZS status Theorem for theBenchmark: Theorem is valid
% 0.13/0.36  % SZS output start CNFRefutation for theBenchmark
% See solution above
% 0.20/0.58  % Elapsed time: 0.013037 seconds
% 0.20/0.58  % CPU time: 0.029479 seconds
% 0.20/0.58  % Memory used: 14.354 MB
%------------------------------------------------------------------------------