TSTP Solution File: KLE057+1 by PyRes---1.3

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.3
% Problem  : KLE057+1 : TPTP v8.1.0. Released v4.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s

% Computer : n013.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 : Sun Jul 17 02:23:00 EDT 2022

% Result   : Theorem 0.54s 0.77s
% Output   : Refutation 0.54s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named input)

% Comments : 
%------------------------------------------------------------------------------
fof(goals,conjecture,
    ! [X0] :
      ( domain(X0) = zero
     <= X0 = zero ),
    input ).

fof(c4,negated_conjecture,
    ~ ! [X0] :
        ( domain(X0) = zero
       <= X0 = zero ),
    inference(assume_negation,status(cth),[goals]) ).

fof(c5,negated_conjecture,
    ~ ! [X0] :
        ( X0 = zero
       => domain(X0) = zero ),
    inference(fof_simplification,status(thm),[c4]) ).

fof(c6,negated_conjecture,
    ? [X0] :
      ( X0 = zero
      & domain(X0) != zero ),
    inference(fof_nnf,status(thm),[c5]) ).

fof(c7,negated_conjecture,
    ? [X2] :
      ( X2 = zero
      & domain(X2) != zero ),
    inference(variable_rename,status(thm),[c6]) ).

fof(c8,negated_conjecture,
    ( skolem0001 = zero
    & domain(skolem0001) != zero ),
    inference(skolemize,status(esa),[c7]) ).

cnf(c10,negated_conjecture,
    domain(skolem0001) != zero,
    inference(split_conjunct,status(thm),[c8]) ).

cnf(c9,negated_conjecture,
    skolem0001 = zero,
    inference(split_conjunct,status(thm),[c8]) ).

cnf(c2,plain,
    ( X59 != X60
    | domain(X59) = domain(X60) ),
    eq_axiom ).

cnf(c103,plain,
    domain(skolem0001) = domain(zero),
    inference(resolution,status(thm),[c2,c9]) ).

cnf(transitivity,axiom,
    ( X39 != X38
    | X38 != X40
    | X39 = X40 ),
    eq_axiom ).

fof(domain4,axiom,
    domain(zero) = zero,
    input ).

cnf(c13,axiom,
    domain(zero) = zero,
    inference(split_conjunct,status(thm),[domain4]) ).

cnf(c64,plain,
    ( X164 != domain(zero)
    | X164 = zero ),
    inference(resolution,status(thm),[c13,transitivity]) ).

cnf(c828,plain,
    domain(skolem0001) = zero,
    inference(resolution,status(thm),[c64,c103]) ).

cnf(c845,plain,
    $false,
    inference(resolution,status(thm),[c828,c10]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.13  % Problem  : KLE057+1 : TPTP v8.1.0. Released v4.0.0.
% 0.07/0.14  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.14/0.36  % Computer : n013.cluster.edu
% 0.14/0.36  % Model    : x86_64 x86_64
% 0.14/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.36  % Memory   : 8042.1875MB
% 0.14/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.36  % CPULimit : 300
% 0.14/0.36  % WCLimit  : 600
% 0.14/0.36  % DateTime : Thu Jun 16 10:02:29 EDT 2022
% 0.14/0.36  % CPUTime  : 
% 0.54/0.77  # Version:  1.3
% 0.54/0.77  # SZS status Theorem
% 0.54/0.77  # SZS output start CNFRefutation
% See solution above
% 0.54/0.77  
% 0.54/0.77  # Initial clauses    : 27
% 0.54/0.77  # Processed clauses  : 85
% 0.54/0.77  # Factors computed   : 0
% 0.54/0.77  # Resolvents computed: 800
% 0.54/0.77  # Tautologies deleted: 1
% 0.54/0.77  # Forward subsumed   : 61
% 0.54/0.77  # Backward subsumed  : 0
% 0.54/0.77  # -------- CPU Time ---------
% 0.54/0.77  # User time          : 0.391 s
% 0.54/0.77  # System time        : 0.010 s
% 0.54/0.77  # Total time         : 0.401 s
%------------------------------------------------------------------------------