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

View Problem - Process Solution

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

% Computer : n004.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:05 EDT 2022

% Result   : Unsatisfiable 1.75s 1.93s
% Output   : Refutation 1.75s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    8
%            Number of leaves      :   12
% Syntax   : Number of clauses     :   28 (  28 unt;   0 nHn;   3 RR)
%            Number of literals    :   28 (  27 equ;   2 neg)
%            Maximal clause size   :    1 (   1 avg)
%            Maximal term depth    :    7 (   2 avg)
%            Number of predicates  :    2 (   0 usr;   1 prp; 0-2 aty)
%            Number of functors    :    9 (   9 usr;   5 con; 0-3 aty)
%            Number of variables   :   61 (   1 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(1,axiom,
    associator(add(u,v),x,y) != add(associator(u,x,y),associator(v,x,y)),
    file('RNG021-6.p',unknown),
    [] ).

cnf(2,plain,
    add(associator(u,x,y),associator(v,x,y)) != associator(add(u,v),x,y),
    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('RNG021-6.p',unknown),
    [] ).

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

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

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

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

cnf(17,axiom,
    additive_inverse(additive_inverse(A)) = A,
    file('RNG021-6.p',unknown),
    [] ).

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

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

cnf(22,axiom,
    add(A,B) = add(B,A),
    file('RNG021-6.p',unknown),
    [] ).

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

cnf(25,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(30,axiom,
    associator(A,B,C) = add(multiply(multiply(A,B),C),additive_inverse(multiply(A,multiply(B,C)))),
    file('RNG021-6.p',unknown),
    [] ).

cnf(31,plain,
    add(multiply(multiply(A,B),C),additive_inverse(multiply(A,multiply(B,C)))) = associator(A,B,C),
    inference(flip,[status(thm),theory(equality)],[inference(copy,[status(thm)],[30])]),
    [iquote('copy,30,flip.1')] ).

cnf(39,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(55,plain,
    add(A,add(B,C)) = add(B,add(A,C)),
    inference(demod,[status(thm),theory(equality)],[inference(para_into,[status(thm),theory(equality)],[25,22]),25]),
    [iquote('para_into,24.1.1.1,22.1.1,demod,25')] ).

cnf(56,plain,
    add(A,add(additive_inverse(A),B)) = B,
    inference(flip,[status(thm),theory(equality)],[inference(demod,[status(thm),theory(equality)],[inference(para_into,[status(thm),theory(equality)],[25,14]),5])]),
    [iquote('para_into,24.1.1.1,14.1.1,demod,5,flip.1')] ).

cnf(58,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)],[25,12]),5])]),
    [iquote('para_into,24.1.1.1,12.1.1,demod,5,flip.1')] ).

cnf(68,plain,
    add(additive_inverse(A),add(B,A)) = B,
    inference(demod,[status(thm),theory(equality)],[inference(para_into,[status(thm),theory(equality)],[56,22]),25]),
    [iquote('para_into,56.1.1,22.1.1,demod,25')] ).

cnf(89,plain,
    additive_inverse(multiply(A,B)) = multiply(A,additive_inverse(B)),
    inference(demod,[status(thm),theory(equality)],[inference(para_into,[status(thm),theory(equality)],[58,39]),7]),
    [iquote('para_into,58.1.1.2,39.1.1,demod,7')] ).

cnf(94,plain,
    add(multiply(multiply(A,B),C),multiply(A,multiply(B,additive_inverse(C)))) = associator(A,B,C),
    inference(demod,[status(thm),theory(equality)],[inference(back_demod,[status(thm)],[31]),89,89]),
    [iquote('back_demod,31,demod,89,89')] ).

cnf(476,plain,
    add(multiply(multiply(A,B),C),add(multiply(multiply(D,B),C),add(multiply(A,multiply(B,additive_inverse(C))),multiply(D,multiply(B,additive_inverse(C)))))) = associator(add(A,D),B,C),
    inference(demod,[status(thm),theory(equality)],[inference(para_into,[status(thm),theory(equality)],[94,21]),21,21,25]),
    [iquote('para_into,94.1.1.1.1,20.1.1,demod,21,21,25')] ).

cnf(521,plain,
    multiply(multiply(A,B),C) = add(multiply(A,multiply(B,C)),associator(A,B,C)),
    inference(flip,[status(thm),theory(equality)],[inference(demod,[status(thm),theory(equality)],[inference(para_from,[status(thm),theory(equality)],[94,68]),89,89,17])]),
    [iquote('para_from,94.1.1,68.1.1.2,demod,89,89,17,flip.1')] ).

