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

View Problem - Process Solution

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

% Computer : n028.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:34 EDT 2022

% Result   : Unsatisfiable 1.27s 1.82s
% Output   : Refutation 1.27s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    5
%            Number of leaves      :    8
% Syntax   : Number of clauses     :   16 (  16 unt;   0 nHn;   2 RR)
%            Number of literals    :   16 (  15 equ;   1 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   :   19 (   0 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(1,axiom,
    inverse(inverse(x)) != x,
    file('BOO012-4.p',unknown),
    [] ).

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

cnf(4,axiom,
    multiply(A,B) = multiply(B,A),
    file('BOO012-4.p',unknown),
    [] ).

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

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

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

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

cnf(16,axiom,
    multiply(A,inverse(A)) = additive_identity,
    file('BOO012-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,11])]),
    [iquote('para_into,3.1.1,10.1.1,flip.1')] ).

cnf(26,plain,
    multiply(inverse(A),A) = additive_identity,
    inference(flip,[status(thm),theory(equality)],[inference(para_into,[status(thm),theory(equality)],[4,16])]),
    [iquote('para_into,4.1.1,16.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(49,plain,
    multiply(inverse(inverse(A)),A) = inverse(inverse(A)),
    inference(demod,[status(thm),theory(equality)],[inference(para_into,[status(thm),theory(equality)],[32,26]),23]),
    [iquote('para_into,32.1.1.1,26.1.1,demod,23')] ).

cnf(54,plain,
    multiply(A,inverse(inverse(A))) = A,
    inference(demod,[status(thm),theory(equality)],[inference(para_into,[status(thm),theory(equality)],[32,16]),11]),
    [iquote('para_into,32.1.1.2,16.1.1,demod,11')] ).

cnf(110,plain,
    inverse(inverse(A)) = A,
    inference(demod,[status(thm),theory(equality)],[inference(para_into,[status(thm),theory(equality)],[54,4]),49]),
    [iquote('para_into,54.1.1,4.1.1,demod,49')] ).

cnf(112,plain,
    $false,
    inference(binary,[status(thm)],[110,1]),
    [iquote('binary,110.1,1.1')] ).

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