TSTP Solution File: GRP191-1 by EQP---0.9e

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : EQP---0.9e
% Problem  : GRP191-1 : TPTP v8.1.0. Bugfixed v1.2.1.
% Transfm  : none
% Format   : tptp:raw
% Command  : tptp2X_and_run_eqp %s

% Computer : n012.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 08:45:53 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(1,plain,
    equal(multiply(identity,A),A),
    file('GRP191-1.p',unknown),
    [] ).

cnf(2,plain,
    equal(multiply(inverse(A),A),identity),
    file('GRP191-1.p',unknown),
    [] ).

cnf(3,plain,
    equal(multiply(multiply(A,B),C),multiply(A,multiply(B,C))),
    file('GRP191-1.p',unknown),
    [] ).

cnf(5,plain,
    equal(least_upper_bound(A,B),least_upper_bound(B,A)),
    file('GRP191-1.p',unknown),
    [] ).

cnf(10,plain,
    equal(least_upper_bound(A,greatest_lower_bound(A,B)),A),
    file('GRP191-1.p',unknown),
    [] ).

cnf(11,plain,
    equal(greatest_lower_bound(A,least_upper_bound(A,B)),A),
    file('GRP191-1.p',unknown),
    [] ).

cnf(12,plain,
    equal(multiply(A,least_upper_bound(B,C)),least_upper_bound(multiply(A,B),multiply(A,C))),
    file('GRP191-1.p',unknown),
    [] ).

cnf(14,plain,
    equal(multiply(least_upper_bound(A,B),C),least_upper_bound(multiply(A,C),multiply(B,C))),
    file('GRP191-1.p',unknown),
    [] ).

cnf(16,plain,
    equal(greatest_lower_bound(a,b),b),
    file('GRP191-1.p',unknown),
    [] ).

cnf(17,plain,
    ~ equal(greatest_lower_bound(inverse(a),inverse(b)),inverse(a)),
    file('GRP191-1.p',unknown),
    [] ).

cnf(18,plain,
    equal(multiply(inverse(A),multiply(A,B)),B),
    inference(flip,[status(thm),theory(equality)],[inference(demod,[status(thm),theory(equality)],[inference(para,[status(thm),theory(equality)],[2,3]),1]),1]),
    [iquote('para(2,3),demod([1]),flip(1)')] ).

cnf(20,plain,
    equal(least_upper_bound(a,b),a),
    inference(para,[status(thm),theory(equality)],[16,10]),
    [iquote('para(16,10)')] ).

cnf(36,plain,
    equal(greatest_lower_bound(A,least_upper_bound(B,A)),A),
    inference(para,[status(thm),theory(equality)],[5,11]),
    [iquote('para(5,11)')] ).

cnf(48,plain,
    equal(multiply(inverse(inverse(A)),identity),A),
    inference(para,[status(thm),theory(equality)],[2,18]),
    [iquote('para(2,18)')] ).

cnf(56,plain,
    equal(multiply(inverse(inverse(A)),B),multiply(A,B)),
    inference(para,[status(thm),theory(equality)],[18,18]),
    [iquote('para(18,18)')] ).

cnf(57,plain,
    equal(multiply(A,identity),A),
    inference(demod,[status(thm),theory(equality)],[inference(demod,[status(thm),theory(equality)],[48]),56]),
    [iquote('back_demod(48),demod([56])')] ).

cnf(61,plain,
    equal(inverse(inverse(A)),A),
    inference(flip,[status(thm),theory(equality)],[inference(demod,[status(thm),theory(equality)],[inference(para,[status(thm),theory(equality)],[56,57]),57]),1]),
    [iquote('para(56,57),demod([57]),flip(1)')] ).

cnf(62,plain,
    equal(multiply(A,inverse(A)),identity),
    inference(para,[status(thm),theory(equality)],[61,2]),
    [iquote('para(61,2)')] ).

