TSTP Solution File: LCL395-10 by CiME---2.01

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CiME---2.01
% Problem  : LCL395-10 : TPTP v7.3.0. Released v7.3.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : tptp2X_and_run_cime %s

% Computer : n191.star.cs.uiowa.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2609 0 2.40GHz
% Memory   : 32218.5MB
% OS       : Linux 3.10.0-862.11.6.el7.x86_64
% CPULimit : 300s
% DateTime : Wed Feb 27 13:12:57 EST 2019

% Result   : Timeout 294.92s
% Output   : None 
% Verified : 
% SZS Type : None (Parsing solution fails)
% Syntax   : Number of formulae    : 0

% Comments : 
%------------------------------------------------------------------------------
%----No solution output by system
%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.04  % Problem  : LCL395-10 : TPTP v7.3.0. Released v7.3.0.
% 0.00/0.04  % Command  : tptp2X_and_run_cime %s
% 0.03/0.25  % Computer : n191.star.cs.uiowa.edu
% 0.03/0.25  % Model    : x86_64 x86_64
% 0.03/0.25  % CPU      : Intel(R) Xeon(R) CPU E5-2609 0 @ 2.40GHz
% 0.03/0.25  % Memory   : 32218.5MB
% 0.03/0.25  % OS       : Linux 3.10.0-862.11.6.el7.x86_64
% 0.03/0.25  % CPULimit : 300
% 0.03/0.25  % DateTime : Thu Feb 21 19:44:55 CST 2019
% 0.03/0.25  % CPUTime  : 
% 1.16/1.39  Processing problem /tmp/CiME_52850_n191.star.cs.uiowa.edu
% 1.16/1.39  #verbose 1;
% 1.16/1.39                let F = signature " z,y,x,true : constant;  not : 1;  is_a_theorem : 1;  implies : 2;  ifeq : 4;";
% 1.16/1.39  let X = vars "A B C X Y Z";
% 1.16/1.39  let Axioms = equations F X "
% 1.16/1.39   ifeq(A,A,B,C) = B;
% 1.16/1.39   ifeq(is_a_theorem(implies(X,Y)),true,ifeq(is_a_theorem(X),true,is_a_theorem(Y),true),true) = true;
% 1.16/1.39   is_a_theorem(implies(implies(X,Y),implies(implies(Y,Z),implies(X,Z)))) = true;
% 1.16/1.39   is_a_theorem(implies(implies(not(X),X),X)) = true;
% 1.16/1.39   is_a_theorem(implies(X,implies(not(X),Y))) = true;
% 1.16/1.39  ";
% 1.16/1.39  
% 1.16/1.39  let s1 = status F "
% 1.16/1.39   z lr_lex;
% 1.16/1.39   y lr_lex;
% 1.16/1.39   x lr_lex;
% 1.16/1.39   not lr_lex;
% 1.16/1.39   true lr_lex;
% 1.16/1.39   is_a_theorem lr_lex;
% 1.16/1.39   implies lr_lex;
% 1.16/1.39   ifeq lr_lex;
% 1.16/1.39  ";
% 1.16/1.39  
% 1.16/1.39  let p1 = precedence F "
% 1.16/1.39  ifeq > implies > is_a_theorem > not > true > x > y > z";
% 1.16/1.39  
% 1.16/1.39  let s2 = status F "
% 1.16/1.39  z mul;
% 1.16/1.39  y mul;
% 1.16/1.39  x mul;
% 1.16/1.39  not mul;
% 1.16/1.39  true mul;
% 1.16/1.39  is_a_theorem mul;
% 1.16/1.39  implies mul;
% 1.16/1.39  ifeq mul;
% 1.16/1.39  ";
% 1.16/1.39  
% 1.16/1.39  let p2 = precedence F "
% 1.16/1.39  ifeq > implies > is_a_theorem > not > true = x = y = z";
% 1.16/1.39  
% 1.16/1.39  let o_auto = AUTO Axioms;
% 1.16/1.39  
% 1.16/1.39  let o = LEX o_auto (LEX (ACRPO s1 p1) (ACRPO s2 p2));
% 1.16/1.39  
% 1.16/1.39  let Conjectures = equations F X " is_a_theorem(implies(implies(x,y),implies(implies(z,y),implies(implies(not(x),z),y)))) = true;"
% 1.16/1.39  ;
% 1.16/1.39  (*
% 1.16/1.39  let Red_Axioms = normalize_equations Defining_rules Axioms;
% 1.16/1.39  
% 1.16/1.39  let Red_Conjectures =  normalize_equations Defining_rules Conjectures;
% 1.16/1.39  *)
% 1.16/1.39  #time on;
% 1.16/1.39  
% 1.16/1.39  let res = prove_conj_by_ordered_completion o Axioms Conjectures;
% 1.16/1.39  
% 1.16/1.39  #time off;
% 1.16/1.39  
% 1.16/1.39  
% 1.16/1.39  let status = if res then "unsatisfiable" else "satisfiable";
% 1.16/1.39  #quit;
% 1.16/1.39  Verbose level is now 1
% 1.16/1.39  
% 1.16/1.39  F : signature = <signature>
% 1.16/1.39  X : variable_set = <variable set>
% 1.16/1.39  
% 1.16/1.39  Axioms : (F,X) equations = { ifeq(A,A,B,C) = B,
% 1.16/1.39                               ifeq(is_a_theorem(implies(X,Y)),true,ifeq(
% 1.16/1.39                                                                    is_a_theorem(X),true,
% 1.16/1.39                                                                    is_a_theorem(Y),true),true)
% 1.16/1.39                               = true,
% 1.16/1.39                               is_a_theorem(implies(implies(X,Y),implies(
% 1.16/1.39                                                                 implies(Y,Z),
% 1.16/1.39                                                                 implies(X,Z))))
% 1.16/1.39                               = true,
% 1.16/1.39                               is_a_theorem(implies(implies(not(X),X),X)) =
% 1.16/1.39                               true,
% 1.16/1.39                               is_a_theorem(implies(X,implies(not(X),Y))) =
% 1.16/1.39                               true } (5 equation(s))
% 1.16/1.39  s1 : F status = <status>
% 1.16/1.39  p1 : F precedence = <precedence>
% 1.16/1.39  s2 : F status = <status>
% 1.16/1.39  p2 : F precedence = <precedence>
% 1.16/1.39  o_auto : F term_ordering = <term ordering>
% 1.16/1.39  o : F term_ordering = <term ordering>
% 1.16/1.39  Conjectures : (F,X) equations = { is_a_theorem(implies(implies(x,y),implies(
% 1.16/1.39                                                                      implies(z,y),
% 1.16/1.39                                                                      implies(
% 1.16/1.39                                                                      implies(
% 1.16/1.39                                                                      not(x),z),y))))
% 1.16/1.39                                    = true } (1 equation(s))
% 1.16/1.39  time is now on
% 1.16/1.39  
% 1.16/1.39  Initializing completion ...
% 1.16/1.39  New rule produced : [1] ifeq(A,A,B,C) -> B
% 1.16/1.39  Current number of equations to process: 0
% 1.16/1.39  Current number of ordered equations: 4
% 1.16/1.39  Current number of rules: 1
% 1.16/1.39  New rule produced : [2] is_a_theorem(implies(implies(not(X),X),X)) -> true
% 1.16/1.39  Current number of equations to process: 0
% 1.16/1.39  Current number of ordered equations: 3
% 1.16/1.39  Current number of rules: 2
% 1.16/1.39  New rule produced : [3] is_a_theorem(implies(X,implies(not(X),Y))) -> true
% 1.16/1.39  Current number of equations to process: 0
% 1.16/1.39  Current number of ordered equations: 2
% 1.16/1.39  Current number of rules: 3
% 1.16/1.39  New rule produced :
% 1.16/1.39  [4]
% 1.16/1.39  is_a_theorem(implies(implies(X,Y),implies(implies(Y,Z),implies(X,Z)))) ->
% 1.16/1.39  true
% 1.16/1.39  Current number of equations to process: 0
% 1.16/1.39  Current number of ordered equations: 1
% 1.16/1.39  Current number of rules: 4
% 1.16/1.39  New rule produced :
% 1.16/1.39  [5]
% 1.16/1.39  ifeq(is_a_theorem(implies(X,Y)),true,ifeq(is_a_theorem(X),true,is_a_theorem(Y),true),true)
% 1.16/1.39  -> true
% 1.16/1.39  Current number of equations to process: 0
% 1.16/1.39  Current number of ordered equations: 0
% 1.16/1.39  Current number of rules: 5
% 1.16/1.39  New rule produced :
% 1.16/1.39  [6] ifeq(is_a_theorem(implies(not(A),A)),true,is_a_theorem(A),true) -> true
% 1.16/1.41  Current number of equations to process: 2
% 1.16/1.41  Current number of ordered equations: 0
% 1.16/1.41  Current number of rules: 6
% 1.16/1.41  New rule produced :
% 1.16/1.41  [7] ifeq(is_a_theorem(A),true,is_a_theorem(implies(not(A),B)),true) -> true
% 1.16/1.41  Current number of equations to process: 4
% 1.16/1.41  Current number of ordered equations: 0
% 1.16/1.41  Current number of rules: 7
% 1.16/1.41  New rule produced : [8] ifeq(is_a_theorem(A),true,true,true) -> true
% 1.16/1.41  Current number of equations to process: 12
% 1.16/1.41  Current number of ordered equations: 0
% 1.16/1.41  Current number of rules: 8
% 1.16/1.41  New rule produced :
% 1.16/1.41  [9] is_a_theorem(implies(not(implies(implies(not(A),A),A)),B)) -> true
% 1.16/1.41  Current number of equations to process: 11
% 1.16/1.41  Current number of ordered equations: 0
% 1.16/1.41  Current number of rules: 9
% 1.16/1.41  New rule produced :
% 1.16/1.41  [10] is_a_theorem(implies(not(implies(A,implies(not(A),B))),C)) -> true
% 1.16/1.41  Current number of equations to process: 10
% 1.16/1.41  Current number of ordered equations: 0
% 1.16/1.41  Current number of rules: 10
% 1.16/1.41  New rule produced :
% 1.16/1.41  [11]
% 1.16/1.41  ifeq(is_a_theorem(not(implies(implies(not(A),A),A))),true,is_a_theorem(B),true)
% 1.16/1.41  -> true
% 1.16/1.41  Current number of equations to process: 16
% 1.16/1.41  Current number of ordered equations: 0
% 1.16/1.41  Current number of rules: 11
% 1.16/1.41  New rule produced :
% 1.16/1.41  [12]
% 1.16/1.41  is_a_theorem(implies(not(implies(not(implies(implies(not(A),A),A)),B)),C)) ->
% 1.16/1.41  true
% 1.16/1.41  Current number of equations to process: 15
% 1.16/1.41  Current number of ordered equations: 0
% 1.16/1.41  Current number of rules: 12
% 1.16/1.41  New rule produced :
% 1.16/1.41  [13]
% 1.16/1.41  ifeq(is_a_theorem(not(implies(A,implies(not(A),B)))),true,is_a_theorem(C),true)
% 1.16/1.41  -> true
% 1.16/1.41  Current number of equations to process: 14
% 1.16/1.41  Current number of ordered equations: 0
% 1.16/1.41  Current number of rules: 13
% 1.16/1.41  New rule produced :
% 1.16/1.41  [14]
% 1.16/1.41  is_a_theorem(implies(not(implies(not(implies(A,implies(not(A),B))),C)),X)) ->
% 1.16/1.41  true
% 1.16/1.41  Current number of equations to process: 13
% 1.16/1.41  Current number of ordered equations: 0
% 1.16/1.41  Current number of rules: 14
% 1.16/1.41  New rule produced :
% 1.16/1.41  [15]
% 1.16/1.41  ifeq(is_a_theorem(implies(implies(implies(not(A),A),A),B)),true,is_a_theorem(B),true)
% 1.16/1.41  -> true
% 1.16/1.41  Current number of equations to process: 18
% 1.16/1.41  Current number of ordered equations: 0
% 1.16/1.41  Current number of rules: 15
% 1.16/1.41  New rule produced :
% 1.16/1.41  [16] is_a_theorem(implies(implies(A,B),implies(implies(not(A),A),B))) -> true
% 1.16/1.41  Current number of equations to process: 18
% 1.16/1.41  Current number of ordered equations: 0
% 1.16/1.41  Current number of rules: 16
% 1.16/1.41  New rule produced :
% 1.16/1.41  [17]
% 1.16/1.41  is_a_theorem(implies(implies(not(implies(not(A),A)),implies(not(A),A)),A)) ->
% 1.16/1.41  true
% 1.16/1.41  Current number of equations to process: 21
% 1.16/1.41  Current number of ordered equations: 0
% 1.16/1.41  Current number of rules: 17
% 1.16/1.41  New rule produced :
% 1.16/1.41  [18]
% 1.16/1.41  ifeq(is_a_theorem(implies(implies(A,implies(not(A),B)),C)),true,is_a_theorem(C),true)
% 1.16/1.41  -> true
% 1.16/1.41  Current number of equations to process: 23
% 1.16/1.41  Current number of ordered equations: 0
% 1.16/1.41  Current number of rules: 18
% 1.16/1.41  New rule produced :
% 1.16/1.41  [19] is_a_theorem(implies(implies(implies(not(A),B),C),implies(A,C))) -> true
% 1.16/1.41  Current number of equations to process: 23
% 1.16/1.41  Current number of ordered equations: 0
% 1.16/1.41  Current number of rules: 19
% 1.16/1.41  New rule produced :
% 1.16/1.41  [20] is_a_theorem(implies(implies(not(A),A),implies(not(A),B))) -> true
% 1.16/1.41  Current number of equations to process: 23
% 1.16/1.41  Current number of ordered equations: 0
% 1.16/1.41  Current number of rules: 20
% 1.16/1.41  New rule produced : [21] is_a_theorem(implies(A,A)) -> true
% 1.16/1.41  Current number of equations to process: 26
% 1.16/1.41  Current number of ordered equations: 0
% 1.16/1.41  Current number of rules: 21
% 1.16/1.41  New rule produced :
% 1.16/1.41  [22] is_a_theorem(implies(A,implies(not(implies(not(A),B)),C))) -> true
% 1.16/1.41  Current number of equations to process: 26
% 1.16/1.41  Current number of ordered equations: 0
% 1.16/1.41  Current number of rules: 22
% 1.16/1.41  New rule produced :
% 1.16/1.41  [23] ifeq(is_a_theorem(A),true,is_a_theorem(A),true) -> true
% 1.16/1.41  Current number of equations to process: 31
% 1.16/1.41  Current number of ordered equations: 0
% 1.16/1.41  Current number of rules: 23
% 1.16/1.41  New rule produced : [24] is_a_theorem(implies(not(implies(A,A)),B)) -> true
% 1.16/1.41  Current number of equations to process: 30
% 1.16/1.41  Current number of ordered equations: 0
% 1.16/1.41  Current number of rules: 24
% 1.16/1.41  New rule produced :
% 1.16/1.41  [25]
% 1.16/1.41  ifeq(is_a_theorem(implies(implies(A,A),B)),true,is_a_theorem(B),true) -> true
% 1.16/1.41  Current number of equations to process: 29
% 1.16/1.41  Current number of ordered equations: 0
% 1.16/1.41  Current number of rules: 25
% 1.16/1.41  New rule produced :
% 1.18/1.46  [26] ifeq(is_a_theorem(not(implies(A,A))),true,is_a_theorem(B),true) -> true
% 1.18/1.46  Current number of equations to process: 34
% 1.18/1.46  Current number of ordered equations: 0
% 1.18/1.46  Current number of rules: 26
% 1.18/1.46  New rule produced :
% 1.18/1.46  [27] is_a_theorem(implies(not(implies(not(implies(A,A)),B)),C)) -> true
% 1.18/1.46  Current number of equations to process: 33
% 1.18/1.46  Current number of ordered equations: 0
% 1.18/1.46  Current number of rules: 27
% 1.18/1.46  New rule produced :
% 1.18/1.46  [28]
% 1.18/1.46  ifeq(is_a_theorem(implies(not(A),A)),true,is_a_theorem(implies(not(A),B)),true)
% 1.18/1.46  -> true
% 1.18/1.46  Current number of equations to process: 35
% 1.18/1.46  Current number of ordered equations: 0
% 1.18/1.46  Current number of rules: 28
% 1.18/1.46  New rule produced :
% 1.18/1.46  [29]
% 1.18/1.46  is_a_theorem(implies(not(implies(implies(not(A),A),implies(not(A),B))),C)) ->
% 1.18/1.46  true
% 1.18/1.46  Current number of equations to process: 34
% 1.18/1.46  Current number of ordered equations: 0
% 1.18/1.46  Current number of rules: 29
% 1.18/1.46  New rule produced :
% 1.18/1.46  [30]
% 1.18/1.46  ifeq(is_a_theorem(A),true,is_a_theorem(implies(not(implies(not(A),B)),C)),true)
% 1.18/1.46  -> true
% 1.18/1.46  Current number of equations to process: 33
% 1.18/1.46  Current number of ordered equations: 0
% 1.18/1.46  Current number of rules: 30
% 1.18/1.46  New rule produced :
% 1.18/1.46  [31]
% 1.18/1.46  is_a_theorem(implies(not(implies(A,implies(not(implies(not(A),B)),C))),X)) ->
% 1.18/1.46  true
% 1.18/1.46  Current number of equations to process: 32
% 1.18/1.46  Current number of ordered equations: 0
% 1.18/1.46  Current number of rules: 31
% 1.18/1.46  New rule produced :
% 1.18/1.46  [32]
% 1.18/1.46  ifeq(is_a_theorem(not(implies(not(implies(A,A)),B))),true,is_a_theorem(C),true)
% 1.18/1.46  -> true
% 1.18/1.46  Current number of equations to process: 31
% 1.18/1.46  Current number of ordered equations: 0
% 1.18/1.46  Current number of rules: 32
% 1.18/1.46  New rule produced :
% 1.18/1.46  [33]
% 1.18/1.46  is_a_theorem(implies(not(implies(not(implies(not(implies(A,A)),B)),C)),X)) ->
% 1.18/1.46  true
% 1.18/1.46  Current number of equations to process: 30
% 1.18/1.46  Current number of ordered equations: 0
% 1.18/1.46  Current number of rules: 33
% 1.18/1.46  New rule produced :
% 1.18/1.46  [34]
% 1.18/1.46  ifeq(is_a_theorem(implies(A,B)),true,is_a_theorem(implies(implies(not(A),A),B)),true)
% 1.18/1.46  -> true
% 1.18/1.46  Current number of equations to process: 51
% 1.18/1.46  Current number of ordered equations: 0
% 1.18/1.46  Current number of rules: 34
% 1.18/1.46  New rule produced :
% 1.18/1.46  [35]
% 1.18/1.46  is_a_theorem(implies(implies(not(A),A),implies(not(implies(not(A),B)),C))) ->
% 1.18/1.46  true
% 1.18/1.46  Current number of equations to process: 62
% 1.18/1.46  Current number of ordered equations: 0
% 1.18/1.46  Current number of rules: 35
% 1.18/1.46  New rule produced :
% 1.18/1.46  [36]
% 1.18/1.46  is_a_theorem(implies(implies(not(not(implies(A,A))),not(implies(A,A))),B)) ->
% 1.18/1.46  true
% 1.18/1.46  Current number of equations to process: 61
% 1.18/1.46  Current number of ordered equations: 0
% 1.18/1.46  Current number of rules: 36
% 1.18/1.46  New rule produced :
% 1.18/1.46  [37]
% 1.18/1.46  is_a_theorem(implies(not(implies(implies(A,B),implies(implies(not(A),A),B))),C))
% 1.18/1.46  -> true
% 1.18/1.46  Current number of equations to process: 73
% 1.18/1.46  Current number of ordered equations: 0
% 1.18/1.46  Current number of rules: 37
% 1.18/1.46  New rule produced :
% 1.18/1.46  [38]
% 1.18/1.46  ifeq(is_a_theorem(implies(implies(not(A),B),C)),true,is_a_theorem(implies(A,C)),true)
% 1.18/1.46  -> true
% 1.18/1.46  Current number of equations to process: 77
% 1.18/1.46  Current number of ordered equations: 0
% 1.18/1.46  Current number of rules: 38
% 1.18/1.46  New rule produced :
% 1.18/1.46  [39] is_a_theorem(implies(A,implies(implies(B,C),implies(not(A),C)))) -> true
% 1.18/1.46  Current number of equations to process: 77
% 1.18/1.46  Current number of ordered equations: 0
% 1.18/1.46  Current number of rules: 39
% 1.18/1.46  New rule produced :
% 1.18/1.46  [40] is_a_theorem(implies(A,implies(implies(not(not(A)),not(A)),B))) -> true
% 1.18/1.46  Current number of equations to process: 77
% 1.18/1.46  Current number of ordered equations: 0
% 1.18/1.46  Current number of rules: 40
% 1.18/1.46  New rule produced :
% 1.18/1.46  [41]
% 1.18/1.46  is_a_theorem(implies(A,implies(not(implies(not(implies(not(A),B)),C)),X))) ->
% 1.18/1.46  true
% 1.18/1.46  Current number of equations to process: 77
% 1.18/1.46  Current number of ordered equations: 0
% 1.18/1.46  Current number of rules: 41
% 1.18/1.46  New rule produced :
% 1.18/1.46  [42] is_a_theorem(implies(implies(A,B),implies(not(implies(C,C)),B))) -> true
% 1.18/1.46  Current number of equations to process: 82
% 1.18/1.46  Current number of ordered equations: 0
% 1.18/1.46  Current number of rules: 42
% 1.18/1.46  New rule produced :
% 1.18/1.46  [43] is_a_theorem(implies(A,implies(not(implies(B,B)),C))) -> true
% 1.18/1.46  Rule
% 1.18/1.46  [42] is_a_theorem(implies(implies(A,B),implies(not(implies(C,C)),B))) -> true
% 1.18/1.46  collapsed.
% 1.18/1.46  Current number of equations to process: 105
% 1.18/1.46  Current number of ordered equations: 0
% 1.18/1.46  Current number of rules: 42
% 1.18/1.46  New rule produced :
% 1.18/1.46  [44]
% 1.18/1.46  is_a_theorem(implies(not(implies(A,implies(not(implies(B,B)),C))),X)) -> true
% 1.18/1.46  Current number of equations to process: 107
% 1.18/1.52  Current number of ordered equations: 0
% 1.18/1.52  Current number of rules: 43
% 1.18/1.52  New rule produced :
% 1.18/1.52  [45]
% 1.18/1.52  is_a_theorem(implies(not(implies(implies(implies(not(A),B),C),implies(A,C))),X))
% 1.18/1.52  -> true
% 1.18/1.52  Current number of equations to process: 111
% 1.18/1.52  Current number of ordered equations: 0
% 1.18/1.52  Current number of rules: 44
% 1.18/1.52  New rule produced :
% 1.18/1.52  [46]
% 1.18/1.52  ifeq(is_a_theorem(implies(implies(not(implies(A,A)),B),C)),true,is_a_theorem(C),true)
% 1.18/1.52  -> true
% 1.18/1.52  Current number of equations to process: 115
% 1.18/1.52  Current number of ordered equations: 0
% 1.18/1.52  Current number of rules: 45
% 1.18/1.52  New rule produced :
% 1.18/1.52  [47]
% 1.18/1.52  ifeq(is_a_theorem(A),true,is_a_theorem(implies(implies(B,C),implies(not(A),C))),true)
% 1.18/1.52  -> true
% 1.18/1.52  Current number of equations to process: 117
% 1.18/1.52  Current number of ordered equations: 0
% 1.18/1.52  Current number of rules: 46
% 1.18/1.52  New rule produced :
% 1.18/1.52  [48]
% 1.18/1.52  is_a_theorem(implies(not(implies(A,implies(implies(B,C),implies(not(A),C)))),X))
% 1.18/1.52  -> true
% 1.18/1.52  Current number of equations to process: 142
% 1.18/1.52  Current number of ordered equations: 0
% 1.18/1.52  Current number of rules: 47
% 1.18/1.52  New rule produced :
% 1.18/1.52  [49]
% 1.18/1.52  is_a_theorem(implies(implies(A,B),implies(not(implies(implies(not(C),C),C)),B)))
% 1.18/1.52  -> true
% 1.18/1.52  Current number of equations to process: 147
% 1.18/1.52  Current number of ordered equations: 0
% 1.18/1.52  Current number of rules: 48
% 1.18/1.52  New rule produced :
% 1.18/1.52  [50]
% 1.18/1.52  is_a_theorem(implies(A,implies(not(implies(implies(not(B),B),B)),C))) -> true
% 1.18/1.52  Rule
% 1.18/1.52  [49]
% 1.18/1.52  is_a_theorem(implies(implies(A,B),implies(not(implies(implies(not(C),C),C)),B)))
% 1.18/1.52  -> true collapsed.
% 1.18/1.52  Current number of equations to process: 151
% 1.18/1.52  Current number of ordered equations: 0
% 1.18/1.52  Current number of rules: 48
% 1.18/1.52  New rule produced :
% 1.18/1.52  [51]
% 1.18/1.52  is_a_theorem(implies(implies(A,B),implies(not(implies(C,implies(not(C),X))),B)))
% 1.18/1.52  -> true
% 1.18/1.52  Current number of equations to process: 154
% 1.18/1.52  Current number of ordered equations: 0
% 1.18/1.52  Current number of rules: 49
% 1.18/1.52  New rule produced :
% 1.18/1.52  [52]
% 1.18/1.52  is_a_theorem(implies(A,implies(not(implies(B,implies(not(B),C))),X))) -> true
% 1.18/1.52  Rule
% 1.18/1.52  [51]
% 1.18/1.52  is_a_theorem(implies(implies(A,B),implies(not(implies(C,implies(not(C),X))),B)))
% 1.18/1.52  -> true collapsed.
% 1.18/1.52  Current number of equations to process: 158
% 1.18/1.52  Current number of ordered equations: 0
% 1.18/1.52  Current number of rules: 49
% 1.18/1.52  New rule produced :
% 1.18/1.52  [53]
% 1.18/1.52  is_a_theorem(implies(implies(not(A),A),implies(implies(B,C),implies(not(A),C))))
% 1.18/1.52  -> true
% 1.18/1.52  Current number of equations to process: 161
% 1.18/1.52  Current number of ordered equations: 0
% 1.18/1.52  Current number of rules: 50
% 1.18/1.52  New rule produced :
% 1.18/1.52  [54]
% 1.18/1.52  is_a_theorem(implies(A,implies(implies(B,C),implies(not(implies(not(A),X)),C))))
% 1.18/1.52  -> true
% 1.18/1.52  Current number of equations to process: 166
% 1.18/1.52  Current number of ordered equations: 0
% 1.18/1.52  Current number of rules: 51
% 1.18/1.52  New rule produced :
% 1.18/1.52  [55]
% 1.18/1.52  ifeq(is_a_theorem(A),true,is_a_theorem(implies(implies(not(not(A)),not(A)),B)),true)
% 1.18/1.52  -> true
% 1.18/1.52  Current number of equations to process: 175
% 1.18/1.52  Current number of ordered equations: 0
% 1.18/1.52  Current number of rules: 52
% 1.18/1.52  New rule produced :
% 1.18/1.52  [56]
% 1.18/1.52  is_a_theorem(implies(not(implies(A,implies(implies(not(not(A)),not(A)),B))),C))
% 1.18/1.52  -> true
% 1.18/1.52  Current number of equations to process: 204
% 1.18/1.52  Current number of ordered equations: 0
% 1.18/1.52  Current number of rules: 53
% 1.18/1.52  New rule produced :
% 1.18/1.52  [57]
% 1.18/1.52  is_a_theorem(implies(implies(not(A),A),implies(implies(not(not(A)),not(A)),B)))
% 1.18/1.52  -> true
% 1.18/1.52  Current number of equations to process: 209
% 1.18/1.52  Current number of ordered equations: 0
% 1.18/1.52  Current number of rules: 54
% 1.18/1.52  New rule produced :
% 1.18/1.52  [58]
% 1.18/1.52  is_a_theorem(implies(implies(A,B),implies(not(implies(not(implies(C,C)),X)),B)))
% 1.18/1.52  -> true
% 1.18/1.52  Current number of equations to process: 214
% 1.18/1.52  Current number of ordered equations: 0
% 1.18/1.52  Current number of rules: 55
% 1.18/1.52  New rule produced :
% 1.18/1.52  [59]
% 1.18/1.52  is_a_theorem(implies(A,implies(not(implies(not(implies(B,B)),C)),X))) -> true
% 1.18/1.52  Rule
% 1.18/1.52  [58]
% 1.18/1.52  is_a_theorem(implies(implies(A,B),implies(not(implies(not(implies(C,C)),X)),B)))
% 1.18/1.52  -> true collapsed.
% 1.18/1.52  Current number of equations to process: 218
% 1.18/1.52  Current number of ordered equations: 0
% 1.18/1.52  Current number of rules: 55
% 1.18/1.52  New rule produced :
% 1.18/1.52  [60]
% 1.18/1.52  ifeq(is_a_theorem(implies(A,B)),true,is_a_theorem(implies(implies(B,C),
% 1.18/1.52                                                    implies(A,C))),true) ->
% 1.18/1.52  true
% 1.18/1.52  Current number of equations to process: 219
% 1.18/1.52  Current number of ordered equations: 0
% 1.18/1.52  Current number of rules: 56
% 1.18/1.52  New rule produced :
% 1.18/1.52  [61]
% 1.18/1.52  is_a_theorem(implies(implies(implies(not(A),B),C),implies(implies(not(A),A),C)))
% 1.18/1.58  -> true
% 1.18/1.58  Current number of equations to process: 233
% 1.18/1.58  Current number of ordered equations: 0
% 1.18/1.58  Current number of rules: 57
% 1.18/1.58  New rule produced :
% 1.18/1.58  [62]
% 1.18/1.58  is_a_theorem(implies(implies(implies(not(implies(not(A),B)),C),X),implies(A,X)))
% 1.18/1.58  -> true
% 1.18/1.58  Current number of equations to process: 232
% 1.18/1.58  Current number of ordered equations: 0
% 1.18/1.58  Current number of rules: 58
% 1.18/1.58  New rule produced :
% 1.18/1.58  [63]
% 1.18/1.58  is_a_theorem(implies(implies(implies(not(implies(A,A)),B),C),implies(X,C)))
% 1.18/1.58  -> true
% 1.18/1.58  Current number of equations to process: 237
% 1.18/1.58  Current number of ordered equations: 0
% 1.18/1.58  Current number of rules: 59
% 1.18/1.58  New rule produced : [64] is_a_theorem(implies(A,implies(B,B))) -> true
% 1.18/1.58  Current number of equations to process: 263
% 1.18/1.58  Current number of ordered equations: 0
% 1.18/1.58  Current number of rules: 60
% 1.18/1.58  New rule produced :
% 1.18/1.58  [65] is_a_theorem(implies(not(implies(A,implies(B,B))),C)) -> true
% 1.18/1.58  Current number of equations to process: 269
% 1.18/1.58  Current number of ordered equations: 0
% 1.18/1.58  Current number of rules: 61
% 1.18/1.58  New rule produced :
% 1.18/1.58  [66] is_a_theorem(implies(implies(implies(A,A),B),implies(C,B))) -> true
% 1.18/1.58  Current number of equations to process: 272
% 1.18/1.58  Current number of ordered equations: 0
% 1.18/1.58  Current number of rules: 62
% 1.18/1.58  New rule produced :
% 1.18/1.58  [67]
% 1.18/1.58  is_a_theorem(implies(not(implies(not(implies(A,implies(B,B))),C)),X)) -> true
% 1.18/1.58  Current number of equations to process: 284
% 1.18/1.58  Current number of ordered equations: 0
% 1.18/1.58  Current number of rules: 63
% 1.18/1.58  New rule produced :
% 1.18/1.58  [68]
% 1.18/1.58  ifeq(is_a_theorem(not(implies(A,implies(B,B)))),true,is_a_theorem(C),true) ->
% 1.18/1.58  true
% 1.18/1.58  Current number of equations to process: 283
% 1.18/1.58  Current number of ordered equations: 0
% 1.18/1.58  Current number of rules: 64
% 1.18/1.58  New rule produced :
% 1.18/1.58  [69]
% 1.18/1.58  ifeq(is_a_theorem(implies(implies(A,implies(B,B)),C)),true,is_a_theorem(C),true)
% 1.18/1.58  -> true
% 1.18/1.58  Current number of equations to process: 288
% 1.18/1.58  Current number of ordered equations: 0
% 1.18/1.58  Current number of rules: 65
% 1.18/1.58  New rule produced :
% 1.18/1.58  [70]
% 1.18/1.58  is_a_theorem(implies(implies(A,B),implies(not(implies(C,implies(X,X))),B)))
% 1.18/1.58  -> true
% 1.18/1.58  Current number of equations to process: 287
% 1.18/1.58  Current number of ordered equations: 0
% 1.18/1.58  Current number of rules: 66
% 1.18/1.58  New rule produced :
% 1.18/1.58  [71]
% 1.18/1.58  ifeq(is_a_theorem(implies(implies(A,A),B)),true,is_a_theorem(implies(C,B)),true)
% 1.18/1.58  -> true
% 1.18/1.58  Current number of equations to process: 286
% 1.18/1.58  Current number of ordered equations: 0
% 1.18/1.58  Current number of rules: 67
% 1.18/1.58  New rule produced :
% 1.18/1.58  [72]
% 1.18/1.58  is_a_theorem(implies(not(implies(implies(implies(A,A),B),implies(C,B))),X))
% 1.18/1.58  -> true
% 1.18/1.58  Current number of equations to process: 285
% 1.18/1.58  Current number of ordered equations: 0
% 1.18/1.58  Current number of rules: 68
% 1.18/1.58  New rule produced :
% 1.18/1.58  [73] is_a_theorem(implies(A,implies(not(implies(B,implies(C,C))),X))) -> true
% 1.18/1.58  Rule
% 1.18/1.58  [70]
% 1.18/1.58  is_a_theorem(implies(implies(A,B),implies(not(implies(C,implies(X,X))),B)))
% 1.18/1.58  -> true collapsed.
% 1.18/1.58  Current number of equations to process: 290
% 1.18/1.58  Current number of ordered equations: 0
% 1.18/1.58  Current number of rules: 68
% 1.18/1.58  New rule produced :
% 1.18/1.58  [74] is_a_theorem(implies(A,implies(implies(not(B),B),B))) -> true
% 1.18/1.58  Current number of equations to process: 291
% 1.18/1.58  Current number of ordered equations: 0
% 1.18/1.58  Current number of rules: 69
% 1.18/1.58  New rule produced :
% 1.18/1.58  [75] is_a_theorem(implies(A,implies(B,implies(not(B),C)))) -> true
% 1.18/1.58  Current number of equations to process: 291
% 1.18/1.58  Current number of ordered equations: 0
% 1.18/1.58  Current number of rules: 70
% 1.18/1.58  New rule produced :
% 1.18/1.58  [76]
% 1.18/1.58  is_a_theorem(implies(A,implies(implies(B,C),implies(not(implies(X,X)),C))))
% 1.18/1.58  -> true
% 1.18/1.58  Current number of equations to process: 292
% 1.18/1.58  Current number of ordered equations: 0
% 1.18/1.58  Current number of rules: 71
% 1.18/1.58  New rule produced :
% 1.18/1.58  [77]
% 1.18/1.58  is_a_theorem(implies(A,implies(implies(not(B),B),implies(not(B),C)))) -> true
% 1.18/1.58  Current number of equations to process: 293
% 1.18/1.58  Current number of ordered equations: 0
% 1.18/1.58  Current number of rules: 72
% 1.18/1.58  New rule produced :
% 1.18/1.58  [78]
% 1.18/1.58  is_a_theorem(implies(A,implies(B,implies(not(implies(not(B),C)),X)))) -> true
% 1.18/1.58  Current number of equations to process: 293
% 1.18/1.58  Current number of ordered equations: 0
% 1.18/1.58  Current number of rules: 73
% 1.18/1.58  New rule produced :
% 1.18/1.58  [79] is_a_theorem(implies(A,implies(B,implies(not(implies(C,C)),X)))) -> true
% 1.18/1.58  Rule
% 1.18/1.58  [76]
% 1.18/1.58  is_a_theorem(implies(A,implies(implies(B,C),implies(not(implies(X,X)),C))))
% 1.18/1.58  -> true collapsed.
% 1.18/1.58  Current number of equations to process: 293
% 1.47/1.69  Current number of ordered equations: 0
% 1.47/1.69  Current number of rules: 73
% 1.47/1.69  New rule produced :
% 1.47/1.69  [80] is_a_theorem(implies(A,implies(B,implies(C,C)))) -> true
% 1.47/1.69  Current number of equations to process: 293
% 1.47/1.69  Current number of ordered equations: 0
% 1.47/1.69  Current number of rules: 74
% 1.47/1.69  New rule produced :
% 1.47/1.69  [81]
% 1.47/1.69  is_a_theorem(implies(not(implies(A,implies(implies(not(B),B),B))),C)) -> true
% 1.47/1.69  Current number of equations to process: 317
% 1.47/1.69  Current number of ordered equations: 0
% 1.47/1.69  Current number of rules: 75
% 1.47/1.69  New rule produced :
% 1.47/1.69  [82]
% 1.47/1.69  is_a_theorem(implies(not(implies(A,implies(B,implies(not(B),C)))),X)) -> true
% 1.47/1.69  Current number of equations to process: 316
% 1.47/1.69  Current number of ordered equations: 0
% 1.47/1.69  Current number of rules: 76
% 1.47/1.69  New rule produced :
% 1.47/1.69  [83]
% 1.47/1.69  is_a_theorem(implies(implies(implies(implies(not(A),A),A),B),implies(C,B)))
% 1.47/1.69  -> true
% 1.47/1.69  Current number of equations to process: 320
% 1.47/1.69  Current number of ordered equations: 0
% 1.47/1.69  Current number of rules: 77
% 1.47/1.69  New rule produced :
% 1.47/1.69  [84]
% 1.47/1.69  is_a_theorem(implies(implies(implies(A,implies(not(A),B)),C),implies(X,C)))
% 1.47/1.69  -> true
% 1.47/1.69  Current number of equations to process: 319
% 1.47/1.69  Current number of ordered equations: 0
% 1.47/1.69  Current number of rules: 78
% 1.47/1.69  New rule produced :
% 1.47/1.69  [85] is_a_theorem(implies(not(implies(A,implies(B,implies(C,C)))),X)) -> true
% 1.47/1.69  Current number of equations to process: 336
% 1.47/1.69  Current number of ordered equations: 0
% 1.47/1.69  Current number of rules: 79
% 1.47/1.69  New rule produced :
% 1.47/1.69  [86]
% 1.47/1.69  is_a_theorem(implies(implies(implies(A,implies(B,B)),C),implies(X,C))) ->
% 1.47/1.69  true
% 1.47/1.69  Current number of equations to process: 336
% 1.47/1.69  Current number of ordered equations: 0
% 1.47/1.69  Current number of rules: 80
% 1.47/1.69  New rule produced :
% 1.47/1.69  [87] is_a_theorem(implies(A,implies(B,implies(implies(not(C),C),C)))) -> true
% 1.47/1.69  Current number of equations to process: 360
% 1.47/1.69  Current number of ordered equations: 0
% 1.47/1.69  Current number of rules: 81
% 1.47/1.69  New rule produced :
% 1.47/1.69  [88] is_a_theorem(implies(A,implies(B,implies(C,implies(not(C),X))))) -> true
% 1.47/1.69  Current number of equations to process: 368
% 1.47/1.69  Current number of ordered equations: 0
% 1.47/1.69  Current number of rules: 82
% 1.47/1.69  New rule produced :
% 1.47/1.69  [89] is_a_theorem(implies(A,implies(B,implies(C,implies(X,X))))) -> true
% 1.47/1.69  Current number of equations to process: 383
% 1.47/1.69  Current number of ordered equations: 0
% 1.47/1.69  Current number of rules: 83
% 1.47/1.69  New rule produced :
% 1.47/1.69  [90]
% 1.47/1.69  is_a_theorem(implies(not(implies(A,implies(B,implies(C,implies(X,X))))),Y))
% 1.47/1.69  -> true
% 1.47/1.69  Current number of equations to process: 400
% 1.47/1.69  Current number of ordered equations: 0
% 1.47/1.69  Current number of rules: 84
% 1.47/1.69  New rule produced :
% 1.47/1.69  [91]
% 1.47/1.69  is_a_theorem(implies(implies(implies(A,B),C),implies(implies(implies(X,X),B),C)))
% 1.47/1.69  -> true
% 1.47/1.69  Current number of equations to process: 405
% 1.47/1.69  Current number of ordered equations: 0
% 1.47/1.69  Current number of rules: 85
% 1.47/1.69  New rule produced :
% 1.47/1.69  [92] is_a_theorem(implies(implies(implies(A,A),B),B)) -> true
% 1.47/1.69  Current number of equations to process: 408
% 1.47/1.69  Current number of ordered equations: 0
% 1.47/1.69  Current number of rules: 86
% 1.47/1.69  New rule produced :
% 1.47/1.69  [93]
% 1.47/1.69  is_a_theorem(implies(implies(implies(A,A),B),implies(not(implies(C,B)),X)))
% 1.47/1.69  -> true
% 1.47/1.69  Current number of equations to process: 408
% 1.47/1.69  Current number of ordered equations: 0
% 1.47/1.69  Current number of rules: 87
% 1.47/1.69  New rule produced :
% 1.47/1.69  [94]
% 1.47/1.69  is_a_theorem(implies(not(implies(A,implies(not(implies(B,implies(C,C))),X))),Y))
% 1.47/1.69  -> true
% 1.47/1.69  Current number of equations to process: 411
% 1.47/1.69  Current number of ordered equations: 0
% 1.47/1.69  Current number of rules: 88
% 1.47/1.69  New rule produced :
% 1.47/1.69  [95]
% 1.47/1.69  is_a_theorem(implies(not(implies(A,implies(B,implies(not(implies(C,C)),X)))),Y))
% 1.47/1.69  -> true
% 1.47/1.69  Current number of equations to process: 410
% 1.47/1.69  Current number of ordered equations: 0
% 1.47/1.69  Current number of rules: 89
% 1.47/1.69  New rule produced :
% 1.47/1.69  [96]
% 1.47/1.69  is_a_theorem(implies(not(implies(not(implies(A,implies(B,implies(C,C)))),X)),Y))
% 1.47/1.69  -> true
% 1.47/1.69  Current number of equations to process: 409
% 1.47/1.69  Current number of ordered equations: 0
% 1.47/1.69  Current number of rules: 90
% 1.47/1.69  New rule produced :
% 1.47/1.69  [97]
% 1.47/1.69  ifeq(is_a_theorem(not(implies(A,implies(B,implies(C,C))))),true,is_a_theorem(X),true)
% 1.47/1.69  -> true
% 1.47/1.69  Current number of equations to process: 408
% 1.47/1.69  Current number of ordered equations: 0
% 1.47/1.69  Current number of rules: 91
% 1.47/1.69  New rule produced :
% 1.47/1.69  [98]
% 1.47/1.69  is_a_theorem(implies(not(implies(A,implies(B,implies(implies(not(C),C),C)))),X))
% 1.47/1.69  -> true
% 1.47/1.69  Current number of equations to process: 406
% 1.63/1.85  Current number of ordered equations: 0
% 1.63/1.85  Current number of rules: 92
% 1.63/1.85  New rule produced :
% 1.63/1.85  [99]
% 1.63/1.85  is_a_theorem(implies(not(implies(A,implies(B,implies(C,implies(not(C),X))))),Y))
% 1.63/1.85  -> true
% 1.63/1.85  Current number of equations to process: 405
% 1.63/1.85  Current number of ordered equations: 0
% 1.63/1.85  Current number of rules: 93
% 1.63/1.85  New rule produced :
% 1.63/1.85  [100]
% 1.63/1.85  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,C))),X),implies(Y,X)))
% 1.63/1.85  -> true
% 1.63/1.85  Current number of equations to process: 404
% 1.63/1.85  Current number of ordered equations: 0
% 1.63/1.85  Current number of rules: 94
% 1.63/1.85  New rule produced :
% 1.63/1.85  [101]
% 1.63/1.85  is_a_theorem(implies(A,implies(implies(implies(B,B),C),implies(X,C)))) ->
% 1.63/1.85  true
% 1.63/1.85  Current number of equations to process: 405
% 1.63/1.85  Current number of ordered equations: 0
% 1.63/1.85  Current number of rules: 95
% 1.63/1.85  New rule produced :
% 1.63/1.85  [102]
% 1.63/1.85  is_a_theorem(implies(not(implies(implies(implies(A,A),B),B)),C)) -> true
% 1.63/1.85  Current number of equations to process: 410
% 1.63/1.85  Current number of ordered equations: 0
% 1.63/1.85  Current number of rules: 96
% 1.63/1.85  New rule produced :
% 1.63/1.85  [103]
% 1.63/1.85  is_a_theorem(implies(implies(A,B),implies(implies(implies(C,C),A),B))) ->
% 1.63/1.85  true
% 1.63/1.85  Current number of equations to process: 410
% 1.63/1.85  Current number of ordered equations: 0
% 1.63/1.85  Current number of rules: 97
% 1.63/1.85  New rule produced :
% 1.63/1.85  [104]
% 1.63/1.85  is_a_theorem(implies(not(implies(not(implies(implies(implies(A,A),B),B)),C)),X))
% 1.63/1.85  -> true
% 1.63/1.85  Current number of equations to process: 424
% 1.63/1.85  Current number of ordered equations: 0
% 1.63/1.85  Current number of rules: 98
% 1.63/1.85  New rule produced :
% 1.63/1.85  [105]
% 1.63/1.85  is_a_theorem(implies(A,implies(not(implies(B,implies(C,implies(X,X)))),Y)))
% 1.63/1.85  -> true
% 1.63/1.85  Current number of equations to process: 460
% 1.63/1.85  Current number of ordered equations: 0
% 1.63/1.85  Current number of rules: 99
% 1.63/1.85  New rule produced :
% 1.63/1.85  [106]
% 1.63/1.85  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(Y,Y)))))) ->
% 1.63/1.85  true
% 1.63/1.85  Current number of equations to process: 465
% 1.63/1.85  Current number of ordered equations: 0
% 1.63/1.85  Current number of rules: 100
% 1.63/1.85  New rule produced :
% 1.63/1.85  [107]
% 1.63/1.85  is_a_theorem(implies(implies(implies(A,A),implies(not(B),B)),B)) -> true
% 1.63/1.85  Current number of equations to process: 481
% 1.63/1.85  Current number of ordered equations: 0
% 1.63/1.85  Current number of rules: 101
% 1.63/1.85  New rule produced :
% 1.63/1.85  [108]
% 1.63/1.85  is_a_theorem(implies(implies(implies(A,A),B),implies(not(B),C))) -> true
% 1.63/1.85  Current number of equations to process: 481
% 1.63/1.85  Current number of ordered equations: 0
% 1.63/1.85  Current number of rules: 102
% 1.63/1.85  New rule produced :
% 1.63/1.85  [109]
% 1.63/1.85  is_a_theorem(implies(A,implies(implies(implies(B,B),not(A)),C))) -> true
% 1.63/1.85  Current number of equations to process: 483
% 1.63/1.85  Current number of ordered equations: 0
% 1.63/1.85  Current number of rules: 103
% 1.63/1.85  New rule produced :
% 1.63/1.85  [110]
% 1.63/1.85  is_a_theorem(implies(implies(implies(A,A),not(implies(B,B))),C)) -> true
% 1.63/1.85  Current number of equations to process: 483
% 1.63/1.85  Current number of ordered equations: 0
% 1.63/1.85  Current number of rules: 104
% 1.63/1.85  New rule produced :
% 1.63/1.85  [111] is_a_theorem(implies(A,implies(implies(implies(B,B),C),C))) -> true
% 1.63/1.85  Current number of equations to process: 486
% 1.63/1.85  Current number of ordered equations: 0
% 1.63/1.85  Current number of rules: 105
% 1.63/1.85  New rule produced :
% 1.63/1.85  [112]
% 1.63/1.85  ifeq(is_a_theorem(not(implies(implies(implies(A,A),B),B))),true,is_a_theorem(C),true)
% 1.63/1.85  -> true
% 1.63/1.85  Current number of equations to process: 491
% 1.63/1.85  Current number of ordered equations: 0
% 1.63/1.85  Current number of rules: 106
% 1.63/1.85  New rule produced :
% 1.63/1.85  [113]
% 1.63/1.85  is_a_theorem(implies(implies(implies(A,A),not(implies(B,implies(C,C)))),X))
% 1.63/1.85  -> true
% 1.63/1.85  Current number of equations to process: 547
% 1.63/1.85  Current number of ordered equations: 0
% 1.63/1.85  Current number of rules: 107
% 1.63/1.85  New rule produced :
% 1.63/1.85  [114]
% 1.63/1.85  is_a_theorem(implies(A,implies(implies(implies(B,B),not(implies(C,C))),X)))
% 1.63/1.85  -> true
% 1.63/1.85  Current number of equations to process: 546
% 1.63/1.85  Current number of ordered equations: 0
% 1.63/1.85  Current number of rules: 108
% 1.63/1.85  New rule produced :
% 1.63/1.85  [115]
% 1.63/1.85  is_a_theorem(implies(not(implies(A,implies(implies(implies(B,B),C),C))),X))
% 1.63/1.85  -> true
% 1.63/1.85  Current number of equations to process: 545
% 1.63/1.85  Current number of ordered equations: 0
% 1.63/1.85  Current number of rules: 109
% 1.63/1.85  New rule produced :
% 1.63/1.85  [116]
% 1.63/1.85  ifeq(is_a_theorem(implies(implies(A,A),implies(not(B),B))),true,is_a_theorem(B),true)
% 1.63/1.85  -> true
% 1.63/1.85  Current number of equations to process: 544
% 1.63/1.85  Current number of ordered equations: 0
% 1.63/1.85  Current number of rules: 110
% 1.63/1.85  New rule produced :
% 1.63/1.85  [117]
% 1.63/1.85  is_a_theorem(implies(not(implies(implies(implies(A,A),implies(not(B),B)),B)),C))
% 1.90/2.11  -> true
% 1.90/2.11  Current number of equations to process: 543
% 1.90/2.11  Current number of ordered equations: 0
% 1.90/2.11  Current number of rules: 111
% 1.90/2.11  New rule produced :
% 1.90/2.11  [118]
% 1.90/2.11  ifeq(is_a_theorem(implies(implies(A,A),B)),true,is_a_theorem(implies(
% 1.90/2.11                                                               not(B),C)),true)
% 1.90/2.11  -> true
% 1.90/2.11  Current number of equations to process: 542
% 1.90/2.11  Current number of ordered equations: 0
% 1.90/2.11  Current number of rules: 112
% 1.90/2.11  New rule produced :
% 1.90/2.11  [119]
% 1.90/2.11  is_a_theorem(implies(not(implies(implies(implies(A,A),B),implies(not(B),C))),X))
% 1.90/2.11  -> true
% 1.90/2.11  Current number of equations to process: 541
% 1.90/2.11  Current number of ordered equations: 0
% 1.90/2.11  Current number of rules: 113
% 1.90/2.11  New rule produced :
% 1.90/2.11  [120]
% 1.90/2.11  ifeq(is_a_theorem(A),true,is_a_theorem(implies(implies(implies(B,B),not(A)),C)),true)
% 1.90/2.11  -> true
% 1.90/2.11  Current number of equations to process: 540
% 1.90/2.11  Current number of ordered equations: 0
% 1.90/2.11  Current number of rules: 114
% 1.90/2.11  New rule produced :
% 1.90/2.11  [121]
% 1.90/2.11  is_a_theorem(implies(not(implies(A,implies(implies(implies(B,B),not(A)),C))),X))
% 1.90/2.11  -> true
% 1.90/2.11  Current number of equations to process: 539
% 1.90/2.11  Current number of ordered equations: 0
% 1.90/2.11  Current number of rules: 115
% 1.90/2.11  New rule produced :
% 1.90/2.11  [122]
% 1.90/2.11  is_a_theorem(implies(implies(implies(A,A),not(implies(implies(not(B),B),B))),C))
% 1.90/2.11  -> true
% 1.90/2.11  Current number of equations to process: 538
% 1.90/2.11  Current number of ordered equations: 0
% 1.90/2.11  Current number of rules: 116
% 1.90/2.11  New rule produced :
% 1.90/2.11  [123]
% 1.90/2.11  is_a_theorem(implies(implies(implies(A,A),not(implies(B,implies(not(B),C)))),X))
% 1.90/2.11  -> true
% 1.90/2.11  Current number of equations to process: 537
% 1.90/2.11  Current number of ordered equations: 0
% 1.90/2.11  Current number of rules: 117
% 1.90/2.11  New rule produced :
% 1.90/2.11  [124]
% 1.90/2.11  is_a_theorem(implies(implies(not(A),A),implies(implies(implies(B,B),not(A)),C)))
% 1.90/2.11  -> true
% 1.90/2.11  Current number of equations to process: 536
% 1.90/2.11  Current number of ordered equations: 0
% 1.90/2.11  Current number of rules: 118
% 1.90/2.11  New rule produced :
% 1.90/2.11  [125]
% 1.90/2.11  is_a_theorem(implies(A,implies(implies(implies(B,B),not(implies(not(A),C))),X)))
% 1.90/2.11  -> true
% 1.90/2.11  Current number of equations to process: 535
% 1.90/2.11  Current number of ordered equations: 0
% 1.90/2.11  Current number of rules: 119
% 1.90/2.11  New rule produced :
% 1.90/2.11  [126]
% 1.90/2.11  is_a_theorem(implies(implies(implies(A,A),not(implies(not(implies(B,B)),C))),X))
% 1.90/2.11  -> true
% 1.90/2.11  Current number of equations to process: 534
% 1.90/2.11  Current number of ordered equations: 0
% 1.90/2.11  Current number of rules: 120
% 1.90/2.11  New rule produced :
% 1.90/2.11  [127]
% 1.90/2.11  ifeq(is_a_theorem(implies(implies(A,A),not(implies(B,B)))),true,is_a_theorem(C),true)
% 1.90/2.11  -> true
% 1.90/2.11  Current number of equations to process: 533
% 1.90/2.11  Current number of ordered equations: 0
% 1.90/2.11  Current number of rules: 121
% 1.90/2.11  New rule produced :
% 1.90/2.11  [128]
% 1.90/2.11  is_a_theorem(implies(not(implies(implies(implies(A,A),not(implies(B,B))),C)),X))
% 1.90/2.11  -> true
% 1.90/2.11  Current number of equations to process: 532
% 1.90/2.11  Current number of ordered equations: 0
% 1.90/2.11  Current number of rules: 122
% 1.90/2.11  New rule produced :
% 1.90/2.11  [129]
% 1.90/2.11  is_a_theorem(implies(implies(implies(implies(implies(A,A),B),B),C),implies(X,C)))
% 1.90/2.11  -> true
% 1.90/2.11  Current number of equations to process: 531
% 1.90/2.11  Current number of ordered equations: 0
% 1.90/2.11  Current number of rules: 123
% 1.90/2.11  New rule produced :
% 1.90/2.11  [130]
% 1.90/2.11  is_a_theorem(implies(A,implies(not(implies(implies(implies(B,B),C),C)),X)))
% 1.90/2.11  -> true
% 1.90/2.11  Current number of equations to process: 725
% 1.90/2.11  Current number of ordered equations: 0
% 1.90/2.11  Current number of rules: 124
% 1.90/2.11  New rule produced :
% 1.90/2.11  [131]
% 1.90/2.11  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,C),X),X)))) ->
% 1.90/2.11  true
% 1.90/2.11  Current number of equations to process: 730
% 1.90/2.11  Current number of ordered equations: 0
% 1.90/2.11  Current number of rules: 125
% 1.90/2.11  New rule produced :
% 1.90/2.11  [132]
% 1.90/2.11  is_a_theorem(implies(not(implies(implies(A,B),implies(implies(B,C),implies(A,C)))),X))
% 1.90/2.11  -> true
% 1.90/2.11  Current number of equations to process: 744
% 1.90/2.11  Current number of ordered equations: 0
% 1.90/2.11  Current number of rules: 126
% 1.90/2.11  New rule produced :
% 1.90/2.11  [133]
% 1.90/2.11  is_a_theorem(implies(not(implies(not(implies(A,implies(not(implies(B,B)),C))),X)),Y))
% 1.90/2.11  -> true
% 1.90/2.11  Current number of equations to process: 752
% 1.90/2.11  Current number of ordered equations: 0
% 1.90/2.11  Current number of rules: 127
% 1.90/2.11  New rule produced :
% 1.90/2.11  [134]
% 1.90/2.11  ifeq(is_a_theorem(not(implies(A,implies(not(implies(B,B)),C)))),true,
% 1.90/2.11  is_a_theorem(X),true) -> true
% 1.90/2.11  Current number of equations to process: 760
% 1.90/2.11  Current number of ordered equations: 0
% 1.90/2.11  Current number of rules: 128
% 2.18/2.42  New rule produced :
% 2.18/2.42  [135]
% 2.18/2.42  is_a_theorem(implies(not(implies(A,implies(not(implies(implies(not(B),B),B)),C))),X))
% 2.18/2.42  -> true
% 2.18/2.42  Current number of equations to process: 758
% 2.18/2.42  Current number of ordered equations: 0
% 2.18/2.42  Current number of rules: 129
% 2.18/2.42  New rule produced :
% 2.18/2.42  [136]
% 2.18/2.42  is_a_theorem(implies(not(implies(A,implies(not(implies(B,implies(not(B),C))),X))),Y))
% 2.18/2.42  -> true
% 2.18/2.42  Current number of equations to process: 766
% 2.18/2.42  Current number of ordered equations: 0
% 2.18/2.42  Current number of rules: 130
% 2.18/2.42  New rule produced :
% 2.18/2.42  [137]
% 2.18/2.42  is_a_theorem(implies(not(implies(A,implies(not(implies(not(implies(B,B)),C)),X))),Y))
% 2.18/2.42  -> true
% 2.18/2.42  Current number of equations to process: 774
% 2.18/2.42  Current number of ordered equations: 0
% 2.18/2.42  Current number of rules: 131
% 2.18/2.42  New rule produced :
% 2.18/2.42  [138]
% 2.18/2.42  is_a_theorem(implies(implies(implies(implies(not(A),A),B),C),implies(
% 2.18/2.42                                                               implies(A,B),C)))
% 2.18/2.42  -> true
% 2.18/2.42  Current number of equations to process: 782
% 2.18/2.42  Current number of ordered equations: 0
% 2.18/2.42  Current number of rules: 132
% 2.18/2.42  New rule produced :
% 2.18/2.42  [139]
% 2.18/2.42  is_a_theorem(implies(implies(A,B),implies(not(implies(implies(not(A),A),B)),C)))
% 2.18/2.42  -> true
% 2.18/2.42  Current number of equations to process: 786
% 2.18/2.42  Current number of ordered equations: 0
% 2.18/2.42  Current number of rules: 133
% 2.18/2.42  New rule produced :
% 2.18/2.42  [140]
% 2.18/2.42  is_a_theorem(implies(A,implies(implies(B,C),implies(implies(not(B),B),C))))
% 2.18/2.42  -> true
% 2.18/2.42  Current number of equations to process: 790
% 2.18/2.42  Current number of ordered equations: 0
% 2.18/2.42  Current number of rules: 134
% 2.18/2.42  New rule produced :
% 2.18/2.42  [141]
% 2.18/2.42  is_a_theorem(implies(A,implies(not(implies(implies(not(not(A)),not(A)),B)),C)))
% 2.18/2.42  -> true
% 2.18/2.42  Current number of equations to process: 800
% 2.18/2.42  Current number of ordered equations: 0
% 2.18/2.42  Current number of rules: 135
% 2.18/2.42  New rule produced :
% 2.18/2.42  [142]
% 2.18/2.42  is_a_theorem(implies(implies(implies(A,B),C),implies(implies(implies(
% 2.18/2.42                                                               not(A),X),B),C)))
% 2.18/2.42  -> true
% 2.18/2.42  Current number of equations to process: 825
% 2.18/2.42  Current number of ordered equations: 0
% 2.18/2.42  Current number of rules: 136
% 2.18/2.42  New rule produced :
% 2.18/2.42  [143] is_a_theorem(implies(implies(implies(not(not(A)),B),A),A)) -> true
% 2.18/2.42  Current number of equations to process: 828
% 2.18/2.42  Current number of ordered equations: 0
% 2.18/2.42  Current number of rules: 137
% 2.18/2.42  New rule produced :
% 2.18/2.42  [144]
% 2.18/2.42  is_a_theorem(implies(implies(implies(not(A),B),C),implies(not(implies(A,C)),X)))
% 2.18/2.42  -> true
% 2.18/2.42  Current number of equations to process: 829
% 2.18/2.42  Current number of ordered equations: 0
% 2.18/2.42  Current number of rules: 138
% 2.18/2.42  New rule produced :
% 2.18/2.42  [145]
% 2.18/2.42  is_a_theorem(implies(A,implies(implies(implies(not(B),C),X),implies(B,X))))
% 2.18/2.42  -> true
% 2.18/2.42  Current number of equations to process: 833
% 2.18/2.42  Current number of ordered equations: 0
% 2.18/2.42  Current number of rules: 139
% 2.18/2.42  New rule produced :
% 2.18/2.42  [146]
% 2.18/2.42  ifeq(is_a_theorem(implies(implies(not(not(A)),B),A)),true,is_a_theorem(A),true)
% 2.18/2.42  -> true
% 2.18/2.42  Current number of equations to process: 842
% 2.18/2.42  Current number of ordered equations: 0
% 2.18/2.42  Current number of rules: 140
% 2.18/2.42  New rule produced :
% 2.18/2.42  [147]
% 2.18/2.42  is_a_theorem(implies(not(implies(implies(implies(not(not(A)),B),A),A)),C)) ->
% 2.18/2.42  true
% 2.18/2.42  Current number of equations to process: 841
% 2.18/2.42  Current number of ordered equations: 0
% 2.18/2.42  Current number of rules: 141
% 2.18/2.42  New rule produced :
% 2.18/2.42  [148]
% 2.18/2.42  is_a_theorem(implies(implies(A,B),implies(implies(implies(not(not(A)),C),A),B)))
% 2.18/2.42  -> true
% 2.18/2.42  Current number of equations to process: 847
% 2.18/2.42  Current number of ordered equations: 0
% 2.18/2.42  Current number of rules: 142
% 2.18/2.42  New rule produced :
% 2.18/2.42  [149]
% 2.18/2.42  is_a_theorem(implies(implies(implies(not(not(A)),B),A),implies(not(A),C))) ->
% 2.18/2.42  true
% 2.18/2.42  Current number of equations to process: 868
% 2.18/2.42  Current number of ordered equations: 0
% 2.18/2.42  Current number of rules: 143
% 2.18/2.42  New rule produced :
% 2.18/2.42  [150]
% 2.18/2.42  is_a_theorem(implies(A,implies(implies(implies(not(not(not(A))),B),not(A)),C)))
% 2.18/2.42  -> true
% 2.18/2.42  Current number of equations to process: 873
% 2.18/2.42  Current number of ordered equations: 0
% 2.18/2.42  Current number of rules: 144
% 2.18/2.42  New rule produced :
% 2.18/2.42  [151]
% 2.18/2.42  is_a_theorem(implies(A,implies(implies(implies(not(not(B)),C),B),B))) -> true
% 2.18/2.42  Current number of equations to process: 874
% 2.18/2.42  Current number of ordered equations: 0
% 2.18/2.42  Current number of rules: 145
% 2.18/2.42  New rule produced :
% 2.18/2.42  [152]
% 2.18/2.42  is_a_theorem(implies(implies(implies(implies(A,B),implies(not(C),B)),X),
% 2.18/2.42               implies(C,X))) -> true
% 2.53/2.77  Current number of equations to process: 907
% 2.53/2.77  Current number of ordered equations: 0
% 2.53/2.77  Current number of rules: 146
% 2.53/2.77  New rule produced :
% 2.53/2.77  [153]
% 2.53/2.77  is_a_theorem(implies(A,implies(not(implies(implies(B,C),implies(not(A),C))),X)))
% 2.53/2.77  -> true
% 2.53/2.77  Current number of equations to process: 911
% 2.53/2.77  Current number of ordered equations: 0
% 2.53/2.77  Current number of rules: 147
% 2.53/2.77  New rule produced :
% 2.53/2.77  [154]
% 2.53/2.77  is_a_theorem(implies(A,implies(B,implies(implies(C,X),implies(not(B),X)))))
% 2.53/2.77  -> true
% 2.53/2.77  Current number of equations to process: 915
% 2.53/2.77  Current number of ordered equations: 0
% 2.53/2.77  Current number of rules: 148
% 2.53/2.77  New rule produced :
% 2.53/2.77  [155]
% 2.53/2.77  is_a_theorem(implies(implies(implies(implies(not(not(A)),not(A)),B),C),
% 2.53/2.77               implies(A,C))) -> true
% 2.53/2.77  Current number of equations to process: 933
% 2.53/2.77  Current number of ordered equations: 0
% 2.53/2.77  Current number of rules: 149
% 2.53/2.77  New rule produced :
% 2.53/2.77  [156]
% 2.53/2.77  is_a_theorem(implies(A,implies(B,implies(implies(not(not(B)),not(B)),C)))) ->
% 2.53/2.77  true
% 2.53/2.77  Current number of equations to process: 941
% 2.53/2.77  Current number of ordered equations: 0
% 2.53/2.77  Current number of rules: 150
% 2.53/2.77  New rule produced :
% 2.53/2.77  [157]
% 2.53/2.77  is_a_theorem(implies(not(implies(not(implies(not(implies(A,implies(B,B))),C)),X)),Y))
% 2.53/2.77  -> true
% 2.53/2.77  Current number of equations to process: 948
% 2.53/2.77  Current number of ordered equations: 0
% 2.53/2.77  Current number of rules: 151
% 2.53/2.77  New rule produced :
% 2.53/2.77  [158]
% 2.53/2.77  ifeq(is_a_theorem(not(implies(not(implies(A,implies(B,B))),C))),true,
% 2.53/2.77  is_a_theorem(X),true) -> true
% 2.53/2.77  Current number of equations to process: 956
% 2.53/2.77  Current number of ordered equations: 0
% 2.53/2.77  Current number of rules: 152
% 2.53/2.77  New rule produced :
% 2.53/2.77  [159]
% 2.53/2.77  is_a_theorem(implies(A,implies(not(implies(not(implies(not(implies(B,B)),C)),X)),Y)))
% 2.53/2.77  -> true
% 2.53/2.77  Current number of equations to process: 954
% 2.53/2.77  Current number of ordered equations: 0
% 2.53/2.77  Current number of rules: 153
% 2.53/2.77  New rule produced :
% 2.53/2.77  [160]
% 2.53/2.77  is_a_theorem(implies(A,implies(implies(not(not(implies(B,B))),not(implies(B,B))),C)))
% 2.53/2.77  -> true
% 2.53/2.77  Current number of equations to process: 961
% 2.53/2.77  Current number of ordered equations: 0
% 2.53/2.77  Current number of rules: 154
% 2.53/2.77  New rule produced :
% 2.53/2.77  [161]
% 2.53/2.77  is_a_theorem(implies(implies(implies(not(implies(A,implies(B,B))),C),X),
% 2.53/2.77               implies(Y,X))) -> true
% 2.53/2.77  Current number of equations to process: 968
% 2.53/2.77  Current number of ordered equations: 0
% 2.53/2.77  Current number of rules: 155
% 2.53/2.77  New rule produced :
% 2.53/2.77  [162]
% 2.53/2.77  is_a_theorem(implies(A,implies(not(implies(not(implies(B,implies(C,C))),X)),Y)))
% 2.53/2.77  -> true
% 2.53/2.77  Current number of equations to process: 972
% 2.53/2.77  Current number of ordered equations: 0
% 2.53/2.77  Current number of rules: 156
% 2.53/2.77  New rule produced :
% 2.53/2.77  [163]
% 2.53/2.77  is_a_theorem(implies(A,implies(B,implies(not(implies(C,implies(X,X))),Y))))
% 2.53/2.77  -> true
% 2.53/2.77  Current number of equations to process: 976
% 2.53/2.77  Current number of ordered equations: 0
% 2.53/2.77  Current number of rules: 157
% 2.53/2.77  New rule produced :
% 2.53/2.77  [164]
% 2.53/2.77  is_a_theorem(implies(not(implies(not(implies(A,implies(implies(not(B),B),B))),C)),X))
% 2.53/2.77  -> true
% 2.53/2.77  Current number of equations to process: 990
% 2.53/2.77  Current number of ordered equations: 0
% 2.53/2.77  Current number of rules: 158
% 2.53/2.77  New rule produced :
% 2.53/2.77  [165]
% 2.53/2.77  is_a_theorem(implies(not(implies(not(implies(A,implies(B,implies(not(B),C)))),X)),Y))
% 2.53/2.77  -> true
% 2.53/2.77  Current number of equations to process: 998
% 2.53/2.77  Current number of ordered equations: 0
% 2.53/2.77  Current number of rules: 159
% 2.53/2.77  New rule produced :
% 2.53/2.77  [166]
% 2.53/2.77  is_a_theorem(implies(not(implies(A,implies(implies(not(B),B),implies(
% 2.53/2.77                                                               not(B),C)))),X))
% 2.53/2.77  -> true
% 2.53/2.77  Current number of equations to process: 1006
% 2.53/2.77  Current number of ordered equations: 0
% 2.53/2.77  Current number of rules: 160
% 2.53/2.77  New rule produced :
% 2.53/2.77  [167]
% 2.53/2.77  is_a_theorem(implies(not(implies(A,implies(B,implies(not(implies(not(B),C)),X)))),Y))
% 2.53/2.77  -> true
% 2.53/2.77  Current number of equations to process: 1014
% 2.53/2.77  Current number of ordered equations: 0
% 2.53/2.77  Current number of rules: 161
% 2.53/2.77  New rule produced :
% 2.53/2.77  [168]
% 2.53/2.77  is_a_theorem(implies(implies(implies(A,implies(not(implies(B,B)),C)),X),
% 2.53/2.77               implies(Y,X))) -> true
% 2.53/2.77  Current number of equations to process: 1022
% 2.53/2.77  Current number of ordered equations: 0
% 2.53/2.77  Current number of rules: 162
% 2.53/2.77  New rule produced :
% 2.53/2.77  [169]
% 2.53/2.77  is_a_theorem(implies(A,implies(not(implies(B,implies(not(implies(C,C)),X))),Y)))
% 2.53/2.77  -> true
% 2.53/2.77  Current number of equations to process: 1026
% 2.53/2.77  Current number of ordered equations: 0
% 3.14/3.36  Current number of rules: 163
% 3.14/3.36  New rule produced :
% 3.14/3.36  [170]
% 3.14/3.36  is_a_theorem(implies(A,implies(B,implies(C,implies(not(implies(X,X)),Y)))))
% 3.14/3.36  -> true
% 3.14/3.36  Current number of equations to process: 1030
% 3.14/3.36  Current number of ordered equations: 0
% 3.14/3.36  Current number of rules: 164
% 3.14/3.36  New rule produced :
% 3.14/3.36  [171]
% 3.14/3.36  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,C))),X)),true,
% 3.14/3.36  is_a_theorem(X),true) -> true
% 3.14/3.36  Current number of equations to process: 1044
% 3.14/3.36  Current number of ordered equations: 0
% 3.14/3.36  Current number of rules: 165
% 3.14/3.36  New rule produced :
% 3.14/3.36  [172]
% 3.14/3.36  ifeq(is_a_theorem(not(implies(A,implies(implies(not(B),B),B)))),true,
% 3.14/3.36  is_a_theorem(C),true) -> true
% 3.14/3.36  Current number of equations to process: 1051
% 3.14/3.36  Current number of ordered equations: 0
% 3.14/3.36  Current number of rules: 166
% 3.14/3.36  New rule produced :
% 3.14/3.36  [173]
% 3.14/3.36  ifeq(is_a_theorem(not(implies(A,implies(B,implies(not(B),C))))),true,
% 3.14/3.36  is_a_theorem(X),true) -> true
% 3.14/3.36  Current number of equations to process: 1049
% 3.14/3.36  Current number of ordered equations: 0
% 3.14/3.36  Current number of rules: 167
% 3.14/3.36  New rule produced :
% 3.14/3.36  [174]
% 3.14/3.36  ifeq(is_a_theorem(implies(implies(A,implies(B,B)),C)),true,is_a_theorem(
% 3.14/3.36                                                             implies(X,C)),true)
% 3.14/3.36  -> true
% 3.14/3.36  Current number of equations to process: 1046
% 3.14/3.36  Current number of ordered equations: 0
% 3.14/3.36  Current number of rules: 168
% 3.14/3.36  New rule produced :
% 3.14/3.36  [175]
% 3.14/3.36  is_a_theorem(implies(not(implies(implies(implies(A,implies(B,B)),C),implies(X,C))),Y))
% 3.14/3.36  -> true
% 3.14/3.36  Current number of equations to process: 1053
% 3.14/3.36  Current number of ordered equations: 0
% 3.14/3.36  Current number of rules: 169
% 3.14/3.36  New rule produced :
% 3.14/3.36  [176]
% 3.14/3.36  is_a_theorem(implies(implies(implies(A,implies(implies(not(B),B),B)),C),
% 3.14/3.36               implies(X,C))) -> true
% 3.14/3.36  Current number of equations to process: 1061
% 3.14/3.36  Current number of ordered equations: 0
% 3.14/3.36  Current number of rules: 170
% 3.14/3.36  New rule produced :
% 3.14/3.36  [177]
% 3.14/3.36  is_a_theorem(implies(A,implies(not(implies(B,implies(implies(not(C),C),C))),X)))
% 3.14/3.36  -> true
% 3.14/3.36  Current number of equations to process: 1065
% 3.14/3.36  Current number of ordered equations: 0
% 3.14/3.36  Current number of rules: 171
% 3.14/3.36  New rule produced :
% 3.14/3.36  [178]
% 3.14/3.36  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(not(X),X),X)))))
% 3.14/3.36  -> true
% 3.14/3.36  Current number of equations to process: 1069
% 3.14/3.36  Current number of ordered equations: 0
% 3.14/3.36  Current number of rules: 172
% 3.14/3.36  New rule produced :
% 3.14/3.36  [179]
% 3.14/3.36  is_a_theorem(implies(implies(implies(A,implies(B,implies(not(B),C))),X),
% 3.14/3.36               implies(Y,X))) -> true
% 3.14/3.36  Current number of equations to process: 1083
% 3.14/3.36  Current number of ordered equations: 0
% 3.14/3.36  Current number of rules: 173
% 3.14/3.36  New rule produced :
% 3.14/3.36  [180]
% 3.14/3.36  is_a_theorem(implies(A,implies(not(implies(B,implies(C,implies(not(C),X)))),Y)))
% 3.14/3.36  -> true
% 3.14/3.36  Current number of equations to process: 1087
% 3.14/3.36  Current number of ordered equations: 0
% 3.14/3.36  Current number of rules: 174
% 3.14/3.36  New rule produced :
% 3.14/3.36  [181]
% 3.14/3.36  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(not(X),Y))))))
% 3.14/3.36  -> true
% 3.14/3.36  Current number of equations to process: 1091
% 3.14/3.36  Current number of ordered equations: 0
% 3.14/3.36  Current number of rules: 175
% 3.14/3.36  New rule produced :
% 3.14/3.36  [182]
% 3.14/3.36  ifeq(is_a_theorem(implies(implies(implies(implies(A,A),B),B),C)),true,
% 3.14/3.36  is_a_theorem(C),true) -> true
% 3.14/3.36  Current number of equations to process: 1105
% 3.14/3.36  Current number of ordered equations: 0
% 3.14/3.36  Current number of rules: 176
% 3.14/3.36  New rule produced :
% 3.14/3.36  [183]
% 3.14/3.36  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,B),C)),C)) ->
% 3.14/3.36  true
% 3.14/3.36  Current number of equations to process: 1109
% 3.14/3.36  Current number of ordered equations: 0
% 3.14/3.36  Current number of rules: 177
% 3.14/3.36  New rule produced :
% 3.14/3.36  [184]
% 3.14/3.36  is_a_theorem(implies(implies(implies(not(implies(A,A)),B),C),C)) -> true
% 3.14/3.36  Current number of equations to process: 1113
% 3.14/3.36  Current number of ordered equations: 0
% 3.14/3.36  Current number of rules: 178
% 3.14/3.36  New rule produced :
% 3.14/3.36  [185]
% 3.14/3.36  is_a_theorem(implies(not(implies(implies(implies(not(implies(A,A)),B),C),C)),X))
% 3.14/3.36  -> true
% 3.14/3.36  Current number of equations to process: 1132
% 3.14/3.36  Current number of ordered equations: 0
% 3.14/3.36  Current number of rules: 179
% 3.14/3.36  New rule produced :
% 3.14/3.36  [186]
% 3.14/3.36  is_a_theorem(implies(implies(not(implies(implies(A,A),B)),implies(implies(A,A),B)),B))
% 3.14/3.36  -> true
% 3.14/3.36  Current number of equations to process: 1139
% 3.14/3.36  Current number of ordered equations: 0
% 3.14/3.36  Current number of rules: 180
% 3.14/3.36  New rule produced :
% 3.14/3.36  [187]
% 3.14/3.36  is_a_theorem(implies(not(implies(A,implies(implies(implies(B,B),C),implies(X,C)))),Y))
% 3.75/4.03  -> true
% 3.75/4.03  Current number of equations to process: 1146
% 3.75/4.03  Current number of ordered equations: 0
% 3.75/4.03  Current number of rules: 181
% 3.75/4.03  New rule produced :
% 3.75/4.03  [188]
% 3.75/4.03  ifeq(is_a_theorem(implies(A,B)),true,is_a_theorem(implies(implies(implies(C,C),A),B)),true)
% 3.75/4.03  -> true
% 3.75/4.03  Current number of equations to process: 1153
% 3.75/4.03  Current number of ordered equations: 0
% 3.75/4.03  Current number of rules: 182
% 3.75/4.03  New rule produced :
% 3.75/4.03  [189]
% 3.75/4.03  is_a_theorem(implies(implies(implies(A,A),implies(not(B),B)),implies(
% 3.75/4.03                                                               not(B),C))) ->
% 3.75/4.03  true
% 3.75/4.03  Current number of equations to process: 1166
% 3.75/4.03  Current number of ordered equations: 0
% 3.75/4.03  Current number of rules: 183
% 3.75/4.03  New rule produced :
% 3.75/4.03  [190]
% 3.75/4.03  is_a_theorem(implies(implies(implies(A,A),B),implies(not(implies(not(B),C)),X)))
% 3.75/4.03  -> true
% 3.75/4.03  Current number of equations to process: 1165
% 3.75/4.03  Current number of ordered equations: 0
% 3.75/4.03  Current number of rules: 184
% 3.75/4.03  New rule produced :
% 3.75/4.03  [191]
% 3.75/4.03  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,B),C)),implies(X,C)))
% 3.75/4.03  -> true
% 3.75/4.03  Current number of equations to process: 1187
% 3.75/4.03  Current number of ordered equations: 0
% 3.75/4.03  Current number of rules: 185
% 3.75/4.03  New rule produced :
% 3.75/4.03  [192]
% 3.75/4.03  is_a_theorem(implies(implies(implies(A,A),implies(implies(not(not(B)),C),B)),B))
% 3.75/4.03  -> true
% 3.75/4.03  Current number of equations to process: 1223
% 3.75/4.03  Current number of ordered equations: 0
% 3.75/4.03  Current number of rules: 186
% 3.75/4.03  New rule produced :
% 3.75/4.03  [193]
% 3.75/4.03  is_a_theorem(implies(not(implies(implies(A,B),implies(implies(implies(C,C),A),B))),X))
% 3.75/4.03  -> true
% 3.75/4.03  Current number of equations to process: 1285
% 3.75/4.03  Current number of ordered equations: 0
% 3.75/4.03  Current number of rules: 187
% 3.75/4.03  New rule produced :
% 3.75/4.03  [194]
% 3.75/4.03  is_a_theorem(implies(not(implies(A,implies(B,implies(C,implies(X,implies(Y,Y)))))),Z))
% 3.75/4.03  -> true
% 3.75/4.03  Current number of equations to process: 1294
% 3.75/4.03  Current number of ordered equations: 0
% 3.75/4.03  Current number of rules: 188
% 3.75/4.03  New rule produced :
% 3.75/4.03  [195]
% 3.75/4.03  is_a_theorem(implies(implies(A,B),implies(implies(implies(C,C),implies(
% 3.75/4.03                                                                 not(A),A)),B)))
% 3.75/4.03  -> true
% 3.75/4.03  Current number of equations to process: 1303
% 3.75/4.03  Current number of ordered equations: 0
% 3.75/4.03  Current number of rules: 189
% 3.75/4.03  New rule produced :
% 3.75/4.03  [196]
% 3.75/4.03  is_a_theorem(implies(A,implies(implies(implies(B,B),implies(not(C),C)),C)))
% 3.75/4.03  -> true
% 3.75/4.03  Current number of equations to process: 1314
% 3.75/4.03  Current number of ordered equations: 0
% 3.75/4.03  Current number of rules: 190
% 3.75/4.03  New rule produced :
% 3.75/4.03  [197]
% 3.75/4.03  is_a_theorem(implies(implies(implies(not(A),B),C),implies(implies(implies(X,X),A),C)))
% 3.75/4.03  -> true
% 3.75/4.03  Current number of equations to process: 1323
% 3.75/4.03  Current number of ordered equations: 0
% 3.75/4.03  Current number of rules: 191
% 3.75/4.03  New rule produced :
% 3.75/4.03  [198]
% 3.75/4.03  is_a_theorem(implies(A,implies(implies(implies(B,B),C),implies(not(C),X))))
% 3.75/4.03  -> true
% 3.75/4.03  Current number of equations to process: 1331
% 3.75/4.03  Current number of ordered equations: 0
% 3.75/4.03  Current number of rules: 192
% 3.75/4.03  New rule produced :
% 3.75/4.03  [199]
% 3.75/4.03  is_a_theorem(implies(implies(implies(implies(implies(A,A),not(B)),C),X),
% 3.75/4.03               implies(B,X))) -> true
% 3.75/4.03  Current number of equations to process: 1339
% 3.75/4.03  Current number of ordered equations: 0
% 3.75/4.03  Current number of rules: 193
% 3.75/4.03  New rule produced :
% 3.75/4.03  [200]
% 3.75/4.03  is_a_theorem(implies(A,implies(not(implies(implies(implies(B,B),not(A)),C)),X)))
% 3.75/4.03  -> true
% 3.75/4.03  Current number of equations to process: 1343
% 3.75/4.03  Current number of ordered equations: 0
% 3.75/4.03  Current number of rules: 194
% 3.75/4.03  New rule produced :
% 3.75/4.03  [201]
% 3.75/4.03  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,C),not(B)),X))))
% 3.75/4.03  -> true
% 3.75/4.03  Current number of equations to process: 1347
% 3.75/4.03  Current number of ordered equations: 0
% 3.75/4.03  Current number of rules: 195
% 3.75/4.03  New rule produced :
% 3.75/4.03  [202]
% 3.75/4.03  is_a_theorem(implies(implies(implies(A,A),not(implies(B,implies(C,implies(X,X))))),Y))
% 3.75/4.03  -> true
% 3.75/4.03  Current number of equations to process: 1374
% 3.75/4.03  Current number of ordered equations: 0
% 3.75/4.03  Current number of rules: 196
% 3.75/4.03  New rule produced :
% 3.75/4.03  [203]
% 3.75/4.03  is_a_theorem(implies(implies(implies(A,A),not(implies(implies(implies(B,B),C),C))),X))
% 3.75/4.03  -> true
% 3.75/4.03  Current number of equations to process: 1383
% 3.75/4.03  Current number of ordered equations: 0
% 3.75/4.03  Current number of rules: 197
% 3.75/4.03  New rule produced :
% 3.75/4.03  [204]
% 3.75/4.03  is_a_theorem(implies(not(implies(A,implies(B,implies(implies(implies(C,C),X),X)))),Y))
% 4.60/4.83  -> true
% 4.60/4.83  Current number of equations to process: 1392
% 4.60/4.83  Current number of ordered equations: 0
% 4.60/4.83  Current number of rules: 198
% 4.60/4.83  New rule produced :
% 4.60/4.83  [205]
% 4.60/4.83  is_a_theorem(implies(not(implies(A,implies(implies(implies(not(not(B)),C),B),B))),X))
% 4.60/4.83  -> true
% 4.60/4.83  Current number of equations to process: 1401
% 4.60/4.83  Current number of ordered equations: 0
% 4.60/4.83  Current number of rules: 199
% 4.60/4.83  New rule produced :
% 4.60/4.83  [206]
% 4.60/4.83  is_a_theorem(implies(A,implies(implies(implies(B,B),not(implies(C,implies(X,X)))),Y)))
% 4.60/4.83  -> true
% 4.60/4.83  Current number of equations to process: 1409
% 4.60/4.83  Current number of ordered equations: 0
% 4.60/4.83  Current number of rules: 200
% 4.60/4.83  New rule produced :
% 4.60/4.83  [207]
% 4.60/4.83  ifeq(is_a_theorem(implies(implies(A,A),implies(implies(B,B),C))),true,
% 4.60/4.83  is_a_theorem(C),true) -> true
% 4.60/4.83  Current number of equations to process: 1414
% 4.60/4.83  Current number of ordered equations: 0
% 4.60/4.83  Current number of rules: 201
% 4.60/4.83  New rule produced :
% 4.60/4.83  [208]
% 4.60/4.83  is_a_theorem(implies(not(implies(implies(implies(A,A),implies(implies(B,B),C)),C)),X))
% 4.60/4.83  -> true
% 4.60/4.83  Current number of equations to process: 1413
% 4.60/4.83  Current number of ordered equations: 0
% 4.60/4.83  Current number of rules: 202
% 4.60/4.83  New rule produced :
% 4.60/4.83  [209]
% 4.60/4.83  is_a_theorem(implies(implies(A,B),implies(implies(implies(not(implies(C,C)),X),A),B)))
% 4.60/4.83  -> true
% 4.60/4.83  Current number of equations to process: 1422
% 4.60/4.83  Current number of ordered equations: 0
% 4.60/4.83  Current number of rules: 203
% 4.60/4.83  New rule produced :
% 4.60/4.83  [210]
% 4.60/4.83  is_a_theorem(implies(implies(implies(not(implies(A,A)),B),implies(not(C),C)),C))
% 4.60/4.83  -> true
% 4.60/4.83  Current number of equations to process: 1425
% 4.60/4.83  Current number of ordered equations: 0
% 4.60/4.83  Current number of rules: 204
% 4.60/4.83  New rule produced :
% 4.60/4.83  [211]
% 4.60/4.83  is_a_theorem(implies(implies(implies(not(implies(A,A)),B),C),implies(
% 4.60/4.83                                                               not(C),X))) ->
% 4.60/4.83  true
% 4.60/4.83  Current number of equations to process: 1426
% 4.60/4.83  Current number of ordered equations: 0
% 4.60/4.83  Current number of rules: 205
% 4.60/4.83  New rule produced :
% 4.60/4.83  [212]
% 4.60/4.83  is_a_theorem(implies(A,implies(implies(implies(not(implies(B,B)),C),not(A)),X)))
% 4.60/4.83  -> true
% 4.60/4.83  Current number of equations to process: 1427
% 4.60/4.83  Current number of ordered equations: 0
% 4.60/4.83  Current number of rules: 206
% 4.60/4.83  New rule produced :
% 4.60/4.83  [213]
% 4.60/4.83  is_a_theorem(implies(implies(implies(not(implies(A,A)),B),not(implies(C,C))),X))
% 4.60/4.83  -> true
% 4.60/4.83  Current number of equations to process: 1427
% 4.60/4.83  Current number of ordered equations: 0
% 4.60/4.83  Current number of rules: 207
% 4.60/4.83  New rule produced :
% 4.60/4.83  [214]
% 4.60/4.83  is_a_theorem(implies(A,implies(implies(implies(not(implies(B,B)),C),X),X)))
% 4.60/4.83  -> true
% 4.60/4.83  Current number of equations to process: 1430
% 4.60/4.83  Current number of ordered equations: 0
% 4.60/4.83  Current number of rules: 208
% 4.60/4.83  New rule produced :
% 4.60/4.83  [215]
% 4.60/4.83  is_a_theorem(implies(implies(implies(A,A),implies(B,C)),implies(implies(
% 4.60/4.83                                                                  not(B),B),C)))
% 4.60/4.83  -> true
% 4.60/4.83  Current number of equations to process: 1489
% 4.60/4.83  Current number of ordered equations: 0
% 4.60/4.83  Current number of rules: 209
% 4.60/4.83  New rule produced :
% 4.60/4.83  [216]
% 4.60/4.83  is_a_theorem(implies(implies(implies(A,A),implies(implies(not(B),C),X)),
% 4.60/4.83               implies(B,X))) -> true
% 4.60/4.83  Current number of equations to process: 1498
% 4.60/4.83  Current number of ordered equations: 0
% 4.60/4.83  Current number of rules: 210
% 4.60/4.83  New rule produced :
% 4.60/4.83  [217]
% 4.60/4.83  is_a_theorem(implies(implies(implies(A,A),B),implies(implies(C,X),implies(
% 4.60/4.83                                                                    not(B),X))))
% 4.60/4.83  -> true
% 4.60/4.83  Current number of equations to process: 1507
% 4.60/4.83  Current number of ordered equations: 0
% 4.60/4.83  Current number of rules: 211
% 4.60/4.83  New rule produced :
% 4.60/4.83  [218]
% 4.60/4.83  is_a_theorem(implies(implies(implies(A,A),B),implies(implies(not(not(B)),
% 4.60/4.83                                                       not(B)),C))) -> true
% 4.60/4.83  Current number of equations to process: 1516
% 4.60/4.83  Current number of ordered equations: 0
% 4.60/4.83  Current number of rules: 212
% 4.60/4.83  New rule produced :
% 4.60/4.83  [219]
% 4.60/4.83  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,B),implies(
% 4.60/4.83                                                                 not(C),C))),C))
% 4.60/4.83  -> true
% 4.60/4.83  Current number of equations to process: 1525
% 4.60/4.83  Current number of ordered equations: 0
% 4.60/4.83  Current number of rules: 213
% 4.60/4.83  New rule produced :
% 4.60/4.83  [220]
% 4.60/4.83  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,B),C)),implies(
% 4.60/4.83                                                                     not(C),X)))
% 5.59/5.82  -> true
% 5.59/5.82  Current number of equations to process: 1534
% 5.59/5.82  Current number of ordered equations: 0
% 5.59/5.82  Current number of rules: 214
% 5.59/5.82  New rule produced :
% 5.59/5.82  [221]
% 5.59/5.82  is_a_theorem(implies(implies(implies(A,A),B),implies(implies(implies(C,C),
% 5.59/5.82                                                       not(B)),X))) -> true
% 5.59/5.82  Current number of equations to process: 1543
% 5.59/5.82  Current number of ordered equations: 0
% 5.59/5.82  Current number of rules: 215
% 5.59/5.82  New rule produced :
% 5.59/5.82  [222]
% 5.59/5.82  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,B),not(implies(C,C)))),X))
% 5.59/5.82  -> true
% 5.59/5.82  Current number of equations to process: 1552
% 5.59/5.82  Current number of ordered equations: 0
% 5.59/5.82  Current number of rules: 216
% 5.59/5.82  New rule produced :
% 5.59/5.82  [223]
% 5.59/5.82  is_a_theorem(implies(implies(implies(A,A),implies(implies(not(implies(B,B)),C),X)),X))
% 5.59/5.82  -> true
% 5.59/5.82  Current number of equations to process: 1561
% 5.59/5.82  Current number of ordered equations: 0
% 5.59/5.82  Current number of rules: 217
% 5.59/5.82  New rule produced :
% 5.59/5.82  [224]
% 5.59/5.82  is_a_theorem(implies(A,implies(implies(implies(B,B),implies(not(not(A)),
% 5.59/5.82                                                      not(A))),C))) -> true
% 5.59/5.82  Current number of equations to process: 1570
% 5.59/5.82  Current number of ordered equations: 0
% 5.59/5.82  Current number of rules: 218
% 5.59/5.82  New rule produced :
% 5.59/5.82  [225]
% 5.59/5.82  is_a_theorem(implies(implies(implies(not(implies(A,A)),B),implies(implies(C,C),X)),X))
% 5.59/5.82  -> true
% 5.59/5.82  Current number of equations to process: 1590
% 5.59/5.82  Current number of ordered equations: 0
% 5.59/5.82  Current number of rules: 219
% 5.59/5.82  New rule produced :
% 5.59/5.82  [226]
% 5.59/5.82  ifeq(is_a_theorem(not(implies(not(implies(implies(not(A),A),A)),B))),true,
% 5.59/5.82  is_a_theorem(C),true) -> true
% 5.59/5.82  Current number of equations to process: 1599
% 5.59/5.82  Current number of ordered equations: 0
% 5.59/5.82  Current number of rules: 220
% 5.59/5.82  New rule produced :
% 5.59/5.82  [227]
% 5.59/5.82  is_a_theorem(implies(not(implies(not(implies(not(implies(implies(not(A),A),A)),B)),C)),X))
% 5.59/5.82  -> true
% 5.59/5.82  Current number of equations to process: 1598
% 5.59/5.82  Current number of ordered equations: 0
% 5.59/5.82  Current number of rules: 221
% 5.59/5.82  New rule produced :
% 5.59/5.82  [228]
% 5.59/5.82  ifeq(is_a_theorem(not(implies(not(implies(A,implies(not(A),B))),C))),true,
% 5.59/5.82  is_a_theorem(X),true) -> true
% 5.59/5.82  Current number of equations to process: 1607
% 5.59/5.82  Current number of ordered equations: 0
% 5.59/5.82  Current number of rules: 222
% 5.59/5.82  New rule produced :
% 5.59/5.82  [229]
% 5.59/5.82  is_a_theorem(implies(not(implies(not(implies(not(implies(A,implies(not(A),B))),C)),X)),Y))
% 5.59/5.82  -> true
% 5.59/5.82  Current number of equations to process: 1606
% 5.59/5.82  Current number of ordered equations: 0
% 5.59/5.82  Current number of rules: 223
% 5.59/5.82  New rule produced :
% 5.59/5.82  [230]
% 5.59/5.82  ifeq(is_a_theorem(implies(not(implies(not(A),A)),implies(not(A),A))),true,
% 5.59/5.82  is_a_theorem(A),true) -> true
% 5.59/5.82  Current number of equations to process: 1615
% 5.59/5.82  Current number of ordered equations: 0
% 5.59/5.82  Current number of rules: 224
% 5.59/5.82  New rule produced :
% 5.59/5.82  [231]
% 5.59/5.82  is_a_theorem(implies(not(implies(implies(not(implies(not(A),A)),implies(
% 5.59/5.82                                                                  not(A),A)),A)),B))
% 5.59/5.82  -> true
% 5.59/5.82  Current number of equations to process: 1614
% 5.59/5.82  Current number of ordered equations: 0
% 5.59/5.82  Current number of rules: 225
% 5.59/5.82  New rule produced :
% 5.59/5.82  [232]
% 5.59/5.82  ifeq(is_a_theorem(not(implies(implies(not(A),A),implies(not(A),B)))),true,
% 5.59/5.82  is_a_theorem(C),true) -> true
% 5.59/5.82  Current number of equations to process: 1623
% 5.59/5.82  Current number of ordered equations: 0
% 5.59/5.82  Current number of rules: 226
% 5.59/5.82  New rule produced :
% 5.59/5.82  [233]
% 5.59/5.82  is_a_theorem(implies(not(implies(not(implies(implies(not(A),A),implies(
% 5.59/5.82                                                                 not(A),B))),C)),X))
% 5.59/5.82  -> true
% 5.59/5.82  Current number of equations to process: 1620
% 5.59/5.82  Current number of ordered equations: 0
% 5.59/5.82  Current number of rules: 227
% 5.59/5.82  New rule produced :
% 5.59/5.82  [234]
% 5.59/5.82  is_a_theorem(implies(not(implies(not(implies(A,implies(not(implies(not(A),B)),C))),X)),Y))
% 5.59/5.82  -> true
% 5.59/5.82  Current number of equations to process: 1629
% 5.59/5.82  Current number of ordered equations: 0
% 5.59/5.82  Current number of rules: 228
% 5.59/5.82  New rule produced :
% 5.59/5.82  [235]
% 5.59/5.82  is_a_theorem(implies(not(implies(not(implies(not(implies(not(implies(A,A)),B)),C)),X)),Y))
% 5.59/5.82  -> true
% 5.59/5.82  Current number of equations to process: 1638
% 5.59/5.82  Current number of ordered equations: 0
% 5.59/5.82  Current number of rules: 229
% 5.59/5.82  New rule produced :
% 5.59/5.82  [236]
% 5.59/5.82  ifeq(is_a_theorem(not(implies(A,implies(not(implies(not(A),B)),C)))),true,
% 5.59/5.82  is_a_theorem(X),true) -> true
% 6.64/6.85  Current number of equations to process: 1647
% 6.64/6.85  Current number of ordered equations: 0
% 6.64/6.85  Current number of rules: 230
% 6.64/6.85  New rule produced :
% 6.64/6.85  [237]
% 6.64/6.85  ifeq(is_a_theorem(not(implies(not(implies(not(implies(A,A)),B)),C))),true,
% 6.64/6.85  is_a_theorem(X),true) -> true
% 6.64/6.85  Current number of equations to process: 1645
% 6.64/6.85  Current number of ordered equations: 0
% 6.64/6.85  Current number of rules: 231
% 6.64/6.85  New rule produced :
% 6.64/6.85  [238]
% 6.64/6.85  is_a_theorem(implies(implies(not(implies(A,B)),implies(A,B)),implies(
% 6.64/6.85                                                               implies(
% 6.64/6.85                                                               not(A),A),B)))
% 6.64/6.85  -> true
% 6.64/6.85  Current number of equations to process: 1643
% 6.64/6.85  Current number of ordered equations: 0
% 6.64/6.85  Current number of rules: 232
% 6.64/6.85  New rule produced :
% 6.64/6.85  [239]
% 6.64/6.85  is_a_theorem(implies(implies(not(implies(not(A),A)),implies(not(A),A)),
% 6.64/6.85               implies(not(A),B))) -> true
% 6.64/6.85  Current number of equations to process: 1652
% 6.64/6.85  Current number of ordered equations: 0
% 6.64/6.85  Current number of rules: 233
% 6.64/6.85  New rule produced :
% 6.64/6.85  [240]
% 6.64/6.85  ifeq(is_a_theorem(implies(not(A),A)),true,is_a_theorem(implies(not(implies(
% 6.64/6.85                                                                     not(A),B)),C)),true)
% 6.64/6.85  -> true
% 6.64/6.85  Current number of equations to process: 1661
% 6.64/6.85  Current number of ordered equations: 0
% 6.64/6.85  Current number of rules: 234
% 6.64/6.85  New rule produced :
% 6.64/6.85  [241]
% 6.64/6.85  is_a_theorem(implies(not(implies(implies(not(A),A),implies(not(implies(
% 6.64/6.85                                                                 not(A),B)),C))),X))
% 6.64/6.85  -> true
% 6.64/6.85  Current number of equations to process: 1704
% 6.64/6.85  Current number of ordered equations: 0
% 6.64/6.85  Current number of rules: 235
% 6.64/6.85  New rule produced :
% 6.64/6.85  [242]
% 6.64/6.85  ifeq(is_a_theorem(implies(not(not(implies(A,A))),not(implies(A,A)))),true,
% 6.64/6.85  is_a_theorem(B),true) -> true
% 6.64/6.85  Current number of equations to process: 1713
% 6.64/6.85  Current number of ordered equations: 0
% 6.64/6.85  Current number of rules: 236
% 6.64/6.85  New rule produced :
% 6.64/6.85  [243]
% 6.64/6.85  is_a_theorem(implies(not(implies(implies(not(not(implies(A,A))),not(implies(A,A))),B)),C))
% 6.64/6.85  -> true
% 6.64/6.85  Current number of equations to process: 1712
% 6.64/6.85  Current number of ordered equations: 0
% 6.64/6.85  Current number of rules: 237
% 6.64/6.85  New rule produced :
% 6.64/6.85  [244]
% 6.64/6.85  ifeq(is_a_theorem(A),true,is_a_theorem(implies(not(implies(not(implies(
% 6.64/6.85                                                                 not(A),B)),C)),X)),true)
% 6.64/6.85  -> true
% 6.64/6.85  Current number of equations to process: 1721
% 6.64/6.85  Current number of ordered equations: 0
% 6.64/6.85  Current number of rules: 238
% 6.64/6.85  New rule produced :
% 6.64/6.85  [245]
% 6.64/6.85  is_a_theorem(implies(not(implies(A,implies(not(implies(not(implies(not(A),B)),C)),X))),Y))
% 6.64/6.85  -> true
% 6.64/6.85  Current number of equations to process: 1904
% 6.64/6.85  Current number of ordered equations: 0
% 6.64/6.85  Current number of rules: 239
% 6.64/6.85  New rule produced :
% 6.64/6.85  [246]
% 6.64/6.85  is_a_theorem(implies(implies(not(A),A),implies(not(implies(not(implies(
% 6.64/6.85                                                                 not(A),B)),C)),X)))
% 6.64/6.85  -> true
% 6.64/6.85  Current number of equations to process: 1912
% 6.64/6.85  Current number of ordered equations: 0
% 6.64/6.85  Current number of rules: 240
% 6.64/6.85  New rule produced :
% 6.64/6.85  [247]
% 6.64/6.85  is_a_theorem(implies(A,implies(not(implies(not(implies(not(implies(not(A),B)),C)),X)),Y)))
% 6.64/6.85  -> true
% 6.64/6.85  Current number of equations to process: 1922
% 6.64/6.85  Current number of ordered equations: 0
% 6.64/6.85  Current number of rules: 241
% 6.64/6.85  New rule produced :
% 6.64/6.85  [248]
% 6.64/6.85  ifeq(is_a_theorem(implies(implies(A,implies(not(implies(B,B)),C)),X)),true,
% 6.64/6.85  is_a_theorem(X),true) -> true
% 6.64/6.85  Current number of equations to process: 1940
% 6.64/6.85  Current number of ordered equations: 0
% 6.64/6.85  Current number of rules: 242
% 6.64/6.85  New rule produced :
% 6.64/6.85  [249]
% 6.64/6.85  is_a_theorem(implies(implies(implies(not(implies(implies(not(A),A),A)),B),C),
% 6.64/6.85               implies(X,C))) -> true
% 6.64/6.85  Current number of equations to process: 1951
% 6.64/6.85  Current number of ordered equations: 0
% 6.64/6.85  Current number of rules: 243
% 6.64/6.85  New rule produced :
% 6.64/6.85  [250]
% 6.64/6.85  is_a_theorem(implies(A,implies(not(implies(not(implies(implies(not(B),B),B)),C)),X)))
% 6.64/6.85  -> true
% 6.64/6.85  Current number of equations to process: 1958
% 6.64/6.85  Current number of ordered equations: 0
% 6.64/6.85  Current number of rules: 244
% 6.64/6.85  New rule produced :
% 6.64/6.85  [251]
% 6.64/6.85  is_a_theorem(implies(A,implies(B,implies(not(implies(implies(not(C),C),C)),X))))
% 6.64/6.85  -> true
% 6.64/6.85  Current number of equations to process: 1959
% 6.64/6.85  Current number of ordered equations: 0
% 6.64/6.85  Current number of rules: 245
% 8.49/8.74  New rule produced :
% 8.49/8.74  [252]
% 8.49/8.74  is_a_theorem(implies(implies(implies(implies(A,B),implies(C,B)),X),implies(
% 8.49/8.74                                                                     implies(C,A),X)))
% 8.49/8.74  -> true
% 8.49/8.74  Current number of equations to process: 1977
% 8.49/8.74  Current number of ordered equations: 0
% 8.49/8.74  Current number of rules: 246
% 8.49/8.74  New rule produced :
% 8.49/8.74  [253]
% 8.49/8.74  is_a_theorem(implies(implies(A,B),implies(not(implies(implies(B,C),implies(A,C))),X)))
% 8.49/8.74  -> true
% 8.49/8.74  Current number of equations to process: 1984
% 8.49/8.74  Current number of ordered equations: 0
% 8.49/8.74  Current number of rules: 247
% 8.49/8.74  New rule produced :
% 8.49/8.74  [254]
% 8.49/8.74  is_a_theorem(implies(A,implies(implies(B,C),implies(implies(C,X),implies(B,X)))))
% 8.49/8.74  -> true
% 8.49/8.74  Current number of equations to process: 1985
% 8.49/8.74  Current number of ordered equations: 0
% 8.49/8.74  Current number of rules: 248
% 8.49/8.74  New rule produced :
% 8.49/8.74  [255]
% 8.49/8.74  is_a_theorem(implies(A,implies(not(implies(implies(implies(B,B),C),implies(X,C))),Y)))
% 8.49/8.74  -> true
% 8.49/8.74  Current number of equations to process: 1998
% 8.49/8.74  Current number of ordered equations: 0
% 8.49/8.74  Current number of rules: 249
% 8.49/8.74  New rule produced :
% 8.49/8.74  [256]
% 8.49/8.74  is_a_theorem(implies(implies(implies(not(implies(A,implies(not(A),B))),C),X),
% 8.49/8.74               implies(Y,X))) -> true
% 8.49/8.74  Current number of equations to process: 2016
% 8.49/8.74  Current number of ordered equations: 0
% 8.49/8.74  Current number of rules: 250
% 8.49/8.74  New rule produced :
% 8.49/8.74  [257]
% 8.49/8.74  is_a_theorem(implies(A,implies(not(implies(not(implies(B,implies(not(B),C))),X)),Y)))
% 8.49/8.74  -> true
% 8.49/8.74  Current number of equations to process: 2023
% 8.49/8.74  Current number of ordered equations: 0
% 8.49/8.74  Current number of rules: 251
% 8.49/8.74  New rule produced :
% 8.49/8.74  [258]
% 8.49/8.74  is_a_theorem(implies(A,implies(B,implies(not(implies(C,implies(not(C),X))),Y))))
% 8.49/8.74  -> true
% 8.49/8.74  Current number of equations to process: 2024
% 8.49/8.74  Current number of ordered equations: 0
% 8.49/8.74  Current number of rules: 252
% 8.49/8.74  New rule produced :
% 8.49/8.74  [259]
% 8.49/8.74  is_a_theorem(implies(implies(implies(not(implies(not(implies(A,A)),B)),C),X),
% 8.49/8.74               implies(Y,X))) -> true
% 8.49/8.74  Current number of equations to process: 2042
% 8.49/8.74  Current number of ordered equations: 0
% 8.49/8.74  Current number of rules: 253
% 8.49/8.74  New rule produced :
% 8.49/8.74  [260]
% 8.49/8.74  is_a_theorem(implies(A,implies(B,implies(not(implies(not(implies(C,C)),X)),Y))))
% 8.49/8.74  -> true
% 8.49/8.74  Current number of equations to process: 2050
% 8.49/8.74  Current number of ordered equations: 0
% 8.49/8.74  Current number of rules: 254
% 8.49/8.74  New rule produced :
% 8.49/8.74  [261]
% 8.49/8.74  ifeq(is_a_theorem(implies(implies(not(implies(A,A)),B),C)),true,is_a_theorem(
% 8.49/8.74                                                                  implies(X,C)),true)
% 8.49/8.74  -> true
% 8.49/8.74  Current number of equations to process: 2060
% 8.49/8.74  Current number of ordered equations: 0
% 8.49/8.74  Current number of rules: 255
% 8.49/8.74  New rule produced :
% 8.49/8.74  [262]
% 8.49/8.74  is_a_theorem(implies(not(implies(implies(implies(not(implies(A,A)),B),C),
% 8.49/8.74                           implies(X,C))),Y)) -> true
% 8.49/8.74  Current number of equations to process: 2075
% 8.49/8.74  Current number of ordered equations: 0
% 8.49/8.74  Current number of rules: 256
% 8.49/8.74  New rule produced :
% 8.49/8.74  [263]
% 8.49/8.74  ifeq(is_a_theorem(implies(implies(not(implies(A,implies(B,B))),C),X)),true,
% 8.49/8.74  is_a_theorem(X),true) -> true
% 8.49/8.74  Current number of equations to process: 2085
% 8.49/8.74  Current number of ordered equations: 0
% 8.49/8.74  Current number of rules: 257
% 8.49/8.74  New rule produced :
% 8.49/8.74  [264]
% 8.49/8.74  is_a_theorem(implies(not(implies(not(implies(implies(implies(A,A),B),
% 8.49/8.74                                       implies(C,B))),X)),Y)) -> true
% 8.49/8.74  Current number of equations to process: 2100
% 8.49/8.74  Current number of ordered equations: 0
% 8.49/8.74  Current number of rules: 258
% 8.49/8.74  New rule produced :
% 8.49/8.74  [265]
% 8.49/8.74  ifeq(is_a_theorem(not(implies(implies(implies(A,A),B),implies(C,B)))),true,
% 8.49/8.74  is_a_theorem(X),true) -> true
% 8.49/8.74  Current number of equations to process: 2108
% 8.49/8.74  Current number of ordered equations: 0
% 8.49/8.74  Current number of rules: 259
% 8.49/8.74  New rule produced :
% 8.49/8.74  [266]
% 8.49/8.74  ifeq(is_a_theorem(implies(implies(A,implies(implies(not(B),B),B)),C)),true,
% 8.49/8.74  is_a_theorem(C),true) -> true
% 8.49/8.74  Current number of equations to process: 2106
% 8.49/8.74  Current number of ordered equations: 0
% 8.49/8.74  Current number of rules: 260
% 8.49/8.74  New rule produced :
% 8.49/8.74  [267]
% 8.49/8.74  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(not(B),C))),X)),true,
% 8.49/8.74  is_a_theorem(X),true) -> true
% 8.49/8.74  Current number of equations to process: 2119
% 8.49/8.74  Current number of ordered equations: 0
% 8.49/8.74  Current number of rules: 261
% 8.49/8.74  New rule produced :
% 8.49/8.74  [268]
% 8.49/8.74  is_a_theorem(implies(implies(implies(implies(not(A),A),implies(not(A),B)),C),
% 9.65/9.86               implies(X,C))) -> true
% 9.65/9.86  Current number of equations to process: 2132
% 9.65/9.86  Current number of ordered equations: 0
% 9.65/9.86  Current number of rules: 262
% 9.65/9.86  New rule produced :
% 9.65/9.86  [269]
% 9.65/9.86  is_a_theorem(implies(A,implies(not(implies(implies(not(B),B),implies(
% 9.65/9.86                                                               not(B),C))),X)))
% 9.65/9.86  -> true
% 9.65/9.86  Current number of equations to process: 2139
% 9.65/9.86  Current number of ordered equations: 0
% 9.65/9.86  Current number of rules: 263
% 9.65/9.86  New rule produced :
% 9.65/9.86  [270]
% 9.65/9.86  is_a_theorem(implies(A,implies(B,implies(implies(not(C),C),implies(not(C),X)))))
% 9.65/9.86  -> true
% 9.65/9.86  Current number of equations to process: 2140
% 9.65/9.86  Current number of ordered equations: 0
% 9.65/9.86  Current number of rules: 264
% 9.65/9.86  New rule produced :
% 9.65/9.86  [271]
% 9.65/9.86  is_a_theorem(implies(implies(implies(A,implies(not(implies(not(A),B)),C)),X),
% 9.65/9.86               implies(Y,X))) -> true
% 9.65/9.86  Current number of equations to process: 2158
% 9.65/9.86  Current number of ordered equations: 0
% 9.65/9.86  Current number of rules: 265
% 9.65/9.86  New rule produced :
% 9.65/9.86  [272]
% 9.65/9.86  is_a_theorem(implies(A,implies(not(implies(B,implies(not(implies(not(B),C)),X))),Y)))
% 9.65/9.86  -> true
% 9.65/9.86  Current number of equations to process: 2165
% 9.65/9.86  Current number of ordered equations: 0
% 9.65/9.86  Current number of rules: 266
% 9.65/9.86  New rule produced :
% 9.65/9.86  [273]
% 9.65/9.86  is_a_theorem(implies(A,implies(B,implies(C,implies(not(implies(not(C),X)),Y)))))
% 9.65/9.86  -> true
% 9.65/9.86  Current number of equations to process: 2166
% 9.65/9.86  Current number of ordered equations: 0
% 9.65/9.86  Current number of rules: 267
% 9.65/9.86  New rule produced :
% 9.65/9.86  [274]
% 9.65/9.86  ifeq(is_a_theorem(implies(implies(implies(not(A),A),A),B)),true,is_a_theorem(
% 9.65/9.86                                                                  implies(C,B)),true)
% 9.65/9.86  -> true
% 9.65/9.86  Current number of equations to process: 2182
% 9.65/9.86  Current number of ordered equations: 0
% 9.65/9.86  Current number of rules: 268
% 9.65/9.86  New rule produced :
% 9.65/9.86  [275]
% 9.65/9.86  is_a_theorem(implies(A,implies(implies(not(implies(not(B),B)),implies(
% 9.65/9.86                                                                not(B),B)),B)))
% 9.65/9.86  -> true
% 9.65/9.86  Current number of equations to process: 2185
% 9.65/9.86  Current number of ordered equations: 0
% 9.65/9.86  Current number of rules: 269
% 9.65/9.86  New rule produced :
% 9.65/9.86  [276]
% 9.65/9.86  is_a_theorem(implies(not(implies(implies(implies(implies(not(A),A),A),B),
% 9.65/9.86                           implies(C,B))),X)) -> true
% 9.65/9.86  Current number of equations to process: 2206
% 9.65/9.86  Current number of ordered equations: 0
% 9.65/9.86  Current number of rules: 270
% 9.65/9.86  New rule produced :
% 9.65/9.86  [277]
% 9.65/9.86  ifeq(is_a_theorem(implies(implies(A,implies(not(A),B)),C)),true,is_a_theorem(
% 9.65/9.86                                                                  implies(X,C)),true)
% 9.65/9.86  -> true
% 9.65/9.86  Current number of equations to process: 2216
% 9.65/9.86  Current number of ordered equations: 0
% 9.65/9.86  Current number of rules: 271
% 9.65/9.86  New rule produced :
% 9.65/9.86  [278]
% 9.65/9.86  is_a_theorem(implies(A,implies(implies(not(B),B),implies(not(implies(
% 9.65/9.86                                                               not(B),C)),X))))
% 9.65/9.86  -> true
% 9.65/9.86  Current number of equations to process: 2225
% 9.65/9.86  Current number of ordered equations: 0
% 9.65/9.86  Current number of rules: 272
% 9.65/9.86  New rule produced :
% 9.65/9.86  [279]
% 9.65/9.86  is_a_theorem(implies(A,implies(B,implies(not(implies(not(implies(not(B),C)),X)),Y))))
% 9.65/9.86  -> true
% 9.65/9.86  Current number of equations to process: 2224
% 9.65/9.87  Current number of ordered equations: 0
% 9.65/9.87  Current number of rules: 273
% 9.65/9.87  New rule produced :
% 9.65/9.87  [280]
% 9.65/9.87  is_a_theorem(implies(A,implies(implies(implies(B,B),C),implies(not(implies(X,C)),Y))))
% 9.65/9.87  -> true
% 9.65/9.87  Current number of equations to process: 2223
% 9.65/9.87  Current number of ordered equations: 0
% 9.65/9.87  Current number of rules: 274
% 9.65/9.87  New rule produced :
% 9.65/9.87  [281]
% 9.65/9.87  is_a_theorem(implies(A,implies(B,implies(not(implies(C,implies(X,implies(Y,Y)))),Z))))
% 9.65/9.87  -> true
% 9.65/9.87  Current number of equations to process: 2222
% 9.65/9.87  Current number of ordered equations: 0
% 9.65/9.87  Current number of rules: 275
% 9.65/9.87  New rule produced :
% 9.65/9.87  [282]
% 9.65/9.87  is_a_theorem(implies(A,implies(B,implies(not(implies(implies(implies(C,C),X),X)),Y))))
% 9.65/9.87  -> true
% 9.65/9.87  Current number of equations to process: 2221
% 9.65/9.87  Current number of ordered equations: 0
% 9.65/9.87  Current number of rules: 276
% 9.65/9.87  New rule produced :
% 9.65/9.87  [283]
% 9.65/9.87  is_a_theorem(implies(A,implies(implies(implies(not(not(B)),C),B),implies(
% 9.65/9.87                                                                   not(B),X))))
% 9.65/9.87  -> true
% 9.65/9.87  Current number of equations to process: 2225
% 9.65/9.87  Current number of ordered equations: 0
% 12.30/12.52  Current number of rules: 277
% 12.30/12.52  New rule produced :
% 12.30/12.52  [284]
% 12.30/12.52  is_a_theorem(implies(not(implies(implies(implies(A,implies(not(A),B)),C),
% 12.30/12.52                           implies(X,C))),Y)) -> true
% 12.30/12.52  Current number of equations to process: 2304
% 12.30/12.52  Current number of ordered equations: 0
% 12.30/12.52  Current number of rules: 278
% 12.30/12.52  New rule produced :
% 12.30/12.52  [285]
% 12.30/12.52  is_a_theorem(implies(implies(implies(A,B),C),implies(implies(implies(X,
% 12.30/12.52                                                               implies(Y,Y)),B),C)))
% 12.30/12.52  -> true
% 12.30/12.52  Current number of equations to process: 2314
% 12.30/12.52  Current number of ordered equations: 0
% 12.30/12.52  Current number of rules: 279
% 12.30/12.52  New rule produced :
% 12.30/12.52  [286] is_a_theorem(implies(implies(implies(A,implies(B,B)),C),C)) -> true
% 12.30/12.52  Current number of equations to process: 2317
% 12.30/12.52  Current number of ordered equations: 0
% 12.30/12.52  Current number of rules: 280
% 12.30/12.52  New rule produced :
% 12.30/12.52  [287]
% 12.30/12.52  is_a_theorem(implies(implies(implies(A,implies(B,B)),C),implies(not(implies(X,C)),Y)))
% 12.30/12.52  -> true
% 12.30/12.52  Current number of equations to process: 2321
% 12.30/12.52  Current number of ordered equations: 0
% 12.30/12.52  Current number of rules: 281
% 12.30/12.52  New rule produced :
% 12.30/12.52  [288]
% 12.30/12.52  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,C)),X),implies(Y,X))))
% 12.30/12.52  -> true
% 12.30/12.52  Current number of equations to process: 2322
% 12.30/12.52  Current number of ordered equations: 0
% 12.30/12.52  Current number of rules: 282
% 12.30/12.52  New rule produced :
% 12.30/12.52  [289]
% 12.30/12.52  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,C)),X),X))) ->
% 12.30/12.52  true
% 12.30/12.52  Current number of equations to process: 2325
% 12.30/12.52  Current number of ordered equations: 0
% 12.30/12.52  Current number of rules: 283
% 12.30/12.52  New rule produced :
% 12.30/12.52  [290]
% 12.30/12.52  is_a_theorem(implies(not(implies(implies(implies(A,implies(B,B)),C),C)),X))
% 12.30/12.52  -> true
% 12.30/12.52  Current number of equations to process: 2335
% 12.30/12.52  Current number of ordered equations: 0
% 12.30/12.52  Current number of rules: 284
% 12.30/12.52  New rule produced :
% 12.30/12.52  [291]
% 12.30/12.52  is_a_theorem(implies(implies(A,B),implies(implies(implies(C,implies(X,X)),A),B)))
% 12.30/12.52  -> true
% 12.30/12.52  Current number of equations to process: 2334
% 12.30/12.52  Current number of ordered equations: 0
% 12.30/12.52  Current number of rules: 285
% 12.30/12.52  New rule produced :
% 12.30/12.52  [292]
% 12.30/12.52  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,implies(C,C)),X)),X))
% 12.30/12.52  -> true
% 12.30/12.52  Current number of equations to process: 2333
% 12.30/12.52  Current number of ordered equations: 0
% 12.30/12.52  Current number of rules: 286
% 12.30/12.52  New rule produced :
% 12.30/12.52  [293]
% 12.30/12.52  is_a_theorem(implies(implies(implies(A,implies(B,B)),implies(not(C),C)),C))
% 12.30/12.52  -> true
% 12.30/12.52  Current number of equations to process: 2375
% 12.30/12.52  Current number of ordered equations: 0
% 12.30/12.52  Current number of rules: 287
% 12.30/12.52  New rule produced :
% 12.30/12.52  [294]
% 12.30/12.52  is_a_theorem(implies(implies(implies(A,implies(B,B)),C),implies(not(C),X)))
% 12.30/12.52  -> true
% 12.30/12.52  Current number of equations to process: 2375
% 12.30/12.52  Current number of ordered equations: 0
% 12.30/12.52  Current number of rules: 288
% 12.30/12.52  New rule produced :
% 12.30/12.52  [295]
% 12.30/12.52  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,C)),not(A)),X)))
% 12.30/12.52  -> true
% 12.30/12.52  Current number of equations to process: 2377
% 12.30/12.52  Current number of ordered equations: 0
% 12.30/12.52  Current number of rules: 289
% 12.30/12.52  New rule produced :
% 12.30/12.52  [296]
% 12.30/12.52  is_a_theorem(implies(implies(implies(A,implies(B,B)),not(implies(C,C))),X))
% 12.30/12.52  -> true
% 12.30/12.52  Current number of equations to process: 2377
% 12.30/12.52  Current number of ordered equations: 0
% 12.30/12.52  Current number of rules: 290
% 12.30/12.52  New rule produced :
% 12.30/12.52  [297]
% 12.30/12.52  is_a_theorem(implies(implies(implies(A,implies(B,B)),implies(implies(C,C),X)),X))
% 12.30/12.52  -> true
% 12.30/12.52  Current number of equations to process: 2381
% 12.30/12.52  Current number of ordered equations: 0
% 12.30/12.52  Current number of rules: 291
% 12.30/12.52  New rule produced :
% 12.30/12.52  [298]
% 12.30/12.52  is_a_theorem(implies(not(implies(A,implies(implies(implies(B,implies(C,C)),X),X))),Y))
% 12.30/12.52  -> true
% 12.30/12.52  Current number of equations to process: 2469
% 12.30/12.52  Current number of ordered equations: 0
% 12.30/12.52  Current number of rules: 292
% 12.30/12.52  New rule produced :
% 12.30/12.52  [299]
% 12.30/12.52  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,C)),not(implies(X,X))),Y)))
% 12.30/12.52  -> true
% 12.30/12.52  Current number of equations to process: 2477
% 12.30/12.52  Current number of ordered equations: 0
% 12.30/12.52  Current number of rules: 293
% 12.30/12.52  New rule produced :
% 12.30/12.52  [300]
% 12.30/12.52  is_a_theorem(implies(implies(implies(A,implies(B,B)),not(implies(C,implies(X,X)))),Y))
% 12.30/12.52  -> true
% 12.30/12.52  Current number of equations to process: 2476
% 12.30/12.52  Current number of ordered equations: 0
% 12.30/12.52  Current number of rules: 294
% 12.30/12.52  New rule produced :
% 12.30/12.52  [301]
% 12.30/12.52  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,C)),implies(
% 15.03/15.25                                                                 not(X),X)),X)))
% 15.03/15.25  -> true
% 15.03/15.25  Current number of equations to process: 2475
% 15.03/15.25  Current number of ordered equations: 0
% 15.03/15.25  Current number of rules: 295
% 15.03/15.25  New rule produced :
% 15.03/15.25  [302]
% 15.03/15.25  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,C)),X),implies(
% 15.03/15.25                                                                    not(X),Y))))
% 15.03/15.25  -> true
% 15.03/15.25  Current number of equations to process: 2474
% 15.03/15.25  Current number of ordered equations: 0
% 15.03/15.25  Current number of rules: 296
% 15.03/15.25  New rule produced :
% 15.03/15.25  [303]
% 15.03/15.25  is_a_theorem(implies(not(implies(not(implies(A,implies(B,implies(C,implies(X,X))))),Y)),Z))
% 15.03/15.25  -> true
% 15.03/15.25  Current number of equations to process: 2512
% 15.03/15.25  Current number of ordered equations: 0
% 15.03/15.25  Current number of rules: 297
% 15.03/15.25  New rule produced :
% 15.03/15.25  [304]
% 15.03/15.25  ifeq(is_a_theorem(not(implies(A,implies(B,implies(C,implies(X,X)))))),true,
% 15.03/15.25  is_a_theorem(Y),true) -> true
% 15.03/15.25  Current number of equations to process: 2522
% 15.03/15.25  Current number of ordered equations: 0
% 15.03/15.25  Current number of rules: 298
% 15.03/15.25  New rule produced :
% 15.03/15.25  [305]
% 15.03/15.25  ifeq(is_a_theorem(implies(implies(A,A),B)),true,is_a_theorem(implies(
% 15.03/15.25                                                               not(implies(C,B)),X)),true)
% 15.03/15.25  -> true
% 15.03/15.25  Current number of equations to process: 2520
% 15.03/15.25  Current number of ordered equations: 0
% 15.03/15.25  Current number of rules: 299
% 15.03/15.25  New rule produced :
% 15.03/15.25  [306]
% 15.03/15.25  is_a_theorem(implies(not(implies(implies(implies(A,A),B),implies(not(
% 15.03/15.25                                                                   implies(C,B)),X))),Y))
% 15.03/15.25  -> true
% 15.03/15.25  Current number of equations to process: 2574
% 15.03/15.25  Current number of ordered equations: 0
% 15.03/15.25  Current number of rules: 300
% 15.03/15.25  New rule produced :
% 15.03/15.25  [307]
% 15.03/15.25  is_a_theorem(implies(implies(implies(implies(implies(A,A),B),implies(C,B)),X),
% 15.03/15.25               implies(Y,X))) -> true
% 15.03/15.25  Current number of equations to process: 2584
% 15.03/15.25  Current number of ordered equations: 0
% 15.03/15.25  Current number of rules: 301
% 15.03/15.25  New rule produced :
% 15.03/15.25  [308]
% 15.03/15.25  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,C),X),implies(Y,X)))))
% 15.03/15.25  -> true
% 15.03/15.25  Current number of equations to process: 2592
% 15.03/15.25  Current number of ordered equations: 0
% 15.03/15.25  Current number of rules: 302
% 15.03/15.25  New rule produced :
% 15.03/15.25  [309]
% 15.03/15.25  is_a_theorem(implies(implies(implies(implies(implies(A,A),B),C),X),implies(
% 15.03/15.25                                                                     implies(B,C),X)))
% 15.03/15.25  -> true
% 15.03/15.25  Current number of equations to process: 2603
% 15.03/15.25  Current number of ordered equations: 0
% 15.03/15.25  Current number of rules: 303
% 15.03/15.25  New rule produced :
% 15.03/15.25  [310]
% 15.03/15.25  is_a_theorem(implies(implies(A,B),implies(not(implies(implies(implies(C,C),A),B)),X)))
% 15.03/15.25  -> true
% 15.03/15.25  Current number of equations to process: 2610
% 15.03/15.25  Current number of ordered equations: 0
% 15.03/15.25  Current number of rules: 304
% 15.03/15.25  New rule produced :
% 15.03/15.25  [311]
% 15.03/15.25  is_a_theorem(implies(A,implies(implies(B,C),implies(implies(implies(X,X),B),C))))
% 15.03/15.25  -> true
% 15.03/15.25  Current number of equations to process: 2611
% 15.03/15.25  Current number of ordered equations: 0
% 15.03/15.25  Current number of rules: 305
% 15.03/15.25  New rule produced :
% 15.03/15.25  [312]
% 15.03/15.25  is_a_theorem(implies(not(implies(A,implies(not(implies(B,implies(C,implies(X,X)))),Y))),Z))
% 15.03/15.25  -> true
% 15.03/15.25  Current number of equations to process: 2637
% 15.03/15.25  Current number of ordered equations: 0
% 15.03/15.25  Current number of rules: 306
% 15.03/15.25  New rule produced :
% 15.03/15.25  [313]
% 15.03/15.25  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(X,X)))),Y),
% 15.03/15.25               implies(Z,Y))) -> true
% 15.03/15.25  Current number of equations to process: 2647
% 15.03/15.25  Current number of ordered equations: 0
% 15.03/15.25  Current number of rules: 307
% 15.03/15.25  New rule produced :
% 15.03/15.25  [314]
% 15.03/15.25  is_a_theorem(implies(A,implies(not(implies(B,implies(C,implies(X,implies(Y,Y))))),Z)))
% 15.03/15.25  -> true
% 15.03/15.25  Current number of equations to process: 2654
% 15.03/15.25  Current number of ordered equations: 0
% 15.03/15.25  Current number of rules: 308
% 15.03/15.25  New rule produced :
% 15.03/15.25  [315]
% 15.03/15.25  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(Y,implies(Z,Z)))))))
% 15.03/15.25  -> true
% 15.03/15.25  Current number of equations to process: 2655
% 15.03/15.25  Current number of ordered equations: 0
% 15.03/15.25  Current number of rules: 309
% 15.03/15.25  New rule produced :
% 15.03/15.25  [316]
% 15.03/15.25  is_a_theorem(implies(not(implies(not(implies(A,implies(implies(implies(B,B),C),C))),X)),Y))
% 15.03/15.25  -> true
% 15.03/15.25  Current number of equations to process: 2674
% 15.03/15.25  Current number of ordered equations: 0
% 15.03/15.25  Current number of rules: 310
% 15.03/15.25  New rule produced :
% 15.03/15.25  [317]
% 15.03/15.25  ifeq(is_a_theorem(implies(implies(A,A),not(implies(B,implies(C,C))))),true,
% 17.76/17.96  is_a_theorem(X),true) -> true
% 17.76/17.96  Current number of equations to process: 2684
% 17.76/17.96  Current number of ordered equations: 0
% 17.76/17.96  Current number of rules: 311
% 17.76/17.96  New rule produced :
% 17.76/17.96  [318]
% 17.76/17.96  is_a_theorem(implies(not(implies(implies(implies(A,A),not(implies(B,implies(C,C)))),X)),Y))
% 17.76/17.96  -> true
% 17.76/17.96  Current number of equations to process: 2683
% 17.76/17.96  Current number of ordered equations: 0
% 17.76/17.96  Current number of rules: 312
% 17.76/17.96  New rule produced :
% 17.76/17.96  [319]
% 17.76/17.96  is_a_theorem(implies(not(implies(A,implies(implies(implies(B,B),not(implies(C,C))),X))),Y))
% 17.76/17.96  -> true
% 17.76/17.96  Current number of equations to process: 2693
% 17.76/17.96  Current number of ordered equations: 0
% 17.76/17.96  Current number of rules: 313
% 17.76/17.96  New rule produced :
% 17.76/17.96  [320]
% 17.76/17.96  ifeq(is_a_theorem(not(implies(A,implies(implies(implies(B,B),C),C)))),true,
% 17.76/17.96  is_a_theorem(X),true) -> true
% 17.76/17.96  Current number of equations to process: 2703
% 17.76/17.96  Current number of ordered equations: 0
% 17.76/17.96  Current number of rules: 314
% 17.76/17.96  New rule produced :
% 17.76/17.96  [321]
% 17.76/17.96  is_a_theorem(implies(implies(implies(A,A),not(implies(B,implies(C,implies(
% 17.76/17.96                                                                    not(C),X))))),Y))
% 17.76/17.96  -> true
% 17.76/17.96  Current number of equations to process: 2699
% 17.76/17.96  Current number of ordered equations: 0
% 17.76/17.96  Current number of rules: 315
% 17.76/17.96  New rule produced :
% 17.76/17.96  [322]
% 17.76/17.96  is_a_theorem(implies(implies(implies(A,A),not(implies(B,implies(not(implies(C,C)),X)))),Y))
% 17.76/17.96  -> true
% 17.76/17.96  Current number of equations to process: 2709
% 17.76/17.96  Current number of ordered equations: 0
% 17.76/17.96  Current number of rules: 316
% 17.76/17.96  New rule produced :
% 17.76/17.96  [323]
% 17.76/17.96  is_a_theorem(implies(implies(implies(A,A),not(implies(not(implies(B,implies(C,C))),X))),Y))
% 17.76/17.96  -> true
% 17.76/17.96  Current number of equations to process: 2719
% 17.76/17.96  Current number of ordered equations: 0
% 17.76/17.96  Current number of rules: 317
% 17.76/17.96  New rule produced :
% 17.76/17.96  [324]
% 17.76/17.96  is_a_theorem(implies(implies(implies(A,A),not(implies(B,implies(implies(
% 17.76/17.96                                                                  not(C),C),C)))),X))
% 17.76/17.96  -> true
% 17.76/17.96  Current number of equations to process: 2729
% 17.76/17.96  Current number of ordered equations: 0
% 17.76/17.96  Current number of rules: 318
% 17.76/17.96  New rule produced :
% 17.76/17.96  [325]
% 17.76/17.96  is_a_theorem(implies(A,implies(implies(implies(B,B),not(implies(not(implies(C,C)),X))),Y)))
% 17.76/17.96  -> true
% 17.76/17.96  Current number of equations to process: 2738
% 17.76/17.96  Current number of ordered equations: 0
% 17.76/17.96  Current number of rules: 319
% 17.76/17.96  New rule produced :
% 17.76/17.96  [326]
% 17.76/17.96  is_a_theorem(implies(not(implies(A,implies(not(implies(implies(implies(B,B),C),C)),X))),Y))
% 17.76/17.96  -> true
% 17.76/17.96  Current number of equations to process: 2747
% 17.76/17.96  Current number of ordered equations: 0
% 17.76/17.96  Current number of rules: 320
% 17.76/17.96  New rule produced :
% 17.76/17.96  [327]
% 17.76/17.96  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,B),C),C)),X),
% 17.76/17.96               implies(Y,X))) -> true
% 17.76/17.96  Current number of equations to process: 2757
% 17.76/17.96  Current number of ordered equations: 0
% 17.76/17.96  Current number of rules: 321
% 17.76/17.96  New rule produced :
% 17.76/17.96  [328]
% 17.76/17.96  is_a_theorem(implies(A,implies(not(implies(B,implies(implies(implies(C,C),X),X))),Y)))
% 17.76/17.96  -> true
% 17.76/17.96  Current number of equations to process: 2764
% 17.76/17.96  Current number of ordered equations: 0
% 17.76/17.96  Current number of rules: 322
% 17.76/17.96  New rule produced :
% 17.76/17.96  [329]
% 17.76/17.96  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(X,X),Y),Y)))))
% 17.76/17.96  -> true
% 17.76/17.96  Current number of equations to process: 2765
% 17.76/17.96  Current number of ordered equations: 0
% 17.76/17.96  Current number of rules: 323
% 17.76/17.96  New rule produced :
% 17.76/17.96  [330]
% 17.76/17.96  is_a_theorem(implies(not(implies(A,implies(implies(B,C),implies(implies(
% 17.76/17.96                                                                  not(B),B),C)))),X))
% 17.76/17.96  -> true
% 17.76/17.96  Current number of equations to process: 2782
% 17.76/17.96  Current number of ordered equations: 0
% 17.76/17.96  Current number of rules: 324
% 17.76/17.96  New rule produced :
% 17.76/17.96  [331]
% 17.76/17.96  is_a_theorem(implies(not(implies(not(implies(implies(implies(not(not(A)),B),A),A)),C)),X))
% 17.76/17.96  -> true
% 17.76/17.96  Current number of equations to process: 2791
% 17.76/17.96  Current number of ordered equations: 0
% 17.76/17.96  Current number of rules: 325
% 17.76/17.96  New rule produced :
% 17.76/17.96  [332]
% 17.76/17.96  is_a_theorem(implies(not(implies(A,implies(implies(implies(not(B),C),X),
% 17.76/17.96                                     implies(B,X)))),Y)) -> true
% 17.76/17.96  Current number of equations to process: 2801
% 17.76/17.96  Current number of ordered equations: 0
% 17.76/17.96  Current number of rules: 326
% 17.76/17.96  New rule produced :
% 17.76/17.96  [333]
% 17.76/17.96  ifeq(is_a_theorem(not(implies(implies(implies(not(not(A)),B),A),A))),true,
% 20.46/20.69  is_a_theorem(C),true) -> true
% 20.46/20.69  Current number of equations to process: 2811
% 20.46/20.69  Current number of ordered equations: 0
% 20.46/20.69  Current number of rules: 327
% 20.46/20.69  New rule produced :
% 20.46/20.69  [334]
% 20.46/20.69  is_a_theorem(implies(implies(implies(not(not(implies(not(A),A))),B),implies(
% 20.46/20.69                                                                      not(A),A)),A))
% 20.46/20.69  -> true
% 20.46/20.69  Current number of equations to process: 2809
% 20.46/20.69  Current number of ordered equations: 0
% 20.46/20.69  Current number of rules: 328
% 20.46/20.69  New rule produced :
% 20.46/20.69  [335]
% 20.46/20.69  is_a_theorem(implies(implies(implies(not(not(not(implies(A,A)))),B),not(
% 20.46/20.69                                                                      implies(A,A))),C))
% 20.46/20.69  -> true
% 20.46/20.69  Current number of equations to process: 2819
% 20.46/20.69  Current number of ordered equations: 0
% 20.46/20.69  Current number of rules: 329
% 20.46/20.69  New rule produced :
% 20.46/20.69  [336]
% 20.46/20.69  ifeq(is_a_theorem(implies(implies(not(not(A)),B),A)),true,is_a_theorem(
% 20.46/20.69                                                            implies(not(A),C)),true)
% 20.46/20.69  -> true
% 20.46/20.69  Current number of equations to process: 2829
% 20.46/20.69  Current number of ordered equations: 0
% 20.46/20.69  Current number of rules: 330
% 20.46/20.69  New rule produced :
% 20.46/20.69  [337]
% 20.46/20.69  is_a_theorem(implies(not(implies(implies(implies(not(not(A)),B),A),implies(
% 20.46/20.69                                                                     not(A),C))),X))
% 20.46/20.69  -> true
% 20.46/20.69  Current number of equations to process: 2833
% 20.46/20.69  Current number of ordered equations: 0
% 20.46/20.69  Current number of rules: 331
% 20.46/20.69  New rule produced :
% 20.46/20.69  [338]
% 20.46/20.69  is_a_theorem(implies(implies(implies(implies(implies(not(not(A)),B),A),A),C),
% 20.46/20.69               implies(X,C))) -> true
% 20.46/20.69  Current number of equations to process: 2842
% 20.46/20.69  Current number of ordered equations: 0
% 20.46/20.69  Current number of rules: 332
% 20.46/20.69  New rule produced :
% 20.46/20.69  [339]
% 20.46/20.69  is_a_theorem(implies(A,implies(not(implies(implies(implies(not(not(B)),C),B),B)),X)))
% 20.46/20.69  -> true
% 20.46/20.69  Current number of equations to process: 2849
% 20.46/20.69  Current number of ordered equations: 0
% 20.46/20.69  Current number of rules: 333
% 20.46/20.69  New rule produced :
% 20.46/20.69  [340]
% 20.46/20.69  is_a_theorem(implies(A,implies(B,implies(implies(implies(not(not(C)),X),C),C))))
% 20.46/20.69  -> true
% 20.46/20.69  Current number of equations to process: 2850
% 20.46/20.69  Current number of ordered equations: 0
% 20.46/20.69  Current number of rules: 334
% 20.46/20.69  New rule produced :
% 20.46/20.69  [341]
% 20.46/20.69  is_a_theorem(implies(not(implies(A,implies(B,implies(implies(C,X),implies(
% 20.46/20.69                                                                    not(B),X))))),Y))
% 20.46/20.69  -> true
% 20.46/20.69  Current number of equations to process: 2868
% 20.46/20.69  Current number of ordered equations: 0
% 20.46/20.69  Current number of rules: 335
% 20.46/20.69  New rule produced :
% 20.46/20.69  [342]
% 20.46/20.69  is_a_theorem(implies(not(implies(A,implies(B,implies(implies(not(not(B)),
% 20.46/20.69                                                       not(B)),C)))),X)) ->
% 20.46/20.69  true
% 20.46/20.69  Current number of equations to process: 2878
% 20.46/20.69  Current number of ordered equations: 0
% 20.46/20.69  Current number of rules: 336
% 20.46/20.69  New rule produced :
% 20.46/20.69  [343]
% 20.46/20.69  is_a_theorem(implies(not(implies(A,implies(B,implies(not(implies(C,implies(X,X))),Y)))),Z))
% 20.46/20.69  -> true
% 20.46/20.69  Current number of equations to process: 2886
% 20.46/20.69  Current number of ordered equations: 0
% 20.46/20.69  Current number of rules: 337
% 20.46/20.69  New rule produced :
% 20.46/20.69  [344]
% 20.46/20.69  is_a_theorem(implies(not(implies(A,implies(B,implies(C,implies(not(implies(X,X)),Y))))),Z))
% 20.46/20.69  -> true
% 20.46/20.69  Current number of equations to process: 2896
% 20.46/20.69  Current number of ordered equations: 0
% 20.46/20.69  Current number of rules: 338
% 20.46/20.69  New rule produced :
% 20.46/20.69  [345]
% 20.46/20.69  is_a_theorem(implies(not(implies(A,implies(B,implies(C,implies(implies(
% 20.46/20.69                                                                 not(X),X),X))))),Y))
% 20.46/20.69  -> true
% 20.46/20.69  Current number of equations to process: 2906
% 20.46/20.69  Current number of ordered equations: 0
% 20.46/20.69  Current number of rules: 339
% 20.46/20.69  New rule produced :
% 20.46/20.69  [346]
% 20.46/20.69  is_a_theorem(implies(not(implies(A,implies(B,implies(C,implies(X,implies(
% 20.46/20.69                                                                   not(X),Y)))))),Z))
% 20.46/20.69  -> true
% 20.46/20.69  Current number of equations to process: 2916
% 20.46/20.69  Current number of ordered equations: 0
% 20.46/20.69  Current number of rules: 340
% 20.46/20.69  New rule produced :
% 20.46/20.69  [347]
% 20.46/20.69  is_a_theorem(implies(implies(A,B),implies(implies(implies(C,C),implies(
% 20.46/20.69                                                                 implies(X,X),A)),B)))
% 20.46/20.69  -> true
% 20.46/20.69  Current number of equations to process: 2926
% 20.46/20.69  Current number of ordered equations: 0
% 20.46/20.69  Current number of rules: 341
% 23.76/24.04  New rule produced :
% 23.76/24.04  [348]
% 23.76/24.04  is_a_theorem(implies(A,implies(implies(implies(B,B),implies(implies(C,C),
% 23.76/24.04                                                      not(A))),X))) -> true
% 23.76/24.04  Current number of equations to process: 2933
% 23.76/24.04  Current number of ordered equations: 0
% 23.76/24.04  Current number of rules: 342
% 23.76/24.04  New rule produced :
% 23.76/24.04  [349]
% 23.76/24.04  is_a_theorem(implies(A,implies(implies(implies(B,B),implies(implies(C,C),X)),X)))
% 23.76/24.04  -> true
% 23.76/24.04  Current number of equations to process: 2934
% 23.76/24.04  Current number of ordered equations: 0
% 23.76/24.04  Current number of rules: 343
% 23.76/24.04  New rule produced :
% 23.76/24.04  [350]
% 23.76/24.04  is_a_theorem(implies(implies(implies(A,A),implies(B,C)),implies(implies(C,X),
% 23.76/24.04                                                          implies(B,X)))) ->
% 23.76/24.04  true
% 23.76/24.04  Current number of equations to process: 2979
% 23.76/24.04  Current number of ordered equations: 0
% 23.76/24.04  Current number of rules: 344
% 23.76/24.04  New rule produced :
% 23.76/24.04  [351]
% 23.76/24.04  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,implies(C,C)),X)),
% 23.76/24.04               implies(Y,X))) -> true
% 23.76/24.04  Current number of equations to process: 2985
% 23.76/24.04  Current number of ordered equations: 0
% 23.76/24.04  Current number of rules: 345
% 23.76/24.04  New rule produced :
% 23.76/24.04  [352]
% 23.76/24.04  is_a_theorem(implies(implies(implies(A,A),implies(B,C)),implies(implies(
% 23.76/24.04                                                                  implies(X,X),B),C)))
% 23.76/24.04  -> true
% 23.76/24.04  Current number of equations to process: 2995
% 23.76/24.04  Current number of ordered equations: 0
% 23.76/24.04  Current number of rules: 346
% 23.76/24.04  New rule produced :
% 23.76/24.04  [353]
% 23.76/24.04  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,B),implies(
% 23.76/24.04                                                                 implies(C,C),X))),X))
% 23.76/24.04  -> true
% 23.76/24.04  Current number of equations to process: 3005
% 23.76/24.04  Current number of ordered equations: 0
% 23.76/24.04  Current number of rules: 347
% 23.76/24.04  New rule produced :
% 23.76/24.04  [354]
% 23.76/24.04  is_a_theorem(implies(not(implies(A,implies(implies(implies(B,B),implies(
% 23.76/24.04                                                                  not(C),C)),C))),X))
% 23.76/24.04  -> true
% 23.76/24.04  Current number of equations to process: 3015
% 23.76/24.04  Current number of ordered equations: 0
% 23.76/24.04  Current number of rules: 348
% 23.76/24.04  New rule produced :
% 23.76/24.04  [355]
% 23.76/24.04  is_a_theorem(implies(not(implies(A,implies(implies(implies(B,B),C),implies(
% 23.76/24.04                                                                     not(C),X)))),Y))
% 23.76/24.04  -> true
% 23.76/24.04  Current number of equations to process: 3025
% 23.76/24.04  Current number of ordered equations: 0
% 23.76/24.04  Current number of rules: 349
% 23.76/24.04  New rule produced :
% 23.76/24.04  [356]
% 23.76/24.04  is_a_theorem(implies(A,implies(not(implies(implies(implies(B,B),not(implies(C,C))),X)),Y)))
% 23.76/24.04  -> true
% 23.76/24.04  Current number of equations to process: 3034
% 23.76/24.04  Current number of ordered equations: 0
% 23.76/24.04  Current number of rules: 350
% 23.76/24.04  New rule produced :
% 23.76/24.04  [357]
% 23.76/24.04  is_a_theorem(implies(not(implies(A,implies(B,implies(implies(implies(C,C),
% 23.76/24.04                                                       not(B)),X)))),Y)) ->
% 23.76/24.04  true
% 23.76/24.04  Current number of equations to process: 3043
% 23.76/24.04  Current number of ordered equations: 0
% 23.76/24.04  Current number of rules: 351
% 23.76/24.04  New rule produced :
% 23.76/24.04  [358]
% 23.76/24.04  is_a_theorem(implies(implies(implies(not(implies(A,A)),B),not(implies(C,
% 23.76/24.04                                                                implies(X,X)))),Y))
% 23.76/24.04  -> true
% 23.76/24.04  Current number of equations to process: 3052
% 23.76/24.04  Current number of ordered equations: 0
% 23.76/24.04  Current number of rules: 352
% 23.76/24.04  New rule produced :
% 23.76/24.04  [359]
% 23.76/24.04  is_a_theorem(implies(A,implies(implies(implies(not(implies(B,B)),C),not(
% 23.76/24.04                                                                      implies(X,X))),Y)))
% 23.76/24.04  -> true
% 23.76/24.04  Current number of equations to process: 3062
% 23.76/24.04  Current number of ordered equations: 0
% 23.76/24.04  Current number of rules: 353
% 23.76/24.04  New rule produced :
% 23.76/24.04  [360]
% 23.76/24.04  is_a_theorem(implies(not(implies(A,implies(implies(implies(not(implies(B,B)),C),X),X))),Y))
% 23.76/24.04  -> true
% 23.76/24.04  Current number of equations to process: 3071
% 23.76/24.04  Current number of ordered equations: 0
% 23.76/24.04  Current number of rules: 354
% 23.76/24.04  New rule produced :
% 23.76/24.04  [361]
% 23.76/24.04  is_a_theorem(implies(A,implies(implies(implies(B,B),not(implies(implies(
% 23.76/24.04                                                                  not(C),C),C))),X)))
% 23.76/24.04  -> true
% 23.76/24.04  Current number of equations to process: 3066
% 23.76/24.04  Current number of ordered equations: 0
% 23.76/24.04  Current number of rules: 355
% 23.76/24.04  New rule produced :
% 23.76/24.04  [362]
% 23.76/24.04  is_a_theorem(implies(A,implies(implies(implies(not(implies(B,B)),C),implies(
% 23.76/24.04                                                                      not(X),X)),X)))
% 27.45/27.71  -> true
% 27.45/27.71  Current number of equations to process: 3075
% 27.45/27.71  Current number of ordered equations: 0
% 27.45/27.71  Current number of rules: 356
% 27.45/27.71  New rule produced :
% 27.45/27.71  [363]
% 27.45/27.71  is_a_theorem(implies(A,implies(not(implies(implies(B,C),implies(implies(
% 27.45/27.71                                                                  not(B),B),C))),X)))
% 27.45/27.71  -> true
% 27.45/27.71  Current number of equations to process: 3084
% 27.45/27.71  Current number of ordered equations: 0
% 27.45/27.71  Current number of rules: 357
% 27.45/27.71  New rule produced :
% 27.45/27.71  [364]
% 27.45/27.71  is_a_theorem(implies(A,implies(implies(implies(B,B),not(implies(C,implies(
% 27.45/27.71                                                                    not(C),X)))),Y)))
% 27.45/27.71  -> true
% 27.45/27.71  Current number of equations to process: 3093
% 27.45/27.71  Current number of ordered equations: 0
% 27.45/27.71  Current number of rules: 358
% 27.45/27.71  New rule produced :
% 27.45/27.71  [365]
% 27.45/27.71  is_a_theorem(implies(A,implies(implies(B,C),implies(not(implies(implies(
% 27.45/27.71                                                                  not(B),B),C)),X))))
% 27.45/27.71  -> true
% 27.45/27.71  Current number of equations to process: 3102
% 27.45/27.71  Current number of ordered equations: 0
% 27.45/27.71  Current number of rules: 359
% 27.45/27.71  New rule produced :
% 27.45/27.71  [366]
% 27.45/27.71  is_a_theorem(implies(A,implies(implies(implies(not(B),C),X),implies(not(
% 27.45/27.71                                                                      implies(B,X)),Y))))
% 27.45/27.71  -> true
% 27.45/27.71  Current number of equations to process: 3111
% 27.45/27.71  Current number of ordered equations: 0
% 27.45/27.71  Current number of rules: 360
% 27.45/27.71  New rule produced :
% 27.45/27.71  [367]
% 27.45/27.71  is_a_theorem(implies(A,implies(B,implies(not(implies(implies(C,X),implies(
% 27.45/27.71                                                                    not(B),X))),Y))))
% 27.45/27.71  -> true
% 27.45/27.71  Current number of equations to process: 3120
% 27.45/27.71  Current number of ordered equations: 0
% 27.45/27.71  Current number of rules: 361
% 27.45/27.71  New rule produced :
% 27.45/27.71  [368]
% 27.45/27.71  is_a_theorem(implies(A,implies(B,implies(not(implies(implies(not(not(B)),
% 27.45/27.71                                                       not(B)),C)),X)))) ->
% 27.45/27.71  true
% 27.45/27.71  Current number of equations to process: 3129
% 27.45/27.71  Current number of ordered equations: 0
% 27.45/27.71  Current number of rules: 362
% 27.45/27.71  New rule produced :
% 27.45/27.71  [369]
% 27.45/27.71  is_a_theorem(implies(A,implies(B,implies(not(implies(not(implies(C,implies(X,X))),Y)),Z))))
% 27.45/27.71  -> true
% 27.45/27.71  Current number of equations to process: 3138
% 27.45/27.71  Current number of ordered equations: 0
% 27.45/27.71  Current number of rules: 363
% 27.45/27.71  New rule produced :
% 27.45/27.71  [370]
% 27.45/27.71  is_a_theorem(implies(A,implies(B,implies(not(implies(C,implies(not(implies(X,X)),Y))),Z))))
% 27.45/27.71  -> true
% 27.45/27.71  Current number of equations to process: 3147
% 27.45/27.71  Current number of ordered equations: 0
% 27.45/27.71  Current number of rules: 364
% 27.45/27.71  New rule produced :
% 27.45/27.71  [371]
% 27.45/27.71  is_a_theorem(implies(A,implies(B,implies(not(implies(C,implies(implies(
% 27.45/27.71                                                                 not(X),X),X))),Y))))
% 27.45/27.71  -> true
% 27.45/27.71  Current number of equations to process: 3156
% 27.45/27.71  Current number of ordered equations: 0
% 27.45/27.71  Current number of rules: 365
% 27.45/27.71  New rule produced :
% 27.45/27.71  [372]
% 27.45/27.71  is_a_theorem(implies(A,implies(B,implies(not(implies(C,implies(X,implies(
% 27.45/27.71                                                                   not(X),Y)))),Z))))
% 27.45/27.71  -> true
% 27.45/27.71  Current number of equations to process: 3165
% 27.45/27.71  Current number of ordered equations: 0
% 27.45/27.71  Current number of rules: 366
% 27.45/27.71  New rule produced :
% 27.45/27.71  [373]
% 27.45/27.71  is_a_theorem(implies(A,implies(implies(implies(B,B),implies(not(C),C)),
% 27.45/27.71                         implies(not(C),X)))) -> true
% 27.45/27.71  Current number of equations to process: 3174
% 27.45/27.71  Current number of ordered equations: 0
% 27.45/27.71  Current number of rules: 367
% 27.45/27.71  New rule produced :
% 27.45/27.71  [374]
% 27.45/27.71  is_a_theorem(implies(A,implies(implies(implies(B,B),C),implies(not(implies(
% 27.45/27.71                                                                     not(C),X)),Y))))
% 27.45/27.71  -> true
% 27.45/27.71  Current number of equations to process: 3183
% 27.45/27.71  Current number of ordered equations: 0
% 27.45/27.71  Current number of rules: 368
% 27.45/27.71  New rule produced :
% 27.45/27.71  [375]
% 27.45/27.71  is_a_theorem(implies(A,implies(B,implies(not(implies(implies(implies(C,C),
% 27.45/27.71                                                       not(B)),X)),Y)))) ->
% 27.45/27.71  true
% 27.45/27.71  Current number of equations to process: 3192
% 27.45/27.71  Current number of ordered equations: 0
% 27.45/27.71  Current number of rules: 369
% 27.45/27.71  New rule produced :
% 27.45/27.71  [376]
% 27.45/27.71  is_a_theorem(implies(A,implies(implies(implies(not(implies(B,B)),C),X),
% 27.45/27.71                         implies(not(X),Y)))) -> true
% 32.22/32.43  Current number of equations to process: 3201
% 32.22/32.43  Current number of ordered equations: 0
% 32.22/32.43  Current number of rules: 370
% 32.22/32.43  New rule produced :
% 32.22/32.43  [377]
% 32.22/32.43  is_a_theorem(implies(A,implies(not(implies(implies(implies(not(B),C),X),
% 32.22/32.43                                     implies(B,X))),Y))) -> true
% 32.22/32.43  Current number of equations to process: 3209
% 32.22/32.43  Current number of ordered equations: 0
% 32.22/32.43  Current number of rules: 371
% 32.22/32.43  New rule produced :
% 32.22/32.43  [378]
% 32.22/32.43  is_a_theorem(implies(not(implies(not(implies(implies(implies(A,implies(B,B)),C),C)),X)),Y))
% 32.22/32.43  -> true
% 32.22/32.43  Current number of equations to process: 3214
% 32.22/32.43  Current number of ordered equations: 0
% 32.22/32.43  Current number of rules: 372
% 32.22/32.43  New rule produced :
% 32.22/32.43  [379]
% 32.22/32.43  is_a_theorem(implies(A,implies(not(implies(B,implies(not(implies(C,implies(X,X))),Y))),Z)))
% 32.22/32.43  -> true
% 32.22/32.43  Current number of equations to process: 3224
% 32.22/32.43  Current number of ordered equations: 0
% 32.22/32.43  Current number of rules: 373
% 32.22/32.43  New rule produced :
% 32.22/32.43  [380]
% 32.22/32.43  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,B)),C),C),X),
% 32.22/32.43               implies(Y,X))) -> true
% 32.22/32.43  Current number of equations to process: 3233
% 32.22/32.43  Current number of ordered equations: 0
% 32.22/32.43  Current number of rules: 374
% 32.22/32.43  New rule produced :
% 32.22/32.43  [381]
% 32.22/32.43  is_a_theorem(implies(A,implies(not(implies(implies(implies(B,implies(C,C)),X),X)),Y)))
% 32.22/32.43  -> true
% 32.22/32.43  Current number of equations to process: 3240
% 32.22/32.43  Current number of ordered equations: 0
% 32.22/32.43  Current number of rules: 375
% 32.22/32.43  New rule produced :
% 32.22/32.43  [382]
% 32.22/32.43  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(X,X)),Y),Y))))
% 32.22/32.43  -> true
% 32.22/32.43  Current number of equations to process: 3241
% 32.22/32.43  Current number of ordered equations: 0
% 32.22/32.43  Current number of rules: 376
% 32.22/32.43  New rule produced :
% 32.22/32.43  [383]
% 32.22/32.43  ifeq(is_a_theorem(not(implies(implies(implies(A,implies(B,B)),C),C))),true,
% 32.22/32.43  is_a_theorem(X),true) -> true
% 32.22/32.43  Current number of equations to process: 3259
% 32.22/32.43  Current number of ordered equations: 0
% 32.22/32.43  Current number of rules: 377
% 32.22/32.43  New rule produced :
% 32.22/32.43  [384]
% 32.22/32.43  ifeq(is_a_theorem(implies(implies(A,implies(B,B)),implies(not(C),C))),true,
% 32.22/32.43  is_a_theorem(C),true) -> true
% 32.22/32.43  Current number of equations to process: 3257
% 32.22/32.43  Current number of ordered equations: 0
% 32.22/32.43  Current number of rules: 378
% 32.22/32.43  New rule produced :
% 32.22/32.43  [385]
% 32.22/32.43  is_a_theorem(implies(not(implies(implies(implies(A,implies(B,B)),implies(
% 32.22/32.43                                                                   not(C),C)),C)),X))
% 32.22/32.43  -> true
% 32.22/32.43  Current number of equations to process: 3257
% 32.22/32.43  Current number of ordered equations: 0
% 32.22/32.43  Current number of rules: 379
% 32.22/32.43  New rule produced :
% 32.22/32.43  [386]
% 32.22/32.43  ifeq(is_a_theorem(implies(implies(A,implies(B,B)),C)),true,is_a_theorem(
% 32.22/32.43                                                             implies(not(C),X)),true)
% 32.22/32.43  -> true
% 32.22/32.43  Current number of equations to process: 3267
% 32.22/32.43  Current number of ordered equations: 0
% 32.22/32.43  Current number of rules: 380
% 32.22/32.43  New rule produced :
% 32.22/32.43  [387]
% 32.22/32.43  is_a_theorem(implies(not(implies(implies(implies(A,implies(B,B)),C),implies(
% 32.22/32.43                                                                      not(C),X))),Y))
% 32.22/32.43  -> true
% 32.22/32.43  Current number of equations to process: 3302
% 32.22/32.43  Current number of ordered equations: 0
% 32.22/32.43  Current number of rules: 381
% 32.22/32.43  New rule produced :
% 32.22/32.43  [388]
% 32.22/32.43  ifeq(is_a_theorem(A),true,is_a_theorem(implies(implies(implies(B,implies(C,C)),
% 32.22/32.43                                                 not(A)),X)),true) -> true
% 32.22/32.43  Current number of equations to process: 3312
% 32.22/32.43  Current number of ordered equations: 0
% 32.22/32.43  Current number of rules: 382
% 32.22/32.43  New rule produced :
% 32.22/32.43  [389]
% 32.22/32.43  is_a_theorem(implies(not(implies(A,implies(implies(implies(B,implies(C,C)),
% 32.22/32.43                                             not(A)),X))),Y)) -> true
% 32.22/32.43  Current number of equations to process: 3624
% 32.22/32.43  Current number of ordered equations: 0
% 32.22/32.43  Current number of rules: 383
% 32.22/32.43  New rule produced :
% 32.22/32.43  [390]
% 32.22/32.43  is_a_theorem(implies(implies(implies(A,implies(B,B)),not(implies(implies(
% 32.22/32.43                                                                   not(C),C),C))),X))
% 32.22/32.43  -> true
% 32.22/32.43  Current number of equations to process: 3635
% 32.22/32.43  Current number of ordered equations: 0
% 32.22/32.43  Current number of rules: 384
% 32.22/32.43  New rule produced :
% 32.22/32.43  [391]
% 32.22/32.43  is_a_theorem(implies(implies(implies(A,implies(B,B)),not(implies(C,implies(
% 32.22/32.43                                                                     not(C),X)))),Y))
% 32.22/32.43  -> true
% 32.22/32.43  Current number of equations to process: 3646
% 37.15/37.39  Current number of ordered equations: 0
% 37.15/37.39  Current number of rules: 385
% 37.15/37.39  New rule produced :
% 37.15/37.39  [392]
% 37.15/37.39  is_a_theorem(implies(implies(not(A),A),implies(implies(implies(B,implies(C,C)),
% 37.15/37.39                                                 not(A)),X))) -> true
% 37.15/37.39  Current number of equations to process: 3657
% 37.15/37.39  Current number of ordered equations: 0
% 37.15/37.39  Current number of rules: 386
% 37.15/37.39  New rule produced :
% 37.15/37.39  [393]
% 37.15/37.39  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,C)),not(implies(
% 37.15/37.39                                                                     not(A),X))),Y)))
% 37.15/37.39  -> true
% 37.15/37.39  Current number of equations to process: 3668
% 37.15/37.39  Current number of ordered equations: 0
% 37.15/37.39  Current number of rules: 387
% 37.15/37.39  New rule produced :
% 37.15/37.39  [394]
% 37.15/37.39  is_a_theorem(implies(implies(implies(A,implies(B,B)),not(implies(not(
% 37.15/37.39                                                                   implies(C,C)),X))),Y))
% 37.15/37.39  -> true
% 37.15/37.39  Current number of equations to process: 3698
% 37.15/37.39  Current number of ordered equations: 0
% 37.15/37.39  Current number of rules: 388
% 37.15/37.39  New rule produced :
% 37.15/37.39  [395]
% 37.15/37.39  is_a_theorem(implies(not(implies(implies(implies(A,implies(B,B)),not(
% 37.15/37.39                                                                   implies(C,C))),X)),Y))
% 37.15/37.39  -> true
% 37.15/37.39  Current number of equations to process: 3709
% 37.15/37.39  Current number of ordered equations: 0
% 37.15/37.39  Current number of rules: 389
% 37.15/37.39  New rule produced :
% 37.15/37.39  [396]
% 37.15/37.39  ifeq(is_a_theorem(implies(implies(A,implies(B,B)),not(implies(C,C)))),true,
% 37.15/37.39  is_a_theorem(X),true) -> true
% 37.15/37.39  Current number of equations to process: 3720
% 37.15/37.39  Current number of ordered equations: 0
% 37.15/37.39  Current number of rules: 390
% 37.15/37.39  New rule produced :
% 37.15/37.39  [397]
% 37.15/37.39  is_a_theorem(implies(A,implies(not(implies(implies(implies(B,B),implies(
% 37.15/37.39                                                                  not(C),C)),C)),X)))
% 37.15/37.39  -> true
% 37.15/37.39  Current number of equations to process: 3699
% 37.15/37.39  Current number of ordered equations: 0
% 37.15/37.39  Current number of rules: 391
% 37.15/37.39  New rule produced :
% 37.15/37.39  [398]
% 37.15/37.39  is_a_theorem(implies(A,implies(not(implies(implies(implies(B,B),C),implies(
% 37.15/37.39                                                                     not(C),X))),Y)))
% 37.15/37.39  -> true
% 37.15/37.39  Current number of equations to process: 3709
% 37.15/37.39  Current number of ordered equations: 0
% 37.15/37.39  Current number of rules: 392
% 37.15/37.39  New rule produced :
% 37.15/37.39  [399]
% 37.15/37.39  ifeq(is_a_theorem(implies(implies(not(implies(implies(not(A),A),A)),B),C)),true,
% 37.15/37.39  is_a_theorem(C),true) -> true
% 37.15/37.39  Current number of equations to process: 3709
% 37.15/37.39  Current number of ordered equations: 0
% 37.15/37.39  Current number of rules: 393
% 37.15/37.39  New rule produced :
% 37.15/37.39  [400]
% 37.15/37.39  ifeq(is_a_theorem(implies(implies(not(implies(A,implies(not(A),B))),C),X)),true,
% 37.15/37.39  is_a_theorem(X),true) -> true
% 37.15/37.39  Current number of equations to process: 3730
% 37.15/37.39  Current number of ordered equations: 0
% 37.15/37.39  Current number of rules: 394
% 37.15/37.39  New rule produced :
% 37.15/37.39  [401]
% 37.15/37.39  ifeq(is_a_theorem(implies(implies(implies(not(A),A),implies(not(A),B)),C)),true,
% 37.15/37.39  is_a_theorem(C),true) -> true
% 37.15/37.39  Current number of equations to process: 3751
% 37.15/37.39  Current number of ordered equations: 0
% 37.15/37.39  Current number of rules: 395
% 37.15/37.39  New rule produced :
% 37.15/37.39  [402]
% 37.15/37.39  is_a_theorem(implies(implies(implies(A,implies(B,B)),implies(not(C),C)),
% 37.15/37.39               implies(not(C),X))) -> true
% 37.15/37.39  Current number of equations to process: 3769
% 37.15/37.39  Current number of ordered equations: 0
% 37.15/37.39  Current number of rules: 396
% 37.15/37.39  New rule produced :
% 37.15/37.39  [403]
% 37.15/37.39  ifeq(is_a_theorem(implies(implies(A,implies(not(implies(not(A),B)),C)),X)),true,
% 37.15/37.39  is_a_theorem(X),true) -> true
% 37.15/37.39  Current number of equations to process: 3784
% 37.15/37.39  Current number of ordered equations: 0
% 37.15/37.39  Current number of rules: 397
% 37.15/37.39  New rule produced :
% 37.15/37.39  [404]
% 37.15/37.39  is_a_theorem(implies(implies(implies(A,A),B),implies(not(implies(not(
% 37.15/37.39                                                                   implies(C,B)),X)),Y)))
% 37.15/37.39  -> true
% 37.15/37.39  Current number of equations to process: 3813
% 37.15/37.39  Current number of ordered equations: 0
% 37.15/37.39  Current number of rules: 398
% 37.15/37.39  New rule produced :
% 37.15/37.39  [405]
% 37.15/37.39  is_a_theorem(implies(A,implies(not(implies(not(implies(B,implies(C,implies(X,X)))),Y)),Z)))
% 37.15/37.39  -> true
% 37.15/37.39  Current number of equations to process: 3812
% 37.15/37.39  Current number of ordered equations: 0
% 37.15/37.39  Current number of rules: 399
% 37.15/37.39  New rule produced :
% 37.15/37.39  [406]
% 37.15/37.39  is_a_theorem(implies(A,implies(not(implies(not(implies(implies(implies(B,B),C),C)),X)),Y)))
% 37.15/37.39  -> true
% 37.15/37.39  Current number of equations to process: 3811
% 43.61/43.80  Current number of ordered equations: 0
% 43.61/43.80  Current number of rules: 400
% 43.61/43.80  New rule produced :
% 43.61/43.80  [407]
% 43.61/43.80  is_a_theorem(implies(implies(implies(not(not(A)),B),A),implies(not(implies(
% 43.61/43.80                                                                     not(A),C)),X)))
% 43.61/43.80  -> true
% 43.61/43.80  Current number of equations to process: 3810
% 43.61/43.80  Current number of ordered equations: 0
% 43.61/43.80  Current number of rules: 401
% 43.61/43.80  New rule produced :
% 43.61/43.80  [408]
% 43.61/43.80  is_a_theorem(implies(implies(implies(A,implies(B,B)),C),implies(not(implies(
% 43.61/43.80                                                                      not(C),X)),Y)))
% 43.61/43.80  -> true
% 43.61/43.80  Current number of equations to process: 3821
% 43.61/43.80  Current number of ordered equations: 0
% 43.61/43.80  Current number of rules: 402
% 43.61/43.80  New rule produced :
% 43.61/43.80  [409]
% 43.61/43.80  ifeq(is_a_theorem(implies(implies(not(implies(not(implies(A,A)),B)),C),X)),true,
% 43.61/43.80  is_a_theorem(X),true) -> true
% 43.61/43.80  Current number of equations to process: 3892
% 43.61/43.80  Current number of ordered equations: 0
% 43.61/43.80  Current number of rules: 403
% 43.61/43.80  New rule produced :
% 43.61/43.80  [410]
% 43.61/43.80  is_a_theorem(implies(not(implies(not(implies(implies(A,B),implies(implies(
% 43.61/43.80                                                                    not(A),A),B))),C)),X))
% 43.61/43.80  -> true
% 43.61/43.80  Current number of equations to process: 3913
% 43.61/43.80  Current number of ordered equations: 0
% 43.61/43.80  Current number of rules: 404
% 43.61/43.80  New rule produced :
% 43.61/43.80  [411]
% 43.61/43.80  is_a_theorem(implies(not(implies(not(implies(implies(implies(not(A),B),C),
% 43.61/43.80                                       implies(A,C))),X)),Y)) -> true
% 43.61/43.80  Current number of equations to process: 3924
% 43.61/43.80  Current number of ordered equations: 0
% 43.61/43.80  Current number of rules: 405
% 43.61/43.80  New rule produced :
% 43.61/43.80  [412]
% 43.61/43.80  is_a_theorem(implies(implies(not(implies(A,B)),implies(A,B)),implies(
% 43.61/43.80                                                               implies(B,C),
% 43.61/43.80                                                               implies(A,C))))
% 43.61/43.80  -> true
% 43.61/43.80  Current number of equations to process: 3935
% 43.61/43.80  Current number of ordered equations: 0
% 43.61/43.80  Current number of rules: 406
% 43.61/43.80  New rule produced :
% 43.61/43.80  [413]
% 43.61/43.80  ifeq(is_a_theorem(not(implies(implies(A,B),implies(implies(not(A),A),B)))),true,
% 43.61/43.80  is_a_theorem(C),true) -> true
% 43.61/43.80  Current number of equations to process: 3946
% 43.61/43.80  Current number of ordered equations: 0
% 43.61/43.80  Current number of rules: 407
% 43.61/43.80  New rule produced :
% 43.61/43.80  [414]
% 43.61/43.80  is_a_theorem(implies(not(implies(not(implies(A,implies(implies(B,C),implies(
% 43.61/43.80                                                                      not(A),C)))),X)),Y))
% 43.61/43.80  -> true
% 43.61/43.80  Current number of equations to process: 3944
% 43.61/43.80  Current number of ordered equations: 0
% 43.61/43.80  Current number of rules: 408
% 43.61/43.80  New rule produced :
% 43.61/43.80  [415]
% 43.61/43.80  is_a_theorem(implies(not(implies(not(implies(A,implies(implies(not(not(A)),
% 43.61/43.80                                                         not(A)),B))),C)),X))
% 43.61/43.80  -> true
% 43.61/43.80  Current number of equations to process: 3955
% 43.61/43.80  Current number of ordered equations: 0
% 43.61/43.80  Current number of rules: 409
% 43.61/43.80  New rule produced :
% 43.61/43.80  [416]
% 43.61/43.80  is_a_theorem(implies(A,implies(implies(not(not(implies(not(A),B))),not(
% 43.61/43.80                                                                     implies(
% 43.61/43.80                                                                     not(A),B))),C)))
% 43.61/43.80  -> true
% 43.61/43.80  Current number of equations to process: 3966
% 43.61/43.80  Current number of ordered equations: 0
% 43.61/43.80  Current number of rules: 410
% 43.61/43.80  New rule produced :
% 43.61/43.80  [417]
% 43.61/43.80  ifeq(is_a_theorem(not(implies(implies(implies(not(A),B),C),implies(A,C)))),true,
% 43.61/43.80  is_a_theorem(X),true) -> true
% 43.61/43.80  Current number of equations to process: 4001
% 43.61/43.80  Current number of ordered equations: 0
% 43.61/43.80  Current number of rules: 411
% 43.61/43.80  New rule produced :
% 43.61/43.80  [418]
% 43.61/43.80  ifeq(is_a_theorem(not(implies(A,implies(implies(B,C),implies(not(A),C))))),true,
% 43.61/43.80  is_a_theorem(X),true) -> true
% 43.61/43.80  Current number of equations to process: 3994
% 43.61/43.80  Current number of ordered equations: 0
% 43.61/43.80  Current number of rules: 412
% 43.61/43.80  New rule produced :
% 43.61/43.80  [419]
% 43.61/43.80  ifeq(is_a_theorem(implies(not(A),A)),true,is_a_theorem(implies(implies(B,C),
% 43.61/43.80                                                         implies(not(A),C))),true)
% 43.61/43.80  -> true
% 43.61/43.80  Current number of equations to process: 3990
% 43.61/43.80  Current number of ordered equations: 0
% 43.61/43.80  Current number of rules: 413
% 43.61/43.80  New rule produced :
% 43.61/43.80  [420]
% 43.61/43.80  is_a_theorem(implies(not(implies(implies(not(A),A),implies(implies(B,C),
% 43.61/43.80                                                     implies(not(A),C)))),X))
% 48.91/49.14  -> true
% 48.91/49.14  Current number of equations to process: 4080
% 48.91/49.14  Current number of ordered equations: 0
% 48.91/49.14  Current number of rules: 414
% 48.91/49.14  New rule produced :
% 48.91/49.14  [421]
% 48.91/49.14  ifeq(is_a_theorem(A),true,is_a_theorem(implies(implies(B,C),implies(not(
% 48.91/49.14                                                                      implies(
% 48.91/49.14                                                                      not(A),X)),C))),true)
% 48.91/49.14  -> true
% 48.91/49.14  Current number of equations to process: 4092
% 48.91/49.14  Current number of ordered equations: 0
% 48.91/49.14  Current number of rules: 415
% 48.91/49.14  New rule produced :
% 48.91/49.14  [422]
% 48.91/49.14  is_a_theorem(implies(not(implies(A,implies(implies(B,C),implies(not(implies(
% 48.91/49.14                                                                      not(A),X)),C)))),Y))
% 48.91/49.14  -> true
% 48.91/49.14  Current number of equations to process: 4421
% 48.91/49.14  Current number of ordered equations: 0
% 48.91/49.14  Current number of rules: 416
% 48.91/49.14  New rule produced :
% 48.91/49.14  [423]
% 48.91/49.14  is_a_theorem(implies(implies(not(A),A),implies(implies(B,C),implies(not(
% 48.91/49.14                                                                      implies(
% 48.91/49.14                                                                      not(A),X)),C))))
% 48.91/49.14  -> true
% 48.91/49.14  Current number of equations to process: 4432
% 48.91/49.14  Current number of ordered equations: 0
% 48.91/49.14  Current number of rules: 417
% 48.91/49.14  New rule produced :
% 48.91/49.14  [424]
% 48.91/49.14  is_a_theorem(implies(A,implies(implies(B,C),implies(not(implies(not(implies(
% 48.91/49.14                                                                      not(A),X)),Y)),C))))
% 48.91/49.14  -> true
% 48.91/49.14  Current number of equations to process: 4444
% 48.91/49.14  Current number of ordered equations: 0
% 48.91/49.14  Current number of rules: 418
% 48.91/49.14  New rule produced :
% 48.91/49.14  [425]
% 48.91/49.14  ifeq(is_a_theorem(not(implies(A,implies(implies(not(not(A)),not(A)),B)))),true,
% 48.91/49.14  is_a_theorem(C),true) -> true
% 48.91/49.14  Current number of equations to process: 4479
% 48.91/49.14  Current number of ordered equations: 0
% 48.91/49.14  Current number of rules: 419
% 48.91/49.14  New rule produced :
% 48.91/49.14  [426]
% 48.91/49.14  ifeq(is_a_theorem(implies(not(A),A)),true,is_a_theorem(implies(implies(
% 48.91/49.14                                                                 not(not(A)),
% 48.91/49.14                                                                 not(A)),B)),true)
% 48.91/49.14  -> true
% 48.91/49.14  Current number of equations to process: 4477
% 48.91/49.14  Current number of ordered equations: 0
% 48.91/49.14  Current number of rules: 420
% 48.91/49.14  New rule produced :
% 48.91/49.14  [427]
% 48.91/49.14  is_a_theorem(implies(not(implies(implies(not(A),A),implies(implies(not(
% 48.91/49.14                                                                     not(A)),
% 48.91/49.14                                                             not(A)),B))),C))
% 48.91/49.14  -> true
% 48.91/49.14  Current number of equations to process: 4596
% 48.91/49.14  Current number of ordered equations: 0
% 48.91/49.14  Current number of rules: 421
% 48.91/49.14  New rule produced :
% 48.91/49.14  [428]
% 48.91/49.14  is_a_theorem(implies(implies(implies(not(implies(not(implies(not(A),B)),C)),X),Y),
% 48.91/49.14               implies(A,Y))) -> true
% 48.91/49.14  Current number of equations to process: 4608
% 48.91/49.14  Current number of ordered equations: 0
% 48.91/49.14  Current number of rules: 422
% 48.91/49.14  New rule produced :
% 48.91/49.14  [429]
% 48.91/49.14  is_a_theorem(implies(implies(A,B),implies(implies(not(implies(not(A),A)),
% 48.91/49.14                                            implies(not(A),A)),B))) -> true
% 48.91/49.14  Current number of equations to process: 4620
% 48.91/49.14  Current number of ordered equations: 0
% 48.91/49.14  Current number of rules: 423
% 48.91/49.14  New rule produced :
% 48.91/49.14  [430]
% 48.91/49.14  is_a_theorem(implies(implies(implies(not(implies(not(A),B)),C),X),implies(
% 48.91/49.14                                                                    implies(
% 48.91/49.14                                                                    not(A),A),X)))
% 48.91/49.14  -> true
% 48.91/49.14  Current number of equations to process: 4642
% 48.91/49.14  Current number of ordered equations: 0
% 48.91/49.14  Current number of rules: 424
% 48.91/49.14  New rule produced :
% 48.91/49.14  [431]
% 48.91/49.14  ifeq(is_a_theorem(implies(implies(not(A),B),C)),true,is_a_theorem(implies(
% 48.91/49.14                                                                    implies(
% 48.91/49.14                                                                    not(A),A),C)),true)
% 48.91/49.14  -> true
% 48.91/49.14  Current number of equations to process: 4655
% 48.91/49.14  Current number of ordered equations: 0
% 48.91/49.14  Current number of rules: 425
% 48.91/49.14  New rule produced :
% 48.91/49.14  [432]
% 48.91/49.14  is_a_theorem(implies(not(implies(implies(implies(not(A),B),C),implies(
% 48.91/49.14                                                                implies(
% 48.91/49.14                                                                not(A),A),C))),X))
% 53.35/53.55  -> true
% 53.35/53.55  Current number of equations to process: 4678
% 53.35/53.55  Current number of ordered equations: 0
% 53.35/53.55  Current number of rules: 426
% 53.35/53.55  New rule produced :
% 53.35/53.55  [433]
% 53.35/53.55  ifeq(is_a_theorem(implies(implies(not(implies(not(A),B)),C),X)),true,
% 53.35/53.55  is_a_theorem(implies(A,X)),true) -> true
% 53.35/53.55  Current number of equations to process: 4691
% 53.35/53.55  Current number of ordered equations: 0
% 53.35/53.55  Current number of rules: 427
% 53.35/53.55  New rule produced :
% 53.35/53.55  [434]
% 53.35/53.55  is_a_theorem(implies(not(implies(implies(implies(not(implies(not(A),B)),C),X),
% 53.35/53.55                           implies(A,X))),Y)) -> true
% 53.35/53.55  Current number of equations to process: 4715
% 53.35/53.55  Current number of ordered equations: 0
% 53.35/53.55  Current number of rules: 428
% 53.35/53.55  New rule produced :
% 53.35/53.55  [435]
% 53.35/53.55  is_a_theorem(implies(implies(implies(A,B),C),implies(implies(implies(
% 53.35/53.55                                                               not(implies(X,X)),Y),B),C)))
% 53.35/53.55  -> true
% 53.35/53.55  Current number of equations to process: 4728
% 53.35/53.55  Current number of ordered equations: 0
% 53.35/53.55  Current number of rules: 429
% 53.35/53.55  New rule produced :
% 53.35/53.55  [436]
% 53.35/53.55  is_a_theorem(implies(A,implies(implies(implies(not(implies(B,B)),C),X),
% 53.35/53.55                         implies(Y,X)))) -> true
% 53.35/53.55  Current number of equations to process: 4737
% 53.35/53.55  Current number of ordered equations: 0
% 53.35/53.55  Current number of rules: 430
% 53.35/53.55  New rule produced :
% 53.35/53.55  [437]
% 53.35/53.55  is_a_theorem(implies(implies(implies(not(implies(A,A)),B),C),implies(
% 53.35/53.55                                                               not(implies(X,C)),Y)))
% 53.35/53.55  -> true
% 53.35/53.55  Current number of equations to process: 4738
% 53.35/53.55  Current number of ordered equations: 0
% 53.35/53.55  Current number of rules: 431
% 53.35/53.55  New rule produced :
% 53.35/53.55  [438]
% 53.35/53.55  is_a_theorem(implies(implies(not(not(implies(A,implies(B,B)))),not(implies(A,
% 53.35/53.55                                                                     implies(B,B)))),C))
% 53.35/53.55  -> true
% 53.35/53.55  Current number of equations to process: 4767
% 53.35/53.55  Current number of ordered equations: 0
% 53.35/53.55  Current number of rules: 432
% 53.35/53.55  New rule produced :
% 53.35/53.55  [439]
% 53.35/53.55  ifeq(is_a_theorem(implies(implies(implies(implies(A,A),B),implies(C,B)),X)),true,
% 53.35/53.55  is_a_theorem(X),true) -> true
% 53.35/53.55  Current number of equations to process: 4779
% 53.35/53.55  Current number of ordered equations: 0
% 53.35/53.55  Current number of rules: 433
% 53.35/53.55  New rule produced :
% 53.35/53.55  [440] is_a_theorem(implies(A,implies(B,implies(not(A),C)))) -> true
% 53.35/53.55  Rule
% 53.35/53.55  [39] is_a_theorem(implies(A,implies(implies(B,C),implies(not(A),C)))) -> true
% 53.35/53.55  collapsed.
% 53.35/53.55  Current number of equations to process: 4789
% 53.35/53.55  Current number of ordered equations: 0
% 53.35/53.55  Current number of rules: 433
% 53.35/53.55  New rule produced :
% 53.35/53.55  [441] is_a_theorem(implies(implies(A,B),implies(C,implies(A,B)))) -> true
% 53.35/53.55  Current number of equations to process: 4796
% 53.35/53.55  Current number of ordered equations: 0
% 53.35/53.55  Current number of rules: 434
% 53.35/53.55  New rule produced :
% 53.35/53.55  [442]
% 53.35/53.55  is_a_theorem(implies(implies(implies(A,implies(B,B)),implies(implies(C,C),X)),
% 53.35/53.55               implies(Y,X))) -> true
% 53.35/53.55  Current number of equations to process: 4798
% 53.35/53.55  Current number of ordered equations: 0
% 53.35/53.55  Current number of rules: 435
% 53.35/53.55  New rule produced :
% 53.35/53.55  [443]
% 53.35/53.55  is_a_theorem(implies(A,implies(B,implies(not(implies(not(A),C)),X)))) -> true
% 53.35/53.55  Rule
% 53.35/53.55  [54]
% 53.35/53.55  is_a_theorem(implies(A,implies(implies(B,C),implies(not(implies(not(A),X)),C))))
% 53.35/53.55  -> true collapsed.
% 53.35/53.55  Current number of equations to process: 4815
% 53.35/53.55  Current number of ordered equations: 0
% 53.35/53.55  Current number of rules: 435
% 53.35/53.55  New rule produced :
% 53.35/53.55  [444]
% 53.35/53.55  ifeq(is_a_theorem(A),true,is_a_theorem(implies(B,implies(not(A),C))),true) ->
% 53.35/53.55  true
% 53.35/53.55  Rule
% 53.35/53.55  [47]
% 53.35/53.55  ifeq(is_a_theorem(A),true,is_a_theorem(implies(implies(B,C),implies(not(A),C))),true)
% 53.35/53.55  -> true collapsed.
% 53.35/53.55  Current number of equations to process: 4814
% 53.35/53.55  Current number of ordered equations: 0
% 53.35/53.55  Current number of rules: 435
% 53.35/53.55  New rule produced :
% 53.35/53.55  [445]
% 53.35/53.55  is_a_theorem(implies(not(implies(A,implies(B,implies(not(A),C)))),X)) -> true
% 53.35/53.55  Rule
% 53.35/53.55  [48]
% 53.35/53.55  is_a_theorem(implies(not(implies(A,implies(implies(B,C),implies(not(A),C)))),X))
% 53.35/53.55  -> true collapsed.
% 53.35/53.55  Current number of equations to process: 4813
% 53.35/53.55  Current number of ordered equations: 0
% 53.35/53.55  Current number of rules: 435
% 53.35/53.55  New rule produced :
% 53.35/53.55  [446]
% 53.35/53.55  is_a_theorem(implies(implies(not(A),A),implies(B,implies(not(A),C)))) -> true
% 53.35/53.55  Rule
% 53.35/53.55  [53]
% 53.35/53.55  is_a_theorem(implies(implies(not(A),A),implies(implies(B,C),implies(not(A),C))))
% 53.35/53.55  -> true collapsed.
% 53.35/53.55  Current number of equations to process: 4812
% 54.31/54.52  Current number of ordered equations: 0
% 54.31/54.52  Current number of rules: 435
% 54.31/54.52  New rule produced :
% 54.31/54.52  [447]
% 54.31/54.52  is_a_theorem(implies(implies(implies(A,implies(not(B),C)),X),implies(B,X)))
% 54.31/54.52  -> true
% 54.31/54.52  Rule
% 54.31/54.52  [152]
% 54.31/54.52  is_a_theorem(implies(implies(implies(implies(A,B),implies(not(C),B)),X),
% 54.31/54.52               implies(C,X))) -> true collapsed.
% 54.31/54.52  Current number of equations to process: 4826
% 54.31/54.52  Current number of ordered equations: 0
% 54.31/54.52  Current number of rules: 435
% 54.31/54.52  New rule produced :
% 54.31/54.52  [448]
% 54.31/54.52  is_a_theorem(implies(implies(implies(A,A),B),implies(C,implies(not(B),X))))
% 54.31/54.52  -> true
% 54.31/54.52  Rule
% 54.31/54.52  [217]
% 54.31/54.52  is_a_theorem(implies(implies(implies(A,A),B),implies(implies(C,X),implies(
% 54.31/54.52                                                                    not(B),X))))
% 54.31/54.52  -> true collapsed.
% 54.31/54.52  Current number of equations to process: 4825
% 54.31/54.52  Current number of ordered equations: 0
% 54.31/54.52  Current number of rules: 435
% 54.31/54.52  New rule produced :
% 54.31/54.52  [449]
% 54.31/54.52  ifeq(is_a_theorem(implies(A,B)),true,is_a_theorem(implies(C,implies(A,B))),true)
% 54.31/54.52  -> true
% 54.31/54.52  Current number of equations to process: 4824
% 54.31/54.52  Current number of ordered equations: 0
% 54.31/54.52  Current number of rules: 436
% 54.31/54.52  New rule produced :
% 54.31/54.52  [450]
% 54.31/54.52  is_a_theorem(implies(not(implies(implies(A,B),implies(C,implies(A,B)))),X))
% 54.31/54.52  -> true
% 54.31/54.52  Current number of equations to process: 4823
% 54.31/54.52  Current number of ordered equations: 0
% 54.31/54.52  Current number of rules: 437
% 54.31/54.52  New rule produced :
% 54.31/54.52  [451]
% 54.31/54.52  is_a_theorem(implies(implies(implies(A,implies(B,C)),X),implies(implies(B,C),X)))
% 54.31/54.52  -> true
% 54.31/54.52  Current number of equations to process: 4823
% 54.31/54.52  Current number of ordered equations: 0
% 54.31/54.52  Current number of rules: 438
% 54.31/54.52  New rule produced :
% 54.31/54.52  [452]
% 54.31/54.52  is_a_theorem(implies(not(implies(not(implies(A,implies(B,implies(not(A),C)))),X)),Y))
% 54.31/54.52  -> true
% 54.31/54.52  Rule
% 54.31/54.52  [414]
% 54.31/54.52  is_a_theorem(implies(not(implies(not(implies(A,implies(implies(B,C),implies(
% 54.31/54.52                                                                      not(A),C)))),X)),Y))
% 54.31/54.52  -> true collapsed.
% 54.31/54.52  Current number of equations to process: 4828
% 54.31/54.52  Current number of ordered equations: 0
% 54.31/54.52  Current number of rules: 438
% 54.31/54.52  New rule produced :
% 54.31/54.52  [453]
% 54.31/54.52  is_a_theorem(implies(implies(not(A),A),implies(B,implies(not(implies(
% 54.31/54.52                                                               not(A),C)),X))))
% 54.31/54.52  -> true
% 54.31/54.52  Rule
% 54.31/54.52  [423]
% 54.31/54.52  is_a_theorem(implies(implies(not(A),A),implies(implies(B,C),implies(not(
% 54.31/54.52                                                                      implies(
% 54.31/54.52                                                                      not(A),X)),C))))
% 54.31/54.52  -> true collapsed.
% 54.31/54.52  Current number of equations to process: 4827
% 54.31/54.52  Current number of ordered equations: 0
% 54.31/54.52  Current number of rules: 438
% 54.31/54.52  New rule produced :
% 54.31/54.52  [454]
% 54.31/54.52  is_a_theorem(implies(A,implies(B,implies(not(implies(not(implies(not(A),C)),X)),Y))))
% 54.31/54.52  -> true
% 54.31/54.52  Rule
% 54.31/54.52  [424]
% 54.31/54.52  is_a_theorem(implies(A,implies(implies(B,C),implies(not(implies(not(implies(
% 54.31/54.52                                                                      not(A),X)),Y)),C))))
% 54.31/54.52  -> true collapsed.
% 54.31/54.52  Current number of equations to process: 4826
% 54.31/54.52  Current number of ordered equations: 0
% 54.31/54.52  Current number of rules: 438
% 54.31/54.52  New rule produced :
% 54.31/54.52  [455]
% 54.31/54.52  is_a_theorem(implies(implies(not(implies(A,B)),implies(A,B)),implies(C,
% 54.31/54.52                                                               implies(A,B))))
% 54.31/54.52  -> true
% 54.31/54.52  Current number of equations to process: 4825
% 54.31/54.52  Current number of ordered equations: 0
% 54.31/54.52  Current number of rules: 439
% 54.31/54.52  New rule produced :
% 54.31/54.52  [456]
% 54.31/54.52  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(not(A),C))),X)),true,
% 54.31/54.52  is_a_theorem(X),true) -> true
% 54.31/54.52  Current number of equations to process: 4829
% 54.31/54.52  Current number of ordered equations: 0
% 54.31/54.52  Current number of rules: 440
% 54.31/54.52  New rule produced :
% 54.31/54.52  [457]
% 54.31/54.52  is_a_theorem(implies(implies(A,B),implies(not(implies(C,implies(X,implies(
% 54.31/54.52                                                                    not(C),Y)))),B)))
% 54.31/54.52  -> true
% 54.31/54.52  Current number of equations to process: 4828
% 54.31/54.52  Current number of ordered equations: 0
% 54.31/54.52  Current number of rules: 441
% 54.31/54.52  New rule produced :
% 54.31/54.52  [458]
% 54.31/54.52  is_a_theorem(implies(implies(implies(A,A),not(implies(B,implies(C,implies(
% 54.31/54.52                                                                    not(B),X))))),Y))
% 54.31/54.52  -> true
% 54.31/54.52  Current number of equations to process: 4827
% 54.31/54.52  Current number of ordered equations: 0
% 54.31/54.52  Current number of rules: 442
% 54.31/54.52  New rule produced :
% 56.46/56.67  [459]
% 56.46/56.67  is_a_theorem(implies(not(implies(not(implies(implies(A,B),implies(C,implies(A,B)))),X)),Y))
% 56.46/56.67  -> true
% 56.46/56.67  Current number of equations to process: 4826
% 56.46/56.67  Current number of ordered equations: 0
% 56.46/56.67  Current number of rules: 443
% 56.46/56.67  New rule produced :
% 56.46/56.67  [460]
% 56.46/56.67  is_a_theorem(implies(A,implies(not(implies(B,implies(C,implies(not(B),X)))),Y)))
% 56.46/56.67  -> true
% 56.46/56.67  Rule
% 56.46/56.67  [457]
% 56.46/56.67  is_a_theorem(implies(implies(A,B),implies(not(implies(C,implies(X,implies(
% 56.46/56.67                                                                    not(C),Y)))),B)))
% 56.46/56.67  -> true collapsed.
% 56.46/56.67  Current number of equations to process: 1044
% 56.46/56.67  Current number of ordered equations: 0
% 56.46/56.67  Current number of rules: 443
% 56.46/56.67  New rule produced :
% 56.46/56.67  [461]
% 56.46/56.67  is_a_theorem(implies(A,implies(not(implies(B,implies(not(A),C))),X))) -> true
% 56.46/56.67  Rule
% 56.46/56.67  [153]
% 56.46/56.67  is_a_theorem(implies(A,implies(not(implies(implies(B,C),implies(not(A),C))),X)))
% 56.46/56.67  -> true collapsed.
% 56.46/56.67  Current number of equations to process: 1062
% 56.46/56.67  Current number of ordered equations: 0
% 56.46/56.67  Current number of rules: 443
% 56.46/56.67  New rule produced :
% 56.46/56.67  [462]
% 56.46/56.67  is_a_theorem(implies(A,implies(B,implies(C,implies(not(B),X))))) -> true
% 56.46/56.67  Rule
% 56.46/56.67  [154]
% 56.46/56.67  is_a_theorem(implies(A,implies(B,implies(implies(C,X),implies(not(B),X)))))
% 56.46/56.67  -> true collapsed.
% 56.46/56.67  Current number of equations to process: 1066
% 56.46/56.67  Current number of ordered equations: 0
% 56.46/56.67  Current number of rules: 443
% 56.46/56.67  New rule produced :
% 56.46/56.67  [463]
% 56.46/56.67  is_a_theorem(implies(A,implies(B,implies(not(implies(C,implies(not(B),X))),Y))))
% 56.46/56.67  -> true
% 56.46/56.67  Rule
% 56.46/56.67  [367]
% 56.46/56.67  is_a_theorem(implies(A,implies(B,implies(not(implies(implies(C,X),implies(
% 56.46/56.67                                                                    not(B),X))),Y))))
% 56.46/56.67  -> true collapsed.
% 56.46/56.67  Current number of equations to process: 1069
% 56.46/56.67  Current number of ordered equations: 0
% 56.46/56.67  Current number of rules: 443
% 56.46/56.67  New rule produced :
% 56.46/56.67  [464]
% 56.46/56.67  is_a_theorem(implies(not(implies(A,implies(B,implies(C,implies(not(B),X))))),Y))
% 56.46/56.67  -> true
% 56.46/56.67  Rule
% 56.46/56.67  [341]
% 56.46/56.67  is_a_theorem(implies(not(implies(A,implies(B,implies(implies(C,X),implies(
% 56.46/56.67                                                                    not(B),X))))),Y))
% 56.46/56.67  -> true collapsed.
% 56.46/56.67  Current number of equations to process: 1069
% 56.46/56.67  Current number of ordered equations: 0
% 56.46/56.67  Current number of rules: 443
% 56.46/56.67  New rule produced :
% 56.46/56.67  [465]
% 56.46/56.67  is_a_theorem(implies(A,implies(implies(B,C),implies(X,implies(B,C))))) ->
% 56.46/56.67  true
% 56.46/56.67  Current number of equations to process: 1323
% 56.46/56.67  Current number of ordered equations: 0
% 56.46/56.67  Current number of rules: 444
% 56.46/56.67  New rule produced :
% 56.46/56.67  [466]
% 56.46/56.67  is_a_theorem(implies(A,implies(B,implies(C,implies(not(implies(not(B),X)),Y)))))
% 56.46/56.67  -> true
% 56.46/56.67  Current number of equations to process: 1335
% 56.46/56.67  Current number of ordered equations: 0
% 56.46/56.67  Current number of rules: 445
% 56.46/56.67  New rule produced :
% 56.46/56.67  [467]
% 56.46/56.67  is_a_theorem(implies(A,implies(implies(not(B),B),implies(C,implies(not(B),X)))))
% 56.46/56.67  -> true
% 56.46/56.67  Current number of equations to process: 1334
% 56.46/56.67  Current number of ordered equations: 0
% 56.46/56.67  Current number of rules: 446
% 56.46/56.67  New rule produced :
% 56.46/56.67  [468]
% 56.46/56.67  is_a_theorem(implies(implies(A,B),implies(not(implies(C,implies(A,B))),X)))
% 56.46/56.67  -> true
% 56.46/56.67  Current number of equations to process: 1343
% 56.46/56.67  Current number of ordered equations: 0
% 56.46/56.67  Current number of rules: 447
% 56.46/56.67  New rule produced :
% 56.46/56.67  [469]
% 56.46/56.67  ifeq(is_a_theorem(A),true,is_a_theorem(implies(B,implies(not(implies(
% 56.46/56.67                                                               not(A),C)),X))),true)
% 56.46/56.67  -> true
% 56.46/56.67  Rule
% 56.46/56.67  [421]
% 56.46/56.67  ifeq(is_a_theorem(A),true,is_a_theorem(implies(implies(B,C),implies(not(
% 56.46/56.67                                                                      implies(
% 56.46/56.67                                                                      not(A),X)),C))),true)
% 56.46/56.67  -> true collapsed.
% 56.46/56.67  Current number of equations to process: 1352
% 56.46/56.67  Current number of ordered equations: 0
% 56.46/56.67  Current number of rules: 447
% 56.46/56.67  New rule produced :
% 56.46/56.67  [470]
% 56.46/56.67  is_a_theorem(implies(not(implies(A,implies(B,implies(not(implies(not(A),C)),X)))),Y))
% 56.46/56.67  -> true
% 56.46/56.67  Rule
% 56.46/56.67  [422]
% 56.46/56.67  is_a_theorem(implies(not(implies(A,implies(implies(B,C),implies(not(implies(
% 56.46/56.67                                                                      not(A),X)),C)))),Y))
% 56.46/56.67  -> true collapsed.
% 56.46/56.67  Current number of equations to process: 1351
% 56.46/56.67  Current number of ordered equations: 0
% 56.46/56.67  Current number of rules: 447
% 56.46/56.67  New rule produced :
% 56.46/56.67  [471]
% 56.46/56.67  is_a_theorem(implies(A,implies(not(implies(implies(B,C),implies(X,implies(B,C)))),Y)))
% 56.59/56.81  -> true
% 56.59/56.81  Current number of equations to process: 1350
% 56.59/56.81  Current number of ordered equations: 0
% 56.59/56.81  Current number of rules: 448
% 56.59/56.81  New rule produced :
% 56.59/56.81  [472]
% 56.59/56.81  ifeq(is_a_theorem(not(implies(A,implies(B,implies(not(A),C))))),true,
% 56.59/56.81  is_a_theorem(X),true) -> true
% 56.59/56.81  Rule
% 56.59/56.81  [418]
% 56.59/56.81  ifeq(is_a_theorem(not(implies(A,implies(implies(B,C),implies(not(A),C))))),true,
% 56.59/56.81  is_a_theorem(X),true) -> true collapsed.
% 56.59/56.81  Current number of equations to process: 1349
% 56.59/56.81  Current number of ordered equations: 0
% 56.59/56.81  Current number of rules: 448
% 56.59/56.81  New rule produced :
% 56.59/56.81  [473]
% 56.59/56.81  ifeq(is_a_theorem(implies(not(A),A)),true,is_a_theorem(implies(B,implies(
% 56.59/56.81                                                                   not(A),C))),true)
% 56.59/56.81  -> true
% 56.59/56.81  Rule
% 56.59/56.81  [419]
% 56.59/56.81  ifeq(is_a_theorem(implies(not(A),A)),true,is_a_theorem(implies(implies(B,C),
% 56.59/56.81                                                         implies(not(A),C))),true)
% 56.59/56.81  -> true collapsed.
% 56.59/56.81  Current number of equations to process: 1348
% 56.59/56.81  Current number of ordered equations: 0
% 56.59/56.81  Current number of rules: 448
% 56.59/56.81  New rule produced :
% 56.59/56.81  [474]
% 56.59/56.81  is_a_theorem(implies(not(implies(implies(not(A),A),implies(B,implies(
% 56.59/56.81                                                               not(A),C)))),X))
% 56.59/56.81  -> true
% 56.59/56.81  Rule
% 56.59/56.81  [420]
% 56.59/56.81  is_a_theorem(implies(not(implies(implies(not(A),A),implies(implies(B,C),
% 56.59/56.81                                                     implies(not(A),C)))),X))
% 56.59/56.81  -> true collapsed.
% 56.59/56.81  Current number of equations to process: 1347
% 56.59/56.81  Current number of ordered equations: 0
% 56.59/56.81  Current number of rules: 448
% 56.59/56.81  New rule produced :
% 56.59/56.81  [475]
% 56.59/56.81  is_a_theorem(implies(A,implies(not(implies(not(implies(B,implies(not(A),C))),X)),Y)))
% 56.59/56.81  -> true
% 56.59/56.81  Current number of equations to process: 1346
% 56.59/56.81  Current number of ordered equations: 0
% 56.59/56.81  Current number of rules: 449
% 56.59/56.81  New rule produced :
% 56.59/56.81  [476]
% 56.59/56.81  is_a_theorem(implies(A,implies(implies(implies(implies(not(B),B),B),C),
% 56.59/56.81                         implies(X,C)))) -> true
% 56.59/56.81  Current number of equations to process: 1345
% 56.59/56.81  Current number of ordered equations: 0
% 56.59/56.81  Current number of rules: 450
% 56.59/56.81  New rule produced :
% 56.59/56.81  [477]
% 56.59/56.81  is_a_theorem(implies(A,implies(implies(implies(B,implies(not(B),C)),X),
% 56.59/56.81                         implies(Y,X)))) -> true
% 56.59/56.81  Current number of equations to process: 1344
% 56.59/56.81  Current number of ordered equations: 0
% 56.59/56.81  Current number of rules: 451
% 56.59/56.81  New rule produced :
% 56.59/56.81  [478]
% 56.59/56.81  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,C),not(implies(X,X))),Y))))
% 56.59/56.81  -> true
% 56.59/56.81  Current number of equations to process: 1343
% 56.59/56.81  Current number of ordered equations: 0
% 56.59/56.81  Current number of rules: 452
% 56.59/56.81  New rule produced :
% 56.59/56.81  [479]
% 56.59/56.81  is_a_theorem(implies(A,implies(B,implies(implies(C,X),implies(implies(
% 56.59/56.81                                                                not(C),C),X)))))
% 56.59/56.81  -> true
% 56.59/56.81  Current number of equations to process: 1342
% 56.59/56.81  Current number of ordered equations: 0
% 56.59/56.81  Current number of rules: 453
% 56.59/56.81  New rule produced :
% 56.59/56.81  [480]
% 56.59/56.81  is_a_theorem(implies(A,implies(B,implies(implies(implies(not(C),X),Y),
% 56.59/56.81                                   implies(C,Y))))) -> true
% 56.59/56.81  Current number of equations to process: 1341
% 56.59/56.81  Current number of ordered equations: 0
% 56.59/56.81  Current number of rules: 454
% 56.59/56.81  New rule produced :
% 56.59/56.81  [481]
% 56.59/56.81  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(not(not(C)),
% 56.59/56.81                                                     not(C)),X))))) -> true
% 56.59/56.81  Current number of equations to process: 1340
% 56.59/56.81  Current number of ordered equations: 0
% 56.59/56.81  Current number of rules: 455
% 56.59/56.81  New rule produced :
% 56.59/56.81  [482]
% 56.59/56.81  is_a_theorem(implies(A,implies(B,implies(C,implies(not(implies(X,implies(Y,Y))),Z)))))
% 56.59/56.81  -> true
% 56.59/56.81  Current number of equations to process: 1339
% 56.59/56.81  Current number of ordered equations: 0
% 56.59/56.81  Current number of rules: 456
% 56.59/56.81  New rule produced :
% 56.59/56.81  [483]
% 56.59/56.81  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(not(implies(Y,Y)),Z))))))
% 56.59/56.81  -> true
% 56.59/56.81  Current number of equations to process: 1338
% 56.59/56.81  Current number of ordered equations: 0
% 56.59/56.81  Current number of rules: 457
% 56.59/56.81  New rule produced :
% 56.59/56.81  [484]
% 56.59/56.81  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(implies(
% 56.59/56.81                                                               not(Y),Y),Y))))))
% 56.59/56.81  -> true
% 56.59/56.81  Current number of equations to process: 1337
% 56.59/56.81  Current number of ordered equations: 0
% 56.59/56.81  Current number of rules: 458
% 56.59/56.81  New rule produced :
% 57.78/58.02  [485]
% 57.78/58.02  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(Y,implies(
% 57.78/58.02                                                                 not(Y),Z)))))))
% 57.78/58.02  -> true
% 57.78/58.02  Current number of equations to process: 1336
% 57.78/58.02  Current number of ordered equations: 0
% 57.78/58.02  Current number of rules: 459
% 57.78/58.02  New rule produced :
% 57.78/58.02  [486]
% 57.78/58.02  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,C),implies(
% 57.78/58.02                                                                not(X),X)),X))))
% 57.78/58.02  -> true
% 57.78/58.02  Current number of equations to process: 1335
% 57.78/58.02  Current number of ordered equations: 0
% 57.78/58.02  Current number of rules: 460
% 57.78/58.02  New rule produced :
% 57.78/58.02  [487]
% 57.78/58.02  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,C),X),implies(
% 57.78/58.02                                                                   not(X),Y)))))
% 57.78/58.02  -> true
% 57.78/58.02  Current number of equations to process: 1334
% 57.78/58.02  Current number of ordered equations: 0
% 57.78/58.02  Current number of rules: 461
% 57.78/58.02  New rule produced :
% 57.78/58.02  [488]
% 57.78/58.02  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(X,X),
% 57.78/58.02                                                     not(C)),Y))))) -> true
% 57.78/58.02  Current number of equations to process: 1333
% 57.78/58.02  Current number of ordered equations: 0
% 57.78/58.02  Current number of rules: 462
% 57.78/58.02  New rule produced :
% 57.78/58.02  [489]
% 57.78/58.02  is_a_theorem(implies(A,implies(B,implies(implies(implies(not(implies(C,C)),X),Y),Y))))
% 57.78/58.02  -> true
% 57.78/58.02  Current number of equations to process: 1332
% 57.78/58.02  Current number of ordered equations: 0
% 57.78/58.02  Current number of rules: 463
% 57.78/58.02  New rule produced :
% 57.78/58.02  [490]
% 57.78/58.02  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(X,X)),
% 57.78/58.02                                           not(B)),Y)))) -> true
% 57.78/58.02  Current number of equations to process: 1331
% 57.78/58.02  Current number of ordered equations: 0
% 57.78/58.02  Current number of rules: 464
% 57.78/58.02  New rule produced :
% 57.78/58.02  [491]
% 57.78/58.02  is_a_theorem(implies(A,implies(implies(implies(B,implies(not(C),X)),Y),
% 57.78/58.02                         implies(C,Y)))) -> true
% 57.78/58.02  Current number of equations to process: 1330
% 57.78/58.02  Current number of ordered equations: 0
% 57.78/58.02  Current number of rules: 465
% 57.78/58.02  New rule produced :
% 57.78/58.02  [492]
% 57.78/58.02  is_a_theorem(implies(A,implies(implies(implies(B,B),C),implies(X,implies(
% 57.78/58.02                                                                   not(C),Y)))))
% 57.78/58.02  -> true
% 57.78/58.02  Current number of equations to process: 1329
% 57.78/58.02  Current number of ordered equations: 0
% 57.78/58.02  Current number of rules: 466
% 57.78/58.02  New rule produced :
% 57.78/58.02  [493]
% 57.78/58.02  is_a_theorem(implies(A,implies(implies(B,C),implies(not(implies(X,implies(B,C))),Y))))
% 57.78/58.02  -> true
% 57.78/58.02  Current number of equations to process: 1327
% 57.78/58.02  Current number of ordered equations: 0
% 57.78/58.02  Current number of rules: 467
% 57.78/58.02  New rule produced :
% 57.78/58.02  [494]
% 57.78/58.02  is_a_theorem(implies(not(implies(A,implies(implies(B,C),implies(X,implies(B,C))))),Y))
% 57.78/58.02  -> true
% 57.78/58.02  Current number of equations to process: 1326
% 57.78/58.02  Current number of ordered equations: 0
% 57.78/58.02  Current number of rules: 468
% 57.78/58.02  New rule produced :
% 57.78/58.02  [495]
% 57.78/58.02  is_a_theorem(implies(implies(implies(A,A),B),implies(C,implies(not(implies(X,B)),Y))))
% 57.78/58.02  -> true
% 57.78/58.02  Current number of equations to process: 1411
% 57.78/58.02  Current number of ordered equations: 0
% 57.78/58.02  Current number of rules: 469
% 57.78/58.02  New rule produced :
% 57.78/58.02  [496]
% 57.78/58.02  is_a_theorem(implies(implies(implies(not(not(A)),B),A),implies(C,implies(
% 57.78/58.02                                                                   not(A),X))))
% 57.78/58.02  -> true
% 57.78/58.02  Current number of equations to process: 1415
% 57.78/58.02  Current number of ordered equations: 0
% 57.78/58.02  Current number of rules: 470
% 57.78/58.02  New rule produced :
% 57.78/58.02  [497]
% 57.78/58.02  is_a_theorem(implies(implies(implies(A,implies(B,B)),C),implies(X,implies(
% 57.78/58.02                                                                    not(C),Y))))
% 57.78/58.02  -> true
% 57.78/58.02  Current number of equations to process: 1434
% 57.78/58.02  Current number of ordered equations: 0
% 57.78/58.02  Current number of rules: 471
% 57.78/58.02  New rule produced :
% 57.78/58.02  [498]
% 57.78/58.02  is_a_theorem(implies(implies(implies(A,implies(not(implies(not(B),C)),X)),Y),
% 57.78/58.02               implies(B,Y))) -> true
% 57.78/58.02  Current number of equations to process: 1443
% 57.78/58.02  Current number of ordered equations: 0
% 57.78/58.02  Current number of rules: 472
% 57.78/58.02  New rule produced :
% 57.78/58.02  [499]
% 57.78/58.02  is_a_theorem(implies(implies(implies(A,A),B),implies(C,implies(not(implies(
% 57.78/58.02                                                                     not(B),X)),Y))))
% 57.78/58.02  -> true
% 57.78/58.02  Current number of equations to process: 1442
% 57.78/58.02  Current number of ordered equations: 0
% 57.78/58.02  Current number of rules: 473
% 57.93/58.13  New rule produced :
% 57.93/58.13  [500]
% 57.93/58.13  is_a_theorem(implies(A,implies(not(implies(B,implies(implies(not(not(B)),
% 57.93/58.13                                                       not(B)),C))),X))) ->
% 57.93/58.13  true
% 57.93/58.13  Current number of equations to process: 1441
% 57.93/58.13  Current number of ordered equations: 0
% 57.93/58.13  Current number of rules: 474
% 57.93/58.13  New rule produced :
% 57.93/58.13  [501]
% 57.93/58.13  is_a_theorem(implies(A,implies(not(implies(B,implies(C,implies(not(implies(X,X)),Y)))),Z)))
% 57.93/58.13  -> true
% 57.93/58.13  Current number of equations to process: 1440
% 57.93/58.13  Current number of ordered equations: 0
% 57.93/58.13  Current number of rules: 475
% 57.93/58.13  New rule produced :
% 57.93/58.13  [502]
% 57.93/58.13  is_a_theorem(implies(A,implies(not(implies(B,implies(C,implies(implies(
% 57.93/58.13                                                                 not(X),X),X)))),Y)))
% 57.93/58.13  -> true
% 57.93/58.13  Current number of equations to process: 1439
% 57.93/58.13  Current number of ordered equations: 0
% 57.93/58.13  Current number of rules: 476
% 57.93/58.13  New rule produced :
% 57.93/58.13  [503]
% 57.93/58.13  is_a_theorem(implies(A,implies(not(implies(B,implies(C,implies(X,implies(
% 57.93/58.13                                                                   not(X),Y))))),Z)))
% 57.93/58.13  -> true
% 57.93/58.13  Current number of equations to process: 1438
% 57.93/58.13  Current number of ordered equations: 0
% 57.93/58.13  Current number of rules: 477
% 57.93/58.13  New rule produced :
% 57.93/58.13  [504]
% 57.93/58.13  is_a_theorem(implies(A,implies(not(implies(B,implies(implies(implies(C,C),
% 57.93/58.13                                                       not(B)),X))),Y))) ->
% 57.93/58.13  true
% 57.93/58.13  Current number of equations to process: 1437
% 57.93/58.13  Current number of ordered equations: 0
% 57.93/58.13  Current number of rules: 478
% 57.93/58.13  New rule produced :
% 57.93/58.13  [505]
% 57.93/58.13  is_a_theorem(implies(A,implies(not(implies(implies(implies(not(implies(B,B)),C),X),X)),Y)))
% 57.93/58.13  -> true
% 57.93/58.13  Current number of equations to process: 1436
% 57.93/58.13  Current number of ordered equations: 0
% 57.93/58.13  Current number of rules: 479
% 57.93/58.13  New rule produced :
% 57.93/58.13  [506]
% 57.93/58.13  is_a_theorem(implies(implies(implies(A,implies(not(B),C)),X),implies(
% 57.93/58.13                                                               implies(
% 57.93/58.13                                                               not(B),B),X)))
% 57.93/58.13  -> true
% 57.93/58.13  Current number of equations to process: 1435
% 57.93/58.13  Current number of ordered equations: 0
% 57.93/58.13  Current number of rules: 480
% 57.93/58.13  New rule produced :
% 57.93/58.13  [507]
% 57.93/58.13  is_a_theorem(implies(implies(implies(A,A),implies(not(B),B)),implies(C,
% 57.93/58.13                                                               implies(
% 57.93/58.13                                                               not(B),X)))) ->
% 57.93/58.13  true
% 57.93/58.13  Current number of equations to process: 1434
% 57.93/58.13  Current number of ordered equations: 0
% 57.93/58.13  Current number of rules: 481
% 57.93/58.13  New rule produced :
% 57.93/58.13  [508]
% 57.93/58.13  ifeq(is_a_theorem(implies(implies(A,implies(not(B),C)),X)),true,is_a_theorem(
% 57.93/58.13                                                                  implies(B,X)),true)
% 57.93/58.13  -> true
% 57.93/58.13  Current number of equations to process: 1433
% 57.93/58.13  Current number of ordered equations: 0
% 57.93/58.13  Current number of rules: 482
% 57.93/58.13  New rule produced :
% 57.93/58.13  [509]
% 57.93/58.13  is_a_theorem(implies(not(implies(implies(implies(A,implies(not(B),C)),X),
% 57.93/58.13                           implies(B,X))),Y)) -> true
% 57.93/58.13  Current number of equations to process: 1432
% 57.93/58.13  Current number of ordered equations: 0
% 57.93/58.13  Current number of rules: 483
% 57.93/58.13  New rule produced :
% 57.93/58.13  [510]
% 57.93/58.13  ifeq(is_a_theorem(implies(implies(A,A),B)),true,is_a_theorem(implies(C,
% 57.93/58.13                                                               implies(
% 57.93/58.13                                                               not(B),X))),true)
% 57.93/58.13  -> true
% 57.93/58.13  Current number of equations to process: 1431
% 57.93/58.13  Current number of ordered equations: 0
% 57.93/58.13  Current number of rules: 484
% 57.93/58.13  New rule produced :
% 57.93/58.13  [511]
% 57.93/58.13  is_a_theorem(implies(not(implies(implies(implies(A,A),B),implies(C,implies(
% 57.93/58.13                                                                     not(B),X)))),Y))
% 57.93/58.13  -> true
% 57.93/58.13  Current number of equations to process: 1430
% 57.93/58.13  Current number of ordered equations: 0
% 57.93/58.13  Current number of rules: 485
% 57.93/58.13  New rule produced :
% 57.93/58.13  [512]
% 57.93/58.13  is_a_theorem(implies(A,implies(implies(not(B),B),implies(implies(not(not(B)),
% 57.93/58.13                                                           not(B)),C)))) ->
% 57.93/58.13  true
% 57.93/58.13  Current number of equations to process: 1429
% 57.93/58.13  Current number of ordered equations: 0
% 57.93/58.13  Current number of rules: 486
% 57.93/58.13  New rule produced :
% 57.93/58.13  [513]
% 57.93/58.13  is_a_theorem(implies(A,implies(implies(implies(not(B),C),X),implies(implies(
% 57.93/58.13                                                                      not(B),B),X))))
% 58.07/58.27  -> true
% 58.07/58.27  Current number of equations to process: 1427
% 58.07/58.27  Current number of ordered equations: 0
% 58.07/58.27  Current number of rules: 487
% 58.07/58.27  New rule produced :
% 58.07/58.27  [514]
% 58.07/58.27  is_a_theorem(implies(A,implies(implies(implies(not(implies(not(B),C)),X),Y),
% 58.07/58.27                         implies(B,Y)))) -> true
% 58.07/58.27  Current number of equations to process: 1426
% 58.07/58.27  Current number of ordered equations: 0
% 58.07/58.27  Current number of rules: 488
% 58.07/58.27  New rule produced :
% 58.07/58.27  [515]
% 58.07/58.27  is_a_theorem(implies(A,implies(implies(implies(B,C),X),implies(implies(
% 58.07/58.27                                                                 implies(Y,Y),C),X))))
% 58.07/58.27  -> true
% 58.07/58.27  Current number of equations to process: 1425
% 58.07/58.27  Current number of ordered equations: 0
% 58.07/58.27  Current number of rules: 489
% 58.07/58.27  New rule produced :
% 58.07/58.27  [516]
% 58.07/58.27  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(X,X))),Y),
% 58.07/58.27                         implies(Z,Y)))) -> true
% 58.07/58.27  Current number of equations to process: 1421
% 58.07/58.27  Current number of ordered equations: 0
% 58.07/58.27  Current number of rules: 490
% 58.07/58.27  New rule produced :
% 58.07/58.27  [517]
% 58.07/58.27  is_a_theorem(implies(A,implies(implies(not(B),B),implies(implies(implies(C,C),
% 58.07/58.27                                                           not(B)),X)))) ->
% 58.07/58.27  true
% 58.07/58.27  Current number of equations to process: 1419
% 58.07/58.27  Current number of ordered equations: 0
% 58.07/58.27  Current number of rules: 491
% 58.07/58.27  New rule produced :
% 58.07/58.27  [518]
% 58.07/58.27  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,C),not(implies(
% 58.07/58.27                                                                    not(B),X))),Y))))
% 58.07/58.27  -> true
% 58.07/58.27  Current number of equations to process: 1418
% 58.07/58.27  Current number of ordered equations: 0
% 58.07/58.27  Current number of rules: 492
% 58.07/58.27  New rule produced :
% 58.07/58.27  [519]
% 58.07/58.27  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,B),C),C),X),
% 58.07/58.27                         implies(Y,X)))) -> true
% 58.07/58.27  Current number of equations to process: 1417
% 58.07/58.27  Current number of ordered equations: 0
% 58.07/58.27  Current number of rules: 493
% 58.07/58.27  New rule produced :
% 58.07/58.27  [520]
% 58.07/58.27  is_a_theorem(implies(A,implies(implies(B,C),implies(implies(implies(not(
% 58.07/58.27                                                                      not(B)),X),B),C))))
% 58.07/58.27  -> true
% 58.07/58.27  Current number of equations to process: 1416
% 58.07/58.27  Current number of ordered equations: 0
% 58.07/58.27  Current number of rules: 494
% 58.07/58.27  New rule produced :
% 58.07/58.27  [521]
% 58.07/58.27  is_a_theorem(implies(A,implies(B,implies(implies(implies(not(not(not(B))),C),
% 58.07/58.27                                           not(B)),X)))) -> true
% 58.07/58.27  Current number of equations to process: 1415
% 58.07/58.27  Current number of ordered equations: 0
% 58.07/58.27  Current number of rules: 495
% 58.07/58.27  New rule produced :
% 58.07/58.27  [522]
% 58.07/58.27  is_a_theorem(implies(A,implies(implies(implies(B,B),implies(implies(C,C),X)),
% 58.07/58.27                         implies(Y,X)))) -> true
% 58.07/58.27  Current number of equations to process: 1413
% 58.07/58.27  Current number of ordered equations: 0
% 58.07/58.27  Current number of rules: 496
% 58.07/58.27  New rule produced :
% 58.07/58.27  [523]
% 58.07/58.27  is_a_theorem(implies(A,implies(implies(implies(B,B),implies(implies(not(
% 58.07/58.27                                                                      not(C)),X),C)),C)))
% 58.07/58.27  -> true
% 58.07/58.27  Current number of equations to process: 1412
% 58.07/58.27  Current number of ordered equations: 0
% 58.07/58.27  Current number of rules: 497
% 58.07/58.27  New rule produced :
% 58.07/58.27  [524]
% 58.07/58.27  is_a_theorem(implies(A,implies(B,implies(implies(implies(not(implies(C,C)),X),
% 58.07/58.27                                           not(B)),Y)))) -> true
% 58.07/58.27  Current number of equations to process: 1411
% 58.07/58.27  Current number of ordered equations: 0
% 58.07/58.27  Current number of rules: 498
% 58.07/58.27  New rule produced :
% 58.07/58.27  [525]
% 58.07/58.27  is_a_theorem(implies(A,implies(B,implies(C,implies(not(implies(implies(
% 58.07/58.27                                                                 not(X),X),X)),Y)))))
% 58.07/58.27  -> true
% 58.07/58.27  Current number of equations to process: 1410
% 58.07/58.27  Current number of ordered equations: 0
% 58.07/58.27  Current number of rules: 499
% 58.07/58.27  New rule produced :
% 58.07/58.27  [526]
% 58.07/58.27  is_a_theorem(implies(A,implies(B,implies(implies(C,X),implies(implies(X,Y),
% 58.07/58.27                                                        implies(C,Y)))))) ->
% 58.07/58.27  true
% 58.07/58.27  Current number of equations to process: 1409
% 58.07/58.27  Current number of ordered equations: 0
% 58.07/58.27  Current number of rules: 500
% 58.07/58.27  New rule produced :
% 58.07/58.27  [527]
% 58.07/58.27  is_a_theorem(implies(A,implies(B,implies(C,implies(not(implies(X,implies(
% 58.07/58.27                                                                   not(X),Y))),Z)))))
% 58.07/58.27  -> true
% 58.22/58.42  Current number of equations to process: 1408
% 58.22/58.42  Current number of ordered equations: 0
% 58.22/58.42  Current number of rules: 501
% 58.22/58.42  New rule produced :
% 58.22/58.42  [528]
% 58.22/58.42  is_a_theorem(implies(A,implies(B,implies(C,implies(not(implies(not(implies(X,X)),Y)),Z)))))
% 58.22/58.42  -> true
% 58.22/58.42  Current number of equations to process: 1407
% 58.22/58.42  Current number of ordered equations: 0
% 58.22/58.42  Current number of rules: 502
% 58.22/58.42  New rule produced :
% 58.22/58.42  [529]
% 58.22/58.42  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(not(X),X),
% 58.22/58.42                                             implies(not(X),Y)))))) -> true
% 58.22/58.42  Current number of equations to process: 1406
% 58.22/58.42  Current number of ordered equations: 0
% 58.22/58.42  Current number of rules: 503
% 58.22/58.42  New rule produced :
% 58.22/58.42  [530]
% 58.22/58.42  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(not(implies(
% 58.22/58.42                                                                   not(X),Y)),Z))))))
% 58.22/58.42  -> true
% 58.22/58.42  Current number of equations to process: 1405
% 58.22/58.42  Current number of ordered equations: 0
% 58.22/58.42  Current number of rules: 504
% 58.22/58.42  New rule produced :
% 58.22/58.42  [531]
% 58.22/58.42  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(X,X)),Y),
% 58.22/58.42                                   implies(Z,Y))))) -> true
% 58.22/58.42  Current number of equations to process: 1404
% 58.22/58.42  Current number of ordered equations: 0
% 58.22/58.42  Current number of rules: 505
% 58.22/58.42  New rule produced :
% 58.22/58.42  [532]
% 58.22/58.42  is_a_theorem(implies(A,implies(implies(B,C),implies(implies(implies(X,
% 58.22/58.42                                                              implies(Y,Y)),B),C))))
% 58.22/58.42  -> true
% 58.22/58.42  Current number of equations to process: 1403
% 58.22/58.42  Current number of ordered equations: 0
% 58.22/58.42  Current number of rules: 506
% 58.22/58.42  New rule produced :
% 58.22/58.42  [533]
% 58.22/58.42  is_a_theorem(implies(A,implies(implies(implies(B,B),implies(implies(C,
% 58.22/58.42                                                              implies(X,X)),Y)),Y)))
% 58.22/58.42  -> true
% 58.22/58.42  Current number of equations to process: 1402
% 58.22/58.42  Current number of ordered equations: 0
% 58.22/58.42  Current number of rules: 507
% 58.22/58.42  New rule produced :
% 58.22/58.42  [534]
% 58.22/58.42  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,C)),implies(
% 58.22/58.42                                                                 implies(X,X),Y)),Y)))
% 58.22/58.42  -> true
% 58.22/58.42  Current number of equations to process: 1401
% 58.22/58.42  Current number of ordered equations: 0
% 58.22/58.42  Current number of rules: 508
% 58.22/58.42  New rule produced :
% 58.22/58.42  [535]
% 58.22/58.42  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(X,X),Y),
% 58.22/58.42                                             implies(Z,Y)))))) -> true
% 58.22/58.42  Current number of equations to process: 1400
% 58.22/58.42  Current number of ordered equations: 0
% 58.22/58.42  Current number of rules: 509
% 58.22/58.42  New rule produced :
% 58.22/58.42  [536]
% 58.22/58.42  is_a_theorem(implies(A,implies(B,implies(implies(C,X),implies(implies(
% 58.22/58.42                                                                implies(Y,Y),C),X)))))
% 58.22/58.42  -> true
% 58.22/58.42  Current number of equations to process: 1399
% 58.22/58.42  Current number of ordered equations: 0
% 58.22/58.42  Current number of rules: 510
% 58.22/58.42  New rule produced :
% 58.22/58.42  [537]
% 58.22/58.42  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(Y,implies(Z,
% 58.22/58.42                                                                 implies(V_6,V_6))))))))
% 58.22/58.42  -> true
% 58.22/58.42  Current number of equations to process: 1398
% 58.22/58.42  Current number of ordered equations: 0
% 58.22/58.42  Current number of rules: 511
% 58.22/58.42  New rule produced :
% 58.22/58.42  [538]
% 58.22/58.42  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(implies(
% 58.22/58.42                                                               implies(Y,Y),Z),Z))))))
% 58.22/58.42  -> true
% 58.22/58.42  Current number of equations to process: 1397
% 58.22/58.42  Current number of ordered equations: 0
% 58.22/58.42  Current number of rules: 512
% 58.22/58.42  New rule produced :
% 58.22/58.42  [539]
% 58.22/58.42  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(not(
% 58.22/58.42                                                                     not(X)),Y),X),X)))))
% 58.22/58.42  -> true
% 58.22/58.42  Current number of equations to process: 1396
% 58.22/58.42  Current number of ordered equations: 0
% 58.22/58.42  Current number of rules: 513
% 58.22/58.42  New rule produced :
% 58.22/58.42  [540]
% 58.22/58.42  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,C),implies(
% 58.22/58.42                                                                implies(X,X),Y)),Y))))
% 58.22/58.42  -> true
% 58.22/58.42  Current number of equations to process: 1395
% 58.22/58.42  Current number of ordered equations: 0
% 58.22/58.42  Current number of rules: 514
% 58.22/58.42  New rule produced :
% 58.22/58.42  [541]
% 58.22/58.42  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(X,
% 58.22/58.42                                                             implies(Y,Y)),Z),Z)))))
% 59.26/59.46  -> true
% 59.26/59.46  Current number of equations to process: 1394
% 59.26/59.46  Current number of ordered equations: 0
% 59.26/59.46  Current number of rules: 515
% 59.26/59.46  New rule produced :
% 59.26/59.46  [542]
% 59.26/59.46  ifeq(is_a_theorem(not(implies(implies(A,B),implies(C,implies(A,B))))),true,
% 59.26/59.46  is_a_theorem(X),true) -> true
% 59.26/59.46  Current number of equations to process: 1393
% 59.26/59.46  Current number of ordered equations: 0
% 59.26/59.46  Current number of rules: 516
% 59.26/59.46  New rule produced :
% 59.26/59.46  [543]
% 59.26/59.46  is_a_theorem(implies(implies(A,B),implies(not(implies(not(implies(C,implies(A,B))),X)),Y)))
% 59.26/59.46  -> true
% 59.26/59.46  Current number of equations to process: 1392
% 59.26/59.46  Current number of ordered equations: 0
% 59.26/59.46  Current number of rules: 517
% 59.26/59.46  New rule produced :
% 59.26/59.46  [544]
% 59.26/59.46  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,X)),Y),implies(
% 59.26/59.46                                                                    implies(C,X),Y))))
% 59.26/59.46  -> true
% 59.26/59.46  Current number of equations to process: 1391
% 59.26/59.46  Current number of ordered equations: 0
% 59.26/59.46  Current number of rules: 518
% 59.26/59.46  New rule produced :
% 59.26/59.46  [545]
% 59.26/59.46  is_a_theorem(implies(implies(A,B),implies(C,implies(not(implies(implies(
% 59.26/59.46                                                                  not(A),A),B)),X))))
% 59.26/59.46  -> true
% 59.26/59.46  Current number of equations to process: 1390
% 59.26/59.46  Current number of ordered equations: 0
% 59.26/59.46  Current number of rules: 519
% 59.26/59.46  New rule produced :
% 59.26/59.46  [546]
% 59.26/59.46  is_a_theorem(implies(implies(implies(not(A),B),C),implies(X,implies(not(
% 59.26/59.46                                                                      implies(A,C)),Y))))
% 59.26/59.46  -> true
% 59.26/59.46  Current number of equations to process: 1389
% 59.26/59.46  Current number of ordered equations: 0
% 59.26/59.46  Current number of rules: 520
% 59.26/59.46  New rule produced :
% 59.26/59.46  [547]
% 59.26/59.46  is_a_theorem(implies(A,implies(B,implies(not(implies(implies(not(not(A)),
% 59.26/59.46                                                       not(A)),C)),X)))) ->
% 59.26/59.46  true
% 59.26/59.46  Current number of equations to process: 1388
% 59.26/59.46  Current number of ordered equations: 0
% 59.26/59.46  Current number of rules: 521
% 59.26/59.46  New rule produced :
% 59.26/59.46  [548]
% 59.26/59.46  is_a_theorem(implies(A,implies(B,implies(not(implies(implies(implies(C,C),
% 59.26/59.46                                                       not(A)),X)),Y)))) ->
% 59.26/59.46  true
% 59.26/59.46  Current number of equations to process: 1385
% 59.26/59.46  Current number of ordered equations: 0
% 59.26/59.46  Current number of rules: 522
% 59.26/59.46  New rule produced :
% 59.26/59.46  [549]
% 59.26/59.46  is_a_theorem(implies(implies(implies(not(implies(A,A)),B),C),implies(X,
% 59.26/59.46                                                               implies(
% 59.26/59.46                                                               not(C),Y)))) ->
% 59.26/59.46  true
% 59.26/59.46  Current number of equations to process: 1384
% 59.26/59.46  Current number of ordered equations: 0
% 59.26/59.46  Current number of rules: 523
% 59.26/59.46  New rule produced :
% 59.26/59.46  [550]
% 59.26/59.46  is_a_theorem(implies(A,implies(B,implies(not(implies(C,implies(not(A),X))),Y))))
% 59.26/59.46  -> true
% 59.26/59.46  Current number of equations to process: 1390
% 59.26/59.46  Current number of ordered equations: 0
% 59.26/59.46  Current number of rules: 524
% 59.26/59.46  New rule produced :
% 59.26/59.46  [551]
% 59.26/59.46  is_a_theorem(implies(implies(A,B),implies(C,implies(not(implies(X,implies(A,B))),Y))))
% 59.26/59.46  -> true
% 59.26/59.46  Current number of equations to process: 1390
% 59.26/59.46  Current number of ordered equations: 0
% 59.26/59.46  Current number of rules: 525
% 59.26/59.46  New rule produced :
% 59.26/59.46  [552]
% 59.26/59.46  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(not(C),Y))))))
% 59.26/59.46  -> true
% 59.26/59.46  Current number of equations to process: 1463
% 59.26/59.46  Current number of ordered equations: 0
% 59.26/59.46  Current number of rules: 526
% 59.26/59.46  New rule produced :
% 59.26/59.46  [553]
% 59.26/59.46  is_a_theorem(implies(A,implies(not(implies(B,implies(not(implies(not(A),C)),X))),Y)))
% 59.26/59.46  -> true
% 59.26/59.46  Current number of equations to process: 1462
% 59.26/59.46  Current number of ordered equations: 0
% 59.26/59.46  Current number of rules: 527
% 59.26/59.46  New rule produced :
% 59.26/59.46  [554]
% 59.26/59.46  ifeq(is_a_theorem(A),true,is_a_theorem(implies(not(implies(B,implies(
% 59.26/59.46                                                               not(A),C))),X)),true)
% 59.26/59.46  -> true
% 59.26/59.46  Current number of equations to process: 1461
% 59.26/59.46  Current number of ordered equations: 0
% 59.26/59.46  Current number of rules: 528
% 59.26/59.46  New rule produced :
% 59.26/59.46  [555]
% 59.26/59.46  is_a_theorem(implies(not(implies(A,implies(not(implies(B,implies(not(A),C))),X))),Y))
% 59.26/59.46  -> true
% 59.26/59.46  Current number of equations to process: 1460
% 59.26/59.46  Current number of ordered equations: 0
% 59.26/59.46  Current number of rules: 529
% 59.26/59.46  New rule produced :
% 59.26/59.46  [556]
% 59.26/59.46  is_a_theorem(implies(implies(not(A),A),implies(not(implies(B,implies(
% 59.26/59.46                                                               not(A),C))),X)))
% 69.97/70.22  -> true
% 69.97/70.22  Current number of equations to process: 1459
% 69.97/70.22  Current number of ordered equations: 0
% 69.97/70.22  Current number of rules: 530
% 69.97/70.22  New rule produced :
% 69.97/70.22  [557]
% 69.97/70.22  is_a_theorem(implies(implies(implies(A,implies(B,implies(not(A),C))),X),
% 69.97/70.22               implies(Y,X))) -> true
% 69.97/70.22  Current number of equations to process: 1458
% 69.97/70.22  Current number of ordered equations: 0
% 69.97/70.22  Current number of rules: 531
% 69.97/70.22  New rule produced :
% 69.97/70.22  [558]
% 69.97/70.22  is_a_theorem(implies(A,implies(B,implies(implies(C,X),implies(Y,implies(C,X))))))
% 69.97/70.22  -> true
% 69.97/70.22  Current number of equations to process: 1489
% 69.97/70.22  Current number of ordered equations: 0
% 69.97/70.22  Current number of rules: 532
% 69.97/70.22  New rule produced :
% 69.97/70.22  [559]
% 69.97/70.22  is_a_theorem(implies(A,implies(B,implies(not(implies(C,implies(X,implies(
% 69.97/70.22                                                                   not(C),Y)))),Z))))
% 69.97/70.22  -> true
% 69.97/70.22  Current number of equations to process: 2311
% 69.97/70.22  Current number of ordered equations: 0
% 69.97/70.22  Current number of rules: 533
% 69.97/70.22  New rule produced :
% 69.97/70.22  [560]
% 69.97/70.22  is_a_theorem(implies(implies(implies(not(implies(A,implies(not(B),C))),X),Y),
% 69.97/70.22               implies(B,Y))) -> true
% 69.97/70.22  Current number of equations to process: 2310
% 69.97/70.22  Current number of ordered equations: 0
% 69.97/70.22  Current number of rules: 534
% 69.97/70.22  New rule produced :
% 69.97/70.22  [561]
% 69.97/70.22  is_a_theorem(implies(implies(implies(A,A),B),implies(not(implies(C,implies(
% 69.97/70.22                                                                     not(B),X))),Y)))
% 69.97/70.22  -> true
% 69.97/70.22  Current number of equations to process: 2309
% 69.97/70.22  Current number of ordered equations: 0
% 69.97/70.22  Current number of rules: 535
% 69.97/70.22  New rule produced :
% 69.97/70.22  [562]
% 69.97/70.22  is_a_theorem(implies(A,implies(not(implies(B,implies(C,implies(X,implies(
% 69.97/70.22                                                                   not(C),Y))))),Z)))
% 69.97/70.22  -> true
% 69.97/70.22  Current number of equations to process: 2308
% 69.97/70.22  Current number of ordered equations: 0
% 69.97/70.22  Current number of rules: 536
% 69.97/70.22  New rule produced :
% 69.97/70.22  [563]
% 69.97/70.22  is_a_theorem(implies(A,implies(B,implies(C,implies(not(implies(X,implies(
% 69.97/70.22                                                                   not(C),Y))),Z)))))
% 69.97/70.22  -> true
% 69.97/70.22  Current number of equations to process: 2307
% 69.97/70.22  Current number of ordered equations: 0
% 69.97/70.22  Current number of rules: 537
% 69.97/70.22  New rule produced :
% 69.97/70.22  [564]
% 69.97/70.22  is_a_theorem(implies(implies(implies(implies(A,B),implies(C,implies(A,B))),X),
% 69.97/70.22               implies(Y,X))) -> true
% 69.97/70.22  Current number of equations to process: 2305
% 69.97/70.22  Current number of ordered equations: 0
% 69.97/70.22  Current number of rules: 538
% 69.97/70.22  New rule produced :
% 69.97/70.22  [565]
% 69.97/70.22  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(not(implies(
% 69.97/70.22                                                                   not(C),Y)),Z))))))
% 69.97/70.22  -> true
% 69.97/70.22  Current number of equations to process: 2304
% 69.97/70.22  Current number of ordered equations: 0
% 69.97/70.22  Current number of rules: 539
% 69.97/70.22  New rule produced :
% 69.97/70.22  [566]
% 69.97/70.22  is_a_theorem(implies(A,implies(B,implies(implies(not(C),C),implies(X,
% 69.97/70.22                                                             implies(not(C),Y))))))
% 69.97/70.22  -> true
% 69.97/70.22  Current number of equations to process: 2303
% 69.97/70.22  Current number of ordered equations: 0
% 69.97/70.22  Current number of rules: 540
% 69.97/70.22  New rule produced :
% 69.97/70.22  [567]
% 69.97/70.22  ifeq(is_a_theorem(implies(A,B)),true,is_a_theorem(implies(not(implies(C,
% 69.97/70.22                                                                implies(A,B))),X)),true)
% 69.97/70.22  -> true
% 69.97/70.22  Current number of equations to process: 2302
% 69.97/70.22  Current number of ordered equations: 0
% 69.97/70.22  Current number of rules: 541
% 69.97/70.22  New rule produced :
% 69.97/70.22  [568]
% 69.97/70.22  is_a_theorem(implies(not(implies(implies(A,B),implies(not(implies(C,implies(A,B))),X))),Y))
% 69.97/70.22  -> true
% 69.97/70.22  Current number of equations to process: 2301
% 69.97/70.22  Current number of ordered equations: 0
% 69.97/70.22  Current number of rules: 542
% 69.97/70.22  New rule produced :
% 69.97/70.22  [569]
% 69.97/70.22  is_a_theorem(implies(A,implies(implies(implies(not(A),B),C),implies(X,C))))
% 69.97/70.22  -> true
% 69.97/70.22  Current number of equations to process: 2451
% 69.97/70.22  Current number of ordered equations: 0
% 69.97/70.22  Current number of rules: 543
% 69.97/70.22  New rule produced :
% 69.97/70.22  [570]
% 69.97/70.22  is_a_theorem(implies(A,implies(implies(implies(B,B),not(implies(C,implies(
% 69.97/70.22                                                                    not(A),X)))),Y)))
% 69.97/70.22  -> true
% 69.97/70.22  Current number of equations to process: 2463
% 69.97/70.22  Current number of ordered equations: 0
% 69.97/70.22  Current number of rules: 544
% 69.97/70.22  New rule produced :
% 69.97/70.22  [571]
% 69.97/70.22  is_a_theorem(implies(A,implies(not(implies(implies(implies(not(A),B),C),
% 89.77/89.96                                     implies(X,C))),Y))) -> true
% 89.77/89.96  Current number of equations to process: 2462
% 89.77/89.96  Current number of ordered equations: 0
% 89.77/89.96  Current number of rules: 545
% 89.77/89.96  New rule produced :
% 89.77/89.96  [572]
% 89.77/89.96  is_a_theorem(implies(A,implies(B,implies(C,implies(not(A),X))))) -> true
% 89.77/89.96  Current number of equations to process: 2463
% 89.77/89.96  Current number of ordered equations: 0
% 89.77/89.96  Current number of rules: 546
% 89.77/89.96  New rule produced :
% 89.77/89.96  [573]
% 89.77/89.96  is_a_theorem(implies(A,implies(not(implies(B,implies(C,implies(not(A),X)))),Y)))
% 89.77/89.96  -> true
% 89.77/89.96  Current number of equations to process: 2466
% 89.77/89.96  Current number of ordered equations: 0
% 89.77/89.96  Current number of rules: 547
% 89.77/89.96  New rule produced :
% 89.77/89.96  [574]
% 89.77/89.96  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(Y,implies(
% 89.77/89.96                                                                 not(X),Z)))))))
% 89.77/89.96  -> true
% 89.77/89.96  Current number of equations to process: 3313
% 89.77/89.96  Current number of ordered equations: 0
% 89.77/89.96  Current number of rules: 548
% 89.77/89.96  New rule produced :
% 89.77/89.96  [575]
% 89.77/89.96  is_a_theorem(implies(A,implies(B,implies(C,implies(not(implies(X,implies(
% 89.77/89.96                                                                   not(B),Y))),Z)))))
% 89.77/89.96  -> true
% 89.77/89.96  Current number of equations to process: 3847
% 89.77/89.96  Current number of ordered equations: 0
% 89.77/89.96  Current number of rules: 549
% 89.77/89.96  New rule produced :
% 89.77/89.96  [576]
% 89.77/89.96  is_a_theorem(implies(A,implies(B,implies(not(implies(C,implies(X,implies(
% 89.77/89.96                                                                   not(A),Y)))),Z))))
% 89.77/89.96  -> true
% 89.77/89.96  Current number of equations to process: 3846
% 89.77/89.96  Current number of ordered equations: 0
% 89.77/89.96  Current number of rules: 550
% 89.77/89.96  New rule produced :
% 89.77/89.96  [577]
% 89.77/89.96  is_a_theorem(implies(not(implies(A,implies(B,implies(C,implies(X,implies(
% 89.77/89.96                                                                   not(C),Y)))))),Z))
% 89.77/89.96  -> true
% 89.77/89.96  Current number of equations to process: 3845
% 89.77/89.96  Current number of ordered equations: 0
% 89.77/89.96  Current number of rules: 551
% 89.77/89.96  New rule produced :
% 89.77/89.96  [578]
% 89.77/89.96  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(X,Y),implies(Z,
% 89.77/89.96                                                                  implies(X,Y)))))))
% 89.77/89.96  -> true
% 89.77/89.96  Current number of equations to process: 3844
% 89.77/89.96  Current number of ordered equations: 0
% 89.77/89.96  Current number of rules: 552
% 89.77/89.96  New rule produced :
% 89.77/89.96  [579]
% 89.77/89.96  is_a_theorem(implies(A,implies(B,implies(implies(implies(not(B),C),X),
% 89.77/89.96                                   implies(Y,X))))) -> true
% 89.77/89.96  Current number of equations to process: 4443
% 89.77/89.96  Current number of ordered equations: 0
% 89.77/89.96  Current number of rules: 553
% 89.77/89.96  New rule produced :
% 89.77/89.96  [580]
% 89.77/89.96  is_a_theorem(implies(A,implies(implies(implies(not(implies(not(A),B)),C),X),
% 89.77/89.96                         implies(Y,X)))) -> true
% 89.77/89.96  Current number of equations to process: 4442
% 89.77/89.96  Current number of ordered equations: 0
% 89.77/89.96  Current number of rules: 554
% 89.77/89.96  New rule produced :
% 89.77/89.96  [581]
% 89.77/89.96  ifeq(is_a_theorem(A),true,is_a_theorem(implies(implies(implies(not(A),B),C),
% 89.77/89.96                                         implies(X,C))),true) -> true
% 89.77/89.96  Current number of equations to process: 4441
% 89.77/89.96  Current number of ordered equations: 0
% 89.77/89.96  Current number of rules: 555
% 89.77/89.96  New rule produced :
% 89.77/89.96  [582]
% 89.77/89.96  is_a_theorem(implies(not(implies(A,implies(implies(implies(not(A),B),C),
% 89.77/89.96                                     implies(X,C)))),Y)) -> true
% 89.77/89.96  Current number of equations to process: 4440
% 89.77/89.96  Current number of ordered equations: 0
% 89.77/89.96  Current number of rules: 556
% 89.77/89.96  New rule produced :
% 89.77/89.96  [583]
% 89.77/89.96  is_a_theorem(implies(implies(not(A),A),implies(implies(implies(not(A),B),C),
% 89.77/89.96                                         implies(X,C)))) -> true
% 89.77/89.96  Current number of equations to process: 4439
% 89.77/89.96  Current number of ordered equations: 0
% 89.77/89.96  Current number of rules: 557
% 89.77/89.96  New rule produced :
% 89.77/89.96  [584]
% 89.77/89.96  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(not(B),Y))))))
% 89.77/89.96  -> true
% 89.77/89.96  Current number of equations to process: 4552
% 89.77/89.96  Current number of ordered equations: 0
% 89.77/89.96  Current number of rules: 558
% 89.77/89.96  New rule produced :
% 89.77/89.96  [585]
% 89.77/89.96  is_a_theorem(implies(A,implies(B,implies(C,implies(not(implies(not(A),X)),Y)))))
% 89.77/89.96  -> true
% 89.77/89.96  Current number of equations to process: 4555
% 89.77/89.96  Current number of ordered equations: 0
% 89.77/89.96  Current number of rules: 559
% 89.77/89.96  New rule produced :
% 89.77/89.96  [586]
% 89.77/89.96  ifeq(is_a_theorem(A),true,is_a_theorem(implies(B,implies(C,implies(not(A),X)))),true)
% 89.77/89.96  -> true
% 89.77/89.96  Current number of equations to process: 4554
% 100.96/101.15  Current number of ordered equations: 0
% 100.96/101.15  Current number of rules: 560
% 100.96/101.15  New rule produced :
% 100.96/101.15  [587]
% 100.96/101.15  is_a_theorem(implies(not(implies(A,implies(B,implies(C,implies(not(A),X))))),Y))
% 100.96/101.15  -> true
% 100.96/101.15  Current number of equations to process: 4553
% 100.96/101.15  Current number of ordered equations: 0
% 100.96/101.15  Current number of rules: 561
% 100.96/101.15  New rule produced :
% 100.96/101.15  [588]
% 100.96/101.15  is_a_theorem(implies(implies(not(A),A),implies(B,implies(C,implies(not(A),X)))))
% 100.96/101.15  -> true
% 100.96/101.15  Current number of equations to process: 4552
% 100.96/101.15  Current number of ordered equations: 0
% 100.96/101.15  Current number of rules: 562
% 100.96/101.15  New rule produced :
% 100.96/101.15  [589]
% 100.96/101.15  is_a_theorem(implies(implies(implies(A,implies(B,implies(not(C),X))),Y),
% 100.96/101.15               implies(C,Y))) -> true
% 100.96/101.15  Current number of equations to process: 4551
% 100.96/101.15  Current number of ordered equations: 0
% 100.96/101.15  Current number of rules: 563
% 100.96/101.15  New rule produced :
% 100.96/101.15  [590]
% 100.96/101.15  is_a_theorem(implies(implies(implies(A,A),B),implies(C,implies(X,implies(
% 100.96/101.15                                                                   not(B),Y)))))
% 100.96/101.15  -> true
% 100.96/101.15  Current number of equations to process: 4550
% 100.96/101.15  Current number of ordered equations: 0
% 100.96/101.15  Current number of rules: 564
% 100.96/101.15  New rule produced :
% 100.96/101.15  [591]
% 100.96/101.15  is_a_theorem(implies(A,implies(not(implies(B,implies(C,implies(X,implies(
% 100.96/101.15                                                                   not(B),Y))))),Z)))
% 100.96/101.15  -> true
% 100.96/101.15  Current number of equations to process: 4606
% 100.96/101.15  Current number of ordered equations: 0
% 100.96/101.15  Current number of rules: 565
% 100.96/101.15  New rule produced :
% 100.96/101.15  [592]
% 100.96/101.15  is_a_theorem(implies(A,implies(B,implies(C,implies(not(implies(X,implies(
% 100.96/101.15                                                                   not(A),Y))),Z)))))
% 100.96/101.15  -> true
% 100.96/101.15  Current number of equations to process: 4605
% 100.96/101.15  Current number of ordered equations: 0
% 100.96/101.15  Current number of rules: 566
% 100.96/101.15  New rule produced :
% 100.96/101.15  [593]
% 100.96/101.15  is_a_theorem(implies(not(implies(A,implies(B,implies(C,implies(X,implies(
% 100.96/101.15                                                                   not(B),Y)))))),Z))
% 100.96/101.15  -> true
% 100.96/101.15  Current number of equations to process: 4604
% 100.96/101.15  Current number of ordered equations: 0
% 100.96/101.15  Current number of rules: 567
% 100.96/101.15  New rule produced :
% 100.96/101.15  [594]
% 100.96/101.15  is_a_theorem(implies(A,implies(B,implies(not(implies(C,implies(X,implies(
% 100.96/101.15                                                                   not(B),Y)))),Z))))
% 100.96/101.15  -> true
% 100.96/101.15  Current number of equations to process: 4603
% 100.96/101.15  Current number of ordered equations: 0
% 100.96/101.15  Current number of rules: 568
% 100.96/101.15  New rule produced :
% 100.96/101.15  [595]
% 100.96/101.15  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(Y,implies(
% 100.96/101.15                                                                 not(C),Z)))))))
% 100.96/101.15  -> true
% 100.96/101.15  Current number of equations to process: 2460
% 100.96/101.15  Current number of ordered equations: 0
% 100.96/101.15  Current number of rules: 569
% 100.96/101.15  New rule produced :
% 100.96/101.15  [596]
% 100.96/101.15  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(not(implies(
% 100.96/101.15                                                                   not(B),Y)),Z))))))
% 100.96/101.15  -> true
% 100.96/101.15  Current number of equations to process: 3027
% 100.96/101.15  Current number of ordered equations: 0
% 100.96/101.15  Current number of rules: 570
% 100.96/101.15  New rule produced :
% 100.96/101.15  [597]
% 100.96/101.15  is_a_theorem(implies(A,implies(implies(not(B),B),implies(C,implies(X,
% 100.96/101.15                                                             implies(not(B),Y))))))
% 100.96/101.15  -> true
% 100.96/101.15  Current number of equations to process: 3026
% 100.96/101.15  Current number of ordered equations: 0
% 100.96/101.15  Current number of rules: 571
% 100.96/101.15  New rule produced :
% 100.96/101.15  [598]
% 100.96/101.15  is_a_theorem(implies(implies(not(implies(implies(A,A),B)),implies(implies(A,A),B)),
% 100.96/101.15               implies(C,B))) -> true
% 100.96/101.15  Current number of equations to process: 3182
% 100.96/101.15  Current number of ordered equations: 0
% 100.96/101.15  Current number of rules: 572
% 100.96/101.15  New rule produced :
% 100.96/101.15  [599]
% 100.96/101.15  is_a_theorem(implies(not(implies(not(implies(A,implies(not(implies(B,
% 100.96/101.15                                                             implies(C,C))),X))),Y)),Z))
% 100.96/101.15  -> true
% 100.96/101.15  Current number of equations to process: 3196
% 100.96/101.15  Current number of ordered equations: 0
% 100.96/101.15  Current number of rules: 573
% 100.96/101.15  New rule produced :
% 100.96/101.15  [600]
% 100.96/101.15  is_a_theorem(implies(not(implies(not(implies(A,implies(B,implies(not(
% 100.96/101.15                                                                   implies(C,C)),X)))),Y)),Z))
% 100.96/101.15  -> true
% 100.96/101.15  Current number of equations to process: 3213
% 100.96/101.15  Current number of ordered equations: 0
% 100.96/101.15  Current number of rules: 574
% 104.12/104.32  New rule produced :
% 104.12/104.32  [601]
% 104.12/104.32  is_a_theorem(implies(implies(implies(A,B),C),implies(implies(implies(
% 104.12/104.32                                                               implies(
% 104.12/104.32                                                               not(X),X),X),B),C)))
% 104.12/104.32  -> true
% 104.12/104.32  Current number of equations to process: 3230
% 104.12/104.32  Current number of ordered equations: 0
% 104.12/104.32  Current number of rules: 575
% 104.12/104.32  New rule produced :
% 104.12/104.32  [602]
% 104.12/104.32  is_a_theorem(implies(implies(implies(implies(not(A),A),A),B),B)) -> true
% 104.12/104.32  Current number of equations to process: 3234
% 104.12/104.32  Current number of ordered equations: 0
% 104.12/104.32  Current number of rules: 576
% 104.12/104.32  New rule produced :
% 104.12/104.32  [603]
% 104.12/104.32  is_a_theorem(implies(implies(implies(implies(not(A),A),A),B),implies(
% 104.12/104.32                                                               not(implies(C,B)),X)))
% 104.12/104.32  -> true
% 104.12/104.32  Current number of equations to process: 3240
% 104.12/104.32  Current number of ordered equations: 0
% 104.12/104.32  Current number of rules: 577
% 104.12/104.32  New rule produced :
% 104.12/104.32  [604]
% 104.12/104.32  is_a_theorem(implies(A,implies(implies(implies(implies(not(B),B),B),C),C)))
% 104.12/104.32  -> true
% 104.12/104.32  Current number of equations to process: 3241
% 104.12/104.32  Current number of ordered equations: 0
% 104.12/104.32  Current number of rules: 578
% 104.12/104.32  New rule produced :
% 104.12/104.32  [605]
% 104.12/104.32  is_a_theorem(implies(implies(implies(implies(not(A),A),A),B),implies(
% 104.12/104.32                                                               not(B),C))) ->
% 104.12/104.32  true
% 104.12/104.32  Current number of equations to process: 3243
% 104.12/104.32  Current number of ordered equations: 0
% 104.12/104.32  Current number of rules: 579
% 104.12/104.32  New rule produced :
% 104.12/104.32  [606]
% 104.12/104.32  is_a_theorem(implies(not(implies(implies(implies(implies(not(A),A),A),B),B)),C))
% 104.12/104.32  -> true
% 104.12/104.32  Current number of equations to process: 3266
% 104.12/104.32  Current number of ordered equations: 0
% 104.12/104.32  Current number of rules: 580
% 104.12/104.32  New rule produced :
% 104.12/104.32  [607]
% 104.12/104.32  is_a_theorem(implies(implies(A,B),implies(implies(implies(implies(not(C),C),C),A),B)))
% 104.12/104.32  -> true
% 104.12/104.32  Current number of equations to process: 3265
% 104.12/104.32  Current number of ordered equations: 0
% 104.12/104.32  Current number of rules: 581
% 104.12/104.32  New rule produced :
% 104.12/104.32  [608]
% 104.12/104.32  is_a_theorem(implies(implies(implies(A,A),implies(implies(implies(not(B),B),B),C)),C))
% 104.12/104.32  -> true
% 104.12/104.32  Current number of equations to process: 3264
% 104.12/104.32  Current number of ordered equations: 0
% 104.12/104.32  Current number of rules: 582
% 104.12/104.32  New rule produced :
% 104.12/104.32  [609]
% 104.12/104.32  is_a_theorem(implies(A,implies(not(implies(implies(implies(implies(not(B),B),B),C),C)),X)))
% 104.12/104.32  -> true
% 104.12/104.32  Current number of equations to process: 3263
% 104.12/104.32  Current number of ordered equations: 0
% 104.12/104.32  Current number of rules: 583
% 104.12/104.32  New rule produced :
% 104.12/104.32  [610]
% 104.12/104.32  is_a_theorem(implies(not(implies(A,implies(implies(implies(implies(not(B),B),B),C),C))),X))
% 104.12/104.32  -> true
% 104.12/104.32  Current number of equations to process: 3262
% 104.12/104.32  Current number of ordered equations: 0
% 104.12/104.32  Current number of rules: 584
% 104.12/104.32  New rule produced :
% 104.12/104.32  [611]
% 104.12/104.32  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(not(C),C),C),X),X))))
% 104.12/104.32  -> true
% 104.12/104.32  Current number of equations to process: 3297
% 104.12/104.32  Current number of ordered equations: 0
% 104.12/104.32  Current number of rules: 585
% 104.12/104.32  New rule produced :
% 104.12/104.32  [612]
% 104.12/104.32  is_a_theorem(implies(A,implies(implies(implies(implies(not(B),B),B),not(A)),C)))
% 104.12/104.32  -> true
% 104.12/104.32  Current number of equations to process: 3330
% 104.12/104.32  Current number of ordered equations: 0
% 104.12/104.32  Current number of rules: 586
% 104.12/104.32  New rule produced :
% 104.12/104.32  [613]
% 104.12/104.32  is_a_theorem(implies(implies(implies(implies(not(A),A),A),not(implies(B,B))),C))
% 104.12/104.32  -> true
% 104.12/104.32  Current number of equations to process: 3330
% 104.12/104.32  Current number of ordered equations: 0
% 104.12/104.32  Current number of rules: 587
% 104.12/104.32  New rule produced :
% 104.12/104.32  [614]
% 104.12/104.32  is_a_theorem(implies(implies(implies(implies(not(A),A),A),implies(not(B),B)),B))
% 104.12/104.32  -> true
% 104.12/104.32  Current number of equations to process: 3333
% 104.12/104.32  Current number of ordered equations: 0
% 104.12/104.32  Current number of rules: 588
% 104.12/104.32  New rule produced :
% 104.12/104.32  [615]
% 104.12/104.32  is_a_theorem(implies(implies(implies(implies(not(A),A),A),implies(implies(B,B),C)),C))
% 104.12/104.32  -> true
% 104.12/104.32  Current number of equations to process: 3339
% 104.12/104.32  Current number of ordered equations: 0
% 104.12/104.32  Current number of rules: 589
% 104.12/104.32  New rule produced :
% 104.12/104.32  [616]
% 104.12/104.32  is_a_theorem(implies(A,implies(implies(implies(implies(not(B),B),B),C),
% 104.12/104.32                         implies(not(C),X)))) -> true
% 104.12/104.32  Current number of equations to process: 3377
% 104.12/104.32  Current number of ordered equations: 0
% 104.12/104.32  Current number of rules: 590
% 104.12/104.32  New rule produced :
% 104.12/104.32  [617]
% 104.12/104.32  is_a_theorem(implies(implies(implies(implies(not(A),A),A),B),implies(C,
% 109.76/109.97                                                               implies(
% 109.76/109.97                                                               not(B),X)))) ->
% 109.76/109.97  true
% 109.76/109.97  Current number of equations to process: 3376
% 109.76/109.97  Current number of ordered equations: 0
% 109.76/109.97  Current number of rules: 591
% 109.76/109.97  New rule produced :
% 109.76/109.97  [618]
% 109.76/109.97  is_a_theorem(implies(A,implies(implies(implies(implies(not(B),B),B),not(
% 109.76/109.97                                                                      implies(C,C))),X)))
% 109.76/109.97  -> true
% 109.76/109.97  Current number of equations to process: 3375
% 109.76/109.97  Current number of ordered equations: 0
% 109.76/109.97  Current number of rules: 592
% 109.76/109.97  New rule produced :
% 109.76/109.97  [619]
% 109.76/109.97  is_a_theorem(implies(implies(implies(implies(not(A),A),A),not(implies(B,
% 109.76/109.97                                                                implies(C,C)))),X))
% 109.76/109.97  -> true
% 109.76/109.97  Current number of equations to process: 3374
% 109.76/109.97  Current number of ordered equations: 0
% 109.76/109.97  Current number of rules: 593
% 109.76/109.97  New rule produced :
% 109.76/109.97  [620]
% 109.76/109.97  is_a_theorem(implies(A,implies(implies(implies(implies(not(B),B),B),implies(
% 109.76/109.97                                                                      not(C),C)),C)))
% 109.76/109.97  -> true
% 109.76/109.97  Current number of equations to process: 3373
% 109.76/109.97  Current number of ordered equations: 0
% 109.76/109.97  Current number of rules: 594
% 109.76/109.97  New rule produced :
% 109.76/109.97  [621]
% 109.76/109.97  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(not(C),C),C),
% 109.76/109.97                                           not(B)),X)))) -> true
% 109.76/109.97  Current number of equations to process: 3519
% 109.76/109.97  Current number of ordered equations: 0
% 109.76/109.97  Current number of rules: 595
% 109.76/109.97  New rule produced :
% 109.76/109.97  [622]
% 109.76/109.97  is_a_theorem(implies(implies(implies(A,B),C),implies(implies(implies(X,
% 109.76/109.97                                                               implies(
% 109.76/109.97                                                               not(X),Y)),B),C)))
% 109.76/109.97  -> true
% 109.76/109.97  Current number of equations to process: 3633
% 109.76/109.97  Current number of ordered equations: 0
% 109.76/109.97  Current number of rules: 596
% 109.76/109.97  New rule produced :
% 109.76/109.97  [623]
% 109.76/109.97  is_a_theorem(implies(implies(implies(A,implies(not(A),B)),C),C)) -> true
% 109.76/109.97  Current number of equations to process: 3637
% 109.76/109.97  Current number of ordered equations: 0
% 109.76/109.97  Current number of rules: 597
% 109.76/109.97  New rule produced :
% 109.76/109.97  [624]
% 109.76/109.97  is_a_theorem(implies(implies(implies(A,implies(not(A),B)),C),implies(
% 109.76/109.97                                                               not(implies(X,C)),Y)))
% 109.76/109.97  -> true
% 109.76/109.97  Current number of equations to process: 3643
% 109.76/109.97  Current number of ordered equations: 0
% 109.76/109.97  Current number of rules: 598
% 109.76/109.97  New rule produced :
% 109.76/109.97  [625]
% 109.76/109.97  is_a_theorem(implies(A,implies(implies(implies(B,implies(not(B),C)),X),X)))
% 109.76/109.97  -> true
% 109.76/109.97  Current number of equations to process: 3644
% 109.76/109.97  Current number of ordered equations: 0
% 109.76/109.97  Current number of rules: 599
% 109.76/109.97  New rule produced :
% 109.76/109.97  [626]
% 109.76/109.97  is_a_theorem(implies(implies(implies(A,implies(not(A),B)),C),implies(
% 109.76/109.97                                                               not(C),X))) ->
% 109.76/109.97  true
% 109.76/109.97  Current number of equations to process: 3646
% 109.76/109.97  Current number of ordered equations: 0
% 109.76/109.97  Current number of rules: 600
% 109.76/109.97  New rule produced :
% 109.76/109.97  [627]
% 109.76/109.97  is_a_theorem(implies(not(implies(implies(implies(A,implies(not(A),B)),C),C)),X))
% 109.76/109.97  -> true
% 109.76/109.97  Current number of equations to process: 3669
% 109.76/109.97  Current number of ordered equations: 0
% 109.76/109.97  Current number of rules: 601
% 109.76/109.97  New rule produced :
% 109.76/109.97  [628]
% 109.76/109.97  is_a_theorem(implies(implies(A,B),implies(implies(implies(C,implies(not(C),X)),A),B)))
% 109.76/109.97  -> true
% 109.76/109.97  Current number of equations to process: 3668
% 109.76/109.97  Current number of ordered equations: 0
% 109.76/109.97  Current number of rules: 602
% 109.76/109.97  New rule produced :
% 109.76/109.97  [629]
% 109.76/109.97  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,implies(not(B),C)),X)),X))
% 109.76/109.97  -> true
% 109.76/109.97  Current number of equations to process: 3667
% 109.76/109.97  Current number of ordered equations: 0
% 109.76/109.97  Current number of rules: 603
% 109.76/109.97  New rule produced :
% 109.76/109.97  [630]
% 109.76/109.97  is_a_theorem(implies(A,implies(not(implies(implies(implies(B,implies(
% 109.76/109.97                                                               not(B),C)),X),X)),Y)))
% 109.76/109.97  -> true
% 109.76/109.97  Current number of equations to process: 3666
% 109.76/109.97  Current number of ordered equations: 0
% 109.76/109.97  Current number of rules: 604
% 109.76/109.97  New rule produced :
% 109.76/109.97  [631]
% 109.76/109.97  is_a_theorem(implies(not(implies(A,implies(implies(implies(B,implies(
% 109.76/109.97                                                               not(B),C)),X),X))),Y))
% 109.76/109.97  -> true
% 109.76/109.97  Current number of equations to process: 3665
% 109.76/109.97  Current number of ordered equations: 0
% 118.86/119.09  Current number of rules: 605
% 118.86/119.09  New rule produced :
% 118.86/119.09  [632]
% 118.86/119.09  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(not(C),X)),Y),Y))))
% 118.86/119.09  -> true
% 118.86/119.09  Current number of equations to process: 3700
% 118.86/119.09  Current number of ordered equations: 0
% 118.86/119.09  Current number of rules: 606
% 118.86/119.09  New rule produced :
% 118.86/119.09  [633]
% 118.86/119.09  is_a_theorem(implies(A,implies(implies(implies(B,implies(not(B),C)),not(A)),X)))
% 118.86/119.09  -> true
% 118.86/119.09  Current number of equations to process: 3734
% 118.86/119.09  Current number of ordered equations: 0
% 118.86/119.09  Current number of rules: 607
% 118.86/119.09  New rule produced :
% 118.86/119.09  [634]
% 118.86/119.09  is_a_theorem(implies(implies(implies(A,implies(not(A),B)),not(implies(C,C))),X))
% 118.86/119.09  -> true
% 118.86/119.09  Current number of equations to process: 3734
% 118.86/119.09  Current number of ordered equations: 0
% 118.86/119.09  Current number of rules: 608
% 118.86/119.09  New rule produced :
% 118.86/119.09  [635]
% 118.86/119.09  is_a_theorem(implies(implies(implies(A,implies(not(A),B)),implies(not(C),C)),C))
% 118.86/119.09  -> true
% 118.86/119.09  Current number of equations to process: 3737
% 118.86/119.09  Current number of ordered equations: 0
% 118.86/119.09  Current number of rules: 609
% 118.86/119.09  New rule produced :
% 118.86/119.09  [636]
% 118.86/119.09  is_a_theorem(implies(implies(implies(A,implies(not(A),B)),implies(implies(C,C),X)),X))
% 118.86/119.09  -> true
% 118.86/119.09  Current number of equations to process: 3743
% 118.86/119.09  Current number of ordered equations: 0
% 118.86/119.09  Current number of rules: 610
% 118.86/119.09  New rule produced :
% 118.86/119.09  [637]
% 118.86/119.09  is_a_theorem(implies(A,implies(implies(implies(B,implies(not(B),C)),X),
% 118.86/119.09                         implies(not(X),Y)))) -> true
% 118.86/119.09  Current number of equations to process: 3781
% 118.86/119.09  Current number of ordered equations: 0
% 118.86/119.09  Current number of rules: 611
% 118.86/119.09  New rule produced :
% 118.86/119.09  [638]
% 118.86/119.09  is_a_theorem(implies(implies(implies(A,implies(not(A),B)),C),implies(X,
% 118.86/119.09                                                               implies(
% 118.86/119.09                                                               not(C),Y)))) ->
% 118.86/119.09  true
% 118.86/119.09  Current number of equations to process: 3780
% 118.86/119.09  Current number of ordered equations: 0
% 118.86/119.09  Current number of rules: 612
% 118.86/119.09  New rule produced :
% 118.86/119.09  [639]
% 118.86/119.09  is_a_theorem(implies(A,implies(implies(implies(B,implies(not(B),C)),not(
% 118.86/119.09                                                                      implies(X,X))),Y)))
% 118.86/119.09  -> true
% 118.86/119.09  Current number of equations to process: 3779
% 118.86/119.09  Current number of ordered equations: 0
% 118.86/119.09  Current number of rules: 613
% 118.86/119.09  New rule produced :
% 118.86/119.09  [640]
% 118.86/119.09  is_a_theorem(implies(implies(implies(A,implies(not(A),B)),not(implies(C,
% 118.86/119.09                                                                implies(X,X)))),Y))
% 118.86/119.09  -> true
% 118.86/119.09  Current number of equations to process: 3778
% 118.86/119.09  Current number of ordered equations: 0
% 118.86/119.09  Current number of rules: 614
% 118.86/119.09  New rule produced :
% 118.86/119.09  [641]
% 118.86/119.09  is_a_theorem(implies(A,implies(implies(implies(B,implies(not(B),C)),implies(
% 118.86/119.09                                                                      not(X),X)),X)))
% 118.86/119.09  -> true
% 118.86/119.09  Current number of equations to process: 3777
% 118.86/119.09  Current number of ordered equations: 0
% 118.86/119.09  Current number of rules: 615
% 118.86/119.09  New rule produced :
% 118.86/119.09  [642]
% 118.86/119.09  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(not(C),X)),
% 118.86/119.09                                           not(B)),Y)))) -> true
% 118.86/119.09  Current number of equations to process: 3923
% 118.86/119.09  Current number of ordered equations: 0
% 118.86/119.09  Current number of rules: 616
% 118.86/119.09  New rule produced :
% 118.86/119.09  [643]
% 118.86/119.09  is_a_theorem(implies(not(implies(not(implies(not(implies(A,implies(B,
% 118.86/119.09                                                             implies(C,C)))),X)),Y)),Z))
% 118.86/119.09  -> true
% 118.86/119.09  Current number of equations to process: 4037
% 118.86/119.09  Current number of ordered equations: 0
% 118.86/119.09  Current number of rules: 617
% 118.86/119.09  New rule produced :
% 118.86/119.09  [644]
% 118.86/119.09  is_a_theorem(implies(not(implies(not(implies(A,implies(B,implies(implies(
% 118.86/119.09                                                                   not(C),C),C)))),X)),Y))
% 118.86/119.09  -> true
% 118.86/119.09  Current number of equations to process: 4054
% 118.86/119.09  Current number of ordered equations: 0
% 118.86/119.09  Current number of rules: 618
% 118.86/119.09  New rule produced :
% 118.86/119.09  [645]
% 118.86/119.09  is_a_theorem(implies(not(implies(not(implies(A,implies(B,implies(C,implies(
% 118.86/119.09                                                                     not(C),X))))),Y)),Z))
% 118.86/119.09  -> true
% 118.86/119.09  Current number of equations to process: 4071
% 118.86/119.09  Current number of ordered equations: 0
% 118.86/119.09  Current number of rules: 619
% 118.86/119.09  New rule produced :
% 118.86/119.09  [646]
% 118.86/119.09  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,implies(X,X)))),Y)),true,
% 118.86/119.09  is_a_theorem(Y),true) -> true
% 129.04/129.29  Current number of equations to process: 4088
% 129.04/129.29  Current number of ordered equations: 0
% 129.04/129.29  Current number of rules: 620
% 129.04/129.29  New rule produced :
% 129.04/129.29  [647]
% 129.04/129.29  ifeq(is_a_theorem(implies(implies(A,B),C)),true,is_a_theorem(implies(
% 129.04/129.29                                                               implies(
% 129.04/129.29                                                               implies(X,X),B),C)),true)
% 129.04/129.29  -> true
% 129.04/129.29  Current number of equations to process: 4125
% 129.04/129.29  Current number of ordered equations: 0
% 129.04/129.29  Current number of rules: 621
% 129.04/129.29  New rule produced :
% 129.04/129.29  [648]
% 129.04/129.29  is_a_theorem(implies(implies(implies(A,A),B),implies(implies(B,C),implies(X,C))))
% 129.04/129.29  -> true
% 129.04/129.29  Current number of equations to process: 4126
% 129.04/129.29  Current number of ordered equations: 0
% 129.04/129.29  Current number of rules: 622
% 129.04/129.29  New rule produced :
% 129.04/129.29  [649]
% 129.04/129.29  is_a_theorem(implies(implies(implies(A,A),B),implies(C,implies(X,B)))) ->
% 129.04/129.29  true
% 129.04/129.29  Current number of equations to process: 4142
% 129.04/129.29  Current number of ordered equations: 0
% 129.04/129.29  Current number of rules: 623
% 129.04/129.29  New rule produced :
% 129.04/129.29  [650]
% 129.04/129.29  is_a_theorem(implies(implies(implies(A,A),B),implies(not(implies(C,implies(X,B))),Y)))
% 129.04/129.29  -> true
% 129.04/129.29  Current number of equations to process: 4145
% 129.04/129.29  Current number of ordered equations: 0
% 129.04/129.29  Current number of rules: 624
% 129.04/129.29  New rule produced :
% 129.04/129.29  [651]
% 129.04/129.29  is_a_theorem(implies(A,implies(implies(implies(B,B),C),implies(X,implies(Y,C)))))
% 129.04/129.29  -> true
% 129.04/129.29  Current number of equations to process: 4199
% 129.04/129.29  Current number of ordered equations: 0
% 129.04/129.29  Current number of rules: 625
% 129.04/129.29  New rule produced :
% 129.04/129.29  [652]
% 129.04/129.29  ifeq(is_a_theorem(implies(implies(A,A),B)),true,is_a_theorem(implies(C,
% 129.04/129.29                                                               implies(X,B))),true)
% 129.04/129.29  -> true
% 129.04/129.29  Current number of equations to process: 4198
% 129.04/129.29  Current number of ordered equations: 0
% 129.04/129.29  Current number of rules: 626
% 129.04/129.29  New rule produced :
% 129.04/129.29  [653]
% 129.04/129.29  is_a_theorem(implies(not(implies(implies(implies(A,A),B),implies(C,implies(X,B)))),Y))
% 129.04/129.29  -> true
% 129.04/129.29  Current number of equations to process: 4197
% 129.04/129.29  Current number of ordered equations: 0
% 129.04/129.29  Current number of rules: 627
% 129.04/129.29  New rule produced :
% 129.04/129.29  [654]
% 129.04/129.29  is_a_theorem(implies(A,implies(implies(implies(B,B),C),implies(implies(C,X),
% 129.04/129.29                                                         implies(Y,X))))) ->
% 129.04/129.29  true
% 129.04/129.29  Current number of equations to process: 4401
% 129.04/129.29  Current number of ordered equations: 0
% 129.04/129.29  Current number of rules: 628
% 129.04/129.29  New rule produced :
% 129.04/129.29  [655]
% 129.04/129.29  is_a_theorem(implies(implies(implies(A,implies(B,C)),X),implies(implies(
% 129.04/129.29                                                                  implies(Y,Y),C),X)))
% 129.04/129.29  -> true
% 129.04/129.29  Current number of equations to process: 4400
% 129.04/129.29  Current number of ordered equations: 0
% 129.04/129.29  Current number of rules: 629
% 129.04/129.29  New rule produced :
% 129.04/129.29  [656]
% 129.04/129.29  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,B),C)),implies(X,
% 129.04/129.29                                                                     implies(Y,C))))
% 129.04/129.29  -> true
% 129.04/129.29  Current number of equations to process: 4399
% 129.04/129.29  Current number of ordered equations: 0
% 129.04/129.29  Current number of rules: 630
% 129.04/129.29  New rule produced :
% 129.04/129.29  [657]
% 129.04/129.29  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,C),X),implies(Y,
% 129.04/129.29                                                                   implies(Z,X))))))
% 129.04/129.29  -> true
% 129.04/129.29  Current number of equations to process: 4398
% 129.04/129.29  Current number of ordered equations: 0
% 129.04/129.29  Current number of rules: 631
% 129.04/129.29  New rule produced :
% 129.04/129.29  [658]
% 129.04/129.29  is_a_theorem(implies(not(implies(implies(implies(A,B),C),implies(implies(
% 129.04/129.29                                                                   implies(X,X),B),C))),Y))
% 129.04/129.29  -> true
% 129.04/129.29  Current number of equations to process: 4474
% 129.04/129.29  Current number of ordered equations: 0
% 129.04/129.29  Current number of rules: 632
% 129.04/129.29  New rule produced :
% 129.04/129.29  [659]
% 129.04/129.29  is_a_theorem(implies(implies(implies(not(implies(A,B)),C),X),implies(
% 129.04/129.29                                                               implies(
% 129.04/129.29                                                               implies(Y,Y),B),X)))
% 129.04/129.29  -> true
% 129.04/129.29  Current number of equations to process: 4491
% 129.04/129.29  Current number of ordered equations: 0
% 129.04/129.29  Current number of rules: 633
% 129.04/129.29  New rule produced :
% 129.04/129.29  [660]
% 129.04/129.29  ifeq(is_a_theorem(not(implies(A,implies(not(implies(B,implies(C,C))),X)))),true,
% 129.04/129.29  is_a_theorem(Y),true) -> true
% 129.04/129.29  Current number of equations to process: 4511
% 129.04/129.29  Current number of ordered equations: 0
% 129.04/129.29  Current number of rules: 634
% 129.04/129.29  New rule produced :
% 138.83/139.10  [661]
% 138.83/139.10  ifeq(is_a_theorem(not(implies(A,implies(B,implies(not(implies(C,C)),X))))),true,
% 138.83/139.10  is_a_theorem(Y),true) -> true
% 138.83/139.10  Current number of equations to process: 4509
% 138.83/139.10  Current number of ordered equations: 0
% 138.83/139.10  Current number of rules: 635
% 138.83/139.10  New rule produced :
% 138.83/139.10  [662]
% 138.83/139.10  ifeq(is_a_theorem(not(implies(not(implies(A,implies(B,implies(C,C)))),X))),true,
% 138.83/139.10  is_a_theorem(Y),true) -> true
% 138.83/139.10  Current number of equations to process: 4507
% 138.83/139.10  Current number of ordered equations: 0
% 138.83/139.10  Current number of rules: 636
% 138.83/139.10  New rule produced :
% 138.83/139.10  [663]
% 138.83/139.10  ifeq(is_a_theorem(not(implies(A,implies(B,implies(implies(not(C),C),C))))),true,
% 138.83/139.10  is_a_theorem(X),true) -> true
% 138.83/139.10  Current number of equations to process: 4505
% 138.83/139.10  Current number of ordered equations: 0
% 138.83/139.10  Current number of rules: 637
% 138.83/139.10  New rule produced :
% 138.83/139.10  [664]
% 138.83/139.10  ifeq(is_a_theorem(not(implies(A,implies(B,implies(C,implies(not(C),X)))))),true,
% 138.83/139.10  is_a_theorem(Y),true) -> true
% 138.83/139.10  Current number of equations to process: 4503
% 138.83/139.10  Current number of ordered equations: 0
% 138.83/139.10  Current number of rules: 638
% 138.83/139.10  New rule produced :
% 138.83/139.10  [665]
% 138.83/139.10  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,C))),X)),true,
% 138.83/139.10  is_a_theorem(implies(Y,X)),true) -> true
% 138.83/139.10  Current number of equations to process: 4501
% 138.83/139.10  Current number of ordered equations: 0
% 138.83/139.10  Current number of rules: 639
% 138.83/139.10  New rule produced :
% 138.83/139.10  [666]
% 138.83/139.10  is_a_theorem(implies(not(implies(implies(implies(A,implies(B,implies(C,C))),X),
% 138.83/139.10                           implies(Y,X))),Z)) -> true
% 138.83/139.10  Current number of equations to process: 4540
% 138.83/139.10  Current number of ordered equations: 0
% 138.83/139.10  Current number of rules: 640
% 138.83/139.10  New rule produced :
% 138.83/139.10  [667]
% 138.83/139.10  is_a_theorem(implies(not(implies(not(implies(not(implies(implies(implies(A,A),B),B)),C)),X)),Y))
% 138.83/139.10  -> true
% 138.83/139.10  Current number of equations to process: 4557
% 138.83/139.10  Current number of ordered equations: 0
% 138.83/139.10  Current number of rules: 641
% 138.83/139.10  New rule produced :
% 138.83/139.10  [668]
% 138.83/139.10  is_a_theorem(implies(implies(not(implies(A,B)),implies(A,B)),implies(
% 138.83/139.10                                                               implies(
% 138.83/139.10                                                               implies(C,C),A),B)))
% 138.83/139.10  -> true
% 138.83/139.10  Current number of equations to process: 4574
% 138.83/139.10  Current number of ordered equations: 0
% 138.83/139.10  Current number of rules: 642
% 138.83/139.10  New rule produced :
% 138.83/139.10  [669]
% 138.83/139.10  ifeq(is_a_theorem(not(implies(not(implies(implies(implies(A,A),B),B)),C))),true,
% 138.83/139.10  is_a_theorem(X),true) -> true
% 138.83/139.10  Current number of equations to process: 4591
% 138.83/139.10  Current number of ordered equations: 0
% 138.83/139.10  Current number of rules: 643
% 138.83/139.10  New rule produced :
% 138.83/139.10  [670]
% 138.83/139.10  is_a_theorem(implies(implies(implies(not(implies(A,implies(B,implies(C,C)))),X),Y),
% 138.83/139.10               implies(Z,Y))) -> true
% 138.83/139.10  Current number of equations to process: 4589
% 138.83/139.10  Current number of ordered equations: 0
% 138.83/139.10  Current number of rules: 644
% 138.83/139.10  New rule produced :
% 138.83/139.10  [671]
% 138.83/139.10  is_a_theorem(implies(not(implies(not(implies(implies(implies(A,A),implies(
% 138.83/139.10                                                                    not(B),B)),B)),C)),X))
% 138.83/139.10  -> true
% 138.83/139.10  Current number of equations to process: 4607
% 138.83/139.10  Current number of ordered equations: 0
% 138.83/139.10  Current number of rules: 645
% 138.83/139.10  New rule produced :
% 138.83/139.10  [672]
% 138.83/139.10  is_a_theorem(implies(not(implies(not(implies(implies(implies(A,A),B),
% 138.83/139.10                                       implies(not(B),C))),X)),Y)) -> true
% 138.83/139.10  Current number of equations to process: 4624
% 138.83/139.10  Current number of ordered equations: 0
% 138.83/139.10  Current number of rules: 646
% 138.83/139.10  New rule produced :
% 138.83/139.10  [673]
% 138.83/139.10  is_a_theorem(implies(not(implies(not(implies(A,implies(implies(implies(B,B),
% 138.83/139.10                                                         not(A)),C))),X)),Y))
% 138.83/139.10  -> true
% 138.83/139.10  Current number of equations to process: 4641
% 138.83/139.10  Current number of ordered equations: 0
% 138.83/139.10  Current number of rules: 647
% 138.83/139.10  New rule produced :
% 138.83/139.10  [674]
% 138.83/139.10  is_a_theorem(implies(not(implies(not(implies(implies(implies(A,A),not(
% 138.83/139.10                                                                    implies(B,B))),C)),X)),Y))
% 138.83/139.10  -> true
% 138.83/139.10  Current number of equations to process: 4658
% 138.83/139.10  Current number of ordered equations: 0
% 138.83/139.10  Current number of rules: 648
% 138.83/139.10  New rule produced :
% 138.83/139.10  [675]
% 138.83/139.10  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(B,B),C),C)),X)),true,
% 138.83/139.10  is_a_theorem(X),true) -> true
% 138.83/139.10  Current number of equations to process: 4675
% 138.83/139.10  Current number of ordered equations: 0
% 138.83/139.10  Current number of rules: 649
% 138.83/139.10  New rule produced :
% 146.60/146.82  [676]
% 146.60/146.82  is_a_theorem(implies(implies(implies(implies(implies(A,A),not(implies(B,B))),C),X),
% 146.60/146.82               implies(Y,X))) -> true
% 146.60/146.82  Current number of equations to process: 4711
% 146.60/146.82  Current number of ordered equations: 0
% 146.60/146.82  Current number of rules: 650
% 146.60/146.82  New rule produced :
% 146.60/146.82  [677]
% 146.60/146.82  ifeq(is_a_theorem(not(implies(implies(implies(A,A),implies(not(B),B)),B))),true,
% 146.60/146.82  is_a_theorem(C),true) -> true
% 146.60/146.82  Current number of equations to process: 4729
% 146.60/146.82  Current number of ordered equations: 0
% 146.60/146.82  Current number of rules: 651
% 146.60/146.82  New rule produced :
% 146.60/146.82  [678]
% 146.60/146.82  ifeq(is_a_theorem(not(implies(implies(implies(A,A),B),implies(not(B),C)))),true,
% 146.60/146.82  is_a_theorem(X),true) -> true
% 146.60/146.82  Current number of equations to process: 4726
% 146.60/146.82  Current number of ordered equations: 0
% 146.60/146.82  Current number of rules: 652
% 146.60/146.82  New rule produced :
% 146.60/146.82  [679]
% 146.60/146.82  is_a_theorem(implies(implies(implies(A,A),not(implies(not(implies(implies(
% 146.60/146.82                                                                    not(B),B),B)),C))),X))
% 146.60/146.82  -> true
% 146.60/146.82  Current number of equations to process: 4724
% 146.60/146.82  Current number of ordered equations: 0
% 146.60/146.82  Current number of rules: 653
% 146.60/146.82  New rule produced :
% 146.60/146.82  [680]
% 146.60/146.82  is_a_theorem(implies(implies(implies(A,A),not(implies(not(implies(B,implies(
% 146.60/146.82                                                                      not(B),C))),X))),Y))
% 146.60/146.82  -> true
% 146.60/146.82  Current number of equations to process: 4741
% 146.60/146.82  Current number of ordered equations: 0
% 146.60/146.82  Current number of rules: 654
% 146.60/146.82  New rule produced :
% 146.60/146.82  [681]
% 146.60/146.82  is_a_theorem(implies(implies(implies(A,A),not(implies(implies(not(B),B),
% 146.60/146.82                                                implies(not(B),C)))),X)) ->
% 146.60/146.82  true
% 146.60/146.82  Current number of equations to process: 4758
% 146.60/146.82  Current number of ordered equations: 0
% 146.60/146.82  Current number of rules: 655
% 146.60/146.82  New rule produced :
% 146.60/146.82  [682]
% 146.60/146.82  is_a_theorem(implies(implies(implies(A,A),not(implies(B,implies(not(implies(
% 146.60/146.82                                                                      not(B),C)),X)))),Y))
% 146.60/146.82  -> true
% 146.60/146.82  Current number of equations to process: 4775
% 146.60/146.82  Current number of ordered equations: 0
% 146.60/146.82  Current number of rules: 656
% 146.60/146.82  New rule produced :
% 146.60/146.82  [683]
% 146.60/146.82  is_a_theorem(implies(implies(implies(A,A),not(implies(not(implies(not(
% 146.60/146.82                                                                    implies(B,B)),C)),X))),Y))
% 146.60/146.82  -> true
% 146.60/146.82  Current number of equations to process: 4792
% 146.60/146.82  Current number of ordered equations: 0
% 146.60/146.82  Current number of rules: 657
% 146.60/146.82  New rule produced :
% 146.60/146.82  [684]
% 146.60/146.82  is_a_theorem(implies(implies(implies(A,A),not(implies(implies(implies(B,B),C),
% 146.60/146.82                                                implies(X,C)))),Y)) -> true
% 146.60/146.82  Current number of equations to process: 4809
% 146.60/146.82  Current number of ordered equations: 0
% 146.60/146.82  Current number of rules: 658
% 146.60/146.82  New rule produced :
% 146.60/146.82  [685]
% 146.60/146.82  is_a_theorem(implies(implies(implies(A,A),not(implies(B,implies(C,implies(X,
% 146.60/146.82                                                                    implies(Y,Y)))))),Z))
% 146.60/146.82  -> true
% 146.60/146.82  Current number of equations to process: 4826
% 146.60/146.82  Current number of ordered equations: 0
% 146.60/146.82  Current number of rules: 659
% 146.60/146.82  New rule produced :
% 146.60/146.82  [686]
% 146.60/146.82  is_a_theorem(implies(implies(implies(A,A),not(implies(B,implies(implies(
% 146.60/146.82                                                                  implies(C,C),X),X)))),Y))
% 146.60/146.82  -> true
% 146.60/146.82  Current number of equations to process: 4843
% 146.60/146.82  Current number of ordered equations: 0
% 146.60/146.82  Current number of rules: 660
% 146.60/146.82  New rule produced :
% 146.60/146.82  [687]
% 146.60/146.82  ifeq(is_a_theorem(not(implies(A,implies(implies(implies(B,B),not(A)),C)))),true,
% 146.60/146.82  is_a_theorem(X),true) -> true
% 146.60/146.82  Current number of equations to process: 4860
% 146.60/146.82  Current number of ordered equations: 0
% 146.60/146.82  Current number of rules: 661
% 146.60/146.82  New rule produced :
% 146.60/146.82  [688]
% 146.60/146.82  ifeq(is_a_theorem(implies(implies(A,A),not(implies(implies(not(B),B),B)))),true,
% 146.60/146.82  is_a_theorem(C),true) -> true
% 146.60/146.82  Current number of equations to process: 4858
% 146.60/146.82  Current number of ordered equations: 0
% 146.60/146.82  Current number of rules: 662
% 146.60/146.82  New rule produced :
% 146.60/146.82  [689]
% 146.60/146.82  is_a_theorem(implies(not(implies(implies(implies(A,A),not(implies(implies(
% 146.60/146.82                                                                    not(B),B),B))),C)),X))
% 146.60/146.82  -> true
% 146.60/146.82  Current number of equations to process: 4857
% 146.60/146.82  Current number of ordered equations: 0
% 146.60/146.82  Current number of rules: 663
% 146.60/146.82  New rule produced :
% 146.60/146.82  [690]
% 146.60/146.82  ifeq(is_a_theorem(implies(implies(A,A),not(implies(B,implies(not(B),C))))),true,
% 156.32/156.53  is_a_theorem(X),true) -> true
% 156.32/156.53  Current number of equations to process: 4874
% 156.32/156.53  Current number of ordered equations: 0
% 156.32/156.53  Current number of rules: 664
% 156.32/156.53  New rule produced :
% 156.32/156.53  [691]
% 156.32/156.53  is_a_theorem(implies(not(implies(implies(implies(A,A),not(implies(B,implies(
% 156.32/156.53                                                                      not(B),C)))),X)),Y))
% 156.32/156.53  -> true
% 156.32/156.53  Current number of equations to process: 4873
% 156.32/156.53  Current number of ordered equations: 0
% 156.32/156.53  Current number of rules: 665
% 156.32/156.53  New rule produced :
% 156.32/156.53  [692]
% 156.32/156.53  ifeq(is_a_theorem(implies(not(A),A)),true,is_a_theorem(implies(implies(
% 156.32/156.53                                                                 implies(B,B),
% 156.32/156.53                                                                 not(A)),C)),true)
% 156.32/156.53  -> true
% 156.32/156.53  Current number of equations to process: 4890
% 156.32/156.53  Current number of ordered equations: 0
% 156.32/156.53  Current number of rules: 666
% 156.32/156.53  New rule produced :
% 156.32/156.53  [693]
% 156.32/156.53  is_a_theorem(implies(not(implies(implies(not(A),A),implies(implies(implies(B,B),
% 156.32/156.53                                                             not(A)),C))),X))
% 156.32/156.53  -> true
% 156.32/156.53  Current number of equations to process: 925
% 156.32/156.53  Current number of ordered equations: 0
% 156.32/156.53  Current number of rules: 667
% 156.32/156.53  New rule produced :
% 156.32/156.53  [694]
% 156.32/156.53  ifeq(is_a_theorem(A),true,is_a_theorem(implies(implies(implies(B,B),not(
% 156.32/156.53                                                                      implies(
% 156.32/156.53                                                                      not(A),C))),X)),true)
% 156.32/156.53  -> true
% 156.32/156.53  Current number of equations to process: 942
% 156.32/156.53  Current number of ordered equations: 0
% 156.32/156.53  Current number of rules: 668
% 156.32/156.53  New rule produced :
% 156.32/156.53  [695]
% 156.32/156.53  is_a_theorem(implies(not(implies(A,implies(implies(implies(B,B),not(implies(
% 156.32/156.53                                                                      not(A),C))),X))),Y))
% 156.32/156.53  -> true
% 156.32/156.53  Current number of equations to process: 1494
% 156.32/156.53  Current number of ordered equations: 0
% 156.32/156.53  Current number of rules: 669
% 156.32/156.53  New rule produced :
% 156.32/156.53  [696]
% 156.32/156.53  is_a_theorem(implies(implies(not(A),A),implies(implies(implies(B,B),not(
% 156.32/156.53                                                                      implies(
% 156.32/156.53                                                                      not(A),C))),X)))
% 156.32/156.53  -> true
% 156.32/156.53  Current number of equations to process: 1510
% 156.32/156.53  Current number of ordered equations: 0
% 156.32/156.53  Current number of rules: 670
% 156.32/156.53  New rule produced :
% 156.32/156.53  [697]
% 156.32/156.53  is_a_theorem(implies(A,implies(implies(implies(B,B),not(implies(not(implies(
% 156.32/156.53                                                                      not(A),C)),X))),Y)))
% 156.32/156.53  -> true
% 156.32/156.53  Current number of equations to process: 1532
% 156.32/156.53  Current number of ordered equations: 0
% 156.32/156.53  Current number of rules: 671
% 156.32/156.53  New rule produced :
% 156.32/156.53  [698]
% 156.32/156.53  is_a_theorem(implies(not(implies(implies(implies(A,A),not(implies(not(
% 156.32/156.53                                                                    implies(B,B)),C))),X)),Y))
% 156.32/156.53  -> true
% 156.32/156.53  Current number of equations to process: 1584
% 156.32/156.53  Current number of ordered equations: 0
% 156.32/156.53  Current number of rules: 672
% 156.32/156.53  New rule produced :
% 156.32/156.53  [699]
% 156.32/156.53  ifeq(is_a_theorem(implies(implies(A,A),not(implies(not(implies(B,B)),C)))),true,
% 156.32/156.53  is_a_theorem(X),true) -> true
% 156.32/156.53  Current number of equations to process: 1602
% 156.32/156.53  Current number of ordered equations: 0
% 156.32/156.53  Current number of rules: 673
% 156.32/156.53  New rule produced :
% 156.32/156.53  [700]
% 156.32/156.53  ifeq(is_a_theorem(not(implies(implies(implies(A,A),not(implies(B,B))),C))),true,
% 156.32/156.53  is_a_theorem(X),true) -> true
% 156.32/156.53  Current number of equations to process: 1600
% 156.32/156.53  Current number of ordered equations: 0
% 156.32/156.53  Current number of rules: 674
% 156.32/156.53  New rule produced :
% 156.32/156.53  [701]
% 156.32/156.53  ifeq(is_a_theorem(implies(implies(implies(implies(A,A),B),B),C)),true,
% 156.32/156.53  is_a_theorem(implies(X,C)),true) -> true
% 156.32/156.53  Current number of equations to process: 1598
% 156.32/156.53  Current number of ordered equations: 0
% 156.32/156.53  Current number of rules: 675
% 156.32/156.53  New rule produced :
% 156.32/156.53  [702]
% 156.32/156.53  is_a_theorem(implies(not(implies(implies(implies(implies(implies(A,A),B),B),C),
% 156.32/156.53                           implies(X,C))),Y)) -> true
% 156.32/156.53  Current number of equations to process: 1645
% 156.32/156.53  Current number of ordered equations: 0
% 156.32/156.53  Current number of rules: 676
% 156.32/156.53  New rule produced :
% 156.32/156.53  [703]
% 156.32/156.53  is_a_theorem(implies(implies(implies(not(implies(implies(implies(A,A),B),B)),C),X),
% 156.32/156.53               implies(Y,X))) -> true
% 156.32/156.53  Current number of equations to process: 1663
% 156.32/156.53  Current number of ordered equations: 0
% 164.71/164.96  Current number of rules: 677
% 164.71/164.96  New rule produced :
% 164.71/164.96  [704]
% 164.71/164.96  ifeq(is_a_theorem(implies(A,B)),true,is_a_theorem(implies(not(implies(
% 164.71/164.96                                                                implies(
% 164.71/164.96                                                                not(A),A),B)),C)),true)
% 164.71/164.96  -> true
% 164.71/164.96  Current number of equations to process: 1682
% 164.71/164.96  Current number of ordered equations: 0
% 164.71/164.96  Current number of rules: 678
% 164.71/164.96  New rule produced :
% 164.71/164.96  [705]
% 164.71/164.96  is_a_theorem(implies(not(implies(implies(A,B),implies(not(implies(implies(
% 164.71/164.96                                                                    not(A),A),B)),C))),X))
% 164.71/164.96  -> true
% 164.71/164.96  Current number of equations to process: 2196
% 164.71/164.96  Current number of ordered equations: 0
% 164.71/164.96  Current number of rules: 679
% 164.71/164.96  New rule produced :
% 164.71/164.96  [706]
% 164.71/164.96  is_a_theorem(implies(implies(implies(implies(A,B),implies(implies(not(A),A),B)),C),
% 164.71/164.96               implies(X,C))) -> true
% 164.71/164.96  Current number of equations to process: 2215
% 164.71/164.96  Current number of ordered equations: 0
% 164.71/164.96  Current number of rules: 680
% 164.71/164.96  New rule produced :
% 164.71/164.96  [707]
% 164.71/164.96  ifeq(is_a_theorem(A),true,is_a_theorem(implies(not(implies(implies(not(
% 164.71/164.96                                                                     not(A)),
% 164.71/164.96                                                             not(A)),B)),C)),true)
% 164.71/164.96  -> true
% 164.71/164.96  Current number of equations to process: 2236
% 164.71/164.96  Current number of ordered equations: 0
% 164.71/164.96  Current number of rules: 681
% 164.71/164.96  New rule produced :
% 164.71/164.96  [708]
% 164.71/164.96  is_a_theorem(implies(not(implies(A,implies(not(implies(implies(not(not(A)),
% 164.71/164.96                                                         not(A)),B)),C))),X))
% 164.71/164.96  -> true
% 164.71/164.96  Current number of equations to process: 2800
% 164.71/164.96  Current number of ordered equations: 0
% 164.71/164.96  Current number of rules: 682
% 164.71/164.96  New rule produced :
% 164.71/164.96  [709]
% 164.71/164.96  is_a_theorem(implies(implies(not(A),A),implies(not(implies(implies(not(
% 164.71/164.96                                                                     not(A)),
% 164.71/164.96                                                             not(A)),B)),C)))
% 164.71/164.96  -> true
% 164.71/164.96  Current number of equations to process: 2820
% 164.71/164.96  Current number of ordered equations: 0
% 164.71/164.96  Current number of rules: 683
% 164.71/164.96  New rule produced :
% 164.71/164.96  [710]
% 164.71/164.96  ifeq(is_a_theorem(implies(implies(implies(implies(not(not(A)),B),A),A),C)),true,
% 164.71/164.96  is_a_theorem(C),true) -> true
% 164.71/164.96  Current number of equations to process: 2854
% 164.71/164.96  Current number of ordered equations: 0
% 164.71/164.96  Current number of rules: 684
% 164.71/164.96  New rule produced :
% 164.71/164.96  [711]
% 164.71/164.96  is_a_theorem(implies(implies(implies(not(implies(not(not(A)),B)),C),A),A)) ->
% 164.71/164.96  true
% 164.71/164.96  Current number of equations to process: 2861
% 164.71/164.96  Current number of ordered equations: 0
% 164.71/164.96  Current number of rules: 685
% 164.71/164.96  New rule produced :
% 164.71/164.96  [712]
% 164.71/164.96  is_a_theorem(implies(implies(A,not(not(implies(A,B)))),implies(A,B))) -> true
% 164.71/164.96  Current number of equations to process: 2869
% 164.71/164.96  Current number of ordered equations: 0
% 164.71/164.96  Current number of rules: 686
% 164.71/164.96  New rule produced :
% 164.71/164.96  [713]
% 164.71/164.96  is_a_theorem(implies(implies(implies(A,implies(B,B)),implies(implies(
% 164.71/164.96                                                               not(not(C)),X),C)),C))
% 164.71/164.96  -> true
% 164.71/164.96  Current number of equations to process: 2871
% 164.71/164.96  Current number of ordered equations: 0
% 164.71/164.96  Current number of rules: 687
% 164.71/164.96  New rule produced :
% 164.71/164.96  [714]
% 164.71/164.96  is_a_theorem(implies(A,implies(implies(B,not(not(implies(B,C)))),implies(B,C))))
% 164.71/164.96  -> true
% 164.71/164.96  Current number of equations to process: 2940
% 164.71/164.96  Current number of ordered equations: 0
% 164.71/164.96  Current number of rules: 688
% 164.71/164.96  New rule produced :
% 164.71/164.96  [715]
% 164.71/164.96  is_a_theorem(implies(implies(implies(A,A),not(not(implies(B,C)))),implies(B,C)))
% 164.71/164.96  -> true
% 164.71/164.96  Current number of equations to process: 2940
% 164.71/164.96  Current number of ordered equations: 0
% 164.71/164.96  Current number of rules: 689
% 164.71/164.96  New rule produced :
% 164.71/164.96  [716]
% 164.71/164.96  is_a_theorem(implies(A,implies(implies(implies(not(implies(not(not(B)),C)),X),B),B)))
% 164.71/164.96  -> true
% 164.71/164.96  Current number of equations to process: 2942
% 164.71/164.96  Current number of ordered equations: 0
% 164.71/164.96  Current number of rules: 690
% 164.71/164.96  New rule produced :
% 164.71/164.96  [717]
% 164.71/164.96  ifeq(is_a_theorem(implies(A,not(not(implies(A,B))))),true,is_a_theorem(
% 164.71/164.96                                                            implies(A,B)),true)
% 164.71/164.96  -> true
% 164.71/164.96  Current number of equations to process: 2941
% 164.71/164.96  Current number of ordered equations: 0
% 164.71/164.96  Current number of rules: 691
% 164.71/164.96  New rule produced :
% 164.71/164.96  [718]
% 164.71/164.96  is_a_theorem(implies(not(implies(implies(A,not(not(implies(A,B)))),implies(A,B))),C))
% 174.71/174.97  -> true
% 174.71/174.97  Current number of equations to process: 2940
% 174.71/174.97  Current number of ordered equations: 0
% 174.71/174.97  Current number of rules: 692
% 174.71/174.97  New rule produced :
% 174.71/174.97  [719]
% 174.71/174.97  ifeq(is_a_theorem(implies(implies(not(implies(not(not(A)),B)),C),A)),true,
% 174.71/174.97  is_a_theorem(A),true) -> true
% 174.71/174.97  Current number of equations to process: 2939
% 174.71/174.97  Current number of ordered equations: 0
% 174.71/174.97  Current number of rules: 693
% 174.71/174.97  New rule produced :
% 174.71/174.97  [720]
% 174.71/174.97  is_a_theorem(implies(not(implies(implies(implies(not(implies(not(not(A)),B)),C),A),A)),X))
% 174.71/174.97  -> true
% 174.71/174.97  Current number of equations to process: 2938
% 174.71/174.97  Current number of ordered equations: 0
% 174.71/174.97  Current number of rules: 694
% 174.71/174.97  New rule produced :
% 174.71/174.97  [721]
% 174.71/174.97  is_a_theorem(implies(implies(implies(A,B),C),implies(implies(A,not(not(
% 174.71/174.97                                                                     implies(A,B)))),C)))
% 174.71/174.97  -> true
% 174.71/174.97  Current number of equations to process: 2937
% 174.71/174.97  Current number of ordered equations: 0
% 174.71/174.97  Current number of rules: 695
% 174.71/174.97  New rule produced :
% 174.71/174.97  [722]
% 174.71/174.97  is_a_theorem(implies(implies(implies(A,A),implies(B,not(not(implies(B,C))))),
% 174.71/174.97               implies(B,C))) -> true
% 174.71/174.97  Current number of equations to process: 2936
% 174.71/174.97  Current number of ordered equations: 0
% 174.71/174.97  Current number of rules: 696
% 174.71/174.97  New rule produced :
% 174.71/174.97  [723]
% 174.71/174.97  is_a_theorem(implies(A,implies(B,implies(implies(C,not(not(implies(C,X)))),
% 174.71/174.97                                   implies(C,X))))) -> true
% 174.71/174.97  Current number of equations to process: 3038
% 174.71/174.97  Current number of ordered equations: 0
% 174.71/174.97  Current number of rules: 697
% 174.71/174.97  New rule produced :
% 174.71/174.97  [724]
% 174.71/174.97  is_a_theorem(implies(A,implies(implies(implies(B,B),not(not(implies(C,X)))),
% 174.71/174.97                         implies(C,X)))) -> true
% 174.71/174.97  Current number of equations to process: 3037
% 174.71/174.97  Current number of ordered equations: 0
% 174.71/174.97  Current number of rules: 698
% 174.71/174.97  New rule produced :
% 174.71/174.97  [725]
% 174.71/174.97  is_a_theorem(implies(implies(not(A),not(not(implies(not(A),A)))),A)) -> true
% 174.71/174.97  Current number of equations to process: 3061
% 174.71/174.97  Current number of ordered equations: 0
% 174.71/174.97  Current number of rules: 699
% 174.71/174.97  New rule produced :
% 174.71/174.97  [726]
% 174.71/174.97  is_a_theorem(implies(implies(A,not(not(implies(A,B)))),implies(not(implies(A,B)),C)))
% 174.71/174.97  -> true
% 174.71/174.97  Current number of equations to process: 3064
% 174.71/174.97  Current number of ordered equations: 0
% 174.71/174.97  Current number of rules: 700
% 174.71/174.97  New rule produced :
% 174.71/174.97  [727]
% 174.71/174.97  is_a_theorem(implies(implies(implies(A,A),not(not(implies(implies(A,A),B)))),B))
% 174.71/174.97  -> true
% 174.71/174.97  Current number of equations to process: 3066
% 174.71/174.97  Current number of ordered equations: 0
% 174.71/174.97  Current number of rules: 701
% 174.71/174.97  New rule produced :
% 174.71/174.97  [728]
% 174.71/174.97  is_a_theorem(implies(A,implies(implies(not(B),not(not(implies(not(B),B)))),B)))
% 174.71/174.97  -> true
% 174.71/174.97  Current number of equations to process: 3068
% 174.71/174.97  Current number of ordered equations: 0
% 174.71/174.97  Current number of rules: 702
% 174.71/174.97  New rule produced :
% 174.71/174.97  [729]
% 174.71/174.97  is_a_theorem(implies(implies(not(A),not(not(implies(not(A),A)))),implies(
% 174.71/174.97                                                                   not(A),B)))
% 174.71/174.97  -> true
% 174.71/174.97  Current number of equations to process: 3070
% 174.71/174.97  Current number of ordered equations: 0
% 174.71/174.97  Current number of rules: 703
% 174.71/174.97  New rule produced :
% 174.71/174.97  [730]
% 174.71/174.97  is_a_theorem(implies(implies(implies(A,A),not(not(implies(implies(A,A),B)))),
% 174.71/174.97               implies(C,B))) -> true
% 174.71/174.97  Current number of equations to process: 3078
% 174.71/174.97  Current number of ordered equations: 0
% 174.71/174.97  Current number of rules: 704
% 174.71/174.97  New rule produced :
% 174.71/174.97  [731]
% 174.71/174.97  is_a_theorem(implies(A,implies(implies(implies(B,B),not(not(implies(implies(B,B),C)))),C)))
% 174.71/174.97  -> true
% 174.71/174.97  Current number of equations to process: 3079
% 174.71/174.97  Current number of ordered equations: 0
% 174.71/174.97  Current number of rules: 705
% 174.71/174.97  New rule produced :
% 174.71/174.97  [732]
% 174.71/174.97  is_a_theorem(implies(implies(implies(A,A),not(not(implies(not(B),B)))),B)) ->
% 174.71/174.97  true
% 174.71/174.97  Current number of equations to process: 3166
% 174.71/174.97  Current number of ordered equations: 0
% 174.71/174.97  Current number of rules: 706
% 174.71/174.97  New rule produced :
% 174.71/174.97  [733]
% 174.71/174.97  ifeq(is_a_theorem(implies(not(A),not(not(implies(not(A),A))))),true,is_a_theorem(A),true)
% 174.71/174.97  -> true
% 174.71/174.97  Current number of equations to process: 3168
% 174.71/174.97  Current number of ordered equations: 0
% 174.71/174.97  Current number of rules: 707
% 174.71/174.97  New rule produced :
% 174.71/174.97  [734]
% 174.71/174.97  is_a_theorem(implies(not(implies(implies(not(A),not(not(implies(not(A),A)))),A)),B))
% 174.71/174.97  -> true
% 174.71/174.97  Current number of equations to process: 3167
% 174.71/174.97  Current number of ordered equations: 0
% 174.71/174.97  Current number of rules: 708
% 190.91/191.15  New rule produced :
% 190.91/191.15  [735]
% 190.91/191.15  is_a_theorem(implies(implies(implies(A,A),not(not(implies(implies(B,B),C)))),C))
% 190.91/191.15  -> true
% 190.91/191.15  Rule
% 190.91/191.15  [727]
% 190.91/191.15  is_a_theorem(implies(implies(implies(A,A),not(not(implies(implies(A,A),B)))),B))
% 190.91/191.15  -> true collapsed.
% 190.91/191.15  Current number of equations to process: 3206
% 190.91/191.15  Current number of ordered equations: 0
% 190.91/191.15  Current number of rules: 708
% 190.91/191.15  New rule produced :
% 190.91/191.15  [736]
% 190.91/191.15  is_a_theorem(implies(implies(A,B),implies(implies(not(A),not(not(implies(
% 190.91/191.15                                                                   not(A),A)))),B)))
% 190.91/191.15  -> true
% 190.91/191.15  Current number of equations to process: 3248
% 190.91/191.15  Current number of ordered equations: 0
% 190.91/191.15  Current number of rules: 709
% 190.91/191.15  New rule produced :
% 190.91/191.15  [737]
% 190.91/191.15  is_a_theorem(implies(implies(implies(A,A),implies(not(B),not(not(implies(
% 190.91/191.15                                                                   not(B),B))))),B))
% 190.91/191.15  -> true
% 190.91/191.15  Current number of equations to process: 3247
% 190.91/191.15  Current number of ordered equations: 0
% 190.91/191.15  Current number of rules: 710
% 190.91/191.15  New rule produced :
% 190.91/191.15  [738]
% 190.91/191.15  is_a_theorem(implies(A,implies(B,implies(implies(not(C),not(not(implies(
% 190.91/191.15                                                                  not(C),C)))),C))))
% 190.91/191.15  -> true
% 190.91/191.15  Current number of equations to process: 3246
% 190.91/191.15  Current number of ordered equations: 0
% 190.91/191.15  Current number of rules: 711
% 190.91/191.15  New rule produced :
% 190.91/191.15  [739]
% 190.91/191.15  is_a_theorem(implies(implies(implies(A,A),not(not(implies(not(B),B)))),
% 190.91/191.15               implies(not(B),C))) -> true
% 190.91/191.15  Current number of equations to process: 3245
% 190.91/191.15  Current number of ordered equations: 0
% 190.91/191.15  Current number of rules: 712
% 190.91/191.15  New rule produced :
% 190.91/191.15  [740]
% 190.91/191.15  is_a_theorem(implies(implies(implies(A,A),not(not(implies(implies(B,B),C)))),
% 190.91/191.15               implies(X,C))) -> true
% 190.91/191.15  Rule
% 190.91/191.15  [730]
% 190.91/191.15  is_a_theorem(implies(implies(implies(A,A),not(not(implies(implies(A,A),B)))),
% 190.91/191.15               implies(C,B))) -> true collapsed.
% 190.91/191.15  Current number of equations to process: 3263
% 190.91/191.15  Current number of ordered equations: 0
% 190.91/191.15  Current number of rules: 712
% 190.91/191.15  New rule produced :
% 190.91/191.15  [741]
% 190.91/191.15  is_a_theorem(implies(A,implies(implies(implies(B,B),not(not(implies(not(C),C)))),C)))
% 190.91/191.15  -> true
% 190.91/191.15  Current number of equations to process: 3306
% 190.91/191.15  Current number of ordered equations: 0
% 190.91/191.15  Current number of rules: 713
% 190.91/191.15  New rule produced :
% 190.91/191.15  [742]
% 190.91/191.15  ifeq(is_a_theorem(implies(implies(A,A),not(not(implies(not(B),B))))),true,
% 190.91/191.15  is_a_theorem(B),true) -> true
% 190.91/191.15  Current number of equations to process: 3347
% 190.91/191.15  Current number of ordered equations: 0
% 190.91/191.15  Current number of rules: 714
% 190.91/191.15  New rule produced :
% 190.91/191.15  [743]
% 190.91/191.15  is_a_theorem(implies(not(implies(implies(implies(A,A),not(not(implies(
% 190.91/191.15                                                                not(B),B)))),B)),C))
% 190.91/191.15  -> true
% 190.91/191.15  Current number of equations to process: 3346
% 190.91/191.15  Current number of ordered equations: 0
% 190.91/191.15  Current number of rules: 715
% 190.91/191.15  New rule produced :
% 190.91/191.15  [744]
% 190.91/191.15  is_a_theorem(implies(A,implies(implies(implies(B,B),not(not(implies(implies(C,C),X)))),X)))
% 190.91/191.15  -> true
% 190.91/191.15  Rule
% 190.91/191.15  [731]
% 190.91/191.15  is_a_theorem(implies(A,implies(implies(implies(B,B),not(not(implies(implies(B,B),C)))),C)))
% 190.91/191.15  -> true collapsed.
% 190.91/191.15  Current number of equations to process: 3345
% 190.91/191.15  Current number of ordered equations: 0
% 190.91/191.15  Current number of rules: 715
% 190.91/191.15  New rule produced :
% 190.91/191.15  [745]
% 190.91/191.15  is_a_theorem(implies(implies(implies(A,A),not(implies(implies(implies(
% 190.91/191.15                                                                not(not(B)),C),B),B))),X))
% 190.91/191.15  -> true
% 190.91/191.15  Current number of equations to process: 3532
% 190.91/191.15  Current number of ordered equations: 0
% 190.91/191.15  Current number of rules: 716
% 190.91/191.15  New rule produced :
% 190.91/191.15  [746]
% 190.91/191.15  ifeq(is_a_theorem(implies(implies(not(A),B),C)),true,is_a_theorem(implies(
% 190.91/191.15                                                                    not(
% 190.91/191.15                                                                    implies(A,C)),X)),true)
% 190.91/191.15  -> true
% 190.91/191.15  Current number of equations to process: 3552
% 190.91/191.15  Current number of ordered equations: 0
% 190.91/191.15  Current number of rules: 717
% 190.91/191.15  New rule produced :
% 190.91/191.15  [747]
% 190.91/191.15  is_a_theorem(implies(not(implies(implies(implies(not(A),B),C),implies(
% 190.91/191.15                                                                not(implies(A,C)),X))),Y))
% 190.91/191.15  -> true
% 190.91/191.15  Current number of equations to process: 3758
% 190.91/191.15  Current number of ordered equations: 0
% 190.91/191.15  Current number of rules: 718
% 190.91/191.15  New rule produced :
% 190.91/191.15  [748]
% 190.91/191.15  is_a_theorem(implies(implies(implies(implies(implies(not(A),B),C),implies(A,C)),X),
% 202.71/202.95               implies(Y,X))) -> true
% 202.71/202.95  Current number of equations to process: 3778
% 202.71/202.95  Current number of ordered equations: 0
% 202.71/202.95  Current number of rules: 719
% 202.71/202.95  New rule produced :
% 202.71/202.95  [749]
% 202.71/202.95  ifeq(is_a_theorem(implies(A,B)),true,is_a_theorem(implies(implies(implies(
% 202.71/202.95                                                                    not(
% 202.71/202.95                                                                    not(A)),C),A),B)),true)
% 202.71/202.95  -> true
% 202.71/202.95  Current number of equations to process: 3799
% 202.71/202.95  Current number of ordered equations: 0
% 202.71/202.95  Current number of rules: 720
% 202.71/202.95  New rule produced :
% 202.71/202.95  [750]
% 202.71/202.95  is_a_theorem(implies(not(implies(implies(A,B),implies(implies(implies(
% 202.71/202.95                                                                not(not(A)),C),A),B))),X))
% 202.71/202.95  -> true
% 202.71/202.95  Current number of equations to process: 4186
% 202.71/202.95  Current number of ordered equations: 0
% 202.71/202.95  Current number of rules: 721
% 202.71/202.95  New rule produced :
% 202.71/202.95  [751]
% 202.71/202.95  is_a_theorem(implies(implies(implies(not(A),B),C),implies(implies(implies(
% 202.71/202.95                                                                    not(
% 202.71/202.95                                                                    not(A)),X),A),C)))
% 202.71/202.95  -> true
% 202.71/202.95  Current number of equations to process: 4207
% 202.71/202.95  Current number of ordered equations: 0
% 202.71/202.95  Current number of rules: 722
% 202.71/202.95  New rule produced :
% 202.71/202.95  [752]
% 202.71/202.95  ifeq(is_a_theorem(A),true,is_a_theorem(implies(implies(implies(not(not(
% 202.71/202.95                                                                     not(A))),B),
% 202.71/202.95                                                 not(A)),C)),true) -> true
% 202.71/202.95  Current number of equations to process: 4231
% 202.71/202.95  Current number of ordered equations: 0
% 202.71/202.95  Current number of rules: 723
% 202.71/202.95  New rule produced :
% 202.71/202.95  [753]
% 202.71/202.95  is_a_theorem(implies(not(implies(A,implies(implies(implies(not(not(not(A))),B),
% 202.71/202.95                                             not(A)),C))),X)) -> true
% 202.71/202.95  Current number of equations to process: 4829
% 202.71/202.95  Current number of ordered equations: 0
% 202.71/202.95  Current number of rules: 724
% 202.71/202.95  New rule produced :
% 202.71/202.95  [754]
% 202.71/202.95  is_a_theorem(implies(implies(not(A),A),implies(implies(implies(not(not(
% 202.71/202.95                                                                     not(A))),B),
% 202.71/202.95                                                 not(A)),C))) -> true
% 202.71/202.95  Current number of equations to process: 4851
% 202.71/202.95  Current number of ordered equations: 0
% 202.71/202.95  Current number of rules: 725
% 202.71/202.95  New rule produced :
% 202.71/202.95  [755]
% 202.71/202.95  is_a_theorem(implies(implies(implies(A,implies(implies(not(not(A)),not(A)),B)),C),
% 202.71/202.95               implies(X,C))) -> true
% 202.71/202.95  Current number of equations to process: 4882
% 202.71/202.95  Current number of ordered equations: 0
% 202.71/202.95  Current number of rules: 726
% 202.71/202.95  New rule produced :
% 202.71/202.95  [756]
% 202.71/202.95  is_a_theorem(implies(not(implies(A,implies(not(implies(not(implies(B,
% 202.71/202.95                                                             implies(C,C))),X)),Y))),Z))
% 202.71/202.95  -> true
% 202.71/202.95  Current number of equations to process: 4907
% 202.71/202.95  Current number of ordered equations: 0
% 202.71/202.95  Current number of rules: 727
% 202.71/202.95  New rule produced :
% 202.71/202.95  [757]
% 202.71/202.95  is_a_theorem(implies(implies(implies(A,implies(not(implies(B,implies(C,C))),X)),Y),
% 202.71/202.95               implies(Z,Y))) -> true
% 202.71/202.95  Current number of equations to process: 4929
% 202.71/202.95  Current number of ordered equations: 0
% 202.71/202.95  Current number of rules: 728
% 202.71/202.95  New rule produced :
% 202.71/202.95  [758]
% 202.71/202.95  is_a_theorem(implies(not(implies(A,implies(not(implies(B,implies(not(
% 202.71/202.95                                                                   implies(C,C)),X))),Y))),Z))
% 202.71/202.95  -> true
% 202.71/202.95  Current number of equations to process: 4953
% 202.71/202.95  Current number of ordered equations: 0
% 202.71/202.95  Current number of rules: 729
% 202.71/202.95  New rule produced :
% 202.71/202.95  [759]
% 202.71/202.95  is_a_theorem(implies(implies(implies(A,implies(B,implies(not(implies(C,C)),X))),Y),
% 202.71/202.95               implies(Z,Y))) -> true
% 202.71/202.95  Current number of equations to process: 4975
% 202.71/202.95  Current number of ordered equations: 0
% 202.71/202.95  Current number of rules: 730
% 202.71/202.95  New rule produced :
% 202.71/202.95  [760]
% 202.71/202.95  is_a_theorem(implies(A,implies(not(implies(not(implies(not(implies(B,
% 202.71/202.95                                                             implies(C,C))),X)),Y)),Z)))
% 202.71/202.95  -> true
% 202.71/202.95  Current number of equations to process: 4997
% 202.71/202.95  Current number of ordered equations: 0
% 202.71/202.95  Current number of rules: 731
% 202.71/202.95  New rule produced :
% 202.71/202.95  [761]
% 202.71/202.95  is_a_theorem(implies(not(implies(A,implies(not(implies(B,implies(implies(
% 202.71/202.95                                                                   not(C),C),C))),X))),Y))
% 212.11/212.38  -> true
% 212.11/212.38  Current number of equations to process: 540
% 212.11/212.38  Current number of ordered equations: 0
% 212.11/212.38  Current number of rules: 732
% 212.11/212.38  New rule produced :
% 212.11/212.38  [762]
% 212.11/212.38  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(not(C),C),C))),X),
% 212.11/212.38               implies(Y,X))) -> true
% 212.11/212.38  Current number of equations to process: 562
% 212.11/212.38  Current number of ordered equations: 0
% 212.11/212.38  Current number of rules: 733
% 212.11/212.38  New rule produced :
% 212.11/212.38  [763]
% 212.11/212.38  is_a_theorem(implies(not(implies(A,implies(not(implies(B,implies(C,implies(
% 212.11/212.38                                                                     not(C),X)))),Y))),Z))
% 212.11/212.38  -> true
% 212.11/212.38  Current number of equations to process: 586
% 212.11/212.38  Current number of ordered equations: 0
% 212.11/212.38  Current number of rules: 734
% 212.11/212.38  New rule produced :
% 212.11/212.38  [764]
% 212.11/212.38  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(not(C),X)))),Y),
% 212.11/212.38               implies(Z,Y))) -> true
% 212.11/212.38  Current number of equations to process: 608
% 212.11/212.38  Current number of ordered equations: 0
% 212.11/212.38  Current number of rules: 735
% 212.11/212.38  New rule produced :
% 212.11/212.38  [765]
% 212.11/212.38  is_a_theorem(implies(not(implies(not(implies(implies(implies(not(implies(A,A)),B),C),C)),X)),Y))
% 212.11/212.38  -> true
% 212.11/212.38  Current number of equations to process: 631
% 212.11/212.38  Current number of ordered equations: 0
% 212.11/212.38  Current number of rules: 736
% 212.11/212.38  New rule produced :
% 212.11/212.38  [766]
% 212.11/212.38  ifeq(is_a_theorem(not(implies(implies(implies(not(implies(A,A)),B),C),C))),true,
% 212.11/212.38  is_a_theorem(X),true) -> true
% 212.11/212.38  Current number of equations to process: 653
% 212.11/212.38  Current number of ordered equations: 0
% 212.11/212.38  Current number of rules: 737
% 212.11/212.38  New rule produced :
% 212.11/212.38  [767]
% 212.11/212.38  is_a_theorem(implies(implies(implies(A,A),B),implies(not(implies(not(
% 212.11/212.38                                                                   implies(
% 212.11/212.38                                                                   not(B),C)),X)),Y)))
% 212.11/212.38  -> true
% 212.11/212.38  Current number of equations to process: 651
% 212.11/212.38  Current number of ordered equations: 0
% 212.11/212.38  Current number of rules: 738
% 212.11/212.38  New rule produced :
% 212.11/212.38  [768]
% 212.11/212.38  is_a_theorem(implies(implies(implies(A,A),implies(not(implies(not(B),B)),
% 212.11/212.38                                            implies(not(B),B))),B)) -> true
% 212.11/212.38  Current number of equations to process: 674
% 212.11/212.38  Current number of ordered equations: 0
% 212.11/212.38  Current number of rules: 739
% 212.11/212.38  New rule produced :
% 212.11/212.38  [769]
% 212.11/212.38  is_a_theorem(implies(implies(implies(A,A),implies(not(B),B)),implies(
% 212.11/212.38                                                               not(implies(
% 212.11/212.38                                                                   not(B),C)),X)))
% 212.11/212.38  -> true
% 212.11/212.38  Current number of equations to process: 693
% 212.11/212.38  Current number of ordered equations: 0
% 212.11/212.38  Current number of rules: 740
% 212.11/212.38  New rule produced :
% 212.11/212.38  [770]
% 212.11/212.38  is_a_theorem(implies(implies(implies(A,A),implies(not(not(implies(B,B))),
% 212.11/212.38                                            not(implies(B,B)))),C)) -> true
% 212.11/212.38  Current number of equations to process: 715
% 212.11/212.38  Current number of ordered equations: 0
% 212.11/212.38  Current number of rules: 741
% 212.11/212.38  New rule produced :
% 212.11/212.38  [771]
% 212.11/212.38  is_a_theorem(implies(implies(implies(A,A),implies(implies(not(implies(B,B)),C),X)),
% 212.11/212.38               implies(Y,X))) -> true
% 212.11/212.38  Current number of equations to process: 737
% 212.11/212.38  Current number of ordered equations: 0
% 212.11/212.38  Current number of rules: 742
% 212.11/212.38  New rule produced :
% 212.11/212.38  [772]
% 212.11/212.38  is_a_theorem(implies(implies(implies(A,A),implies(implies(implies(not(B),B),B),C)),
% 212.11/212.38               implies(X,C))) -> true
% 212.11/212.38  Current number of equations to process: 758
% 212.11/212.38  Current number of ordered equations: 0
% 212.11/212.38  Current number of rules: 743
% 212.11/212.38  New rule produced :
% 212.11/212.38  [773]
% 212.11/212.38  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,implies(not(B),C)),X)),
% 212.11/212.38               implies(Y,X))) -> true
% 212.11/212.38  Current number of equations to process: 780
% 212.11/212.38  Current number of ordered equations: 0
% 212.11/212.38  Current number of rules: 744
% 212.11/212.38  New rule produced :
% 212.11/212.38  [774]
% 212.11/212.38  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,B),C)),implies(
% 212.11/212.38                                                                     not(
% 212.11/212.38                                                                     implies(X,C)),Y)))
% 212.11/212.38  -> true
% 212.11/212.38  Current number of equations to process: 801
% 212.11/212.38  Current number of ordered equations: 0
% 212.11/212.38  Current number of rules: 745
% 212.11/212.38  New rule produced :
% 212.11/212.38  [775]
% 212.11/212.38  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,B),not(implies(C,
% 212.11/212.38                                                                     implies(X,X))))),Y))
% 225.42/225.68  -> true
% 225.42/225.68  Current number of equations to process: 823
% 225.42/225.68  Current number of ordered equations: 0
% 225.42/225.68  Current number of rules: 746
% 225.42/225.68  New rule produced :
% 225.42/225.68  [776]
% 225.42/225.68  is_a_theorem(implies(implies(implies(A,A),implies(implies(not(not(B)),C),B)),
% 225.42/225.68               implies(not(B),X))) -> true
% 225.42/225.68  Current number of equations to process: 843
% 225.42/225.68  Current number of ordered equations: 0
% 225.42/225.68  Current number of rules: 747
% 225.42/225.68  New rule produced :
% 225.42/225.68  [777]
% 225.42/225.68  ifeq(is_a_theorem(implies(implies(A,A),implies(not(B),B))),true,is_a_theorem(
% 225.42/225.68                                                                  implies(
% 225.42/225.68                                                                  not(B),C)),true)
% 225.42/225.68  -> true
% 225.42/225.68  Current number of equations to process: 865
% 225.42/225.68  Current number of ordered equations: 0
% 225.42/225.68  Current number of rules: 748
% 225.42/225.68  New rule produced :
% 225.42/225.68  [778]
% 225.42/225.68  is_a_theorem(implies(not(implies(implies(implies(A,A),implies(not(B),B)),
% 225.42/225.68                           implies(not(B),C))),X)) -> true
% 225.42/225.68  Current number of equations to process: 865
% 225.42/225.68  Current number of ordered equations: 0
% 225.42/225.68  Current number of rules: 749
% 225.42/225.68  New rule produced :
% 225.42/225.68  [779]
% 225.42/225.68  ifeq(is_a_theorem(implies(implies(A,A),B)),true,is_a_theorem(implies(
% 225.42/225.68                                                               not(implies(
% 225.42/225.68                                                                   not(B),C)),X)),true)
% 225.42/225.68  -> true
% 225.42/225.68  Current number of equations to process: 887
% 225.42/225.68  Current number of ordered equations: 0
% 225.42/225.68  Current number of rules: 750
% 225.42/225.68  New rule produced :
% 225.42/225.68  [780]
% 225.42/225.68  is_a_theorem(implies(not(implies(implies(implies(A,A),B),implies(not(
% 225.42/225.68                                                                   implies(
% 225.42/225.68                                                                   not(B),C)),X))),Y))
% 225.42/225.68  -> true
% 225.42/225.68  Current number of equations to process: 1078
% 225.42/225.68  Current number of ordered equations: 0
% 225.42/225.68  Current number of rules: 751
% 225.42/225.68  New rule produced :
% 225.42/225.68  [781]
% 225.42/225.68  ifeq(is_a_theorem(implies(implies(A,A),implies(implies(B,B),C))),true,
% 225.42/225.68  is_a_theorem(implies(X,C)),true) -> true
% 225.42/225.68  Current number of equations to process: 1100
% 225.42/225.68  Current number of ordered equations: 0
% 225.42/225.68  Current number of rules: 752
% 225.42/225.68  New rule produced :
% 225.42/225.68  [782]
% 225.42/225.68  is_a_theorem(implies(not(implies(implies(implies(A,A),implies(implies(B,B),C)),
% 225.42/225.68                           implies(X,C))),Y)) -> true
% 225.42/225.68  Current number of equations to process: 1102
% 225.42/225.68  Current number of ordered equations: 0
% 225.42/225.68  Current number of rules: 753
% 225.42/225.68  New rule produced :
% 225.42/225.68  [783]
% 225.42/225.68  ifeq(is_a_theorem(implies(implies(A,A),implies(implies(not(not(B)),C),B))),true,
% 225.42/225.68  is_a_theorem(B),true) -> true
% 225.42/225.68  Current number of equations to process: 1124
% 225.42/225.68  Current number of ordered equations: 0
% 225.42/225.68  Current number of rules: 754
% 225.42/225.68  New rule produced :
% 225.42/225.68  [784]
% 225.42/225.68  is_a_theorem(implies(not(implies(implies(implies(A,A),implies(implies(
% 225.42/225.68                                                                not(not(B)),C),B)),B)),X))
% 225.42/225.68  -> true
% 225.42/225.68  Current number of equations to process: 1123
% 225.42/225.68  Current number of ordered equations: 0
% 225.42/225.68  Current number of rules: 755
% 225.42/225.68  New rule produced :
% 225.42/225.68  [785]
% 225.42/225.68  is_a_theorem(implies(implies(implies(implies(implies(A,A),implies(not(B),B)),B),C),
% 225.42/225.68               implies(X,C))) -> true
% 225.42/225.68  Current number of equations to process: 1143
% 225.42/225.68  Current number of ordered equations: 0
% 225.42/225.68  Current number of rules: 756
% 225.42/225.68  New rule produced :
% 225.42/225.68  [786]
% 225.42/225.68  is_a_theorem(implies(implies(implies(implies(implies(A,A),B),implies(
% 225.42/225.68                                                               not(B),C)),X),
% 225.42/225.68               implies(Y,X))) -> true
% 225.42/225.68  Current number of equations to process: 1167
% 225.42/225.68  Current number of ordered equations: 0
% 225.42/225.68  Current number of rules: 757
% 225.42/225.68  New rule produced :
% 225.42/225.68  [787]
% 225.42/225.68  ifeq(is_a_theorem(A),true,is_a_theorem(implies(not(implies(implies(implies(B,B),
% 225.42/225.68                                                             not(A)),C)),X)),true)
% 225.42/225.68  -> true
% 225.42/225.68  Current number of equations to process: 1191
% 225.42/225.68  Current number of ordered equations: 0
% 225.42/225.68  Current number of rules: 758
% 225.42/225.68  New rule produced :
% 225.42/225.68  [788]
% 225.42/225.68  is_a_theorem(implies(not(implies(A,implies(not(implies(implies(implies(B,B),
% 225.42/225.68                                                         not(A)),C)),X))),Y))
% 225.42/225.68  -> true
% 225.42/225.68  Current number of equations to process: 1814
% 225.42/225.68  Current number of ordered equations: 0
% 239.12/239.36  Current number of rules: 759
% 239.12/239.36  New rule produced :
% 239.12/239.36  [789]
% 239.12/239.36  is_a_theorem(implies(implies(not(A),A),implies(not(implies(implies(implies(B,B),
% 239.12/239.36                                                             not(A)),C)),X)))
% 239.12/239.36  -> true
% 239.12/239.36  Current number of equations to process: 1835
% 239.12/239.36  Current number of ordered equations: 0
% 239.12/239.36  Current number of rules: 760
% 239.12/239.36  New rule produced :
% 239.12/239.36  [790]
% 239.12/239.36  is_a_theorem(implies(A,implies(not(implies(implies(implies(B,B),not(implies(
% 239.12/239.36                                                                      not(A),C))),X)),Y)))
% 239.12/239.36  -> true
% 239.12/239.36  Current number of equations to process: 1863
% 239.12/239.36  Current number of ordered equations: 0
% 239.12/239.36  Current number of rules: 761
% 239.12/239.36  New rule produced :
% 239.12/239.36  [791]
% 239.12/239.36  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,B),not(A)),C)),X),
% 239.12/239.36               implies(Y,X))) -> true
% 239.12/239.36  Current number of equations to process: 1923
% 239.12/239.36  Current number of ordered equations: 0
% 239.12/239.36  Current number of rules: 762
% 239.12/239.36  New rule produced :
% 239.12/239.36  [792]
% 239.12/239.36  ifeq(is_a_theorem(implies(implies(not(implies(A,A)),B),implies(not(C),C))),true,
% 239.12/239.36  is_a_theorem(C),true) -> true
% 239.12/239.36  Current number of equations to process: 1948
% 239.12/239.36  Current number of ordered equations: 0
% 239.12/239.36  Current number of rules: 763
% 239.12/239.36  New rule produced :
% 239.12/239.36  [793]
% 239.12/239.36  is_a_theorem(implies(not(implies(implies(implies(not(implies(A,A)),B),
% 239.12/239.36                                   implies(not(C),C)),C)),X)) -> true
% 239.12/239.36  Current number of equations to process: 1951
% 239.12/239.36  Current number of ordered equations: 0
% 239.12/239.36  Current number of rules: 764
% 239.12/239.36  New rule produced :
% 239.12/239.36  [794]
% 239.12/239.36  ifeq(is_a_theorem(implies(implies(not(implies(A,A)),B),C)),true,is_a_theorem(
% 239.12/239.36                                                                  implies(
% 239.12/239.36                                                                  not(C),X)),true)
% 239.12/239.36  -> true
% 239.12/239.36  Current number of equations to process: 1974
% 239.12/239.36  Current number of ordered equations: 0
% 239.12/239.36  Current number of rules: 765
% 239.12/239.36  New rule produced :
% 239.12/239.36  [795]
% 239.12/239.36  is_a_theorem(implies(not(implies(implies(implies(not(implies(A,A)),B),C),
% 239.12/239.36                           implies(not(C),X))),Y)) -> true
% 239.12/239.36  Current number of equations to process: 2067
% 239.12/239.36  Current number of ordered equations: 0
% 239.12/239.36  Current number of rules: 766
% 239.12/239.36  New rule produced :
% 239.12/239.36  [796]
% 239.12/239.36  ifeq(is_a_theorem(A),true,is_a_theorem(implies(implies(implies(not(implies(B,B)),C),
% 239.12/239.36                                                 not(A)),X)),true) -> true
% 239.12/239.36  Current number of equations to process: 2090
% 239.12/239.36  Current number of ordered equations: 0
% 239.12/239.36  Current number of rules: 767
% 239.12/239.36  New rule produced :
% 239.12/239.36  [797]
% 239.12/239.36  is_a_theorem(implies(not(implies(A,implies(implies(implies(not(implies(B,B)),C),
% 239.12/239.36                                             not(A)),X))),Y)) -> true
% 239.12/239.36  Current number of equations to process: 2722
% 239.12/239.36  Current number of ordered equations: 0
% 239.12/239.36  Current number of rules: 768
% 239.12/239.36  New rule produced :
% 239.12/239.36  [798]
% 239.12/239.36  is_a_theorem(implies(implies(implies(not(implies(A,A)),B),not(implies(
% 239.12/239.36                                                                implies(
% 239.12/239.36                                                                not(C),C),C))),X))
% 239.12/239.36  -> true
% 239.12/239.36  Current number of equations to process: 2746
% 239.12/239.36  Current number of ordered equations: 0
% 239.12/239.36  Current number of rules: 769
% 239.12/239.36  New rule produced :
% 239.12/239.36  [799]
% 239.12/239.36  is_a_theorem(implies(implies(implies(not(implies(A,A)),B),not(implies(C,
% 239.12/239.36                                                                implies(
% 239.12/239.36                                                                not(C),X)))),Y))
% 239.12/239.36  -> true
% 239.12/239.36  Current number of equations to process: 2770
% 239.12/239.36  Current number of ordered equations: 0
% 239.12/239.36  Current number of rules: 770
% 239.12/239.36  New rule produced :
% 239.12/239.36  [800]
% 239.12/239.36  is_a_theorem(implies(implies(not(A),A),implies(implies(implies(not(implies(B,B)),C),
% 239.12/239.36                                                 not(A)),X))) -> true
% 239.12/239.36  Current number of equations to process: 2794
% 239.12/239.36  Current number of ordered equations: 0
% 239.12/239.36  Current number of rules: 771
% 239.12/239.36  New rule produced :
% 239.12/239.36  [801]
% 239.12/239.36  is_a_theorem(implies(A,implies(implies(implies(not(implies(B,B)),C),not(
% 239.12/239.36                                                                      implies(
% 239.12/239.36                                                                      not(A),X))),Y)))
% 239.12/239.36  -> true
% 239.12/239.36  Current number of equations to process: 2823
% 239.12/239.36  Current number of ordered equations: 0
% 239.12/239.36  Current number of rules: 772
% 239.12/239.36  New rule produced :
% 249.51/249.74  [802]
% 249.51/249.74  is_a_theorem(implies(implies(implies(not(implies(A,A)),B),not(implies(
% 249.51/249.74                                                                not(implies(C,C)),X))),Y))
% 249.51/249.74  -> true
% 249.51/249.74  Current number of equations to process: 2888
% 249.51/249.74  Current number of ordered equations: 0
% 249.51/249.74  Current number of rules: 773
% 249.51/249.74  New rule produced :
% 249.51/249.74  [803]
% 249.51/249.74  is_a_theorem(implies(not(implies(implies(implies(not(implies(A,A)),B),
% 249.51/249.74                                   not(implies(C,C))),X)),Y)) -> true
% 249.51/249.74  Current number of equations to process: 2911
% 249.51/249.74  Current number of ordered equations: 0
% 249.51/249.74  Current number of rules: 774
% 249.51/249.74  New rule produced :
% 249.51/249.74  [804]
% 249.51/249.74  ifeq(is_a_theorem(implies(implies(not(implies(A,A)),B),not(implies(C,C)))),true,
% 249.51/249.74  is_a_theorem(X),true) -> true
% 249.51/249.74  Current number of equations to process: 2935
% 249.51/249.74  Current number of ordered equations: 0
% 249.51/249.74  Current number of rules: 775
% 249.51/249.74  New rule produced :
% 249.51/249.74  [805]
% 249.51/249.74  is_a_theorem(implies(implies(implies(implies(implies(not(implies(A,A)),B),C),C),X),
% 249.51/249.74               implies(Y,X))) -> true
% 249.51/249.74  Current number of equations to process: 2933
% 249.51/249.74  Current number of ordered equations: 0
% 249.51/249.74  Current number of rules: 776
% 249.51/249.74  New rule produced :
% 249.51/249.74  [806]
% 249.51/249.74  is_a_theorem(implies(not(implies(A,implies(B,implies(not(implies(implies(
% 249.51/249.74                                                                   not(C),C),C)),X)))),Y))
% 249.51/249.74  -> true
% 249.51/249.74  Current number of equations to process: 2940
% 249.51/249.74  Current number of ordered equations: 0
% 249.51/249.74  Current number of rules: 777
% 249.51/249.74  New rule produced :
% 249.51/249.74  [807]
% 249.51/249.74  is_a_theorem(implies(not(implies(A,implies(implies(B,C),implies(implies(C,X),
% 249.51/249.74                                                          implies(B,X))))),Y))
% 249.51/249.74  -> true
% 249.51/249.74  Current number of equations to process: 2964
% 249.51/249.74  Current number of ordered equations: 0
% 249.51/249.74  Current number of rules: 778
% 249.51/249.74  New rule produced :
% 249.51/249.74  [808]
% 249.51/249.74  is_a_theorem(implies(not(implies(A,implies(B,implies(not(implies(C,implies(
% 249.51/249.74                                                                     not(C),X))),Y)))),Z))
% 249.51/249.74  -> true
% 249.51/249.74  Current number of equations to process: 2988
% 249.51/249.74  Current number of ordered equations: 0
% 249.51/249.74  Current number of rules: 779
% 249.51/249.74  New rule produced :
% 249.51/249.74  [809]
% 249.51/249.74  is_a_theorem(implies(not(implies(A,implies(B,implies(not(implies(not(
% 249.51/249.74                                                                   implies(C,C)),X)),Y)))),Z))
% 249.51/249.74  -> true
% 249.51/249.74  Current number of equations to process: 3012
% 249.51/249.74  Current number of ordered equations: 0
% 249.51/249.74  Current number of rules: 780
% 249.51/249.74  New rule produced :
% 249.51/249.74  [810]
% 249.51/249.74  is_a_theorem(implies(not(implies(A,implies(B,implies(implies(not(C),C),
% 249.51/249.74                                               implies(not(C),X))))),Y)) ->
% 249.51/249.74  true
% 249.51/249.74  Current number of equations to process: 3035
% 249.51/249.74  Current number of ordered equations: 0
% 249.51/249.74  Current number of rules: 781
% 249.51/249.74  New rule produced :
% 249.51/249.74  [811]
% 249.51/249.74  is_a_theorem(implies(not(implies(A,implies(B,implies(C,implies(not(implies(
% 249.51/249.74                                                                     not(C),X)),Y))))),Z))
% 249.51/249.74  -> true
% 249.51/249.74  Current number of equations to process: 3059
% 249.51/249.74  Current number of ordered equations: 0
% 249.51/249.74  Current number of rules: 782
% 249.51/249.74  New rule produced :
% 249.51/249.74  [812]
% 249.51/249.74  is_a_theorem(implies(A,implies(B,implies(not(implies(not(implies(implies(
% 249.51/249.74                                                                   not(C),C),C)),X)),Y))))
% 249.51/249.74  -> true
% 249.51/249.74  Current number of equations to process: 3083
% 249.51/249.74  Current number of ordered equations: 0
% 249.51/249.74  Current number of rules: 783
% 249.51/249.74  New rule produced :
% 249.51/249.74  [813]
% 249.51/249.74  is_a_theorem(implies(A,implies(implies(B,C),implies(not(implies(implies(C,X),
% 249.51/249.74                                                          implies(B,X))),Y))))
% 249.51/249.74  -> true
% 249.51/249.74  Current number of equations to process: 3109
% 249.51/249.74  Current number of ordered equations: 0
% 249.51/249.74  Current number of rules: 784
% 249.51/249.74  New rule produced :
% 249.51/249.74  [814]
% 249.51/249.74  is_a_theorem(implies(A,implies(B,implies(not(implies(not(implies(C,implies(
% 249.51/249.74                                                                     not(C),X))),Y)),Z))))
% 249.51/249.74  -> true
% 249.51/249.74  Current number of equations to process: 3135
% 249.51/249.74  Current number of ordered equations: 0
% 249.51/249.74  Current number of rules: 785
% 249.51/249.74  New rule produced :
% 249.51/249.74  [815]
% 249.51/249.74  is_a_theorem(implies(A,implies(B,implies(not(implies(not(implies(not(
% 249.51/249.74                                                                   implies(C,C)),X)),Y)),Z))))
% 249.51/249.74  -> true
% 249.51/249.74  Current number of equations to process: 3161
% 249.51/249.74  Current number of ordered equations: 0
% 267.91/268.17  Current number of rules: 786
% 267.91/268.17  New rule produced :
% 267.91/268.17  [816]
% 267.91/268.17  is_a_theorem(implies(A,implies(B,implies(not(implies(implies(not(C),C),
% 267.91/268.17                                               implies(not(C),X))),Y)))) ->
% 267.91/268.17  true
% 267.91/268.17  Current number of equations to process: 3187
% 267.91/268.17  Current number of ordered equations: 0
% 267.91/268.17  Current number of rules: 787
% 267.91/268.17  New rule produced :
% 267.91/268.17  [817]
% 267.91/268.17  is_a_theorem(implies(A,implies(B,implies(not(implies(C,implies(not(implies(
% 267.91/268.17                                                                     not(C),X)),Y))),Z))))
% 267.91/268.17  -> true
% 267.91/268.17  Current number of equations to process: 3213
% 267.91/268.17  Current number of ordered equations: 0
% 267.91/268.17  Current number of rules: 788
% 267.91/268.17  New rule produced :
% 267.91/268.17  [818]
% 267.91/268.17  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,C)),X),implies(
% 267.91/268.17                                                                    not(
% 267.91/268.17                                                                    implies(Y,X)),Z))))
% 267.91/268.17  -> true
% 267.91/268.17  Current number of equations to process: 3239
% 267.91/268.17  Current number of ordered equations: 0
% 267.91/268.17  Current number of rules: 789
% 267.91/268.17  New rule produced :
% 267.91/268.17  [819]
% 267.91/268.17  ifeq(is_a_theorem(implies(implies(implies(implies(A,implies(B,B)),C),C),X)),true,
% 267.91/268.17  is_a_theorem(X),true) -> true
% 267.91/268.17  Current number of equations to process: 3265
% 267.91/268.17  Current number of ordered equations: 0
% 267.91/268.17  Current number of rules: 790
% 267.91/268.17  New rule produced :
% 267.91/268.17  [820]
% 267.91/268.17  is_a_theorem(implies(implies(implies(not(implies(A,implies(B,B))),C),X),X))
% 267.91/268.17  -> true
% 267.91/268.17  Current number of equations to process: 3272
% 267.91/268.17  Current number of ordered equations: 0
% 267.91/268.17  Current number of rules: 791
% 267.91/268.17  New rule produced :
% 267.91/268.17  [821]
% 267.91/268.17  is_a_theorem(implies(implies(implies(A,implies(B,B)),implies(implies(C,
% 267.91/268.17                                                               implies(X,X)),Y)),Y))
% 267.91/268.17  -> true
% 267.91/268.17  Current number of equations to process: 3282
% 267.91/268.17  Current number of ordered equations: 0
% 267.91/268.17  Current number of rules: 792
% 267.91/268.17  New rule produced :
% 267.91/268.17  [822]
% 267.91/268.17  is_a_theorem(implies(A,implies(implies(implies(not(implies(B,implies(C,C))),X),Y),Y)))
% 267.91/268.17  -> true
% 267.91/268.17  Current number of equations to process: 3341
% 267.91/268.17  Current number of ordered equations: 0
% 267.91/268.17  Current number of rules: 793
% 267.91/268.17  New rule produced :
% 267.91/268.17  [823]
% 267.91/268.17  is_a_theorem(implies(not(implies(implies(implies(not(implies(A,implies(B,B))),C),X),X)),Y))
% 267.91/268.17  -> true
% 267.91/268.17  Current number of equations to process: 3340
% 267.91/268.17  Current number of ordered equations: 0
% 267.91/268.17  Current number of rules: 794
% 267.91/268.17  New rule produced :
% 267.91/268.17  [824]
% 267.91/268.17  is_a_theorem(implies(implies(implies(A,A),not(implies(implies(implies(B,
% 267.91/268.17                                                                implies(C,C)),X),X))),Y))
% 267.91/268.17  -> true
% 267.91/268.17  Current number of equations to process: 3413
% 267.91/268.17  Current number of ordered equations: 0
% 267.91/268.17  Current number of rules: 795
% 267.91/268.17  New rule produced :
% 267.91/268.17  [825]
% 267.91/268.17  is_a_theorem(implies(not(implies(A,implies(implies(implies(B,implies(C,C)),X),
% 267.91/268.17                                     implies(Y,X)))),Z)) -> true
% 267.91/268.17  Current number of equations to process: 3437
% 267.91/268.17  Current number of ordered equations: 0
% 267.91/268.17  Current number of rules: 796
% 267.91/268.17  New rule produced :
% 267.91/268.17  [826]
% 267.91/268.17  ifeq(is_a_theorem(implies(A,B)),true,is_a_theorem(implies(implies(implies(C,
% 267.91/268.17                                                                    implies(X,X)),A),B)),true)
% 267.91/268.17  -> true
% 267.91/268.17  Current number of equations to process: 3459
% 267.91/268.17  Current number of ordered equations: 0
% 267.91/268.17  Current number of rules: 797
% 267.91/268.17  New rule produced :
% 267.91/268.17  [827]
% 267.91/268.17  is_a_theorem(implies(not(implies(implies(A,B),implies(implies(implies(C,
% 267.91/268.17                                                                implies(X,X)),A),B))),Y))
% 267.91/268.17  -> true
% 267.91/268.17  Current number of equations to process: 3890
% 267.91/268.17  Current number of ordered equations: 0
% 267.91/268.17  Current number of rules: 798
% 267.91/268.17  New rule produced :
% 267.91/268.17  [828]
% 267.91/268.17  ifeq(is_a_theorem(implies(implies(A,A),implies(implies(B,implies(C,C)),X))),true,
% 267.91/268.17  is_a_theorem(X),true) -> true
% 267.91/268.17  Current number of equations to process: 3915
% 267.91/268.17  Current number of ordered equations: 0
% 267.91/268.17  Current number of rules: 799
% 267.91/268.17  New rule produced :
% 267.91/268.17  [829]
% 267.91/268.17  is_a_theorem(implies(not(implies(implies(implies(A,A),implies(implies(B,
% 267.91/268.17                                                                implies(C,C)),X)),X)),Y))
% 267.91/268.17  -> true
% 267.91/268.17  Current number of equations to process: 3916
% 267.91/268.17  Current number of ordered equations: 0
% 267.91/268.17  Current number of rules: 800
% 267.91/268.17  New rule produced :
% 267.91/268.17  [830]
% 267.91/268.17  is_a_theorem(implies(implies(A,B),implies(implies(implies(C,implies(X,X)),
% 282.61/282.84                                            implies(not(A),A)),B))) -> true
% 282.61/282.84  Current number of equations to process: 3941
% 282.61/282.84  Current number of ordered equations: 0
% 282.61/282.84  Current number of rules: 801
% 282.61/282.84  New rule produced :
% 282.61/282.84  [831]
% 282.61/282.84  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,implies(C,C)),
% 282.61/282.84                                            implies(not(X),X))),X)) -> true
% 282.61/282.84  Current number of equations to process: 3988
% 282.61/282.84  Current number of ordered equations: 0
% 282.61/282.84  Current number of rules: 802
% 282.61/282.84  New rule produced :
% 282.61/282.84  [832]
% 282.61/282.84  is_a_theorem(implies(implies(implies(not(A),B),C),implies(implies(implies(X,
% 282.61/282.84                                                                    implies(Y,Y)),A),C)))
% 282.61/282.84  -> true
% 282.61/282.84  Current number of equations to process: 4013
% 282.61/282.84  Current number of ordered equations: 0
% 282.61/282.84  Current number of rules: 803
% 282.61/282.84  New rule produced :
% 282.61/282.84  [833]
% 282.61/282.84  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,implies(C,C)),X)),
% 282.61/282.84               implies(not(X),Y))) -> true
% 282.61/282.84  Current number of equations to process: 4041
% 282.61/282.84  Current number of ordered equations: 0
% 282.61/282.84  Current number of rules: 804
% 282.61/282.84  New rule produced :
% 282.61/282.84  [834]
% 282.61/282.84  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,B)),not(C)),X),Y),
% 282.61/282.84               implies(C,Y))) -> true
% 282.61/282.84  Current number of equations to process: 4066
% 282.61/282.84  Current number of ordered equations: 0
% 282.61/282.84  Current number of rules: 805
% 282.61/282.84  New rule produced :
% 282.61/282.84  [835]
% 282.61/282.84  is_a_theorem(implies(A,implies(not(implies(implies(implies(B,implies(C,C)),
% 282.61/282.84                                             not(A)),X)),Y))) -> true
% 282.61/282.84  Current number of equations to process: 4076
% 282.61/282.84  Current number of ordered equations: 0
% 282.61/282.84  Current number of rules: 806
% 282.61/282.84  New rule produced :
% 282.61/282.84  [836]
% 282.61/282.84  is_a_theorem(implies(implies(implies(A,implies(B,B)),not(implies(C,implies(X,
% 282.61/282.84                                                                     implies(Y,Y))))),Z))
% 282.61/282.84  -> true
% 282.61/282.84  Current number of equations to process: 4161
% 282.61/282.84  Current number of ordered equations: 0
% 282.61/282.84  Current number of rules: 807
% 282.61/282.84  New rule produced :
% 282.61/282.84  [837]
% 282.61/282.84  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,C)),not(implies(X,
% 282.61/282.84                                                                     implies(Y,Y)))),Z)))
% 282.61/282.84  -> true
% 282.61/282.84  Current number of equations to process: 4186
% 282.61/282.84  Current number of ordered equations: 0
% 282.61/282.84  Current number of rules: 808
% 282.61/282.84  New rule produced :
% 282.61/282.84  [838]
% 282.61/282.84  is_a_theorem(implies(implies(implies(A,implies(B,B)),not(implies(implies(
% 282.61/282.84                                                                   implies(C,C),X),X))),Y))
% 282.61/282.84  -> true
% 282.61/282.84  Current number of equations to process: 4212
% 282.61/282.84  Current number of ordered equations: 0
% 282.61/282.84  Current number of rules: 809
% 282.61/282.84  New rule produced :
% 282.61/282.84  [839]
% 282.61/282.84  is_a_theorem(implies(implies(implies(A,A),B),implies(implies(implies(C,
% 282.61/282.84                                                               implies(X,X)),
% 282.61/282.84                                                       not(B)),Y))) -> true
% 282.61/282.84  Current number of equations to process: 4237
% 282.61/282.84  Current number of ordered equations: 0
% 282.61/282.84  Current number of rules: 810
% 282.61/282.84  New rule produced :
% 282.61/282.84  [840]
% 282.61/282.84  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,implies(C,C)),
% 282.61/282.84                                            not(implies(X,X)))),Y)) -> true
% 282.61/282.84  Current number of equations to process: 4264
% 282.61/282.84  Current number of ordered equations: 0
% 282.61/282.84  Current number of rules: 811
% 282.61/282.84  New rule produced :
% 282.61/282.84  [841]
% 282.61/282.84  ifeq(is_a_theorem(implies(implies(A,implies(B,B)),implies(implies(C,C),X))),true,
% 282.61/282.84  is_a_theorem(X),true) -> true
% 282.61/282.84  Current number of equations to process: 4289
% 282.61/282.84  Current number of ordered equations: 0
% 282.61/282.84  Current number of rules: 812
% 282.61/282.84  New rule produced :
% 282.61/282.84  [842]
% 282.61/282.84  is_a_theorem(implies(not(implies(implies(implies(A,implies(B,B)),implies(
% 282.61/282.84                                                                   implies(C,C),X)),X)),Y))
% 282.61/282.84  -> true
% 282.61/282.84  Current number of equations to process: 4289
% 282.61/282.84  Current number of ordered equations: 0
% 282.61/282.84  Current number of rules: 813
% 282.61/282.84  New rule produced :
% 282.61/282.84  [843]
% 282.61/282.84  is_a_theorem(implies(A,implies(B,implies(not(implies(implies(implies(C,C),X),
% 282.61/282.84                                               implies(Y,X))),Z)))) -> true
% 282.61/282.84  Current number of equations to process: 4303
% 282.61/282.84  Current number of ordered equations: 0
% 282.61/282.84  Current number of rules: 814
% 282.61/282.84  New rule produced :
% 294.92/295.18  [844]
% 294.92/295.18  is_a_theorem(implies(not(implies(A,implies(B,implies(implies(implies(C,C),X),
% 294.92/295.18                                               implies(Y,X))))),Z)) -> true
% 294.92/295.18  Current number of equations to process: 4329
% 294.92/295.18  Current number of ordered equations: 0
% 294.92/295.18  Current number of rules: 815
% 294.92/295.18  New rule produced :
% 294.92/295.18  [845]
% 294.92/295.18  is_a_theorem(implies(A,implies(implies(B,C),implies(not(implies(implies(
% 294.92/295.18                                                                  implies(X,X),B),C)),Y))))
% 294.92/295.18  -> true
% 294.92/295.18  Current number of equations to process: 4354
% 294.92/295.18  Current number of ordered equations: 0
% 294.92/295.18  Current number of rules: 816
% 294.92/295.18  New rule produced :
% 294.92/295.18  [846]
% 294.92/295.18  is_a_theorem(implies(not(implies(A,implies(implies(B,C),implies(implies(
% 294.92/295.18                                                                  implies(X,X),B),C)))),Y))
% 294.92/295.18  -> true
% 294.92/295.18  Current number of equations to process: 4380
% 294.92/295.18  Current number of ordered equations: 0
% 294.92/295.18  Current number of rules: 817
% 294.92/295.18  New rule produced :
% 294.92/295.18  [847]
% 294.92/295.18  is_a_theorem(implies(A,implies(B,implies(not(implies(C,implies(X,implies(Y,
% 294.92/295.18                                                                   implies(Z,Z))))),V_6))))
% 294.92/295.18  -> true
% 294.92/295.18  Current number of equations to process: 4405
% 294.92/295.18  Current number of ordered equations: 0
% 294.92/295.18  Current number of rules: 818
% 294.92/295.18  New rule produced :
% 294.92/295.18  [848]
% 294.92/295.18  is_a_theorem(implies(not(implies(A,implies(B,implies(C,implies(X,implies(Y,
% 294.92/295.18                                                                   implies(Z,Z))))))),V_6))
% 294.92/295.18  -> true
% 294.92/295.18  Current number of equations to process: 4431
% 294.92/295.18  Current number of ordered equations: 0
% 294.92/295.18  Current number of rules: 819
% 294.92/295.18  New rule produced :
% 294.92/295.18  [849]
% 294.92/295.18  is_a_theorem(implies(A,implies(B,implies(not(implies(C,implies(implies(
% 294.92/295.18                                                                 implies(X,X),Y),Y))),Z))))
% 294.92/295.18  -> true
% 294.92/295.18  Current number of equations to process: 4455
% 294.92/295.18  Current number of ordered equations: 0
% 294.92/295.18  Current number of rules: 820
% 294.92/295.18  New rule produced :
% 294.92/295.18  [850]
% 294.92/295.18  is_a_theorem(implies(not(implies(A,implies(B,implies(C,implies(implies(
% 294.92/295.18                                                                 implies(X,X),Y),Y))))),Z))
% 294.92/295.18  -> true
% 294.92/295.18  Current number of equations to process: 4481
% 294.92/295.18  Current number of ordered equations: 0
% 294.92/295.18  Current number of rules: 821
% 294.92/295.18  New rule produced :
% 294.92/295.18  [851]
% 294.92/295.18  is_a_theorem(implies(A,implies(B,implies(not(implies(implies(implies(
% 294.92/295.18                                                               not(not(C)),X),C),C)),Y))))
% 294.92/295.18  -> true
% 294.92/295.18  Current number of equations to process: 4505
% 294.92/295.18  Current number of ordered equations: 0
% 294.92/295.18  Current number of rules: 822
% 294.92/295.18  New rule produced :
% 294.92/295.18  [852]
% 294.92/295.18  is_a_theorem(implies(not(implies(A,implies(B,implies(implies(implies(
% 294.92/295.18                                                               not(not(C)),X),C),C)))),Y))
% 294.92/295.18  -> true
% 294.92/295.18  Current number of equations to process: 4531
% 294.92/295.18  Current number of ordered equations: 0
% 294.92/295.18  Current number of rules: 823
% 294.92/295.18  New rule produced :
% 294.92/295.18  [853]
% 294.92/295.18  is_a_theorem(implies(A,implies(implies(implies(B,B),implies(implies(C,C),
% 294.92/295.18                                                      not(implies(X,X)))),Y)))
% 294.92/295.18  -> true
% 294.92/295.18  Current number of equations to process: 4556
% 294.92/295.18  Current number of ordered equations: 0
% 294.92/295.18  Current number of rules: 824
% 294.92/295.18  New rule produced :
% 294.92/295.18  [854]
% 294.92/295.18  is_a_theorem(implies(A,implies(implies(implies(B,B),implies(implies(C,C),
% 294.92/295.18                                                      implies(not(X),X))),X)))
% 294.92/295.18  -> true
% 294.92/295.18  Current number of equations to process: 4581
% 294.92/295.18  Current number of ordered equations: 0
% 294.92/295.18  Current number of rules: 825
% 294.92/295.18  New rule produced :
% 294.92/295.18  [855]
% 294.92/295.18  is_a_theorem(implies(A,implies(implies(implies(B,B),implies(implies(C,C),X)),
% 294.92/295.18                         implies(not(X),Y)))) -> true
% 294.92/295.18  Current number of equations to process: 4607
% 294.92/295.18  Current number of ordered equations: 0
% 294.92/295.18  Current number of rules: 826
% 294.92/295.18  New rule produced :
% 294.92/295.18  [856]
% 294.92/295.18  is_a_theorem(implies(not(implies(A,implies(implies(implies(B,B),implies(
% 294.92/295.18                                                                  implies(C,C),X)),X))),Y))
% 294.92/295.18  -> true
% 294.92/295.18  Current number of equations to process: 4633
% 294.92/295.18  Current number of ordered equations: 0
% 294.92/295.18  Current number of rules: 827
% 294.92/295.18  New rule produced :
% 294.92/295.18  [857]
% 294.92/295.18  is_a_theorem(implies(A,implies(B,implies(not(implies(implies(implies(C,
% 294.92/295.18                                                               iCputime limit exceeded (core dumped)
%------------------------------------------------------------------------------