cnf(527,plain,
    add(multiply(A,multiply(B,C)),add(associator(A,B,C),add(multiply(A,multiply(B,additive_inverse(C))),D))) = add(associator(A,B,C),D),
    inference(flip,[status(thm),theory(equality)],[inference(demod,[status(thm),theory(equality)],[inference(para_from,[status(thm),theory(equality)],[94,25]),521,25])]),
    [iquote('para_from,94.1.1,24.1.1.1,demod,521,25,flip.1')] ).

cnf(533,plain,
    add(multiply(A,multiply(B,C)),add(associator(A,B,C),add(D,multiply(A,multiply(B,additive_inverse(C)))))) = add(D,associator(A,B,C)),
    inference(flip,[status(thm),theory(equality)],[inference(demod,[status(thm),theory(equality)],[inference(para_from,[status(thm),theory(equality)],[94,55]),521,25])]),
    [iquote('para_from,94.1.1,55.1.1.2,demod,521,25,flip.1')] ).

cnf(554,plain,
    add(associator(A,B,C),associator(D,B,C)) = associator(add(A,D),B,C),
    inference(demod,[status(thm),theory(equality)],[inference(back_demod,[status(thm)],[476]),521,521,25,533,25,527]),
    [iquote('back_demod,476,demod,521,521,25,533,25,527')] ).

