TSTP Solution File: RNG013-6 by Otter---3.3

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Otter---3.3
% Problem  : RNG013-6 : TPTP v8.1.0. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : otter-tptp-script %s

% Computer : n027.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 : Wed Jul 27 13:12:04 EDT 2022

% Result   : Unsatisfiable 1.35s 1.90s
% Output   : Refutation 1.71s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    5
%            Number of leaves      :   10
% Syntax   : Number of clauses     :   19 (  19 unt;   0 nHn;   4 RR)
%            Number of literals    :   19 (  18 equ;   3 neg)
%            Maximal clause size   :    1 (   1 avg)
%            Maximal term depth    :    4 (   2 avg)
%            Number of predicates  :    2 (   0 usr;   1 prp; 0-2 aty)
%            Number of functors    :    6 (   6 usr;   3 con; 0-2 aty)
%            Number of variables   :   28 (   2 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(1,axiom,
    multiply(additive_inverse(a),b) != additive_inverse(multiply(a,b)),
    file('RNG013-6.p',unknown),
    [] ).

cnf(2,plain,
    additive_inverse(multiply(a,b)) != multiply(additive_inverse(a),b),
    inference(flip,[status(thm),theory(equality)],[inference(copy,[status(thm)],[1])]),
    [iquote('copy,1,flip.1')] ).

cnf(5,axiom,
    add(additive_identity,A) = A,
    file('RNG013-6.p',unknown),
    [] ).

cnf(7,axiom,
    add(A,additive_identity) = A,
    file('RNG013-6.p',unknown),
    [] ).

cnf(9,axiom,
    multiply(additive_identity,A) = additive_identity,
    file('RNG013-6.p',unknown),
    [] ).

cnf(11,axiom,
    multiply(A,additive_identity) = additive_identity,
    file('RNG013-6.p',unknown),
    [] ).

cnf(12,axiom,
    add(additive_inverse(A),A) = additive_identity,
    file('RNG013-6.p',unknown),
    [] ).

cnf(14,axiom,
    add(A,additive_inverse(A)) = additive_identity,
    file('RNG013-6.p',unknown),
    [] ).

cnf(18,axiom,
    multiply(A,add(B,C)) = add(multiply(A,B),multiply(A,C)),
    file('RNG013-6.p',unknown),
    [] ).

cnf(20,axiom,
    multiply(add(A,B),C) = add(multiply(A,C),multiply(B,C)),
    file('RNG013-6.p',unknown),
    [] ).

cnf(23,axiom,
    add(A,add(B,C)) = add(add(A,B),C),
    file('RNG013-6.p',unknown),
    [] ).

cnf(24,plain,
    add(add(A,B),C) = add(A,add(B,C)),
    inference(flip,[status(thm),theory(equality)],[inference(copy,[status(thm)],[23])]),
    [iquote('copy,23,flip.1')] ).

cnf(38,plain,
    add(multiply(A,B),multiply(A,additive_inverse(B))) = additive_identity,
    inference(flip,[status(thm),theory(equality)],[inference(demod,[status(thm),theory(equality)],[inference(para_into,[status(thm),theory(equality)],[18,14]),11])]),
    [iquote('para_into,18.1.1.2,14.1.1,demod,11,flip.1')] ).

cnf(57,plain,
    add(additive_inverse(A),add(A,B)) = B,
    inference(flip,[status(thm),theory(equality)],[inference(demod,[status(thm),theory(equality)],[inference(para_into,[status(thm),theory(equality)],[24,12]),5])]),
    [iquote('para_into,24.1.1.1,12.1.1,demod,5,flip.1')] ).

cnf(75,plain,
    add(multiply(A,B),multiply(additive_inverse(A),B)) = additive_identity,
    inference(flip,[status(thm),theory(equality)],[inference(demod,[status(thm),theory(equality)],[inference(para_into,[status(thm),theory(equality)],[20,14]),9])]),
    [iquote('para_into,20.1.1.1,14.1.1,demod,9,flip.1')] ).

cnf(88,plain,
    additive_inverse(multiply(A,B)) = multiply(A,additive_inverse(B)),
    inference(demod,[status(thm),theory(equality)],[inference(para_into,[status(thm),theory(equality)],[57,38]),7]),
    [iquote('para_into,57.1.1.2,38.1.1,demod,7')] ).

cnf(95,plain,
    multiply(a,additive_inverse(b)) != multiply(additive_inverse(a),b),
    inference(demod,[status(thm),theory(equality)],[inference(back_demod,[status(thm)],[2]),88]),
    [iquote('back_demod,2,demod,88')] ).

cnf(166,plain,
    multiply(A,additive_inverse(B)) = multiply(additive_inverse(A),B),
    inference(demod,[status(thm),theory(equality)],[inference(para_from,[status(thm),theory(equality)],[75,57]),88,7]),
    [iquote('para_from,75.1.1,57.1.1.2,demod,88,7')] ).

cnf(167,plain,
    $false,
    inference(binary,[status(thm)],[166,95]),
    [iquote('binary,166.1,95.1')] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.11  % Problem  : RNG013-6 : TPTP v8.1.0. Released v1.0.0.
% 0.11/0.12  % Command  : otter-tptp-script %s
% 0.12/0.33  % Computer : n027.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  : 300
% 0.12/0.33  % DateTime : Wed Jul 27 02:27:21 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 1.35/1.89  ----- Otter 3.3f, August 2004 -----
% 1.35/1.89  The process was started by sandbox on n027.cluster.edu,
% 1.35/1.89  Wed Jul 27 02:27:21 2022
% 1.35/1.89  The command was "./otter".  The process ID is 23738.
% 1.35/1.89  
% 1.35/1.89  set(prolog_style_variables).
% 1.35/1.89  set(auto).
% 1.35/1.89     dependent: set(auto1).
% 1.35/1.89     dependent: set(process_input).
% 1.35/1.89     dependent: clear(print_kept).
% 1.35/1.89     dependent: clear(print_new_demod).
% 1.35/1.89     dependent: clear(print_back_demod).
% 1.35/1.89     dependent: clear(print_back_sub).
% 1.35/1.89     dependent: set(control_memory).
% 1.35/1.89     dependent: assign(max_mem, 12000).
% 1.35/1.89     dependent: assign(pick_given_ratio, 4).
% 1.35/1.89     dependent: assign(stats_level, 1).
% 1.35/1.89     dependent: assign(max_seconds, 10800).
% 1.35/1.89  clear(print_given).
% 1.35/1.89  
% 1.35/1.89  list(usable).
% 1.35/1.89  0 [] A=A.
% 1.35/1.89  0 [] add(additive_identity,X)=X.
% 1.35/1.89  0 [] add(X,additive_identity)=X.
% 1.35/1.89  0 [] multiply(additive_identity,X)=additive_identity.
% 1.35/1.89  0 [] multiply(X,additive_identity)=additive_identity.
% 1.35/1.89  0 [] add(additive_inverse(X),X)=additive_identity.
% 1.35/1.89  0 [] add(X,additive_inverse(X))=additive_identity.
% 1.35/1.89  0 [] additive_inverse(additive_inverse(X))=X.
% 1.35/1.89  0 [] multiply(X,add(Y,Z))=add(multiply(X,Y),multiply(X,Z)).
% 1.35/1.89  0 [] multiply(add(X,Y),Z)=add(multiply(X,Z),multiply(Y,Z)).
% 1.35/1.89  0 [] add(X,Y)=add(Y,X).
% 1.35/1.89  0 [] add(X,add(Y,Z))=add(add(X,Y),Z).
% 1.35/1.89  0 [] multiply(multiply(X,Y),Y)=multiply(X,multiply(Y,Y)).
% 1.35/1.89  0 [] multiply(multiply(X,X),Y)=multiply(X,multiply(X,Y)).
% 1.35/1.89  0 [] associator(X,Y,Z)=add(multiply(multiply(X,Y),Z),additive_inverse(multiply(X,multiply(Y,Z)))).
% 1.35/1.89  0 [] commutator(X,Y)=add(multiply(Y,X),additive_inverse(multiply(X,Y))).
% 1.35/1.89  0 [] multiply(additive_inverse(a),b)!=additive_inverse(multiply(a,b)).
% 1.35/1.89  end_of_list.
% 1.35/1.89  
% 1.35/1.89  SCAN INPUT: prop=0, horn=1, equality=1, symmetry=0, max_lits=1.
% 1.35/1.89  
% 1.35/1.89  All clauses are units, and equality is present; the
% 1.35/1.89  strategy will be Knuth-Bendix with positive clauses in sos.
% 1.35/1.89  
% 1.35/1.89     dependent: set(knuth_bendix).
% 1.35/1.89     dependent: set(anl_eq).
% 1.35/1.89     dependent: set(para_from).
% 1.35/1.89     dependent: set(para_into).
% 1.35/1.89     dependent: clear(para_from_right).
% 1.35/1.89     dependent: clear(para_into_right).
% 1.35/1.89     dependent: set(para_from_vars).
% 1.35/1.89     dependent: set(eq_units_both_ways).
% 1.35/1.89     dependent: set(dynamic_demod_all).
% 1.35/1.89     dependent: set(dynamic_demod).
% 1.35/1.89     dependent: set(order_eq).
% 1.35/1.89     dependent: set(back_demod).
% 1.35/1.89     dependent: set(lrpo).
% 1.35/1.89  
% 1.35/1.89  ------------> process usable:
% 1.35/1.89  ** KEPT (pick-wt=9): 2 [copy,1,flip.1] additive_inverse(multiply(a,b))!=multiply(additive_inverse(a),b).
% 1.35/1.89  
% 1.35/1.89  ------------> process sos:
% 1.35/1.89  ** KEPT (pick-wt=3): 3 [] A=A.
% 1.35/1.89  ** KEPT (pick-wt=5): 4 [] add(additive_identity,A)=A.
% 1.35/1.89  ---> New Demodulator: 5 [new_demod,4] add(additive_identity,A)=A.
% 1.35/1.89  ** KEPT (pick-wt=5): 6 [] add(A,additive_identity)=A.
% 1.35/1.89  ---> New Demodulator: 7 [new_demod,6] add(A,additive_identity)=A.
% 1.35/1.89  ** KEPT (pick-wt=5): 8 [] multiply(additive_identity,A)=additive_identity.
% 1.35/1.89  ---> New Demodulator: 9 [new_demod,8] multiply(additive_identity,A)=additive_identity.
% 1.35/1.89  ** KEPT (pick-wt=5): 10 [] multiply(A,additive_identity)=additive_identity.
% 1.35/1.89  ---> New Demodulator: 11 [new_demod,10] multiply(A,additive_identity)=additive_identity.
% 1.35/1.89  ** KEPT (pick-wt=6): 12 [] add(additive_inverse(A),A)=additive_identity.
% 1.35/1.89  ---> New Demodulator: 13 [new_demod,12] add(additive_inverse(A),A)=additive_identity.
% 1.35/1.89  ** KEPT (pick-wt=6): 14 [] add(A,additive_inverse(A))=additive_identity.
% 1.35/1.89  ---> New Demodulator: 15 [new_demod,14] add(A,additive_inverse(A))=additive_identity.
% 1.35/1.89  ** KEPT (pick-wt=5): 16 [] additive_inverse(additive_inverse(A))=A.
% 1.35/1.89  ---> New Demodulator: 17 [new_demod,16] additive_inverse(additive_inverse(A))=A.
% 1.35/1.89  ** KEPT (pick-wt=13): 18 [] multiply(A,add(B,C))=add(multiply(A,B),multiply(A,C)).
% 1.35/1.89  ---> New Demodulator: 19 [new_demod,18] multiply(A,add(B,C))=add(multiply(A,B),multiply(A,C)).
% 1.35/1.89  ** KEPT (pick-wt=13): 20 [] multiply(add(A,B),C)=add(multiply(A,C),multiply(B,C)).
% 1.35/1.89  ---> New Demodulator: 21 [new_demod,20] multiply(add(A,B),C)=add(multiply(A,C),multiply(B,C)).
% 1.35/1.89  ** KEPT (pick-wt=7): 22 [] add(A,B)=add(B,A).
% 1.35/1.89  ** KEPT (pick-wt=11): 24 [copy,23,flip.1] add(add(A,B),C)=add(A,add(B,C)).
% 1.35/1.89  ---> New Demodulator: 25 [new_demod,24] add(add(A,B),C)=add(A,add(B,C)).
% 1.35/1.89  ** KEPT (pick-wt=11): 26 [] multiply(multiply(A,B),B)=multiply(A,multiply(B,B)).
% 1.35/1.89  ---> New Demodulator: 27 [new_demod,26] multiply(multiply(A,B),B)=multiply(A,multiply(B,B)).
% 1.35/1.89  ** KEPT (pick-wt=11): 28 [] multiply(multiply(A,A),B)=multiply(A,multiply(A,B)).
% 1.35/1.90  ---> New Demodulator: 29 [new_demod,28] multiply(multiply(A,A),B)=multiply(A,multiply(A,B)).
% 1.35/1.90  ** KEPT (pick-wt=17): 31 [copy,30,flip.1] add(multiply(multiply(A,B),C),additive_inverse(multiply(A,multiply(B,C))))=associator(A,B,C).
% 1.35/1.90  ---> New Demodulator: 32 [new_demod,31] add(multiply(multiply(A,B),C),additive_inverse(multiply(A,multiply(B,C))))=associator(A,B,C).
% 1.35/1.90  ** KEPT (pick-wt=12): 34 [copy,33,flip.1] add(multiply(A,B),additive_inverse(multiply(B,A)))=commutator(B,A).
% 1.35/1.90  ---> New Demodulator: 35 [new_demod,34] add(multiply(A,B),additive_inverse(multiply(B,A)))=commutator(B,A).
% 1.35/1.90    Following clause subsumed by 3 during input processing: 0 [copy,3,flip.1] A=A.
% 1.35/1.90  >>>> Starting back demodulation with 5.
% 1.35/1.90  >>>> Starting back demodulation with 7.
% 1.35/1.90  >>>> Starting back demodulation with 9.
% 1.35/1.90  >>>> Starting back demodulation with 11.
% 1.35/1.90  >>>> Starting back demodulation with 13.
% 1.35/1.90  >>>> Starting back demodulation with 15.
% 1.35/1.90  >>>> Starting back demodulation with 17.
% 1.35/1.90  >>>> Starting back demodulation with 19.
% 1.35/1.90  >>>> Starting back demodulation with 21.
% 1.35/1.90    Following clause subsumed by 22 during input processing: 0 [copy,22,flip.1] add(A,B)=add(B,A).
% 1.35/1.90  >>>> Starting back demodulation with 25.
% 1.35/1.90  >>>> Starting back demodulation with 27.
% 1.35/1.90  >>>> Starting back demodulation with 29.
% 1.35/1.90  >>>> Starting back demodulation with 32.
% 1.35/1.90  >>>> Starting back demodulation with 35.
% 1.35/1.90  
% 1.35/1.90  ======= end of input processing =======
% 1.35/1.90  
% 1.35/1.90  =========== start of search ===========
% 1.35/1.90  
% 1.35/1.90  -------- PROOF -------- 
% 1.35/1.90  
% 1.35/1.90  ----> UNIT CONFLICT at   0.01 sec ----> 167 [binary,166.1,95.1] $F.
% 1.35/1.90  
% 1.35/1.90  Length of proof is 8.  Level of proof is 4.
% 1.35/1.90  
% 1.35/1.90  ---------------- PROOF ----------------
% 1.35/1.90  % SZS status Unsatisfiable
% 1.35/1.90  % SZS output start Refutation
% See solution above
% 1.71/1.90  ------------ end of proof -------------
% 1.71/1.90  
% 1.71/1.90  
% 1.71/1.90  Search stopped by max_proofs option.
% 1.71/1.90  
% 1.71/1.90  
% 1.71/1.90  Search stopped by max_proofs option.
% 1.71/1.90  
% 1.71/1.90  ============ end of search ============
% 1.71/1.90  
% 1.71/1.90  -------------- statistics -------------
% 1.71/1.90  clauses given                 28
% 1.71/1.90  clauses generated            297
% 1.71/1.90  clauses kept                  86
% 1.71/1.90  clauses forward subsumed     254
% 1.71/1.90  clauses back subsumed          0
% 1.71/1.90  Kbytes malloced             1953
% 1.71/1.90  
% 1.71/1.90  ----------- times (seconds) -----------
% 1.71/1.90  user CPU time          0.01          (0 hr, 0 min, 0 sec)
% 1.71/1.90  system CPU time        0.00          (0 hr, 0 min, 0 sec)
% 1.71/1.90  wall-clock time        2             (0 hr, 0 min, 2 sec)
% 1.71/1.90  
% 1.71/1.90  That finishes the proof of the theorem.
% 1.71/1.90  
% 1.71/1.90  Process 23738 finished Wed Jul 27 02:27:23 2022
% 1.71/1.90  Otter interrupted
% 1.71/1.90  PROOF FOUND
%------------------------------------------------------------------------------