TSTP Solution File: GRP162-1 by Moca---0.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Moca---0.1
% Problem  : GRP162-1 : TPTP v8.1.0. Bugfixed v1.2.1.
% Transfm  : none
% Format   : tptp:raw
% Command  : moca.sh %s

% Computer : n026.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 : Sat Jul 16 10:53:32 EDT 2022

% Result   : Unsatisfiable 1.43s 1.65s
% Output   : Proof 1.43s
% Verified : 
% SZS Type : -

% Comments : 
%------------------------------------------------------------------------------
%----WARNING: Could not form TPTP format derivation
%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : GRP162-1 : TPTP v8.1.0. Bugfixed v1.2.1.
% 0.07/0.12  % Command  : moca.sh %s
% 0.13/0.34  % Computer : n026.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  : 600
% 0.13/0.34  % DateTime : Mon Jun 13 05:22:20 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 1.43/1.65  % SZS status Unsatisfiable
% 1.43/1.65  % SZS output start Proof
% 1.43/1.65  The input problem is unsatisfiable because
% 1.43/1.65  
% 1.43/1.65  [1] the following set of Horn clauses is unsatisfiable:
% 1.43/1.65  
% 1.43/1.65  	multiply(identity, X) = X
% 1.43/1.65  	multiply(inverse(X), X) = identity
% 1.43/1.65  	multiply(multiply(X, Y), Z) = multiply(X, multiply(Y, Z))
% 1.43/1.65  	greatest_lower_bound(X, Y) = greatest_lower_bound(Y, X)
% 1.43/1.65  	least_upper_bound(X, Y) = least_upper_bound(Y, X)
% 1.43/1.65  	greatest_lower_bound(X, greatest_lower_bound(Y, Z)) = greatest_lower_bound(greatest_lower_bound(X, Y), Z)
% 1.43/1.65  	least_upper_bound(X, least_upper_bound(Y, Z)) = least_upper_bound(least_upper_bound(X, Y), Z)
% 1.43/1.65  	least_upper_bound(X, X) = X
% 1.43/1.65  	greatest_lower_bound(X, X) = X
% 1.43/1.65  	least_upper_bound(X, greatest_lower_bound(X, Y)) = X
% 1.43/1.65  	greatest_lower_bound(X, least_upper_bound(X, Y)) = X
% 1.43/1.65  	multiply(X, least_upper_bound(Y, Z)) = least_upper_bound(multiply(X, Y), multiply(X, Z))
% 1.43/1.65  	multiply(X, greatest_lower_bound(Y, Z)) = greatest_lower_bound(multiply(X, Y), multiply(X, Z))
% 1.43/1.65  	multiply(least_upper_bound(Y, Z), X) = least_upper_bound(multiply(Y, X), multiply(Z, X))
% 1.43/1.65  	multiply(greatest_lower_bound(Y, Z), X) = greatest_lower_bound(multiply(Y, X), multiply(Z, X))
% 1.43/1.65  	least_upper_bound(a, b) = b
% 1.43/1.65  	least_upper_bound(b, c) = c
% 1.43/1.65  	least_upper_bound(a, c) = c ==> \bottom
% 1.43/1.65  
% 1.43/1.65  This holds because
% 1.43/1.65  
% 1.43/1.65  [2] the following E entails the following G (Claessen-Smallbone's transformation (2018)):
% 1.43/1.65  
% 1.43/1.65  E:
% 1.43/1.65  	f1(c) = false__
% 1.43/1.65  	f1(least_upper_bound(a, c)) = true__
% 1.43/1.65  	greatest_lower_bound(X, X) = X
% 1.43/1.65  	greatest_lower_bound(X, Y) = greatest_lower_bound(Y, X)
% 1.43/1.65  	greatest_lower_bound(X, greatest_lower_bound(Y, Z)) = greatest_lower_bound(greatest_lower_bound(X, Y), Z)
% 1.43/1.65  	greatest_lower_bound(X, least_upper_bound(X, Y)) = X
% 1.43/1.65  	least_upper_bound(X, X) = X
% 1.43/1.65  	least_upper_bound(X, Y) = least_upper_bound(Y, X)
% 1.43/1.65  	least_upper_bound(X, greatest_lower_bound(X, Y)) = X
% 1.43/1.65  	least_upper_bound(X, least_upper_bound(Y, Z)) = least_upper_bound(least_upper_bound(X, Y), Z)
% 1.43/1.65  	least_upper_bound(a, b) = b
% 1.43/1.65  	least_upper_bound(b, c) = c
% 1.43/1.65  	multiply(X, greatest_lower_bound(Y, Z)) = greatest_lower_bound(multiply(X, Y), multiply(X, Z))
% 1.43/1.65  	multiply(X, least_upper_bound(Y, Z)) = least_upper_bound(multiply(X, Y), multiply(X, Z))
% 1.43/1.65  	multiply(greatest_lower_bound(Y, Z), X) = greatest_lower_bound(multiply(Y, X), multiply(Z, X))
% 1.43/1.65  	multiply(identity, X) = X
% 1.43/1.65  	multiply(inverse(X), X) = identity
% 1.43/1.65  	multiply(least_upper_bound(Y, Z), X) = least_upper_bound(multiply(Y, X), multiply(Z, X))
% 1.43/1.65  	multiply(multiply(X, Y), Z) = multiply(X, multiply(Y, Z))
% 1.43/1.65  G:
% 1.43/1.65  	true__ = false__
% 1.43/1.65  
% 1.43/1.65  This holds because
% 1.43/1.65  
% 1.43/1.65  [3] E entails the following ordered TRS and the lhs and rhs of G join by the TRS:
% 1.43/1.65  
% 1.43/1.65  	greatest_lower_bound(X, Y) = greatest_lower_bound(Y, X)
% 1.43/1.65  	least_upper_bound(X, Y) = least_upper_bound(Y, X)
% 1.43/1.65  	least_upper_bound(Y1, multiply(Y2, Y1)) = multiply(least_upper_bound(identity, Y2), Y1)
% 1.43/1.65  	least_upper_bound(a, least_upper_bound(Y0, b)) = least_upper_bound(b, Y0)
% 1.43/1.65  	least_upper_bound(b, least_upper_bound(Y0, c)) = least_upper_bound(c, Y0)
% 1.43/1.65  	f1(c) -> false__
% 1.43/1.65  	f1(least_upper_bound(a, c)) -> true__
% 1.43/1.65  	greatest_lower_bound(X, X) -> X
% 1.43/1.65  	greatest_lower_bound(X, least_upper_bound(X, Y)) -> X
% 1.43/1.65  	greatest_lower_bound(Y0, greatest_lower_bound(Y1, Y0)) -> greatest_lower_bound(Y0, Y1)
% 1.43/1.65  	greatest_lower_bound(Y0, greatest_lower_bound(Y1, greatest_lower_bound(Y0, Y1))) -> greatest_lower_bound(Y0, Y1)
% 1.43/1.65  	greatest_lower_bound(Y0, least_upper_bound(Y1, Y0)) -> Y0
% 1.43/1.65  	greatest_lower_bound(Y1, greatest_lower_bound(Y1, Y2)) -> greatest_lower_bound(Y1, Y2)
% 1.43/1.65  	greatest_lower_bound(a, b) -> a
% 1.43/1.65  	greatest_lower_bound(a, c) -> a
% 1.43/1.65  	greatest_lower_bound(a, greatest_lower_bound(Y0, b)) -> greatest_lower_bound(a, Y0)
% 1.43/1.65  	greatest_lower_bound(a, greatest_lower_bound(b, Y2)) -> greatest_lower_bound(a, Y2)
% 1.43/1.65  	greatest_lower_bound(a, least_upper_bound(b, X0)) -> a
% 1.43/1.65  	greatest_lower_bound(b, c) -> b
% 1.43/1.65  	greatest_lower_bound(b, least_upper_bound(a, least_upper_bound(Y1, b))) -> b
% 1.43/1.65  	greatest_lower_bound(b, least_upper_bound(c, X0)) -> b
% 1.43/1.65  	greatest_lower_bound(greatest_lower_bound(X, Y), Z) -> greatest_lower_bound(X, greatest_lower_bound(Y, Z))
% 1.43/1.65  	greatest_lower_bound(least_upper_bound(X0, b), least_upper_bound(b, X0)) -> least_upper_bound(X0, b)
% 1.43/1.65  	greatest_lower_bound(multiply(X, Y), multiply(X, Z)) -> multiply(X, greatest_lower_bound(Y, Z))
% 1.43/1.65  	greatest_lower_bound(multiply(Y, X), multiply(Z, X)) -> multiply(greatest_lower_bound(Y, Z), X)
% 1.43/1.65  	least_upper_bound(X, X) -> X
% 1.43/1.65  	least_upper_bound(X, greatest_lower_bound(X, Y)) -> X
% 1.43/1.65  	least_upper_bound(Y0, greatest_lower_bound(Y1, Y0)) -> Y0
% 1.43/1.65  	least_upper_bound(Y0, least_upper_bound(Y1, Y0)) -> least_upper_bound(Y0, Y1)
% 1.43/1.65  	least_upper_bound(Y0, least_upper_bound(Y1, least_upper_bound(Y0, Y1))) -> least_upper_bound(Y0, Y1)
% 1.43/1.65  	least_upper_bound(Y1, least_upper_bound(X1, Y1)) -> least_upper_bound(X1, Y1)
% 1.43/1.65  	least_upper_bound(Y1, least_upper_bound(Y1, Y2)) -> least_upper_bound(Y1, Y2)
% 1.43/1.65  	least_upper_bound(a, b) -> b
% 1.43/1.65  	least_upper_bound(a, c) -> c
% 1.43/1.65  	least_upper_bound(a, least_upper_bound(Y0, b)) -> least_upper_bound(Y0, b)
% 1.43/1.65  	least_upper_bound(a, least_upper_bound(b, Y2)) -> least_upper_bound(b, Y2)
% 1.43/1.65  	least_upper_bound(b, c) -> c
% 1.43/1.65  	least_upper_bound(b, least_upper_bound(Y0, c)) -> least_upper_bound(Y0, c)
% 1.43/1.65  	least_upper_bound(b, least_upper_bound(c, Y2)) -> least_upper_bound(c, Y2)
% 1.43/1.65  	least_upper_bound(least_upper_bound(X, Y), Z) -> least_upper_bound(X, least_upper_bound(Y, Z))
% 1.43/1.65  	least_upper_bound(multiply(X, Y), multiply(X, Z)) -> multiply(X, least_upper_bound(Y, Z))
% 1.43/1.65  	least_upper_bound(multiply(Y, X), multiply(Z, X)) -> multiply(least_upper_bound(Y, Z), X)
% 1.43/1.65  	multiply(identity, X) -> X
% 1.43/1.65  	multiply(inverse(X), X) -> identity
% 1.43/1.65  	multiply(least_upper_bound(identity, inverse(Y0)), Y0) -> least_upper_bound(Y0, identity)
% 1.43/1.65  	multiply(multiply(X, Y), Z) -> multiply(X, multiply(Y, Z))
% 1.43/1.65  	true__ -> false__
% 1.43/1.65  with the LPO induced by
% 1.43/1.65  	f1 > c > b > a > inverse > identity > least_upper_bound > greatest_lower_bound > multiply > true__ > false__
% 1.43/1.65  
% 1.43/1.65  % SZS output end Proof
% 1.43/1.65  
%------------------------------------------------------------------------------