TSTP Solution File: SWV488+3 by Otter---3.3

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Otter---3.3
% Problem  : SWV488+3 : TPTP v8.1.0. Released v4.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:20:53 EDT 2022

% Result   : Theorem 1.82s 1.98s
% Output   : Refutation 1.82s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    4
%            Number of leaves      :    8
% Syntax   : Number of clauses     :   15 (  11 unt;   0 nHn;  13 RR)
%            Number of literals    :   29 (  10 equ;  15 neg)
%            Maximal clause size   :    7 (   1 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    3 (   1 usr;   1 prp; 0-2 aty)
%            Number of functors    :    7 (   7 usr;   6 con; 0-2 aty)
%            Number of variables   :   10 (   0 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(3,axiom,
    ( int_le_q(A,B)
    | A != B ),
    file('SWV488+3.p',unknown),
    [] ).

cnf(12,axiom,
    real_zero != real_one,
    file('SWV488+3.p',unknown),
    [] ).

cnf(14,axiom,
    ( ~ int_le_q(int_one,A)
    | ~ int_le_q(A,n)
    | ~ int_le_q(int_one,B)
    | ~ int_le_q(B,n)
    | ~ int_le_q(int_one,C)
    | ~ int_le_q(C,B)
    | a(C,C) = real_one ),
    file('SWV488+3.p',unknown),
    [] ).

cnf(15,plain,
    ( ~ int_le_q(int_one,A)
    | ~ int_le_q(A,n)
    | ~ int_le_q(int_one,B)
    | ~ int_le_q(B,A)
    | a(B,B) = real_one ),
    inference(factor_simp,[status(thm)],[inference(factor_simp,[status(thm)],[inference(copy,[status(thm)],[14])])]),
    [iquote('copy,14,factor_simp,factor_simp')] ).

cnf(29,plain,
    ( ~ int_le_q(int_one,A)
    | ~ int_le_q(A,n)
    | ~ int_le_q(A,A)
    | a(A,A) = real_one ),
    inference(factor,[status(thm)],[15]),
    [iquote('factor,15.1.3')] ).

cnf(64,axiom,
    A = A,
    file('SWV488+3.p',unknown),
    [] ).

cnf(70,axiom,
    int_le_q(int_one,dollar_c1),
    file('SWV488+3.p',unknown),
    [] ).

cnf(72,axiom,
    int_le_q(dollar_c2,n),
    file('SWV488+3.p',unknown),
    [] ).

cnf(74,axiom,
    dollar_c2 = dollar_c1,
    file('SWV488+3.p',unknown),
    [] ).

cnf(75,axiom,
    a(dollar_c2,dollar_c1) = real_zero,
    file('SWV488+3.p',unknown),
    [] ).

cnf(77,plain,
    a(dollar_c1,dollar_c1) = real_zero,
    inference(demod,[status(thm),theory(equality)],[inference(copy,[status(thm)],[75]),74]),
    [iquote('copy,75,demod,74')] ).

cnf(78,plain,
    int_le_q(dollar_c1,n),
    inference(demod,[status(thm),theory(equality)],[inference(back_demod,[status(thm)],[72]),74]),
    [iquote('back_demod,72,demod,74')] ).

cnf(80,plain,
    int_le_q(A,A),
    inference(hyper,[status(thm)],[64,3]),
    [iquote('hyper,64,3')] ).

cnf(109,plain,
    real_zero = real_one,
    inference(demod,[status(thm),theory(equality)],[inference(hyper,[status(thm)],[80,29,70,78]),77]),
    [iquote('hyper,80,29,70,78,demod,77')] ).

cnf(111,plain,
    $false,
    inference(binary,[status(thm)],[109,12]),
    [iquote('binary,109.1,12.1')] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : SWV488+3 : TPTP v8.1.0. Released v4.0.0.
% 0.03/0.12  % Command  : otter-tptp-script %s
% 0.11/0.33  % Computer : n004.cluster.edu
% 0.11/0.33  % Model    : x86_64 x86_64
% 0.11/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.33  % Memory   : 8042.1875MB
% 0.11/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.33  % CPULimit : 300
% 0.11/0.33  % WCLimit  : 300
% 0.11/0.33  % DateTime : Wed Jul 27 06:15:06 EDT 2022
% 0.11/0.33  % CPUTime  : 
% 1.82/1.98  ----- Otter 3.3f, August 2004 -----
% 1.82/1.98  The process was started by sandbox on n004.cluster.edu,
% 1.82/1.98  Wed Jul 27 06:15:06 2022
% 1.82/1.98  The command was "./otter".  The process ID is 18341.
% 1.82/1.98  
% 1.82/1.98  set(prolog_style_variables).
% 1.82/1.98  set(auto).
% 1.82/1.98     dependent: set(auto1).
% 1.82/1.98     dependent: set(process_input).
% 1.82/1.98     dependent: clear(print_kept).
% 1.82/1.98     dependent: clear(print_new_demod).
% 1.82/1.98     dependent: clear(print_back_demod).
% 1.82/1.98     dependent: clear(print_back_sub).
% 1.82/1.98     dependent: set(control_memory).
% 1.82/1.98     dependent: assign(max_mem, 12000).
% 1.82/1.98     dependent: assign(pick_given_ratio, 4).
% 1.82/1.98     dependent: assign(stats_level, 1).
% 1.82/1.98     dependent: assign(max_seconds, 10800).
% 1.82/1.98  clear(print_given).
% 1.82/1.98  
% 1.82/1.98  formula_list(usable).
% 1.82/1.98  all A (A=A).
% 1.82/1.98  all I J (int_le_q(I,J)<->int_less(I,J)|I=J).
% 1.82/1.98  all I J K (int_less(I,J)&int_less(J,K)->int_less(I,K)).
% 1.82/1.98  all I J (int_less(I,J)->I!=J).
% 1.82/1.98  all I J (int_less(I,J)|int_le_q(J,I)).
% 1.82/1.98  int_less(int_zero,int_one).
% 1.82/1.98  all I J (plus(I,J)=plus(J,I)).
% 1.82/1.98  all I (plus(I,int_zero)=I).
% 1.82/1.98  all I1 J1 I2 J2 (int_less(I1,J1)&int_le_q(I2,J2)->int_le_q(plus(I1,I2),plus(J1,J2))).
% 1.82/1.98  all I J (int_less(I,J)<-> (exists K (plus(I,K)=J&int_less(int_zero,K)))).
% 1.82/1.98  all I (int_less(int_zero,I)<->int_le_q(int_one,I)).
% 1.82/1.98  real_zero!=real_one.
% 1.82/1.98  all I J (int_le_q(int_one,I)&int_le_q(I,n)&int_le_q(int_one,J)&int_le_q(J,n)-> (all C (int_less(int_zero,C)&I=plus(J,C)-> (all K (int_le_q(int_one,K)&int_le_q(K,J)->a(plus(K,C),K)=real_zero))))& (all K (int_le_q(int_one,K)&int_le_q(K,J)->a(K,K)=real_one))& (all C (int_less(int_zero,C)&J=plus(I,C)-> (all K (int_le_q(int_one,K)&int_le_q(K,I)->a(K,plus(K,C))=real_zero))))).
% 1.82/1.98  -(all I J (int_le_q(int_one,J)&int_le_q(J,I)&int_le_q(I,n)-> (I=J->a(I,J)!=real_zero))).
% 1.82/1.98  end_of_list.
% 1.82/1.98  
% 1.82/1.98  -------> usable clausifies to:
% 1.82/1.98  
% 1.82/1.98  list(usable).
% 1.82/1.98  0 [] A=A.
% 1.82/1.98  0 [] -int_le_q(I,J)|int_less(I,J)|I=J.
% 1.82/1.98  0 [] int_le_q(I,J)| -int_less(I,J).
% 1.82/1.98  0 [] int_le_q(I,J)|I!=J.
% 1.82/1.98  0 [] -int_less(I,J)| -int_less(J,K)|int_less(I,K).
% 1.82/1.98  0 [] -int_less(I,J)|I!=J.
% 1.82/1.98  0 [] int_less(I,J)|int_le_q(J,I).
% 1.82/1.98  0 [] int_less(int_zero,int_one).
% 1.82/1.98  0 [] plus(I,J)=plus(J,I).
% 1.82/1.98  0 [] plus(I,int_zero)=I.
% 1.82/1.98  0 [] -int_less(I1,J1)| -int_le_q(I2,J2)|int_le_q(plus(I1,I2),plus(J1,J2)).
% 1.82/1.98  0 [] -int_less(I,J)|plus(I,$f1(I,J))=J.
% 1.82/1.98  0 [] -int_less(I,J)|int_less(int_zero,$f1(I,J)).
% 1.82/1.98  0 [] int_less(I,J)|plus(I,K)!=J| -int_less(int_zero,K).
% 1.82/1.98  0 [] -int_less(int_zero,I)|int_le_q(int_one,I).
% 1.82/1.98  0 [] int_less(int_zero,I)| -int_le_q(int_one,I).
% 1.82/1.98  0 [] real_zero!=real_one.
% 1.82/1.98  0 [] -int_le_q(int_one,I)| -int_le_q(I,n)| -int_le_q(int_one,J)| -int_le_q(J,n)| -int_less(int_zero,C)|I!=plus(J,C)| -int_le_q(int_one,K)| -int_le_q(K,J)|a(plus(K,C),K)=real_zero.
% 1.82/1.98  0 [] -int_le_q(int_one,I)| -int_le_q(I,n)| -int_le_q(int_one,J)| -int_le_q(J,n)| -int_le_q(int_one,X1)| -int_le_q(X1,J)|a(X1,X1)=real_one.
% 1.82/1.98  0 [] -int_le_q(int_one,I)| -int_le_q(I,n)| -int_le_q(int_one,J)| -int_le_q(J,n)| -int_less(int_zero,X2)|J!=plus(I,X2)| -int_le_q(int_one,X3)| -int_le_q(X3,I)|a(X3,plus(X3,X2))=real_zero.
% 1.82/1.98  0 [] int_le_q(int_one,$c1).
% 1.82/1.98  0 [] int_le_q($c1,$c2).
% 1.82/1.98  0 [] int_le_q($c2,n).
% 1.82/1.98  0 [] $c2=$c1.
% 1.82/1.98  0 [] a($c2,$c1)=real_zero.
% 1.82/1.98  end_of_list.
% 1.82/1.98  
% 1.82/1.98  SCAN INPUT: prop=0, horn=0, equality=1, symmetry=0, max_lits=9.
% 1.82/1.98  
% 1.82/1.98  This ia a non-Horn set with equality.  The strategy will be
% 1.82/1.98  Knuth-Bendix, ordered hyper_res, factoring, and unit
% 1.82/1.98  deletion, with positive clauses in sos and nonpositive
% 1.82/1.98  clauses in usable.
% 1.82/1.98  
% 1.82/1.98     dependent: set(knuth_bendix).
% 1.82/1.98     dependent: set(anl_eq).
% 1.82/1.98     dependent: set(para_from).
% 1.82/1.98     dependent: set(para_into).
% 1.82/1.98     dependent: clear(para_from_right).
% 1.82/1.98     dependent: clear(para_into_right).
% 1.82/1.98     dependent: set(para_from_vars).
% 1.82/1.98     dependent: set(eq_units_both_ways).
% 1.82/1.98     dependent: set(dynamic_demod_all).
% 1.82/1.98     dependent: set(dynamic_demod).
% 1.82/1.98     dependent: set(order_eq).
% 1.82/1.98     dependent: set(back_demod).
% 1.82/1.98     dependent: set(lrpo).
% 1.82/1.98     dependent: set(hyper_res).
% 1.82/1.98     dependent: set(unit_deletion).
% 1.82/1.98     dependent: set(factor).
% 1.82/1.98  
% 1.82/1.98  ------------> process usable:
% 1.82/1.98  ** KEPT (pick-wt=9): 1 [] -int_le_q(A,B)|int_less(A,B)|A=B.
% 1.82/1.98  ** KEPT (pick-wt=6): 2 [] int_le_q(A,B)| -int_less(A,B).
% 1.82/1.98  ** KEPT (pick-wt=6): 3 [] int_le_q(A,B)|A!=B.
% 1.82/1.98  ** KEPT (pick-wt=9): 4 [] -int_less(A,B)| -int_less(B,C)|int_less(A,C).
% 1.82/1.98  ** KEPT (pick-wt=6): 5 [] -int_less(A,B)|A!=B.
% 1.82/1.98  ** KEPT (pick-wt=13): 6 [] -int_less(A,B)| -int_le_q(C,D)|int_le_q(plus(A,C),plus(B,D)).
% 1.82/1.98  ** KEPT (pick-wt=10): 7 [] -int_less(A,B)|plus(A,$f1(A,B))=B.
% 1.82/1.98  ** KEPT (pick-wt=8): 8 [] -int_less(A,B)|int_less(int_zero,$f1(A,B)).
% 1.82/1.98  ** KEPT (pick-wt=11): 9 [] int_less(A,B)|plus(A,C)!=B| -int_less(int_zero,C).
% 1.82/1.98  ** KEPT (pick-wt=6): 10 [] -int_less(int_zero,A)|int_le_q(int_one,A).
% 1.82/1.98  ** KEPT (pick-wt=6): 11 [] int_less(int_zero,A)| -int_le_q(int_one,A).
% 1.82/1.98  ** KEPT (pick-wt=3): 12 [] real_zero!=real_one.
% 1.82/1.98  ** KEPT (pick-wt=33): 13 [] -int_le_q(int_one,A)| -int_le_q(A,n)| -int_le_q(int_one,B)| -int_le_q(B,n)| -int_less(int_zero,C)|A!=plus(B,C)| -int_le_q(int_one,D)| -int_le_q(D,B)|a(plus(D,C),D)=real_zero.
% 1.82/1.98  ** KEPT (pick-wt=17): 15 [copy,14,factor_simp,factor_simp] -int_le_q(int_one,A)| -int_le_q(A,n)| -int_le_q(int_one,B)| -int_le_q(B,A)|a(B,B)=real_one.
% 1.82/1.98  ** KEPT (pick-wt=33): 16 [] -int_le_q(int_one,A)| -int_le_q(A,n)| -int_le_q(int_one,B)| -int_le_q(B,n)| -int_less(int_zero,C)|B!=plus(A,C)| -int_le_q(int_one,D)| -int_le_q(D,A)|a(D,plus(D,C))=real_zero.
% 1.82/1.98  
% 1.82/1.98  ------------> process sos:
% 1.82/1.98  ** KEPT (pick-wt=3): 64 [] A=A.
% 1.82/1.98  ** KEPT (pick-wt=6): 65 [] int_less(A,B)|int_le_q(B,A).
% 1.82/1.98  ** KEPT (pick-wt=3): 66 [] int_less(int_zero,int_one).
% 1.82/1.98  ** KEPT (pick-wt=7): 67 [] plus(A,B)=plus(B,A).
% 1.82/1.98  ** KEPT (pick-wt=5): 68 [] plus(A,int_zero)=A.
% 1.82/1.98  ---> New Demodulator: 69 [new_demod,68] plus(A,int_zero)=A.
% 1.82/1.98  ** KEPT (pick-wt=3): 70 [] int_le_q(int_one,$c1).
% 1.82/1.98  ** KEPT (pick-wt=3): 71 [] int_le_q($c1,$c2).
% 1.82/1.98  ** KEPT (pick-wt=3): 72 [] int_le_q($c2,n).
% 1.82/1.98  ** KEPT (pick-wt=3): 73 [] $c2=$c1.
% 1.82/1.98  ---> New Demodulator: 74 [new_demod,73] $c2=$c1.
% 1.82/1.98  ** KEPT (pick-wt=5): 76 [copy,75,demod,74] a($c1,$c1)=real_zero.
% 1.82/1.98  ---> New Demodulator: 77 [new_demod,76] a($c1,$c1)=real_zero.
% 1.82/1.98    Following clause subsumed by 64 during input processing: 0 [copy,64,flip.1] A=A.
% 1.82/1.98    Following clause subsumed by 67 during input processing: 0 [copy,67,flip.1] plus(A,B)=plus(B,A).
% 1.82/1.98  >>>> Starting back demodulation with 69.
% 1.82/1.98  >>>> Starting back demodulation with 74.
% 1.82/1.98      >> back demodulating 72 with 74.
% 1.82/1.98      >> back demodulating 71 with 74.
% 1.82/1.98  >>>> Starting back demodulation with 77.
% 1.82/1.98  
% 1.82/1.98  ======= end of input processing =======
% 1.82/1.98  
% 1.82/1.98  =========== start of search ===========
% 1.82/1.98  
% 1.82/1.98  -------- PROOF -------- 
% 1.82/1.98  
% 1.82/1.98  ----> UNIT CONFLICT at   0.01 sec ----> 111 [binary,109.1,12.1] $F.
% 1.82/1.98  
% 1.82/1.98  Length of proof is 6.  Level of proof is 3.
% 1.82/1.98  
% 1.82/1.98  ---------------- PROOF ----------------
% 1.82/1.98  % SZS status Theorem
% 1.82/1.98  % SZS output start Refutation
% See solution above
% 1.82/1.98  ------------ end of proof -------------
% 1.82/1.98  
% 1.82/1.98  
% 1.82/1.98  Search stopped by max_proofs option.
% 1.82/1.98  
% 1.82/1.98  
% 1.82/1.98  Search stopped by max_proofs option.
% 1.82/1.98  
% 1.82/1.98  ============ end of search ============
% 1.82/1.98  
% 1.82/1.98  -------------- statistics -------------
% 1.82/1.98  clauses given                  7
% 1.82/1.98  clauses generated            187
% 1.82/1.98  clauses kept                 102
% 1.82/1.98  clauses forward subsumed     113
% 1.82/1.98  clauses back subsumed          1
% 1.82/1.98  Kbytes malloced              976
% 1.82/1.98  
% 1.82/1.98  ----------- times (seconds) -----------
% 1.82/1.98  user CPU time          0.02          (0 hr, 0 min, 0 sec)
% 1.82/1.98  system CPU time        0.00          (0 hr, 0 min, 0 sec)
% 1.82/1.98  wall-clock time        2             (0 hr, 0 min, 2 sec)
% 1.82/1.98  
% 1.82/1.98  That finishes the proof of the theorem.
% 1.82/1.98  
% 1.82/1.98  Process 18341 finished Wed Jul 27 06:15:08 2022
% 1.82/1.98  Otter interrupted
% 1.82/1.98  PROOF FOUND
%------------------------------------------------------------------------------