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

View Problem - Process Solution

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

% Computer : n028.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:57 EDT 2023

% Result   : Theorem 0.19s 0.37s
% Output   : CNFRefutation 0.19s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    7
%            Number of leaves      :    3
% Syntax   : Number of formulae    :   19 (   9 unt;   0 def)
%            Number of atoms       :   61 (  35 equ)
%            Maximal formula atoms :   10 (   3 avg)
%            Number of connectives :   72 (  30   ~;  27   |;  12   &)
%                                         (   3 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    9 (   5 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    3 (   1 usr;   1 prp; 0-2 aty)
%            Number of functors    :    5 (   5 usr;   2 con; 0-2 aty)
%            Number of variables   :   42 (;  37   !;   5   ?)

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

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

fof(f7,conjecture,
    ! [A] : singleton(A) != empty_set,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f8,negated_conjecture,
    ~ ! [A] : singleton(A) != empty_set,
    inference(negated_conjecture,[status(cth)],[f7]) ).

fof(f13,plain,
    ! [A,B] :
      ( ( B != singleton(A)
        | ! [C] :
            ( ( ~ in(C,B)
              | C = A )
            & ( in(C,B)
              | C != A ) ) )
      & ( B = singleton(A)
        | ? [C] :
            ( ( ~ in(C,B)
              | C != A )
            & ( in(C,B)
              | C = A ) ) ) ),
    inference(NNF_transformation,[status(esa)],[f2]) ).

fof(f14,plain,
    ( ! [A,B] :
        ( B != singleton(A)
        | ( ! [C] :
              ( ~ in(C,B)
              | C = A )
          & ! [C] :
              ( in(C,B)
              | C != A ) ) )
    & ! [A,B] :
        ( B = singleton(A)
        | ? [C] :
            ( ( ~ in(C,B)
              | C != A )
            & ( in(C,B)
              | C = A ) ) ) ),
    inference(miniscoping,[status(esa)],[f13]) ).

fof(f15,plain,
    ( ! [A,B] :
        ( B != singleton(A)
        | ( ! [C] :
              ( ~ in(C,B)
              | C = A )
          & ! [C] :
              ( in(C,B)
              | C != A ) ) )
    & ! [A,B] :
        ( B = singleton(A)
        | ( ( ~ in(sk0_0(B,A),B)
            | sk0_0(B,A) != A )
          & ( in(sk0_0(B,A),B)
            | sk0_0(B,A) = A ) ) ) ),
    inference(skolemization,[status(esa)],[f14]) ).

fof(f17,plain,
    ! [X0,X1,X2] :
      ( X0 != singleton(X1)
      | in(X2,X0)
      | X2 != X1 ),
    inference(cnf_transformation,[status(esa)],[f15]) ).

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

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

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

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

fof(f26,plain,
    ? [A] : singleton(A) = empty_set,
    inference(pre_NNF_transformation,[status(esa)],[f8]) ).

fof(f27,plain,
    singleton(sk0_2) = empty_set,
    inference(skolemization,[status(esa)],[f26]) ).

fof(f28,plain,
    singleton(sk0_2) = empty_set,
    inference(cnf_transformation,[status(esa)],[f27]) ).

fof(f34,plain,
    ! [X0] : in(X0,singleton(X0)),
    inference(destructive_equality_resolution,[status(esa)],[f17]) ).

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

fof(f36,plain,
    in(sk0_2,empty_set),
    inference(paramodulation,[status(thm)],[f28,f34]) ).

fof(f37,plain,
    $false,
    inference(forward_subsumption_resolution,[status(thm)],[f36,f35]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : SEU143+1 : TPTP v8.1.2. Released v3.3.0.
% 0.13/0.13  % Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s
% 0.13/0.34  % Computer : n028.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 09:31:32 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.19/0.35  % Drodi V3.5.1
% 0.19/0.37  % Refutation found
% 0.19/0.37  % SZS status Theorem for theBenchmark: Theorem is valid
% 0.19/0.37  % SZS output start CNFRefutation for theBenchmark
% See solution above
% 0.19/0.37  % Elapsed time: 0.021486 seconds
% 0.19/0.37  % CPU time: 0.025779 seconds
% 0.19/0.37  % Memory used: 12.435 MB
%------------------------------------------------------------------------------