TSTP Solution File: GRP163-1 by MaedMax---1.4

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : MaedMax---1.4
% Problem  : GRP163-1 : TPTP v8.1.0. Bugfixed v1.2.1.
% Transfm  : none
% Format   : tptp
% Command  : run_maedmax %d %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  : 300s
% DateTime : Tue Jul 26 07:02:14 EDT 2022

% Result   : Unsatisfiable 0.51s 0.72s
% Output   : CNFRefutation 0.51s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   10
%            Number of leaves      :    8
% Syntax   : Number of clauses     :   23 (  23 unt;   0 nHn;  11 RR)
%            Number of literals    :   23 (  22 equ;   3 neg)
%            Maximal clause size   :    1 (   1 avg)
%            Maximal term depth    :    4 (   1 avg)
%            Number of predicates  :    2 (   0 usr;   1 prp; 0-2 aty)
%            Number of functors    :    6 (   6 usr;   4 con; 0-2 aty)
%            Number of variables   :   26 (   8 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(eq_0,axiom,
    greatest_lower_bound(X,Y) = greatest_lower_bound(Y,X),
    file('/tmp/MaedMax_23520') ).

cnf(eq_1,axiom,
    least_upper_bound(X,Y) = least_upper_bound(Y,X),
    file('/tmp/MaedMax_23520') ).

cnf(eq_2,axiom,
    greatest_lower_bound(X,greatest_lower_bound(Y,Z)) = greatest_lower_bound(greatest_lower_bound(X,Y),Z),
    file('/tmp/MaedMax_23520') ).

cnf(eq_3,axiom,
    X = least_upper_bound(X,greatest_lower_bound(X,Y)),
    file('/tmp/MaedMax_23520') ).

cnf(eq_4,axiom,
    X = greatest_lower_bound(X,least_upper_bound(X,Y)),
    file('/tmp/MaedMax_23520') ).

cnf(eq_5,axiom,
    greatest_lower_bound(a,b) = a,
    file('/tmp/MaedMax_23520') ).

cnf(eq_6,axiom,
    greatest_lower_bound(b,c) = b,
    file('/tmp/MaedMax_23520') ).

cnf(eq_7,negated_conjecture,
    greatest_lower_bound(a,c) != a,
    file('/tmp/MaedMax_23520') ).

cnf(eq_8,negated_conjecture,
    greatest_lower_bound(c,a) != a,
    inference(rw,[status(thm)],[eq_7,eq_0]) ).

cnf(eq_9,plain,
    greatest_lower_bound(X,least_upper_bound(Y,X)) = X,
    inference(cp,[status(thm)],[eq_1,eq_4]) ).

cnf(eq_10,plain,
    greatest_lower_bound(b,x102) = greatest_lower_bound(b,greatest_lower_bound(c,x102)),
    inference(cp,[status(thm)],[eq_6,eq_2]) ).

cnf(eq_11,plain,
    greatest_lower_bound(greatest_lower_bound(X,Y),x102) = greatest_lower_bound(Y,greatest_lower_bound(X,x102)),
    inference(cp,[status(thm)],[eq_0,eq_2]) ).

cnf(eq_12,plain,
    greatest_lower_bound(b,a) = a,
    inference(cp,[status(thm)],[eq_0,eq_5]) ).

cnf(eq_13,plain,
    least_upper_bound(Y,greatest_lower_bound(X,greatest_lower_bound(Y,Z))) = Y,
    inference(cp,[status(thm)],[eq_15,eq_3]) ).

cnf(eq_14,plain,
    X = least_upper_bound(X,greatest_lower_bound(Y,greatest_lower_bound(X,Z))),
    eq_13 ).

cnf(eq_15,plain,
    greatest_lower_bound(X,greatest_lower_bound(Y,Z)) = greatest_lower_bound(Y,greatest_lower_bound(X,Z)),
    inference(rw,[status(thm)],[eq_11,eq_2]) ).

cnf(eq_16,plain,
    greatest_lower_bound(b,X) = greatest_lower_bound(b,greatest_lower_bound(c,X)),
    eq_10 ).

cnf(eq_17,plain,
    least_upper_bound(c,greatest_lower_bound(b,X)) = c,
    inference(cp,[status(thm)],[eq_16,eq_14]) ).

cnf(eq_18,plain,
    least_upper_bound(c,a) = c,
    inference(cp,[status(thm)],[eq_12,eq_17]) ).

cnf(eq_19,plain,
    greatest_lower_bound(a,c) = a,
    inference(cp,[status(thm)],[eq_18,eq_9]) ).

cnf(eq_20,plain,
    greatest_lower_bound(c,a) = a,
    inference(rw,[status(thm)],[eq_19,eq_0]) ).

cnf(eq_21,negated_conjecture,
    a != a,
    inference(rw,[status(thm)],[eq_8,eq_20]) ).

cnf(bot,negated_conjecture,
    $false,
    inference(cn,[status(thm)],[eq_21]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : GRP163-1 : TPTP v8.1.0. Bugfixed v1.2.1.
% 0.03/0.12  % Command  : run_maedmax %d %s
% 0.12/0.34  % Computer : n013.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 300
% 0.12/0.34  % DateTime : Tue Jul 26 04:18:15 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.51/0.72  % SZS status Unsatisfiable
% 0.51/0.72  % SZS output start CNFRefutation for /tmp/MaedMax_23520
% See solution above
% 0.51/0.72  
%------------------------------------------------------------------------------