TSTP Solution File: BOO003-4 by Otter---3.3

View Problem - Process Solution

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

% Computer : n025.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 12:47:30 EDT 2022

% Result   : Unsatisfiable 1.89s 2.08s
% Output   : Refutation 1.89s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    4
%            Number of leaves      :    7
% Syntax   : Number of clauses     :   12 (  12 unt;   0 nHn;   2 RR)
%            Number of literals    :   12 (  11 equ;   1 neg)
%            Maximal clause size   :    1 (   1 avg)
%            Maximal term depth    :    4 (   1 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   :   14 (   0 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(1,axiom,
    multiply(a,a) != a,
    file('BOO003-4.p',unknown),
    [] ).

cnf(3,axiom,
    add(A,B) = add(B,A),
    file('BOO003-4.p',unknown),
    [] ).

cnf(8,axiom,
    multiply(A,add(B,C)) = add(multiply(A,B),multiply(A,C)),
    file('BOO003-4.p',unknown),
    [] ).

cnf(10,axiom,
    add(A,additive_identity) = A,
    file('BOO003-4.p',unknown),
    [] ).

cnf(13,axiom,
    multiply(A,multiplicative_identity) = A,
    file('BOO003-4.p',unknown),
    [] ).

cnf(14,axiom,
    add(A,inverse(A)) = multiplicative_identity,
    file('BOO003-4.p',unknown),
    [] ).

cnf(16,axiom,
    multiply(A,inverse(A)) = additive_identity,
    file('BOO003-4.p',unknown),
    [] ).

cnf(20,plain,
    add(inverse(A),A) = multiplicative_identity,
    inference(flip,[status(thm),theory(equality)],[inference(para_into,[status(thm),theory(equality)],[3,14])]),
    [iquote('para_into,3.1.1,14.1.1,flip.1')] ).

cnf(23,plain,
    add(additive_identity,A) = A,
    inference(flip,[status(thm),theory(equality)],[inference(para_into,[status(thm),theory(equality)],[3,10])]),
    [iquote('para_into,3.1.1,10.1.1,flip.1')] ).

cnf(32,plain,
    add(multiply(A,inverse(B)),multiply(A,B)) = A,
    inference(flip,[status(thm),theory(equality)],[inference(demod,[status(thm),theory(equality)],[inference(para_into,[status(thm),theory(equality)],[8,20]),13])]),
    [iquote('para_into,8.1.1.2,20.1.1,demod,13,flip.1')] ).

cnf(50,plain,
    multiply(A,A) = A,
    inference(demod,[status(thm),theory(equality)],[inference(para_into,[status(thm),theory(equality)],[32,16]),23]),
    [iquote('para_into,32.1.1.1,16.1.1,demod,23')] ).

cnf(52,plain,
    $false,
    inference(binary,[status(thm)],[50,1]),
    [iquote('binary,50.1,1.1')] ).

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