cnf(556,plain,
    $false,
    inference(binary,[status(thm)],[554,2]),
    [iquote('binary,554.1,2.1')] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : RNG021-6 : TPTP v8.1.0. Released v1.0.0.
% 0.06/0.12  % Command  : otter-tptp-script %s
% 0.13/0.33  % Computer : n004.cluster.edu
% 0.13/0.33  % Model    : x86_64 x86_64
% 0.13/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.33  % Memory   : 8042.1875MB
% 0.13/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.33  % CPULimit : 300
% 0.13/0.33  % WCLimit  : 300
% 0.13/0.33  % DateTime : Wed Jul 27 02:11:36 EDT 2022
% 0.13/0.33  % CPUTime  : 
% 1.71/1.91  ----- Otter 3.3f, August 2004 -----
% 1.71/1.91  The process was started by sandbox on n004.cluster.edu,
% 1.71/1.91  Wed Jul 27 02:11:36 2022
% 1.71/1.91  The command was "./otter".  The process ID is 20255.
% 1.71/1.91  
% 1.71/1.91  set(prolog_style_variables).
% 1.71/1.91  set(auto).
% 1.71/1.91     dependent: set(auto1).
% 1.71/1.91     dependent: set(process_input).
% 1.71/1.91     dependent: clear(print_kept).
% 1.71/1.91     dependent: clear(print_new_demod).
% 1.71/1.91     dependent: clear(print_back_demod).
% 1.71/1.91     dependent: clear(print_back_sub).
% 1.71/1.91     dependent: set(control_memory).
% 1.71/1.91     dependent: assign(max_mem, 12000).
% 1.71/1.91     dependent: assign(pick_given_ratio, 4).
% 1.71/1.91     dependent: assign(stats_level, 1).
% 1.71/1.91     dependent: assign(max_seconds, 10800).
% 1.71/1.91  clear(print_given).
% 1.71/1.91  
% 1.71/1.91  list(usable).
% 1.71/1.91  0 [] A=A.
% 1.71/1.91  0 [] add(additive_identity,X)=X.
% 1.71/1.91  0 [] add(X,additive_identity)=X.
% 1.71/1.91  0 [] multiply(additive_identity,X)=additive_identity.
% 1.71/1.91  0 [] multiply(X,additive_identity)=additive_identity.
% 1.71/1.91  0 [] add(additive_inverse(X),X)=additive_identity.
% 1.71/1.91  0 [] add(X,additive_inverse(X))=additive_identity.
% 1.71/1.91  0 [] additive_inverse(additive_inverse(X))=X.
% 1.71/1.91  0 [] multiply(X,add(Y,Z))=add(multiply(X,Y),multiply(X,Z)).
% 1.71/1.91  0 [] multiply(add(X,Y),Z)=add(multiply(X,Z),multiply(Y,Z)).
% 1.71/1.91  0 [] add(X,Y)=add(Y,X).
% 1.71/1.91  0 [] add(X,add(Y,Z))=add(add(X,Y),Z).
% 1.71/1.91  0 [] multiply(multiply(X,Y),Y)=multiply(X,multiply(Y,Y)).
% 1.71/1.91  0 [] multiply(multiply(X,X),Y)=multiply(X,multiply(X,Y)).
% 1.71/1.91  0 [] associator(X,Y,Z)=add(multiply(multiply(X,Y),Z),additive_inverse(multiply(X,multiply(Y,Z)))).
% 1.71/1.91  0 [] commutator(X,Y)=add(multiply(Y,X),additive_inverse(multiply(X,Y))).
% 1.71/1.91  0 [] associator(add(u,v),x,y)!=add(associator(u,x,y),associator(v,x,y)).
% 1.71/1.91  end_of_list.
% 1.71/1.91  
% 1.71/1.91  SCAN INPUT: prop=0, horn=1, equality=1, symmetry=0, max_lits=1.
% 1.71/1.91  
% 1.71/1.91  All clauses are units, and equality is present; the
% 1.71/1.91  strategy will be Knuth-Bendix with positive clauses in sos.
% 1.71/1.91  
% 1.71/1.91     dependent: set(knuth_bendix).
% 1.71/1.91     dependent: set(anl_eq).
% 1.71/1.91     dependent: set(para_from).
% 1.71/1.91     dependent: set(para_into).
% 1.71/1.91     dependent: clear(para_from_right).
% 1.71/1.91     dependent: clear(para_into_right).
% 1.71/1.91     dependent: set(para_from_vars).
% 1.71/1.91     dependent: set(eq_units_both_ways).
% 1.71/1.91     dependent: set(dynamic_demod_all).
% 1.71/1.91     dependent: set(dynamic_demod).
% 1.71/1.91     dependent: set(order_eq).
% 1.71/1.91     dependent: set(back_demod).
% 1.71/1.91     dependent: set(lrpo).
% 1.71/1.91  
% 1.71/1.91  ------------> process usable:
% 1.71/1.91  ** KEPT (pick-wt=16): 2 [copy,1,flip.1] add(associator(u,x,y),associator(v,x,y))!=associator(add(u,v),x,y).
% 1.71/1.91  
% 1.71/1.91  ------------> process sos:
% 1.71/1.91  ** KEPT (pick-wt=3): 3 [] A=A.
% 1.71/1.91  ** KEPT (pick-wt=5): 4 [] add(additive_identity,A)=A.
% 1.71/1.91  ---> New Demodulator: 5 [new_demod,4] add(additive_identity,A)=A.
% 1.71/1.91  ** KEPT (pick-wt=5): 6 [] add(A,additive_identity)=A.
% 1.71/1.91  ---> New Demodulator: 7 [new_demod,6] add(A,additive_identity)=A.
% 1.71/1.91  ** KEPT (pick-wt=5): 8 [] multiply(additive_identity,A)=additive_identity.
% 1.71/1.91  ---> New Demodulator: 9 [new_demod,8] multiply(additive_identity,A)=additive_identity.
% 1.71/1.91  ** KEPT (pick-wt=5): 10 [] multiply(A,additive_identity)=additive_identity.
% 1.71/1.91  ---> New Demodulator: 11 [new_demod,10] multiply(A,additive_identity)=additive_identity.
% 1.71/1.91  ** KEPT (pick-wt=6): 12 [] add(additive_inverse(A),A)=additive_identity.
% 1.71/1.91  ---> New Demodulator: 13 [new_demod,12] add(additive_inverse(A),A)=additive_identity.
% 1.71/1.91  ** KEPT (pick-wt=6): 14 [] add(A,additive_inverse(A))=additive_identity.
% 1.71/1.91  ---> New Demodulator: 15 [new_demod,14] add(A,additive_inverse(A))=additive_identity.
% 1.71/1.91  ** KEPT (pick-wt=5): 16 [] additive_inverse(additive_inverse(A))=A.
% 1.71/1.91  ---> New Demodulator: 17 [new_demod,16] additive_inverse(additive_inverse(A))=A.
% 1.71/1.91  ** KEPT (pick-wt=13): 18 [] multiply(A,add(B,C))=add(multiply(A,B),multiply(A,C)).
% 1.71/1.91  ---> New Demodulator: 19 [new_demod,18] multiply(A,add(B,C))=add(multiply(A,B),multiply(A,C)).
% 1.71/1.91  ** KEPT (pick-wt=13): 20 [] multiply(add(A,B),C)=add(multiply(A,C),multiply(B,C)).
% 1.71/1.91  ---> New Demodulator: 21 [new_demod,20] multiply(add(A,B),C)=add(multiply(A,C),multiply(B,C)).
% 1.71/1.91  ** KEPT (pick-wt=7): 22 [] add(A,B)=add(B,A).
% 1.71/1.91  ** KEPT (pick-wt=11): 24 [copy,23,flip.1] add(add(A,B),C)=add(A,add(B,C)).
% 1.71/1.91  ---> New Demodulator: 25 [new_demod,24] add(add(A,B),C)=add(A,add(B,C)).
% 1.71/1.91  ** KEPT (pick-wt=11): 26 [] multiply(multiply(A,B),B)=multiply(A,multiply(B,B)).
% 1.71/1.91  ---> New Demodulator: 27 [new_demod,26] multiply(multiply(A,B),B)=multiply(A,multiply(B,B)).
% 1.75/1.93  ** KEPT (pick-wt=11): 28 [] multiply(multiply(A,A),B)=multiply(A,multiply(A,B)).
% 1.75/1.93  ---> New Demodulator: 29 [new_demod,28] multiply(multiply(A,A),B)=multiply(A,multiply(A,B)).
% 1.75/1.93  ** 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.75/1.93  ---> New Demodulator: 32 [new_demod,31] add(multiply(multiply(A,B),C),additive_inverse(multiply(A,multiply(B,C))))=associator(A,B,C).
% 1.75/1.93  ** KEPT (pick-wt=12): 34 [copy,33,flip.1] add(multiply(A,B),additive_inverse(multiply(B,A)))=commutator(B,A).
% 1.75/1.93  ---> New Demodulator: 35 [new_demod,34] add(multiply(A,B),additive_inverse(multiply(B,A)))=commutator(B,A).
% 1.75/1.93    Following clause subsumed by 3 during input processing: 0 [copy,3,flip.1] A=A.
% 1.75/1.93  >>>> Starting back demodulation with 5.
% 1.75/1.93  >>>> Starting back demodulation with 7.
% 1.75/1.93  >>>> Starting back demodulation with 9.
% 1.75/1.93  >>>> Starting back demodulation with 11.
% 1.75/1.93  >>>> Starting back demodulation with 13.
% 1.75/1.93  >>>> Starting back demodulation with 15.
% 1.75/1.93  >>>> Starting back demodulation with 17.
% 1.75/1.93  >>>> Starting back demodulation with 19.
% 1.75/1.93  >>>> Starting back demodulation with 21.
% 1.75/1.93    Following clause subsumed by 22 during input processing: 0 [copy,22,flip.1] add(A,B)=add(B,A).
% 1.75/1.93  >>>> Starting back demodulation with 25.
% 1.75/1.93  >>>> Starting back demodulation with 27.
% 1.75/1.93  >>>> Starting back demodulation with 29.
% 1.75/1.93  >>>> Starting back demodulation with 32.
% 1.75/1.93  >>>> Starting back demodulation with 35.
% 1.75/1.93  
% 1.75/1.93  ======= end of input processing =======
% 1.75/1.93  
% 1.75/1.93  =========== start of search ===========
% 1.75/1.93  
% 1.75/1.93  -------- PROOF -------- 
% 1.75/1.93  
% 1.75/1.93  ----> UNIT CONFLICT at   0.02 sec ----> 556 [binary,554.1,2.1] $F.
% 1.75/1.93  
% 1.75/1.93  Length of proof is 15.  Level of proof is 7.
% 1.75/1.93  
% 1.75/1.93  ---------------- PROOF ----------------
% 1.75/1.93  % SZS status Unsatisfiable
% 1.75/1.93  % SZS output start Refutation
% See solution above
% 1.75/1.93  ------------ end of proof -------------
% 1.75/1.93  
% 1.75/1.93  
% 1.75/1.93  Search stopped by max_proofs option.
% 1.75/1.93  
% 1.75/1.93  
% 1.75/1.93  Search stopped by max_proofs option.
% 1.75/1.93  
% 1.75/1.93  ============ end of search ============
% 1.75/1.93  
% 1.75/1.93  -------------- statistics -------------
% 1.75/1.93  clauses given                 61
% 1.75/1.93  clauses generated           1293
% 1.75/1.93  clauses kept                 327
% 1.75/1.93  clauses forward subsumed    1160
% 1.75/1.93  clauses back subsumed          4
% 1.75/1.93  Kbytes malloced             3906
% 1.75/1.93  
% 1.75/1.93  ----------- times (seconds) -----------
% 1.75/1.93  user CPU time          0.02          (0 hr, 0 min, 0 sec)
% 1.75/1.93  system CPU time        0.00          (0 hr, 0 min, 0 sec)
% 1.75/1.93  wall-clock time        1             (0 hr, 0 min, 1 sec)
% 1.75/1.93  
% 1.75/1.93  That finishes the proof of the theorem.
% 1.75/1.93  
% 1.75/1.93  Process 20255 finished Wed Jul 27 02:11:37 2022
% 1.75/1.93  Otter interrupted
% 1.75/1.93  PROOF FOUND
%------------------------------------------------------------------------------