TSTP Solution File: NUM139-1 by PyRes---1.3

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.3
% Problem  : NUM139-1 : TPTP v8.1.0. Bugfixed v2.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %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 : Mon Jul 18 13:34:36 EDT 2022

% Result   : Unsatisfiable 4.01s 4.17s
% Output   : Refutation 4.01s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named input)

% Comments : 
%------------------------------------------------------------------------------
cnf(prove_complete_induction3_2,negated_conjecture,
    ~ subclass(intersection(power_class(x),z),x),
    input ).

cnf(prove_complete_induction3_1,negated_conjecture,
    ~ member(not_subclass_element(intersection(power_class(x),z),x),z),
    input ).

cnf(not_subclass_members1,axiom,
    ( member(not_subclass_element(X15,X14),X15)
    | subclass(X15,X14) ),
    input ).

cnf(intersection2,axiom,
    ( ~ member(X130,intersection(X128,X129))
    | member(X130,X129) ),
    input ).

cnf(c173,plain,
    ( member(not_subclass_element(intersection(X1116,X1117),X1115),X1117)
    | subclass(intersection(X1116,X1117),X1115) ),
    inference(resolution,status(thm),[intersection2,not_subclass_members1]) ).

cnf(c13249,plain,
    subclass(intersection(power_class(x),z),x),
    inference(resolution,status(thm),[c173,prove_complete_induction3_1]) ).

cnf(c13299,plain,
    $false,
    inference(resolution,status(thm),[c13249,prove_complete_induction3_2]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : NUM139-1 : TPTP v8.1.0. Bugfixed v2.1.0.
% 0.03/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.33  % Computer : n014.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 600
% 0.12/0.34  % DateTime : Thu Jul  7 06:45:07 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 4.01/4.17  # Version:  1.3
% 4.01/4.17  # SZS status Unsatisfiable
% 4.01/4.17  # SZS output start CNFRefutation
% See solution above
% 4.01/4.17  
% 4.01/4.17  # Initial clauses    : 223
% 4.01/4.17  # Processed clauses  : 708
% 4.01/4.17  # Factors computed   : 5
% 4.01/4.17  # Resolvents computed: 13238
% 4.01/4.17  # Tautologies deleted: 8
% 4.01/4.17  # Forward subsumed   : 391
% 4.01/4.17  # Backward subsumed  : 1
% 4.01/4.17  # -------- CPU Time ---------
% 4.01/4.17  # User time          : 3.807 s
% 4.01/4.17  # System time        : 0.028 s
% 4.01/4.17  # Total time         : 3.835 s
%------------------------------------------------------------------------------