TSTP Solution File: GRP175-2 by EQP---0.9e

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : EQP---0.9e
% Problem  : GRP175-2 : TPTP v8.1.0. Bugfixed v1.2.1.
% Transfm  : none
% Format   : tptp:raw
% Command  : tptp2X_and_run_eqp %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 : Sat Jul 16 08:45:42 EDT 2022

% Result   : Unsatisfiable 0.81s 1.17s
% Output   : Refutation 0.81s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    5
%            Number of leaves      :    7
% Syntax   : Number of clauses     :   16 (  16 unt;   0 nHn;   3 RR)
%            Number of literals    :   16 (   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    :    6 (   6 usr;   3 con; 0-2 aty)
%            Number of variables   :   24 (   0 sgn)

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

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

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

cnf(13,plain,
    equal(multiply(A,greatest_lower_bound(B,C)),greatest_lower_bound(multiply(A,B),multiply(A,C))),
    file('GRP175-2.p',unknown),
    [] ).

cnf(15,plain,
    equal(multiply(greatest_lower_bound(A,B),C),greatest_lower_bound(multiply(A,C),multiply(B,C))),
    file('GRP175-2.p',unknown),
    [] ).

cnf(16,plain,
    equal(greatest_lower_bound(identity,b),identity),
    file('GRP175-2.p',unknown),
    [] ).

cnf(17,plain,
    ~ equal(greatest_lower_bound(identity,multiply(inverse(a),multiply(b,a))),identity),
    file('GRP175-2.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(48,plain,
    equal(multiply(inverse(inverse(A)),identity),A),
    inference(para,[status(thm),theory(equality)],[2,18]),
    [iquote('para(2,18)')] ).

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

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

cnf(61,plain,
    equal(greatest_lower_bound(A,multiply(b,A)),A),
    inference(flip,[status(thm),theory(equality)],[inference(demod,[status(thm),theory(equality)],[inference(para,[status(thm),theory(equality)],[16,15]),1,1]),1]),
    [iquote('para(16,15),demod([1,1]),flip(1)')] ).

cnf(68,plain,
    equal(greatest_lower_bound(multiply(inverse(greatest_lower_bound(A,B)),multiply(A,C)),multiply(inverse(greatest_lower_bound(A,B)),multiply(B,C))),C),
    inference(demod,[status(thm),theory(equality)],[inference(para,[status(thm),theory(equality)],[15,18]),13]),
    [iquote('para(15,18),demod([13])')] ).

cnf(516,plain,
    equal(greatest_lower_bound(A,multiply(inverse(B),multiply(b,multiply(B,A)))),A),
    inference(demod,[status(thm),theory(equality)],[inference(para,[status(thm),theory(equality)],[61,68]),18,61,3]),
    [iquote('para(61,68),demod([18,61,3])')] ).

cnf(530,plain,
    equal(greatest_lower_bound(identity,multiply(inverse(A),multiply(b,A))),identity),
    inference(para,[status(thm),theory(equality)],[55,516]),
    [iquote('para(55,516)')] ).

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.11  % Problem  : GRP175-2 : TPTP v8.1.0. Bugfixed v1.2.1.
% 0.00/0.12  % Command  : tptp2X_and_run_eqp %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.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 600
% 0.12/0.33  % DateTime : Mon Jun 13 14:18:37 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.81/1.17  ----- EQP 0.9e, May 2009 -----
% 0.81/1.17  The job began on n014.cluster.edu, Mon Jun 13 14:18:38 2022
% 0.81/1.17  The command was "./eqp09e".
% 0.81/1.17  
% 0.81/1.17  set(prolog_style_variables).
% 0.81/1.17  set(lrpo).
% 0.81/1.17  set(basic_paramod).
% 0.81/1.17  set(functional_subsume).
% 0.81/1.17  set(ordered_paramod).
% 0.81/1.17  set(prime_paramod).
% 0.81/1.17  set(para_pairs).
% 0.81/1.17  assign(pick_given_ratio,4).
% 0.81/1.17  clear(print_kept).
% 0.81/1.17  clear(print_new_demod).
% 0.81/1.17  clear(print_back_demod).
% 0.81/1.17  clear(print_given).
% 0.81/1.17  assign(max_mem,64000).
% 0.81/1.17  end_of_commands.
% 0.81/1.17  
% 0.81/1.17  Usable:
% 0.81/1.17  end_of_list.
% 0.81/1.17  
% 0.81/1.17  Sos:
% 0.81/1.17  0 (wt=-1) [] multiply(identity,A) = A.
% 0.81/1.17  0 (wt=-1) [] multiply(inverse(A),A) = identity.
% 0.81/1.17  0 (wt=-1) [] multiply(multiply(A,B),C) = multiply(A,multiply(B,C)).
% 0.81/1.17  0 (wt=-1) [] greatest_lower_bound(A,B) = greatest_lower_bound(B,A).
% 0.81/1.17  0 (wt=-1) [] least_upper_bound(A,B) = least_upper_bound(B,A).
% 0.81/1.17  0 (wt=-1) [] greatest_lower_bound(A,greatest_lower_bound(B,C)) = greatest_lower_bound(greatest_lower_bound(A,B),C).
% 0.81/1.17  0 (wt=-1) [] least_upper_bound(A,least_upper_bound(B,C)) = least_upper_bound(least_upper_bound(A,B),C).
% 0.81/1.17  0 (wt=-1) [] least_upper_bound(A,A) = A.
% 0.81/1.17  0 (wt=-1) [] greatest_lower_bound(A,A) = A.
% 0.81/1.17  0 (wt=-1) [] least_upper_bound(A,greatest_lower_bound(A,B)) = A.
% 0.81/1.17  0 (wt=-1) [] greatest_lower_bound(A,least_upper_bound(A,B)) = A.
% 0.81/1.17  0 (wt=-1) [] multiply(A,least_upper_bound(B,C)) = least_upper_bound(multiply(A,B),multiply(A,C)).
% 0.81/1.17  0 (wt=-1) [] multiply(A,greatest_lower_bound(B,C)) = greatest_lower_bound(multiply(A,B),multiply(A,C)).
% 0.81/1.17  0 (wt=-1) [] multiply(least_upper_bound(A,B),C) = least_upper_bound(multiply(A,C),multiply(B,C)).
% 0.81/1.17  0 (wt=-1) [] multiply(greatest_lower_bound(A,B),C) = greatest_lower_bound(multiply(A,C),multiply(B,C)).
% 0.81/1.17  0 (wt=-1) [] greatest_lower_bound(identity,b) = identity.
% 0.81/1.17  0 (wt=-1) [] -(greatest_lower_bound(identity,multiply(inverse(a),multiply(b,a))) = identity).
% 0.81/1.17  end_of_list.
% 0.81/1.17  
% 0.81/1.17  Demodulators:
% 0.81/1.17  end_of_list.
% 0.81/1.17  
% 0.81/1.17  Passive:
% 0.81/1.17  end_of_list.
% 0.81/1.17  
% 0.81/1.17  Starting to process input.
% 0.81/1.17  
% 0.81/1.17  ** KEPT: 1 (wt=5) [] multiply(identity,A) = A.
% 0.81/1.17  1 is a new demodulator.
% 0.81/1.17  
% 0.81/1.17  ** KEPT: 2 (wt=6) [] multiply(inverse(A),A) = identity.
% 0.81/1.17  2 is a new demodulator.
% 0.81/1.17  
% 0.81/1.17  ** KEPT: 3 (wt=11) [] multiply(multiply(A,B),C) = multiply(A,multiply(B,C)).
% 0.81/1.17  3 is a new demodulator.
% 0.81/1.17  
% 0.81/1.17  ** KEPT: 4 (wt=7) [] greatest_lower_bound(A,B) = greatest_lower_bound(B,A).
% 0.81/1.17  clause forward subsumed: 0 (wt=7) [flip(4)] greatest_lower_bound(B,A) = greatest_lower_bound(A,B).
% 0.81/1.17  
% 0.81/1.17  ** KEPT: 5 (wt=7) [] least_upper_bound(A,B) = least_upper_bound(B,A).
% 0.81/1.17  clause forward subsumed: 0 (wt=7) [flip(5)] least_upper_bound(B,A) = least_upper_bound(A,B).
% 0.81/1.17  
% 0.81/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.81/1.17  6 is a new demodulator.
% 0.81/1.17  
% 0.81/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.81/1.17  7 is a new demodulator.
% 0.81/1.17  
% 0.81/1.17  ** KEPT: 8 (wt=5) [] least_upper_bound(A,A) = A.
% 0.81/1.17  8 is a new demodulator.
% 0.81/1.17  
% 0.81/1.17  ** KEPT: 9 (wt=5) [] greatest_lower_bound(A,A) = A.
% 0.81/1.17  9 is a new demodulator.
% 0.81/1.17  
% 0.81/1.17  ** KEPT: 10 (wt=7) [] least_upper_bound(A,greatest_lower_bound(A,B)) = A.
% 0.81/1.17  10 is a new demodulator.
% 0.81/1.17  
% 0.81/1.17  ** KEPT: 11 (wt=7) [] greatest_lower_bound(A,least_upper_bound(A,B)) = A.
% 0.81/1.17  11 is a new demodulator.
% 0.81/1.17  
% 0.81/1.17  ** KEPT: 12 (wt=13) [] multiply(A,least_upper_bound(B,C)) = least_upper_bound(multiply(A,B),multiply(A,C)).
% 0.81/1.17  12 is a new demodulator.
% 0.81/1.17  
% 0.81/1.17  ** KEPT: 13 (wt=13) [] multiply(A,greatest_lower_bound(B,C)) = greatest_lower_bound(multiply(A,B),multiply(A,C)).
% 0.81/1.17  13 is a new demodulator.
% 0.81/1.17  
% 0.81/1.17  ** KEPT: 14 (wt=13) [] multiply(least_upper_bound(A,B),C) = least_upper_bound(multiply(A,C),multiply(B,C)).
% 0.81/1.17  14 is a new demodulator.
% 0.81/1.17  
% 0.81/1.17  ** KEPT: 15 (wt=13) [] multiply(greatest_lower_bound(A,B),C) = greatest_lower_bound(multiply(A,C),multiply(B,C)).
% 0.81/1.17  15 is a new demodulator.
% 0.81/1.17  
% 0.81/1.17  ** KEPT: 16 (wt=5) [] greatest_lower_bound(identity,b) = identity.
% 0.81/1.17  16 is a new demodulator.
% 0.81/1.17  
% 0.81/1.17  ** KEPT: 17 (wt=10) [] -(greatest_lower_bound(identity,multiply(inverse(a),multiply(b,a))) = identity).
% 0.81/1.17  ---------------- PROOF FOUND ----------------
% 0.81/1.17  % SZS status Unsatisfiable
% 0.81/1.17  
% 0.81/1.17  
% 0.81/1.17  After processing input:
% 0.81/1.17  
% 0.81/1.17  Usable:
% 0.81/1.17  end_of_list.
% 0.81/1.17  
% 0.81/1.17  Sos:
% 0.81/1.17  1 (wt=5) [] multiply(identity,A) = A.
% 0.81/1.17  8 (wt=5) [] least_upper_bound(A,A) = A.
% 0.81/1.17  9 (wt=5) [] greatest_lower_bound(A,A) = A.
% 0.81/1.17  16 (wt=5) [] greatest_lower_bound(identity,b) = identity.
% 0.81/1.17  2 (wt=6) [] multiply(inverse(A),A) = identity.
% 0.81/1.17  4 (wt=7) [] greatest_lower_bound(A,B) = greatest_lower_bound(B,A).
% 0.81/1.17  5 (wt=7) [] least_upper_bound(A,B) = least_upper_bound(B,A).
% 0.81/1.17  10 (wt=7) [] least_upper_bound(A,greatest_lower_bound(A,B)) = A.
% 0.81/1.17  11 (wt=7) [] greatest_lower_bound(A,least_upper_bound(A,B)) = A.
% 0.81/1.17  17 (wt=10) [] -(greatest_lower_bound(identity,multiply(inverse(a),multiply(b,a))) = identity).
% 0.81/1.17  3 (wt=11) [] multiply(multiply(A,B),C) = multiply(A,multiply(B,C)).
% 0.81/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.81/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.81/1.17  12 (wt=13) [] multiply(A,least_upper_bound(B,C)) = least_upper_bound(multiply(A,B),multiply(A,C)).
% 0.81/1.17  13 (wt=13) [] multiply(A,greatest_lower_bound(B,C)) = greatest_lower_bound(multiply(A,B),multiply(A,C)).
% 0.81/1.17  14 (wt=13) [] multiply(least_upper_bound(A,B),C) = least_upper_bound(multiply(A,C),multiply(B,C)).
% 0.81/1.17  15 (wt=13) [] multiply(greatest_lower_bound(A,B),C) = greatest_lower_bound(multiply(A,C),multiply(B,C)).
% 0.81/1.17  end_of_list.
% 0.81/1.17  
% 0.81/1.17  Demodulators:
% 0.81/1.17  1 (wt=5) [] multiply(identity,A) = A.
% 0.81/1.17  2 (wt=6) [] multiply(inverse(A),A) = identity.
% 0.81/1.17  3 (wt=11) [] multiply(multiply(A,B),C) = multiply(A,multiply(B,C)).
% 0.81/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.81/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.81/1.17  8 (wt=5) [] least_upper_bound(A,A) = A.
% 0.81/1.17  9 (wt=5) [] greatest_lower_bound(A,A) = A.
% 0.81/1.17  10 (wt=7) [] least_upper_bound(A,greatest_lower_bound(A,B)) = A.
% 0.81/1.17  11 (wt=7) [] greatest_lower_bound(A,least_upper_bound(A,B)) = A.
% 0.81/1.17  12 (wt=13) [] multiply(A,least_upper_bound(B,C)) = least_upper_bound(multiply(A,B),multiply(A,C)).
% 0.81/1.17  13 (wt=13) [] multiply(A,greatest_lower_bound(B,C)) = greatest_lower_bound(multiply(A,B),multiply(A,C)).
% 0.81/1.17  14 (wt=13) [] multiply(least_upper_bound(A,B),C) = least_upper_bound(multiply(A,C),multiply(B,C)).
% 0.81/1.17  15 (wt=13) [] multiply(greatest_lower_bound(A,B),C) = greatest_lower_bound(multiply(A,C),multiply(B,C)).
% 0.81/1.17  16 (wt=5) [] greatest_lower_bound(identity,b) = identity.
% 0.81/1.17  end_of_list.
% 0.81/1.17  
% 0.81/1.17  Passive:
% 0.81/1.17  end_of_list.
% 0.81/1.17  
% 0.81/1.17  UNIT CONFLICT from 530 and 17 at   0.05 seconds.
% 0.81/1.17  
% 0.81/1.17  ---------------- PROOF ----------------
% 0.81/1.17  % SZS output start Refutation
% See solution above
% 0.81/1.17  ------------ end of proof -------------
% 0.81/1.17  
% 0.81/1.17  
% 0.81/1.17  ------------- memory usage ------------
% 0.81/1.17  Memory dynamically allocated (tp_alloc): 976.
% 0.81/1.17    type (bytes each)        gets      frees     in use      avail      bytes
% 0.81/1.17  sym_ent (  96)               58          0         58          0      5.4 K
% 0.81/1.17  term (  16)               56038      46640       9398         26    182.0 K
% 0.81/1.17  gen_ptr (   8)            49203      10784      38419         15    300.3 K
% 0.81/1.17  context ( 808)            62477      62475          2          4      4.7 K
% 0.81/1.17  trail (  12)               2780       2780          0          5      0.1 K
% 0.81/1.17  bt_node (  68)            28496      28493          3         14      1.1 K
% 0.81/1.17  ac_position (285432)          0          0          0          0      0.0 K
% 0.81/1.17  ac_match_pos (14044)          0          0          0          0      0.0 K
% 0.81/1.17  ac_match_free_vars_pos (4020)
% 0.81/1.17                                0          0          0          0      0.0 K
% 0.81/1.17  discrim (  12)             8937        473       8464          0     99.2 K
% 0.81/1.17  flat (  40)               92540      92540          0         91      3.6 K
% 0.81/1.17  discrim_pos (  12)         3354       3354          0          1      0.0 K
% 0.81/1.17  fpa_head (  12)            2508          0       2508          0     29.4 K
% 0.81/1.17  fpa_tree (  28)            1916       1916          0         39      1.1 K
% 0.81/1.17  fpa_pos (  36)              976        976          0          1      0.0 K
% 0.81/1.17  literal (  12)             2851       2321        530          1      6.2 K
% 0.81/1.17  clause (  24)              2851       2321        530          1     12.4 K
% 0.81/1.17  list (  12)                 505        449         56          3      0.7 K
% 0.81/1.17  list_pos (  20)            2144        232       1912          0     37.3 K
% 0.81/1.17  pair_index (   40)              2          0          2          0      0.1 K
% 0.81/1.17  
% 0.81/1.17  -------------- statistics -------------
% 0.81/1.17  Clauses input                 17
% 0.81/1.17    Usable input                   0
% 0.81/1.17    Sos input                     17
% 0.81/1.17    Demodulators input             0
% 0.81/1.17    Passive input                  0
% 0.81/1.17  
% 0.81/1.17  Processed BS (before search)  19
% 0.81/1.17  Forward subsumed BS            2
% 0.81/1.17  Kept BS                       17
% 0.81/1.17  New demodulators BS           14
% 0.81/1.17  Back demodulated BS            0
% 0.81/1.17  
% 0.81/1.17  Clauses or pairs given      6691
% 0.81/1.17  Clauses generated           2010
% 0.81/1.17  Forward subsumed            1497
% 0.81/1.17  Deleted by weight              0
% 0.81/1.17  Deleted by variable count      0
% 0.81/1.17  Kept                         513
% 0.81/1.17  New demodulators             432
% 0.81/1.17  Back demodulated              47
% 0.81/1.17  Ordered paramod prunes         0
% 0.81/1.17  Basic paramod prunes       21467
% 0.81/1.17  Prime paramod prunes          93
% 0.81/1.17  Semantic prunes                0
% 0.81/1.17  
% 0.81/1.17  Rewrite attmepts           20469
% 0.81/1.17  Rewrites                    3059
% 0.81/1.17  
% 0.81/1.17  FPA overloads                  0
% 0.81/1.17  FPA underloads                 0
% 0.81/1.17  
% 0.81/1.17  Usable size                    0
% 0.81/1.17  Sos size                     482
% 0.81/1.17  Demodulators size            419
% 0.81/1.17  Passive size                   0
% 0.81/1.17  Disabled size                 47
% 0.81/1.17  
% 0.81/1.17  Proofs found                   1
% 0.81/1.17  
% 0.81/1.17  ----------- times (seconds) ----------- Mon Jun 13 14:18:38 2022
% 0.81/1.17  
% 0.81/1.17  user CPU time             0.05   (0 hr, 0 min, 0 sec)
% 0.81/1.17  system CPU time           0.08   (0 hr, 0 min, 0 sec)
% 0.81/1.17  wall-clock time           0      (0 hr, 0 min, 0 sec)
% 0.81/1.17  input time                0.00
% 0.81/1.17  paramodulation time       0.01
% 0.81/1.17  demodulation time         0.00
% 0.81/1.17  orient time               0.00
% 0.81/1.17  weigh time                0.00
% 0.81/1.17  forward subsume time      0.00
% 0.81/1.17  back demod find time      0.00
% 0.81/1.17  conflict time             0.00
% 0.81/1.17  LRPO time                 0.00
% 0.81/1.17  store clause time         0.01
% 0.81/1.17  disable clause time       0.00
% 0.81/1.17  prime paramod time        0.01
% 0.81/1.17  semantics time            0.00
% 0.81/1.17  
% 0.81/1.17  EQP interrupted
%------------------------------------------------------------------------------