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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : MaedMax---1.4
% Problem  : GRP182-1 : TPTP v8.1.0. Bugfixed v1.2.1.
% Transfm  : none
% Format   : tptp
% Command  : run_maedmax %d %s

% Computer : n029.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:20 EDT 2022

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

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

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

cnf(eq_2,negated_conjecture,
    identity != least_upper_bound(identity,greatest_lower_bound(a,identity)),
    file('/tmp/MaedMax_26942') ).

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

cnf(eq_4,plain,
    X = least_upper_bound(X,greatest_lower_bound(Y,X)),
    eq_3 ).

cnf(eq_5,negated_conjecture,
    identity != identity,
    inference(cp,[status(thm)],[eq_4,eq_2]) ).

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.13  % Problem  : GRP182-1 : TPTP v8.1.0. Bugfixed v1.2.1.
% 0.07/0.13  % Command  : run_maedmax %d %s
% 0.14/0.34  % Computer : n029.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit : 300
% 0.14/0.34  % WCLimit  : 300
% 0.14/0.35  % DateTime : Tue Jul 26 04:29:58 EDT 2022
% 0.14/0.35  % CPUTime  : 
% 0.37/0.57  % SZS status Unsatisfiable
% 0.37/0.57  % SZS output start CNFRefutation for /tmp/MaedMax_26942
% See solution above
% 0.37/0.57  
%------------------------------------------------------------------------------