cnf(64,plain,
    equal(least_upper_bound(multiply(inverse(least_upper_bound(A,B)),multiply(A,C)),multiply(inverse(least_upper_bound(A,B)),multiply(B,C))),C),
    inference(demod,[status(thm),theory(equality)],[inference(para,[status(thm),theory(equality)],[14,18]),12]),
    [iquote('para(14,18),demod([12])')] ).

cnf(426,plain,
    equal(least_upper_bound(A,multiply(inverse(a),multiply(b,A))),A),
    inference(demod,[status(thm),theory(equality)],[inference(para,[status(thm),theory(equality)],[20,64]),18,20]),
    [iquote('para(20,64),demod([18,20])')] ).

cnf(428,plain,
    equal(least_upper_bound(inverse(b),inverse(a)),inverse(b)),
    inference(demod,[status(thm),theory(equality)],[inference(para,[status(thm),theory(equality)],[62,426]),57]),
    [iquote('para(62,426),demod([57])')] ).

cnf(440,plain,
    equal(greatest_lower_bound(inverse(a),inverse(b)),inverse(a)),
    inference(para,[status(thm),theory(equality)],[428,36]),
    [iquote('para(428,36)')] ).

cnf(441,plain,
    $false,
    inference(conflict,[status(thm)],[440,17]),
    [iquote('conflict(440,17)')] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.12  % Problem  : GRP191-1 : TPTP v8.1.0. Bugfixed v1.2.1.
% 0.04/0.13  % Command  : tptp2X_and_run_eqp %s
% 0.13/0.34  % Computer : n012.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 23:07:55 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.72/1.17  ----- EQP 0.9e, May 2009 -----
% 0.72/1.17  The job began on n012.cluster.edu, Mon Jun 13 23:07:56 2022
% 0.72/1.17  The command was "./eqp09e".
% 0.72/1.17  
% 0.72/1.17  set(prolog_style_variables).
% 0.72/1.17  set(lrpo).
% 0.72/1.17  set(basic_paramod).
% 0.72/1.17  set(functional_subsume).
% 0.72/1.17  set(ordered_paramod).
% 0.72/1.17  set(prime_paramod).
% 0.72/1.17  set(para_pairs).
% 0.72/1.17  assign(pick_given_ratio,4).
% 0.72/1.17  clear(print_kept).
% 0.72/1.17  clear(print_new_demod).
% 0.72/1.17  clear(print_back_demod).
% 0.72/1.17  clear(print_given).
% 0.72/1.17  assign(max_mem,64000).
% 0.72/1.17  end_of_commands.
% 0.72/1.17  
% 0.72/1.17  Usable:
% 0.72/1.17  end_of_list.
% 0.72/1.17  
% 0.72/1.17  Sos:
% 0.72/1.17  0 (wt=-1) [] multiply(identity,A) = A.
% 0.72/1.17  0 (wt=-1) [] multiply(inverse(A),A) = identity.
% 0.72/1.17  0 (wt=-1) [] multiply(multiply(A,B),C) = multiply(A,multiply(B,C)).
% 0.72/1.17  0 (wt=-1) [] greatest_lower_bound(A,B) = greatest_lower_bound(B,A).
% 0.72/1.17  0 (wt=-1) [] least_upper_bound(A,B) = least_upper_bound(B,A).
% 0.72/1.17  0 (wt=-1) [] greatest_lower_bound(A,greatest_lower_bound(B,C)) = greatest_lower_bound(greatest_lower_bound(A,B),C).
% 0.72/1.17  0 (wt=-1) [] least_upper_bound(A,least_upper_bound(B,C)) = least_upper_bound(least_upper_bound(A,B),C).
% 0.72/1.17  0 (wt=-1) [] least_upper_bound(A,A) = A.
% 0.72/1.17  0 (wt=-1) [] greatest_lower_bound(A,A) = A.
% 0.72/1.17  0 (wt=-1) [] least_upper_bound(A,greatest_lower_bound(A,B)) = A.
% 0.72/1.17  0 (wt=-1) [] greatest_lower_bound(A,least_upper_bound(A,B)) = A.
% 0.72/1.17  0 (wt=-1) [] multiply(A,least_upper_bound(B,C)) = least_upper_bound(multiply(A,B),multiply(A,C)).
% 0.72/1.17  0 (wt=-1) [] multiply(A,greatest_lower_bound(B,C)) = greatest_lower_bound(multiply(A,B),multiply(A,C)).
% 0.72/1.17  0 (wt=-1) [] multiply(least_upper_bound(A,B),C) = least_upper_bound(multiply(A,C),multiply(B,C)).
% 0.72/1.17  0 (wt=-1) [] multiply(greatest_lower_bound(A,B),C) = greatest_lower_bound(multiply(A,C),multiply(B,C)).
% 0.72/1.17  0 (wt=-1) [] greatest_lower_bound(a,b) = b.
% 0.72/1.17  0 (wt=-1) [] -(greatest_lower_bound(inverse(a),inverse(b)) = inverse(a)).
% 0.72/1.17  end_of_list.
% 0.72/1.17  
% 0.72/1.17  Demodulators:
% 0.72/1.17  end_of_list.
% 0.72/1.17  
% 0.72/1.17  Passive:
% 0.72/1.17  end_of_list.
% 0.72/1.17  
% 0.72/1.17  Starting to process input.
% 0.72/1.17  
% 0.72/1.17  ** KEPT: 1 (wt=5) [] multiply(identity,A) = A.
% 0.72/1.17  1 is a new demodulator.
% 0.72/1.17  
% 0.72/1.17  ** KEPT: 2 (wt=6) [] multiply(inverse(A),A) = identity.
% 0.72/1.17  2 is a new demodulator.
% 0.72/1.17  
% 0.72/1.17  ** KEPT: 3 (wt=11) [] multiply(multiply(A,B),C) = multiply(A,multiply(B,C)).
% 0.72/1.17  3 is a new demodulator.
% 0.72/1.17  
% 0.72/1.17  ** KEPT: 4 (wt=7) [] greatest_lower_bound(A,B) = greatest_lower_bound(B,A).
% 0.72/1.17  clause forward subsumed: 0 (wt=7) [flip(4)] greatest_lower_bound(B,A) = greatest_lower_bound(A,B).
% 0.72/1.17  
% 0.72/1.17  ** KEPT: 5 (wt=7) [] least_upper_bound(A,B) = least_upper_bound(B,A).
% 0.72/1.17  clause forward subsumed: 0 (wt=7) [flip(5)] least_upper_bound(B,A) = least_upper_bound(A,B).
% 0.72/1.17  
% 0.72/1.17  ** KEPT: 6 (wt=11) [flip(1)] greatest_lower_bound(greatest_lower_bound(A,B),C) = greatest_lower_bound(A,greatest_lower_bound(B,C)).
% 0.72/1.17  6 is a new demodulator.
% 0.72/1.17  
% 0.72/1.17  ** KEPT: 7 (wt=11) [flip(1)] least_upper_bound(least_upper_bound(A,B),C) = least_upper_bound(A,least_upper_bound(B,C)).
% 0.72/1.17  7 is a new demodulator.
% 0.72/1.17  
% 0.72/1.17  ** KEPT: 8 (wt=5) [] least_upper_bound(A,A) = A.
% 0.72/1.17  8 is a new demodulator.
% 0.72/1.17  
% 0.72/1.17  ** KEPT: 9 (wt=5) [] greatest_lower_bound(A,A) = A.
% 0.72/1.17  9 is a new demodulator.
% 0.72/1.17  
% 0.72/1.17  ** KEPT: 10 (wt=7) [] least_upper_bound(A,greatest_lower_bound(A,B)) = A.
% 0.72/1.17  10 is a new demodulator.
% 0.72/1.17  
% 0.72/1.17  ** KEPT: 11 (wt=7) [] greatest_lower_bound(A,least_upper_bound(A,B)) = A.
% 0.72/1.17  11 is a new demodulator.
% 0.72/1.17  
% 0.72/1.17  ** KEPT: 12 (wt=13) [] multiply(A,least_upper_bound(B,C)) = least_upper_bound(multiply(A,B),multiply(A,C)).
% 0.72/1.17  12 is a new demodulator.
% 0.72/1.17  
% 0.72/1.17  ** KEPT: 13 (wt=13) [] multiply(A,greatest_lower_bound(B,C)) = greatest_lower_bound(multiply(A,B),multiply(A,C)).
% 0.72/1.17  13 is a new demodulator.
% 0.72/1.17  
% 0.72/1.17  ** KEPT: 14 (wt=13) [] multiply(least_upper_bound(A,B),C) = least_upper_bound(multiply(A,C),multiply(B,C)).
% 0.72/1.17  14 is a new demodulator.
% 0.72/1.17  
% 0.72/1.17  ** KEPT: 15 (wt=13) [] multiply(greatest_lower_bound(A,B),C) = greatest_lower_bound(multiply(A,C),multiply(B,C)).
% 0.72/1.17  15 is a new demodulator.
% 0.72/1.17  
% 0.72/1.17  ** KEPT: 16 (wt=5) [] greatest_lower_bound(a,b) = b.
% 0.72/1.17  16 is a new demodulator.
% 0.72/1.17  
% 0.72/1.17  ** KEPT: 17 (wt=8) [] -(greatest_lower_bound(inverse(a),inverse(b)) = inverse(a)).
% 0.72/1.17  ---------------- PROOF FOUND ----------------
% 0.72/1.17  % SZS status Unsatisfiable
% 0.72/1.17  
% 0.72/1.17  
% 0.72/1.17  After processing input:
% 0.72/1.17  
% 0.72/1.17  Usable:
% 0.72/1.17  end_of_list.
% 0.72/1.17  
% 0.72/1.17  Sos:
% 0.72/1.17  1 (wt=5) [] multiply(identity,A) = A.
% 0.72/1.17  8 (wt=5) [] least_upper_bound(A,A) = A.
% 0.72/1.17  9 (wt=5) [] greatest_lower_bound(A,A) = A.
% 0.72/1.17  16 (wt=5) [] greatest_lower_bound(a,b) = b.
% 0.72/1.17  2 (wt=6) [] multiply(inverse(A),A) = identity.
% 0.72/1.17  4 (wt=7) [] greatest_lower_bound(A,B) = greatest_lower_bound(B,A).
% 0.72/1.17  5 (wt=7) [] least_upper_bound(A,B) = least_upper_bound(B,A).
% 0.72/1.17  10 (wt=7) [] least_upper_bound(A,greatest_lower_bound(A,B)) = A.
% 0.72/1.17  11 (wt=7) [] greatest_lower_bound(A,least_upper_bound(A,B)) = A.
% 0.72/1.17  17 (wt=8) [] -(greatest_lower_bound(inverse(a),inverse(b)) = inverse(a)).
% 0.72/1.17  3 (wt=11) [] multiply(multiply(A,B),C) = multiply(A,multiply(B,C)).
% 0.72/1.17  6 (wt=11) [flip(1)] greatest_lower_bound(greatest_lower_bound(A,B),C) = greatest_lower_bound(A,greatest_lower_bound(B,C)).
% 0.72/1.17  7 (wt=11) [flip(1)] least_upper_bound(least_upper_bound(A,B),C) = least_upper_bound(A,least_upper_bound(B,C)).
% 0.72/1.17  12 (wt=13) [] multiply(A,least_upper_bound(B,C)) = least_upper_bound(multiply(A,B),multiply(A,C)).
% 0.72/1.17  13 (wt=13) [] multiply(A,greatest_lower_bound(B,C)) = greatest_lower_bound(multiply(A,B),multiply(A,C)).
% 0.72/1.17  14 (wt=13) [] multiply(least_upper_bound(A,B),C) = least_upper_bound(multiply(A,C),multiply(B,C)).
% 0.72/1.17  15 (wt=13) [] multiply(greatest_lower_bound(A,B),C) = greatest_lower_bound(multiply(A,C),multiply(B,C)).
% 0.72/1.17  end_of_list.
% 0.72/1.17  
% 0.72/1.17  Demodulators:
% 0.72/1.17  1 (wt=5) [] multiply(identity,A) = A.
% 0.72/1.17  2 (wt=6) [] multiply(inverse(A),A) = identity.
% 0.72/1.17  3 (wt=11) [] multiply(multiply(A,B),C) = multiply(A,multiply(B,C)).
% 0.72/1.17  6 (wt=11) [flip(1)] greatest_lower_bound(greatest_lower_bound(A,B),C) = greatest_lower_bound(A,greatest_lower_bound(B,C)).
% 0.72/1.17  7 (wt=11) [flip(1)] least_upper_bound(least_upper_bound(A,B),C) = least_upper_bound(A,least_upper_bound(B,C)).
% 0.72/1.17  8 (wt=5) [] least_upper_bound(A,A) = A.
% 0.72/1.17  9 (wt=5) [] greatest_lower_bound(A,A) = A.
% 0.72/1.17  10 (wt=7) [] least_upper_bound(A,greatest_lower_bound(A,B)) = A.
% 0.72/1.17  11 (wt=7) [] greatest_lower_bound(A,least_upper_bound(A,B)) = A.
% 0.72/1.17  12 (wt=13) [] multiply(A,least_upper_bound(B,C)) = least_upper_bound(multiply(A,B),multiply(A,C)).
% 0.72/1.17  13 (wt=13) [] multiply(A,greatest_lower_bound(B,C)) = greatest_lower_bound(multiply(A,B),multiply(A,C)).
% 0.72/1.17  14 (wt=13) [] multiply(least_upper_bound(A,B),C) = least_upper_bound(multiply(A,C),multiply(B,C)).
% 0.72/1.17  15 (wt=13) [] multiply(greatest_lower_bound(A,B),C) = greatest_lower_bound(multiply(A,C),multiply(B,C)).
% 0.72/1.17  16 (wt=5) [] greatest_lower_bound(a,b) = b.
% 0.72/1.17  end_of_list.
% 0.72/1.17  
% 0.72/1.17  Passive:
% 0.72/1.17  end_of_list.
% 0.72/1.17  
% 0.72/1.17  UNIT CONFLICT from 440 and 17 at   0.04 seconds.
% 0.72/1.17  
% 0.72/1.17  ---------------- PROOF ----------------
% 0.72/1.17  % SZS output start Refutation
% See solution above
% 0.72/1.17  ------------ end of proof -------------
% 0.72/1.17  
% 0.72/1.17  
% 0.72/1.17  ------------- memory usage ------------
% 0.72/1.17  Memory dynamically allocated (tp_alloc): 976.
% 0.72/1.17    type (bytes each)        gets      frees     in use      avail      bytes
% 0.72/1.17  sym_ent (  96)               58          0         58          0      5.4 K
% 0.72/1.17  term (  16)               44596      37093       7503         21    145.2 K
% 0.72/1.17  gen_ptr (   8)            38276       8703      29573         22    231.2 K
% 0.72/1.17  context ( 808)            48981      48979          2          4      4.7 K
% 0.72/1.17  trail (  12)               2131       2131          0          5      0.1 K
% 0.72/1.17  bt_node (  68)            22121      22118          3         12      1.0 K
% 0.72/1.17  ac_position (285432)          0          0          0          0      0.0 K
% 0.72/1.17  ac_match_pos (14044)          0          0          0          0      0.0 K
% 0.72/1.17  ac_match_free_vars_pos (4020)
% 0.72/1.17                                0          0          0          0      0.0 K
% 0.72/1.17  discrim (  12)             6813        296       6517          0     76.4 K
% 0.72/1.17  flat (  40)               71487      71487          0         35      1.4 K
% 0.72/1.17  discrim_pos (  12)         2534       2534          0          1      0.0 K
% 0.72/1.17  fpa_head (  12)            2097          0       2097          0     24.6 K
% 0.72/1.17  fpa_tree (  28)            1398       1398          0         15      0.4 K
% 0.72/1.17  fpa_pos (  36)              801        801          0          1      0.0 K
% 0.72/1.17  literal (  12)             2407       1967        440          1      5.2 K
% 0.72/1.17  clause (  24)              2407       1967        440          1     10.3 K
% 0.72/1.17  list (  12)                 420        364         56          3      0.7 K
% 0.72/1.17  list_pos (  20)            1761        166       1595          0     31.2 K
% 0.72/1.17  pair_index (   40)              2          0          2          0      0.1 K
% 0.72/1.17  
% 0.72/1.17  -------------- statistics -------------
% 0.72/1.17  Clauses input                 17
% 0.72/1.17    Usable input                   0
% 0.72/1.17    Sos input                     17
% 0.72/1.17    Demodulators input             0
% 0.72/1.17    Passive input                  0
% 0.72/1.17  
% 0.72/1.17  Processed BS (before search)  19
% 0.72/1.17  Forward subsumed BS            2
% 0.72/1.17  Kept BS                       17
% 0.72/1.17  New demodulators BS           14
% 0.72/1.17  Back demodulated BS            0
% 0.72/1.17  
% 0.72/1.17  Clauses or pairs given      5097
% 0.72/1.17  Clauses generated           1693
% 0.72/1.17  Forward subsumed            1270
% 0.72/1.17  Deleted by weight              0
% 0.72/1.17  Deleted by variable count      0
% 0.72/1.17  Kept                         423
% 0.72/1.17  New demodulators             347
% 0.72/1.17  Back demodulated              33
% 0.72/1.17  Ordered paramod prunes         0
% 0.72/1.17  Basic paramod prunes       15333
% 0.72/1.17  Prime paramod prunes          40
% 0.72/1.17  Semantic prunes                0
% 0.72/1.17  
% 0.72/1.17  Rewrite attmepts           16259
% 0.72/1.17  Rewrites                    2307
% 0.72/1.17  
% 0.72/1.17  FPA overloads                  0
% 0.72/1.17  FPA underloads                 0
% 0.72/1.17  
% 0.72/1.17  Usable size                    0
% 0.72/1.17  Sos size                     406
% 0.72/1.17  Demodulators size            344
% 0.72/1.17  Passive size                   0
% 0.72/1.17  Disabled size                 33
% 0.72/1.17  
% 0.72/1.17  Proofs found                   1
% 0.72/1.17  
% 0.72/1.17  ----------- times (seconds) ----------- Mon Jun 13 23:07:56 2022
% 0.72/1.17  
% 0.72/1.17  user CPU time             0.04   (0 hr, 0 min, 0 sec)
% 0.72/1.17  system CPU time           0.07   (0 hr, 0 min, 0 sec)
% 0.72/1.17  wall-clock time           0      (0 hr, 0 min, 0 sec)
% 0.72/1.17  input time                0.00
% 0.72/1.17  paramodulation time       0.01
% 0.72/1.17  demodulation time         0.00
% 0.72/1.17  orient time               0.01
% 0.72/1.17  weigh time                0.00
% 0.72/1.17  forward subsume time      0.00
% 0.72/1.17  back demod find time      0.00
% 0.72/1.17  conflict time             0.00
% 0.72/1.17  LRPO time                 0.00
% 0.72/1.17  store clause time         0.00
% 0.72/1.17  disable clause time       0.00
% 0.72/1.17  prime paramod time        0.00
% 0.72/1.17  semantics time            0.00
% 0.72/1.17  
% 0.72/1.17  EQP interrupted
%------------------------------------------------------------------------------