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

View Problem - Process Solution

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

% Computer : n183.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:48 EST 2019

% Result   : Timeout 300.09s
% 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  : LCL113-10 : TPTP v7.3.0. Released v7.3.0.
% 0.00/0.04  % Command  : tptp2X_and_run_cime %s
% 0.03/0.26  % Computer : n183.star.cs.uiowa.edu
% 0.03/0.26  % Model    : x86_64 x86_64
% 0.03/0.26  % CPU      : Intel(R) Xeon(R) CPU E5-2609 0 @ 2.40GHz
% 0.03/0.26  % Memory   : 32218.5MB
% 0.03/0.26  % OS       : Linux 3.10.0-862.11.6.el7.x86_64
% 0.03/0.26  % CPULimit : 300
% 0.03/0.26  % DateTime : Thu Feb 21 14:50:28 CST 2019
% 0.03/0.26  % CPUTime  : 
% 1.15/1.40  Processing problem /tmp/CiME_62992_n183.star.cs.uiowa.edu
% 1.15/1.40  #verbose 1;
% 1.15/1.40                let F = signature " b,a,true : constant;  not : 1;  is_a_theorem : 1;  implies : 2;  ifeq : 4;";
% 1.15/1.40  let X = vars "A B C X Y Z";
% 1.15/1.40  let Axioms = equations F X "
% 1.15/1.40   ifeq(A,A,B,C) = B;
% 1.15/1.40   ifeq(is_a_theorem(implies(X,Y)),true,ifeq(is_a_theorem(X),true,is_a_theorem(Y),true),true) = true;
% 1.15/1.40   is_a_theorem(implies(X,implies(Y,X))) = true;
% 1.15/1.40   is_a_theorem(implies(implies(X,Y),implies(implies(Y,Z),implies(X,Z)))) = true;
% 1.15/1.40   is_a_theorem(implies(implies(implies(X,Y),Y),implies(implies(Y,X),X))) = true;
% 1.15/1.40   is_a_theorem(implies(implies(not(X),not(Y)),implies(Y,X))) = true;
% 1.15/1.40  ";
% 1.15/1.40  
% 1.15/1.40  let s1 = status F "
% 1.15/1.40   b lr_lex;
% 1.15/1.40   a lr_lex;
% 1.15/1.40   not lr_lex;
% 1.15/1.40   true lr_lex;
% 1.15/1.40   is_a_theorem lr_lex;
% 1.15/1.40   implies lr_lex;
% 1.15/1.40   ifeq lr_lex;
% 1.15/1.40  ";
% 1.15/1.40  
% 1.15/1.40  let p1 = precedence F "
% 1.15/1.40  ifeq > implies > is_a_theorem > not > true > a > b";
% 1.15/1.40  
% 1.15/1.40  let s2 = status F "
% 1.15/1.40  b mul;
% 1.15/1.40  a mul;
% 1.15/1.40  not mul;
% 1.15/1.40  true mul;
% 1.15/1.40  is_a_theorem mul;
% 1.15/1.40  implies mul;
% 1.15/1.40  ifeq mul;
% 1.15/1.40  ";
% 1.15/1.40  
% 1.15/1.40  let p2 = precedence F "
% 1.15/1.40  ifeq > implies > is_a_theorem > not > true = a = b";
% 1.15/1.40  
% 1.15/1.40  let o_auto = AUTO Axioms;
% 1.15/1.40  
% 1.15/1.40  let o = LEX o_auto (LEX (ACRPO s1 p1) (ACRPO s2 p2));
% 1.15/1.40  
% 1.15/1.40  let Conjectures = equations F X " is_a_theorem(implies(implies(not(a),b),implies(not(b),a))) = true;"
% 1.15/1.40  ;
% 1.15/1.40  (*
% 1.15/1.40  let Red_Axioms = normalize_equations Defining_rules Axioms;
% 1.15/1.40  
% 1.15/1.40  let Red_Conjectures =  normalize_equations Defining_rules Conjectures;
% 1.15/1.40  *)
% 1.15/1.40  #time on;
% 1.15/1.40  
% 1.15/1.40  let res = prove_conj_by_ordered_completion o Axioms Conjectures;
% 1.15/1.40  
% 1.15/1.40  #time off;
% 1.15/1.40  
% 1.15/1.40  
% 1.15/1.40  let status = if res then "unsatisfiable" else "satisfiable";
% 1.15/1.40  #quit;
% 1.15/1.40  Verbose level is now 1
% 1.15/1.40  
% 1.15/1.40  F : signature = <signature>
% 1.15/1.40  X : variable_set = <variable set>
% 1.15/1.40  
% 1.15/1.40  Axioms : (F,X) equations = { ifeq(A,A,B,C) = B,
% 1.15/1.40                               ifeq(is_a_theorem(implies(X,Y)),true,ifeq(
% 1.15/1.40                                                                    is_a_theorem(X),true,
% 1.15/1.40                                                                    is_a_theorem(Y),true),true)
% 1.15/1.40                               = true,
% 1.15/1.40                               is_a_theorem(implies(X,implies(Y,X))) = true,
% 1.15/1.40                               is_a_theorem(implies(implies(X,Y),implies(
% 1.15/1.40                                                                 implies(Y,Z),
% 1.15/1.40                                                                 implies(X,Z))))
% 1.15/1.40                               = true,
% 1.15/1.40                               is_a_theorem(implies(implies(implies(X,Y),Y),
% 1.15/1.40                                            implies(implies(Y,X),X))) = true,
% 1.15/1.40                               is_a_theorem(implies(implies(not(X),not(Y)),
% 1.15/1.40                                            implies(Y,X))) = true }
% 1.15/1.40                               (6 equation(s))
% 1.15/1.40  s1 : F status = <status>
% 1.15/1.40  p1 : F precedence = <precedence>
% 1.15/1.40  s2 : F status = <status>
% 1.15/1.40  p2 : F precedence = <precedence>
% 1.15/1.40  o_auto : F term_ordering = <term ordering>
% 1.15/1.40  o : F term_ordering = <term ordering>
% 1.15/1.40  Conjectures : (F,X) equations = { is_a_theorem(implies(implies(not(a),b),
% 1.15/1.40                                                 implies(not(b),a))) = true }
% 1.15/1.40                                    (1 equation(s))
% 1.15/1.40  time is now on
% 1.15/1.40  
% 1.15/1.40  Initializing completion ...
% 1.15/1.40  New rule produced : [1] ifeq(A,A,B,C) -> B
% 1.15/1.40  Current number of equations to process: 0
% 1.15/1.40  Current number of ordered equations: 5
% 1.15/1.40  Current number of rules: 1
% 1.15/1.40  New rule produced : [2] is_a_theorem(implies(X,implies(Y,X))) -> true
% 1.15/1.40  Current number of equations to process: 0
% 1.15/1.40  Current number of ordered equations: 4
% 1.15/1.40  Current number of rules: 2
% 1.15/1.40  New rule produced :
% 1.15/1.40  [3] is_a_theorem(implies(implies(not(X),not(Y)),implies(Y,X))) -> true
% 1.15/1.40  Current number of equations to process: 0
% 1.15/1.40  Current number of ordered equations: 3
% 1.15/1.40  Current number of rules: 3
% 1.15/1.40  New rule produced :
% 1.15/1.40  [4]
% 1.15/1.40  is_a_theorem(implies(implies(X,Y),implies(implies(Y,Z),implies(X,Z)))) ->
% 1.15/1.40  true
% 1.15/1.40  Current number of equations to process: 0
% 1.15/1.40  Current number of ordered equations: 2
% 1.15/1.40  Current number of rules: 4
% 1.15/1.40  New rule produced :
% 1.15/1.40  [5]
% 1.15/1.40  is_a_theorem(implies(implies(implies(X,Y),Y),implies(implies(Y,X),X))) ->
% 1.15/1.40  true
% 1.15/1.40  Current number of equations to process: 0
% 1.15/1.40  Current number of ordered equations: 1
% 1.15/1.40  Current number of rules: 5
% 1.15/1.40  New rule produced :
% 1.15/1.40  [6]
% 1.15/1.40  ifeq(is_a_theorem(implies(X,Y)),true,ifeq(is_a_theorem(X),true,is_a_theorem(Y),true),true)
% 1.15/1.41  -> true
% 1.15/1.41  Current number of equations to process: 0
% 1.15/1.41  Current number of ordered equations: 0
% 1.15/1.41  Current number of rules: 6
% 1.15/1.41  New rule produced :
% 1.15/1.41  [7] ifeq(is_a_theorem(A),true,is_a_theorem(implies(B,A)),true) -> true
% 1.15/1.41  Current number of equations to process: 2
% 1.15/1.41  Current number of ordered equations: 0
% 1.15/1.41  Current number of rules: 7
% 1.15/1.41  New rule produced :
% 1.15/1.41  [8] is_a_theorem(implies(A,implies(B,implies(C,B)))) -> true
% 1.15/1.41  Current number of equations to process: 11
% 1.15/1.41  Current number of ordered equations: 1
% 1.15/1.41  Current number of rules: 8
% 1.15/1.41  New rule produced :
% 1.15/1.41  [9] ifeq(is_a_theorem(implies(A,B)),true,true,true) -> true
% 1.15/1.41  Current number of equations to process: 11
% 1.15/1.41  Current number of ordered equations: 0
% 1.15/1.41  Current number of rules: 9
% 1.15/1.41  New rule produced :
% 1.15/1.41  [10] is_a_theorem(implies(A,implies(B,implies(C,implies(X,C))))) -> true
% 1.15/1.41  Current number of equations to process: 16
% 1.15/1.41  Current number of ordered equations: 0
% 1.15/1.41  Current number of rules: 10
% 1.15/1.41  New rule produced :
% 1.15/1.41  [11]
% 1.15/1.41  is_a_theorem(implies(A,implies(implies(not(B),not(C)),implies(C,B)))) -> true
% 1.15/1.41  Current number of equations to process: 18
% 1.15/1.41  Current number of ordered equations: 0
% 1.15/1.41  Current number of rules: 11
% 1.15/1.41  New rule produced :
% 1.15/1.41  [12]
% 1.15/1.41  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(Y,X)))))) ->
% 1.15/1.41  true
% 1.15/1.41  Current number of equations to process: 17
% 1.15/1.41  Current number of ordered equations: 0
% 1.15/1.41  Current number of rules: 12
% 1.15/1.41  New rule produced :
% 1.15/1.41  [13]
% 1.15/1.41  ifeq(is_a_theorem(implies(implies(A,implies(B,A)),C)),true,is_a_theorem(C),true)
% 1.15/1.41  -> true
% 1.15/1.41  Current number of equations to process: 19
% 1.15/1.41  Current number of ordered equations: 0
% 1.15/1.41  Current number of rules: 13
% 1.15/1.41  New rule produced :
% 1.15/1.41  [14]
% 1.15/1.41  ifeq(is_a_theorem(implies(not(A),not(B))),true,is_a_theorem(implies(B,A)),true)
% 1.15/1.41  -> true
% 1.15/1.41  Current number of equations to process: 18
% 1.15/1.41  Current number of ordered equations: 0
% 1.15/1.41  Current number of rules: 14
% 1.15/1.41  New rule produced :
% 1.15/1.41  [15] is_a_theorem(implies(implies(implies(A,B),C),implies(B,C))) -> true
% 1.15/1.41  Current number of equations to process: 21
% 1.15/1.41  Current number of ordered equations: 0
% 1.15/1.41  Current number of rules: 15
% 1.15/1.41  New rule produced :
% 1.15/1.41  [16] is_a_theorem(implies(A,implies(B,implies(C,A)))) -> true
% 1.15/1.41  Current number of equations to process: 25
% 1.15/1.41  Current number of ordered equations: 0
% 1.15/1.41  Current number of rules: 16
% 1.15/1.41  New rule produced :
% 1.15/1.41  [17] is_a_theorem(implies(A,implies(B,implies(C,implies(X,B))))) -> true
% 1.15/1.41  Current number of equations to process: 28
% 1.15/1.41  Current number of ordered equations: 0
% 1.15/1.41  Current number of rules: 17
% 1.15/1.41  New rule produced :
% 1.15/1.41  [18]
% 1.15/1.41  ifeq(is_a_theorem(A),true,is_a_theorem(implies(B,implies(C,A))),true) -> true
% 1.15/1.41  Current number of equations to process: 27
% 1.15/1.41  Current number of ordered equations: 0
% 1.15/1.41  Current number of rules: 18
% 1.15/1.41  New rule produced : [19] ifeq(is_a_theorem(A),true,true,true) -> true
% 1.15/1.41  Rule [9] ifeq(is_a_theorem(implies(A,B)),true,true,true) -> true collapsed.
% 1.15/1.41  Current number of equations to process: 30
% 1.15/1.41  Current number of ordered equations: 0
% 1.15/1.41  Current number of rules: 18
% 1.15/1.41  New rule produced :
% 1.15/1.41  [20]
% 1.15/1.41  is_a_theorem(implies(A,implies(implies(implies(B,C),X),implies(C,X)))) ->
% 1.15/1.41  true
% 1.15/1.41  Current number of equations to process: 32
% 1.15/1.41  Current number of ordered equations: 0
% 1.15/1.41  Current number of rules: 19
% 1.15/1.41  New rule produced :
% 1.15/1.41  [21]
% 1.15/1.41  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(Y,C)))))) ->
% 1.15/1.41  true
% 1.15/1.41  Current number of equations to process: 31
% 1.15/1.41  Current number of ordered equations: 0
% 1.15/1.41  Current number of rules: 20
% 1.15/1.41  New rule produced :
% 1.15/1.41  [22]
% 1.15/1.41  ifeq(is_a_theorem(implies(implies(A,B),C)),true,is_a_theorem(implies(B,C)),true)
% 1.15/1.41  -> true
% 1.15/1.41  Current number of equations to process: 41
% 1.15/1.41  Current number of ordered equations: 0
% 1.15/1.41  Current number of rules: 21
% 1.15/1.41  New rule produced : [23] is_a_theorem(implies(not(A),implies(A,B))) -> true
% 1.15/1.41  Current number of equations to process: 41
% 1.15/1.41  Current number of ordered equations: 0
% 1.15/1.41  Current number of rules: 22
% 1.15/1.41  New rule produced :
% 1.15/1.41  [24] is_a_theorem(implies(A,implies(implies(A,B),implies(C,B)))) -> true
% 1.15/1.41  Current number of equations to process: 41
% 1.15/1.41  Current number of ordered equations: 0
% 1.15/1.41  Current number of rules: 23
% 1.15/1.41  New rule produced :
% 1.15/1.41  [25] is_a_theorem(implies(A,implies(implies(A,B),B))) -> true
% 1.15/1.41  Current number of equations to process: 41
% 1.15/1.41  Current number of ordered equations: 0
% 1.15/1.41  Current number of rules: 24
% 1.15/1.41  New rule produced :
% 1.18/1.44  [26] is_a_theorem(implies(A,implies(B,implies(C,implies(X,A))))) -> true
% 1.18/1.44  Current number of equations to process: 41
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 25
% 1.18/1.44  New rule produced :
% 1.18/1.44  [27] is_a_theorem(implies(A,implies(not(B),implies(B,C)))) -> true
% 1.18/1.44  Current number of equations to process: 43
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 26
% 1.18/1.44  New rule produced :
% 1.18/1.44  [28] ifeq(is_a_theorem(not(A)),true,is_a_theorem(implies(A,B)),true) -> true
% 1.18/1.44  Current number of equations to process: 43
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 27
% 1.18/1.44  New rule produced :
% 1.18/1.44  [29] is_a_theorem(implies(A,implies(B,implies(not(C),implies(C,X))))) -> true
% 1.18/1.44  Current number of equations to process: 42
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 28
% 1.18/1.44  New rule produced :
% 1.18/1.44  [30] is_a_theorem(implies(A,implies(B,implies(implies(B,C),C)))) -> true
% 1.18/1.44  Current number of equations to process: 50
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 29
% 1.18/1.44  New rule produced :
% 1.18/1.44  [31] is_a_theorem(implies(implies(implies(A,implies(B,A)),C),C)) -> true
% 1.18/1.44  Current number of equations to process: 50
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 30
% 1.18/1.44  New rule produced :
% 1.18/1.44  [32] is_a_theorem(implies(A,implies(implies(implies(B,A),C),C))) -> true
% 1.18/1.44  Current number of equations to process: 51
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 31
% 1.18/1.44  New rule produced :
% 1.18/1.44  [33]
% 1.18/1.44  ifeq(is_a_theorem(A),true,is_a_theorem(implies(implies(A,B),B)),true) -> true
% 1.18/1.44  Current number of equations to process: 50
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 32
% 1.18/1.44  New rule produced :
% 1.18/1.44  [34]
% 1.18/1.44  is_a_theorem(implies(A,implies(B,implies(implies(B,C),implies(X,C))))) ->
% 1.18/1.44  true
% 1.18/1.44  Current number of equations to process: 56
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 33
% 1.18/1.44  New rule produced :
% 1.18/1.44  [35]
% 1.18/1.44  is_a_theorem(implies(implies(implies(A,implies(B,A)),C),implies(X,C))) ->
% 1.18/1.44  true
% 1.18/1.44  Current number of equations to process: 55
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 34
% 1.18/1.44  New rule produced :
% 1.18/1.44  [36]
% 1.18/1.44  is_a_theorem(implies(A,implies(implies(implies(B,A),C),implies(X,C)))) ->
% 1.18/1.44  true
% 1.18/1.44  Current number of equations to process: 54
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 35
% 1.18/1.44  New rule produced :
% 1.18/1.44  [37]
% 1.18/1.44  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(C,X),X))))) ->
% 1.18/1.44  true
% 1.18/1.44  Current number of equations to process: 53
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 36
% 1.18/1.44  New rule produced :
% 1.18/1.44  [38]
% 1.18/1.44  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(Y,B)))))) ->
% 1.18/1.44  true
% 1.18/1.44  Current number of equations to process: 52
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 37
% 1.18/1.44  New rule produced :
% 1.18/1.44  [39]
% 1.18/1.44  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(Y,A)))))) ->
% 1.18/1.44  true
% 1.18/1.44  Current number of equations to process: 51
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 38
% 1.18/1.44  New rule produced : [40] is_a_theorem(implies(A,A)) -> true
% 1.18/1.44  Current number of equations to process: 58
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 39
% 1.18/1.44  New rule produced :
% 1.18/1.44  [41]
% 1.18/1.44  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,B)),X),X))) ->
% 1.18/1.44  true
% 1.18/1.44  Current number of equations to process: 67
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 40
% 1.18/1.44  New rule produced :
% 1.18/1.44  [42]
% 1.18/1.44  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,B),X),X)))) ->
% 1.18/1.44  true
% 1.18/1.44  Current number of equations to process: 66
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 41
% 1.18/1.44  New rule produced :
% 1.18/1.44  [43]
% 1.18/1.44  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,B))),X),X)) ->
% 1.18/1.44  true
% 1.18/1.44  Current number of equations to process: 65
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 42
% 1.18/1.44  New rule produced :
% 1.18/1.44  [44]
% 1.18/1.44  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,A)),X),X))) ->
% 1.18/1.44  true
% 1.18/1.44  Current number of equations to process: 64
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 43
% 1.18/1.44  New rule produced :
% 1.18/1.44  [45] is_a_theorem(implies(implies(implies(not(A),implies(A,B)),C),C)) -> true
% 1.18/1.44  Current number of equations to process: 79
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.51  Current number of rules: 44
% 1.18/1.51  New rule produced :
% 1.18/1.51  [46]
% 1.18/1.51  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,A))),X),X)) ->
% 1.18/1.51  true
% 1.18/1.51  Current number of equations to process: 78
% 1.18/1.51  Current number of ordered equations: 0
% 1.18/1.51  Current number of rules: 45
% 1.18/1.51  New rule produced :
% 1.18/1.51  [47]
% 1.18/1.51  is_a_theorem(implies(implies(implies(A,implies(implies(A,B),B)),C),C)) ->
% 1.18/1.51  true
% 1.18/1.51  Current number of equations to process: 77
% 1.18/1.51  Current number of ordered equations: 0
% 1.18/1.51  Current number of rules: 46
% 1.18/1.51  New rule produced : [48] is_a_theorem(implies(A,implies(B,B))) -> true
% 1.18/1.51  Current number of equations to process: 110
% 1.18/1.51  Current number of ordered equations: 0
% 1.18/1.51  Current number of rules: 47
% 1.18/1.51  New rule produced :
% 1.18/1.51  [49] ifeq(is_a_theorem(A),true,is_a_theorem(A),true) -> true
% 1.18/1.51  Current number of equations to process: 109
% 1.18/1.51  Current number of ordered equations: 0
% 1.18/1.51  Current number of rules: 48
% 1.18/1.51  New rule produced :
% 1.18/1.51  [50] is_a_theorem(implies(A,implies(B,implies(C,C)))) -> true
% 1.18/1.51  Current number of equations to process: 109
% 1.18/1.51  Current number of ordered equations: 0
% 1.18/1.51  Current number of rules: 49
% 1.18/1.51  New rule produced :
% 1.18/1.51  [51] is_a_theorem(implies(implies(implies(A,A),B),B)) -> true
% 1.18/1.51  Current number of equations to process: 109
% 1.18/1.51  Current number of ordered equations: 0
% 1.18/1.51  Current number of rules: 50
% 1.18/1.51  New rule produced :
% 1.18/1.51  [52]
% 1.18/1.51  ifeq(is_a_theorem(implies(implies(A,A),B)),true,is_a_theorem(B),true) -> true
% 1.18/1.51  Current number of equations to process: 108
% 1.18/1.51  Current number of ordered equations: 0
% 1.18/1.51  Current number of rules: 51
% 1.18/1.51  New rule produced :
% 1.18/1.51  [53] is_a_theorem(implies(A,implies(B,implies(C,implies(X,X))))) -> true
% 1.18/1.51  Current number of equations to process: 145
% 1.18/1.51  Current number of ordered equations: 0
% 1.18/1.51  Current number of rules: 52
% 1.18/1.51  New rule produced :
% 1.18/1.51  [54] is_a_theorem(implies(implies(implies(A,implies(B,B)),C),C)) -> true
% 1.18/1.51  Current number of equations to process: 144
% 1.18/1.51  Current number of ordered equations: 0
% 1.18/1.51  Current number of rules: 53
% 1.18/1.51  New rule produced :
% 1.18/1.51  [55] is_a_theorem(implies(A,implies(implies(implies(B,B),C),C))) -> true
% 1.18/1.51  Current number of equations to process: 148
% 1.18/1.51  Current number of ordered equations: 0
% 1.18/1.51  Current number of rules: 54
% 1.18/1.51  New rule produced :
% 1.18/1.51  [56]
% 1.18/1.51  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(Y,Y)))))) ->
% 1.18/1.51  true
% 1.18/1.51  Current number of equations to process: 149
% 1.18/1.51  Current number of ordered equations: 0
% 1.18/1.51  Current number of rules: 55
% 1.18/1.51  New rule produced :
% 1.18/1.51  [57]
% 1.18/1.51  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,C))),X),X)) ->
% 1.18/1.51  true
% 1.18/1.51  Current number of equations to process: 148
% 1.18/1.51  Current number of ordered equations: 0
% 1.18/1.51  Current number of rules: 56
% 1.18/1.51  New rule produced :
% 1.18/1.51  [58]
% 1.18/1.51  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,C),X),X)))) ->
% 1.18/1.51  true
% 1.18/1.51  Current number of equations to process: 147
% 1.18/1.51  Current number of ordered equations: 0
% 1.18/1.51  Current number of rules: 57
% 1.18/1.51  New rule produced :
% 1.18/1.51  [59]
% 1.18/1.51  is_a_theorem(implies(implies(implies(implies(implies(A,A),B),B),C),C)) ->
% 1.18/1.51  true
% 1.18/1.51  Current number of equations to process: 146
% 1.18/1.51  Current number of ordered equations: 0
% 1.18/1.51  Current number of rules: 58
% 1.18/1.51  New rule produced :
% 1.18/1.51  [60] is_a_theorem(implies(implies(implies(A,A),B),implies(C,B))) -> true
% 1.18/1.51  Current number of equations to process: 146
% 1.18/1.51  Current number of ordered equations: 0
% 1.18/1.51  Current number of rules: 59
% 1.18/1.51  New rule produced :
% 1.18/1.51  [61]
% 1.18/1.51  is_a_theorem(implies(implies(implies(A,implies(B,B)),C),implies(X,C))) ->
% 1.18/1.51  true
% 1.18/1.51  Current number of equations to process: 156
% 1.18/1.51  Current number of ordered equations: 0
% 1.18/1.51  Current number of rules: 60
% 1.18/1.51  New rule produced :
% 1.18/1.51  [62]
% 1.18/1.51  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,C)),X),X))) ->
% 1.18/1.51  true
% 1.18/1.51  Current number of equations to process: 155
% 1.18/1.51  Current number of ordered equations: 0
% 1.18/1.51  Current number of rules: 61
% 1.18/1.51  New rule produced :
% 1.18/1.51  [63]
% 1.18/1.51  ifeq(is_a_theorem(A),true,is_a_theorem(implies(implies(A,B),implies(C,B))),true)
% 1.18/1.51  -> true
% 1.18/1.51  Current number of equations to process: 154
% 1.18/1.51  Current number of ordered equations: 0
% 1.18/1.51  Current number of rules: 62
% 1.18/1.51  New rule produced :
% 1.18/1.51  [64]
% 1.18/1.51  ifeq(is_a_theorem(A),true,is_a_theorem(implies(B,implies(C,implies(X,A)))),true)
% 1.18/1.51  -> true
% 1.18/1.51  Current number of equations to process: 153
% 1.18/1.51  Current number of ordered equations: 0
% 1.18/1.51  Current number of rules: 63
% 1.18/1.51  New rule produced :
% 1.18/1.51  [65]
% 1.18/1.51  is_a_theorem(implies(A,implies(B,implies(C,implies(not(X),implies(X,Y))))))
% 1.47/1.70  -> true
% 1.47/1.70  Current number of equations to process: 152
% 1.47/1.70  Current number of ordered equations: 0
% 1.47/1.70  Current number of rules: 64
% 1.47/1.70  New rule produced :
% 1.47/1.70  [66]
% 1.47/1.70  ifeq(is_a_theorem(A),true,is_a_theorem(implies(implies(implies(B,A),C),C)),true)
% 1.47/1.70  -> true
% 1.47/1.70  Current number of equations to process: 151
% 1.47/1.70  Current number of ordered equations: 0
% 1.47/1.70  Current number of rules: 65
% 1.47/1.70  New rule produced :
% 1.47/1.70  [67]
% 1.47/1.70  is_a_theorem(implies(implies(implies(A,implies(not(B),implies(B,C))),X),X))
% 1.47/1.70  -> true
% 1.47/1.70  Current number of equations to process: 150
% 1.47/1.70  Current number of ordered equations: 0
% 1.47/1.70  Current number of rules: 66
% 1.47/1.70  New rule produced :
% 1.47/1.70  [68]
% 1.47/1.70  is_a_theorem(implies(A,implies(implies(implies(B,B),C),implies(X,C)))) ->
% 1.47/1.70  true
% 1.47/1.70  Current number of equations to process: 172
% 1.47/1.70  Current number of ordered equations: 0
% 1.47/1.70  Current number of rules: 67
% 1.47/1.70  New rule produced :
% 1.47/1.70  [69]
% 1.47/1.70  is_a_theorem(implies(A,implies(implies(implies(not(B),implies(B,C)),X),X)))
% 1.47/1.70  -> true
% 1.47/1.70  Current number of equations to process: 184
% 1.47/1.70  Current number of ordered equations: 0
% 1.47/1.70  Current number of rules: 68
% 1.47/1.70  New rule produced :
% 1.47/1.70  [70]
% 1.47/1.70  ifeq(is_a_theorem(implies(implies(A,implies(B,B)),C)),true,is_a_theorem(C),true)
% 1.47/1.70  -> true
% 1.47/1.70  Current number of equations to process: 183
% 1.47/1.70  Current number of ordered equations: 0
% 1.47/1.70  Current number of rules: 69
% 1.47/1.70  New rule produced :
% 1.47/1.70  [71]
% 1.47/1.70  ifeq(is_a_theorem(implies(implies(A,A),B)),true,is_a_theorem(implies(C,B)),true)
% 1.47/1.70  -> true
% 1.47/1.70  Current number of equations to process: 182
% 1.47/1.70  Current number of ordered equations: 0
% 1.47/1.70  Current number of rules: 70
% 1.47/1.70  New rule produced :
% 1.47/1.70  [72]
% 1.47/1.70  is_a_theorem(implies(implies(implies(not(A),implies(A,B)),C),implies(X,C)))
% 1.47/1.70  -> true
% 1.47/1.70  Current number of equations to process: 227
% 1.47/1.70  Current number of ordered equations: 0
% 1.47/1.70  Current number of rules: 71
% 1.47/1.70  New rule produced :
% 1.47/1.70  [73]
% 1.47/1.70  is_a_theorem(implies(A,implies(implies(B,C),implies(implies(C,X),implies(B,X)))))
% 1.47/1.70  -> true
% 1.47/1.70  Current number of equations to process: 353
% 1.47/1.70  Current number of ordered equations: 0
% 1.47/1.70  Current number of rules: 72
% 1.47/1.70  New rule produced :
% 1.47/1.70  [74]
% 1.47/1.70  is_a_theorem(implies(A,implies(implies(implies(B,C),C),implies(implies(C,B),B))))
% 1.47/1.70  -> true
% 1.47/1.70  Current number of equations to process: 359
% 1.47/1.70  Current number of ordered equations: 0
% 1.47/1.70  Current number of rules: 73
% 1.47/1.70  New rule produced :
% 1.47/1.70  [75]
% 1.47/1.70  is_a_theorem(implies(A,implies(B,implies(implies(not(C),not(X)),implies(X,C)))))
% 1.47/1.70  -> true
% 1.47/1.70  Current number of equations to process: 365
% 1.47/1.70  Current number of ordered equations: 0
% 1.47/1.70  Current number of rules: 74
% 1.47/1.70  New rule produced :
% 1.47/1.70  [76]
% 1.47/1.70  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(Y,implies(Z,Y)))))))
% 1.47/1.70  -> true
% 1.47/1.70  Current number of equations to process: 371
% 1.47/1.70  Current number of ordered equations: 0
% 1.47/1.70  Current number of rules: 75
% 1.47/1.70  New rule produced :
% 1.47/1.70  [77]
% 1.47/1.70  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,X),Y),implies(X,Y)))))
% 1.47/1.70  -> true
% 1.47/1.70  Current number of equations to process: 375
% 1.47/1.70  Current number of ordered equations: 0
% 1.47/1.70  Current number of rules: 76
% 1.47/1.70  New rule produced :
% 1.47/1.70  [78]
% 1.47/1.70  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(Y,implies(Z,X)))))))
% 1.47/1.70  -> true
% 1.47/1.70  Current number of equations to process: 381
% 1.47/1.70  Current number of ordered equations: 0
% 1.47/1.70  Current number of rules: 77
% 1.47/1.70  New rule produced :
% 1.47/1.70  [79]
% 1.47/1.70  ifeq(is_a_theorem(implies(implies(not(A),implies(A,B)),C)),true,is_a_theorem(C),true)
% 1.47/1.71  -> true
% 1.47/1.71  Current number of equations to process: 385
% 1.47/1.71  Current number of ordered equations: 0
% 1.47/1.71  Current number of rules: 78
% 1.47/1.71  New rule produced :
% 1.47/1.71  [80] is_a_theorem(implies(implies(implies(A,B),C),implies(not(A),C))) -> true
% 1.47/1.71  Current number of equations to process: 385
% 1.47/1.71  Current number of ordered equations: 0
% 1.47/1.71  Current number of rules: 79
% 1.47/1.71  New rule produced :
% 1.47/1.71  [81] is_a_theorem(implies(not(A),implies(B,implies(A,C)))) -> true
% 1.47/1.71  Current number of equations to process: 391
% 1.47/1.71  Current number of ordered equations: 0
% 1.47/1.71  Current number of rules: 80
% 1.47/1.71  New rule produced :
% 1.47/1.71  [82] is_a_theorem(implies(A,implies(not(B),implies(C,implies(B,X))))) -> true
% 1.47/1.71  Current number of equations to process: 403
% 1.47/1.71  Current number of ordered equations: 0
% 1.47/1.71  Current number of rules: 81
% 1.47/1.71  New rule produced :
% 1.47/1.71  [83]
% 1.47/1.71  ifeq(is_a_theorem(not(A)),true,is_a_theorem(implies(B,implies(A,C))),true) ->
% 1.47/1.71  true
% 1.47/1.71  Current number of equations to process: 402
% 1.47/1.71  Current number of ordered equations: 0
% 1.47/1.71  Current number of rules: 82
% 1.65/1.92  New rule produced :
% 1.65/1.92  [84]
% 1.65/1.92  is_a_theorem(implies(A,implies(implies(implies(B,C),X),implies(not(B),X))))
% 1.65/1.92  -> true
% 1.65/1.92  Current number of equations to process: 408
% 1.65/1.92  Current number of ordered equations: 0
% 1.65/1.92  Current number of rules: 83
% 1.65/1.92  New rule produced :
% 1.65/1.92  [85]
% 1.65/1.92  is_a_theorem(implies(A,implies(B,implies(not(C),implies(X,implies(C,Y))))))
% 1.65/1.92  -> true
% 1.65/1.92  Current number of equations to process: 407
% 1.65/1.92  Current number of ordered equations: 0
% 1.65/1.92  Current number of rules: 84
% 1.65/1.92  New rule produced :
% 1.65/1.92  [86]
% 1.65/1.92  is_a_theorem(implies(implies(implies(not(A),implies(B,implies(A,C))),X),X))
% 1.65/1.92  -> true
% 1.65/1.92  Current number of equations to process: 406
% 1.65/1.92  Current number of ordered equations: 0
% 1.65/1.92  Current number of rules: 85
% 1.65/1.92  New rule produced :
% 1.65/1.92  [87]
% 1.65/1.92  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(C,X),implies(Y,X))))))
% 1.65/1.92  -> true
% 1.65/1.92  Current number of equations to process: 425
% 1.65/1.92  Current number of ordered equations: 0
% 1.65/1.92  Current number of rules: 86
% 1.65/1.92  New rule produced :
% 1.65/1.92  [88]
% 1.65/1.92  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(Y,implies(Z,C)))))))
% 1.65/1.92  -> true
% 1.65/1.92  Current number of equations to process: 431
% 1.65/1.92  Current number of ordered equations: 0
% 1.65/1.92  Current number of rules: 87
% 1.65/1.92  New rule produced :
% 1.65/1.92  [89]
% 1.65/1.92  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(implies(X,Y),Y))))))
% 1.65/1.92  -> true
% 1.65/1.92  Current number of equations to process: 437
% 1.65/1.92  Current number of ordered equations: 0
% 1.65/1.92  Current number of rules: 88
% 1.65/1.92  New rule produced :
% 1.65/1.92  [90]
% 1.65/1.92  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(X,C)),Y),Y))))
% 1.65/1.92  -> true
% 1.65/1.92  Current number of equations to process: 443
% 1.65/1.92  Current number of ordered equations: 0
% 1.65/1.92  Current number of rules: 89
% 1.65/1.92  New rule produced :
% 1.65/1.92  [91]
% 1.65/1.92  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(X,C),Y),Y)))))
% 1.65/1.92  -> true
% 1.65/1.92  Current number of equations to process: 449
% 1.65/1.92  Current number of ordered equations: 0
% 1.65/1.92  Current number of rules: 90
% 1.65/1.92  New rule produced :
% 1.65/1.92  [92]
% 1.65/1.92  is_a_theorem(implies(implies(implies(implies(not(A),not(B)),implies(B,A)),C),C))
% 1.65/1.92  -> true
% 1.65/1.92  Current number of equations to process: 455
% 1.65/1.92  Current number of ordered equations: 0
% 1.65/1.92  Current number of rules: 91
% 1.65/1.92  New rule produced :
% 1.65/1.92  [93]
% 1.65/1.92  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(X,C)))),Y),Y))
% 1.65/1.92  -> true
% 1.65/1.92  Current number of equations to process: 462
% 1.65/1.92  Current number of ordered equations: 0
% 1.65/1.92  Current number of rules: 92
% 1.65/1.92  New rule produced :
% 1.65/1.92  [94]
% 1.65/1.92  is_a_theorem(implies(implies(implies(implies(implies(A,B),C),implies(B,C)),X),X))
% 1.65/1.92  -> true
% 1.65/1.92  Current number of equations to process: 469
% 1.65/1.92  Current number of ordered equations: 0
% 1.65/1.92  Current number of rules: 93
% 1.65/1.92  New rule produced :
% 1.65/1.92  [95]
% 1.65/1.92  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(X,B)))),Y),Y))
% 1.65/1.92  -> true
% 1.65/1.92  Current number of equations to process: 476
% 1.65/1.92  Current number of ordered equations: 0
% 1.65/1.92  Current number of rules: 94
% 1.65/1.92  New rule produced :
% 1.65/1.92  [96]
% 1.65/1.92  is_a_theorem(implies(implies(implies(A,implies(implies(A,B),implies(C,B))),X),X))
% 1.65/1.92  -> true
% 1.65/1.92  Current number of equations to process: 483
% 1.65/1.92  Current number of ordered equations: 0
% 1.65/1.92  Current number of rules: 95
% 1.65/1.92  New rule produced :
% 1.65/1.92  [97]
% 1.65/1.92  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(X,A)))),Y),Y))
% 1.65/1.92  -> true
% 1.65/1.92  Current number of equations to process: 490
% 1.65/1.92  Current number of ordered equations: 0
% 1.65/1.92  Current number of rules: 96
% 1.65/1.92  New rule produced :
% 1.65/1.92  [98]
% 1.65/1.92  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(B,C),C))),X),X))
% 1.65/1.92  -> true
% 1.65/1.92  Current number of equations to process: 497
% 1.65/1.92  Current number of ordered equations: 0
% 1.65/1.92  Current number of rules: 97
% 1.65/1.92  New rule produced :
% 1.65/1.92  [99]
% 1.65/1.92  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,A)),C),C),X),X))
% 1.65/1.92  -> true
% 1.65/1.92  Current number of equations to process: 504
% 1.65/1.92  Current number of ordered equations: 0
% 1.65/1.92  Current number of rules: 98
% 1.65/1.92  New rule produced :
% 1.65/1.92  [100]
% 1.65/1.92  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,A),C),C)),X),X))
% 1.65/1.92  -> true
% 1.65/1.92  Current number of equations to process: 511
% 1.65/1.92  Current number of ordered equations: 0
% 1.65/1.92  Current number of rules: 99
% 1.65/1.92  New rule produced :
% 1.65/1.92  [101]
% 1.65/1.92  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,B)),X),implies(Y,X))))
% 1.65/1.92  -> true
% 1.65/1.92  Current number of equations to process: 517
% 1.65/1.92  Current number of ordered equations: 0
% 1.65/1.92  Current number of rules: 100
% 1.65/1.92  New rule produced :
% 1.65/1.92  [102]
% 1.65/1.92  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,B),X),implies(Y,X)))))
% 1.95/2.20  -> true
% 1.95/2.20  Current number of equations to process: 523
% 1.95/2.20  Current number of ordered equations: 0
% 1.95/2.20  Current number of rules: 101
% 1.95/2.20  New rule produced :
% 1.95/2.20  [103]
% 1.95/2.20  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,B))),X),implies(Y,X)))
% 1.95/2.20  -> true
% 1.95/2.20  Current number of equations to process: 529
% 1.95/2.20  Current number of ordered equations: 0
% 1.95/2.20  Current number of rules: 102
% 1.95/2.20  New rule produced :
% 1.95/2.20  [104]
% 1.95/2.20  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,A)),X),implies(Y,X))))
% 1.95/2.20  -> true
% 1.95/2.20  Current number of equations to process: 536
% 1.95/2.20  Current number of ordered equations: 0
% 1.95/2.20  Current number of rules: 103
% 1.95/2.20  New rule produced :
% 1.95/2.20  [105]
% 1.95/2.20  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(Y,implies(Z,B)))))))
% 1.95/2.20  -> true
% 1.95/2.20  Current number of equations to process: 547
% 1.95/2.20  Current number of ordered equations: 0
% 1.95/2.20  Current number of rules: 104
% 1.95/2.20  New rule produced :
% 1.95/2.20  [106]
% 1.95/2.20  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(Y,implies(Z,A)))))))
% 1.95/2.20  -> true
% 1.95/2.20  Current number of equations to process: 552
% 1.95/2.20  Current number of ordered equations: 0
% 1.95/2.20  Current number of rules: 105
% 1.95/2.20  New rule produced :
% 1.95/2.20  [107]
% 1.95/2.20  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(X,C))),Y),Y)))
% 1.95/2.20  -> true
% 1.95/2.20  Current number of equations to process: 562
% 1.95/2.20  Current number of ordered equations: 0
% 1.95/2.20  Current number of rules: 106
% 1.95/2.20  New rule produced :
% 1.95/2.20  [108]
% 1.95/2.20  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(X,B)),Y),Y))))
% 1.95/2.20  -> true
% 1.95/2.20  Current number of equations to process: 568
% 1.95/2.20  Current number of ordered equations: 0
% 1.95/2.20  Current number of rules: 107
% 1.95/2.20  New rule produced :
% 1.95/2.20  [109]
% 1.95/2.20  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(X,A))),Y),Y)))
% 1.95/2.20  -> true
% 1.95/2.20  Current number of equations to process: 573
% 1.95/2.20  Current number of ordered equations: 0
% 1.95/2.20  Current number of rules: 108
% 1.95/2.20  New rule produced :
% 1.95/2.20  [110]
% 1.95/2.20  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(X,B))),Y),Y)))
% 1.95/2.20  -> true
% 1.95/2.20  Current number of equations to process: 585
% 1.95/2.20  Current number of ordered equations: 0
% 1.95/2.20  Current number of rules: 109
% 1.95/2.20  New rule produced :
% 1.95/2.20  [111]
% 1.95/2.20  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(B,C),C)),X),X)))
% 1.95/2.20  -> true
% 1.95/2.20  Current number of equations to process: 591
% 1.95/2.20  Current number of ordered equations: 0
% 1.95/2.20  Current number of rules: 110
% 1.95/2.20  New rule produced :
% 1.95/2.20  [112]
% 1.95/2.20  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(Y,implies(Z,Z)))))))
% 1.95/2.20  -> true
% 1.95/2.20  Current number of equations to process: 597
% 1.95/2.20  Current number of ordered equations: 0
% 1.95/2.20  Current number of rules: 111
% 1.95/2.20  New rule produced :
% 1.95/2.20  [113]
% 1.95/2.20  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(X,X)))),Y),Y))
% 1.95/2.20  -> true
% 1.95/2.20  Current number of equations to process: 603
% 1.95/2.20  Current number of ordered equations: 0
% 1.95/2.20  Current number of rules: 112
% 1.95/2.20  New rule produced :
% 1.95/2.20  [114]
% 1.95/2.20  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(X,X)),Y),Y))))
% 1.95/2.20  -> true
% 1.95/2.20  Current number of equations to process: 610
% 1.95/2.20  Current number of ordered equations: 0
% 1.95/2.20  Current number of rules: 113
% 1.95/2.20  New rule produced :
% 1.95/2.20  [115]
% 1.95/2.20  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,B)),C),C),X),X))
% 1.95/2.20  -> true
% 1.95/2.20  Current number of equations to process: 616
% 1.95/2.20  Current number of ordered equations: 0
% 1.95/2.20  Current number of rules: 114
% 1.95/2.20  New rule produced :
% 1.95/2.20  [116]
% 1.95/2.20  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(X,X),Y),Y)))))
% 1.95/2.20  -> true
% 1.95/2.20  Current number of equations to process: 623
% 1.95/2.20  Current number of ordered equations: 0
% 1.95/2.20  Current number of rules: 115
% 1.95/2.20  New rule produced :
% 1.95/2.20  [117]
% 1.95/2.20  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,B),C),C)),X),X))
% 1.95/2.20  -> true
% 1.95/2.20  Current number of equations to process: 629
% 1.95/2.20  Current number of ordered equations: 0
% 1.95/2.20  Current number of rules: 116
% 1.95/2.20  New rule produced :
% 1.95/2.20  [118]
% 1.95/2.20  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(X,X))),Y),Y)))
% 1.95/2.20  -> true
% 1.95/2.20  Current number of equations to process: 635
% 1.95/2.20  Current number of ordered equations: 0
% 1.95/2.20  Current number of rules: 117
% 1.95/2.20  New rule produced :
% 1.95/2.20  [119]
% 1.95/2.20  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,B),C),C),X),X)))
% 1.95/2.20  -> true
% 1.95/2.20  Current number of equations to process: 640
% 1.95/2.20  Current number of ordered equations: 0
% 1.95/2.20  Current number of rules: 118
% 1.95/2.20  New rule produced :
% 1.95/2.20  [120]
% 1.95/2.20  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,C),X),implies(Y,X)))))
% 2.11/2.38  -> true
% 2.11/2.38  Current number of equations to process: 646
% 2.11/2.38  Current number of ordered equations: 0
% 2.11/2.38  Current number of rules: 119
% 2.11/2.38  New rule produced :
% 2.11/2.38  [121]
% 2.11/2.38  is_a_theorem(implies(implies(implies(implies(implies(A,A),B),implies(C,B)),X),X))
% 2.11/2.38  -> true
% 2.11/2.38  Current number of equations to process: 652
% 2.11/2.38  Current number of ordered equations: 0
% 2.11/2.38  Current number of rules: 120
% 2.11/2.38  New rule produced :
% 2.11/2.38  [122]
% 2.11/2.38  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,C)),X),implies(Y,X))))
% 2.11/2.38  -> true
% 2.11/2.38  Current number of equations to process: 659
% 2.11/2.38  Current number of ordered equations: 0
% 2.11/2.38  Current number of rules: 121
% 2.11/2.38  New rule produced :
% 2.11/2.38  [123]
% 2.11/2.38  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,A))),X),implies(Y,X)))
% 2.11/2.38  -> true
% 2.11/2.38  Current number of equations to process: 663
% 2.11/2.38  Current number of ordered equations: 0
% 2.11/2.38  Current number of rules: 122
% 2.11/2.38  New rule produced :
% 2.11/2.38  [124]
% 2.11/2.38  is_a_theorem(implies(implies(implies(A,implies(implies(A,B),B)),C),implies(X,C)))
% 2.11/2.38  -> true
% 2.11/2.38  Current number of equations to process: 670
% 2.11/2.38  Current number of ordered equations: 0
% 2.11/2.38  Current number of rules: 123
% 2.11/2.38  New rule produced :
% 2.11/2.38  [125]
% 2.11/2.38  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,C))),X),implies(Y,X)))
% 2.11/2.38  -> true
% 2.11/2.38  Current number of equations to process: 677
% 2.11/2.38  Current number of ordered equations: 0
% 2.11/2.38  Current number of rules: 124
% 2.11/2.38  New rule produced :
% 2.11/2.38  [126]
% 2.11/2.38  is_a_theorem(implies(implies(implies(implies(implies(A,A),B),B),C),implies(X,C)))
% 2.11/2.38  -> true
% 2.11/2.38  Current number of equations to process: 684
% 2.11/2.38  Current number of ordered equations: 0
% 2.11/2.38  Current number of rules: 125
% 2.11/2.38  New rule produced :
% 2.11/2.38  [127]
% 2.11/2.38  ifeq(is_a_theorem(implies(implies(A,B),C)),true,is_a_theorem(implies(
% 2.11/2.38                                                               not(A),C)),true)
% 2.11/2.38  -> true
% 2.11/2.38  Current number of equations to process: 674
% 2.11/2.38  Current number of ordered equations: 0
% 2.11/2.38  Current number of rules: 126
% 2.11/2.38  New rule produced :
% 2.11/2.38  [128] is_a_theorem(implies(not(not(A)),implies(B,A))) -> true
% 2.11/2.38  Current number of equations to process: 674
% 2.11/2.38  Current number of ordered equations: 0
% 2.11/2.38  Current number of rules: 127
% 2.11/2.38  New rule produced :
% 2.11/2.38  [129]
% 2.11/2.38  is_a_theorem(implies(not(implies(A,B)),implies(implies(B,A),A))) -> true
% 2.11/2.38  Current number of equations to process: 674
% 2.11/2.38  Current number of ordered equations: 0
% 2.11/2.38  Current number of rules: 128
% 2.11/2.38  New rule produced :
% 2.11/2.38  [130] is_a_theorem(implies(not(implies(A,B)),implies(B,C))) -> true
% 2.11/2.38  Current number of equations to process: 674
% 2.11/2.38  Current number of ordered equations: 0
% 2.11/2.38  Current number of rules: 129
% 2.11/2.38  New rule produced :
% 2.11/2.38  [131]
% 2.11/2.38  is_a_theorem(implies(not(A),implies(B,implies(C,implies(A,X))))) -> true
% 2.11/2.38  Current number of equations to process: 674
% 2.11/2.38  Current number of ordered equations: 0
% 2.11/2.38  Current number of rules: 130
% 2.11/2.38  New rule produced :
% 2.11/2.38  [132]
% 2.11/2.38  is_a_theorem(implies(not(A),implies(implies(implies(A,B),C),C))) -> true
% 2.11/2.38  Current number of equations to process: 675
% 2.11/2.38  Current number of ordered equations: 0
% 2.11/2.38  Current number of rules: 131
% 2.11/2.38  New rule produced :
% 2.11/2.38  [133] is_a_theorem(implies(not(implies(A,implies(B,A))),C)) -> true
% 2.11/2.38  Current number of equations to process: 676
% 2.11/2.38  Current number of ordered equations: 0
% 2.11/2.38  Current number of rules: 132
% 2.11/2.38  New rule produced :
% 2.11/2.38  [134]
% 2.11/2.38  is_a_theorem(implies(not(implies(A,implies(B,implies(C,B)))),X)) -> true
% 2.11/2.38  Current number of equations to process: 679
% 2.11/2.38  Current number of ordered equations: 0
% 2.11/2.38  Current number of rules: 133
% 2.11/2.38  New rule produced :
% 2.11/2.38  [135] is_a_theorem(implies(not(implies(not(A),implies(A,B))),C)) -> true
% 2.11/2.38  Current number of equations to process: 680
% 2.11/2.38  Current number of ordered equations: 0
% 2.11/2.38  Current number of rules: 134
% 2.11/2.38  New rule produced :
% 2.11/2.38  [136]
% 2.11/2.38  is_a_theorem(implies(not(implies(A,implies(B,implies(C,A)))),X)) -> true
% 2.11/2.38  Current number of equations to process: 680
% 2.11/2.38  Current number of ordered equations: 0
% 2.11/2.38  Current number of rules: 135
% 2.11/2.38  New rule produced : [137] is_a_theorem(implies(not(implies(A,A)),B)) -> true
% 2.11/2.38  Current number of equations to process: 681
% 2.11/2.38  Current number of ordered equations: 0
% 2.11/2.38  Current number of rules: 136
% 2.11/2.38  New rule produced :
% 2.11/2.38  [138]
% 2.11/2.38  is_a_theorem(implies(not(implies(A,implies(implies(A,B),B))),C)) -> true
% 2.11/2.38  Current number of equations to process: 680
% 2.11/2.38  Current number of ordered equations: 0
% 2.11/2.38  Current number of rules: 137
% 2.18/2.44  New rule produced :
% 2.18/2.44  [139] is_a_theorem(implies(not(implies(A,implies(B,B))),C)) -> true
% 2.18/2.44  Current number of equations to process: 680
% 2.18/2.44  Current number of ordered equations: 0
% 2.18/2.44  Current number of rules: 138
% 2.18/2.44  New rule produced :
% 2.18/2.44  [140]
% 2.18/2.44  is_a_theorem(implies(not(implies(A,implies(B,implies(C,C)))),X)) -> true
% 2.18/2.44  Current number of equations to process: 680
% 2.18/2.44  Current number of ordered equations: 0
% 2.18/2.44  Current number of rules: 139
% 2.18/2.44  New rule produced :
% 2.18/2.44  [141]
% 2.18/2.44  is_a_theorem(implies(not(implies(implies(implies(A,A),B),B)),C)) -> true
% 2.18/2.44  Current number of equations to process: 680
% 2.18/2.44  Current number of ordered equations: 0
% 2.18/2.44  Current number of rules: 140
% 2.18/2.44  New rule produced :
% 2.18/2.44  [142]
% 2.18/2.44  is_a_theorem(implies(not(A),implies(implies(implies(A,B),C),implies(X,C))))
% 2.18/2.44  -> true
% 2.18/2.44  Current number of equations to process: 679
% 2.18/2.44  Current number of ordered equations: 0
% 2.18/2.44  Current number of rules: 141
% 2.18/2.44  New rule produced :
% 2.18/2.44  [143]
% 2.18/2.44  is_a_theorem(implies(not(A),implies(B,implies(C,implies(X,implies(A,Y))))))
% 2.18/2.44  -> true
% 2.18/2.44  Current number of equations to process: 678
% 2.18/2.44  Current number of ordered equations: 0
% 2.18/2.44  Current number of rules: 142
% 2.18/2.44  New rule produced :
% 2.18/2.44  [144]
% 2.18/2.44  is_a_theorem(implies(not(A),implies(implies(implies(B,implies(A,C)),X),X)))
% 2.18/2.44  -> true
% 2.18/2.44  Current number of equations to process: 677
% 2.18/2.44  Current number of ordered equations: 0
% 2.18/2.44  Current number of rules: 143
% 2.18/2.44  New rule produced :
% 2.18/2.44  [145]
% 2.18/2.44  is_a_theorem(implies(not(implies(A,implies(not(B),implies(B,C)))),X)) -> true
% 2.18/2.44  Current number of equations to process: 677
% 2.18/2.44  Current number of ordered equations: 0
% 2.18/2.44  Current number of rules: 144
% 2.18/2.44  New rule produced :
% 2.18/2.44  [146] is_a_theorem(implies(not(implies(A,B)),implies(not(A),C))) -> true
% 2.18/2.44  Current number of equations to process: 677
% 2.18/2.44  Current number of ordered equations: 0
% 2.18/2.44  Current number of rules: 145
% 2.18/2.44  New rule produced :
% 2.18/2.44  [147]
% 2.18/2.44  is_a_theorem(implies(not(implies(not(A),implies(B,implies(A,C)))),X)) -> true
% 2.18/2.44  Current number of equations to process: 677
% 2.18/2.44  Current number of ordered equations: 0
% 2.18/2.44  Current number of rules: 146
% 2.18/2.44  New rule produced :
% 2.18/2.44  [148]
% 2.18/2.44  is_a_theorem(implies(not(implies(implies(not(A),not(B)),implies(B,A))),C)) ->
% 2.18/2.44  true
% 2.18/2.44  Current number of equations to process: 677
% 2.18/2.44  Current number of ordered equations: 0
% 2.18/2.44  Current number of rules: 147
% 2.18/2.44  New rule produced :
% 2.18/2.44  [149]
% 2.18/2.44  is_a_theorem(implies(not(implies(A,implies(B,implies(C,implies(X,C))))),Y))
% 2.18/2.44  -> true
% 2.18/2.44  Current number of equations to process: 677
% 2.18/2.44  Current number of ordered equations: 0
% 2.18/2.44  Current number of rules: 148
% 2.18/2.44  New rule produced :
% 2.18/2.44  [150]
% 2.18/2.44  is_a_theorem(implies(not(implies(implies(implies(A,B),C),implies(B,C))),X))
% 2.18/2.44  -> true
% 2.18/2.44  Current number of equations to process: 677
% 2.18/2.44  Current number of ordered equations: 0
% 2.18/2.44  Current number of rules: 149
% 2.18/2.44  New rule produced :
% 2.18/2.44  [151]
% 2.18/2.44  is_a_theorem(implies(not(implies(A,implies(B,implies(C,implies(X,B))))),Y))
% 2.18/2.44  -> true
% 2.18/2.44  Current number of equations to process: 677
% 2.18/2.44  Current number of ordered equations: 0
% 2.18/2.44  Current number of rules: 150
% 2.18/2.44  New rule produced :
% 2.18/2.44  [152]
% 2.18/2.44  is_a_theorem(implies(not(implies(A,implies(implies(A,B),implies(C,B)))),X))
% 2.18/2.44  -> true
% 2.18/2.44  Current number of equations to process: 677
% 2.18/2.44  Current number of ordered equations: 0
% 2.18/2.44  Current number of rules: 151
% 2.18/2.44  New rule produced :
% 2.18/2.44  [153]
% 2.18/2.44  is_a_theorem(implies(not(implies(A,implies(B,implies(C,implies(X,A))))),Y))
% 2.18/2.44  -> true
% 2.18/2.44  Current number of equations to process: 677
% 2.18/2.44  Current number of ordered equations: 0
% 2.18/2.44  Current number of rules: 152
% 2.18/2.44  New rule produced :
% 2.18/2.44  [154]
% 2.18/2.44  is_a_theorem(implies(not(implies(A,implies(B,implies(implies(B,C),C)))),X))
% 2.18/2.44  -> true
% 2.18/2.44  Current number of equations to process: 677
% 2.18/2.44  Current number of ordered equations: 0
% 2.18/2.44  Current number of rules: 153
% 2.18/2.44  New rule produced :
% 2.18/2.44  [155]
% 2.18/2.44  is_a_theorem(implies(not(implies(implies(implies(A,implies(B,A)),C),C)),X))
% 2.18/2.44  -> true
% 2.18/2.44  Current number of equations to process: 677
% 2.18/2.44  Current number of ordered equations: 0
% 2.18/2.44  Current number of rules: 154
% 2.18/2.44  New rule produced :
% 2.18/2.44  [156]
% 2.18/2.44  is_a_theorem(implies(not(implies(A,implies(implies(implies(B,A),C),C))),X))
% 2.18/2.44  -> true
% 2.18/2.44  Current number of equations to process: 677
% 2.18/2.44  Current number of ordered equations: 0
% 2.18/2.44  Current number of rules: 155
% 2.18/2.44  New rule produced :
% 2.18/2.44  [157]
% 2.18/2.44  is_a_theorem(implies(not(implies(A,implies(B,implies(C,implies(X,X))))),Y))
% 2.18/2.44  -> true
% 2.18/2.44  Current number of equations to process: 680
% 2.18/2.44  Current number of ordered equations: 0
% 2.49/2.75  Current number of rules: 156
% 2.49/2.75  New rule produced :
% 2.49/2.75  [158]
% 2.49/2.75  is_a_theorem(implies(not(implies(implies(implies(A,implies(B,B)),C),C)),X))
% 2.49/2.75  -> true
% 2.49/2.75  Current number of equations to process: 680
% 2.49/2.75  Current number of ordered equations: 0
% 2.49/2.75  Current number of rules: 157
% 2.49/2.75  New rule produced :
% 2.49/2.75  [159]
% 2.49/2.75  is_a_theorem(implies(not(implies(A,implies(implies(implies(B,B),C),C))),X))
% 2.49/2.75  -> true
% 2.49/2.75  Current number of equations to process: 680
% 2.49/2.75  Current number of ordered equations: 0
% 2.49/2.75  Current number of rules: 158
% 2.49/2.75  New rule produced :
% 2.49/2.75  [160]
% 2.49/2.75  is_a_theorem(implies(not(implies(implies(implies(A,A),B),implies(C,B))),X))
% 2.49/2.75  -> true
% 2.49/2.75  Current number of equations to process: 680
% 2.49/2.75  Current number of ordered equations: 0
% 2.49/2.75  Current number of rules: 159
% 2.49/2.75  New rule produced :
% 2.49/2.75  [161] is_a_theorem(implies(A,implies(not(not(B)),implies(C,B)))) -> true
% 2.49/2.75  Current number of equations to process: 682
% 2.49/2.75  Current number of ordered equations: 0
% 2.49/2.75  Current number of rules: 160
% 2.49/2.75  New rule produced :
% 2.49/2.75  [162]
% 2.49/2.75  ifeq(is_a_theorem(not(not(A))),true,is_a_theorem(implies(B,A)),true) -> true
% 2.49/2.75  Current number of equations to process: 686
% 2.49/2.75  Current number of ordered equations: 0
% 2.49/2.75  Current number of rules: 161
% 2.49/2.75  New rule produced :
% 2.49/2.75  [163]
% 2.49/2.75  is_a_theorem(implies(A,implies(B,implies(not(not(C)),implies(X,C))))) -> true
% 2.49/2.75  Current number of equations to process: 685
% 2.49/2.75  Current number of ordered equations: 0
% 2.49/2.75  Current number of rules: 162
% 2.49/2.75  New rule produced :
% 2.49/2.75  [164]
% 2.49/2.75  is_a_theorem(implies(implies(implies(not(not(A)),implies(B,A)),C),C)) -> true
% 2.49/2.75  Current number of equations to process: 684
% 2.49/2.75  Current number of ordered equations: 0
% 2.49/2.75  Current number of rules: 163
% 2.49/2.75  New rule produced :
% 2.49/2.75  [165]
% 2.49/2.75  is_a_theorem(implies(A,implies(not(implies(B,C)),implies(C,X)))) -> true
% 2.49/2.75  Current number of equations to process: 699
% 2.49/2.75  Current number of ordered equations: 0
% 2.49/2.75  Current number of rules: 164
% 2.49/2.75  New rule produced :
% 2.49/2.75  [166]
% 2.49/2.75  ifeq(is_a_theorem(not(implies(A,B))),true,is_a_theorem(implies(B,C)),true) ->
% 2.49/2.75  true
% 2.49/2.75  Current number of equations to process: 698
% 2.49/2.75  Current number of ordered equations: 0
% 2.49/2.75  Current number of rules: 165
% 2.49/2.75  New rule produced :
% 2.49/2.75  [167]
% 2.49/2.75  is_a_theorem(implies(A,implies(not(implies(B,implies(C,B))),X))) -> true
% 2.49/2.75  Current number of equations to process: 721
% 2.49/2.75  Current number of ordered equations: 0
% 2.49/2.75  Current number of rules: 166
% 2.49/2.75  New rule produced :
% 2.49/2.75  [168]
% 2.49/2.75  ifeq(is_a_theorem(not(implies(A,implies(B,A)))),true,is_a_theorem(C),true) ->
% 2.49/2.75  true
% 2.49/2.75  Current number of equations to process: 720
% 2.49/2.75  Current number of ordered equations: 0
% 2.49/2.75  Current number of rules: 167
% 2.49/2.75  New rule produced :
% 2.49/2.75  [169]
% 2.49/2.75  is_a_theorem(implies(A,implies(not(implies(not(B),implies(B,C))),X))) -> true
% 2.49/2.75  Current number of equations to process: 735
% 2.49/2.75  Current number of ordered equations: 0
% 2.49/2.75  Current number of rules: 168
% 2.49/2.75  New rule produced :
% 2.49/2.75  [170] is_a_theorem(implies(A,implies(not(implies(B,B)),C))) -> true
% 2.49/2.75  Current number of equations to process: 745
% 2.49/2.75  Current number of ordered equations: 0
% 2.49/2.75  Current number of rules: 169
% 2.49/2.75  New rule produced :
% 2.49/2.75  [171] ifeq(is_a_theorem(not(implies(A,A))),true,is_a_theorem(B),true) -> true
% 2.49/2.75  Current number of equations to process: 749
% 2.49/2.75  Current number of ordered equations: 0
% 2.49/2.75  Current number of rules: 170
% 2.49/2.75  New rule produced :
% 2.49/2.75  [172]
% 2.49/2.75  is_a_theorem(implies(A,implies(B,implies(not(implies(C,C)),X)))) -> true
% 2.49/2.75  Current number of equations to process: 748
% 2.49/2.75  Current number of ordered equations: 0
% 2.49/2.75  Current number of rules: 171
% 2.49/2.75  New rule produced :
% 2.49/2.75  [173]
% 2.49/2.75  is_a_theorem(implies(implies(implies(not(implies(A,A)),B),C),C)) -> true
% 2.49/2.75  Current number of equations to process: 747
% 2.49/2.75  Current number of ordered equations: 0
% 2.49/2.75  Current number of rules: 172
% 2.49/2.75  New rule produced :
% 2.49/2.75  [174]
% 2.49/2.75  is_a_theorem(implies(A,implies(not(implies(B,implies(C,C))),X))) -> true
% 2.49/2.75  Current number of equations to process: 762
% 2.49/2.75  Current number of ordered equations: 0
% 2.49/2.75  Current number of rules: 173
% 2.49/2.75  New rule produced :
% 2.49/2.75  [175]
% 2.49/2.75  ifeq(is_a_theorem(not(implies(A,implies(B,B)))),true,is_a_theorem(C),true) ->
% 2.49/2.75  true
% 2.49/2.75  Current number of equations to process: 761
% 2.49/2.75  Current number of ordered equations: 0
% 2.49/2.75  Current number of rules: 174
% 2.49/2.75  New rule produced :
% 2.49/2.75  [176]
% 2.49/2.75  is_a_theorem(implies(A,implies(not(implies(B,C)),implies(implies(C,B),B))))
% 2.49/2.75  -> true
% 2.49/2.75  Current number of equations to process: 776
% 2.49/2.75  Current number of ordered equations: 0
% 2.70/2.94  Current number of rules: 175
% 2.70/2.94  New rule produced :
% 2.70/2.94  [177]
% 2.70/2.94  is_a_theorem(implies(A,implies(B,implies(not(implies(C,X)),implies(X,Y)))))
% 2.70/2.94  -> true
% 2.70/2.94  Current number of equations to process: 775
% 2.70/2.94  Current number of ordered equations: 0
% 2.70/2.94  Current number of rules: 176
% 2.70/2.94  New rule produced :
% 2.70/2.94  [178]
% 2.70/2.94  is_a_theorem(implies(implies(implies(not(implies(A,B)),implies(B,C)),X),X))
% 2.70/2.94  -> true
% 2.70/2.94  Current number of equations to process: 774
% 2.70/2.94  Current number of ordered equations: 0
% 2.70/2.94  Current number of rules: 177
% 2.70/2.94  New rule produced :
% 2.70/2.94  [179]
% 2.70/2.94  is_a_theorem(implies(A,implies(not(B),implies(C,implies(X,implies(B,Y))))))
% 2.70/2.94  -> true
% 2.70/2.94  Current number of equations to process: 773
% 2.70/2.94  Current number of ordered equations: 0
% 2.70/2.94  Current number of rules: 178
% 2.70/2.94  New rule produced :
% 2.70/2.94  [180]
% 2.70/2.94  is_a_theorem(implies(A,implies(not(B),implies(implies(implies(B,C),X),X))))
% 2.70/2.94  -> true
% 2.70/2.94  Current number of equations to process: 772
% 2.70/2.94  Current number of ordered equations: 0
% 2.70/2.94  Current number of rules: 179
% 2.70/2.94  New rule produced :
% 2.70/2.94  [181]
% 2.70/2.94  is_a_theorem(implies(A,implies(B,implies(not(implies(C,implies(X,C))),Y))))
% 2.70/2.94  -> true
% 2.70/2.94  Current number of equations to process: 771
% 2.70/2.94  Current number of ordered equations: 0
% 2.70/2.94  Current number of rules: 180
% 2.70/2.94  New rule produced :
% 2.70/2.94  [182]
% 2.70/2.94  is_a_theorem(implies(implies(implies(not(implies(A,implies(B,A))),C),X),X))
% 2.70/2.94  -> true
% 2.70/2.94  Current number of equations to process: 770
% 2.70/2.94  Current number of ordered equations: 0
% 2.70/2.94  Current number of rules: 181
% 2.70/2.94  New rule produced :
% 2.70/2.94  [183]
% 2.70/2.94  is_a_theorem(implies(A,implies(not(implies(B,implies(C,implies(X,C)))),Y)))
% 2.70/2.94  -> true
% 2.70/2.94  Current number of equations to process: 769
% 2.70/2.94  Current number of ordered equations: 0
% 2.70/2.94  Current number of rules: 182
% 2.70/2.94  New rule produced :
% 2.70/2.94  [184]
% 2.70/2.94  ifeq(is_a_theorem(not(implies(not(A),implies(A,B)))),true,is_a_theorem(C),true)
% 2.70/2.94  -> true
% 2.70/2.94  Current number of equations to process: 768
% 2.70/2.94  Current number of ordered equations: 0
% 2.70/2.94  Current number of rules: 183
% 2.70/2.94  New rule produced :
% 2.70/2.94  [185]
% 2.70/2.94  is_a_theorem(implies(A,implies(not(implies(B,implies(C,implies(X,B)))),Y)))
% 2.70/2.94  -> true
% 2.70/2.94  Current number of equations to process: 767
% 2.70/2.94  Current number of ordered equations: 0
% 2.70/2.94  Current number of rules: 184
% 2.70/2.94  New rule produced :
% 2.70/2.94  [186]
% 2.70/2.94  is_a_theorem(implies(implies(implies(not(implies(A,A)),B),C),implies(X,C)))
% 2.70/2.94  -> true
% 2.70/2.94  Current number of equations to process: 766
% 2.70/2.94  Current number of ordered equations: 0
% 2.70/2.94  Current number of rules: 185
% 2.70/2.94  New rule produced :
% 2.70/2.94  [187]
% 2.70/2.94  is_a_theorem(implies(A,implies(B,implies(C,implies(not(implies(X,X)),Y)))))
% 2.70/2.94  -> true
% 2.70/2.94  Current number of equations to process: 765
% 2.70/2.94  Current number of ordered equations: 0
% 2.70/2.94  Current number of rules: 186
% 2.70/2.94  New rule produced :
% 2.70/2.94  [188]
% 2.70/2.94  is_a_theorem(implies(implies(implies(A,implies(not(implies(B,B)),C)),X),X))
% 2.70/2.94  -> true
% 2.70/2.94  Current number of equations to process: 764
% 2.70/2.94  Current number of ordered equations: 0
% 2.70/2.94  Current number of rules: 187
% 2.70/2.94  New rule produced :
% 2.70/2.94  [189]
% 2.70/2.94  is_a_theorem(implies(A,implies(not(implies(B,implies(implies(B,C),C))),X)))
% 2.70/2.94  -> true
% 2.70/2.94  Current number of equations to process: 763
% 2.70/2.94  Current number of ordered equations: 0
% 2.70/2.94  Current number of rules: 188
% 2.70/2.94  New rule produced :
% 2.70/2.94  [190]
% 2.70/2.94  is_a_theorem(implies(A,implies(B,implies(not(implies(C,implies(X,X))),Y))))
% 2.70/2.94  -> true
% 2.70/2.94  Current number of equations to process: 762
% 2.70/2.94  Current number of ordered equations: 0
% 2.70/2.94  Current number of rules: 189
% 2.70/2.94  New rule produced :
% 2.70/2.94  [191]
% 2.70/2.94  is_a_theorem(implies(implies(implies(not(implies(A,implies(B,B))),C),X),X))
% 2.70/2.94  -> true
% 2.70/2.94  Current number of equations to process: 761
% 2.70/2.94  Current number of ordered equations: 0
% 2.70/2.94  Current number of rules: 190
% 2.70/2.94  New rule produced :
% 2.70/2.94  [192]
% 2.70/2.94  is_a_theorem(implies(A,implies(not(implies(B,implies(C,implies(X,X)))),Y)))
% 2.70/2.94  -> true
% 2.70/2.94  Current number of equations to process: 760
% 2.70/2.94  Current number of ordered equations: 0
% 2.70/2.94  Current number of rules: 191
% 2.70/2.94  New rule produced :
% 2.70/2.94  [193]
% 2.70/2.94  is_a_theorem(implies(A,implies(not(implies(implies(implies(B,B),C),C)),X)))
% 2.70/2.94  -> true
% 2.70/2.94  Current number of equations to process: 759
% 2.70/2.94  Current number of ordered equations: 0
% 2.70/2.94  Current number of rules: 192
% 2.70/2.94  New rule produced :
% 2.70/2.94  [194]
% 2.70/2.94  is_a_theorem(implies(A,implies(not(implies(B,C)),implies(not(B),X)))) -> true
% 2.70/2.94  Current number of equations to process: 798
% 2.70/2.94  Current number of ordered equations: 0
% 2.70/2.94  Current number of rules: 193
% 2.70/2.94  New rule produced :
% 2.70/2.94  [195]
% 2.70/2.94  ifeq(is_a_theorem(not(implies(A,B))),true,is_a_theorem(implies(not(A),C)),true)
% 5.54/5.83  -> true
% 5.54/5.83  Current number of equations to process: 805
% 5.54/5.83  Current number of ordered equations: 0
% 5.54/5.83  Current number of rules: 194
% 5.54/5.83  New rule produced :
% 5.54/5.83  [196] is_a_theorem(implies(not(implies(not(not(A)),implies(B,A))),C)) -> true
% 5.54/5.83  Current number of equations to process: 930
% 5.54/5.83  Current number of ordered equations: 0
% 5.54/5.83  Current number of rules: 195
% 5.54/5.83  New rule produced :
% 5.54/5.83  [197] is_a_theorem(implies(not(implies(not(implies(A,A)),B)),C)) -> true
% 5.54/5.83  Current number of equations to process: 967
% 5.54/5.83  Current number of ordered equations: 0
% 5.54/5.83  Current number of rules: 196
% 5.54/5.83  New rule produced :
% 5.54/5.83  [198]
% 5.54/5.83  is_a_theorem(implies(A,implies(implies(implies(not(implies(B,B)),C),X),X)))
% 5.54/5.83  -> true
% 5.54/5.83  Current number of equations to process: 972
% 5.54/5.83  Current number of ordered equations: 0
% 5.54/5.83  Current number of rules: 197
% 5.54/5.83  New rule produced :
% 5.54/5.83  [199]
% 5.54/5.83  is_a_theorem(implies(not(implies(not(implies(A,B)),implies(B,C))),X)) -> true
% 5.54/5.83  Current number of equations to process: 994
% 5.54/5.83  Current number of ordered equations: 0
% 5.54/5.83  Current number of rules: 198
% 5.54/5.83  New rule produced :
% 5.54/5.83  [200]
% 5.54/5.83  is_a_theorem(implies(not(implies(not(implies(A,implies(B,A))),C)),X)) -> true
% 5.54/5.83  Current number of equations to process: 1023
% 5.54/5.83  Current number of ordered equations: 0
% 5.54/5.83  Current number of rules: 199
% 5.54/5.83  New rule produced :
% 5.54/5.83  [201]
% 5.54/5.83  is_a_theorem(implies(not(implies(A,implies(not(implies(B,B)),C))),X)) -> true
% 5.54/5.83  Current number of equations to process: 1060
% 5.54/5.83  Current number of ordered equations: 0
% 5.54/5.83  Current number of rules: 200
% 5.54/5.83  New rule produced :
% 5.54/5.83  [202]
% 5.54/5.83  is_a_theorem(implies(not(implies(not(implies(A,implies(B,B))),C)),X)) -> true
% 5.54/5.83  Current number of equations to process: 1082
% 5.54/5.83  Current number of ordered equations: 0
% 5.54/5.83  Current number of rules: 201
% 5.54/5.83  New rule produced :
% 5.54/5.83  [203]
% 5.54/5.83  is_a_theorem(implies(A,implies(not(implies(not(implies(B,B)),C)),X))) -> true
% 5.54/5.83  Current number of equations to process: 1118
% 5.54/5.83  Current number of ordered equations: 0
% 5.54/5.83  Current number of rules: 202
% 5.54/5.83  New rule produced :
% 5.54/5.83  [204]
% 5.54/5.83  is_a_theorem(implies(A,implies(not(implies(not(not(B)),implies(C,B))),X))) ->
% 5.54/5.83  true
% 5.54/5.83  Current number of equations to process: 1117
% 5.54/5.83  Current number of ordered equations: 0
% 5.54/5.83  Current number of rules: 203
% 5.54/5.83  New rule produced :
% 5.54/5.83  [205]
% 5.54/5.83  ifeq(is_a_theorem(not(implies(not(implies(A,A)),B))),true,is_a_theorem(C),true)
% 5.54/5.83  -> true
% 5.54/5.83  Current number of equations to process: 1116
% 5.54/5.83  Current number of ordered equations: 0
% 5.54/5.83  Current number of rules: 204
% 5.54/5.83  New rule produced :
% 5.54/5.83  [206]
% 5.54/5.83  is_a_theorem(implies(implies(implies(not(not(A)),implies(B,A)),C),implies(X,C)))
% 5.54/5.83  -> true
% 5.54/5.83  Current number of equations to process: 1165
% 5.54/5.83  Current number of ordered equations: 0
% 5.54/5.83  Current number of rules: 205
% 5.54/5.83  New rule produced :
% 5.54/5.83  [207]
% 5.54/5.83  is_a_theorem(implies(A,implies(B,implies(C,implies(not(not(X)),implies(Y,X))))))
% 5.54/5.83  -> true
% 5.54/5.83  Current number of equations to process: 1172
% 5.54/5.83  Current number of ordered equations: 0
% 5.54/5.83  Current number of rules: 206
% 5.54/5.83  New rule produced :
% 5.54/5.83  [208]
% 5.54/5.83  is_a_theorem(implies(implies(implies(A,implies(not(not(B)),implies(C,B))),X),X))
% 5.54/5.83  -> true
% 5.54/5.83  Current number of equations to process: 1178
% 5.54/5.83  Current number of ordered equations: 0
% 5.54/5.83  Current number of rules: 207
% 5.54/5.83  New rule produced :
% 5.54/5.83  [209]
% 5.54/5.83  is_a_theorem(implies(not(implies(A,implies(not(not(B)),implies(C,B)))),X)) ->
% 5.54/5.83  true
% 5.54/5.83  Current number of equations to process: 1186
% 5.54/5.83  Current number of ordered equations: 0
% 5.54/5.83  Current number of rules: 208
% 5.54/5.83  New rule produced :
% 5.54/5.83  [210]
% 5.54/5.83  ifeq(is_a_theorem(not(implies(A,B))),true,is_a_theorem(implies(implies(B,A),A)),true)
% 5.54/5.83  -> true
% 5.54/5.83  Current number of equations to process: 1193
% 5.54/5.83  Current number of ordered equations: 0
% 5.54/5.83  Current number of rules: 209
% 5.54/5.83  New rule produced :
% 5.54/5.83  [211]
% 5.54/5.83  ifeq(is_a_theorem(not(A)),true,is_a_theorem(implies(B,implies(C,implies(A,X)))),true)
% 5.54/5.83  -> true
% 5.54/5.83  Current number of equations to process: 1192
% 5.54/5.83  Current number of ordered equations: 0
% 5.54/5.83  Current number of rules: 210
% 5.54/5.83  New rule produced :
% 5.54/5.83  [212]
% 5.54/5.83  ifeq(is_a_theorem(not(A)),true,is_a_theorem(implies(implies(implies(A,B),C),C)),true)
% 5.54/5.83  -> true
% 5.54/5.83  Current number of equations to process: 1191
% 5.54/5.83  Current number of ordered equations: 0
% 5.54/5.83  Current number of rules: 211
% 5.54/5.83  New rule produced :
% 5.54/5.83  [213]
% 5.54/5.83  ifeq(is_a_theorem(not(implies(A,implies(B,implies(C,B))))),true,is_a_theorem(X),true)
% 5.54/5.83  -> true
% 5.54/5.83  Current number of equations to process: 1190
% 7.01/7.26  Current number of ordered equations: 0
% 7.01/7.26  Current number of rules: 212
% 7.01/7.26  New rule produced :
% 7.01/7.26  [214]
% 7.01/7.26  is_a_theorem(implies(A,implies(B,implies(not(implies(not(C),implies(C,X))),Y))))
% 7.01/7.26  -> true
% 7.01/7.26  Current number of equations to process: 1189
% 7.01/7.26  Current number of ordered equations: 0
% 7.01/7.26  Current number of rules: 213
% 7.01/7.26  New rule produced :
% 7.01/7.26  [215]
% 7.01/7.26  is_a_theorem(implies(implies(implies(not(implies(not(A),implies(A,B))),C),X),X))
% 7.01/7.26  -> true
% 7.01/7.26  Current number of equations to process: 1195
% 7.01/7.26  Current number of ordered equations: 0
% 7.01/7.26  Current number of rules: 214
% 7.01/7.26  New rule produced :
% 7.01/7.26  [216]
% 7.01/7.26  is_a_theorem(implies(not(implies(not(implies(not(A),implies(A,B))),C)),X)) ->
% 7.01/7.26  true
% 7.01/7.26  Current number of equations to process: 1203
% 7.01/7.26  Current number of ordered equations: 0
% 7.01/7.26  Current number of rules: 215
% 7.01/7.26  New rule produced :
% 7.01/7.26  [217]
% 7.01/7.26  ifeq(is_a_theorem(not(implies(A,implies(B,implies(C,A))))),true,is_a_theorem(X),true)
% 7.01/7.26  -> true
% 7.01/7.26  Current number of equations to process: 1210
% 7.01/7.26  Current number of ordered equations: 0
% 7.01/7.26  Current number of rules: 216
% 7.01/7.26  New rule produced :
% 7.01/7.26  [218]
% 7.01/7.26  ifeq(is_a_theorem(implies(implies(not(implies(A,A)),B),C)),true,is_a_theorem(C),true)
% 7.01/7.26  -> true
% 7.01/7.26  Current number of equations to process: 1209
% 7.01/7.26  Current number of ordered equations: 0
% 7.01/7.26  Current number of rules: 217
% 7.01/7.26  New rule produced :
% 7.01/7.26  [219]
% 7.01/7.26  ifeq(is_a_theorem(not(implies(A,implies(implies(A,B),B)))),true,is_a_theorem(C),true)
% 7.01/7.26  -> true
% 7.01/7.26  Current number of equations to process: 1214
% 7.01/7.26  Current number of ordered equations: 0
% 7.01/7.26  Current number of rules: 218
% 7.01/7.26  New rule produced :
% 7.01/7.26  [220]
% 7.01/7.26  ifeq(is_a_theorem(not(implies(A,implies(B,implies(C,C))))),true,is_a_theorem(X),true)
% 7.01/7.26  -> true
% 7.01/7.26  Current number of equations to process: 1213
% 7.01/7.26  Current number of ordered equations: 0
% 7.01/7.26  Current number of rules: 219
% 7.01/7.26  New rule produced :
% 7.01/7.26  [221]
% 7.01/7.26  ifeq(is_a_theorem(not(implies(implies(implies(A,A),B),B))),true,is_a_theorem(C),true)
% 7.01/7.26  -> true
% 7.01/7.26  Current number of equations to process: 1212
% 7.01/7.26  Current number of ordered equations: 0
% 7.01/7.26  Current number of rules: 220
% 7.01/7.26  New rule produced :
% 7.01/7.26  [222]
% 7.01/7.26  is_a_theorem(implies(A,implies(not(implies(B,implies(not(C),implies(C,X)))),Y)))
% 7.01/7.26  -> true
% 7.01/7.26  Current number of equations to process: 1211
% 7.01/7.26  Current number of ordered equations: 0
% 7.01/7.26  Current number of rules: 221
% 7.01/7.26  New rule produced :
% 7.01/7.26  [223]
% 7.01/7.26  is_a_theorem(implies(A,implies(B,implies(not(implies(C,X)),implies(not(C),Y)))))
% 7.01/7.26  -> true
% 7.01/7.26  Current number of equations to process: 1217
% 7.01/7.26  Current number of ordered equations: 0
% 7.01/7.26  Current number of rules: 222
% 7.01/7.26  New rule produced :
% 7.01/7.26  [224]
% 7.01/7.26  is_a_theorem(implies(implies(implies(not(implies(A,B)),implies(not(A),C)),X),X))
% 7.01/7.26  -> true
% 7.01/7.26  Current number of equations to process: 1223
% 7.01/7.26  Current number of ordered equations: 0
% 7.01/7.26  Current number of rules: 223
% 7.01/7.26  New rule produced :
% 7.01/7.26  [225]
% 7.01/7.26  is_a_theorem(implies(not(implies(not(implies(A,B)),implies(not(A),C))),X)) ->
% 7.01/7.26  true
% 7.01/7.26  Current number of equations to process: 1231
% 7.01/7.26  Current number of ordered equations: 0
% 7.01/7.26  Current number of rules: 224
% 7.01/7.26  New rule produced :
% 7.01/7.26  [226]
% 7.01/7.26  is_a_theorem(implies(A,implies(not(implies(not(B),implies(C,implies(B,X)))),Y)))
% 7.01/7.26  -> true
% 7.01/7.26  Current number of equations to process: 1238
% 7.01/7.26  Current number of ordered equations: 0
% 7.01/7.26  Current number of rules: 225
% 7.01/7.26  New rule produced :
% 7.01/7.26  [227]
% 7.01/7.26  is_a_theorem(implies(A,implies(implies(implies(not(not(B)),implies(C,B)),X),X)))
% 7.01/7.26  -> true
% 7.01/7.26  Current number of equations to process: 1241
% 7.01/7.26  Current number of ordered equations: 0
% 7.01/7.26  Current number of rules: 226
% 7.01/7.26  New rule produced :
% 7.01/7.26  [228]
% 7.01/7.26  ifeq(is_a_theorem(not(implies(not(not(A)),implies(B,A)))),true,is_a_theorem(C),true)
% 7.01/7.26  -> true
% 7.01/7.26  Current number of equations to process: 1244
% 7.01/7.26  Current number of ordered equations: 0
% 7.01/7.26  Current number of rules: 227
% 7.01/7.26  New rule produced :
% 7.01/7.26  [229]
% 7.01/7.26  is_a_theorem(implies(A,implies(B,implies(not(implies(not(implies(C,C)),X)),Y))))
% 7.01/7.26  -> true
% 7.01/7.26  Current number of equations to process: 1243
% 7.01/7.26  Current number of ordered equations: 0
% 7.01/7.26  Current number of rules: 228
% 7.01/7.26  New rule produced :
% 7.01/7.26  [230]
% 7.01/7.26  is_a_theorem(implies(implies(implies(not(implies(not(implies(A,A)),B)),C),X),X))
% 7.01/7.26  -> true
% 7.01/7.26  Current number of equations to process: 1249
% 7.01/7.26  Current number of ordered equations: 0
% 7.01/7.26  Current number of rules: 229
% 7.01/7.26  New rule produced :
% 7.01/7.26  [231]
% 7.01/7.26  is_a_theorem(implies(not(implies(not(implies(not(implies(A,A)),B)),C)),X)) ->
% 7.01/7.26  true
% 7.01/7.26  Current number of equations to process: 1257
% 7.61/7.85  Current number of ordered equations: 0
% 7.61/7.85  Current number of rules: 230
% 7.61/7.85  New rule produced :
% 7.61/7.85  [232]
% 7.61/7.85  is_a_theorem(implies(A,implies(not(implies(not(implies(B,C)),implies(C,X))),Y)))
% 7.61/7.85  -> true
% 7.61/7.85  Current number of equations to process: 1264
% 7.61/7.85  Current number of ordered equations: 0
% 7.61/7.85  Current number of rules: 231
% 7.61/7.85  New rule produced :
% 7.61/7.85  [233]
% 7.61/7.85  is_a_theorem(implies(A,implies(not(implies(not(implies(B,implies(C,B))),X)),Y)))
% 7.61/7.85  -> true
% 7.61/7.85  Current number of equations to process: 1270
% 7.61/7.85  Current number of ordered equations: 0
% 7.61/7.85  Current number of rules: 232
% 7.61/7.85  New rule produced :
% 7.61/7.85  [234]
% 7.61/7.85  is_a_theorem(implies(A,implies(not(implies(B,implies(not(implies(C,C)),X))),Y)))
% 7.61/7.85  -> true
% 7.61/7.85  Current number of equations to process: 1276
% 7.61/7.85  Current number of ordered equations: 0
% 7.61/7.85  Current number of rules: 233
% 7.61/7.85  New rule produced :
% 7.61/7.85  [235]
% 7.61/7.85  is_a_theorem(implies(A,implies(not(implies(not(implies(B,implies(C,C))),X)),Y)))
% 7.61/7.85  -> true
% 7.61/7.85  Current number of equations to process: 1282
% 7.61/7.85  Current number of ordered equations: 0
% 7.61/7.85  Current number of rules: 234
% 7.61/7.85  New rule produced :
% 7.61/7.85  [236]
% 7.61/7.85  ifeq(is_a_theorem(implies(A,B)),true,is_a_theorem(implies(implies(B,C),
% 7.61/7.85                                                    implies(A,C))),true) ->
% 7.61/7.85  true
% 7.61/7.85  Current number of equations to process: 1287
% 7.61/7.85  Current number of ordered equations: 0
% 7.61/7.85  Current number of rules: 235
% 7.61/7.85  New rule produced :
% 7.61/7.85  [237]
% 7.61/7.85  is_a_theorem(implies(implies(implies(A,B),C),implies(implies(not(B),not(A)),C)))
% 7.61/7.85  -> true
% 7.61/7.85  Current number of equations to process: 1289
% 7.61/7.85  Current number of ordered equations: 0
% 7.61/7.85  Current number of rules: 236
% 7.61/7.85  New rule produced :
% 7.61/7.85  [238]
% 7.61/7.85  is_a_theorem(implies(implies(implies(A,implies(B,C)),X),implies(C,X))) ->
% 7.61/7.85  true
% 7.61/7.85  Current number of equations to process: 1292
% 7.61/7.85  Current number of ordered equations: 0
% 7.61/7.85  Current number of rules: 237
% 7.61/7.85  New rule produced :
% 7.61/7.85  [239]
% 7.61/7.85  is_a_theorem(implies(implies(implies(implies(A,B),B),C),implies(A,C))) ->
% 7.61/7.85  true
% 7.61/7.85  Current number of equations to process: 1295
% 7.61/7.85  Current number of ordered equations: 0
% 7.61/7.85  Current number of rules: 238
% 7.61/7.85  New rule produced :
% 7.61/7.85  [240]
% 7.61/7.85  is_a_theorem(implies(implies(A,B),implies(implies(implies(C,C),A),B))) ->
% 7.61/7.85  true
% 7.61/7.85  Current number of equations to process: 1312
% 7.61/7.85  Current number of ordered equations: 0
% 7.61/7.85  Current number of rules: 239
% 7.61/7.85  New rule produced :
% 7.61/7.85  [241]
% 7.61/7.85  is_a_theorem(implies(implies(implies(A,B),C),implies(implies(implies(X,A),B),C)))
% 7.61/7.85  -> true
% 7.61/7.85  Current number of equations to process: 1324
% 7.61/7.85  Current number of ordered equations: 0
% 7.61/7.85  Current number of rules: 240
% 7.61/7.85  New rule produced :
% 7.61/7.85  [242]
% 7.61/7.85  is_a_theorem(implies(implies(implies(implies(A,B),implies(C,B)),X),implies(A,X)))
% 7.61/7.85  -> true
% 7.61/7.85  Current number of equations to process: 1323
% 7.61/7.85  Current number of ordered equations: 0
% 7.61/7.85  Current number of rules: 241
% 7.61/7.85  New rule produced :
% 7.61/7.85  [243]
% 7.61/7.85  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,X))),Y),implies(X,Y)))
% 7.61/7.85  -> true
% 7.61/7.85  Current number of equations to process: 1322
% 7.61/7.85  Current number of ordered equations: 0
% 7.61/7.85  Current number of rules: 242
% 7.61/7.85  New rule produced :
% 7.61/7.85  [244]
% 7.61/7.85  is_a_theorem(implies(implies(A,B),implies(implies(implies(C,implies(X,C)),A),B)))
% 7.61/7.85  -> true
% 7.61/7.85  Current number of equations to process: 1321
% 7.61/7.85  Current number of ordered equations: 0
% 7.61/7.85  Current number of rules: 243
% 7.61/7.85  New rule produced :
% 7.61/7.85  [245]
% 7.61/7.85  is_a_theorem(implies(implies(implies(implies(implies(A,B),C),C),X),implies(B,X)))
% 7.61/7.85  -> true
% 7.61/7.85  Current number of equations to process: 1320
% 7.61/7.85  Current number of ordered equations: 0
% 7.61/7.85  Current number of rules: 244
% 7.61/7.85  New rule produced :
% 7.61/7.85  [246]
% 7.61/7.85  is_a_theorem(implies(implies(A,B),implies(implies(implies(C,implies(X,X)),A),B)))
% 7.61/7.85  -> true
% 7.61/7.85  Current number of equations to process: 1319
% 7.61/7.85  Current number of ordered equations: 0
% 7.61/7.85  Current number of rules: 245
% 7.61/7.85  New rule produced :
% 7.61/7.85  [247]
% 7.61/7.85  is_a_theorem(implies(implies(implies(A,B),C),implies(implies(implies(X,X),B),C)))
% 7.61/7.85  -> true
% 7.61/7.85  Current number of equations to process: 1318
% 7.61/7.85  Current number of ordered equations: 0
% 7.61/7.85  Current number of rules: 246
% 7.61/7.85  New rule produced :
% 7.61/7.85  [248]
% 7.61/7.85  is_a_theorem(implies(implies(implies(A,implies(B,C)),X),implies(not(B),X)))
% 7.61/7.85  -> true
% 7.61/7.85  Current number of equations to process: 1326
% 7.61/7.85  Current number of ordered equations: 0
% 7.61/7.85  Current number of rules: 247
% 7.61/7.85  New rule produced :
% 7.61/7.85  [249]
% 7.61/7.85  is_a_theorem(implies(implies(implies(A,B),C),implies(not(not(B)),C))) -> true
% 8.44/8.67  Current number of equations to process: 1369
% 8.44/8.67  Current number of ordered equations: 0
% 8.44/8.67  Current number of rules: 248
% 8.44/8.67  New rule produced :
% 8.44/8.67  [250]
% 8.44/8.67  is_a_theorem(implies(implies(implies(A,B),C),implies(not(implies(X,A)),C)))
% 8.44/8.67  -> true
% 8.44/8.67  Current number of equations to process: 1372
% 8.44/8.67  Current number of ordered equations: 0
% 8.44/8.67  Current number of rules: 249
% 8.44/8.67  New rule produced :
% 8.44/8.67  [251]
% 8.44/8.67  is_a_theorem(implies(implies(implies(not(A),B),C),implies(not(implies(A,X)),C)))
% 8.44/8.67  -> true
% 8.44/8.67  Current number of equations to process: 1417
% 8.44/8.67  Current number of ordered equations: 0
% 8.44/8.67  Current number of rules: 250
% 8.44/8.67  New rule produced :
% 8.44/8.67  [252]
% 8.44/8.67  is_a_theorem(implies(implies(not(A),not(B)),implies(C,implies(B,A)))) -> true
% 8.44/8.67  Current number of equations to process: 1440
% 8.44/8.67  Current number of ordered equations: 0
% 8.44/8.67  Current number of rules: 251
% 8.44/8.67  New rule produced :
% 8.44/8.67  [253]
% 8.44/8.67  is_a_theorem(implies(not(implies(A,B)),implies(implies(not(B),not(A)),C))) ->
% 8.44/8.67  true
% 8.44/8.67  Current number of equations to process: 1445
% 8.44/8.67  Current number of ordered equations: 0
% 8.44/8.67  Current number of rules: 252
% 8.44/8.67  New rule produced :
% 8.44/8.67  [254]
% 8.44/8.67  is_a_theorem(implies(not(implies(A,implies(B,C))),implies(C,X))) -> true
% 8.44/8.67  Current number of equations to process: 1454
% 8.44/8.67  Current number of ordered equations: 0
% 8.44/8.67  Current number of rules: 253
% 8.44/8.67  New rule produced :
% 8.44/8.67  [255] is_a_theorem(implies(A,implies(B,implies(implies(A,C),C)))) -> true
% 8.44/8.67  Current number of equations to process: 1458
% 8.44/8.67  Current number of ordered equations: 0
% 8.44/8.67  Current number of rules: 254
% 8.44/8.67  New rule produced :
% 8.44/8.67  [256]
% 8.44/8.67  is_a_theorem(implies(not(implies(implies(A,B),B)),implies(A,C))) -> true
% 8.44/8.67  Current number of equations to process: 1463
% 8.44/8.67  Current number of ordered equations: 0
% 8.44/8.67  Current number of rules: 255
% 8.44/8.67  New rule produced :
% 8.44/8.67  [257]
% 8.44/8.67  is_a_theorem(implies(implies(implies(A,A),not(B)),implies(B,C))) -> true
% 8.44/8.67  Current number of equations to process: 1472
% 8.44/8.67  Current number of ordered equations: 0
% 8.44/8.67  Current number of rules: 256
% 8.44/8.67  New rule produced :
% 8.44/8.67  [258]
% 8.44/8.67  is_a_theorem(implies(not(A),implies(implies(implies(B,B),A),C))) -> true
% 8.44/8.67  Current number of equations to process: 1472
% 8.44/8.67  Current number of ordered equations: 0
% 8.44/8.67  Current number of rules: 257
% 8.44/8.67  New rule produced :
% 8.44/8.67  [259]
% 8.44/8.67  is_a_theorem(implies(implies(implies(A,A),not(implies(B,B))),C)) -> true
% 8.44/8.67  Current number of equations to process: 1472
% 8.44/8.67  Current number of ordered equations: 0
% 8.44/8.67  Current number of rules: 258
% 8.44/8.67  New rule produced :
% 8.44/8.67  [260]
% 8.44/8.67  is_a_theorem(implies(implies(implies(A,B),C),implies(X,implies(B,C)))) ->
% 8.44/8.67  true
% 8.44/8.67  Current number of equations to process: 1476
% 8.44/8.67  Current number of ordered equations: 0
% 8.44/8.67  Current number of rules: 259
% 8.44/8.67  New rule produced :
% 8.44/8.67  [261]
% 8.44/8.67  is_a_theorem(implies(not(implies(A,B)),implies(implies(implies(C,A),B),X)))
% 8.44/8.67  -> true
% 8.44/8.67  Current number of equations to process: 1481
% 8.44/8.67  Current number of ordered equations: 0
% 8.44/8.67  Current number of rules: 260
% 8.44/8.67  New rule produced :
% 8.44/8.67  [262]
% 8.44/8.67  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,X)),Y),implies(X,Y))))
% 8.44/8.67  -> true
% 8.44/8.67  Current number of equations to process: 1480
% 8.44/8.67  Current number of ordered equations: 0
% 8.44/8.67  Current number of rules: 261
% 8.44/8.67  New rule produced :
% 8.44/8.67  [263]
% 8.44/8.67  is_a_theorem(implies(A,implies(implies(implies(implies(B,C),C),X),implies(B,X))))
% 8.44/8.67  -> true
% 8.44/8.67  Current number of equations to process: 1479
% 8.44/8.67  Current number of ordered equations: 0
% 8.44/8.67  Current number of rules: 262
% 8.44/8.67  New rule produced :
% 8.44/8.67  [264]
% 8.44/8.67  is_a_theorem(implies(A,implies(implies(B,C),implies(implies(implies(X,X),B),C))))
% 8.44/8.67  -> true
% 8.44/8.67  Current number of equations to process: 1478
% 8.44/8.67  Current number of ordered equations: 0
% 8.44/8.67  Current number of rules: 263
% 8.44/8.67  New rule produced :
% 8.44/8.67  [265]
% 8.44/8.67  is_a_theorem(implies(A,implies(B,implies(implies(A,C),implies(X,C))))) ->
% 8.44/8.67  true
% 8.44/8.67  Current number of equations to process: 1482
% 8.44/8.67  Current number of ordered equations: 0
% 8.44/8.67  Current number of rules: 264
% 8.44/8.67  New rule produced :
% 8.44/8.67  [266]
% 8.44/8.67  is_a_theorem(implies(not(implies(implies(A,B),implies(C,B))),implies(A,X)))
% 8.44/8.67  -> true
% 8.44/8.67  Current number of equations to process: 1487
% 8.44/8.67  Current number of ordered equations: 0
% 8.44/8.67  Current number of rules: 265
% 8.44/8.67  New rule produced :
% 8.44/8.67  [267]
% 8.44/8.67  is_a_theorem(implies(not(implies(A,implies(B,implies(C,X)))),implies(X,Y)))
% 8.44/8.67  -> true
% 8.44/8.67  Current number of equations to process: 1496
% 8.44/8.67  Current number of ordered equations: 0
% 8.44/8.67  Current number of rules: 266
% 8.44/8.67  New rule produced :
% 9.70/9.93  [268]
% 9.70/9.93  is_a_theorem(implies(implies(implies(A,implies(B,A)),not(C)),implies(C,X)))
% 9.70/9.93  -> true
% 9.70/9.93  Current number of equations to process: 1505
% 9.70/9.93  Current number of ordered equations: 0
% 9.70/9.93  Current number of rules: 267
% 9.70/9.93  New rule produced :
% 9.70/9.93  [269]
% 9.70/9.93  is_a_theorem(implies(not(A),implies(implies(implies(B,implies(C,B)),A),X)))
% 9.70/9.93  -> true
% 9.70/9.93  Current number of equations to process: 1505
% 9.70/9.93  Current number of ordered equations: 0
% 9.70/9.93  Current number of rules: 268
% 9.70/9.93  New rule produced :
% 9.70/9.93  [270]
% 9.70/9.93  is_a_theorem(implies(implies(implies(A,implies(B,A)),not(implies(C,C))),X))
% 9.70/9.93  -> true
% 9.70/9.93  Current number of equations to process: 1505
% 9.70/9.93  Current number of ordered equations: 0
% 9.70/9.93  Current number of rules: 269
% 9.70/9.93  New rule produced :
% 9.70/9.93  [271]
% 9.70/9.93  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,A),X),X)))) ->
% 9.70/9.93  true
% 9.70/9.93  Current number of equations to process: 1509
% 9.70/9.93  Current number of ordered equations: 0
% 9.70/9.93  Current number of rules: 270
% 9.70/9.93  New rule produced :
% 9.70/9.93  [272]
% 9.70/9.93  is_a_theorem(implies(not(implies(implies(implies(A,B),C),C)),implies(B,X)))
% 9.70/9.93  -> true
% 9.70/9.93  Current number of equations to process: 1514
% 9.70/9.93  Current number of ordered equations: 0
% 9.70/9.93  Current number of rules: 271
% 9.70/9.93  New rule produced :
% 9.70/9.93  [273]
% 9.70/9.93  is_a_theorem(implies(implies(implies(A,implies(B,B)),not(C)),implies(C,X)))
% 9.70/9.93  -> true
% 9.70/9.93  Current number of equations to process: 1523
% 9.70/9.93  Current number of ordered equations: 0
% 9.70/9.93  Current number of rules: 272
% 9.70/9.93  New rule produced :
% 9.70/9.93  [274]
% 9.70/9.93  is_a_theorem(implies(not(A),implies(implies(implies(B,implies(C,C)),A),X)))
% 9.70/9.93  -> true
% 9.70/9.93  Current number of equations to process: 1523
% 9.70/9.93  Current number of ordered equations: 0
% 9.70/9.93  Current number of rules: 273
% 9.70/9.93  New rule produced :
% 9.70/9.93  [275]
% 9.70/9.93  is_a_theorem(implies(implies(implies(A,implies(B,B)),not(implies(C,C))),X))
% 9.70/9.93  -> true
% 9.70/9.93  Current number of equations to process: 1523
% 9.70/9.93  Current number of ordered equations: 0
% 9.70/9.93  Current number of rules: 274
% 9.70/9.93  New rule produced :
% 9.70/9.93  [276]
% 9.70/9.93  is_a_theorem(implies(implies(implies(A,A),B),implies(C,implies(X,B)))) ->
% 9.70/9.93  true
% 9.70/9.93  Current number of equations to process: 1527
% 9.70/9.93  Current number of ordered equations: 0
% 9.70/9.93  Current number of rules: 275
% 9.70/9.93  New rule produced :
% 9.70/9.93  [277]
% 9.70/9.93  is_a_theorem(implies(not(implies(A,B)),implies(implies(implies(C,C),B),X)))
% 9.70/9.93  -> true
% 9.70/9.93  Current number of equations to process: 1532
% 9.70/9.93  Current number of ordered equations: 0
% 9.70/9.93  Current number of rules: 276
% 9.70/9.93  New rule produced :
% 9.70/9.93  [278]
% 9.70/9.93  is_a_theorem(implies(not(implies(A,implies(B,C))),implies(not(B),X))) -> true
% 9.70/9.93  Current number of equations to process: 1541
% 9.70/9.93  Current number of ordered equations: 0
% 9.70/9.93  Current number of rules: 277
% 9.70/9.93  New rule produced :
% 9.70/9.93  [279] is_a_theorem(implies(not(not(A)),implies(B,implies(C,A)))) -> true
% 9.70/9.93  Current number of equations to process: 1545
% 9.70/9.93  Current number of ordered equations: 0
% 9.70/9.93  Current number of rules: 278
% 9.70/9.93  New rule produced :
% 9.70/9.93  [280] is_a_theorem(implies(not(implies(A,B)),implies(not(not(B)),C))) -> true
% 9.70/9.93  Current number of equations to process: 1550
% 9.70/9.93  Current number of ordered equations: 0
% 9.70/9.93  Current number of rules: 279
% 9.70/9.93  New rule produced :
% 9.70/9.93  [281]
% 9.70/9.93  is_a_theorem(implies(not(implies(A,B)),implies(C,implies(B,X)))) -> true
% 9.70/9.93  Current number of equations to process: 1554
% 9.70/9.93  Current number of ordered equations: 0
% 9.70/9.93  Current number of rules: 280
% 9.70/9.93  New rule produced :
% 9.70/9.93  [282]
% 9.70/9.93  is_a_theorem(implies(not(implies(A,B)),implies(not(implies(C,A)),X))) -> true
% 9.70/9.93  Current number of equations to process: 1559
% 9.70/9.93  Current number of ordered equations: 0
% 9.70/9.93  Current number of rules: 281
% 9.70/9.93  New rule produced :
% 9.70/9.93  [283]
% 9.70/9.93  is_a_theorem(implies(not(implies(A,B)),implies(C,implies(not(A),X)))) -> true
% 9.70/9.93  Current number of equations to process: 1563
% 9.70/9.93  Current number of ordered equations: 0
% 9.70/9.93  Current number of rules: 282
% 9.70/9.93  New rule produced :
% 9.70/9.93  [284]
% 9.70/9.93  is_a_theorem(implies(not(implies(not(A),B)),implies(not(implies(A,C)),X))) ->
% 9.70/9.93  true
% 9.70/9.93  Current number of equations to process: 1568
% 9.70/9.93  Current number of ordered equations: 0
% 9.70/9.93  Current number of rules: 283
% 9.70/9.93  New rule produced :
% 9.70/9.93  [285]
% 9.70/9.93  is_a_theorem(implies(A,implies(implies(implies(B,C),X),implies(not(not(C)),X))))
% 9.70/9.93  -> true
% 9.70/9.93  Current number of equations to process: 1567
% 9.70/9.93  Current number of ordered equations: 0
% 9.70/9.93  Current number of rules: 284
% 9.70/9.93  New rule produced :
% 9.70/9.93  [286]
% 9.70/9.93  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(B,X),X))))) ->
% 9.70/9.93  true
% 9.70/9.93  Current number of equations to process: 1603
% 9.70/9.93  Current number of ordered equations: 0
% 12.79/13.00  Current number of rules: 285
% 12.79/13.00  New rule produced :
% 12.79/13.00  [287]
% 12.79/13.00  is_a_theorem(implies(A,implies(not(implies(B,implies(C,X))),implies(X,Y))))
% 12.79/13.00  -> true
% 12.79/13.00  Current number of equations to process: 1647
% 12.79/13.00  Current number of ordered equations: 0
% 12.79/13.00  Current number of rules: 286
% 12.79/13.00  New rule produced :
% 12.79/13.00  [288]
% 12.79/13.00  ifeq(is_a_theorem(A),true,is_a_theorem(implies(B,implies(implies(A,C),C))),true)
% 12.79/13.00  -> true
% 12.79/13.00  Current number of equations to process: 1646
% 12.79/13.00  Current number of ordered equations: 0
% 12.79/13.00  Current number of rules: 287
% 12.79/13.00  New rule produced :
% 12.79/13.00  [289]
% 12.79/13.00  is_a_theorem(implies(not(A),implies(B,implies(implies(implies(A,C),X),X))))
% 12.79/13.00  -> true
% 12.79/13.00  Current number of equations to process: 1645
% 12.79/13.00  Current number of ordered equations: 0
% 12.79/13.00  Current number of rules: 288
% 12.79/13.00  New rule produced :
% 12.79/13.00  [290]
% 12.79/13.00  is_a_theorem(implies(A,implies(not(implies(implies(B,C),C)),implies(B,X))))
% 12.79/13.00  -> true
% 12.79/13.00  Current number of equations to process: 1644
% 12.79/13.00  Current number of ordered equations: 0
% 12.79/13.00  Current number of rules: 289
% 12.79/13.00  New rule produced :
% 12.79/13.00  [291]
% 12.79/13.00  is_a_theorem(implies(A,implies(implies(implies(B,B),not(C)),implies(C,X))))
% 12.79/13.00  -> true
% 12.79/13.00  Current number of equations to process: 1643
% 12.79/13.00  Current number of ordered equations: 0
% 12.79/13.00  Current number of rules: 290
% 12.79/13.00  New rule produced :
% 12.79/13.00  [292]
% 12.79/13.00  is_a_theorem(implies(A,implies(not(B),implies(implies(implies(C,C),B),X))))
% 12.79/13.00  -> true
% 12.79/13.00  Current number of equations to process: 1642
% 12.79/13.00  Current number of ordered equations: 0
% 12.79/13.00  Current number of rules: 291
% 12.79/13.00  New rule produced :
% 12.79/13.00  [293]
% 12.79/13.00  is_a_theorem(implies(A,implies(implies(implies(B,B),not(implies(C,C))),X)))
% 12.79/13.00  -> true
% 12.79/13.00  Current number of equations to process: 1641
% 12.79/13.00  Current number of ordered equations: 0
% 12.79/13.00  Current number of rules: 292
% 12.79/13.00  New rule produced :
% 12.79/13.00  [294]
% 12.79/13.00  is_a_theorem(implies(A,implies(implies(not(B),not(C)),implies(X,implies(C,B)))))
% 12.79/13.00  -> true
% 12.79/13.00  Current number of equations to process: 1657
% 12.79/13.00  Current number of ordered equations: 0
% 12.79/13.00  Current number of rules: 293
% 12.79/13.00  New rule produced :
% 12.79/13.00  [295]
% 12.79/13.00  ifeq(is_a_theorem(not(implies(A,implies(B,C)))),true,is_a_theorem(implies(C,X)),true)
% 12.79/13.00  -> true
% 12.79/13.00  Current number of equations to process: 1656
% 12.79/13.00  Current number of ordered equations: 0
% 12.79/13.00  Current number of rules: 294
% 12.79/13.00  New rule produced :
% 12.79/13.00  [296]
% 12.79/13.00  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(implies(C,Y),Y))))))
% 12.79/13.00  -> true
% 12.79/13.00  Current number of equations to process: 1655
% 12.79/13.00  Current number of ordered equations: 0
% 12.79/13.00  Current number of rules: 295
% 12.79/13.00  New rule produced :
% 12.79/13.00  [297]
% 12.79/13.00  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(A,C),C))),X),X))
% 12.79/13.00  -> true
% 12.79/13.00  Current number of equations to process: 1654
% 12.79/13.00  Current number of ordered equations: 0
% 12.79/13.00  Current number of rules: 296
% 12.79/13.00  New rule produced :
% 12.79/13.00  [298]
% 12.79/13.00  is_a_theorem(implies(implies(implies(A,implies(implies(B,C),C)),X),implies(B,X)))
% 12.79/13.00  -> true
% 12.79/13.00  Current number of equations to process: 1653
% 12.79/13.00  Current number of ordered equations: 0
% 12.79/13.00  Current number of rules: 297
% 12.79/13.00  New rule produced :
% 12.79/13.00  [299]
% 12.79/13.00  ifeq(is_a_theorem(not(implies(implies(A,B),B))),true,is_a_theorem(implies(A,C)),true)
% 12.79/13.00  -> true
% 12.79/13.00  Current number of equations to process: 1652
% 12.79/13.00  Current number of ordered equations: 0
% 12.79/13.00  Current number of rules: 298
% 12.79/13.00  New rule produced :
% 12.79/13.00  [300]
% 12.79/13.00  ifeq(is_a_theorem(implies(implies(A,A),not(B))),true,is_a_theorem(implies(B,C)),true)
% 12.79/13.00  -> true
% 12.79/13.00  Current number of equations to process: 1651
% 12.79/13.00  Current number of ordered equations: 0
% 12.79/13.00  Current number of rules: 299
% 12.79/13.00  New rule produced :
% 12.79/13.00  [301]
% 12.79/13.00  ifeq(is_a_theorem(not(A)),true,is_a_theorem(implies(implies(implies(B,B),A),C)),true)
% 12.79/13.00  -> true
% 12.79/13.00  Current number of equations to process: 1650
% 12.79/13.00  Current number of ordered equations: 0
% 12.79/13.00  Current number of rules: 300
% 12.79/13.00  New rule produced :
% 12.79/13.00  [302]
% 12.79/13.00  ifeq(is_a_theorem(implies(implies(A,A),not(implies(B,B)))),true,is_a_theorem(C),true)
% 12.79/13.00  -> true
% 12.79/13.00  Current number of equations to process: 1649
% 12.79/13.00  Current number of ordered equations: 0
% 12.79/13.00  Current number of rules: 301
% 12.79/13.00  New rule produced :
% 12.79/13.00  [303]
% 12.79/13.00  is_a_theorem(implies(A,implies(implies(implies(B,C),X),implies(Y,implies(C,X)))))
% 12.79/13.00  -> true
% 12.79/13.00  Current number of equations to process: 1648
% 12.79/13.00  Current number of ordered equations: 0
% 12.79/13.00  Current number of rules: 302
% 12.79/13.00  New rule produced :
% 12.79/13.00  [304]
% 12.79/13.00  is_a_theorem(implies(A,implies(not(not(B)),implies(C,implies(X,B))))) -> true
% 12.79/13.00  Current number of equations to process: 1806
% 12.79/13.00  Current number of ordered equations: 0
% 15.92/16.16  Current number of rules: 303
% 15.92/16.16  New rule produced :
% 15.92/16.16  [305]
% 15.92/16.16  ifeq(is_a_theorem(not(not(A))),true,is_a_theorem(implies(B,implies(C,A))),true)
% 15.92/16.16  -> true
% 15.92/16.16  Current number of equations to process: 1832
% 15.92/16.16  Current number of ordered equations: 0
% 15.92/16.16  Current number of rules: 304
% 15.92/16.16  New rule produced :
% 15.92/16.16  [306]
% 15.92/16.16  is_a_theorem(implies(A,implies(not(implies(B,C)),implies(not(not(C)),X)))) ->
% 15.92/16.16  true
% 15.92/16.16  Current number of equations to process: 1831
% 15.92/16.16  Current number of ordered equations: 0
% 15.92/16.16  Current number of rules: 305
% 15.92/16.16  New rule produced :
% 15.92/16.16  [307]
% 15.92/16.16  is_a_theorem(implies(A,implies(not(implies(B,C)),implies(X,implies(C,Y)))))
% 15.92/16.16  -> true
% 15.92/16.16  Current number of equations to process: 1830
% 15.92/16.16  Current number of ordered equations: 0
% 15.92/16.16  Current number of rules: 306
% 15.92/16.16  New rule produced :
% 15.92/16.16  [308]
% 15.92/16.16  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(B,X),implies(Y,X))))))
% 15.92/16.16  -> true
% 15.92/16.16  Current number of equations to process: 1855
% 15.92/16.16  Current number of ordered equations: 0
% 15.92/16.16  Current number of rules: 307
% 15.92/16.16  New rule produced :
% 15.92/16.16  [309]
% 15.92/16.16  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,A),X),implies(Y,X)))))
% 15.92/16.16  -> true
% 15.92/16.16  Current number of equations to process: 1854
% 15.92/16.16  Current number of ordered equations: 0
% 15.92/16.16  Current number of rules: 308
% 15.92/16.16  New rule produced :
% 15.92/16.16  [310]
% 15.92/16.16  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(X,B),Y),Y)))))
% 15.92/16.16  -> true
% 15.92/16.16  Current number of equations to process: 1853
% 15.92/16.16  Current number of ordered equations: 0
% 15.92/16.16  Current number of rules: 309
% 15.92/16.16  New rule produced :
% 15.92/16.16  [311]
% 15.92/16.16  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(X,A)),Y),Y))))
% 15.92/16.16  -> true
% 15.92/16.16  Current number of equations to process: 1852
% 15.92/16.16  Current number of ordered equations: 0
% 15.92/16.16  Current number of rules: 310
% 15.92/16.16  New rule produced :
% 15.92/16.16  [312]
% 15.92/16.16  is_a_theorem(implies(A,implies(implies(implies(B,B),C),implies(X,implies(Y,C)))))
% 15.92/16.16  -> true
% 15.92/16.16  Current number of equations to process: 1851
% 15.92/16.16  Current number of ordered equations: 0
% 15.92/16.16  Current number of rules: 311
% 15.92/16.16  New rule produced :
% 15.92/16.16  [313]
% 15.92/16.16  is_a_theorem(implies(A,implies(not(implies(B,implies(C,X))),implies(not(C),Y))))
% 15.92/16.16  -> true
% 15.92/16.16  Current number of equations to process: 1850
% 15.92/16.16  Current number of ordered equations: 0
% 15.92/16.16  Current number of rules: 312
% 15.92/16.16  New rule produced :
% 15.92/16.16  [314]
% 15.92/16.16  is_a_theorem(implies(A,implies(B,implies(not(not(C)),implies(X,implies(Y,C))))))
% 15.92/16.16  -> true
% 15.92/16.16  Current number of equations to process: 1849
% 15.92/16.16  Current number of ordered equations: 0
% 15.92/16.16  Current number of rules: 313
% 15.92/16.16  New rule produced :
% 15.92/16.16  [315]
% 15.92/16.16  is_a_theorem(implies(implies(implies(not(not(A)),implies(B,implies(C,A))),X),X))
% 15.92/16.16  -> true
% 15.92/16.16  Current number of equations to process: 1848
% 15.92/16.16  Current number of ordered equations: 0
% 15.92/16.16  Current number of rules: 314
% 15.92/16.16  New rule produced :
% 15.92/16.16  [316]
% 15.92/16.16  is_a_theorem(implies(implies(implies(A,implies(B,C)),X),implies(not(not(C)),X)))
% 15.92/16.16  -> true
% 15.92/16.16  Current number of equations to process: 1847
% 15.92/16.16  Current number of ordered equations: 0
% 15.92/16.16  Current number of rules: 315
% 15.92/16.16  New rule produced :
% 15.92/16.16  [317]
% 15.92/16.16  ifeq(is_a_theorem(not(implies(A,B))),true,is_a_theorem(implies(not(not(B)),C)),true)
% 15.92/16.16  -> true
% 15.92/16.16  Current number of equations to process: 1846
% 15.92/16.16  Current number of ordered equations: 0
% 15.92/16.16  Current number of rules: 316
% 15.92/16.16  New rule produced :
% 15.92/16.16  [318]
% 15.92/16.16  ifeq(is_a_theorem(not(implies(A,B))),true,is_a_theorem(implies(C,implies(B,X))),true)
% 15.92/16.16  -> true
% 15.92/16.16  Current number of equations to process: 1845
% 15.92/16.16  Current number of ordered equations: 0
% 15.92/16.16  Current number of rules: 317
% 15.92/16.16  New rule produced :
% 15.92/16.16  [319]
% 15.92/16.16  is_a_theorem(implies(A,implies(not(implies(B,C)),implies(not(implies(X,B)),Y))))
% 15.92/16.16  -> true
% 15.92/16.16  Current number of equations to process: 1844
% 15.92/16.16  Current number of ordered equations: 0
% 15.92/16.16  Current number of rules: 318
% 15.92/16.16  New rule produced :
% 15.92/16.16  [320]
% 15.92/16.16  is_a_theorem(implies(A,implies(not(implies(B,C)),implies(X,implies(not(B),Y)))))
% 15.92/16.16  -> true
% 15.92/16.16  Current number of equations to process: 1843
% 15.92/16.16  Current number of ordered equations: 0
% 15.92/16.16  Current number of rules: 319
% 15.92/16.16  New rule produced :
% 15.92/16.16  [321]
% 15.92/16.16  is_a_theorem(implies(not(implies(A,implies(B,implies(implies(A,C),C)))),X))
% 15.92/16.16  -> true
% 15.92/16.16  Current number of equations to process: 2167
% 15.92/16.16  Current number of ordered equations: 0
% 15.92/16.16  Current number of rules: 320
% 15.92/16.16  New rule produced :
% 15.92/16.16  [322]
% 15.92/16.16  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(A,X),X))))) ->
% 15.92/16.16  true
% 15.92/16.16  Current number of equations to process: 2172
% 15.92/16.16  Current number of ordered equations: 0
% 23.91/24.15  Current number of rules: 321
% 23.91/24.15  New rule produced :
% 23.91/24.15  [323]
% 23.91/24.15  is_a_theorem(implies(not(implies(A,implies(implies(B,C),C))),implies(B,X)))
% 23.91/24.15  -> true
% 23.91/24.15  Current number of equations to process: 2177
% 23.91/24.15  Current number of ordered equations: 0
% 23.91/24.15  Current number of rules: 322
% 23.91/24.15  New rule produced :
% 23.91/24.15  [324]
% 23.91/24.15  is_a_theorem(implies(not(implies(not(not(A)),implies(B,implies(C,A)))),X)) ->
% 23.91/24.15  true
% 23.91/24.15  Current number of equations to process: 2301
% 23.91/24.15  Current number of ordered equations: 0
% 23.91/24.15  Current number of rules: 323
% 23.91/24.15  New rule produced :
% 23.91/24.15  [325]
% 23.91/24.15  is_a_theorem(implies(not(not(A)),implies(B,implies(C,implies(X,A))))) -> true
% 23.91/24.15  Current number of equations to process: 2306
% 23.91/24.15  Current number of ordered equations: 0
% 23.91/24.15  Current number of rules: 324
% 23.91/24.15  New rule produced :
% 23.91/24.15  [326]
% 23.91/24.15  is_a_theorem(implies(not(implies(A,implies(B,C))),implies(not(not(C)),X))) ->
% 23.91/24.15  true
% 23.91/24.15  Current number of equations to process: 2311
% 23.91/24.15  Current number of ordered equations: 0
% 23.91/24.15  Current number of rules: 325
% 23.91/24.15  New rule produced :
% 23.91/24.15  [327]
% 23.91/24.15  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(implies(B,Y),Y))))))
% 23.91/24.15  -> true
% 23.91/24.15  Current number of equations to process: 2394
% 23.91/24.15  Current number of ordered equations: 0
% 23.91/24.15  Current number of rules: 326
% 23.91/24.15  New rule produced :
% 23.91/24.15  [328]
% 23.91/24.15  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(X,A),Y),Y)))))
% 23.91/24.15  -> true
% 23.91/24.15  Current number of equations to process: 2400
% 23.91/24.15  Current number of ordered equations: 0
% 23.91/24.15  Current number of rules: 327
% 23.91/24.15  New rule produced :
% 23.91/24.15  [329]
% 23.91/24.15  is_a_theorem(implies(A,implies(not(not(B)),implies(C,implies(X,implies(Y,B))))))
% 23.91/24.15  -> true
% 23.91/24.15  Current number of equations to process: 2399
% 23.91/24.15  Current number of ordered equations: 0
% 23.91/24.15  Current number of rules: 328
% 23.91/24.15  New rule produced :
% 23.91/24.15  [330]
% 23.91/24.15  ifeq(is_a_theorem(implies(implies(A,B),B)),true,is_a_theorem(implies(
% 23.91/24.15                                                               implies(B,A),A)),true)
% 23.91/24.15  -> true
% 23.91/24.15  Current number of equations to process: 2426
% 23.91/24.15  Current number of ordered equations: 0
% 23.91/24.15  Current number of rules: 329
% 23.91/24.15  New rule produced :
% 23.91/24.15  [331]
% 23.91/24.15  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,B))),X)),true,
% 23.91/24.15  is_a_theorem(X),true) -> true
% 23.91/24.15  Current number of equations to process: 2502
% 23.91/24.15  Current number of ordered equations: 0
% 23.91/24.15  Current number of rules: 330
% 23.91/24.15  New rule produced :
% 23.91/24.15  [332]
% 23.91/24.15  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,A))),X)),true,
% 23.91/24.15  is_a_theorem(X),true) -> true
% 23.91/24.15  Current number of equations to process: 2513
% 23.91/24.15  Current number of ordered equations: 0
% 23.91/24.15  Current number of rules: 331
% 23.91/24.15  New rule produced :
% 23.91/24.15  [333]
% 23.91/24.15  is_a_theorem(implies(implies(not(A),not(B)),implies(C,implies(X,implies(B,A)))))
% 23.91/24.15  -> true
% 23.91/24.15  Current number of equations to process: 2519
% 23.91/24.15  Current number of ordered equations: 0
% 23.91/24.15  Current number of rules: 332
% 23.91/24.15  New rule produced :
% 23.91/24.15  [334]
% 23.91/24.15  is_a_theorem(implies(implies(implies(A,B),C),implies(X,implies(Y,implies(B,C)))))
% 23.91/24.15  -> true
% 23.91/24.15  Current number of equations to process: 2519
% 23.91/24.15  Current number of ordered equations: 0
% 23.91/24.15  Current number of rules: 333
% 23.91/24.15  New rule produced :
% 23.91/24.15  [335]
% 23.91/24.15  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(A,X),implies(Y,X))))))
% 23.91/24.15  -> true
% 23.91/24.15  Current number of equations to process: 2519
% 23.91/24.15  Current number of ordered equations: 0
% 23.91/24.15  Current number of rules: 334
% 23.91/24.15  New rule produced :
% 23.91/24.15  [336]
% 23.91/24.15  is_a_theorem(implies(implies(implies(A,implies(B,A)),C),implies(X,implies(Y,C))))
% 23.91/24.15  -> true
% 23.91/24.15  Current number of equations to process: 2519
% 23.91/24.15  Current number of ordered equations: 0
% 23.91/24.15  Current number of rules: 335
% 23.91/24.15  New rule produced :
% 23.91/24.15  [337]
% 23.91/24.15  is_a_theorem(implies(implies(implies(A,implies(B,B)),C),implies(X,implies(Y,C))))
% 23.91/24.15  -> true
% 23.91/24.15  Current number of equations to process: 2519
% 23.91/24.15  Current number of ordered equations: 0
% 23.91/24.15  Current number of rules: 336
% 23.91/24.15  New rule produced :
% 23.91/24.15  [338]
% 23.91/24.15  is_a_theorem(implies(not(implies(A,B)),implies(C,implies(X,implies(B,Y)))))
% 23.91/24.15  -> true
% 23.91/24.15  Current number of equations to process: 2520
% 23.91/24.15  Current number of ordered equations: 0
% 23.91/24.15  Current number of rules: 337
% 23.91/24.15  New rule produced :
% 23.91/24.15  [339]
% 23.91/24.15  is_a_theorem(implies(implies(implies(A,A),B),implies(C,implies(X,implies(Y,B)))))
% 23.91/24.15  -> true
% 23.91/24.15  Current number of equations to process: 2519
% 23.91/24.15  Current number of ordered equations: 0
% 23.91/24.15  Current number of rules: 338
% 23.91/24.15  New rule produced :
% 23.91/24.15  [340]
% 23.91/24.15  is_a_theorem(implies(not(implies(A,B)),implies(C,implies(X,implies(not(A),Y)))))
% 27.92/28.20  -> true
% 27.92/28.20  Current number of equations to process: 2519
% 27.92/28.20  Current number of ordered equations: 0
% 27.92/28.20  Current number of rules: 339
% 27.92/28.20  New rule produced :
% 27.92/28.20  [341]
% 27.92/28.20  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(implies(A,Y),Y))))))
% 27.92/28.20  -> true
% 27.92/28.20  Current number of equations to process: 2521
% 27.92/28.20  Current number of ordered equations: 0
% 27.92/28.20  Current number of rules: 340
% 27.92/28.20  New rule produced :
% 27.92/28.20  [342]
% 27.92/28.20  is_a_theorem(implies(not(not(A)),implies(B,implies(C,implies(X,implies(Y,A))))))
% 27.92/28.20  -> true
% 27.92/28.20  Current number of equations to process: 2523
% 27.92/28.20  Current number of ordered equations: 0
% 27.92/28.20  Current number of rules: 341
% 27.92/28.20  New rule produced :
% 27.92/28.20  [343]
% 27.92/28.20  ifeq(is_a_theorem(implies(implies(A,implies(implies(A,B),B)),C)),true,
% 27.92/28.20  is_a_theorem(C),true) -> true
% 27.92/28.20  Current number of equations to process: 2642
% 27.92/28.20  Current number of ordered equations: 0
% 27.92/28.20  Current number of rules: 342
% 27.92/28.20  New rule produced :
% 27.92/28.20  [344]
% 27.92/28.20  is_a_theorem(implies(A,implies(implies(implies(implies(A,B),B),C),C))) ->
% 27.92/28.20  true
% 27.92/28.20  Current number of equations to process: 2649
% 27.92/28.20  Current number of ordered equations: 0
% 27.92/28.20  Current number of rules: 343
% 27.92/28.20  New rule produced :
% 27.92/28.20  [345]
% 27.92/28.20  is_a_theorem(implies(implies(implies(A,A),B),implies(implies(B,C),C))) ->
% 27.92/28.20  true
% 27.92/28.20  Current number of equations to process: 2649
% 27.92/28.20  Current number of ordered equations: 0
% 27.92/28.20  Current number of rules: 344
% 27.92/28.20  New rule produced :
% 27.92/28.20  [346]
% 27.92/28.20  is_a_theorem(implies(implies(not(A),not(B)),implies(implies(implies(B,A),C),C)))
% 27.92/28.20  -> true
% 27.92/28.20  Current number of equations to process: 2648
% 27.92/28.20  Current number of ordered equations: 0
% 27.92/28.20  Current number of rules: 345
% 27.92/28.20  New rule produced :
% 27.92/28.20  [347]
% 27.92/28.20  is_a_theorem(implies(implies(implies(A,B),C),implies(implies(implies(B,C),X),X)))
% 27.92/28.20  -> true
% 27.92/28.20  Current number of equations to process: 2648
% 27.92/28.20  Current number of ordered equations: 0
% 27.92/28.20  Current number of rules: 346
% 27.92/28.20  New rule produced :
% 27.92/28.20  [348]
% 27.92/28.20  is_a_theorem(implies(A,implies(implies(implies(implies(A,B),implies(C,B)),X),X)))
% 27.92/28.20  -> true
% 27.92/28.20  Current number of equations to process: 2648
% 27.92/28.20  Current number of ordered equations: 0
% 27.92/28.20  Current number of rules: 347
% 27.92/28.20  New rule produced :
% 27.92/28.20  [349]
% 27.92/28.20  is_a_theorem(implies(implies(implies(A,implies(B,A)),C),implies(implies(C,X),X)))
% 27.92/28.20  -> true
% 27.92/28.20  Current number of equations to process: 2648
% 27.92/28.20  Current number of ordered equations: 0
% 27.92/28.20  Current number of rules: 348
% 27.92/28.20  New rule produced :
% 27.92/28.20  [350]
% 27.92/28.20  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,A),C),C),X),X)))
% 27.92/28.20  -> true
% 27.92/28.20  Current number of equations to process: 2648
% 27.92/28.20  Current number of ordered equations: 0
% 27.92/28.20  Current number of rules: 349
% 27.92/28.20  New rule produced :
% 27.92/28.20  [351]
% 27.92/28.20  is_a_theorem(implies(implies(implies(A,implies(B,B)),C),implies(implies(C,X),X)))
% 27.92/28.20  -> true
% 27.92/28.20  Current number of equations to process: 2648
% 27.92/28.20  Current number of ordered equations: 0
% 27.92/28.20  Current number of rules: 350
% 27.92/28.20  New rule produced :
% 27.92/28.20  [352]
% 27.92/28.20  is_a_theorem(implies(not(not(A)),implies(implies(implies(B,A),C),C))) -> true
% 27.92/28.20  Current number of equations to process: 2649
% 27.92/28.20  Current number of ordered equations: 0
% 27.92/28.20  Current number of rules: 351
% 27.92/28.20  New rule produced :
% 27.92/28.20  [353]
% 27.92/28.20  is_a_theorem(implies(not(implies(A,B)),implies(implies(implies(B,C),X),X)))
% 27.92/28.20  -> true
% 27.92/28.20  Current number of equations to process: 2649
% 27.92/28.20  Current number of ordered equations: 0
% 27.92/28.20  Current number of rules: 352
% 27.92/28.20  New rule produced :
% 27.92/28.20  [354]
% 27.92/28.20  is_a_theorem(implies(implies(implies(A,A),B),implies(implies(implies(C,B),X),X)))
% 27.92/28.20  -> true
% 27.92/28.20  Current number of equations to process: 2648
% 27.92/28.20  Current number of ordered equations: 0
% 27.92/28.20  Current number of rules: 353
% 27.92/28.20  New rule produced :
% 27.92/28.20  [355]
% 27.92/28.20  is_a_theorem(implies(not(implies(A,B)),implies(implies(implies(not(A),C),X),X)))
% 27.92/28.20  -> true
% 27.92/28.20  Current number of equations to process: 2648
% 27.92/28.20  Current number of ordered equations: 0
% 27.92/28.20  Current number of rules: 354
% 27.92/28.20  New rule produced :
% 27.92/28.20  [356]
% 27.92/28.20  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(A,C),C)),X),X)))
% 27.92/28.20  -> true
% 27.92/28.20  Current number of equations to process: 2650
% 27.92/28.20  Current number of ordered equations: 0
% 27.92/28.20  Current number of rules: 355
% 27.92/28.20  New rule produced :
% 27.92/28.20  [357]
% 27.92/28.20  is_a_theorem(implies(not(not(A)),implies(implies(implies(B,implies(C,A)),X),X)))
% 27.92/28.20  -> true
% 27.92/28.20  Current number of equations to process: 2652
% 27.92/28.20  Current number of ordered equations: 0
% 27.92/28.20  Current number of rules: 356
% 27.92/28.20  New rule produced :
% 27.92/28.20  [358]
% 27.92/28.20  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(B,C),C),X),X))))
% 37.62/37.85  -> true
% 37.62/37.85  Current number of equations to process: 2689
% 37.62/37.85  Current number of ordered equations: 0
% 37.62/37.85  Current number of rules: 357
% 37.62/37.85  New rule produced :
% 37.62/37.85  [359]
% 37.62/37.85  is_a_theorem(implies(A,implies(implies(implies(B,B),C),implies(implies(C,X),X))))
% 37.62/37.85  -> true
% 37.62/37.85  Current number of equations to process: 2688
% 37.62/37.85  Current number of ordered equations: 0
% 37.62/37.85  Current number of rules: 358
% 37.62/37.85  New rule produced :
% 37.62/37.85  [360]
% 37.62/37.85  is_a_theorem(implies(A,implies(not(not(B)),implies(implies(implies(C,B),X),X))))
% 37.62/37.85  -> true
% 37.62/37.85  Current number of equations to process: 2787
% 37.62/37.85  Current number of ordered equations: 0
% 37.62/37.85  Current number of rules: 359
% 37.62/37.85  New rule produced :
% 37.62/37.85  [361]
% 37.62/37.85  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(not(Y),implies(Y,Z)))))))
% 37.62/37.85  -> true
% 37.62/37.85  Current number of equations to process: 2858
% 37.62/37.85  Current number of ordered equations: 0
% 37.62/37.85  Current number of rules: 360
% 37.62/37.85  New rule produced :
% 37.62/37.85  [362]
% 37.62/37.85  is_a_theorem(implies(implies(implies(A,implies(B,implies(not(C),implies(C,X)))),Y),Y))
% 37.62/37.85  -> true
% 37.62/37.85  Current number of equations to process: 2867
% 37.62/37.85  Current number of ordered equations: 0
% 37.62/37.85  Current number of rules: 361
% 37.62/37.85  New rule produced :
% 37.62/37.85  [363]
% 37.62/37.85  is_a_theorem(implies(not(implies(A,implies(B,implies(not(C),implies(C,X))))),Y))
% 37.62/37.85  -> true
% 37.62/37.85  Current number of equations to process: 2875
% 37.62/37.85  Current number of ordered equations: 0
% 37.62/37.85  Current number of rules: 362
% 37.62/37.85  New rule produced :
% 37.62/37.85  [364]
% 37.62/37.85  ifeq(is_a_theorem(implies(implies(A,implies(B,A)),C)),true,is_a_theorem(
% 37.62/37.85                                                             implies(X,C)),true)
% 37.62/37.85  -> true
% 37.62/37.85  Current number of equations to process: 2886
% 37.62/37.85  Current number of ordered equations: 0
% 37.62/37.85  Current number of rules: 363
% 37.62/37.85  New rule produced :
% 37.62/37.85  [365]
% 37.62/37.85  ifeq(is_a_theorem(A),true,is_a_theorem(implies(implies(implies(B,A),C),
% 37.62/37.85                                         implies(X,C))),true) -> true
% 37.62/37.85  Current number of equations to process: 2903
% 37.62/37.85  Current number of ordered equations: 0
% 37.62/37.85  Current number of rules: 364
% 37.62/37.85  New rule produced :
% 37.62/37.85  [366]
% 37.62/37.85  ifeq(is_a_theorem(A),true,is_a_theorem(implies(B,implies(C,implies(X,
% 37.62/37.85                                                             implies(Y,A))))),true)
% 37.62/37.85  -> true
% 37.62/37.85  Current number of equations to process: 3209
% 37.62/37.85  Current number of ordered equations: 0
% 37.62/37.85  Current number of rules: 365
% 37.62/37.85  New rule produced :
% 37.62/37.85  [367]
% 37.62/37.85  ifeq(is_a_theorem(A),true,is_a_theorem(implies(implies(implies(B,implies(C,A)),X),X)),true)
% 37.62/37.85  -> true
% 37.62/37.85  Current number of equations to process: 3513
% 37.62/37.85  Current number of ordered equations: 0
% 37.62/37.85  Current number of rules: 366
% 37.62/37.85  New rule produced :
% 37.62/37.85  [368]
% 37.62/37.85  is_a_theorem(implies(A,implies(B,implies(implies(implies(not(C),implies(C,X)),Y),Y))))
% 37.62/37.85  -> true
% 37.62/37.85  Current number of equations to process: 3818
% 37.62/37.85  Current number of ordered equations: 0
% 37.62/37.85  Current number of rules: 367
% 37.62/37.85  New rule produced :
% 37.62/37.85  [369]
% 37.62/37.85  is_a_theorem(implies(implies(implies(implies(implies(not(A),implies(A,B)),C),C),X),X))
% 37.62/37.85  -> true
% 37.62/37.85  Current number of equations to process: 3830
% 37.62/37.85  Current number of ordered equations: 0
% 37.62/37.85  Current number of rules: 368
% 37.62/37.85  New rule produced :
% 37.62/37.85  [370]
% 37.62/37.85  is_a_theorem(implies(not(implies(implies(implies(not(A),implies(A,B)),C),C)),X))
% 37.62/37.85  -> true
% 37.62/37.85  Current number of equations to process: 3838
% 37.62/37.85  Current number of ordered equations: 0
% 37.62/37.85  Current number of rules: 369
% 37.62/37.85  New rule produced :
% 37.62/37.85  [371]
% 37.62/37.85  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,C))),X)),true,
% 37.62/37.85  is_a_theorem(X),true) -> true
% 37.62/37.85  Current number of equations to process: 3853
% 37.62/37.85  Current number of ordered equations: 0
% 37.62/37.85  Current number of rules: 370
% 37.62/37.85  New rule produced :
% 37.62/37.85  [372]
% 37.62/37.85  ifeq(is_a_theorem(implies(implies(implies(implies(A,A),B),B),C)),true,
% 37.62/37.85  is_a_theorem(C),true) -> true
% 37.62/37.85  Current number of equations to process: 3870
% 37.62/37.85  Current number of ordered equations: 0
% 37.62/37.85  Current number of rules: 371
% 37.62/37.85  New rule produced :
% 37.62/37.85  [373] is_a_theorem(implies(implies(not(A),not(implies(B,B))),A)) -> true
% 37.62/37.85  Current number of equations to process: 3876
% 37.62/37.85  Current number of ordered equations: 0
% 37.62/37.85  Current number of rules: 372
% 37.62/37.85  New rule produced :
% 37.62/37.85  [374]
% 37.62/37.85  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,B),C)),C)) ->
% 37.62/37.85  true
% 37.62/37.85  Current number of equations to process: 3876
% 37.62/37.85  Current number of ordered equations: 0
% 37.62/37.85  Current number of rules: 373
% 37.62/37.85  New rule produced :
% 37.62/37.85  [375]
% 37.62/37.85  is_a_theorem(implies(implies(implies(A,implies(B,A)),implies(implies(C,C),X)),X))
% 39.88/40.09  -> true
% 39.88/40.09  Current number of equations to process: 3876
% 39.88/40.09  Current number of ordered equations: 0
% 39.88/40.09  Current number of rules: 374
% 39.88/40.09  New rule produced :
% 39.88/40.09  [376]
% 39.88/40.09  is_a_theorem(implies(implies(implies(A,implies(B,B)),implies(implies(C,C),X)),X))
% 39.88/40.09  -> true
% 39.88/40.09  Current number of equations to process: 3876
% 39.88/40.09  Current number of ordered equations: 0
% 39.88/40.09  Current number of rules: 375
% 39.88/40.09  New rule produced : [377] is_a_theorem(implies(not(not(A)),A)) -> true
% 39.88/40.09  Current number of equations to process: 3876
% 39.88/40.09  Current number of ordered equations: 0
% 39.88/40.09  Current number of rules: 376
% 39.88/40.09  New rule produced :
% 39.88/40.09  [378]
% 39.88/40.09  is_a_theorem(implies(A,implies(implies(not(B),not(implies(C,C))),B))) -> true
% 39.88/40.09  Current number of equations to process: 3895
% 39.88/40.09  Current number of ordered equations: 0
% 39.88/40.09  Current number of rules: 377
% 39.88/40.09  New rule produced :
% 39.88/40.09  [379]
% 39.88/40.09  ifeq(is_a_theorem(implies(not(A),not(implies(B,B)))),true,is_a_theorem(A),true)
% 39.88/40.09  -> true
% 39.88/40.09  Current number of equations to process: 3908
% 39.88/40.09  Current number of ordered equations: 0
% 39.88/40.09  Current number of rules: 378
% 39.88/40.09  New rule produced :
% 39.88/40.09  [380]
% 39.88/40.09  is_a_theorem(implies(A,implies(B,implies(implies(not(C),not(implies(X,X))),C))))
% 39.88/40.09  -> true
% 39.88/40.09  Current number of equations to process: 3920
% 39.88/40.09  Current number of ordered equations: 0
% 39.88/40.09  Current number of rules: 379
% 39.88/40.09  New rule produced :
% 39.88/40.09  [381]
% 39.88/40.09  is_a_theorem(implies(implies(implies(implies(not(A),not(implies(B,B))),A),C),C))
% 39.88/40.09  -> true
% 39.88/40.09  Current number of equations to process: 3919
% 39.88/40.09  Current number of ordered equations: 0
% 39.88/40.09  Current number of rules: 380
% 39.88/40.09  New rule produced :
% 39.88/40.09  [382]
% 39.88/40.09  is_a_theorem(implies(implies(A,B),implies(implies(not(A),not(implies(C,C))),B)))
% 39.88/40.09  -> true
% 39.88/40.09  Current number of equations to process: 3918
% 39.88/40.09  Current number of ordered equations: 0
% 39.88/40.09  Current number of rules: 381
% 39.88/40.09  New rule produced :
% 39.88/40.09  [383]
% 39.88/40.09  is_a_theorem(implies(A,implies(implies(implies(B,B),implies(implies(C,C),X)),X)))
% 39.88/40.09  -> true
% 39.88/40.09  Current number of equations to process: 3917
% 39.88/40.09  Current number of ordered equations: 0
% 39.88/40.09  Current number of rules: 382
% 39.88/40.09  New rule produced :
% 39.88/40.09  [384] is_a_theorem(implies(A,implies(not(not(B)),B))) -> true
% 39.88/40.09  Current number of equations to process: 3937
% 39.88/40.09  Current number of ordered equations: 0
% 39.88/40.09  Current number of rules: 383
% 39.88/40.09  New rule produced :
% 39.88/40.09  [385] ifeq(is_a_theorem(not(not(A))),true,is_a_theorem(A),true) -> true
% 39.88/40.09  Current number of equations to process: 3936
% 39.88/40.09  Current number of ordered equations: 0
% 39.88/40.09  Current number of rules: 384
% 39.88/40.09  New rule produced : [386] is_a_theorem(implies(A,not(not(A)))) -> true
% 39.88/40.09  Current number of equations to process: 3936
% 39.88/40.09  Current number of ordered equations: 0
% 39.88/40.09  Current number of rules: 385
% 39.88/40.09  New rule produced :
% 39.88/40.09  [387] is_a_theorem(implies(A,implies(B,implies(not(not(C)),C)))) -> true
% 39.88/40.09  Current number of equations to process: 3940
% 39.88/40.09  Current number of ordered equations: 0
% 39.88/40.09  Current number of rules: 386
% 39.88/40.09  New rule produced :
% 39.88/40.09  [388] is_a_theorem(implies(implies(implies(not(not(A)),A),B),B)) -> true
% 39.88/40.09  Current number of equations to process: 3939
% 39.88/40.09  Current number of ordered equations: 0
% 39.88/40.09  Current number of rules: 387
% 39.88/40.09  New rule produced :
% 39.88/40.09  [389] is_a_theorem(implies(implies(A,B),implies(not(not(A)),B))) -> true
% 39.88/40.09  Current number of equations to process: 3940
% 39.88/40.09  Current number of ordered equations: 0
% 39.88/40.09  Current number of rules: 388
% 39.88/40.09  New rule produced :
% 39.88/40.09  [390]
% 39.88/40.09  is_a_theorem(implies(implies(implies(not(not(A)),A),B),implies(C,B))) -> true
% 39.88/40.09  Current number of equations to process: 3942
% 39.88/40.09  Current number of ordered equations: 0
% 39.88/40.09  Current number of rules: 389
% 39.88/40.09  New rule produced :
% 39.88/40.09  [391]
% 39.88/40.09  is_a_theorem(implies(A,implies(B,implies(C,implies(not(not(X)),X))))) -> true
% 39.88/40.09  Current number of equations to process: 3941
% 39.88/40.09  Current number of ordered equations: 0
% 39.88/40.09  Current number of rules: 390
% 39.88/40.09  New rule produced :
% 39.88/40.09  [392]
% 39.88/40.09  is_a_theorem(implies(implies(implies(A,implies(not(not(B)),B)),C),C)) -> true
% 39.88/40.09  Current number of equations to process: 3940
% 39.88/40.09  Current number of ordered equations: 0
% 39.88/40.09  Current number of rules: 391
% 39.88/40.09  New rule produced :
% 39.88/40.09  [393]
% 39.88/40.09  is_a_theorem(implies(A,implies(implies(implies(not(not(B)),B),C),C))) -> true
% 39.88/40.09  Current number of equations to process: 3939
% 39.88/40.09  Current number of ordered equations: 0
% 39.88/40.09  Current number of rules: 392
% 39.88/40.09  New rule produced :
% 39.88/40.09  [394]
% 39.88/40.09  ifeq(is_a_theorem(implies(implies(not(not(A)),A),B)),true,is_a_theorem(B),true)
% 39.88/40.09  -> true
% 39.88/40.09  Current number of equations to process: 3944
% 42.83/43.11  Current number of ordered equations: 0
% 42.83/43.11  Current number of rules: 393
% 42.83/43.11  New rule produced : [395] is_a_theorem(not(not(implies(A,A)))) -> true
% 42.83/43.11  Current number of equations to process: 3949
% 42.83/43.11  Current number of ordered equations: 0
% 42.83/43.11  Current number of rules: 394
% 42.83/43.11  New rule produced :
% 42.83/43.11  [396]
% 42.83/43.11  is_a_theorem(implies(implies(implies(A,implies(not(not(B)),B)),C),implies(X,C)))
% 42.83/43.11  -> true
% 42.83/43.11  Current number of equations to process: 3954
% 42.83/43.11  Current number of ordered equations: 0
% 42.83/43.11  Current number of rules: 395
% 42.83/43.11  New rule produced :
% 42.83/43.11  [397]
% 42.83/43.11  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(not(not(Y)),Y))))))
% 42.83/43.11  -> true
% 42.83/43.11  Current number of equations to process: 3953
% 42.83/43.11  Current number of ordered equations: 0
% 42.83/43.11  Current number of rules: 396
% 42.83/43.11  New rule produced :
% 42.83/43.11  [398]
% 42.83/43.11  is_a_theorem(implies(implies(implies(A,implies(B,implies(not(not(C)),C))),X),X))
% 42.83/43.11  -> true
% 42.83/43.11  Current number of equations to process: 3952
% 42.83/43.11  Current number of ordered equations: 0
% 42.83/43.11  Current number of rules: 397
% 42.83/43.11  New rule produced :
% 42.83/43.11  [399]
% 42.83/43.11  is_a_theorem(implies(not(implies(implies(not(A),not(implies(B,B))),A)),C)) ->
% 42.83/43.11  true
% 42.83/43.11  Current number of equations to process: 3966
% 42.83/43.11  Current number of ordered equations: 0
% 42.83/43.11  Current number of rules: 398
% 42.83/43.11  New rule produced :
% 42.83/43.11  [400]
% 42.83/43.11  is_a_theorem(implies(implies(not(A),not(implies(B,B))),implies(C,A))) -> true
% 42.83/43.11  Current number of equations to process: 3974
% 42.83/43.11  Current number of ordered equations: 0
% 42.83/43.11  Current number of rules: 399
% 42.83/43.11  New rule produced :
% 42.83/43.11  [401]
% 42.83/43.11  is_a_theorem(implies(implies(not(not(A)),not(implies(B,B))),implies(A,C))) ->
% 42.83/43.11  true
% 42.83/43.11  Current number of equations to process: 3979
% 42.83/43.11  Current number of ordered equations: 0
% 42.83/43.11  Current number of rules: 400
% 42.83/43.11  New rule produced :
% 42.83/43.11  [402]
% 42.83/43.11  is_a_theorem(implies(not(A),implies(implies(not(A),not(implies(B,B))),C))) ->
% 42.83/43.11  true
% 42.83/43.11  Current number of equations to process: 3979
% 42.83/43.11  Current number of ordered equations: 0
% 42.83/43.11  Current number of rules: 401
% 42.83/43.11  New rule produced :
% 42.83/43.11  [403]
% 42.83/43.11  is_a_theorem(implies(implies(not(not(implies(A,A))),not(implies(B,B))),C)) ->
% 42.83/43.11  true
% 42.83/43.11  Current number of equations to process: 3979
% 42.83/43.11  Current number of ordered equations: 0
% 42.83/43.11  Current number of rules: 402
% 42.83/43.11  New rule produced :
% 42.83/43.11  [404]
% 42.83/43.11  is_a_theorem(implies(implies(not(A),not(implies(B,B))),implies(C,implies(X,A))))
% 42.83/43.11  -> true
% 42.83/43.11  Current number of equations to process: 3981
% 42.83/43.11  Current number of ordered equations: 0
% 42.83/43.11  Current number of rules: 403
% 42.83/43.11  New rule produced :
% 42.83/43.11  [405]
% 42.83/43.11  is_a_theorem(implies(implies(not(A),not(implies(B,B))),implies(implies(A,C),C)))
% 42.83/43.11  -> true
% 42.83/43.11  Current number of equations to process: 3981
% 42.83/43.11  Current number of ordered equations: 0
% 42.83/43.11  Current number of rules: 404
% 42.83/43.11  New rule produced :
% 42.83/43.11  [406]
% 42.83/43.11  is_a_theorem(implies(A,implies(implies(not(B),not(implies(C,C))),implies(X,B))))
% 42.83/43.11  -> true
% 42.83/43.11  Current number of equations to process: 3981
% 42.83/43.11  Current number of ordered equations: 0
% 42.83/43.11  Current number of rules: 405
% 42.83/43.11  New rule produced :
% 42.83/43.11  [407]
% 42.83/43.11  is_a_theorem(implies(implies(not(implies(implies(A,A),B)),not(implies(C,C))),B))
% 42.83/43.11  -> true
% 42.83/43.11  Current number of equations to process: 3991
% 42.83/43.11  Current number of ordered equations: 0
% 42.83/43.11  Current number of rules: 406
% 42.83/43.11  New rule produced :
% 42.83/43.11  [408] is_a_theorem(implies(A,implies(B,not(not(B))))) -> true
% 42.83/43.11  Current number of equations to process: 4004
% 42.83/43.11  Current number of ordered equations: 0
% 42.83/43.11  Current number of rules: 407
% 42.83/43.11  New rule produced :
% 42.83/43.11  [409] ifeq(is_a_theorem(A),true,is_a_theorem(not(not(A))),true) -> true
% 42.83/43.11  Current number of equations to process: 4003
% 42.83/43.11  Current number of ordered equations: 0
% 42.83/43.11  Current number of rules: 408
% 42.83/43.11  New rule produced :
% 42.83/43.11  [410] is_a_theorem(not(not(implies(A,implies(B,A))))) -> true
% 42.83/43.11  Current number of equations to process: 4003
% 42.83/43.11  Current number of ordered equations: 0
% 42.83/43.11  Current number of rules: 409
% 42.83/43.11  New rule produced :
% 42.83/43.11  [411] is_a_theorem(implies(A,not(not(implies(B,A))))) -> true
% 42.83/43.11  Current number of equations to process: 4004
% 42.83/43.11  Current number of ordered equations: 0
% 42.83/43.11  Current number of rules: 410
% 42.83/43.11  New rule produced :
% 42.83/43.11  [412] is_a_theorem(not(not(implies(A,implies(B,B))))) -> true
% 42.83/43.11  Current number of equations to process: 4008
% 42.83/43.11  Current number of ordered equations: 0
% 42.83/43.11  Current number of rules: 411
% 42.83/43.11  New rule produced :
% 42.83/43.11  [413] is_a_theorem(implies(A,not(not(implies(B,B))))) -> true
% 42.83/43.11  Current number of equations to process: 4008
% 42.83/43.11  Current number of ordered equations: 0
% 44.28/44.53  Current number of rules: 412
% 44.28/44.53  New rule produced :
% 44.28/44.53  [414] is_a_theorem(not(not(implies(not(A),implies(A,B))))) -> true
% 44.28/44.53  Current number of equations to process: 4008
% 44.28/44.53  Current number of ordered equations: 0
% 44.28/44.53  Current number of rules: 413
% 44.28/44.53  New rule produced :
% 44.28/44.53  [415] is_a_theorem(implies(not(A),not(not(implies(A,B))))) -> true
% 44.28/44.53  Current number of equations to process: 4008
% 44.28/44.53  Current number of ordered equations: 0
% 44.28/44.53  Current number of rules: 414
% 44.28/44.53  New rule produced :
% 44.28/44.53  [416] is_a_theorem(not(not(implies(not(implies(A,A)),B)))) -> true
% 44.28/44.53  Current number of equations to process: 4008
% 44.28/44.53  Current number of ordered equations: 0
% 44.28/44.53  Current number of rules: 415
% 44.28/44.53  New rule produced :
% 44.28/44.53  [417] is_a_theorem(implies(A,implies(B,implies(C,not(not(C)))))) -> true
% 44.28/44.53  Current number of equations to process: 4007
% 44.28/44.53  Current number of ordered equations: 0
% 44.28/44.53  Current number of rules: 416
% 44.28/44.53  New rule produced :
% 44.28/44.53  [418] is_a_theorem(implies(implies(implies(A,not(not(A))),B),B)) -> true
% 44.28/44.53  Current number of equations to process: 4006
% 44.28/44.53  Current number of ordered equations: 0
% 44.28/44.53  Current number of rules: 417
% 44.28/44.53  New rule produced :
% 44.28/44.53  [419] is_a_theorem(implies(implies(not(not(A)),B),implies(A,B))) -> true
% 44.28/44.53  Current number of equations to process: 4007
% 44.28/44.53  Current number of ordered equations: 0
% 44.28/44.53  Current number of rules: 418
% 44.28/44.53  New rule produced :
% 44.28/44.53  [420] is_a_theorem(not(not(implies(A,implies(B,implies(C,B)))))) -> true
% 44.28/44.53  Current number of equations to process: 4007
% 44.28/44.53  Current number of ordered equations: 0
% 44.28/44.53  Current number of rules: 419
% 44.28/44.53  New rule produced :
% 44.28/44.53  [421] is_a_theorem(not(not(implies(A,implies(B,implies(C,A)))))) -> true
% 44.28/44.53  Current number of equations to process: 4007
% 44.28/44.53  Current number of ordered equations: 0
% 44.28/44.53  Current number of rules: 420
% 44.28/44.53  New rule produced :
% 44.28/44.53  [422] is_a_theorem(not(not(implies(A,implies(implies(A,B),B))))) -> true
% 44.28/44.53  Current number of equations to process: 4007
% 44.28/44.53  Current number of ordered equations: 0
% 44.28/44.53  Current number of rules: 421
% 44.28/44.53  New rule produced :
% 44.28/44.53  [423] is_a_theorem(implies(A,not(not(implies(B,implies(C,B)))))) -> true
% 44.28/44.53  Current number of equations to process: 4007
% 44.28/44.53  Current number of ordered equations: 0
% 44.28/44.53  Current number of rules: 422
% 44.28/44.53  New rule produced :
% 44.28/44.53  [424] is_a_theorem(not(not(implies(A,implies(B,implies(C,C)))))) -> true
% 44.28/44.53  Current number of equations to process: 4010
% 44.28/44.53  Current number of ordered equations: 0
% 44.28/44.53  Current number of rules: 423
% 44.28/44.53  New rule produced :
% 44.28/44.53  [425] is_a_theorem(not(not(implies(implies(implies(A,A),B),B)))) -> true
% 44.28/44.53  Current number of equations to process: 4010
% 44.28/44.53  Current number of ordered equations: 0
% 44.28/44.53  Current number of rules: 424
% 44.28/44.53  New rule produced :
% 44.28/44.53  [426]
% 44.28/44.53  is_a_theorem(implies(implies(implies(A,not(not(A))),B),implies(C,B))) -> true
% 44.28/44.53  Current number of equations to process: 4013
% 44.28/44.53  Current number of ordered equations: 0
% 44.28/44.53  Current number of rules: 425
% 44.28/44.53  New rule produced :
% 44.28/44.53  [427]
% 44.28/44.53  is_a_theorem(implies(A,implies(B,implies(C,implies(X,not(not(X))))))) -> true
% 44.28/44.53  Current number of equations to process: 4012
% 44.28/44.53  Current number of ordered equations: 0
% 44.28/44.53  Current number of rules: 426
% 44.28/44.53  New rule produced :
% 44.28/44.53  [428]
% 44.28/44.53  is_a_theorem(implies(implies(implies(A,implies(B,not(not(B)))),C),C)) -> true
% 44.28/44.53  Current number of equations to process: 4011
% 44.28/44.53  Current number of ordered equations: 0
% 44.28/44.53  Current number of rules: 427
% 44.28/44.53  New rule produced :
% 44.28/44.53  [429]
% 44.28/44.53  is_a_theorem(implies(A,implies(implies(implies(B,not(not(B))),C),C))) -> true
% 44.28/44.53  Current number of equations to process: 4010
% 44.28/44.53  Current number of ordered equations: 0
% 44.28/44.53  Current number of rules: 428
% 44.28/44.53  New rule produced :
% 44.28/44.53  [430] is_a_theorem(implies(not(implies(not(not(A)),A)),B)) -> true
% 44.28/44.53  Current number of equations to process: 4020
% 44.28/44.53  Current number of ordered equations: 0
% 44.28/44.53  Current number of rules: 429
% 44.28/44.53  New rule produced :
% 44.28/44.53  [431] is_a_theorem(implies(not(not(not(A))),implies(A,B))) -> true
% 44.28/44.53  Current number of equations to process: 4033
% 44.28/44.53  Current number of ordered equations: 0
% 44.28/44.53  Current number of rules: 430
% 44.28/44.53  New rule produced :
% 44.28/44.53  [432] is_a_theorem(implies(not(A),implies(not(not(A)),B))) -> true
% 44.28/44.53  Current number of equations to process: 4033
% 44.28/44.53  Current number of ordered equations: 0
% 44.28/44.53  Current number of rules: 431
% 44.28/44.53  New rule produced :
% 44.28/44.53  [433] is_a_theorem(implies(not(not(not(implies(A,A)))),B)) -> true
% 44.28/44.53  Current number of equations to process: 4033
% 47.30/47.52  Current number of ordered equations: 0
% 47.30/47.52  Current number of rules: 432
% 47.30/47.52  New rule produced :
% 47.30/47.52  [434]
% 47.30/47.52  is_a_theorem(implies(A,implies(implies(B,C),implies(not(not(B)),C)))) -> true
% 47.30/47.52  Current number of equations to process: 4032
% 47.30/47.52  Current number of ordered equations: 0
% 47.30/47.52  Current number of rules: 433
% 47.30/47.52  New rule produced :
% 47.30/47.52  [435] is_a_theorem(implies(not(not(A)),implies(implies(A,B),B))) -> true
% 47.30/47.52  Current number of equations to process: 4034
% 47.30/47.52  Current number of ordered equations: 0
% 47.30/47.52  Current number of rules: 434
% 47.30/47.52  New rule produced :
% 47.30/47.52  [436] is_a_theorem(implies(not(not(implies(implies(A,A),B))),B)) -> true
% 47.30/47.52  Current number of equations to process: 4037
% 47.30/47.52  Current number of ordered equations: 0
% 47.30/47.52  Current number of rules: 435
% 47.30/47.52  New rule produced :
% 47.30/47.52  [437]
% 47.30/47.52  ifeq(is_a_theorem(implies(implies(A,not(not(A))),B)),true,is_a_theorem(B),true)
% 47.30/47.52  -> true
% 47.30/47.52  Current number of equations to process: 4044
% 47.30/47.52  Current number of ordered equations: 0
% 47.30/47.52  Current number of rules: 436
% 47.30/47.52  New rule produced :
% 47.30/47.52  [438]
% 47.30/47.52  ifeq(is_a_theorem(implies(A,B)),true,is_a_theorem(implies(not(not(A)),B)),true)
% 47.30/47.52  -> true
% 47.30/47.52  Current number of equations to process: 4043
% 47.30/47.52  Current number of ordered equations: 0
% 47.30/47.52  Current number of rules: 437
% 47.30/47.52  New rule produced :
% 47.30/47.52  [439] is_a_theorem(implies(not(implies(A,implies(not(not(B)),B))),C)) -> true
% 47.30/47.52  Current number of equations to process: 4067
% 47.30/47.52  Current number of ordered equations: 0
% 47.30/47.52  Current number of rules: 438
% 47.30/47.52  New rule produced :
% 47.30/47.52  [440] is_a_theorem(implies(implies(implies(A,A),not(not(B))),B)) -> true
% 47.30/47.52  Current number of equations to process: 4088
% 47.30/47.52  Current number of ordered equations: 0
% 47.30/47.52  Current number of rules: 439
% 47.30/47.52  New rule produced :
% 47.30/47.52  [441]
% 47.30/47.52  is_a_theorem(implies(implies(implies(A,implies(B,A)),not(not(C))),C)) -> true
% 47.30/47.52  Current number of equations to process: 4088
% 47.30/47.52  Current number of ordered equations: 0
% 47.30/47.52  Current number of rules: 440
% 47.30/47.52  New rule produced :
% 47.30/47.52  [442]
% 47.30/47.52  is_a_theorem(implies(implies(implies(A,implies(B,B)),not(not(C))),C)) -> true
% 47.30/47.52  Current number of equations to process: 4088
% 47.30/47.52  Current number of ordered equations: 0
% 47.30/47.52  Current number of rules: 441
% 47.30/47.52  New rule produced :
% 47.30/47.52  [443]
% 47.30/47.52  is_a_theorem(implies(implies(not(not(not(A))),not(implies(B,B))),A)) -> true
% 47.30/47.52  Current number of equations to process: 4100
% 47.30/47.52  Current number of ordered equations: 0
% 47.30/47.52  Current number of rules: 442
% 47.30/47.52  New rule produced :
% 47.30/47.52  [444] is_a_theorem(not(not(implies(not(not(A)),A)))) -> true
% 47.30/47.52  Current number of equations to process: 4100
% 47.30/47.52  Current number of ordered equations: 0
% 47.30/47.52  Current number of rules: 443
% 47.30/47.52  New rule produced :
% 47.30/47.52  [445] is_a_theorem(implies(not(not(not(not(A)))),A)) -> true
% 47.30/47.52  Current number of equations to process: 4100
% 47.30/47.52  Current number of ordered equations: 0
% 47.30/47.52  Current number of rules: 444
% 47.30/47.52  New rule produced :
% 47.30/47.52  [446] is_a_theorem(implies(A,implies(B,not(not(implies(C,C)))))) -> true
% 47.30/47.52  Current number of equations to process: 4105
% 47.30/47.52  Current number of ordered equations: 0
% 47.30/47.52  Current number of rules: 445
% 47.30/47.52  New rule produced :
% 47.30/47.52  [447] is_a_theorem(implies(implies(not(not(implies(A,A))),B),B)) -> true
% 47.30/47.52  Current number of equations to process: 4104
% 47.30/47.52  Current number of ordered equations: 0
% 47.30/47.52  Current number of rules: 446
% 47.30/47.52  New rule produced :
% 47.30/47.52  [448]
% 47.30/47.52  is_a_theorem(implies(implies(not(not(implies(A,A))),B),implies(C,B))) -> true
% 47.30/47.52  Current number of equations to process: 4107
% 47.30/47.52  Current number of ordered equations: 0
% 47.30/47.52  Current number of rules: 447
% 47.30/47.52  New rule produced :
% 47.30/47.52  [449]
% 47.30/47.52  is_a_theorem(implies(A,implies(B,implies(C,not(not(implies(X,X))))))) -> true
% 47.30/47.52  Current number of equations to process: 4106
% 47.30/47.52  Current number of ordered equations: 0
% 47.30/47.52  Current number of rules: 448
% 47.30/47.52  New rule produced :
% 47.30/47.52  [450]
% 47.30/47.52  is_a_theorem(implies(implies(implies(A,not(not(implies(B,B)))),C),C)) -> true
% 47.30/47.52  Current number of equations to process: 4105
% 47.30/47.52  Current number of ordered equations: 0
% 47.30/47.52  Current number of rules: 449
% 47.30/47.52  New rule produced :
% 47.30/47.52  [451]
% 47.30/47.52  is_a_theorem(implies(A,implies(implies(not(not(implies(B,B))),C),C))) -> true
% 47.30/47.52  Current number of equations to process: 4104
% 47.30/47.52  Current number of ordered equations: 0
% 47.30/47.52  Current number of rules: 450
% 47.30/47.52  New rule produced :
% 47.30/47.52  [452]
% 47.30/47.52  ifeq(is_a_theorem(implies(not(not(implies(A,A))),B)),true,is_a_theorem(B),true)
% 47.30/47.52  -> true
% 47.30/47.52  Current number of equations to process: 4103
% 47.30/47.52  Current number of ordered equations: 0
% 53.20/53.44  Current number of rules: 451
% 53.20/53.44  New rule produced :
% 53.20/53.44  [453]
% 53.20/53.44  is_a_theorem(implies(A,implies(implies(implies(B,implies(not(not(C)),C)),X),X)))
% 53.20/53.44  -> true
% 53.20/53.44  Current number of equations to process: 4110
% 53.20/53.44  Current number of ordered equations: 0
% 53.20/53.44  Current number of rules: 452
% 53.20/53.44  New rule produced :
% 53.20/53.44  [454]
% 53.20/53.44  is_a_theorem(implies(implies(implies(A,implies(B,not(not(B)))),C),implies(X,C)))
% 53.20/53.44  -> true
% 53.20/53.44  Current number of equations to process: 4109
% 53.20/53.44  Current number of ordered equations: 0
% 53.20/53.44  Current number of rules: 453
% 53.20/53.44  New rule produced :
% 53.20/53.44  [455]
% 53.20/53.44  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(Y,not(not(Y))))))))
% 53.20/53.44  -> true
% 53.20/53.44  Current number of equations to process: 4108
% 53.20/53.44  Current number of ordered equations: 0
% 53.20/53.44  Current number of rules: 454
% 53.20/53.44  New rule produced :
% 53.20/53.44  [456]
% 53.20/53.44  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,not(not(C))))),X),X))
% 53.20/53.44  -> true
% 53.20/53.44  Current number of equations to process: 4107
% 53.20/53.44  Current number of ordered equations: 0
% 53.20/53.44  Current number of rules: 455
% 53.20/53.44  New rule produced :
% 53.20/53.44  [457]
% 53.20/53.44  is_a_theorem(implies(A,implies(B,implies(implies(implies(not(not(C)),C),X),X))))
% 53.20/53.44  -> true
% 53.20/53.44  Current number of equations to process: 4106
% 53.20/53.44  Current number of ordered equations: 0
% 53.20/53.44  Current number of rules: 456
% 53.20/53.44  New rule produced :
% 53.20/53.44  [458]
% 53.20/53.44  is_a_theorem(implies(implies(implies(implies(implies(not(not(A)),A),B),B),C),C))
% 53.20/53.44  -> true
% 53.20/53.44  Current number of equations to process: 4105
% 53.20/53.44  Current number of ordered equations: 0
% 53.20/53.44  Current number of rules: 457
% 53.20/53.44  New rule produced :
% 53.20/53.44  [459]
% 53.20/53.44  is_a_theorem(implies(implies(A,B),implies(implies(implies(not(not(C)),C),A),B)))
% 53.20/53.44  -> true
% 53.20/53.44  Current number of equations to process: 4104
% 53.20/53.44  Current number of ordered equations: 0
% 53.20/53.44  Current number of rules: 458
% 53.20/53.44  New rule produced :
% 53.20/53.44  [460]
% 53.20/53.44  is_a_theorem(implies(A,implies(B,implies(implies(C,X),implies(not(not(C)),X)))))
% 53.20/53.44  -> true
% 53.20/53.44  Current number of equations to process: 4103
% 53.20/53.44  Current number of ordered equations: 0
% 53.20/53.44  Current number of rules: 459
% 53.20/53.44  New rule produced :
% 53.20/53.44  [461]
% 53.20/53.44  is_a_theorem(implies(implies(implies(implies(A,B),implies(not(not(A)),B)),C),C))
% 53.20/53.44  -> true
% 53.20/53.44  Current number of equations to process: 4102
% 53.20/53.44  Current number of ordered equations: 0
% 53.20/53.44  Current number of rules: 460
% 53.20/53.44  New rule produced :
% 53.20/53.44  [462]
% 53.20/53.44  is_a_theorem(implies(implies(implies(not(not(A)),B),C),implies(implies(A,B),C)))
% 53.20/53.44  -> true
% 53.20/53.44  Current number of equations to process: 4101
% 53.20/53.44  Current number of ordered equations: 0
% 53.20/53.44  Current number of rules: 461
% 53.20/53.44  New rule produced :
% 53.20/53.44  [463]
% 53.20/53.44  is_a_theorem(implies(A,implies(implies(implies(not(not(B)),B),C),implies(X,C))))
% 53.20/53.44  -> true
% 53.20/53.44  Current number of equations to process: 4100
% 53.20/53.44  Current number of ordered equations: 0
% 53.20/53.44  Current number of rules: 462
% 53.20/53.44  New rule produced :
% 53.20/53.44  [464]
% 53.20/53.44  is_a_theorem(implies(implies(implies(A,not(not(implies(B,B)))),C),implies(X,C)))
% 53.20/53.44  -> true
% 53.20/53.44  Current number of equations to process: 4092
% 53.20/53.44  Current number of ordered equations: 0
% 53.20/53.44  Current number of rules: 463
% 53.20/53.44  New rule produced :
% 53.20/53.44  [465]
% 53.20/53.44  is_a_theorem(implies(A,implies(B,implies(C,implies(X,not(not(implies(Y,Y))))))))
% 53.20/53.44  -> true
% 53.20/53.44  Current number of equations to process: 4091
% 53.20/53.44  Current number of ordered equations: 0
% 53.20/53.44  Current number of rules: 464
% 53.20/53.44  New rule produced :
% 53.20/53.44  [466]
% 53.20/53.44  is_a_theorem(implies(implies(implies(A,implies(B,not(not(implies(C,C))))),X),X))
% 53.20/53.44  -> true
% 53.20/53.44  Current number of equations to process: 4090
% 53.20/53.44  Current number of ordered equations: 0
% 53.20/53.44  Current number of rules: 465
% 53.20/53.44  New rule produced :
% 53.20/53.44  [467]
% 53.20/53.44  is_a_theorem(implies(not(implies(A,implies(B,implies(not(not(C)),C)))),X)) ->
% 53.20/53.44  true
% 53.20/53.44  Current number of equations to process: 4116
% 53.20/53.44  Current number of ordered equations: 0
% 53.20/53.44  Current number of rules: 466
% 53.20/53.44  New rule produced :
% 53.20/53.44  [468] is_a_theorem(not(not(implies(A,implies(not(B),implies(B,C)))))) -> true
% 53.20/53.44  Current number of equations to process: 4287
% 53.20/53.44  Current number of ordered equations: 0
% 53.20/53.44  Current number of rules: 467
% 53.20/53.44  New rule produced :
% 53.20/53.44  [469] is_a_theorem(not(not(implies(not(A),implies(B,implies(A,C)))))) -> true
% 53.20/53.44  Current number of equations to process: 4298
% 53.20/53.44  Current number of ordered equations: 0
% 53.20/53.44  Current number of rules: 468
% 53.20/53.44  New rule produced :
% 53.20/53.44  [470] is_a_theorem(not(not(implies(not(not(A)),implies(B,A))))) -> true
% 53.20/53.44  Current number of equations to process: 4350
% 53.20/53.44  Current number of ordered equations: 0
% 53.20/53.44  Current number of rules: 469
% 53.20/53.44  New rule produced :
% 55.70/55.90  [471] is_a_theorem(not(not(implies(not(implies(A,B)),implies(B,C))))) -> true
% 55.70/55.90  Current number of equations to process: 4405
% 55.70/55.90  Current number of ordered equations: 0
% 55.70/55.90  Current number of rules: 470
% 55.70/55.90  New rule produced :
% 55.70/55.90  [472] is_a_theorem(not(not(implies(not(implies(A,implies(B,A))),C)))) -> true
% 55.70/55.90  Current number of equations to process: 4404
% 55.70/55.90  Current number of ordered equations: 0
% 55.70/55.90  Current number of rules: 471
% 55.70/55.90  New rule produced :
% 55.70/55.90  [473] is_a_theorem(not(not(implies(not(implies(A,implies(B,B))),C)))) -> true
% 55.70/55.90  Current number of equations to process: 4403
% 55.70/55.90  Current number of ordered equations: 0
% 55.70/55.90  Current number of rules: 472
% 55.70/55.90  New rule produced :
% 55.70/55.90  [474] is_a_theorem(not(not(implies(A,implies(not(implies(B,B)),C))))) -> true
% 55.70/55.90  Current number of equations to process: 4402
% 55.70/55.90  Current number of ordered equations: 0
% 55.70/55.90  Current number of rules: 473
% 55.70/55.90  New rule produced :
% 55.70/55.90  [475] is_a_theorem(not(not(implies(A,not(not(A)))))) -> true
% 55.70/55.90  Current number of equations to process: 4549
% 55.70/55.90  Current number of ordered equations: 0
% 55.70/55.90  Current number of rules: 474
% 55.70/55.90  New rule produced :
% 55.70/55.90  [476] is_a_theorem(not(not(implies(A,implies(not(not(B)),B))))) -> true
% 55.70/55.90  Current number of equations to process: 4551
% 55.70/55.90  Current number of ordered equations: 0
% 55.70/55.90  Current number of rules: 475
% 55.70/55.90  New rule produced :
% 55.70/55.90  [477] is_a_theorem(not(not(not(not(implies(A,A)))))) -> true
% 55.70/55.90  Current number of equations to process: 4555
% 55.70/55.90  Current number of ordered equations: 0
% 55.70/55.90  Current number of rules: 476
% 55.70/55.90  New rule produced :
% 55.70/55.90  [478] is_a_theorem(not(not(implies(A,implies(B,not(not(B))))))) -> true
% 55.70/55.90  Current number of equations to process: 4567
% 55.70/55.90  Current number of ordered equations: 0
% 55.70/55.90  Current number of rules: 477
% 55.70/55.90  New rule produced :
% 55.70/55.90  [479] is_a_theorem(not(not(not(not(implies(A,implies(B,A))))))) -> true
% 55.70/55.90  Current number of equations to process: 4578
% 55.70/55.90  Current number of ordered equations: 0
% 55.70/55.90  Current number of rules: 478
% 55.70/55.90  New rule produced :
% 55.70/55.90  [480] is_a_theorem(implies(A,implies(B,not(not(implies(C,B)))))) -> true
% 55.70/55.90  Current number of equations to process: 4580
% 55.70/55.90  Current number of ordered equations: 0
% 55.70/55.90  Current number of rules: 479
% 55.70/55.90  New rule produced :
% 55.70/55.90  [481] is_a_theorem(implies(not(implies(A,not(B))),B)) -> true
% 55.70/55.90  Current number of equations to process: 4580
% 55.70/55.90  Current number of ordered equations: 0
% 55.70/55.90  Current number of rules: 480
% 55.70/55.90  New rule produced :
% 55.70/55.90  [482] is_a_theorem(implies(A,not(not(implies(B,implies(C,A)))))) -> true
% 55.70/55.90  Current number of equations to process: 4582
% 55.70/55.90  Current number of ordered equations: 0
% 55.70/55.90  Current number of rules: 481
% 55.70/55.90  New rule produced :
% 55.70/55.90  [483] is_a_theorem(implies(A,not(not(implies(B,implies(C,C)))))) -> true
% 55.70/55.90  Current number of equations to process: 4585
% 55.70/55.90  Current number of ordered equations: 0
% 55.70/55.90  Current number of rules: 482
% 55.70/55.90  New rule produced :
% 55.70/55.90  [484]
% 55.70/55.90  ifeq(is_a_theorem(A),true,is_a_theorem(not(not(implies(B,A)))),true) -> true
% 55.70/55.90  Current number of equations to process: 4585
% 55.70/55.90  Current number of ordered equations: 0
% 55.70/55.90  Current number of rules: 483
% 55.70/55.90  New rule produced :
% 55.70/55.90  [485] is_a_theorem(implies(not(A),not(not(implies(B,implies(A,C)))))) -> true
% 55.70/55.90  Current number of equations to process: 4584
% 55.70/55.90  Current number of ordered equations: 0
% 55.70/55.90  Current number of rules: 484
% 55.70/55.90  New rule produced :
% 55.70/55.90  [486] is_a_theorem(not(not(implies(A,not(not(implies(B,A))))))) -> true
% 55.70/55.90  Current number of equations to process: 4595
% 55.70/55.90  Current number of ordered equations: 0
% 55.70/55.90  Current number of rules: 485
% 55.70/55.90  New rule produced :
% 55.70/55.90  [487] is_a_theorem(not(not(not(not(implies(A,implies(B,B))))))) -> true
% 55.70/55.90  Current number of equations to process: 4606
% 55.70/55.90  Current number of ordered equations: 0
% 55.70/55.90  Current number of rules: 486
% 55.70/55.90  New rule produced :
% 55.70/55.90  [488] is_a_theorem(not(not(implies(A,not(not(implies(B,B))))))) -> true
% 55.70/55.90  Current number of equations to process: 4611
% 55.70/55.90  Current number of ordered equations: 0
% 55.70/55.90  Current number of rules: 487
% 55.70/55.90  New rule produced :
% 55.70/55.90  [489] is_a_theorem(implies(A,not(not(implies(not(B),implies(B,C)))))) -> true
% 55.70/55.90  Current number of equations to process: 4617
% 55.70/55.90  Current number of ordered equations: 0
% 55.70/55.90  Current number of rules: 488
% 55.70/55.90  New rule produced :
% 55.70/55.90  [490] is_a_theorem(not(not(not(not(implies(not(A),implies(A,B))))))) -> true
% 55.70/55.90  Current number of equations to process: 4622
% 55.70/55.90  Current number of ordered equations: 0
% 55.70/55.90  Current number of rules: 489
% 57.03/57.28  New rule produced : [491] is_a_theorem(implies(not(implies(A,B)),A)) -> true
% 57.03/57.28  Current number of equations to process: 4625
% 57.03/57.28  Current number of ordered equations: 0
% 57.03/57.28  Current number of rules: 490
% 57.03/57.28  New rule produced :
% 57.03/57.28  [492] is_a_theorem(implies(A,implies(not(B),not(not(implies(B,C)))))) -> true
% 57.03/57.28  Current number of equations to process: 4629
% 57.03/57.28  Current number of ordered equations: 0
% 57.03/57.28  Current number of rules: 491
% 57.03/57.28  New rule produced :
% 57.03/57.28  [493] is_a_theorem(not(not(implies(not(A),not(not(implies(A,B))))))) -> true
% 57.03/57.28  Current number of equations to process: 4634
% 57.03/57.28  Current number of ordered equations: 0
% 57.03/57.28  Current number of rules: 492
% 57.03/57.28  New rule produced :
% 57.03/57.28  [494] is_a_theorem(implies(A,not(not(implies(not(implies(B,B)),C))))) -> true
% 57.03/57.28  Current number of equations to process: 4640
% 57.03/57.28  Current number of ordered equations: 0
% 57.03/57.28  Current number of rules: 493
% 57.03/57.28  New rule produced :
% 57.03/57.28  [495] is_a_theorem(not(not(not(not(implies(not(implies(A,A)),B)))))) -> true
% 57.03/57.28  Current number of equations to process: 4645
% 57.03/57.28  Current number of ordered equations: 0
% 57.03/57.28  Current number of rules: 494
% 57.03/57.28  New rule produced :
% 57.03/57.28  [496]
% 57.03/57.28  is_a_theorem(not(not(implies(implies(not(A),not(B)),implies(B,A))))) -> true
% 57.03/57.28  Current number of equations to process: 4648
% 57.03/57.28  Current number of ordered equations: 0
% 57.03/57.28  Current number of rules: 495
% 57.03/57.28  New rule produced :
% 57.03/57.28  [497]
% 57.03/57.28  is_a_theorem(not(not(implies(A,implies(B,implies(C,implies(X,C))))))) -> true
% 57.03/57.28  Current number of equations to process: 4647
% 57.03/57.28  Current number of ordered equations: 0
% 57.03/57.28  Current number of rules: 496
% 57.03/57.28  New rule produced :
% 57.03/57.28  [498]
% 57.03/57.28  is_a_theorem(not(not(implies(implies(implies(A,B),C),implies(B,C))))) -> true
% 57.03/57.28  Current number of equations to process: 4646
% 57.03/57.28  Current number of ordered equations: 0
% 57.03/57.28  Current number of rules: 497
% 57.03/57.28  New rule produced :
% 57.03/57.28  [499]
% 57.03/57.28  is_a_theorem(not(not(implies(A,implies(B,implies(C,implies(X,B))))))) -> true
% 57.03/57.28  Current number of equations to process: 4645
% 57.03/57.28  Current number of ordered equations: 0
% 57.03/57.28  Current number of rules: 498
% 57.03/57.28  New rule produced :
% 57.03/57.28  [500]
% 57.03/57.28  is_a_theorem(not(not(implies(A,implies(implies(A,B),implies(C,B)))))) -> true
% 57.03/57.28  Current number of equations to process: 4644
% 57.03/57.28  Current number of ordered equations: 0
% 57.03/57.28  Current number of rules: 499
% 57.03/57.28  New rule produced :
% 57.03/57.28  [501]
% 57.03/57.28  is_a_theorem(not(not(implies(A,implies(B,implies(C,implies(X,A))))))) -> true
% 57.03/57.28  Current number of equations to process: 4643
% 57.03/57.28  Current number of ordered equations: 0
% 57.03/57.28  Current number of rules: 500
% 57.03/57.28  New rule produced :
% 57.03/57.28  [502]
% 57.03/57.28  is_a_theorem(not(not(implies(A,implies(B,implies(implies(B,C),C)))))) -> true
% 57.03/57.28  Current number of equations to process: 4642
% 57.03/57.28  Current number of ordered equations: 0
% 57.03/57.28  Current number of rules: 501
% 57.03/57.28  New rule produced :
% 57.03/57.28  [503]
% 57.03/57.28  is_a_theorem(not(not(implies(implies(implies(A,implies(B,A)),C),C)))) -> true
% 57.03/57.28  Current number of equations to process: 4641
% 57.03/57.28  Current number of ordered equations: 0
% 57.03/57.28  Current number of rules: 502
% 57.03/57.28  New rule produced :
% 57.03/57.28  [504]
% 57.03/57.28  is_a_theorem(not(not(implies(A,implies(implies(implies(B,A),C),C))))) -> true
% 57.03/57.28  Current number of equations to process: 4640
% 57.03/57.28  Current number of ordered equations: 0
% 57.03/57.28  Current number of rules: 503
% 57.03/57.28  New rule produced :
% 57.03/57.28  [505]
% 57.03/57.28  is_a_theorem(not(not(implies(A,implies(B,implies(C,implies(X,X))))))) -> true
% 57.03/57.28  Current number of equations to process: 4639
% 57.03/57.28  Current number of ordered equations: 0
% 57.03/57.28  Current number of rules: 504
% 57.03/57.28  New rule produced :
% 57.03/57.28  [506]
% 57.03/57.28  is_a_theorem(not(not(implies(implies(implies(A,implies(B,B)),C),C)))) -> true
% 57.03/57.28  Current number of equations to process: 4638
% 57.03/57.28  Current number of ordered equations: 0
% 57.03/57.28  Current number of rules: 505
% 57.03/57.28  New rule produced :
% 57.03/57.28  [507]
% 57.03/57.28  is_a_theorem(not(not(implies(A,implies(implies(implies(B,B),C),C))))) -> true
% 57.03/57.28  Current number of equations to process: 4637
% 57.03/57.28  Current number of ordered equations: 0
% 57.03/57.28  Current number of rules: 506
% 57.03/57.28  New rule produced :
% 57.03/57.28  [508]
% 57.03/57.28  is_a_theorem(not(not(implies(implies(implies(A,A),B),implies(C,B))))) -> true
% 57.03/57.28  Current number of equations to process: 4636
% 57.03/57.28  Current number of ordered equations: 0
% 57.03/57.28  Current number of rules: 507
% 57.03/57.28  New rule produced :
% 57.03/57.28  [509]
% 57.03/57.28  is_a_theorem(not(not(implies(not(implies(not(A),implies(A,B))),C)))) -> true
% 57.03/57.28  Current number of equations to process: 4635
% 57.03/57.28  Current number of ordered equations: 0
% 57.03/57.28  Current number of rules: 508
% 57.03/57.28  New rule produced :
% 57.63/57.89  [510]
% 57.63/57.89  is_a_theorem(not(not(implies(not(implies(A,B)),implies(not(A),C))))) -> true
% 57.63/57.89  Current number of equations to process: 4634
% 57.63/57.89  Current number of ordered equations: 0
% 57.63/57.89  Current number of rules: 509
% 57.63/57.89  New rule produced :
% 57.63/57.89  [511]
% 57.63/57.89  is_a_theorem(not(not(implies(A,implies(not(not(B)),implies(C,B)))))) -> true
% 57.63/57.89  Current number of equations to process: 4633
% 57.63/57.89  Current number of ordered equations: 0
% 57.63/57.89  Current number of rules: 510
% 57.63/57.89  New rule produced :
% 57.63/57.89  [512]
% 57.63/57.89  is_a_theorem(not(not(implies(not(implies(not(implies(A,A)),B)),C)))) -> true
% 57.63/57.89  Current number of equations to process: 4632
% 57.63/57.89  Current number of ordered equations: 0
% 57.63/57.89  Current number of rules: 511
% 57.63/57.89  New rule produced :
% 57.63/57.89  [513]
% 57.63/57.89  is_a_theorem(not(not(implies(A,implies(B,implies(implies(A,C),C)))))) -> true
% 57.63/57.89  Current number of equations to process: 4631
% 57.63/57.89  Current number of ordered equations: 0
% 57.63/57.89  Current number of rules: 512
% 57.63/57.89  New rule produced :
% 57.63/57.89  [514]
% 57.63/57.89  is_a_theorem(not(not(implies(not(not(A)),implies(B,implies(C,A)))))) -> true
% 57.63/57.89  Current number of equations to process: 4630
% 57.63/57.89  Current number of ordered equations: 0
% 57.63/57.89  Current number of rules: 513
% 57.63/57.89  New rule produced :
% 57.63/57.89  [515]
% 57.63/57.89  is_a_theorem(not(not(implies(implies(not(A),not(implies(B,B))),A)))) -> true
% 57.63/57.89  Current number of equations to process: 4629
% 57.63/57.89  Current number of ordered equations: 0
% 57.63/57.89  Current number of rules: 514
% 57.63/57.89  New rule produced :
% 57.63/57.89  [516]
% 57.63/57.89  is_a_theorem(not(not(implies(A,implies(B,implies(not(not(C)),C)))))) -> true
% 57.63/57.89  Current number of equations to process: 4628
% 57.63/57.89  Current number of ordered equations: 0
% 57.63/57.89  Current number of rules: 515
% 57.63/57.89  New rule produced :
% 57.63/57.89  [517]
% 57.63/57.89  is_a_theorem(not(not(implies(implies(implies(not(not(A)),A),B),B)))) -> true
% 57.63/57.89  Current number of equations to process: 4627
% 57.63/57.89  Current number of ordered equations: 0
% 57.63/57.89  Current number of rules: 516
% 57.63/57.89  New rule produced :
% 57.63/57.89  [518]
% 57.63/57.89  is_a_theorem(not(not(implies(implies(A,B),implies(not(not(A)),B))))) -> true
% 57.63/57.89  Current number of equations to process: 4626
% 57.63/57.89  Current number of ordered equations: 0
% 57.63/57.89  Current number of rules: 517
% 57.63/57.89  New rule produced :
% 57.63/57.89  [519]
% 57.63/57.89  is_a_theorem(implies(A,implies(B,not(not(implies(C,implies(X,C))))))) -> true
% 57.63/57.89  Current number of equations to process: 4625
% 57.63/57.89  Current number of ordered equations: 0
% 57.63/57.89  Current number of rules: 518
% 57.63/57.89  New rule produced :
% 57.63/57.89  [520]
% 57.63/57.89  is_a_theorem(implies(implies(not(not(implies(A,implies(B,A)))),C),C)) -> true
% 57.63/57.89  Current number of equations to process: 4624
% 57.63/57.89  Current number of ordered equations: 0
% 57.63/57.89  Current number of rules: 519
% 57.63/57.89  New rule produced :
% 57.63/57.89  [521]
% 57.63/57.89  is_a_theorem(implies(A,implies(B,implies(C,not(not(implies(X,C))))))) -> true
% 57.63/57.89  Current number of equations to process: 4623
% 57.63/57.89  Current number of ordered equations: 0
% 57.63/57.89  Current number of rules: 520
% 57.63/57.89  New rule produced :
% 57.63/57.89  [522]
% 57.63/57.89  is_a_theorem(implies(implies(implies(A,not(not(implies(B,A)))),C),C)) -> true
% 57.63/57.89  Current number of equations to process: 4622
% 57.63/57.89  Current number of ordered equations: 0
% 57.63/57.89  Current number of rules: 521
% 57.63/57.89  New rule produced :
% 57.63/57.89  [523]
% 57.63/57.89  is_a_theorem(implies(implies(not(not(implies(A,B))),C),implies(B,C))) -> true
% 57.63/57.89  Current number of equations to process: 4621
% 57.63/57.89  Current number of ordered equations: 0
% 57.63/57.89  Current number of rules: 522
% 57.63/57.89  New rule produced :
% 57.63/57.89  [524]
% 57.63/57.89  is_a_theorem(implies(A,not(not(implies(B,implies(C,implies(X,C))))))) -> true
% 57.63/57.89  Current number of equations to process: 4617
% 57.63/57.89  Current number of ordered equations: 0
% 57.63/57.89  Current number of rules: 523
% 57.63/57.89  New rule produced :
% 57.63/57.89  [525]
% 57.63/57.89  is_a_theorem(implies(A,implies(B,not(not(implies(C,implies(X,X))))))) -> true
% 57.63/57.89  Current number of equations to process: 4614
% 57.63/57.89  Current number of ordered equations: 0
% 57.63/57.89  Current number of rules: 524
% 57.63/57.89  New rule produced :
% 57.63/57.89  [526]
% 57.63/57.89  is_a_theorem(implies(implies(not(not(implies(A,implies(B,B)))),C),C)) -> true
% 57.63/57.89  Current number of equations to process: 4613
% 57.63/57.89  Current number of ordered equations: 0
% 57.63/57.89  Current number of rules: 525
% 57.63/57.89  New rule produced :
% 57.63/57.89  [527]
% 57.63/57.89  ifeq(is_a_theorem(not(A)),true,is_a_theorem(not(not(implies(A,B)))),true) ->
% 57.63/57.89  true
% 57.63/57.89  Current number of equations to process: 4612
% 57.63/57.89  Current number of ordered equations: 0
% 57.63/57.89  Current number of rules: 526
% 57.63/57.89  New rule produced :
% 57.63/57.89  [528] is_a_theorem(implies(not(implies(A,not(not(A)))),B)) -> true
% 57.63/57.89  Current number of equations to process: 4623
% 57.63/57.89  Current number of ordered equations: 0
% 57.63/57.89  Current number of rules: 527
% 57.63/57.89  New rule produced :
% 61.12/61.37  [529]
% 61.12/61.37  is_a_theorem(not(not(implies(A,implies(B,implies(C,not(not(C)))))))) -> true
% 61.12/61.37  Current number of equations to process: 4622
% 61.12/61.37  Current number of ordered equations: 0
% 61.12/61.37  Current number of rules: 528
% 61.12/61.37  New rule produced :
% 61.12/61.37  [530] is_a_theorem(implies(A,implies(B,not(not(A))))) -> true
% 61.12/61.37  Current number of equations to process: 4631
% 61.12/61.37  Current number of ordered equations: 0
% 61.12/61.37  Current number of rules: 529
% 61.12/61.37  New rule produced : [531] is_a_theorem(implies(A,implies(not(A),B))) -> true
% 61.12/61.37  Rule [432] is_a_theorem(implies(not(A),implies(not(not(A)),B))) -> true
% 61.12/61.37  collapsed.
% 61.12/61.37  Current number of equations to process: 4636
% 61.12/61.37  Current number of ordered equations: 0
% 61.12/61.37  Current number of rules: 529
% 61.12/61.37  New rule produced :
% 61.12/61.37  [532]
% 61.12/61.37  is_a_theorem(not(not(implies(implies(implies(A,not(not(A))),B),B)))) -> true
% 61.12/61.37  Current number of equations to process: 4635
% 61.12/61.37  Current number of ordered equations: 0
% 61.12/61.37  Current number of rules: 530
% 61.12/61.37  New rule produced :
% 61.12/61.37  [533]
% 61.12/61.37  is_a_theorem(implies(A,implies(implies(not(not(B)),C),implies(B,C)))) -> true
% 61.12/61.37  Current number of equations to process: 4634
% 61.12/61.37  Current number of ordered equations: 0
% 61.12/61.37  Current number of rules: 531
% 61.12/61.37  New rule produced :
% 61.12/61.37  [534] is_a_theorem(implies(A,implies(B,implies(C,not(not(A)))))) -> true
% 61.12/61.37  Current number of equations to process: 4636
% 61.12/61.37  Current number of ordered equations: 0
% 61.12/61.37  Current number of rules: 532
% 61.12/61.37  New rule produced :
% 61.12/61.37  [535] is_a_theorem(implies(A,implies(implies(not(not(A)),B),B))) -> true
% 61.12/61.37  Current number of equations to process: 4636
% 61.12/61.37  Current number of ordered equations: 0
% 61.12/61.37  Current number of rules: 533
% 61.12/61.37  New rule produced :
% 61.12/61.37  [536] is_a_theorem(implies(A,implies(B,implies(C,not(not(B)))))) -> true
% 61.12/61.37  Current number of equations to process: 4636
% 61.12/61.37  Current number of ordered equations: 0
% 61.12/61.37  Current number of rules: 534
% 61.12/61.37  New rule produced :
% 61.12/61.37  [537]
% 61.12/61.37  is_a_theorem(not(not(implies(implies(not(not(A)),B),implies(A,B))))) -> true
% 61.12/61.37  Current number of equations to process: 4647
% 61.12/61.37  Current number of ordered equations: 0
% 61.12/61.37  Current number of rules: 535
% 61.12/61.37  New rule produced :
% 61.12/61.37  [538]
% 61.12/61.37  is_a_theorem(not(not(not(not(implies(A,implies(B,implies(C,B)))))))) -> true
% 61.12/61.37  Current number of equations to process: 4661
% 61.12/61.37  Current number of ordered equations: 0
% 61.12/61.37  Current number of rules: 536
% 61.12/61.37  New rule produced :
% 61.12/61.37  [539]
% 61.12/61.37  is_a_theorem(implies(A,not(not(implies(B,implies(C,implies(X,B))))))) -> true
% 61.12/61.37  Current number of equations to process: 4660
% 61.12/61.37  Current number of ordered equations: 0
% 61.12/61.37  Current number of rules: 537
% 61.12/61.37  New rule produced :
% 61.12/61.37  [540]
% 61.12/61.37  is_a_theorem(not(not(not(not(implies(A,implies(B,implies(C,A)))))))) -> true
% 61.12/61.37  Current number of equations to process: 4674
% 61.12/61.37  Current number of ordered equations: 0
% 61.12/61.37  Current number of rules: 538
% 61.12/61.37  New rule produced :
% 61.12/61.37  [541]
% 61.12/61.37  is_a_theorem(implies(A,not(not(implies(B,implies(implies(B,C),C)))))) -> true
% 61.12/61.37  Current number of equations to process: 4673
% 61.12/61.37  Current number of ordered equations: 0
% 61.12/61.37  Current number of rules: 539
% 61.12/61.37  New rule produced :
% 61.12/61.37  [542]
% 61.12/61.37  is_a_theorem(not(not(not(not(implies(A,implies(implies(A,B),B))))))) -> true
% 61.12/61.37  Current number of equations to process: 4684
% 61.12/61.37  Current number of ordered equations: 0
% 61.12/61.37  Current number of rules: 540
% 61.12/61.37  New rule produced :
% 61.12/61.37  [543]
% 61.12/61.37  is_a_theorem(not(not(implies(A,not(not(implies(B,implies(C,B)))))))) -> true
% 61.12/61.37  Current number of equations to process: 4698
% 61.12/61.37  Current number of ordered equations: 0
% 61.12/61.37  Current number of rules: 541
% 61.12/61.37  New rule produced :
% 61.12/61.37  [544]
% 61.12/61.37  is_a_theorem(implies(A,not(not(implies(B,implies(C,implies(X,X))))))) -> true
% 61.12/61.37  Current number of equations to process: 4697
% 61.12/61.37  Current number of ordered equations: 0
% 61.12/61.37  Current number of rules: 542
% 61.12/61.37  New rule produced :
% 61.12/61.37  [545]
% 61.12/61.37  is_a_theorem(not(not(not(not(implies(A,implies(B,implies(C,C)))))))) -> true
% 61.12/61.37  Current number of equations to process: 4711
% 61.12/61.37  Current number of ordered equations: 0
% 61.12/61.37  Current number of rules: 543
% 61.12/61.37  New rule produced :
% 61.12/61.37  [546]
% 61.12/61.37  is_a_theorem(implies(A,not(not(implies(implies(implies(B,B),C),C))))) -> true
% 61.12/61.37  Current number of equations to process: 4710
% 61.12/61.37  Current number of ordered equations: 0
% 61.12/61.37  Current number of rules: 544
% 61.12/61.37  New rule produced :
% 61.12/61.37  [547]
% 61.12/61.37  is_a_theorem(not(not(not(not(implies(implies(implies(A,A),B),B)))))) -> true
% 61.12/61.37  Current number of equations to process: 4715
% 61.12/61.37  Current number of ordered equations: 0
% 61.12/61.37  Current number of rules: 545
% 61.59/61.84  New rule produced :
% 61.59/61.84  [548]
% 61.59/61.84  is_a_theorem(not(not(implies(A,implies(B,implies(not(C),implies(C,X))))))) ->
% 61.59/61.84  true
% 61.59/61.84  Current number of equations to process: 4722
% 61.59/61.84  Current number of ordered equations: 0
% 61.59/61.84  Current number of rules: 546
% 61.59/61.84  New rule produced :
% 61.59/61.84  [549]
% 61.59/61.84  is_a_theorem(not(not(implies(implies(implies(not(A),implies(A,B)),C),C)))) ->
% 61.59/61.84  true
% 61.59/61.84  Current number of equations to process: 4721
% 61.59/61.84  Current number of ordered equations: 0
% 61.59/61.84  Current number of rules: 547
% 61.59/61.84  New rule produced :
% 61.59/61.84  [550]
% 61.59/61.84  is_a_theorem(not(not(implies(implies(implies(A,B),C),implies(not(A),C))))) ->
% 61.59/61.84  true
% 61.59/61.84  Current number of equations to process: 4720
% 61.59/61.84  Current number of ordered equations: 0
% 61.59/61.84  Current number of rules: 548
% 61.59/61.84  New rule produced :
% 61.59/61.84  [551]
% 61.59/61.84  is_a_theorem(not(not(implies(A,implies(not(B),implies(C,implies(B,X))))))) ->
% 61.59/61.84  true
% 61.59/61.84  Current number of equations to process: 4719
% 61.59/61.84  Current number of ordered equations: 0
% 61.59/61.84  Current number of rules: 549
% 61.59/61.84  New rule produced :
% 61.59/61.84  [552]
% 61.59/61.84  is_a_theorem(not(not(implies(not(implies(A,B)),implies(implies(B,A),A))))) ->
% 61.59/61.84  true
% 61.59/61.84  Current number of equations to process: 4718
% 61.59/61.84  Current number of ordered equations: 0
% 61.59/61.84  Current number of rules: 550
% 61.59/61.84  New rule produced :
% 61.59/61.84  [553]
% 61.59/61.84  is_a_theorem(not(not(implies(not(A),implies(B,implies(C,implies(A,X))))))) ->
% 61.59/61.84  true
% 61.59/61.84  Current number of equations to process: 4717
% 61.59/61.84  Current number of ordered equations: 0
% 61.59/61.84  Current number of rules: 551
% 61.59/61.84  New rule produced :
% 61.59/61.84  [554]
% 61.59/61.84  is_a_theorem(not(not(implies(not(A),implies(implies(implies(A,B),C),C))))) ->
% 61.59/61.84  true
% 61.59/61.84  Current number of equations to process: 4716
% 61.59/61.84  Current number of ordered equations: 0
% 61.59/61.84  Current number of rules: 552
% 61.59/61.84  New rule produced :
% 61.59/61.84  [555]
% 61.59/61.84  is_a_theorem(not(not(implies(not(implies(A,implies(B,implies(C,B)))),X)))) ->
% 61.59/61.84  true
% 61.59/61.84  Current number of equations to process: 4715
% 61.59/61.84  Current number of ordered equations: 0
% 61.59/61.84  Current number of rules: 553
% 61.59/61.84  New rule produced :
% 61.59/61.84  [556]
% 61.59/61.84  is_a_theorem(not(not(implies(not(implies(A,implies(B,implies(C,A)))),X)))) ->
% 61.59/61.84  true
% 61.59/61.84  Current number of equations to process: 4714
% 61.59/61.84  Current number of ordered equations: 0
% 61.59/61.84  Current number of rules: 554
% 61.59/61.84  New rule produced :
% 61.59/61.84  [557]
% 61.59/61.84  is_a_theorem(not(not(implies(not(implies(A,implies(implies(A,B),B))),C)))) ->
% 61.59/61.84  true
% 61.59/61.84  Current number of equations to process: 4713
% 61.59/61.84  Current number of ordered equations: 0
% 61.59/61.84  Current number of rules: 555
% 61.59/61.84  New rule produced :
% 61.59/61.84  [558]
% 61.59/61.84  is_a_theorem(not(not(implies(not(implies(A,implies(B,implies(C,C)))),X)))) ->
% 61.59/61.84  true
% 61.59/61.84  Current number of equations to process: 4712
% 61.59/61.84  Current number of ordered equations: 0
% 61.59/61.84  Current number of rules: 556
% 61.59/61.84  New rule produced :
% 61.59/61.84  [559]
% 61.59/61.84  is_a_theorem(not(not(implies(not(implies(implies(implies(A,A),B),B)),C)))) ->
% 61.59/61.84  true
% 61.59/61.84  Current number of equations to process: 4711
% 61.59/61.84  Current number of ordered equations: 0
% 61.59/61.84  Current number of rules: 557
% 61.59/61.84  New rule produced :
% 61.59/61.84  [560]
% 61.59/61.84  is_a_theorem(not(not(implies(A,implies(not(implies(B,C)),implies(C,X)))))) ->
% 61.59/61.84  true
% 61.59/61.84  Current number of equations to process: 4710
% 61.59/61.84  Current number of ordered equations: 0
% 61.59/61.84  Current number of rules: 558
% 61.59/61.84  New rule produced :
% 61.59/61.84  [561]
% 61.59/61.84  is_a_theorem(not(not(implies(A,implies(not(implies(B,implies(C,B))),X))))) ->
% 61.59/61.84  true
% 61.59/61.84  Current number of equations to process: 4709
% 61.59/61.84  Current number of ordered equations: 0
% 61.59/61.84  Current number of rules: 559
% 61.59/61.84  New rule produced :
% 61.59/61.84  [562]
% 61.59/61.84  is_a_theorem(not(not(implies(A,implies(B,implies(not(implies(C,C)),X)))))) ->
% 61.59/61.84  true
% 61.59/61.84  Current number of equations to process: 4708
% 61.59/61.84  Current number of ordered equations: 0
% 61.59/61.84  Current number of rules: 560
% 61.59/61.84  New rule produced :
% 61.59/61.84  [563]
% 61.59/61.84  is_a_theorem(not(not(implies(implies(implies(not(implies(A,A)),B),C),C)))) ->
% 61.59/61.84  true
% 61.59/61.84  Current number of equations to process: 4707
% 61.59/61.84  Current number of ordered equations: 0
% 61.59/61.84  Current number of rules: 561
% 61.59/61.84  New rule produced :
% 61.59/61.84  [564]
% 61.59/61.84  is_a_theorem(not(not(implies(A,implies(not(implies(B,implies(C,C))),X))))) ->
% 61.59/61.84  true
% 61.59/61.84  Current number of equations to process: 4706
% 61.59/61.84  Current number of ordered equations: 0
% 61.59/61.84  Current number of rules: 562
% 61.59/61.84  New rule produced :
% 61.59/61.84  [565]
% 61.59/61.84  is_a_theorem(not(not(implies(not(implies(not(not(A)),implies(B,A))),C)))) ->
% 61.59/61.84  true
% 61.59/61.84  Current number of equations to process: 4705
% 61.59/61.84  Current number of ordered equations: 0
% 61.59/61.84  Current number of rules: 563
% 61.59/61.84  New rule produced :
% 61.59/61.84  [566]
% 61.59/61.84  is_a_theorem(not(not(implies(not(implies(A,implies(B,C))),implies(C,X))))) ->
% 63.69/63.90  true
% 63.69/63.90  Current number of equations to process: 4704
% 63.69/63.90  Current number of ordered equations: 0
% 63.69/63.90  Current number of rules: 564
% 63.69/63.90  New rule produced :
% 63.69/63.90  [567]
% 63.69/63.90  is_a_theorem(not(not(implies(not(implies(implies(A,B),B)),implies(A,C))))) ->
% 63.69/63.90  true
% 63.69/63.90  Current number of equations to process: 4703
% 63.69/63.90  Current number of ordered equations: 0
% 63.69/63.90  Current number of rules: 565
% 63.69/63.90  New rule produced :
% 63.69/63.90  [568]
% 63.69/63.90  is_a_theorem(not(not(implies(implies(implies(A,A),not(B)),implies(B,C))))) ->
% 63.69/63.90  true
% 63.69/63.90  Current number of equations to process: 4702
% 63.69/63.90  Current number of ordered equations: 0
% 63.69/63.90  Current number of rules: 566
% 63.69/63.90  New rule produced :
% 63.69/63.90  [569]
% 63.69/63.90  is_a_theorem(not(not(implies(not(A),implies(implies(implies(B,B),A),C))))) ->
% 63.69/63.90  true
% 63.69/63.90  Current number of equations to process: 4701
% 63.69/63.90  Current number of ordered equations: 0
% 63.69/63.90  Current number of rules: 567
% 63.69/63.90  New rule produced :
% 63.69/63.90  [570]
% 63.69/63.90  is_a_theorem(not(not(implies(implies(implies(A,A),not(implies(B,B))),C)))) ->
% 63.69/63.90  true
% 63.69/63.90  Current number of equations to process: 4700
% 63.69/63.90  Current number of ordered equations: 0
% 63.69/63.90  Current number of rules: 568
% 63.69/63.90  New rule produced :
% 63.69/63.90  [571]
% 63.69/63.90  is_a_theorem(not(not(implies(not(implies(A,B)),implies(not(not(B)),C))))) ->
% 63.69/63.90  true
% 63.69/63.90  Current number of equations to process: 4699
% 63.69/63.90  Current number of ordered equations: 0
% 63.69/63.90  Current number of rules: 569
% 63.69/63.90  New rule produced :
% 63.69/63.90  [572]
% 63.69/63.90  is_a_theorem(not(not(implies(not(implies(A,B)),implies(C,implies(B,X)))))) ->
% 63.69/63.90  true
% 63.69/63.90  Current number of equations to process: 4698
% 63.69/63.90  Current number of ordered equations: 0
% 63.69/63.90  Current number of rules: 570
% 63.69/63.90  New rule produced :
% 63.69/63.90  [573]
% 63.69/63.90  is_a_theorem(implies(implies(implies(A,A),not(implies(B,implies(C,B)))),X))
% 63.69/63.90  -> true
% 63.69/63.90  Current number of equations to process: 4697
% 63.69/63.90  Current number of ordered equations: 0
% 63.69/63.90  Current number of rules: 571
% 63.69/63.90  New rule produced :
% 63.69/63.90  [574]
% 63.69/63.90  is_a_theorem(implies(implies(implies(A,A),not(implies(B,implies(C,C)))),X))
% 63.69/63.90  -> true
% 63.69/63.90  Current number of equations to process: 4696
% 63.69/63.90  Current number of ordered equations: 0
% 63.69/63.90  Current number of rules: 572
% 63.69/63.90  New rule produced :
% 63.69/63.90  [575]
% 63.69/63.90  is_a_theorem(implies(A,implies(B,not(not(implies(not(C),implies(C,X))))))) ->
% 63.69/63.90  true
% 63.69/63.90  Current number of equations to process: 4695
% 63.69/63.90  Current number of ordered equations: 0
% 63.69/63.90  Current number of rules: 573
% 63.69/63.90  New rule produced :
% 63.69/63.90  [576]
% 63.69/63.90  is_a_theorem(implies(implies(not(not(implies(not(A),implies(A,B)))),C),C)) ->
% 63.69/63.90  true
% 63.69/63.90  Current number of equations to process: 4694
% 63.69/63.90  Current number of ordered equations: 0
% 63.69/63.90  Current number of rules: 574
% 63.69/63.90  New rule produced :
% 63.69/63.90  [577]
% 63.69/63.90  is_a_theorem(implies(A,implies(B,implies(not(C),not(not(implies(C,X))))))) ->
% 63.69/63.90  true
% 63.69/63.90  Current number of equations to process: 4693
% 63.69/63.90  Current number of ordered equations: 0
% 63.69/63.90  Current number of rules: 575
% 63.69/63.90  New rule produced :
% 63.69/63.90  [578]
% 63.69/63.90  is_a_theorem(implies(implies(implies(not(A),not(not(implies(A,B)))),C),C)) ->
% 63.69/63.90  true
% 63.69/63.90  Current number of equations to process: 4692
% 63.69/63.90  Current number of ordered equations: 0
% 63.69/63.90  Current number of rules: 576
% 63.69/63.90  New rule produced :
% 63.69/63.90  [579]
% 63.69/63.90  is_a_theorem(implies(implies(not(not(implies(A,B))),C),implies(not(A),C))) ->
% 63.69/63.90  true
% 63.69/63.90  Current number of equations to process: 4691
% 63.69/63.90  Current number of ordered equations: 0
% 63.69/63.90  Current number of rules: 577
% 63.69/63.90  New rule produced :
% 63.69/63.90  [580]
% 63.69/63.90  is_a_theorem(implies(A,implies(B,not(not(implies(not(implies(C,C)),X)))))) ->
% 63.69/63.90  true
% 63.69/63.90  Current number of equations to process: 4690
% 63.69/63.90  Current number of ordered equations: 0
% 63.69/63.90  Current number of rules: 578
% 63.69/63.90  New rule produced :
% 63.69/63.90  [581]
% 63.69/63.90  is_a_theorem(implies(implies(not(not(implies(not(implies(A,A)),B))),C),C)) ->
% 63.69/63.90  true
% 63.69/63.90  Current number of equations to process: 4689
% 63.69/63.90  Current number of ordered equations: 0
% 63.69/63.90  Current number of rules: 579
% 63.69/63.90  New rule produced :
% 63.69/63.90  [582]
% 63.69/63.90  ifeq(is_a_theorem(implies(not(not(A)),B)),true,is_a_theorem(implies(A,B)),true)
% 63.69/63.90  -> true
% 63.69/63.90  Current number of equations to process: 4688
% 63.69/63.90  Current number of ordered equations: 0
% 63.69/63.90  Current number of rules: 580
% 63.69/63.90  New rule produced :
% 63.69/63.90  [583] is_a_theorem(implies(not(implies(A,implies(B,not(not(B))))),C)) -> true
% 63.69/63.90  Current number of equations to process: 4714
% 63.69/63.90  Current number of ordered equations: 0
% 63.69/63.90  Current number of rules: 581
% 63.69/63.90  New rule produced :
% 63.69/63.90  [584] is_a_theorem(implies(A,implies(not(implies(not(not(B)),B)),C))) -> true
% 63.69/63.90  Current number of equations to process: 4741
% 63.69/63.90  Current number of ordered equations: 0
% 63.69/63.90  Current number of rules: 582
% 66.65/66.84  New rule produced :
% 66.65/66.84  [585] is_a_theorem(not(not(implies(not(implies(not(not(A)),A)),B)))) -> true
% 66.65/66.84  Current number of equations to process: 4745
% 66.65/66.84  Current number of ordered equations: 0
% 66.65/66.84  Current number of rules: 583
% 66.65/66.84  New rule produced :
% 66.65/66.84  [586] is_a_theorem(implies(A,implies(not(not(not(B))),implies(B,C)))) -> true
% 66.65/66.84  Current number of equations to process: 4752
% 66.65/66.84  Current number of ordered equations: 0
% 66.65/66.84  Current number of rules: 584
% 66.65/66.84  New rule produced :
% 66.65/66.84  [587] is_a_theorem(not(not(implies(not(not(not(A))),implies(A,B))))) -> true
% 66.65/66.84  Current number of equations to process: 4757
% 66.65/66.84  Current number of ordered equations: 0
% 66.65/66.84  Current number of rules: 585
% 66.65/66.84  New rule produced :
% 66.65/66.84  [588] is_a_theorem(implies(A,implies(not(not(not(implies(B,B)))),C))) -> true
% 66.65/66.84  Current number of equations to process: 4764
% 66.65/66.84  Current number of ordered equations: 0
% 66.65/66.84  Current number of rules: 586
% 66.65/66.84  New rule produced :
% 66.65/66.84  [589] is_a_theorem(not(not(implies(not(not(not(implies(A,A)))),B)))) -> true
% 66.65/66.84  Current number of equations to process: 4768
% 66.65/66.84  Current number of ordered equations: 0
% 66.65/66.84  Current number of rules: 587
% 66.65/66.84  New rule produced :
% 66.65/66.84  [590]
% 66.65/66.84  ifeq(is_a_theorem(not(implies(not(not(A)),A))),true,is_a_theorem(B),true) ->
% 66.65/66.84  true
% 66.65/66.84  Current number of equations to process: 4767
% 66.65/66.84  Current number of ordered equations: 0
% 66.65/66.84  Current number of rules: 588
% 66.65/66.84  New rule produced :
% 66.65/66.84  [591]
% 66.65/66.84  ifeq(is_a_theorem(not(not(not(A)))),true,is_a_theorem(implies(A,B)),true) ->
% 66.65/66.84  true
% 66.65/66.84  Current number of equations to process: 4766
% 66.65/66.84  Current number of ordered equations: 0
% 66.65/66.84  Current number of rules: 589
% 66.65/66.84  New rule produced :
% 66.65/66.84  [592]
% 66.65/66.84  ifeq(is_a_theorem(not(not(not(implies(A,A))))),true,is_a_theorem(B),true) ->
% 66.65/66.84  true
% 66.65/66.84  Current number of equations to process: 4765
% 66.65/66.84  Current number of ordered equations: 0
% 66.65/66.84  Current number of rules: 590
% 66.65/66.84  New rule produced :
% 66.65/66.84  [593]
% 66.65/66.84  is_a_theorem(implies(A,implies(B,implies(not(implies(not(not(C)),C)),X)))) ->
% 66.65/66.84  true
% 66.65/66.84  Current number of equations to process: 4770
% 66.65/66.84  Current number of ordered equations: 0
% 66.65/66.84  Current number of rules: 591
% 66.65/66.84  New rule produced :
% 66.65/66.84  [594]
% 66.65/66.84  is_a_theorem(implies(implies(implies(not(implies(not(not(A)),A)),B),C),C)) ->
% 66.65/66.84  true
% 66.65/66.84  Current number of equations to process: 4769
% 66.65/66.84  Current number of ordered equations: 0
% 66.65/66.84  Current number of rules: 592
% 66.65/66.84  New rule produced :
% 66.65/66.84  [595]
% 66.65/66.84  is_a_theorem(implies(A,implies(B,implies(not(not(not(C))),implies(C,X))))) ->
% 66.65/66.84  true
% 66.65/66.84  Current number of equations to process: 4768
% 66.65/66.84  Current number of ordered equations: 0
% 66.65/66.84  Current number of rules: 593
% 66.65/66.84  New rule produced :
% 66.65/66.84  [596]
% 66.65/66.84  is_a_theorem(implies(implies(implies(not(not(not(A))),implies(A,B)),C),C)) ->
% 66.65/66.84  true
% 66.65/66.84  Current number of equations to process: 4767
% 66.65/66.84  Current number of ordered equations: 0
% 66.65/66.84  Current number of rules: 594
% 66.65/66.84  New rule produced :
% 66.65/66.84  [597]
% 66.65/66.84  is_a_theorem(implies(implies(implies(A,B),C),implies(not(not(not(A))),C))) ->
% 66.65/66.84  true
% 66.65/66.84  Current number of equations to process: 4766
% 66.65/66.84  Current number of ordered equations: 0
% 66.65/66.84  Current number of rules: 595
% 66.65/66.84  New rule produced :
% 66.65/66.84  [598]
% 66.65/66.84  is_a_theorem(implies(A,implies(B,implies(not(not(not(implies(C,C)))),X)))) ->
% 66.65/66.84  true
% 66.65/66.84  Current number of equations to process: 4765
% 66.65/66.84  Current number of ordered equations: 0
% 66.65/66.84  Current number of rules: 596
% 66.65/66.84  New rule produced :
% 66.65/66.84  [599]
% 66.65/66.84  is_a_theorem(implies(implies(implies(not(not(not(implies(A,A)))),B),C),C)) ->
% 66.65/66.84  true
% 66.65/66.84  Current number of equations to process: 4764
% 66.65/66.84  Current number of ordered equations: 0
% 66.65/66.84  Current number of rules: 597
% 66.65/66.84  New rule produced :
% 66.65/66.84  [600]
% 66.65/66.84  is_a_theorem(implies(A,implies(not(not(B)),implies(implies(B,C),C)))) -> true
% 66.65/66.84  Current number of equations to process: 4777
% 66.65/66.84  Current number of ordered equations: 0
% 66.65/66.84  Current number of rules: 598
% 66.65/66.84  New rule produced :
% 66.65/66.84  [601] is_a_theorem(implies(A,not(implies(implies(B,B),not(A))))) -> true
% 66.65/66.84  Current number of equations to process: 4786
% 66.65/66.84  Current number of ordered equations: 0
% 66.65/66.84  Current number of rules: 599
% 66.65/66.84  New rule produced :
% 66.65/66.84  [602]
% 66.65/66.84  is_a_theorem(not(not(implies(not(not(A)),implies(implies(A,B),B))))) -> true
% 66.65/66.84  Current number of equations to process: 4790
% 66.65/66.84  Current number of ordered equations: 0
% 66.65/66.84  Current number of rules: 600
% 66.65/66.84  New rule produced :
% 66.65/66.84  [603]
% 66.65/66.84  is_a_theorem(implies(A,implies(not(not(implies(implies(B,B),C))),C))) -> true
% 66.65/66.84  Current number of equations to process: 4789
% 66.65/66.84  Current number of ordered equations: 0
% 67.82/68.00  Current number of rules: 601
% 67.82/68.00  New rule produced :
% 67.82/68.00  [604] is_a_theorem(not(implies(implies(A,A),not(implies(B,B))))) -> true
% 67.82/68.00  Current number of equations to process: 4794
% 67.82/68.00  Current number of ordered equations: 0
% 67.82/68.00  Current number of rules: 602
% 67.82/68.00  New rule produced :
% 67.82/68.00  [605]
% 67.82/68.00  is_a_theorem(not(not(implies(not(not(implies(implies(A,A),B))),B)))) -> true
% 67.82/68.00  Current number of equations to process: 4794
% 67.82/68.00  Current number of ordered equations: 0
% 67.82/68.00  Current number of rules: 603
% 67.82/68.00  New rule produced :
% 67.82/68.00  [606]
% 67.82/68.00  ifeq(is_a_theorem(not(not(A))),true,is_a_theorem(implies(implies(A,B),B)),true)
% 67.82/68.00  -> true
% 67.82/68.00  Current number of equations to process: 4793
% 67.82/68.00  Current number of ordered equations: 0
% 67.82/68.00  Current number of rules: 604
% 67.82/68.00  New rule produced :
% 67.82/68.00  [607]
% 67.82/68.00  ifeq(is_a_theorem(not(not(implies(implies(A,A),B)))),true,is_a_theorem(B),true)
% 67.82/68.00  -> true
% 67.82/68.00  Current number of equations to process: 4792
% 67.82/68.00  Current number of ordered equations: 0
% 67.82/68.00  Current number of rules: 605
% 67.82/68.00  New rule produced :
% 67.82/68.00  [608]
% 67.82/68.00  is_a_theorem(implies(A,not(not(implies(not(not(B)),implies(C,B)))))) -> true
% 67.82/68.00  Current number of equations to process: 4795
% 67.82/68.00  Current number of ordered equations: 0
% 67.82/68.00  Current number of rules: 606
% 67.82/68.00  New rule produced :
% 67.82/68.00  [609]
% 67.82/68.00  is_a_theorem(implies(implies(not(A),not(B)),not(not(implies(B,A))))) -> true
% 67.82/68.00  Current number of equations to process: 4795
% 67.82/68.00  Current number of ordered equations: 0
% 67.82/68.00  Current number of rules: 607
% 67.82/68.00  New rule produced :
% 67.82/68.00  [610] is_a_theorem(implies(A,not(not(implies(implies(A,B),B))))) -> true
% 67.82/68.00  Current number of equations to process: 4795
% 67.82/68.00  Current number of ordered equations: 0
% 67.82/68.00  Current number of rules: 608
% 67.82/68.00  New rule produced :
% 67.82/68.00  [611] is_a_theorem(implies(implies(implies(A,A),B),not(not(B)))) -> true
% 67.82/68.00  Current number of equations to process: 4795
% 67.82/68.00  Current number of ordered equations: 0
% 67.82/68.00  Current number of rules: 609
% 67.82/68.00  New rule produced :
% 67.82/68.00  [612]
% 67.82/68.00  is_a_theorem(implies(implies(implies(A,B),C),not(not(implies(B,C))))) -> true
% 67.82/68.00  Current number of equations to process: 4795
% 67.82/68.00  Current number of ordered equations: 0
% 67.82/68.00  Current number of rules: 610
% 67.82/68.00  New rule produced :
% 67.82/68.00  [613]
% 67.82/68.00  is_a_theorem(implies(A,not(not(implies(implies(A,B),implies(C,B)))))) -> true
% 67.82/68.00  Current number of equations to process: 4795
% 67.82/68.00  Current number of ordered equations: 0
% 67.82/68.00  Current number of rules: 611
% 67.82/68.00  New rule produced :
% 67.82/68.00  [614]
% 67.82/68.00  is_a_theorem(implies(A,not(not(implies(B,implies(C,implies(X,A))))))) -> true
% 67.82/68.00  Current number of equations to process: 4795
% 67.82/68.00  Current number of ordered equations: 0
% 67.82/68.00  Current number of rules: 612
% 67.82/68.00  New rule produced :
% 67.82/68.00  [615]
% 67.82/68.00  is_a_theorem(implies(implies(implies(A,implies(B,A)),C),not(not(C)))) -> true
% 67.82/68.00  Current number of equations to process: 4795
% 67.82/68.00  Current number of ordered equations: 0
% 67.82/68.00  Current number of rules: 613
% 67.82/68.00  New rule produced :
% 67.82/68.00  [616]
% 67.82/68.00  is_a_theorem(implies(A,not(not(implies(implies(implies(B,A),C),C))))) -> true
% 67.82/68.00  Current number of equations to process: 4795
% 67.82/68.00  Current number of ordered equations: 0
% 67.82/68.00  Current number of rules: 614
% 67.82/68.00  New rule produced :
% 67.82/68.00  [617]
% 67.82/68.00  is_a_theorem(implies(implies(implies(A,implies(B,B)),C),not(not(C)))) -> true
% 67.82/68.00  Current number of equations to process: 4795
% 67.82/68.00  Current number of ordered equations: 0
% 67.82/68.00  Current number of rules: 615
% 67.82/68.00  New rule produced :
% 67.82/68.00  [618]
% 67.82/68.00  is_a_theorem(implies(implies(implies(A,A),B),not(not(implies(C,B))))) -> true
% 67.82/68.00  Current number of equations to process: 4795
% 67.82/68.00  Current number of ordered equations: 0
% 67.82/68.00  Current number of rules: 616
% 67.82/68.00  New rule produced :
% 67.82/68.00  [619] is_a_theorem(implies(not(not(A)),not(not(implies(B,A))))) -> true
% 67.82/68.00  Current number of equations to process: 4795
% 67.82/68.00  Current number of ordered equations: 0
% 67.82/68.00  Current number of rules: 617
% 67.82/68.00  New rule produced :
% 67.82/68.00  [620] is_a_theorem(implies(not(implies(A,B)),not(not(implies(B,C))))) -> true
% 67.82/68.00  Current number of equations to process: 4795
% 67.82/68.00  Current number of ordered equations: 0
% 67.82/68.00  Current number of rules: 618
% 67.82/68.00  New rule produced :
% 67.82/68.00  [621]
% 67.82/68.00  is_a_theorem(implies(not(implies(A,B)),not(not(implies(not(A),C))))) -> true
% 67.82/68.00  Current number of equations to process: 4795
% 67.82/68.00  Current number of ordered equations: 0
% 67.82/68.00  Current number of rules: 619
% 67.82/68.00  New rule produced :
% 67.82/68.00  [622]
% 67.82/68.00  is_a_theorem(implies(A,not(not(implies(B,implies(implies(A,C),C)))))) -> true
% 67.82/68.00  Current number of equations to process: 4797
% 67.82/68.00  Current number of ordered equations: 0
% 68.71/68.92  Current number of rules: 620
% 68.71/68.92  New rule produced :
% 68.71/68.92  [623]
% 68.71/68.92  is_a_theorem(implies(not(not(A)),not(not(implies(B,implies(C,A)))))) -> true
% 68.71/68.92  Current number of equations to process: 4799
% 68.71/68.92  Current number of ordered equations: 0
% 68.71/68.92  Current number of rules: 621
% 68.71/68.92  New rule produced :
% 68.71/68.92  [624]
% 68.71/68.92  is_a_theorem(implies(implies(not(A),not(implies(B,B))),not(not(A)))) -> true
% 68.71/68.92  Current number of equations to process: 4807
% 68.71/68.92  Current number of ordered equations: 0
% 68.71/68.92  Current number of rules: 622
% 68.71/68.92  New rule produced :
% 68.71/68.92  [625] is_a_theorem(implies(A,not(not(implies(not(not(B)),B))))) -> true
% 68.71/68.92  Current number of equations to process: 4807
% 68.71/68.92  Current number of ordered equations: 0
% 68.71/68.92  Current number of rules: 623
% 68.71/68.92  New rule produced :
% 68.71/68.92  [626]
% 68.71/68.92  is_a_theorem(implies(A,not(not(implies(B,implies(not(not(C)),C)))))) -> true
% 68.71/68.92  Current number of equations to process: 4807
% 68.71/68.92  Current number of ordered equations: 0
% 68.71/68.92  Current number of rules: 624
% 68.71/68.92  New rule produced :
% 68.71/68.92  [627] is_a_theorem(implies(A,not(not(not(not(A)))))) -> true
% 68.71/68.92  Current number of equations to process: 4807
% 68.71/68.92  Current number of ordered equations: 0
% 68.71/68.92  Current number of rules: 625
% 68.71/68.92  New rule produced :
% 68.71/68.92  [628] is_a_theorem(implies(A,not(not(implies(B,not(not(B))))))) -> true
% 68.71/68.92  Current number of equations to process: 4807
% 68.71/68.92  Current number of ordered equations: 0
% 68.71/68.92  Current number of rules: 626
% 68.71/68.92  New rule produced :
% 68.71/68.92  [629]
% 68.71/68.92  is_a_theorem(implies(not(not(implies(not(A),not(B)))),implies(B,A))) -> true
% 68.71/68.92  Current number of equations to process: 4807
% 68.71/68.92  Current number of ordered equations: 0
% 68.71/68.92  Current number of rules: 627
% 68.71/68.92  New rule produced :
% 68.71/68.92  [630]
% 68.71/68.92  is_a_theorem(implies(not(not(implies(implies(A,B),C))),implies(B,C))) -> true
% 68.71/68.92  Current number of equations to process: 4809
% 68.71/68.92  Current number of ordered equations: 0
% 68.71/68.92  Current number of rules: 628
% 68.71/68.92  New rule produced :
% 68.71/68.92  [631]
% 68.71/68.92  is_a_theorem(implies(not(not(A)),implies(implies(A,B),implies(C,B)))) -> true
% 68.71/68.92  Current number of equations to process: 4810
% 68.71/68.92  Current number of ordered equations: 0
% 68.71/68.92  Current number of rules: 629
% 68.71/68.92  New rule produced :
% 68.71/68.92  [632]
% 68.71/68.92  is_a_theorem(implies(not(not(implies(implies(A,implies(B,A)),C))),C)) -> true
% 68.71/68.92  Current number of equations to process: 4809
% 68.71/68.92  Current number of ordered equations: 0
% 68.71/68.92  Current number of rules: 630
% 68.71/68.92  New rule produced :
% 68.71/68.92  [633]
% 68.71/68.92  is_a_theorem(implies(not(not(implies(implies(A,implies(B,B)),C))),C)) -> true
% 68.71/68.92  Current number of equations to process: 4815
% 68.71/68.92  Current number of ordered equations: 0
% 68.71/68.92  Current number of rules: 631
% 68.71/68.92  New rule produced :
% 68.71/68.92  [634]
% 68.71/68.92  is_a_theorem(implies(not(not(implies(implies(A,A),B))),implies(C,B))) -> true
% 68.71/68.92  Current number of equations to process: 4817
% 68.71/68.92  Current number of ordered equations: 0
% 68.71/68.92  Current number of rules: 632
% 68.71/68.92  New rule produced :
% 68.71/68.92  [635]
% 68.71/68.92  is_a_theorem(implies(not(not(implies(implies(not(A),implies(A,B)),C))),C)) ->
% 68.71/68.92  true
% 68.71/68.92  Current number of equations to process: 4819
% 68.71/68.92  Current number of ordered equations: 0
% 68.71/68.92  Current number of rules: 633
% 68.71/68.92  New rule produced :
% 68.71/68.92  [636] is_a_theorem(implies(not(not(not(A))),implies(B,implies(A,C)))) -> true
% 68.71/68.92  Current number of equations to process: 4820
% 68.71/68.92  Current number of ordered equations: 0
% 68.71/68.92  Current number of rules: 634
% 68.71/68.92  New rule produced :
% 68.71/68.92  [637]
% 68.71/68.92  is_a_theorem(implies(not(not(implies(implies(A,B),C))),implies(not(A),C))) ->
% 68.71/68.92  true
% 68.71/68.92  Current number of equations to process: 4820
% 68.71/68.92  Current number of ordered equations: 0
% 68.71/68.92  Current number of rules: 635
% 68.71/68.92  New rule produced :
% 68.71/68.92  [638] is_a_theorem(implies(not(not(not(not(A)))),implies(B,A))) -> true
% 68.71/68.92  Current number of equations to process: 4841
% 68.71/68.92  Current number of ordered equations: 0
% 68.71/68.92  Current number of rules: 636
% 68.71/68.92  New rule produced :
% 68.71/68.92  [639] is_a_theorem(implies(not(not(not(implies(A,B)))),implies(B,C))) -> true
% 68.71/68.92  Current number of equations to process: 4842
% 68.71/68.92  Current number of ordered equations: 0
% 68.71/68.92  Current number of rules: 637
% 68.71/68.92  New rule produced :
% 68.71/68.92  [640] is_a_theorem(implies(not(not(not(implies(A,implies(B,A))))),C)) -> true
% 68.71/68.92  Current number of equations to process: 4844
% 68.71/68.92  Current number of ordered equations: 0
% 68.71/68.92  Current number of rules: 638
% 68.71/68.92  New rule produced :
% 68.71/68.92  [641] is_a_theorem(implies(not(not(not(implies(A,implies(B,B))))),C)) -> true
% 68.71/68.92  Current number of equations to process: 4848
% 68.71/68.92  Current number of ordered equations: 0
% 68.71/68.92  Current number of rules: 639
% 68.71/68.92  New rule produced :
% 69.16/69.36  [642]
% 69.16/69.36  is_a_theorem(implies(not(not(not(implies(not(A),implies(A,B))))),C)) -> true
% 69.16/69.36  Current number of equations to process: 4849
% 69.16/69.36  Current number of ordered equations: 0
% 69.16/69.36  Current number of rules: 640
% 69.16/69.36  New rule produced :
% 69.16/69.36  [643]
% 69.16/69.36  is_a_theorem(implies(not(not(not(implies(A,B)))),implies(not(A),C))) -> true
% 69.16/69.36  Current number of equations to process: 4853
% 69.16/69.36  Current number of ordered equations: 0
% 69.16/69.36  Current number of rules: 641
% 69.16/69.36  New rule produced :
% 69.16/69.36  [644]
% 69.16/69.36  is_a_theorem(implies(not(not(not(implies(not(implies(A,A)),B)))),C)) -> true
% 69.16/69.36  Current number of equations to process: 4875
% 69.16/69.36  Current number of ordered equations: 0
% 69.16/69.36  Current number of rules: 642
% 69.16/69.36  New rule produced :
% 69.16/69.36  [645]
% 69.16/69.36  is_a_theorem(implies(not(not(not(implies(A,B)))),implies(implies(B,A),A))) ->
% 69.16/69.36  true
% 69.16/69.36  Current number of equations to process: 4878
% 69.16/69.36  Current number of ordered equations: 0
% 69.16/69.36  Current number of rules: 643
% 69.16/69.36  New rule produced :
% 69.16/69.36  [646]
% 69.16/69.36  is_a_theorem(implies(not(not(not(A))),implies(B,implies(C,implies(A,X))))) ->
% 69.16/69.36  true
% 69.16/69.36  Current number of equations to process: 4877
% 69.16/69.36  Current number of ordered equations: 0
% 69.16/69.36  Current number of rules: 644
% 69.16/69.36  New rule produced :
% 69.16/69.36  [647]
% 69.16/69.36  is_a_theorem(implies(not(not(not(A))),implies(implies(implies(A,B),C),C))) ->
% 69.16/69.36  true
% 69.16/69.36  Current number of equations to process: 4876
% 69.16/69.36  Current number of ordered equations: 0
% 69.16/69.36  Current number of rules: 645
% 69.16/69.36  New rule produced :
% 69.16/69.36  [648]
% 69.16/69.36  is_a_theorem(implies(not(not(not(implies(A,implies(B,implies(C,B)))))),X)) ->
% 69.16/69.36  true
% 69.16/69.36  Current number of equations to process: 4875
% 69.16/69.36  Current number of ordered equations: 0
% 69.16/69.36  Current number of rules: 646
% 69.16/69.36  New rule produced :
% 69.16/69.36  [649]
% 69.16/69.36  is_a_theorem(implies(not(not(not(implies(A,implies(B,implies(C,A)))))),X)) ->
% 69.16/69.36  true
% 69.16/69.36  Current number of equations to process: 4874
% 69.16/69.36  Current number of ordered equations: 0
% 69.16/69.36  Current number of rules: 647
% 69.16/69.36  New rule produced :
% 69.16/69.36  [650]
% 69.16/69.36  is_a_theorem(implies(not(not(not(implies(A,implies(implies(A,B),B))))),C)) ->
% 69.16/69.36  true
% 69.16/69.36  Current number of equations to process: 4873
% 69.16/69.36  Current number of ordered equations: 0
% 69.16/69.36  Current number of rules: 648
% 69.16/69.36  New rule produced :
% 69.16/69.36  [651]
% 69.16/69.36  is_a_theorem(implies(not(not(not(implies(A,implies(B,implies(C,C)))))),X)) ->
% 69.16/69.36  true
% 69.16/69.36  Current number of equations to process: 4872
% 69.16/69.36  Current number of ordered equations: 0
% 69.16/69.36  Current number of rules: 649
% 69.16/69.36  New rule produced :
% 69.16/69.36  [652]
% 69.16/69.36  is_a_theorem(implies(not(not(not(implies(implies(implies(A,A),B),B)))),C)) ->
% 69.16/69.36  true
% 69.16/69.36  Current number of equations to process: 4871
% 69.16/69.36  Current number of ordered equations: 0
% 69.16/69.36  Current number of rules: 650
% 69.16/69.36  New rule produced :
% 69.16/69.36  [653]
% 69.16/69.36  is_a_theorem(implies(not(not(implies(implies(not(implies(A,A)),B),C))),C)) ->
% 69.16/69.36  true
% 69.16/69.36  Current number of equations to process: 4870
% 69.16/69.36  Current number of ordered equations: 0
% 69.16/69.36  Current number of rules: 651
% 69.16/69.36  New rule produced :
% 69.16/69.36  [654]
% 69.16/69.36  is_a_theorem(implies(not(not(not(implies(not(not(A)),implies(B,A))))),C)) ->
% 69.16/69.36  true
% 69.16/69.36  Current number of equations to process: 4869
% 69.16/69.36  Current number of ordered equations: 0
% 69.16/69.36  Current number of rules: 652
% 69.16/69.36  New rule produced :
% 69.16/69.36  [655]
% 69.16/69.36  is_a_theorem(implies(not(not(A)),implies(B,implies(implies(A,C),C)))) -> true
% 69.16/69.36  Current number of equations to process: 4900
% 69.16/69.36  Current number of ordered equations: 0
% 69.16/69.36  Current number of rules: 653
% 69.16/69.36  New rule produced :
% 69.16/69.36  [656]
% 69.16/69.36  is_a_theorem(implies(not(not(not(implies(A,implies(B,C))))),implies(C,X))) ->
% 69.16/69.36  true
% 69.16/69.36  Current number of equations to process: 4901
% 69.16/69.36  Current number of ordered equations: 0
% 69.16/69.36  Current number of rules: 654
% 69.16/69.36  New rule produced :
% 69.16/69.36  [657]
% 69.16/69.36  is_a_theorem(implies(not(not(not(implies(implies(A,B),B)))),implies(A,C))) ->
% 69.16/69.36  true
% 69.16/69.36  Current number of equations to process: 4900
% 69.16/69.36  Current number of ordered equations: 0
% 69.16/69.36  Current number of rules: 655
% 69.16/69.36  New rule produced :
% 69.16/69.36  [658]
% 69.16/69.36  is_a_theorem(implies(not(not(implies(implies(A,A),not(B)))),implies(B,C))) ->
% 69.16/69.36  true
% 69.16/69.36  Current number of equations to process: 4899
% 69.16/69.36  Current number of ordered equations: 0
% 69.16/69.36  Current number of rules: 656
% 69.16/69.36  New rule produced :
% 69.16/69.36  [659]
% 69.16/69.36  is_a_theorem(implies(not(not(not(A))),implies(implies(implies(B,B),A),C))) ->
% 69.16/69.36  true
% 69.16/69.36  Current number of equations to process: 4898
% 69.16/69.36  Current number of ordered equations: 0
% 69.16/69.36  Current number of rules: 657
% 69.16/69.36  New rule produced :
% 69.16/69.36  [660]
% 69.16/69.36  is_a_theorem(implies(not(not(implies(implies(A,A),not(implies(B,B))))),C)) ->
% 69.16/69.36  true
% 69.16/69.36  Current number of equations to process: 4897
% 71.03/71.26  Current number of ordered equations: 0
% 71.03/71.26  Current number of rules: 658
% 71.03/71.26  New rule produced :
% 71.03/71.26  [661]
% 71.03/71.26  is_a_theorem(implies(not(not(not(not(A)))),implies(B,implies(C,A)))) -> true
% 71.03/71.26  Current number of equations to process: 4913
% 71.03/71.26  Current number of ordered equations: 0
% 71.03/71.26  Current number of rules: 659
% 71.03/71.26  New rule produced :
% 71.03/71.26  [662]
% 71.03/71.26  is_a_theorem(implies(not(not(not(implies(A,B)))),implies(not(not(B)),C))) ->
% 71.03/71.26  true
% 71.03/71.26  Current number of equations to process: 4915
% 71.03/71.26  Current number of ordered equations: 0
% 71.03/71.26  Current number of rules: 660
% 71.03/71.26  New rule produced :
% 71.03/71.26  [663]
% 71.03/71.26  is_a_theorem(implies(not(not(not(implies(A,B)))),implies(C,implies(B,X)))) ->
% 71.03/71.26  true
% 71.03/71.26  Current number of equations to process: 4914
% 71.03/71.26  Current number of ordered equations: 0
% 71.03/71.26  Current number of rules: 661
% 71.03/71.26  New rule produced :
% 71.03/71.26  [664]
% 71.03/71.26  is_a_theorem(implies(not(not(implies(not(A),not(implies(B,B))))),A)) -> true
% 71.03/71.26  Current number of equations to process: 4956
% 71.03/71.26  Current number of ordered equations: 0
% 71.03/71.26  Current number of rules: 662
% 71.03/71.26  New rule produced :
% 71.03/71.26  [665]
% 71.03/71.26  is_a_theorem(implies(not(not(implies(implies(not(not(A)),A),B))),B)) -> true
% 71.03/71.26  Current number of equations to process: 4962
% 71.03/71.26  Current number of ordered equations: 0
% 71.03/71.26  Current number of rules: 663
% 71.03/71.26  New rule produced :
% 71.03/71.26  [666]
% 71.03/71.26  is_a_theorem(implies(not(not(implies(A,B))),implies(not(not(A)),B))) -> true
% 71.03/71.26  Current number of equations to process: 4961
% 71.03/71.26  Current number of ordered equations: 0
% 71.03/71.26  Current number of rules: 664
% 71.03/71.26  New rule produced :
% 71.03/71.26  [667] is_a_theorem(implies(not(not(not(A))),not(not(implies(A,B))))) -> true
% 71.03/71.26  Current number of equations to process: 4973
% 71.03/71.26  Current number of ordered equations: 0
% 71.03/71.26  Current number of rules: 665
% 71.03/71.26  New rule produced :
% 71.03/71.26  [668]
% 71.03/71.26  is_a_theorem(implies(not(not(implies(implies(A,not(not(A))),B))),B)) -> true
% 71.03/71.26  Current number of equations to process: 4974
% 71.03/71.26  Current number of ordered equations: 0
% 71.03/71.26  Current number of rules: 666
% 71.03/71.26  New rule produced :
% 71.03/71.26  [669]
% 71.03/71.26  is_a_theorem(implies(not(not(implies(not(not(A)),B))),implies(A,B))) -> true
% 71.03/71.26  Current number of equations to process: 4973
% 71.03/71.26  Current number of ordered equations: 0
% 71.03/71.26  Current number of rules: 667
% 71.03/71.26  New rule produced :
% 71.03/71.26  [670] is_a_theorem(implies(not(not(not(implies(not(not(A)),A)))),B)) -> true
% 71.03/71.26  Current number of equations to process: 4977
% 71.03/71.26  Current number of ordered equations: 0
% 71.03/71.26  Current number of rules: 668
% 71.03/71.26  New rule produced :
% 71.03/71.26  [671] is_a_theorem(implies(not(not(not(not(not(A))))),implies(A,B))) -> true
% 71.03/71.26  Current number of equations to process: 4976
% 71.03/71.26  Current number of ordered equations: 0
% 71.03/71.26  Current number of rules: 669
% 71.03/71.26  New rule produced :
% 71.03/71.26  [672] is_a_theorem(implies(not(not(not(not(not(implies(A,A)))))),B)) -> true
% 71.03/71.26  Current number of equations to process: 4975
% 71.03/71.26  Current number of ordered equations: 0
% 71.03/71.26  Current number of rules: 670
% 71.03/71.26  New rule produced :
% 71.03/71.26  [673]
% 71.03/71.26  is_a_theorem(implies(not(not(not(not(A)))),implies(implies(A,B),B))) -> true
% 71.03/71.26  Current number of equations to process: 4976
% 71.03/71.26  Current number of ordered equations: 0
% 71.03/71.26  Current number of rules: 671
% 71.03/71.26  New rule produced :
% 71.03/71.26  [674]
% 71.03/71.26  is_a_theorem(implies(not(not(not(not(implies(implies(A,A),B))))),B)) -> true
% 71.03/71.26  Current number of equations to process: 4975
% 71.03/71.26  Current number of ordered equations: 0
% 71.03/71.26  Current number of rules: 672
% 71.03/71.26  New rule produced :
% 71.03/71.26  [675]
% 71.03/71.26  is_a_theorem(implies(A,implies(implies(implies(B,B),not(not(C))),C))) -> true
% 71.03/71.26  Current number of equations to process: 4997
% 71.03/71.26  Current number of ordered equations: 0
% 71.03/71.26  Current number of rules: 673
% 71.03/71.26  New rule produced :
% 71.03/71.26  [676]
% 71.03/71.26  is_a_theorem(not(not(implies(implies(implies(A,A),not(not(B))),B)))) -> true
% 71.03/71.26  Current number of equations to process: 1533
% 71.03/71.26  Current number of ordered equations: 0
% 71.03/71.26  Current number of rules: 674
% 71.03/71.26  New rule produced :
% 71.03/71.26  [677]
% 71.03/71.26  is_a_theorem(implies(not(not(implies(implies(A,A),not(not(B))))),B)) -> true
% 71.03/71.26  Current number of equations to process: 1532
% 71.03/71.26  Current number of ordered equations: 0
% 71.03/71.26  Current number of rules: 675
% 71.03/71.26  New rule produced :
% 71.03/71.26  [678]
% 71.03/71.26  is_a_theorem(implies(A,implies(not(implies(B,implies(not(not(C)),C))),X))) ->
% 71.03/71.26  true
% 71.03/71.26  Current number of equations to process: 1539
% 71.03/71.26  Current number of ordered equations: 0
% 71.03/71.26  Current number of rules: 676
% 71.03/71.26  New rule produced :
% 71.03/71.26  [679]
% 71.03/71.26  is_a_theorem(not(not(implies(not(implies(A,implies(not(not(B)),B))),C)))) ->
% 71.03/71.26  true
% 71.03/71.26  Current number of equations to process: 1538
% 77.85/78.03  Current number of ordered equations: 0
% 77.85/78.03  Current number of rules: 677
% 77.85/78.03  New rule produced :
% 77.85/78.03  [680]
% 77.85/78.03  is_a_theorem(implies(not(not(not(implies(A,implies(not(not(B)),B))))),C)) ->
% 77.85/78.03  true
% 77.85/78.03  Current number of equations to process: 1537
% 77.85/78.03  Current number of ordered equations: 0
% 77.85/78.03  Current number of rules: 678
% 77.85/78.03  New rule produced :
% 77.85/78.03  [681]
% 77.85/78.03  ifeq(is_a_theorem(implies(implies(A,A),not(not(B)))),true,is_a_theorem(B),true)
% 77.85/78.03  -> true
% 77.85/78.03  Current number of equations to process: 1536
% 77.85/78.03  Current number of ordered equations: 0
% 77.85/78.03  Current number of rules: 679
% 77.85/78.03  New rule produced :
% 77.85/78.03  [682] is_a_theorem(not(not(not(not(implies(not(not(A)),A)))))) -> true
% 77.85/78.03  Current number of equations to process: 1585
% 77.85/78.03  Current number of ordered equations: 0
% 77.85/78.03  Current number of rules: 680
% 77.85/78.03  New rule produced :
% 77.85/78.03  [683] is_a_theorem(implies(A,implies(not(not(not(not(B)))),B))) -> true
% 77.85/78.03  Current number of equations to process: 1587
% 77.85/78.03  Current number of ordered equations: 0
% 77.85/78.03  Current number of rules: 681
% 77.85/78.03  New rule produced :
% 77.85/78.03  [684]
% 77.85/78.03  ifeq(is_a_theorem(not(not(not(not(A))))),true,is_a_theorem(A),true) -> true
% 77.85/78.03  Current number of equations to process: 1591
% 77.85/78.03  Current number of ordered equations: 0
% 77.85/78.03  Current number of rules: 682
% 77.85/78.03  New rule produced :
% 77.85/78.03  [685] is_a_theorem(not(not(implies(not(not(not(not(A)))),A)))) -> true
% 77.85/78.03  Current number of equations to process: 1596
% 77.85/78.03  Current number of ordered equations: 0
% 77.85/78.03  Current number of rules: 683
% 77.85/78.03  New rule produced :
% 77.85/78.03  [686] is_a_theorem(implies(not(not(not(not(not(not(A)))))),A)) -> true
% 77.85/78.03  Current number of equations to process: 1596
% 77.85/78.03  Current number of ordered equations: 0
% 77.85/78.03  Current number of rules: 684
% 77.85/78.03  New rule produced :
% 77.85/78.03  [687]
% 77.85/78.03  is_a_theorem(implies(A,implies(B,not(not(implies(not(not(C)),C)))))) -> true
% 77.85/78.03  Current number of equations to process: 1599
% 77.85/78.03  Current number of ordered equations: 0
% 77.85/78.03  Current number of rules: 685
% 77.85/78.03  New rule produced :
% 77.85/78.03  [688]
% 77.85/78.03  is_a_theorem(implies(implies(not(not(implies(not(not(A)),A))),B),B)) -> true
% 77.85/78.03  Current number of equations to process: 1598
% 77.85/78.03  Current number of ordered equations: 0
% 77.85/78.03  Current number of rules: 686
% 77.85/78.03  New rule produced :
% 77.85/78.03  [689]
% 77.85/78.03  is_a_theorem(implies(A,implies(B,implies(not(not(not(not(C)))),C)))) -> true
% 77.85/78.03  Current number of equations to process: 1597
% 77.85/78.03  Current number of ordered equations: 0
% 77.85/78.03  Current number of rules: 687
% 77.85/78.03  New rule produced :
% 77.85/78.03  [690]
% 77.85/78.03  is_a_theorem(implies(implies(implies(not(not(not(not(A)))),A),B),B)) -> true
% 77.85/78.03  Current number of equations to process: 1596
% 77.85/78.03  Current number of ordered equations: 0
% 77.85/78.03  Current number of rules: 688
% 77.85/78.03  New rule produced :
% 77.85/78.03  [691]
% 77.85/78.03  is_a_theorem(implies(implies(A,B),implies(not(not(not(not(A)))),B))) -> true
% 77.85/78.03  Current number of equations to process: 1595
% 77.85/78.03  Current number of ordered equations: 0
% 77.85/78.03  Current number of rules: 689
% 77.85/78.03  New rule produced :
% 77.85/78.03  [692]
% 77.85/78.03  is_a_theorem(not(not(implies(A,implies(B,not(not(implies(C,C)))))))) -> true
% 77.85/78.03  Current number of equations to process: 1605
% 77.85/78.03  Current number of ordered equations: 0
% 77.85/78.03  Current number of rules: 690
% 77.85/78.03  New rule produced :
% 77.85/78.03  [693]
% 77.85/78.03  is_a_theorem(not(not(implies(implies(not(not(implies(A,A))),B),B)))) -> true
% 77.85/78.03  Current number of equations to process: 1611
% 77.85/78.03  Current number of ordered equations: 0
% 77.85/78.03  Current number of rules: 691
% 77.85/78.03  New rule produced :
% 77.85/78.03  [694]
% 77.85/78.03  is_a_theorem(implies(not(not(implies(not(not(implies(A,A))),B))),B)) -> true
% 77.85/78.03  Current number of equations to process: 1610
% 77.85/78.03  Current number of ordered equations: 0
% 77.85/78.03  Current number of rules: 692
% 77.85/78.03  New rule produced :
% 77.85/78.03  [695]
% 77.85/78.03  is_a_theorem(implies(implies(implies(A,A),not(implies(not(not(B)),B))),C)) ->
% 77.85/78.03  true
% 77.85/78.03  Current number of equations to process: 1617
% 77.85/78.03  Current number of ordered equations: 0
% 77.85/78.03  Current number of rules: 693
% 77.85/78.03  New rule produced :
% 77.85/78.03  [696] is_a_theorem(implies(A,not(not(not(not(implies(B,B))))))) -> true
% 77.85/78.03  Current number of equations to process: 1623
% 77.85/78.03  Current number of ordered equations: 0
% 77.85/78.03  Current number of rules: 694
% 77.85/78.03  New rule produced :
% 77.85/78.03  [697] is_a_theorem(implies(not(implies(A,not(not(implies(B,B))))),C)) -> true
% 77.85/78.03  Current number of equations to process: 1644
% 77.85/78.03  Current number of ordered equations: 0
% 77.85/78.03  Current number of rules: 695
% 77.85/78.03  New rule produced :
% 77.85/78.03  [698]
% 77.85/78.03  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,not(not(C)))),X),X)))
% 77.85/78.03  -> true
% 77.85/78.03  Current number of equations to process: 1686
% 78.02/78.20  Current number of ordered equations: 0
% 78.02/78.20  Current number of rules: 696
% 78.02/78.20  New rule produced :
% 78.02/78.20  [699]
% 78.02/78.20  is_a_theorem(not(not(implies(implies(A,B),implies(implies(B,C),implies(A,C))))))
% 78.02/78.20  -> true
% 78.02/78.20  Current number of equations to process: 1685
% 78.02/78.20  Current number of ordered equations: 0
% 78.02/78.20  Current number of rules: 697
% 78.02/78.20  New rule produced :
% 78.02/78.20  [700]
% 78.02/78.20  is_a_theorem(not(not(implies(implies(implies(A,B),B),implies(implies(B,A),A)))))
% 78.02/78.20  -> true
% 78.02/78.20  Current number of equations to process: 1684
% 78.02/78.20  Current number of ordered equations: 0
% 78.02/78.20  Current number of rules: 698
% 78.02/78.20  New rule produced :
% 78.02/78.20  [701]
% 78.02/78.20  is_a_theorem(not(not(implies(A,implies(implies(not(B),not(C)),implies(C,B))))))
% 78.02/78.20  -> true
% 78.02/78.20  Current number of equations to process: 1683
% 78.02/78.20  Current number of ordered equations: 0
% 78.02/78.20  Current number of rules: 699
% 78.02/78.20  New rule produced :
% 78.02/78.20  [702]
% 78.02/78.20  is_a_theorem(not(not(implies(A,implies(B,implies(C,implies(X,implies(Y,X))))))))
% 78.02/78.20  -> true
% 78.02/78.20  Current number of equations to process: 1682
% 78.02/78.20  Current number of ordered equations: 0
% 78.02/78.20  Current number of rules: 700
% 78.02/78.20  New rule produced :
% 78.02/78.20  [703]
% 78.02/78.20  is_a_theorem(not(not(implies(A,implies(implies(implies(B,C),X),implies(C,X))))))
% 78.02/78.20  -> true
% 78.02/78.20  Current number of equations to process: 1681
% 78.02/78.20  Current number of ordered equations: 0
% 78.02/78.20  Current number of rules: 701
% 78.02/78.20  New rule produced :
% 78.02/78.20  [704]
% 78.02/78.20  is_a_theorem(not(not(implies(A,implies(B,implies(C,implies(X,implies(Y,C))))))))
% 78.02/78.20  -> true
% 78.02/78.20  Current number of equations to process: 1680
% 78.02/78.20  Current number of ordered equations: 0
% 78.02/78.20  Current number of rules: 702
% 78.02/78.20  New rule produced :
% 78.02/78.20  [705]
% 78.02/78.20  is_a_theorem(not(not(implies(A,implies(B,implies(implies(B,C),implies(X,C)))))))
% 78.02/78.20  -> true
% 78.02/78.20  Current number of equations to process: 1679
% 78.02/78.20  Current number of ordered equations: 0
% 78.02/78.20  Current number of rules: 703
% 78.02/78.20  New rule produced :
% 78.02/78.20  [706]
% 78.02/78.20  is_a_theorem(not(not(implies(implies(implies(A,implies(B,A)),C),implies(X,C)))))
% 78.02/78.20  -> true
% 78.02/78.20  Current number of equations to process: 1678
% 78.02/78.20  Current number of ordered equations: 0
% 78.02/78.20  Current number of rules: 704
% 78.02/78.20  New rule produced :
% 78.02/78.20  [707]
% 78.02/78.20  is_a_theorem(not(not(implies(A,implies(implies(implies(B,A),C),implies(X,C))))))
% 78.02/78.20  -> true
% 78.02/78.20  Current number of equations to process: 1677
% 78.02/78.20  Current number of ordered equations: 0
% 78.02/78.20  Current number of rules: 705
% 78.02/78.20  New rule produced :
% 78.02/78.20  [708]
% 78.02/78.20  is_a_theorem(not(not(implies(A,implies(B,implies(C,implies(implies(C,X),X)))))))
% 78.02/78.20  -> true
% 78.02/78.20  Current number of equations to process: 1676
% 78.02/78.20  Current number of ordered equations: 0
% 78.02/78.20  Current number of rules: 706
% 78.02/78.20  New rule produced :
% 78.02/78.20  [709]
% 78.02/78.20  is_a_theorem(not(not(implies(A,implies(B,implies(C,implies(X,implies(Y,B))))))))
% 78.02/78.20  -> true
% 78.02/78.20  Current number of equations to process: 1675
% 78.02/78.20  Current number of ordered equations: 0
% 78.02/78.20  Current number of rules: 707
% 78.02/78.20  New rule produced :
% 78.02/78.20  [710]
% 78.02/78.20  is_a_theorem(not(not(implies(A,implies(B,implies(C,implies(X,implies(Y,A))))))))
% 78.02/78.20  -> true
% 78.02/78.20  Current number of equations to process: 1674
% 78.02/78.20  Current number of ordered equations: 0
% 78.02/78.20  Current number of rules: 708
% 78.02/78.20  New rule produced :
% 78.02/78.20  [711]
% 78.02/78.20  is_a_theorem(not(not(implies(A,implies(implies(implies(B,implies(C,B)),X),X)))))
% 78.02/78.20  -> true
% 78.02/78.20  Current number of equations to process: 1673
% 78.02/78.20  Current number of ordered equations: 0
% 78.02/78.20  Current number of rules: 709
% 78.02/78.20  New rule produced :
% 78.02/78.20  [712]
% 78.02/78.20  is_a_theorem(not(not(implies(A,implies(B,implies(implies(implies(C,B),X),X))))))
% 78.02/78.20  -> true
% 78.02/78.20  Current number of equations to process: 1672
% 78.02/78.20  Current number of ordered equations: 0
% 78.02/78.20  Current number of rules: 710
% 78.02/78.20  New rule produced :
% 78.02/78.20  [713]
% 78.02/78.20  is_a_theorem(not(not(implies(implies(implies(A,implies(B,implies(C,B))),X),X))))
% 78.02/78.20  -> true
% 78.02/78.20  Current number of equations to process: 1671
% 78.02/78.20  Current number of ordered equations: 0
% 78.02/78.20  Current number of rules: 711
% 78.02/78.20  New rule produced :
% 78.02/78.20  [714]
% 78.02/78.20  is_a_theorem(not(not(implies(A,implies(implies(implies(B,implies(C,A)),X),X)))))
% 78.02/78.20  -> true
% 78.02/78.20  Current number of equations to process: 1670
% 78.02/78.20  Current number of ordered equations: 0
% 78.02/78.20  Current number of rules: 712
% 78.02/78.20  New rule produced :
% 78.02/78.20  [715]
% 78.02/78.20  is_a_theorem(not(not(implies(implies(implies(A,implies(B,implies(C,A))),X),X))))
% 78.02/78.20  -> true
% 78.02/78.20  Current number of equations to process: 1669
% 78.02/78.20  Current number of ordered equations: 0
% 78.02/78.20  Current number of rules: 713
% 78.02/78.20  New rule produced :
% 78.02/78.20  [716]
% 78.02/78.20  is_a_theorem(not(not(implies(implies(implies(A,implies(implies(A,B),B)),C),C))))
% 78.02/78.20  -> true
% 78.02/78.20  Current number of equations to process: 1668
% 78.14/78.36  Current number of ordered equations: 0
% 78.14/78.36  Current number of rules: 714
% 78.14/78.36  New rule produced :
% 78.14/78.36  [717]
% 78.14/78.36  is_a_theorem(not(not(implies(A,implies(B,implies(C,implies(X,implies(Y,Y))))))))
% 78.14/78.36  -> true
% 78.14/78.36  Current number of equations to process: 1667
% 78.14/78.36  Current number of ordered equations: 0
% 78.14/78.36  Current number of rules: 715
% 78.14/78.36  New rule produced :
% 78.14/78.36  [718]
% 78.14/78.36  is_a_theorem(not(not(implies(implies(implies(A,implies(B,implies(C,C))),X),X))))
% 78.14/78.36  -> true
% 78.14/78.36  Current number of equations to process: 1666
% 78.14/78.36  Current number of ordered equations: 0
% 78.14/78.36  Current number of rules: 716
% 78.14/78.36  New rule produced :
% 78.14/78.36  [719]
% 78.14/78.36  is_a_theorem(not(not(implies(A,implies(B,implies(implies(implies(C,C),X),X))))))
% 78.14/78.36  -> true
% 78.14/78.36  Current number of equations to process: 1665
% 78.14/78.36  Current number of ordered equations: 0
% 78.14/78.36  Current number of rules: 717
% 78.14/78.36  New rule produced :
% 78.14/78.36  [720]
% 78.14/78.36  is_a_theorem(not(not(implies(implies(implies(implies(implies(A,A),B),B),C),C))))
% 78.14/78.36  -> true
% 78.14/78.36  Current number of equations to process: 1664
% 78.14/78.36  Current number of ordered equations: 0
% 78.14/78.36  Current number of rules: 718
% 78.14/78.36  New rule produced :
% 78.14/78.36  [721]
% 78.14/78.36  is_a_theorem(not(not(implies(implies(implies(A,implies(B,B)),C),implies(X,C)))))
% 78.14/78.36  -> true
% 78.14/78.36  Current number of equations to process: 1663
% 78.14/78.36  Current number of ordered equations: 0
% 78.14/78.36  Current number of rules: 719
% 78.14/78.36  New rule produced :
% 78.14/78.36  [722]
% 78.14/78.36  is_a_theorem(not(not(implies(A,implies(implies(implies(B,implies(C,C)),X),X)))))
% 78.14/78.36  -> true
% 78.14/78.36  Current number of equations to process: 1662
% 78.14/78.36  Current number of ordered equations: 0
% 78.14/78.36  Current number of rules: 720
% 78.14/78.36  New rule produced :
% 78.14/78.36  [723]
% 78.14/78.36  is_a_theorem(not(not(implies(A,implies(implies(implies(B,B),C),implies(X,C))))))
% 78.14/78.36  -> true
% 78.14/78.36  Current number of equations to process: 1661
% 78.14/78.36  Current number of ordered equations: 0
% 78.14/78.36  Current number of rules: 721
% 78.14/78.36  New rule produced :
% 78.14/78.36  [724]
% 78.14/78.36  is_a_theorem(not(not(implies(not(implies(A,implies(not(B),implies(B,C)))),X))))
% 78.14/78.36  -> true
% 78.14/78.36  Current number of equations to process: 1660
% 78.14/78.36  Current number of ordered equations: 0
% 78.14/78.36  Current number of rules: 722
% 78.14/78.36  New rule produced :
% 78.14/78.36  [725]
% 78.14/78.36  is_a_theorem(not(not(implies(not(implies(not(A),implies(B,implies(A,C)))),X))))
% 78.14/78.36  -> true
% 78.14/78.36  Current number of equations to process: 1659
% 78.14/78.36  Current number of ordered equations: 0
% 78.14/78.36  Current number of rules: 723
% 78.14/78.36  New rule produced :
% 78.14/78.36  [726]
% 78.14/78.36  is_a_theorem(not(not(implies(A,implies(B,implies(not(not(C)),implies(X,C)))))))
% 78.14/78.36  -> true
% 78.14/78.36  Current number of equations to process: 1658
% 78.14/78.36  Current number of ordered equations: 0
% 78.14/78.36  Current number of rules: 724
% 78.14/78.36  New rule produced :
% 78.14/78.36  [727]
% 78.14/78.36  is_a_theorem(not(not(implies(implies(implies(not(not(A)),implies(B,A)),C),C))))
% 78.14/78.36  -> true
% 78.14/78.36  Current number of equations to process: 1657
% 78.14/78.36  Current number of ordered equations: 0
% 78.14/78.36  Current number of rules: 725
% 78.14/78.36  New rule produced :
% 78.14/78.36  [728]
% 78.14/78.36  is_a_theorem(not(not(implies(A,implies(not(implies(not(B),implies(B,C))),X)))))
% 78.14/78.36  -> true
% 78.14/78.36  Current number of equations to process: 1656
% 78.14/78.36  Current number of ordered equations: 0
% 78.14/78.36  Current number of rules: 726
% 78.14/78.36  New rule produced :
% 78.14/78.36  [729]
% 78.14/78.36  is_a_theorem(not(not(implies(A,implies(not(implies(B,C)),implies(not(B),X))))))
% 78.14/78.36  -> true
% 78.14/78.36  Current number of equations to process: 1655
% 78.14/78.36  Current number of ordered equations: 0
% 78.14/78.36  Current number of rules: 727
% 78.14/78.36  New rule produced :
% 78.14/78.36  [730]
% 78.14/78.36  is_a_theorem(not(not(implies(not(implies(not(implies(A,B)),implies(B,C))),X))))
% 78.14/78.36  -> true
% 78.14/78.36  Current number of equations to process: 1654
% 78.14/78.36  Current number of ordered equations: 0
% 78.14/78.36  Current number of rules: 728
% 78.14/78.36  New rule produced :
% 78.14/78.36  [731]
% 78.14/78.36  is_a_theorem(not(not(implies(not(implies(not(implies(A,implies(B,A))),C)),X))))
% 78.14/78.36  -> true
% 78.14/78.36  Current number of equations to process: 1653
% 78.14/78.36  Current number of ordered equations: 0
% 78.14/78.36  Current number of rules: 729
% 78.14/78.36  New rule produced :
% 78.14/78.36  [732]
% 78.14/78.36  is_a_theorem(not(not(implies(not(implies(A,implies(not(implies(B,B)),C))),X))))
% 78.14/78.36  -> true
% 78.14/78.36  Current number of equations to process: 1652
% 78.14/78.36  Current number of ordered equations: 0
% 78.14/78.36  Current number of rules: 730
% 78.14/78.36  New rule produced :
% 78.14/78.36  [733]
% 78.14/78.36  is_a_theorem(not(not(implies(not(implies(not(implies(A,implies(B,B))),C)),X))))
% 78.14/78.36  -> true
% 78.14/78.36  Current number of equations to process: 1651
% 78.14/78.36  Current number of ordered equations: 0
% 78.14/78.36  Current number of rules: 731
% 78.14/78.36  New rule produced :
% 78.14/78.36  [734]
% 78.14/78.36  is_a_theorem(not(not(implies(A,implies(not(implies(not(implies(B,B)),C)),X)))))
% 78.14/78.36  -> true
% 78.14/78.36  Current number of equations to process: 1650
% 78.32/78.58  Current number of ordered equations: 0
% 78.32/78.58  Current number of rules: 732
% 78.32/78.58  New rule produced :
% 78.32/78.58  [735]
% 78.32/78.58  is_a_theorem(not(not(implies(implies(implies(A,implies(B,C)),X),implies(C,X)))))
% 78.32/78.58  -> true
% 78.32/78.58  Current number of equations to process: 1649
% 78.32/78.58  Current number of ordered equations: 0
% 78.32/78.58  Current number of rules: 733
% 78.32/78.58  New rule produced :
% 78.32/78.58  [736]
% 78.32/78.58  is_a_theorem(not(not(implies(implies(implies(implies(A,B),B),C),implies(A,C)))))
% 78.32/78.58  -> true
% 78.32/78.58  Current number of equations to process: 1648
% 78.32/78.58  Current number of ordered equations: 0
% 78.32/78.58  Current number of rules: 734
% 78.32/78.58  New rule produced :
% 78.32/78.58  [737]
% 78.32/78.58  is_a_theorem(not(not(implies(implies(A,B),implies(implies(implies(C,C),A),B)))))
% 78.32/78.58  -> true
% 78.32/78.58  Current number of equations to process: 1647
% 78.32/78.58  Current number of ordered equations: 0
% 78.32/78.58  Current number of rules: 735
% 78.32/78.58  New rule produced :
% 78.32/78.58  [738]
% 78.32/78.58  is_a_theorem(not(not(implies(implies(implies(A,B),C),implies(not(not(B)),C)))))
% 78.32/78.58  -> true
% 78.32/78.58  Current number of equations to process: 1646
% 78.32/78.58  Current number of ordered equations: 0
% 78.32/78.58  Current number of rules: 736
% 78.32/78.58  New rule produced :
% 78.32/78.58  [739]
% 78.32/78.58  is_a_theorem(not(not(implies(implies(not(A),not(B)),implies(C,implies(B,A))))))
% 78.32/78.58  -> true
% 78.32/78.58  Current number of equations to process: 1645
% 78.32/78.58  Current number of ordered equations: 0
% 78.32/78.58  Current number of rules: 737
% 78.32/78.58  New rule produced :
% 78.32/78.58  [740]
% 78.32/78.58  is_a_theorem(not(not(implies(implies(implies(A,B),C),implies(X,implies(B,C))))))
% 78.32/78.58  -> true
% 78.32/78.58  Current number of equations to process: 1644
% 78.32/78.58  Current number of ordered equations: 0
% 78.32/78.58  Current number of rules: 738
% 78.32/78.58  New rule produced :
% 78.32/78.58  [741]
% 78.32/78.58  is_a_theorem(not(not(implies(A,implies(B,implies(implies(A,C),implies(X,C)))))))
% 78.32/78.58  -> true
% 78.32/78.58  Current number of equations to process: 1643
% 78.32/78.58  Current number of ordered equations: 0
% 78.32/78.58  Current number of rules: 739
% 78.32/78.58  New rule produced :
% 78.32/78.58  [742]
% 78.32/78.58  is_a_theorem(not(not(implies(A,implies(B,implies(implies(implies(C,A),X),X))))))
% 78.32/78.58  -> true
% 78.32/78.58  Current number of equations to process: 1642
% 78.32/78.58  Current number of ordered equations: 0
% 78.32/78.58  Current number of rules: 740
% 78.32/78.58  New rule produced :
% 78.32/78.58  [743]
% 78.32/78.58  is_a_theorem(not(not(implies(implies(implies(A,A),B),implies(C,implies(X,B))))))
% 78.32/78.58  -> true
% 78.32/78.58  Current number of equations to process: 1641
% 78.32/78.58  Current number of ordered equations: 0
% 78.32/78.58  Current number of rules: 741
% 78.32/78.58  New rule produced :
% 78.32/78.58  [744]
% 78.32/78.58  is_a_theorem(not(not(implies(not(implies(A,implies(B,C))),implies(not(B),X)))))
% 78.32/78.58  -> true
% 78.32/78.58  Current number of equations to process: 1640
% 78.32/78.58  Current number of ordered equations: 0
% 78.32/78.58  Current number of rules: 742
% 78.32/78.58  New rule produced :
% 78.32/78.58  [745]
% 78.32/78.58  is_a_theorem(not(not(implies(not(implies(A,B)),implies(not(implies(C,A)),X)))))
% 78.32/78.58  -> true
% 78.32/78.58  Current number of equations to process: 1639
% 78.32/78.58  Current number of ordered equations: 0
% 78.32/78.58  Current number of rules: 743
% 78.32/78.58  New rule produced :
% 78.32/78.58  [746]
% 78.32/78.58  is_a_theorem(not(not(implies(not(implies(A,B)),implies(C,implies(not(A),X))))))
% 78.32/78.58  -> true
% 78.32/78.58  Current number of equations to process: 1638
% 78.32/78.58  Current number of ordered equations: 0
% 78.32/78.58  Current number of rules: 744
% 78.32/78.58  New rule produced :
% 78.32/78.58  [747]
% 78.32/78.58  is_a_theorem(not(not(implies(A,implies(B,implies(C,implies(implies(B,X),X)))))))
% 78.32/78.58  -> true
% 78.32/78.58  Current number of equations to process: 1637
% 78.32/78.58  Current number of ordered equations: 0
% 78.32/78.58  Current number of rules: 745
% 78.32/78.58  New rule produced :
% 78.32/78.58  [748]
% 78.32/78.58  is_a_theorem(not(not(implies(A,implies(not(not(B)),implies(C,implies(X,B)))))))
% 78.32/78.58  -> true
% 78.32/78.58  Current number of equations to process: 1636
% 78.32/78.58  Current number of ordered equations: 0
% 78.32/78.58  Current number of rules: 746
% 78.32/78.58  New rule produced :
% 78.32/78.58  [749]
% 78.32/78.58  is_a_theorem(not(not(implies(A,implies(B,implies(C,implies(implies(A,X),X)))))))
% 78.32/78.58  -> true
% 78.32/78.58  Current number of equations to process: 1635
% 78.32/78.58  Current number of ordered equations: 0
% 78.32/78.58  Current number of rules: 747
% 78.32/78.58  New rule produced :
% 78.32/78.58  [750]
% 78.32/78.58  is_a_theorem(not(not(implies(not(not(A)),implies(B,implies(C,implies(X,A)))))))
% 78.32/78.58  -> true
% 78.32/78.58  Current number of equations to process: 1634
% 78.32/78.58  Current number of ordered equations: 0
% 78.32/78.58  Current number of rules: 748
% 78.32/78.58  New rule produced :
% 78.32/78.58  [751]
% 78.32/78.58  is_a_theorem(not(not(implies(A,implies(implies(implies(implies(A,B),B),C),C)))))
% 78.32/78.58  -> true
% 78.32/78.58  Current number of equations to process: 1633
% 78.32/78.58  Current number of ordered equations: 0
% 78.32/78.58  Current number of rules: 749
% 78.32/78.58  New rule produced :
% 78.32/78.58  [752]
% 78.32/78.58  is_a_theorem(not(not(implies(implies(implies(A,A),B),implies(implies(B,C),C)))))
% 78.32/78.58  -> true
% 78.32/78.58  Current number of equations to process: 1632
% 78.63/78.81  Current number of ordered equations: 0
% 78.63/78.81  Current number of rules: 750
% 78.63/78.81  New rule produced :
% 78.63/78.81  [753]
% 78.63/78.81  is_a_theorem(not(not(implies(not(not(A)),implies(implies(implies(B,A),C),C)))))
% 78.63/78.81  -> true
% 78.63/78.81  Current number of equations to process: 1631
% 78.63/78.81  Current number of ordered equations: 0
% 78.63/78.81  Current number of rules: 751
% 78.63/78.81  New rule produced :
% 78.63/78.81  [754]
% 78.63/78.81  is_a_theorem(not(not(implies(implies(implies(A,A),implies(implies(B,B),C)),C))))
% 78.63/78.81  -> true
% 78.63/78.81  Current number of equations to process: 1630
% 78.63/78.81  Current number of ordered equations: 0
% 78.63/78.81  Current number of rules: 752
% 78.63/78.81  New rule produced :
% 78.63/78.81  [755]
% 78.63/78.81  is_a_theorem(not(not(implies(A,implies(implies(not(B),not(implies(C,C))),B)))))
% 78.63/78.81  -> true
% 78.63/78.81  Current number of equations to process: 1629
% 78.63/78.81  Current number of ordered equations: 0
% 78.63/78.81  Current number of rules: 753
% 78.63/78.81  New rule produced :
% 78.63/78.81  [756]
% 78.63/78.81  is_a_theorem(not(not(implies(implies(implies(not(not(A)),A),B),implies(C,B)))))
% 78.63/78.81  -> true
% 78.63/78.81  Current number of equations to process: 1628
% 78.63/78.81  Current number of ordered equations: 0
% 78.63/78.81  Current number of rules: 754
% 78.63/78.81  New rule produced :
% 78.63/78.81  [757]
% 78.63/78.81  is_a_theorem(not(not(implies(A,implies(B,implies(C,implies(not(not(X)),X)))))))
% 78.63/78.81  -> true
% 78.63/78.81  Current number of equations to process: 1627
% 78.63/78.81  Current number of ordered equations: 0
% 78.63/78.81  Current number of rules: 755
% 78.63/78.81  New rule produced :
% 78.63/78.81  [758]
% 78.63/78.81  is_a_theorem(not(not(implies(implies(implies(A,implies(not(not(B)),B)),C),C))))
% 78.63/78.81  -> true
% 78.63/78.81  Current number of equations to process: 1626
% 78.63/78.81  Current number of ordered equations: 0
% 78.63/78.81  Current number of rules: 756
% 78.63/78.81  New rule produced :
% 78.63/78.81  [759]
% 78.63/78.81  is_a_theorem(not(not(implies(A,implies(implies(implies(not(not(B)),B),C),C)))))
% 78.63/78.81  -> true
% 78.63/78.81  Current number of equations to process: 1625
% 78.63/78.81  Current number of ordered equations: 0
% 78.63/78.81  Current number of rules: 757
% 78.63/78.81  New rule produced :
% 78.63/78.81  [760]
% 78.63/78.81  is_a_theorem(not(not(implies(implies(not(A),not(implies(B,B))),implies(C,A)))))
% 78.63/78.81  -> true
% 78.63/78.81  Current number of equations to process: 1624
% 78.63/78.81  Current number of ordered equations: 0
% 78.63/78.81  Current number of rules: 758
% 78.63/78.81  New rule produced :
% 78.63/78.81  [761]
% 78.63/78.81  is_a_theorem(implies(implies(not(not(implies(A,implies(B,A)))),C),implies(X,C)))
% 78.63/78.81  -> true
% 78.63/78.81  Current number of equations to process: 1623
% 78.63/78.81  Current number of ordered equations: 0
% 78.63/78.81  Current number of rules: 759
% 78.63/78.81  New rule produced :
% 78.63/78.81  [762]
% 78.63/78.81  is_a_theorem(implies(A,implies(B,implies(C,not(not(implies(X,implies(Y,X))))))))
% 78.63/78.81  -> true
% 78.63/78.81  Current number of equations to process: 1622
% 78.63/78.81  Current number of ordered equations: 0
% 78.63/78.81  Current number of rules: 760
% 78.63/78.81  New rule produced :
% 78.63/78.81  [763]
% 78.63/78.81  is_a_theorem(implies(implies(implies(A,not(not(implies(B,implies(C,B))))),X),X))
% 78.63/78.81  -> true
% 78.63/78.81  Current number of equations to process: 1621
% 78.63/78.81  Current number of ordered equations: 0
% 78.63/78.81  Current number of rules: 761
% 78.63/78.81  New rule produced :
% 78.63/78.81  [764]
% 78.63/78.81  is_a_theorem(implies(A,implies(implies(not(not(implies(B,implies(C,B)))),X),X)))
% 78.63/78.81  -> true
% 78.63/78.81  Current number of equations to process: 1620
% 78.63/78.81  Current number of ordered equations: 0
% 78.63/78.81  Current number of rules: 762
% 78.63/78.81  New rule produced :
% 78.63/78.81  [765]
% 78.63/78.81  is_a_theorem(implies(implies(implies(A,not(not(implies(B,A)))),C),implies(X,C)))
% 78.63/78.81  -> true
% 78.63/78.81  Current number of equations to process: 1619
% 78.63/78.81  Current number of ordered equations: 0
% 78.63/78.81  Current number of rules: 763
% 78.63/78.81  New rule produced :
% 78.63/78.81  [766]
% 78.63/78.81  is_a_theorem(implies(A,implies(B,implies(C,implies(X,not(not(implies(Y,X))))))))
% 78.63/78.81  -> true
% 78.63/78.81  Current number of equations to process: 1618
% 78.63/78.81  Current number of ordered equations: 0
% 78.63/78.81  Current number of rules: 764
% 78.63/78.81  New rule produced :
% 78.63/78.81  [767]
% 78.63/78.81  is_a_theorem(implies(implies(implies(A,implies(B,not(not(implies(C,B))))),X),X))
% 78.63/78.81  -> true
% 78.63/78.81  Current number of equations to process: 1617
% 78.63/78.81  Current number of ordered equations: 0
% 78.63/78.81  Current number of rules: 765
% 78.63/78.81  New rule produced :
% 78.63/78.81  [768]
% 78.63/78.81  is_a_theorem(implies(A,implies(implies(implies(B,not(not(implies(C,B)))),X),X)))
% 78.63/78.81  -> true
% 78.63/78.81  Current number of equations to process: 1616
% 78.63/78.81  Current number of ordered equations: 0
% 78.63/78.81  Current number of rules: 766
% 78.63/78.81  New rule produced :
% 78.63/78.81  [769]
% 78.63/78.81  is_a_theorem(implies(implies(not(not(implies(A,implies(B,B)))),C),implies(X,C)))
% 78.63/78.81  -> true
% 78.63/78.81  Current number of equations to process: 1615
% 78.63/78.81  Current number of ordered equations: 0
% 78.63/78.81  Current number of rules: 767
% 78.63/78.81  New rule produced :
% 78.63/78.81  [770]
% 78.63/78.81  is_a_theorem(implies(A,implies(B,implies(C,not(not(implies(X,implies(Y,Y))))))))
% 78.63/78.81  -> true
% 78.63/78.81  Current number of equations to process: 1614
% 78.84/79.01  Current number of ordered equations: 0
% 78.84/79.01  Current number of rules: 768
% 78.84/79.01  New rule produced :
% 78.84/79.01  [771]
% 78.84/79.01  is_a_theorem(implies(implies(implies(A,not(not(implies(B,implies(C,C))))),X),X))
% 78.84/79.01  -> true
% 78.84/79.01  Current number of equations to process: 1613
% 78.84/79.01  Current number of ordered equations: 0
% 78.84/79.01  Current number of rules: 769
% 78.84/79.01  New rule produced :
% 78.84/79.01  [772]
% 78.84/79.01  is_a_theorem(implies(A,implies(implies(not(not(implies(B,implies(C,C)))),X),X)))
% 78.84/79.01  -> true
% 78.84/79.01  Current number of equations to process: 1612
% 78.84/79.01  Current number of ordered equations: 0
% 78.84/79.01  Current number of rules: 770
% 78.84/79.01  New rule produced :
% 78.84/79.01  [773]
% 78.84/79.01  is_a_theorem(implies(A,implies(implies(implies(B,not(not(implies(C,C)))),X),X)))
% 78.84/79.01  -> true
% 78.84/79.01  Current number of equations to process: 1611
% 78.84/79.01  Current number of ordered equations: 0
% 78.84/79.01  Current number of rules: 771
% 78.84/79.01  New rule produced :
% 78.84/79.01  [774]
% 78.84/79.01  is_a_theorem(implies(implies(implies(A,A),not(implies(not(B),implies(B,C)))),X))
% 78.84/79.01  -> true
% 78.84/79.01  Current number of equations to process: 1610
% 78.84/79.01  Current number of ordered equations: 0
% 78.84/79.01  Current number of rules: 772
% 78.84/79.01  New rule produced :
% 78.84/79.01  [775]
% 78.84/79.01  is_a_theorem(implies(implies(implies(A,A),not(implies(not(implies(B,B)),C))),X))
% 78.85/79.01  -> true
% 78.85/79.01  Current number of equations to process: 1609
% 78.85/79.01  Current number of ordered equations: 0
% 78.85/79.01  Current number of rules: 773
% 78.85/79.01  New rule produced :
% 78.85/79.01  [776]
% 78.85/79.01  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,not(not(C))),X),X))))
% 78.85/79.01  -> true
% 78.85/79.01  Current number of equations to process: 1608
% 78.85/79.01  Current number of ordered equations: 0
% 78.85/79.01  Current number of rules: 774
% 78.85/79.01  New rule produced :
% 78.85/79.01  [777]
% 78.85/79.01  is_a_theorem(implies(implies(implies(implies(implies(A,not(not(A))),B),B),C),C))
% 78.85/79.01  -> true
% 78.85/79.01  Current number of equations to process: 1607
% 78.85/79.01  Current number of ordered equations: 0
% 78.85/79.01  Current number of rules: 775
% 78.85/79.01  New rule produced :
% 78.85/79.01  [778]
% 78.85/79.01  is_a_theorem(implies(implies(A,B),implies(implies(implies(C,not(not(C))),A),B)))
% 78.85/79.01  -> true
% 78.85/79.01  Current number of equations to process: 1606
% 78.85/79.01  Current number of ordered equations: 0
% 78.85/79.01  Current number of rules: 776
% 78.85/79.01  New rule produced :
% 78.85/79.01  [779]
% 78.85/79.01  is_a_theorem(implies(A,implies(B,implies(implies(not(not(C)),X),implies(C,X)))))
% 78.85/79.01  -> true
% 78.85/79.01  Current number of equations to process: 1605
% 78.85/79.01  Current number of ordered equations: 0
% 78.85/79.01  Current number of rules: 777
% 78.85/79.01  New rule produced :
% 78.85/79.01  [780]
% 78.85/79.01  is_a_theorem(implies(implies(implies(implies(not(not(A)),B),implies(A,B)),C),C))
% 78.85/79.01  -> true
% 78.85/79.01  Current number of equations to process: 1604
% 78.85/79.01  Current number of ordered equations: 0
% 78.85/79.01  Current number of rules: 778
% 78.85/79.01  New rule produced :
% 78.85/79.01  [781]
% 78.85/79.01  is_a_theorem(implies(implies(implies(A,B),C),implies(implies(not(not(A)),B),C)))
% 78.85/79.01  -> true
% 78.85/79.01  Current number of equations to process: 1603
% 78.85/79.01  Current number of ordered equations: 0
% 78.85/79.01  Current number of rules: 779
% 78.85/79.01  New rule produced :
% 78.85/79.01  [782]
% 78.85/79.01  is_a_theorem(implies(A,implies(B,not(not(implies(C,implies(X,implies(Y,X))))))))
% 78.85/79.01  -> true
% 78.85/79.01  Current number of equations to process: 1602
% 78.85/79.01  Current number of ordered equations: 0
% 78.85/79.01  Current number of rules: 780
% 78.85/79.01  New rule produced :
% 78.85/79.01  [783]
% 78.85/79.01  is_a_theorem(implies(implies(not(not(implies(A,implies(B,implies(C,B))))),X),X))
% 78.85/79.01  -> true
% 78.85/79.01  Current number of equations to process: 1601
% 78.85/79.01  Current number of ordered equations: 0
% 78.85/79.01  Current number of rules: 781
% 78.85/79.01  New rule produced :
% 78.85/79.01  [784]
% 78.85/79.01  is_a_theorem(implies(A,implies(B,not(not(implies(C,implies(X,implies(Y,C))))))))
% 78.85/79.01  -> true
% 78.85/79.01  Current number of equations to process: 1600
% 78.85/79.01  Current number of ordered equations: 0
% 78.85/79.01  Current number of rules: 782
% 78.85/79.01  New rule produced :
% 78.85/79.01  [785]
% 78.85/79.01  is_a_theorem(implies(implies(not(not(implies(A,implies(B,implies(C,A))))),X),X))
% 78.85/79.01  -> true
% 78.85/79.01  Current number of equations to process: 1599
% 78.85/79.01  Current number of ordered equations: 0
% 78.85/79.01  Current number of rules: 783
% 78.85/79.01  New rule produced :
% 78.85/79.01  [786]
% 78.85/79.01  is_a_theorem(implies(A,implies(B,not(not(implies(C,implies(implies(C,X),X)))))))
% 78.85/79.01  -> true
% 78.85/79.01  Current number of equations to process: 1598
% 78.85/79.01  Current number of ordered equations: 0
% 78.85/79.01  Current number of rules: 784
% 78.85/79.01  New rule produced :
% 78.85/79.01  [787]
% 78.85/79.01  is_a_theorem(implies(implies(not(not(implies(A,implies(implies(A,B),B)))),C),C))
% 78.85/79.01  -> true
% 78.85/79.01  Current number of equations to process: 1597
% 78.85/79.01  Current number of ordered equations: 0
% 78.85/79.01  Current number of rules: 785
% 78.85/79.01  New rule produced :
% 78.85/79.01  [788]
% 78.85/79.01  is_a_theorem(implies(A,implies(B,not(not(implies(C,implies(X,implies(Y,Y))))))))
% 78.85/79.01  -> true
% 78.85/79.01  Current number of equations to process: 1593
% 79.04/79.25  Current number of ordered equations: 0
% 79.04/79.25  Current number of rules: 786
% 79.04/79.25  New rule produced :
% 79.04/79.25  [789]
% 79.04/79.25  is_a_theorem(implies(implies(not(not(implies(A,implies(B,implies(C,C))))),X),X))
% 79.04/79.25  -> true
% 79.04/79.25  Current number of equations to process: 1592
% 79.04/79.25  Current number of ordered equations: 0
% 79.04/79.25  Current number of rules: 787
% 79.04/79.25  New rule produced :
% 79.04/79.25  [790]
% 79.04/79.25  is_a_theorem(implies(A,implies(B,not(not(implies(implies(implies(C,C),X),X))))))
% 79.04/79.25  -> true
% 79.04/79.25  Current number of equations to process: 1591
% 79.04/79.25  Current number of ordered equations: 0
% 79.04/79.25  Current number of rules: 788
% 79.04/79.25  New rule produced :
% 79.04/79.25  [791]
% 79.04/79.25  is_a_theorem(implies(implies(not(not(implies(implies(implies(A,A),B),B))),C),C))
% 79.04/79.25  -> true
% 79.04/79.25  Current number of equations to process: 1590
% 79.04/79.25  Current number of ordered equations: 0
% 79.04/79.25  Current number of rules: 789
% 79.04/79.25  New rule produced :
% 79.04/79.25  [792]
% 79.04/79.25  is_a_theorem(implies(A,implies(implies(implies(B,not(not(B))),C),implies(X,C))))
% 79.04/79.25  -> true
% 79.04/79.25  Current number of equations to process: 1589
% 79.04/79.25  Current number of ordered equations: 0
% 79.04/79.25  Current number of rules: 790
% 79.04/79.25  New rule produced :
% 79.04/79.25  [793]
% 79.04/79.25  is_a_theorem(not(not(implies(implies(implies(A,not(not(A))),B),implies(C,B)))))
% 79.04/79.25  -> true
% 79.04/79.25  Current number of equations to process: 1588
% 79.04/79.25  Current number of ordered equations: 0
% 79.04/79.25  Current number of rules: 791
% 79.04/79.25  New rule produced :
% 79.04/79.25  [794]
% 79.04/79.25  is_a_theorem(not(not(implies(A,implies(B,implies(C,implies(X,not(not(X)))))))))
% 79.04/79.25  -> true
% 79.04/79.25  Current number of equations to process: 1587
% 79.04/79.25  Current number of ordered equations: 0
% 79.04/79.25  Current number of rules: 792
% 79.04/79.25  New rule produced :
% 79.04/79.25  [795]
% 79.04/79.25  is_a_theorem(not(not(implies(implies(implies(A,implies(B,not(not(B)))),C),C))))
% 79.04/79.25  -> true
% 79.04/79.25  Current number of equations to process: 1585
% 79.04/79.25  Current number of ordered equations: 0
% 79.04/79.25  Current number of rules: 793
% 79.04/79.25  New rule produced :
% 79.04/79.25  [796]
% 79.04/79.25  is_a_theorem(not(not(implies(A,implies(implies(implies(B,not(not(B))),C),C)))))
% 79.04/79.25  -> true
% 79.04/79.25  Current number of equations to process: 1582
% 79.04/79.25  Current number of ordered equations: 0
% 79.04/79.25  Current number of rules: 794
% 79.04/79.25  New rule produced :
% 79.04/79.25  [797]
% 79.04/79.25  is_a_theorem(not(not(implies(A,implies(implies(B,C),implies(not(not(B)),C))))))
% 79.04/79.25  -> true
% 79.04/79.25  Current number of equations to process: 1581
% 79.04/79.25  Current number of ordered equations: 0
% 79.04/79.25  Current number of rules: 795
% 79.04/79.25  New rule produced :
% 79.04/79.25  [798]
% 79.04/79.25  is_a_theorem(implies(A,implies(B,implies(not(not(C)),implies(implies(C,X),X)))))
% 79.04/79.25  -> true
% 79.04/79.25  Current number of equations to process: 1580
% 79.04/79.25  Current number of ordered equations: 0
% 79.04/79.25  Current number of rules: 796
% 79.04/79.25  New rule produced :
% 79.04/79.25  [799]
% 79.04/79.25  is_a_theorem(implies(implies(implies(not(not(A)),implies(implies(A,B),B)),C),C))
% 79.04/79.25  -> true
% 79.04/79.25  Current number of equations to process: 1579
% 79.04/79.25  Current number of ordered equations: 0
% 79.04/79.25  Current number of rules: 797
% 79.04/79.25  New rule produced :
% 79.04/79.25  [800]
% 79.04/79.25  is_a_theorem(implies(implies(implies(implies(A,B),B),C),implies(not(not(A)),C)))
% 79.04/79.25  -> true
% 79.04/79.25  Current number of equations to process: 1578
% 79.04/79.25  Current number of ordered equations: 0
% 79.04/79.25  Current number of rules: 798
% 79.04/79.25  New rule produced :
% 79.04/79.25  [801]
% 79.04/79.25  is_a_theorem(implies(A,implies(B,implies(not(not(implies(implies(C,C),X))),X))))
% 79.04/79.25  -> true
% 79.04/79.25  Current number of equations to process: 1577
% 79.04/79.25  Current number of ordered equations: 0
% 79.04/79.25  Current number of rules: 799
% 79.04/79.25  New rule produced :
% 79.04/79.25  [802]
% 79.04/79.25  is_a_theorem(implies(implies(implies(not(not(implies(implies(A,A),B))),B),C),C))
% 79.04/79.25  -> true
% 79.04/79.25  Current number of equations to process: 1576
% 79.04/79.25  Current number of ordered equations: 0
% 79.04/79.25  Current number of rules: 800
% 79.04/79.25  New rule produced :
% 79.04/79.25  [803]
% 79.04/79.25  is_a_theorem(implies(implies(A,B),implies(not(not(implies(implies(C,C),A))),B)))
% 79.04/79.25  -> true
% 79.04/79.25  Current number of equations to process: 1575
% 79.04/79.25  Current number of ordered equations: 0
% 79.04/79.25  Current number of rules: 801
% 79.04/79.25  New rule produced :
% 79.04/79.25  [804]
% 79.04/79.25  is_a_theorem(implies(not(not(implies(A,B))),implies(implies(B,C),implies(A,C))))
% 79.04/79.25  -> true
% 79.04/79.25  Current number of equations to process: 1570
% 79.04/79.25  Current number of ordered equations: 0
% 79.04/79.25  Current number of rules: 802
% 79.04/79.25  New rule produced :
% 79.04/79.25  [805]
% 79.04/79.25  is_a_theorem(implies(not(not(implies(implies(A,B),B))),implies(implies(B,A),A)))
% 79.04/79.25  -> true
% 79.04/79.25  Current number of equations to process: 1569
% 79.04/79.25  Current number of ordered equations: 0
% 79.04/79.25  Current number of rules: 803
% 79.04/79.25  New rule produced :
% 79.04/79.25  [806]
% 79.04/79.25  is_a_theorem(implies(not(not(implies(implies(A,implies(B,A)),C))),implies(X,C)))
% 79.04/79.25  -> true
% 79.04/79.25  Current number of equations to process: 1568
% 79.36/79.53  Current number of ordered equations: 0
% 79.36/79.53  Current number of rules: 804
% 79.36/79.53  New rule produced :
% 79.36/79.53  [807]
% 79.36/79.53  is_a_theorem(implies(not(not(A)),implies(implies(implies(B,A),C),implies(X,C))))
% 79.36/79.53  -> true
% 79.36/79.53  Current number of equations to process: 1567
% 79.36/79.53  Current number of ordered equations: 0
% 79.36/79.53  Current number of rules: 805
% 79.36/79.53  New rule produced :
% 79.36/79.53  [808]
% 79.36/79.53  is_a_theorem(implies(not(not(implies(implies(A,implies(B,implies(C,B))),X))),X))
% 79.36/79.53  -> true
% 79.36/79.53  Current number of equations to process: 1566
% 79.36/79.53  Current number of ordered equations: 0
% 79.36/79.53  Current number of rules: 806
% 79.36/79.53  New rule produced :
% 79.36/79.53  [809]
% 79.36/79.53  is_a_theorem(implies(not(not(implies(implies(A,implies(B,implies(C,A))),X))),X))
% 79.36/79.53  -> true
% 79.36/79.53  Current number of equations to process: 1565
% 79.36/79.53  Current number of ordered equations: 0
% 79.36/79.53  Current number of rules: 807
% 79.36/79.53  New rule produced :
% 79.36/79.53  [810]
% 79.36/79.53  is_a_theorem(implies(not(not(implies(implies(A,implies(implies(A,B),B)),C))),C))
% 79.36/79.53  -> true
% 79.36/79.53  Current number of equations to process: 1564
% 79.36/79.53  Current number of ordered equations: 0
% 79.36/79.53  Current number of rules: 808
% 79.36/79.53  New rule produced :
% 79.36/79.53  [811]
% 79.36/79.53  is_a_theorem(implies(not(not(implies(implies(A,implies(B,implies(C,C))),X))),X))
% 79.36/79.53  -> true
% 79.36/79.53  Current number of equations to process: 1563
% 79.36/79.53  Current number of ordered equations: 0
% 79.36/79.53  Current number of rules: 809
% 79.36/79.53  New rule produced :
% 79.36/79.53  [812]
% 79.36/79.53  is_a_theorem(implies(not(not(implies(implies(implies(implies(A,A),B),B),C))),C))
% 79.36/79.53  -> true
% 79.36/79.53  Current number of equations to process: 1562
% 79.36/79.53  Current number of ordered equations: 0
% 79.36/79.53  Current number of rules: 810
% 79.36/79.53  New rule produced :
% 79.36/79.53  [813]
% 79.36/79.53  is_a_theorem(implies(not(not(implies(implies(A,implies(B,B)),C))),implies(X,C)))
% 79.36/79.53  -> true
% 79.36/79.53  Current number of equations to process: 1561
% 79.36/79.53  Current number of ordered equations: 0
% 79.36/79.53  Current number of rules: 811
% 79.36/79.53  New rule produced :
% 79.36/79.53  [814]
% 79.36/79.53  is_a_theorem(implies(not(not(not(implies(A,implies(not(B),implies(B,C)))))),X))
% 79.36/79.53  -> true
% 79.36/79.53  Current number of equations to process: 1560
% 79.36/79.53  Current number of ordered equations: 0
% 79.36/79.53  Current number of rules: 812
% 79.36/79.53  New rule produced :
% 79.36/79.53  [815]
% 79.36/79.53  is_a_theorem(implies(not(not(not(implies(not(A),implies(B,implies(A,C)))))),X))
% 79.36/79.53  -> true
% 79.36/79.53  Current number of equations to process: 1559
% 79.36/79.53  Current number of ordered equations: 0
% 79.36/79.53  Current number of rules: 813
% 79.36/79.53  New rule produced :
% 79.36/79.53  [816]
% 79.36/79.53  is_a_theorem(implies(not(not(implies(implies(not(not(A)),implies(B,A)),C))),C))
% 79.36/79.53  -> true
% 79.36/79.53  Current number of equations to process: 1558
% 79.36/79.53  Current number of ordered equations: 0
% 79.36/79.53  Current number of rules: 814
% 79.36/79.53  New rule produced :
% 79.36/79.53  [817]
% 79.36/79.53  is_a_theorem(implies(not(not(not(implies(not(implies(A,B)),implies(B,C))))),X))
% 79.36/79.53  -> true
% 79.36/79.53  Current number of equations to process: 1557
% 79.36/79.53  Current number of ordered equations: 0
% 79.36/79.53  Current number of rules: 815
% 79.36/79.53  New rule produced :
% 79.36/79.53  [818]
% 79.36/79.53  is_a_theorem(implies(not(not(not(implies(not(implies(A,implies(B,A))),C)))),X))
% 79.36/79.53  -> true
% 79.36/79.53  Current number of equations to process: 1556
% 79.36/79.53  Current number of ordered equations: 0
% 79.36/79.53  Current number of rules: 816
% 79.36/79.53  New rule produced :
% 79.36/79.53  [819]
% 79.36/79.53  is_a_theorem(implies(not(not(not(implies(A,implies(not(implies(B,B)),C))))),X))
% 79.36/79.53  -> true
% 79.36/79.53  Current number of equations to process: 1555
% 79.36/79.53  Current number of ordered equations: 0
% 79.36/79.53  Current number of rules: 817
% 79.36/79.53  New rule produced :
% 79.36/79.53  [820]
% 79.36/79.53  is_a_theorem(implies(not(not(not(implies(not(implies(A,implies(B,B))),C)))),X))
% 79.36/79.53  -> true
% 79.36/79.53  Current number of equations to process: 1554
% 79.36/79.53  Current number of ordered equations: 0
% 79.36/79.53  Current number of rules: 818
% 79.36/79.53  New rule produced :
% 79.36/79.53  [821]
% 79.36/79.53  is_a_theorem(implies(not(not(implies(implies(A,implies(B,C)),X))),implies(C,X)))
% 79.36/79.53  -> true
% 79.36/79.53  Current number of equations to process: 1553
% 79.36/79.53  Current number of ordered equations: 0
% 79.36/79.53  Current number of rules: 819
% 79.36/79.53  New rule produced :
% 79.36/79.53  [822]
% 79.36/79.53  is_a_theorem(implies(not(not(implies(implies(implies(A,B),B),C))),implies(A,C)))
% 79.36/79.53  -> true
% 79.36/79.53  Current number of equations to process: 1552
% 79.36/79.53  Current number of ordered equations: 0
% 79.36/79.53  Current number of rules: 820
% 79.36/79.53  New rule produced :
% 79.36/79.53  [823]
% 79.36/79.53  is_a_theorem(implies(not(not(implies(A,B))),implies(implies(implies(C,C),A),B)))
% 79.36/79.53  -> true
% 79.36/79.53  Current number of equations to process: 1551
% 79.36/79.53  Current number of ordered equations: 0
% 79.36/79.53  Current number of rules: 821
% 79.36/79.53  New rule produced :
% 79.36/79.53  [824]
% 79.36/79.53  is_a_theorem(implies(not(not(implies(implies(A,B),C))),implies(not(not(B)),C)))
% 79.36/79.53  -> true
% 79.36/79.53  Current number of equations to process: 1550
% 79.65/79.83  Current number of ordered equations: 0
% 79.65/79.83  Current number of rules: 822
% 79.65/79.83  New rule produced :
% 79.65/79.83  [825]
% 79.65/79.83  is_a_theorem(implies(not(not(implies(not(A),not(B)))),implies(C,implies(B,A))))
% 79.65/79.83  -> true
% 79.65/79.83  Current number of equations to process: 1549
% 79.65/79.83  Current number of ordered equations: 0
% 79.65/79.83  Current number of rules: 823
% 79.65/79.83  New rule produced :
% 79.65/79.83  [826]
% 79.65/79.83  is_a_theorem(implies(not(not(implies(implies(A,B),C))),implies(X,implies(B,C))))
% 79.65/79.83  -> true
% 79.65/79.83  Current number of equations to process: 1548
% 79.65/79.83  Current number of ordered equations: 0
% 79.65/79.83  Current number of rules: 824
% 79.65/79.83  New rule produced :
% 79.65/79.83  [827]
% 79.65/79.83  is_a_theorem(implies(not(not(A)),implies(B,implies(implies(A,C),implies(X,C)))))
% 79.65/79.83  -> true
% 79.65/79.83  Current number of equations to process: 1547
% 79.65/79.83  Current number of ordered equations: 0
% 79.65/79.83  Current number of rules: 825
% 79.65/79.83  New rule produced :
% 79.65/79.83  [828]
% 79.65/79.83  is_a_theorem(implies(not(not(A)),implies(B,implies(implies(implies(C,A),X),X))))
% 79.65/79.83  -> true
% 79.65/79.83  Current number of equations to process: 1546
% 79.65/79.83  Current number of ordered equations: 0
% 79.65/79.83  Current number of rules: 826
% 79.65/79.83  New rule produced :
% 79.65/79.83  [829]
% 79.65/79.83  is_a_theorem(implies(not(not(implies(implies(A,A),B))),implies(C,implies(X,B))))
% 79.65/79.83  -> true
% 79.65/79.83  Current number of equations to process: 1545
% 79.65/79.83  Current number of ordered equations: 0
% 79.65/79.83  Current number of rules: 827
% 79.65/79.83  New rule produced :
% 79.65/79.83  [830]
% 79.65/79.83  is_a_theorem(implies(not(not(not(implies(A,implies(B,C))))),implies(not(B),X)))
% 79.65/79.83  -> true
% 79.65/79.83  Current number of equations to process: 1544
% 79.65/79.83  Current number of ordered equations: 0
% 79.65/79.83  Current number of rules: 828
% 79.65/79.83  New rule produced :
% 79.65/79.83  [831]
% 79.65/79.83  is_a_theorem(implies(not(not(not(implies(A,B)))),implies(not(implies(C,A)),X)))
% 79.65/79.83  -> true
% 79.65/79.83  Current number of equations to process: 1543
% 79.65/79.83  Current number of ordered equations: 0
% 79.65/79.83  Current number of rules: 829
% 79.65/79.83  New rule produced :
% 79.65/79.83  [832]
% 79.65/79.83  is_a_theorem(implies(not(not(not(implies(A,B)))),implies(C,implies(not(A),X))))
% 79.65/79.83  -> true
% 79.65/79.83  Current number of equations to process: 1542
% 79.65/79.83  Current number of ordered equations: 0
% 79.65/79.83  Current number of rules: 830
% 79.65/79.83  New rule produced :
% 79.65/79.83  [833]
% 79.65/79.83  is_a_theorem(implies(not(not(A)),implies(B,implies(C,implies(implies(A,X),X)))))
% 79.65/79.83  -> true
% 79.65/79.83  Current number of equations to process: 1541
% 79.65/79.83  Current number of ordered equations: 0
% 79.65/79.83  Current number of rules: 831
% 79.65/79.83  New rule produced :
% 79.65/79.83  [834]
% 79.65/79.83  is_a_theorem(implies(not(not(not(not(A)))),implies(B,implies(C,implies(X,A)))))
% 79.65/79.83  -> true
% 79.65/79.83  Current number of equations to process: 1540
% 79.65/79.83  Current number of ordered equations: 0
% 79.65/79.83  Current number of rules: 832
% 79.65/79.83  New rule produced :
% 79.65/79.83  [835]
% 79.65/79.83  is_a_theorem(implies(not(not(A)),implies(implies(implies(implies(A,B),B),C),C)))
% 79.65/79.83  -> true
% 79.65/79.83  Current number of equations to process: 1539
% 79.65/79.83  Current number of ordered equations: 0
% 79.65/79.83  Current number of rules: 833
% 79.65/79.83  New rule produced :
% 79.65/79.83  [836]
% 79.65/79.83  is_a_theorem(implies(not(not(implies(implies(A,A),B))),implies(implies(B,C),C)))
% 79.65/79.83  -> true
% 79.65/79.83  Current number of equations to process: 1538
% 79.65/79.83  Current number of ordered equations: 0
% 79.65/79.83  Current number of rules: 834
% 79.65/79.83  New rule produced :
% 79.65/79.83  [837]
% 79.65/79.83  is_a_theorem(implies(not(not(not(not(A)))),implies(implies(implies(B,A),C),C)))
% 79.65/79.83  -> true
% 79.65/79.83  Current number of equations to process: 1537
% 79.65/79.83  Current number of ordered equations: 0
% 79.65/79.83  Current number of rules: 835
% 79.65/79.83  New rule produced :
% 79.65/79.83  [838]
% 79.65/79.83  is_a_theorem(implies(not(not(implies(implies(A,A),implies(implies(B,B),C)))),C))
% 79.65/79.83  -> true
% 79.65/79.83  Current number of equations to process: 1536
% 79.65/79.83  Current number of ordered equations: 0
% 79.65/79.83  Current number of rules: 836
% 79.65/79.83  New rule produced :
% 79.65/79.83  [839]
% 79.65/79.83  is_a_theorem(implies(not(not(implies(implies(not(not(A)),A),B))),implies(C,B)))
% 79.65/79.83  -> true
% 79.65/79.83  Current number of equations to process: 1535
% 79.65/79.83  Current number of ordered equations: 0
% 79.65/79.83  Current number of rules: 837
% 79.65/79.83  New rule produced :
% 79.65/79.83  [840]
% 79.65/79.83  is_a_theorem(implies(not(not(implies(implies(A,implies(not(not(B)),B)),C))),C))
% 79.65/79.83  -> true
% 79.65/79.83  Current number of equations to process: 1534
% 79.65/79.83  Current number of ordered equations: 0
% 79.65/79.83  Current number of rules: 838
% 79.65/79.83  New rule produced :
% 79.65/79.83  [841]
% 79.65/79.83  is_a_theorem(implies(not(not(implies(not(A),not(implies(B,B))))),implies(C,A)))
% 79.65/79.83  -> true
% 79.65/79.83  Current number of equations to process: 1533
% 79.65/79.83  Current number of ordered equations: 0
% 79.65/79.83  Current number of rules: 839
% 79.65/79.83  New rule produced :
% 79.65/79.83  [842]
% 79.65/79.83  is_a_theorem(implies(not(not(implies(implies(A,not(not(A))),B))),implies(C,B)))
% 79.65/79.83  -> true
% 79.65/79.83  Current number of equations to process: 1532
% 79.92/80.12  Current number of ordered equations: 0
% 79.92/80.12  Current number of rules: 840
% 79.92/80.12  New rule produced :
% 79.92/80.12  [843]
% 79.92/80.12  is_a_theorem(implies(not(not(implies(implies(A,implies(B,not(not(B)))),C))),C))
% 79.92/80.12  -> true
% 79.92/80.12  Current number of equations to process: 1531
% 79.92/80.12  Current number of ordered equations: 0
% 79.92/80.12  Current number of rules: 841
% 79.92/80.12  New rule produced :
% 79.92/80.12  [844]
% 79.92/80.12  ifeq(is_a_theorem(not(implies(A,implies(not(not(B)),B)))),true,is_a_theorem(C),true)
% 79.92/80.12  -> true
% 79.92/80.12  Current number of equations to process: 1530
% 79.92/80.12  Current number of ordered equations: 0
% 79.92/80.12  Current number of rules: 842
% 79.92/80.12  New rule produced :
% 79.92/80.12  [845]
% 79.92/80.12  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,C),not(not(X))),X))))
% 79.92/80.12  -> true
% 79.92/80.12  Current number of equations to process: 1529
% 79.92/80.12  Current number of ordered equations: 0
% 79.92/80.12  Current number of rules: 843
% 79.92/80.12  New rule produced :
% 79.92/80.12  [846]
% 79.92/80.12  is_a_theorem(implies(implies(implies(implies(implies(A,A),not(not(B))),B),C),C))
% 79.92/80.12  -> true
% 79.92/80.12  Current number of equations to process: 1528
% 79.92/80.12  Current number of ordered equations: 0
% 79.92/80.12  Current number of rules: 844
% 79.92/80.12  New rule produced :
% 79.92/80.12  [847]
% 79.92/80.12  is_a_theorem(implies(implies(A,B),implies(implies(implies(C,C),not(not(A))),B)))
% 79.92/80.12  -> true
% 79.92/80.12  Current number of equations to process: 1527
% 79.92/80.12  Current number of ordered equations: 0
% 79.92/80.12  Current number of rules: 845
% 79.92/80.12  New rule produced :
% 79.92/80.12  [848]
% 79.92/80.12  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,B)),not(not(X))),X)))
% 79.92/80.12  -> true
% 79.92/80.12  Current number of equations to process: 1526
% 79.92/80.12  Current number of ordered equations: 0
% 79.92/80.12  Current number of rules: 846
% 79.92/80.12  New rule produced :
% 79.92/80.12  [849]
% 79.92/80.12  is_a_theorem(not(not(implies(implies(implies(A,implies(B,A)),not(not(C))),C))))
% 79.92/80.12  -> true
% 79.92/80.12  Current number of equations to process: 1525
% 79.92/80.12  Current number of ordered equations: 0
% 79.92/80.12  Current number of rules: 847
% 79.92/80.12  New rule produced :
% 79.92/80.12  [850]
% 79.92/80.12  is_a_theorem(implies(not(not(implies(implies(A,implies(B,A)),not(not(C))))),C))
% 79.92/80.12  -> true
% 79.92/80.12  Current number of equations to process: 1524
% 79.92/80.12  Current number of ordered equations: 0
% 79.92/80.12  Current number of rules: 848
% 79.92/80.12  New rule produced :
% 79.92/80.12  [851]
% 79.92/80.12  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,C)),not(not(X))),X)))
% 79.92/80.12  -> true
% 79.92/80.12  Current number of equations to process: 1523
% 79.92/80.12  Current number of ordered equations: 0
% 79.92/80.12  Current number of rules: 849
% 79.92/80.12  New rule produced :
% 79.92/80.12  [852]
% 79.92/80.12  is_a_theorem(not(not(implies(implies(implies(A,implies(B,B)),not(not(C))),C))))
% 79.92/80.12  -> true
% 79.92/80.12  Current number of equations to process: 1522
% 79.92/80.12  Current number of ordered equations: 0
% 79.92/80.12  Current number of rules: 850
% 79.92/80.12  New rule produced :
% 79.92/80.12  [853]
% 79.92/80.12  is_a_theorem(implies(not(not(implies(implies(A,implies(B,B)),not(not(C))))),C))
% 79.92/80.12  -> true
% 79.92/80.12  Current number of equations to process: 1521
% 79.92/80.12  Current number of ordered equations: 0
% 79.92/80.12  Current number of rules: 851
% 79.92/80.12  New rule produced :
% 79.92/80.12  [854]
% 79.92/80.12  is_a_theorem(implies(A,implies(implies(not(not(not(B))),not(implies(C,C))),B)))
% 79.92/80.12  -> true
% 79.92/80.12  Current number of equations to process: 1520
% 79.92/80.12  Current number of ordered equations: 0
% 79.92/80.12  Current number of rules: 852
% 79.92/80.12  New rule produced :
% 79.92/80.12  [855]
% 79.92/80.12  is_a_theorem(not(not(implies(implies(not(not(not(A))),not(implies(B,B))),A))))
% 79.92/80.12  -> true
% 79.92/80.12  Current number of equations to process: 1519
% 79.92/80.12  Current number of ordered equations: 0
% 79.92/80.12  Current number of rules: 853
% 79.92/80.12  New rule produced :
% 79.92/80.12  [856]
% 79.92/80.12  is_a_theorem(implies(not(not(implies(not(not(not(A))),not(implies(B,B))))),A))
% 79.92/80.12  -> true
% 79.92/80.12  Current number of equations to process: 1518
% 79.92/80.12  Current number of ordered equations: 0
% 79.92/80.12  Current number of rules: 854
% 79.92/80.12  New rule produced :
% 79.92/80.12  [857]
% 79.92/80.12  is_a_theorem(implies(implies(not(not(implies(not(not(A)),A))),B),implies(C,B)))
% 79.92/80.12  -> true
% 79.92/80.12  Current number of equations to process: 1517
% 79.92/80.12  Current number of ordered equations: 0
% 79.92/80.12  Current number of rules: 855
% 79.92/80.12  New rule produced :
% 79.92/80.12  [858]
% 79.92/80.12  is_a_theorem(implies(A,implies(B,implies(C,not(not(implies(not(not(X)),X)))))))
% 79.92/80.12  -> true
% 79.92/80.12  Current number of equations to process: 1516
% 79.92/80.12  Current number of ordered equations: 0
% 79.92/80.12  Current number of rules: 856
% 79.92/80.12  New rule produced :
% 79.92/80.12  [859]
% 79.92/80.12  is_a_theorem(implies(implies(implies(A,not(not(implies(not(not(B)),B)))),C),C))
% 79.92/80.12  -> true
% 79.92/80.12  Current number of equations to process: 1515
% 79.92/80.12  Current number of ordered equations: 0
% 79.92/80.12  Current number of rules: 857
% 79.92/80.12  New rule produced :
% 79.92/80.12  [860]
% 79.92/80.12  is_a_theorem(implies(A,implies(implies(not(not(implies(not(not(B)),B))),C),C)))
% 79.92/80.12  -> true
% 79.92/80.12  Current number of equations to process: 1514
% 83.31/83.49  Current number of ordered equations: 0
% 83.31/83.49  Current number of rules: 858
% 83.31/83.49  New rule produced :
% 83.31/83.49  [861]
% 83.31/83.49  is_a_theorem(implies(implies(implies(not(not(not(not(A)))),A),B),implies(C,B)))
% 83.31/83.49  -> true
% 83.31/83.49  Current number of equations to process: 1513
% 83.31/83.49  Current number of ordered equations: 0
% 83.31/83.49  Current number of rules: 859
% 83.31/83.49  New rule produced :
% 83.31/83.49  [862]
% 83.31/83.49  is_a_theorem(implies(A,implies(B,implies(C,implies(not(not(not(not(X)))),X)))))
% 83.31/83.49  -> true
% 83.31/83.49  Current number of equations to process: 1512
% 83.31/83.49  Current number of ordered equations: 0
% 83.31/83.49  Current number of rules: 860
% 83.31/83.49  New rule produced :
% 83.31/83.49  [863]
% 83.31/83.49  is_a_theorem(implies(implies(implies(A,implies(not(not(not(not(B)))),B)),C),C))
% 83.31/83.49  -> true
% 83.31/83.49  Current number of equations to process: 1511
% 83.31/83.49  Current number of ordered equations: 0
% 83.31/83.49  Current number of rules: 861
% 83.31/83.49  New rule produced :
% 83.31/83.49  [864]
% 83.31/83.49  is_a_theorem(implies(A,implies(implies(implies(not(not(not(not(B)))),B),C),C)))
% 83.31/83.49  -> true
% 83.31/83.49  Current number of equations to process: 1510
% 83.31/83.49  Current number of ordered equations: 0
% 83.31/83.49  Current number of rules: 862
% 83.31/83.49  New rule produced :
% 83.31/83.49  [865]
% 83.31/83.49  is_a_theorem(implies(A,implies(B,implies(implies(not(not(implies(C,C))),X),X))))
% 83.31/83.49  -> true
% 83.31/83.49  Current number of equations to process: 1509
% 83.31/83.49  Current number of ordered equations: 0
% 83.31/83.49  Current number of rules: 863
% 83.31/83.49  New rule produced :
% 83.31/83.49  [866]
% 83.31/83.49  is_a_theorem(implies(implies(implies(implies(not(not(implies(A,A))),B),B),C),C))
% 83.31/83.49  -> true
% 83.31/83.49  Current number of equations to process: 1508
% 83.31/83.49  Current number of ordered equations: 0
% 83.31/83.49  Current number of rules: 864
% 83.31/83.49  New rule produced :
% 83.31/83.49  [867]
% 83.31/83.49  is_a_theorem(implies(implies(A,B),implies(implies(not(not(implies(C,C))),A),B)))
% 83.31/83.49  -> true
% 83.31/83.49  Current number of equations to process: 1507
% 83.31/83.49  Current number of ordered equations: 0
% 83.31/83.49  Current number of rules: 865
% 83.31/83.49  New rule produced :
% 83.31/83.49  [868]
% 83.31/83.49  is_a_theorem(implies(A,implies(implies(not(not(implies(B,B))),C),implies(X,C))))
% 83.31/83.49  -> true
% 83.31/83.49  Current number of equations to process: 1506
% 83.31/83.49  Current number of ordered equations: 0
% 83.31/83.49  Current number of rules: 866
% 83.31/83.49  New rule produced :
% 83.31/83.49  [869]
% 83.31/83.49  is_a_theorem(not(not(implies(implies(not(not(implies(A,A))),B),implies(C,B)))))
% 83.31/83.49  -> true
% 83.31/83.49  Current number of equations to process: 1505
% 83.31/83.49  Current number of ordered equations: 0
% 83.31/83.49  Current number of rules: 867
% 83.31/83.49  New rule produced :
% 83.31/83.49  [870]
% 83.31/83.49  is_a_theorem(implies(not(not(implies(not(not(implies(A,A))),B))),implies(C,B)))
% 83.31/83.49  -> true
% 83.31/83.49  Current number of equations to process: 1504
% 83.31/83.49  Current number of ordered equations: 0
% 83.31/83.49  Current number of rules: 868
% 83.31/83.49  New rule produced :
% 83.31/83.49  [871]
% 83.31/83.49  is_a_theorem(not(not(implies(A,implies(B,implies(C,not(not(implies(X,X)))))))))
% 83.31/83.49  -> true
% 83.31/83.49  Current number of equations to process: 1503
% 83.31/83.49  Current number of ordered equations: 0
% 83.31/83.49  Current number of rules: 869
% 83.31/83.49  New rule produced :
% 83.31/83.49  [872]
% 83.31/83.49  is_a_theorem(not(not(implies(implies(implies(A,not(not(implies(B,B)))),C),C))))
% 83.31/83.49  -> true
% 83.31/83.49  Current number of equations to process: 1501
% 83.31/83.49  Current number of ordered equations: 0
% 83.31/83.49  Current number of rules: 870
% 83.31/83.49  New rule produced :
% 83.31/83.49  [873]
% 83.31/83.49  is_a_theorem(implies(not(not(implies(implies(A,not(not(implies(B,B)))),C))),C))
% 83.31/83.49  -> true
% 83.31/83.49  Current number of equations to process: 1500
% 83.31/83.49  Current number of ordered equations: 0
% 83.31/83.49  Current number of rules: 871
% 83.31/83.49  New rule produced :
% 83.31/83.49  [874]
% 83.31/83.49  is_a_theorem(not(not(implies(A,implies(implies(not(not(implies(B,B))),C),C)))))
% 83.31/83.49  -> true
% 83.31/83.49  Current number of equations to process: 1497
% 83.31/83.49  Current number of ordered equations: 0
% 83.31/83.49  Current number of rules: 872
% 83.31/83.49  New rule produced :
% 83.31/83.49  [875]
% 83.31/83.49  is_a_theorem(implies(A,not(not(implies(B,implies(C,not(not(C)))))))) -> true
% 83.31/83.49  Current number of equations to process: 1514
% 83.31/83.49  Current number of ordered equations: 0
% 83.31/83.49  Current number of rules: 873
% 83.31/83.49  New rule produced :
% 83.31/83.49  [876]
% 83.31/83.49  is_a_theorem(implies(not(implies(A,implies(B,implies(C,not(not(C)))))),X)) ->
% 83.31/83.49  true
% 83.31/83.49  Current number of equations to process: 1536
% 83.31/83.49  Current number of ordered equations: 0
% 83.31/83.49  Current number of rules: 874
% 83.31/83.49  New rule produced :
% 83.31/83.49  [877]
% 83.31/83.49  is_a_theorem(implies(not(implies(implies(implies(not(not(A)),A),B),B)),C)) ->
% 83.31/83.49  true
% 83.31/83.49  Current number of equations to process: 1565
% 83.31/83.49  Current number of ordered equations: 0
% 83.31/83.49  Current number of rules: 875
% 83.31/83.49  New rule produced :
% 83.31/83.49  [878]
% 83.31/83.49  is_a_theorem(implies(implies(implies(not(not(A)),A),not(B)),implies(B,C))) ->
% 83.31/83.49  true
% 83.31/83.49  Current number of equations to process: 1580
% 83.31/83.49  Current number of ordered equations: 0
% 92.27/92.49  Current number of rules: 876
% 92.27/92.49  New rule produced :
% 92.27/92.49  [879]
% 92.27/92.49  is_a_theorem(implies(not(A),implies(implies(implies(not(not(B)),B),A),C))) ->
% 92.27/92.49  true
% 92.27/92.49  Current number of equations to process: 1580
% 92.27/92.49  Current number of ordered equations: 0
% 92.27/92.49  Current number of rules: 877
% 92.27/92.49  New rule produced :
% 92.27/92.49  [880]
% 92.27/92.49  is_a_theorem(implies(implies(implies(not(not(A)),A),not(implies(B,B))),C)) ->
% 92.27/92.49  true
% 92.27/92.49  Current number of equations to process: 1580
% 92.27/92.49  Current number of ordered equations: 0
% 92.27/92.49  Current number of rules: 878
% 92.27/92.49  New rule produced :
% 92.27/92.49  [881]
% 92.27/92.49  is_a_theorem(implies(implies(implies(not(not(A)),A),B),implies(C,implies(X,B))))
% 92.27/92.49  -> true
% 92.27/92.49  Current number of equations to process: 1582
% 92.27/92.49  Current number of ordered equations: 0
% 92.27/92.49  Current number of rules: 879
% 92.27/92.49  New rule produced :
% 92.27/92.49  [882]
% 92.27/92.49  is_a_theorem(implies(implies(implies(not(not(A)),A),B),implies(implies(B,C),C)))
% 92.27/92.49  -> true
% 92.27/92.49  Current number of equations to process: 1582
% 92.27/92.49  Current number of ordered equations: 0
% 92.27/92.49  Current number of rules: 880
% 92.27/92.49  New rule produced :
% 92.27/92.49  [883]
% 92.27/92.49  is_a_theorem(implies(implies(implies(not(not(A)),A),not(not(B))),B)) -> true
% 92.27/92.49  Current number of equations to process: 1586
% 92.27/92.49  Current number of ordered equations: 0
% 92.27/92.49  Current number of rules: 881
% 92.27/92.49  New rule produced :
% 92.27/92.49  [884]
% 92.27/92.49  is_a_theorem(implies(implies(implies(not(not(A)),A),B),not(not(B)))) -> true
% 92.27/92.49  Current number of equations to process: 1587
% 92.27/92.49  Current number of ordered equations: 0
% 92.27/92.49  Current number of rules: 882
% 92.27/92.49  New rule produced :
% 92.27/92.49  [885]
% 92.27/92.49  is_a_theorem(implies(implies(implies(not(not(A)),A),implies(implies(B,B),C)),C))
% 92.27/92.49  -> true
% 92.27/92.49  Current number of equations to process: 1594
% 92.27/92.49  Current number of ordered equations: 0
% 92.27/92.49  Current number of rules: 883
% 92.27/92.49  New rule produced :
% 92.27/92.49  [886]
% 92.27/92.49  is_a_theorem(implies(not(implies(implies(A,B),implies(not(not(A)),B))),C)) ->
% 92.27/92.49  true
% 92.27/92.49  Current number of equations to process: 1609
% 92.27/92.49  Current number of ordered equations: 0
% 92.27/92.49  Current number of rules: 884
% 92.27/92.49  New rule produced :
% 92.27/92.49  [887]
% 92.27/92.49  is_a_theorem(implies(implies(A,B),implies(C,implies(not(not(A)),B)))) -> true
% 92.27/92.49  Current number of equations to process: 1619
% 92.27/92.49  Current number of ordered equations: 0
% 92.27/92.49  Current number of rules: 885
% 92.27/92.49  New rule produced :
% 92.27/92.49  [888]
% 92.27/92.49  is_a_theorem(implies(not(implies(not(not(A)),B)),implies(implies(A,B),C))) ->
% 92.27/92.49  true
% 92.27/92.49  Current number of equations to process: 1624
% 92.27/92.49  Current number of ordered equations: 0
% 92.27/92.49  Current number of rules: 886
% 92.27/92.49  New rule produced :
% 92.27/92.49  [889]
% 92.27/92.49  is_a_theorem(implies(implies(A,B),implies(C,implies(X,implies(not(not(A)),B)))))
% 92.27/92.49  -> true
% 92.27/92.49  Current number of equations to process: 1626
% 92.27/92.49  Current number of ordered equations: 0
% 92.27/92.49  Current number of rules: 887
% 92.27/92.49  New rule produced :
% 92.27/92.49  [890]
% 92.27/92.49  is_a_theorem(implies(implies(A,B),implies(implies(implies(not(not(A)),B),C),C)))
% 92.27/92.49  -> true
% 92.27/92.49  Current number of equations to process: 1626
% 92.27/92.49  Current number of ordered equations: 0
% 92.27/92.49  Current number of rules: 888
% 92.27/92.49  New rule produced :
% 92.27/92.49  [891]
% 92.27/92.49  is_a_theorem(implies(A,implies(implies(B,C),implies(X,implies(not(not(B)),C)))))
% 92.27/92.49  -> true
% 92.27/92.49  Current number of equations to process: 1626
% 92.27/92.49  Current number of ordered equations: 0
% 92.27/92.49  Current number of rules: 889
% 92.27/92.49  New rule produced :
% 92.27/92.49  [892]
% 92.27/92.49  is_a_theorem(implies(implies(A,B),not(not(implies(not(not(A)),B))))) -> true
% 92.27/92.49  Current number of equations to process: 1630
% 92.35/92.49  Current number of ordered equations: 0
% 92.35/92.49  Current number of rules: 890
% 92.35/92.49  New rule produced :
% 92.35/92.49  [893]
% 92.35/92.49  is_a_theorem(implies(A,not(not(implies(B,not(not(implies(C,C)))))))) -> true
% 92.35/92.49  Current number of equations to process: 1659
% 92.35/92.49  Current number of ordered equations: 0
% 92.35/92.49  Current number of rules: 891
% 92.35/92.49  New rule produced :
% 92.35/92.49  [894]
% 92.35/92.49  is_a_theorem(implies(not(implies(A,implies(B,not(not(implies(C,C)))))),X)) ->
% 92.35/92.49  true
% 92.35/92.49  Current number of equations to process: 1682
% 92.35/92.49  Current number of ordered equations: 0
% 92.35/92.49  Current number of rules: 892
% 92.35/92.49  New rule produced :
% 92.35/92.49  [895]
% 92.35/92.49  is_a_theorem(not(not(not(not(implies(not(not(A)),implies(B,A))))))) -> true
% 92.35/92.49  Current number of equations to process: 1747
% 92.35/92.49  Current number of ordered equations: 0
% 92.35/92.49  Current number of rules: 893
% 92.35/92.49  New rule produced :
% 92.35/92.49  [896] is_a_theorem(implies(A,implies(not(implies(B,not(not(B)))),C))) -> true
% 92.35/92.49  Current number of equations to process: 1815
% 92.35/92.49  Current number of ordered equations: 0
% 92.35/92.49  Current number of rules: 894
% 92.35/92.49  New rule produced :
% 92.35/92.49  [897] is_a_theorem(not(not(not(not(implies(A,not(not(A)))))))) -> true
% 95.87/96.08  Current number of equations to process: 1820
% 95.87/96.08  Current number of ordered equations: 0
% 95.87/96.08  Current number of rules: 895
% 95.87/96.08  New rule produced :
% 95.87/96.08  [898]
% 95.87/96.08  is_a_theorem(implies(A,implies(B,not(not(implies(C,not(not(C)))))))) -> true
% 95.87/96.08  Current number of equations to process: 1827
% 95.87/96.08  Current number of ordered equations: 0
% 95.87/96.08  Current number of rules: 896
% 95.87/96.08  New rule produced :
% 95.87/96.08  [899]
% 95.87/96.08  is_a_theorem(implies(implies(not(not(implies(A,not(not(A))))),B),B)) -> true
% 95.87/96.08  Current number of equations to process: 1826
% 95.87/96.08  Current number of ordered equations: 0
% 95.87/96.08  Current number of rules: 897
% 95.87/96.08  New rule produced :
% 95.87/96.08  [900] is_a_theorem(not(not(not(not(not(not(implies(A,A)))))))) -> true
% 95.87/96.08  Current number of equations to process: 1843
% 95.87/96.08  Current number of ordered equations: 0
% 95.87/96.08  Current number of rules: 898
% 95.87/96.08  New rule produced :
% 95.87/96.08  [901]
% 95.87/96.08  is_a_theorem(not(not(not(not(implies(A,implies(not(not(B)),B))))))) -> true
% 95.87/96.08  Current number of equations to process: 1851
% 95.87/96.08  Current number of ordered equations: 0
% 95.87/96.08  Current number of rules: 899
% 95.87/96.08  New rule produced :
% 95.87/96.08  [902]
% 95.87/96.08  is_a_theorem(implies(A,implies(B,not(not(not(not(implies(C,C)))))))) -> true
% 95.87/96.08  Current number of equations to process: 1850
% 95.87/96.08  Current number of ordered equations: 0
% 95.87/96.08  Current number of rules: 900
% 95.87/96.08  New rule produced :
% 95.87/96.08  [903]
% 95.87/96.08  is_a_theorem(implies(implies(not(not(not(not(implies(A,A))))),B),B)) -> true
% 95.87/96.08  Current number of equations to process: 1849
% 95.87/96.08  Current number of ordered equations: 0
% 95.87/96.08  Current number of rules: 901
% 95.87/96.08  New rule produced :
% 95.87/96.08  [904]
% 95.87/96.08  is_a_theorem(not(not(not(not(implies(A,implies(B,not(not(B))))))))) -> true
% 95.87/96.08  Current number of equations to process: 1864
% 95.87/96.08  Current number of ordered equations: 0
% 95.87/96.08  Current number of rules: 902
% 95.87/96.08  New rule produced :
% 95.87/96.08  [905]
% 95.87/96.08  is_a_theorem(implies(A,not(not(not(not(implies(B,implies(C,B)))))))) -> true
% 95.87/96.08  Current number of equations to process: 1863
% 95.87/96.08  Current number of ordered equations: 0
% 95.87/96.08  Current number of rules: 903
% 95.87/96.08  New rule produced :
% 95.87/96.08  [906]
% 95.87/96.08  is_a_theorem(not(not(not(not(not(not(implies(A,implies(B,A))))))))) -> true
% 95.87/96.08  Current number of equations to process: 1872
% 95.87/96.08  Current number of ordered equations: 0
% 95.87/96.08  Current number of rules: 904
% 95.87/96.08  New rule produced :
% 95.87/96.08  [907] is_a_theorem(implies(A,implies(not(implies(B,not(C))),C))) -> true
% 95.87/96.08  Current number of equations to process: 1879
% 95.87/96.08  Current number of ordered equations: 0
% 95.87/96.08  Current number of rules: 905
% 95.87/96.08  New rule produced :
% 95.87/96.08  [908]
% 95.87/96.08  ifeq(is_a_theorem(not(implies(A,not(B)))),true,is_a_theorem(B),true) -> true
% 95.87/96.08  Current number of equations to process: 1883
% 95.87/96.08  Current number of ordered equations: 0
% 95.87/96.08  Current number of rules: 906
% 95.87/96.08  New rule produced :
% 95.87/96.08  [909] is_a_theorem(not(not(implies(not(implies(A,not(B))),B)))) -> true
% 95.87/96.08  Current number of equations to process: 1888
% 95.87/96.08  Current number of ordered equations: 0
% 95.87/96.08  Current number of rules: 907
% 95.87/96.08  New rule produced :
% 95.87/96.08  [910] is_a_theorem(implies(not(not(not(implies(A,not(B))))),B)) -> true
% 95.87/96.08  Current number of equations to process: 1888
% 95.87/96.08  Current number of ordered equations: 0
% 95.87/96.08  Current number of rules: 908
% 95.87/96.08  New rule produced :
% 95.87/96.08  [911] is_a_theorem(implies(not(implies(A,implies(B,not(C)))),C)) -> true
% 95.87/96.08  Current number of equations to process: 1891
% 95.87/96.08  Current number of ordered equations: 0
% 95.87/96.08  Current number of rules: 909
% 95.87/96.08  New rule produced :
% 95.87/96.08  [912]
% 95.87/96.08  is_a_theorem(not(not(implies(A,implies(B,not(not(implies(C,B)))))))) -> true
% 95.87/96.08  Current number of equations to process: 1896
% 95.87/96.08  Current number of ordered equations: 0
% 95.87/96.08  Current number of rules: 910
% 95.87/96.08  New rule produced :
% 95.87/96.08  [913]
% 95.87/96.08  is_a_theorem(implies(A,implies(B,implies(not(implies(C,not(X))),X)))) -> true
% 95.87/96.08  Current number of equations to process: 1895
% 95.87/96.08  Current number of ordered equations: 0
% 95.87/96.08  Current number of rules: 911
% 95.87/96.08  New rule produced :
% 95.87/96.08  [914]
% 95.87/96.08  is_a_theorem(implies(implies(implies(not(implies(A,not(B))),B),C),C)) -> true
% 95.87/96.08  Current number of equations to process: 1894
% 95.87/96.08  Current number of ordered equations: 0
% 95.87/96.08  Current number of rules: 912
% 95.87/96.08  New rule produced :
% 95.87/96.08  [915]
% 95.87/96.08  is_a_theorem(implies(implies(A,B),implies(not(implies(C,not(A))),B))) -> true
% 95.87/96.08  Current number of equations to process: 1893
% 95.87/96.08  Current number of ordered equations: 0
% 95.87/96.08  Current number of rules: 913
% 95.87/96.08  New rule produced :
% 95.87/96.08  [916]
% 95.87/96.08  is_a_theorem(implies(A,implies(B,not(not(implies(C,implies(X,B))))))) -> true
% 95.87/96.08  Current number of equations to process: 1892
% 101.15/101.35  Current number of ordered equations: 0
% 101.15/101.35  Current number of rules: 914
% 101.15/101.35  New rule produced :
% 101.15/101.35  [917]
% 101.15/101.35  is_a_theorem(not(not(implies(A,not(not(implies(B,implies(C,A)))))))) -> true
% 101.15/101.35  Current number of equations to process: 1902
% 101.15/101.35  Current number of ordered equations: 0
% 101.15/101.35  Current number of rules: 915
% 101.15/101.35  New rule produced :
% 101.15/101.35  [918]
% 101.15/101.35  is_a_theorem(not(not(implies(A,not(not(implies(B,implies(C,C)))))))) -> true
% 101.15/101.35  Current number of equations to process: 1908
% 101.15/101.35  Current number of ordered equations: 0
% 101.15/101.35  Current number of rules: 916
% 101.15/101.35  New rule produced :
% 101.15/101.35  [919]
% 101.15/101.35  is_a_theorem(not(not(implies(A,not(not(implies(not(not(B)),B))))))) -> true
% 101.15/101.35  Current number of equations to process: 2237
% 101.15/101.35  Current number of ordered equations: 0
% 101.15/101.35  Current number of rules: 917
% 101.15/101.35  New rule produced :
% 101.15/101.35  [920]
% 101.15/101.35  is_a_theorem(not(not(implies(A,implies(not(not(not(not(B)))),B))))) -> true
% 101.15/101.35  Current number of equations to process: 2236
% 101.15/101.35  Current number of ordered equations: 0
% 101.15/101.35  Current number of rules: 918
% 101.15/101.35  New rule produced :
% 101.15/101.35  [921]
% 101.15/101.35  is_a_theorem(not(not(implies(A,not(not(implies(B,not(not(B))))))))) -> true
% 101.15/101.35  Current number of equations to process: 2266
% 101.15/101.35  Current number of ordered equations: 0
% 101.15/101.35  Current number of rules: 919
% 101.15/101.35  New rule produced :
% 101.15/101.35  [922]
% 101.15/101.35  is_a_theorem(not(not(implies(A,not(not(not(not(implies(B,B))))))))) -> true
% 101.15/101.35  Current number of equations to process: 2265
% 101.15/101.35  Current number of ordered equations: 0
% 101.15/101.35  Current number of rules: 920
% 101.15/101.35  New rule produced :
% 101.15/101.35  [923]
% 101.15/101.35  is_a_theorem(not(not(implies(A,implies(not(implies(B,not(C))),C))))) -> true
% 101.15/101.35  Current number of equations to process: 2264
% 101.15/101.35  Current number of ordered equations: 0
% 101.15/101.35  Current number of rules: 921
% 101.15/101.35  New rule produced :
% 101.15/101.35  [924] is_a_theorem(implies(not(implies(A,implies(B,C))),B)) -> true
% 101.15/101.35  Current number of equations to process: 2267
% 101.15/101.35  Current number of ordered equations: 0
% 101.15/101.35  Current number of rules: 922
% 101.15/101.35  New rule produced :
% 101.15/101.35  [925] is_a_theorem(implies(not(implies(A,not(not(implies(B,A))))),C)) -> true
% 101.15/101.35  Current number of equations to process: 2284
% 101.15/101.35  Current number of ordered equations: 0
% 101.15/101.35  Current number of rules: 923
% 101.15/101.35  New rule produced :
% 101.15/101.35  [926]
% 101.15/101.35  is_a_theorem(implies(A,not(not(implies(B,not(not(implies(C,B)))))))) -> true
% 101.15/101.35  Current number of equations to process: 2289
% 101.15/101.35  Current number of ordered equations: 0
% 101.15/101.35  Current number of rules: 924
% 101.15/101.35  New rule produced :
% 101.15/101.35  [927]
% 101.15/101.35  is_a_theorem(not(not(not(not(implies(A,not(not(implies(B,A))))))))) -> true
% 101.15/101.35  Current number of equations to process: 2305
% 101.15/101.35  Current number of ordered equations: 0
% 101.15/101.35  Current number of rules: 925
% 101.15/101.35  New rule produced :
% 101.15/101.35  [928]
% 101.15/101.35  is_a_theorem(implies(A,not(not(not(not(implies(B,implies(C,C)))))))) -> true
% 101.15/101.35  Current number of equations to process: 2304
% 101.15/101.35  Current number of ordered equations: 0
% 101.15/101.35  Current number of rules: 926
% 101.15/101.35  New rule produced :
% 101.15/101.35  [929]
% 101.15/101.35  is_a_theorem(not(not(not(not(not(not(implies(A,implies(B,B))))))))) -> true
% 101.15/101.35  Current number of equations to process: 2319
% 101.15/101.35  Current number of ordered equations: 0
% 101.15/101.35  Current number of rules: 927
% 101.15/101.35  New rule produced :
% 101.15/101.35  [930]
% 101.15/101.35  is_a_theorem(not(not(not(not(implies(A,not(not(implies(B,B))))))))) -> true
% 101.15/101.35  Current number of equations to process: 2325
% 101.15/101.35  Current number of ordered equations: 0
% 101.15/101.35  Current number of rules: 928
% 101.15/101.35  New rule produced :
% 101.15/101.35  [931] is_a_theorem(implies(A,implies(not(implies(B,C)),B))) -> true
% 101.15/101.35  Current number of equations to process: 2357
% 101.15/101.35  Current number of ordered equations: 0
% 101.15/101.35  Current number of rules: 929
% 101.15/101.35  New rule produced :
% 101.15/101.35  [932] ifeq(is_a_theorem(not(implies(A,B))),true,is_a_theorem(A),true) -> true
% 101.15/101.35  Current number of equations to process: 2361
% 101.15/101.35  Current number of ordered equations: 0
% 101.15/101.35  Current number of rules: 930
% 101.15/101.35  New rule produced :
% 101.15/101.35  [933] is_a_theorem(not(not(implies(not(implies(A,B)),A)))) -> true
% 101.15/101.35  Current number of equations to process: 2366
% 101.15/101.35  Current number of ordered equations: 0
% 101.15/101.35  Current number of rules: 931
% 101.15/101.35  New rule produced :
% 101.15/101.35  [934] is_a_theorem(implies(not(not(not(implies(A,B)))),A)) -> true
% 101.15/101.35  Current number of equations to process: 2366
% 101.15/101.35  Current number of ordered equations: 0
% 101.15/101.35  Current number of rules: 932
% 101.15/101.35  New rule produced :
% 101.15/101.35  [935]
% 101.15/101.35  is_a_theorem(implies(A,implies(B,implies(not(implies(C,X)),C)))) -> true
% 101.15/101.35  Current number of equations to process: 2366
% 101.15/101.35  Current number of ordered equations: 0
% 101.15/101.35  Current number of rules: 933
% 103.85/104.06  New rule produced :
% 103.85/104.06  [936]
% 103.85/104.06  is_a_theorem(implies(implies(implies(not(implies(A,B)),A),C),C)) -> true
% 103.85/104.06  Current number of equations to process: 2365
% 103.85/104.06  Current number of ordered equations: 0
% 103.85/104.06  Current number of rules: 934
% 103.85/104.06  New rule produced :
% 103.85/104.06  [937]
% 103.85/104.06  is_a_theorem(implies(implies(A,B),implies(not(implies(A,C)),B))) -> true
% 103.85/104.06  Current number of equations to process: 2364
% 103.85/104.06  Current number of ordered equations: 0
% 103.85/104.06  Current number of rules: 935
% 103.85/104.06  New rule produced :
% 103.85/104.06  [938] is_a_theorem(not(not(implies(A,implies(not(implies(B,C)),B))))) -> true
% 103.85/104.06  Current number of equations to process: 2363
% 103.85/104.06  Current number of ordered equations: 0
% 103.85/104.06  Current number of rules: 936
% 103.85/104.06  New rule produced :
% 103.85/104.06  [939]
% 103.85/104.06  is_a_theorem(implies(not(implies(not(A),not(not(implies(A,B))))),C)) -> true
% 103.85/104.06  Current number of equations to process: 2383
% 103.85/104.06  Current number of ordered equations: 0
% 103.85/104.06  Current number of rules: 937
% 103.85/104.06  New rule produced :
% 103.85/104.06  [940]
% 103.85/104.06  is_a_theorem(implies(A,not(not(implies(B,implies(not(C),implies(C,X))))))) ->
% 103.85/104.06  true
% 103.85/104.06  Current number of equations to process: 2432
% 103.85/104.06  Current number of ordered equations: 0
% 103.85/104.06  Current number of rules: 938
% 103.85/104.06  New rule produced :
% 103.85/104.06  [941]
% 103.85/104.06  is_a_theorem(not(not(not(not(implies(A,implies(not(B),implies(B,C)))))))) ->
% 103.85/104.06  true
% 103.85/104.06  Current number of equations to process: 2431
% 103.85/104.06  Current number of ordered equations: 0
% 103.85/104.06  Current number of rules: 939
% 103.85/104.06  New rule produced :
% 103.85/104.06  [942]
% 103.85/104.06  is_a_theorem(implies(A,not(not(implies(not(B),implies(C,implies(B,X))))))) ->
% 103.85/104.06  true
% 103.85/104.06  Current number of equations to process: 2430
% 103.85/104.06  Current number of ordered equations: 0
% 103.85/104.06  Current number of rules: 940
% 103.85/104.06  New rule produced :
% 103.85/104.06  [943]
% 103.85/104.06  is_a_theorem(not(not(not(not(implies(not(A),implies(B,implies(A,C)))))))) ->
% 103.85/104.06  true
% 103.85/104.06  Current number of equations to process: 2429
% 103.85/104.06  Current number of ordered equations: 0
% 103.85/104.06  Current number of rules: 941
% 103.85/104.06  New rule produced :
% 103.85/104.06  [944]
% 103.85/104.06  is_a_theorem(implies(A,not(not(implies(not(implies(B,C)),implies(C,X)))))) ->
% 103.85/104.06  true
% 103.85/104.06  Current number of equations to process: 2428
% 103.85/104.06  Current number of ordered equations: 0
% 103.85/104.06  Current number of rules: 942
% 103.85/104.06  New rule produced :
% 103.85/104.06  [945]
% 103.85/104.06  is_a_theorem(not(not(not(not(implies(not(implies(A,B)),implies(B,C))))))) ->
% 103.85/104.06  true
% 103.85/104.06  Current number of equations to process: 2427
% 103.85/104.06  Current number of ordered equations: 0
% 103.85/104.06  Current number of rules: 943
% 103.85/104.06  New rule produced :
% 103.85/104.06  [946]
% 103.85/104.06  is_a_theorem(implies(A,not(not(implies(not(implies(B,implies(C,B))),X))))) ->
% 103.85/104.06  true
% 103.85/104.06  Current number of equations to process: 2426
% 103.85/104.06  Current number of ordered equations: 0
% 103.85/104.06  Current number of rules: 944
% 103.85/104.06  New rule produced :
% 103.85/104.06  [947]
% 103.85/104.06  is_a_theorem(not(not(not(not(implies(not(implies(A,implies(B,A))),C)))))) ->
% 103.85/104.06  true
% 103.85/104.06  Current number of equations to process: 2425
% 103.85/104.06  Current number of ordered equations: 0
% 103.85/104.06  Current number of rules: 945
% 103.85/104.06  New rule produced :
% 103.85/104.06  [948]
% 103.85/104.06  is_a_theorem(implies(A,not(not(implies(not(implies(B,implies(C,C))),X))))) ->
% 103.85/104.06  true
% 103.85/104.06  Current number of equations to process: 2424
% 103.85/104.06  Current number of ordered equations: 0
% 103.85/104.06  Current number of rules: 946
% 103.85/104.06  New rule produced :
% 103.85/104.06  [949]
% 103.85/104.06  is_a_theorem(not(not(not(not(implies(not(implies(A,implies(B,B))),C)))))) ->
% 103.85/104.06  true
% 103.85/104.06  Current number of equations to process: 2423
% 103.85/104.06  Current number of ordered equations: 0
% 103.85/104.06  Current number of rules: 947
% 103.85/104.06  New rule produced :
% 103.85/104.06  [950]
% 103.85/104.06  is_a_theorem(implies(A,not(not(implies(B,implies(not(implies(C,C)),X)))))) ->
% 103.85/104.06  true
% 103.85/104.06  Current number of equations to process: 2422
% 103.85/104.06  Current number of ordered equations: 0
% 103.85/104.06  Current number of rules: 948
% 103.85/104.06  New rule produced :
% 103.85/104.06  [951]
% 103.85/104.06  is_a_theorem(not(not(not(not(implies(A,implies(not(implies(B,B)),C))))))) ->
% 103.85/104.06  true
% 103.85/104.06  Current number of equations to process: 2421
% 103.85/104.06  Current number of ordered equations: 0
% 103.85/104.06  Current number of rules: 949
% 103.85/104.06  New rule produced :
% 103.85/104.06  [952]
% 103.85/104.06  is_a_theorem(implies(A,implies(B,implies(not(implies(C,not(not(C)))),X)))) ->
% 103.85/104.06  true
% 103.85/104.06  Current number of equations to process: 2420
% 103.85/104.06  Current number of ordered equations: 0
% 103.85/104.06  Current number of rules: 950
% 103.85/104.06  New rule produced :
% 103.85/104.06  [953]
% 103.85/104.06  is_a_theorem(implies(implies(implies(not(implies(A,not(not(A)))),B),C),C)) ->
% 103.85/104.06  true
% 103.85/104.06  Current number of equations to process: 2419
% 103.85/104.06  Current number of ordered equations: 0
% 103.85/104.06  Current number of rules: 951
% 103.85/104.06  New rule produced :
% 103.85/104.06  [954]
% 103.85/104.06  is_a_theorem(implies(implies(implies(A,A),not(implies(B,not(not(B))))),C)) ->
% 103.85/104.06  true
% 103.85/104.06  Current number of equations to process: 2418
% 104.17/104.33  Current number of ordered equations: 0
% 104.17/104.33  Current number of rules: 952
% 104.17/104.33  New rule produced :
% 104.17/104.33  [955]
% 104.17/104.33  is_a_theorem(implies(implies(implies(A,A),not(not(not(implies(B,B))))),C)) ->
% 104.17/104.33  true
% 104.17/104.33  Current number of equations to process: 2417
% 104.17/104.33  Current number of ordered equations: 0
% 104.17/104.33  Current number of rules: 953
% 104.17/104.33  New rule produced :
% 104.17/104.33  [956]
% 104.17/104.33  is_a_theorem(implies(A,implies(not(implies(B,implies(C,not(not(C))))),X))) ->
% 104.17/104.33  true
% 104.17/104.33  Current number of equations to process: 2416
% 104.17/104.33  Current number of ordered equations: 0
% 104.17/104.33  Current number of rules: 954
% 104.17/104.33  New rule produced :
% 104.17/104.33  [957]
% 104.17/104.33  is_a_theorem(implies(A,implies(not(not(not(implies(B,implies(C,B))))),X))) ->
% 104.17/104.33  true
% 104.17/104.33  Current number of equations to process: 2415
% 104.17/104.33  Current number of ordered equations: 0
% 104.17/104.33  Current number of rules: 955
% 104.17/104.33  New rule produced :
% 104.17/104.33  [958]
% 104.17/104.33  ifeq(is_a_theorem(A),true,is_a_theorem(not(not(implies(B,implies(C,A))))),true)
% 104.17/104.33  -> true
% 104.17/104.33  Current number of equations to process: 2414
% 104.17/104.33  Current number of ordered equations: 0
% 104.17/104.33  Current number of rules: 956
% 104.17/104.33  New rule produced :
% 104.17/104.33  [959]
% 104.17/104.33  is_a_theorem(implies(not(A),not(not(implies(B,implies(C,implies(A,X))))))) ->
% 104.17/104.33  true
% 104.17/104.33  Current number of equations to process: 2413
% 104.17/104.33  Current number of ordered equations: 0
% 104.17/104.33  Current number of rules: 957
% 104.17/104.33  New rule produced :
% 104.17/104.33  [960]
% 104.17/104.33  is_a_theorem(not(not(implies(A,not(not(implies(not(B),implies(B,C)))))))) ->
% 104.17/104.33  true
% 104.17/104.33  Current number of equations to process: 2412
% 104.17/104.33  Current number of ordered equations: 0
% 104.17/104.33  Current number of rules: 958
% 104.17/104.33  New rule produced :
% 104.17/104.33  [961]
% 104.17/104.33  is_a_theorem(not(not(implies(A,implies(not(B),not(not(implies(B,C)))))))) ->
% 104.17/104.33  true
% 104.17/104.33  Current number of equations to process: 2411
% 104.17/104.33  Current number of ordered equations: 0
% 104.17/104.33  Current number of rules: 959
% 104.17/104.33  New rule produced :
% 104.17/104.33  [962]
% 104.17/104.33  is_a_theorem(not(not(implies(A,not(not(implies(not(implies(B,B)),C))))))) ->
% 104.17/104.33  true
% 104.17/104.33  Current number of equations to process: 2410
% 104.17/104.33  Current number of ordered equations: 0
% 104.17/104.33  Current number of rules: 960
% 104.17/104.33  New rule produced :
% 104.17/104.33  [963]
% 104.17/104.33  is_a_theorem(not(not(implies(A,implies(not(implies(not(not(B)),B)),C))))) ->
% 104.17/104.33  true
% 104.17/104.33  Current number of equations to process: 2409
% 104.17/104.33  Current number of ordered equations: 0
% 104.17/104.33  Current number of rules: 961
% 104.17/104.33  New rule produced :
% 104.17/104.33  [964]
% 104.17/104.33  is_a_theorem(not(not(implies(A,implies(not(not(not(B))),implies(B,C)))))) ->
% 104.17/104.33  true
% 104.17/104.33  Current number of equations to process: 2408
% 104.17/104.33  Current number of ordered equations: 0
% 104.17/104.33  Current number of rules: 962
% 104.17/104.33  New rule produced :
% 104.17/104.33  [965]
% 104.17/104.33  is_a_theorem(not(not(implies(A,implies(not(not(not(implies(B,B)))),C))))) ->
% 104.17/104.33  true
% 104.17/104.33  Current number of equations to process: 2407
% 104.17/104.33  Current number of ordered equations: 0
% 104.17/104.33  Current number of rules: 963
% 104.17/104.33  New rule produced :
% 104.17/104.33  [966]
% 104.17/104.33  is_a_theorem(implies(A,implies(not(B),not(not(implies(C,implies(B,X))))))) ->
% 104.17/104.33  true
% 104.17/104.33  Current number of equations to process: 2406
% 104.17/104.33  Current number of ordered equations: 0
% 104.17/104.33  Current number of rules: 964
% 104.17/104.33  New rule produced :
% 104.17/104.33  [967]
% 104.17/104.33  is_a_theorem(not(not(implies(not(A),not(not(implies(B,implies(A,C)))))))) ->
% 104.17/104.33  true
% 104.17/104.33  Current number of equations to process: 2405
% 104.17/104.33  Current number of ordered equations: 0
% 104.17/104.33  Current number of rules: 965
% 104.17/104.33  New rule produced :
% 104.17/104.33  [968]
% 104.17/104.33  is_a_theorem(implies(not(not(not(A))),not(not(implies(B,implies(A,C)))))) ->
% 104.17/104.33  true
% 104.17/104.33  Current number of equations to process: 2404
% 104.17/104.33  Current number of ordered equations: 0
% 104.17/104.33  Current number of rules: 966
% 104.17/104.33  New rule produced :
% 104.17/104.33  [969]
% 104.17/104.33  is_a_theorem(implies(A,implies(not(implies(B,not(not(implies(C,B))))),X))) ->
% 104.17/104.33  true
% 104.17/104.33  Current number of equations to process: 2403
% 104.17/104.33  Current number of ordered equations: 0
% 104.17/104.33  Current number of rules: 967
% 104.17/104.33  New rule produced :
% 104.17/104.33  [970]
% 104.17/104.33  is_a_theorem(implies(A,implies(not(not(not(implies(B,implies(C,C))))),X))) ->
% 104.17/104.33  true
% 104.17/104.33  Current number of equations to process: 2402
% 104.17/104.33  Current number of ordered equations: 0
% 104.17/104.33  Current number of rules: 968
% 104.17/104.33  New rule produced :
% 104.17/104.33  [971]
% 104.17/104.33  is_a_theorem(implies(A,implies(not(implies(B,not(not(implies(C,C))))),X))) ->
% 104.17/104.33  true
% 104.17/104.33  Current number of equations to process: 2401
% 104.17/104.33  Current number of ordered equations: 0
% 104.17/104.33  Current number of rules: 969
% 104.17/104.33  New rule produced :
% 104.17/104.33  [972]
% 104.17/104.33  is_a_theorem(implies(A,not(not(not(not(implies(not(B),implies(B,C)))))))) ->
% 104.17/104.33  true
% 104.17/104.33  Current number of equations to process: 2399
% 104.17/104.33  Current number of ordered equations: 0
% 104.17/104.33  Current number of rules: 970
% 104.17/104.33  New rule produced :
% 122.05/122.24  [973]
% 122.05/122.24  is_a_theorem(not(not(not(not(not(not(implies(not(A),implies(A,B))))))))) ->
% 122.05/122.24  true
% 122.05/122.24  Current number of equations to process: 2398
% 122.05/122.24  Current number of ordered equations: 0
% 122.05/122.24  Current number of rules: 971
% 122.05/122.24  New rule produced :
% 122.05/122.24  [974]
% 122.05/122.24  is_a_theorem(implies(implies(implies(not(implies(A,B)),A),C),implies(X,C)))
% 122.05/122.24  -> true
% 122.05/122.24  Current number of equations to process: 2397
% 122.05/122.24  Current number of ordered equations: 0
% 122.05/122.24  Current number of rules: 972
% 122.05/122.24  New rule produced :
% 122.05/122.24  [975]
% 122.05/122.24  is_a_theorem(implies(A,implies(B,implies(C,implies(not(implies(X,Y)),X)))))
% 122.05/122.24  -> true
% 122.05/122.24  Current number of equations to process: 2396
% 122.05/122.24  Current number of ordered equations: 0
% 122.05/122.24  Current number of rules: 973
% 122.05/122.24  New rule produced :
% 122.05/122.24  [976]
% 122.05/122.24  is_a_theorem(implies(implies(implies(A,implies(not(implies(B,C)),B)),X),X))
% 122.05/122.24  -> true
% 122.05/122.24  Current number of equations to process: 2395
% 122.05/122.24  Current number of ordered equations: 0
% 122.05/122.24  Current number of rules: 974
% 122.05/122.24  New rule produced :
% 122.05/122.24  [977]
% 122.05/122.24  is_a_theorem(implies(A,implies(implies(implies(not(implies(B,C)),B),X),X)))
% 122.05/122.24  -> true
% 122.05/122.24  Current number of equations to process: 2394
% 122.05/122.24  Current number of ordered equations: 0
% 122.05/122.24  Current number of rules: 975
% 122.05/122.24  New rule produced :
% 122.05/122.24  [978]
% 122.05/122.24  is_a_theorem(implies(A,not(not(implies(not(B),not(not(implies(B,C)))))))) ->
% 122.05/122.24  true
% 122.05/122.24  Current number of equations to process: 2392
% 122.05/122.24  Current number of ordered equations: 0
% 122.05/122.24  Current number of rules: 976
% 122.05/122.24  New rule produced :
% 122.05/122.24  [979]
% 122.05/122.24  is_a_theorem(not(not(not(not(implies(not(A),not(not(implies(A,B))))))))) ->
% 122.05/122.24  true
% 122.05/122.24  Current number of equations to process: 2391
% 122.05/122.24  Current number of ordered equations: 0
% 122.05/122.24  Current number of rules: 977
% 122.05/122.24  New rule produced :
% 122.05/122.24  [980]
% 122.05/122.24  is_a_theorem(implies(A,not(not(not(not(implies(not(implies(B,B)),C))))))) ->
% 122.05/122.24  true
% 122.05/122.24  Current number of equations to process: 2389
% 122.05/122.24  Current number of ordered equations: 0
% 122.05/122.24  Current number of rules: 978
% 122.05/122.24  New rule produced :
% 122.05/122.24  [981]
% 122.05/122.24  is_a_theorem(not(not(not(not(not(not(implies(not(implies(A,A)),B)))))))) ->
% 122.05/122.24  true
% 122.05/122.24  Current number of equations to process: 2388
% 122.05/122.24  Current number of ordered equations: 0
% 122.05/122.24  Current number of rules: 979
% 122.05/122.24  New rule produced :
% 122.05/122.24  [982] is_a_theorem(implies(A,implies(B,not(not(implies(C,A)))))) -> true
% 122.05/122.24  Current number of equations to process: 2828
% 122.05/122.24  Current number of ordered equations: 0
% 122.05/122.24  Current number of rules: 980
% 122.05/122.24  New rule produced :
% 122.05/122.24  [983] is_a_theorem(implies(A,implies(not(implies(B,A)),C))) -> true
% 122.05/122.24  Current number of equations to process: 2833
% 122.05/122.24  Current number of ordered equations: 0
% 122.05/122.24  Current number of rules: 981
% 122.05/122.24  New rule produced :
% 122.05/122.24  [984]
% 122.05/122.24  is_a_theorem(implies(A,implies(B,implies(C,not(not(implies(X,A))))))) -> true
% 122.05/122.24  Current number of equations to process: 2835
% 122.05/122.24  Current number of ordered equations: 0
% 122.05/122.24  Current number of rules: 982
% 122.05/122.24  New rule produced :
% 122.05/122.24  [985]
% 122.05/122.24  is_a_theorem(implies(A,implies(implies(not(not(implies(B,A))),C),C))) -> true
% 122.05/122.24  Current number of equations to process: 2835
% 122.05/122.24  Current number of ordered equations: 0
% 122.05/122.24  Current number of rules: 983
% 122.05/122.24  New rule produced :
% 122.05/122.24  [986]
% 122.05/122.24  is_a_theorem(implies(A,implies(B,implies(C,not(not(implies(X,B))))))) -> true
% 122.05/122.24  Current number of equations to process: 2835
% 122.05/122.24  Current number of ordered equations: 0
% 122.05/122.24  Current number of rules: 984
% 122.05/122.24  New rule produced :
% 122.05/122.24  [987] is_a_theorem(implies(A,not(not(not(not(implies(B,A))))))) -> true
% 122.05/122.24  Current number of equations to process: 2839
% 122.05/122.24  Current number of ordered equations: 0
% 122.05/122.24  Current number of rules: 985
% 122.05/122.24  New rule produced :
% 122.05/122.24  [988] is_a_theorem(not(not(implies(not(implies(A,not(not(A)))),B)))) -> true
% 122.05/122.24  Current number of equations to process: 2884
% 122.05/122.24  Current number of ordered equations: 0
% 122.05/122.24  Current number of rules: 986
% 122.05/122.24  New rule produced :
% 122.05/122.24  [989] is_a_theorem(implies(not(not(not(implies(A,not(not(A)))))),B)) -> true
% 122.05/122.24  Current number of equations to process: 2922
% 122.05/122.24  Current number of ordered equations: 0
% 122.05/122.24  Current number of rules: 987
% 122.05/122.24  New rule produced :
% 122.05/122.24  [990]
% 122.05/122.24  ifeq(is_a_theorem(not(implies(A,not(not(A))))),true,is_a_theorem(B),true) ->
% 122.05/122.24  true
% 122.05/122.24  Current number of equations to process: 2922
% 122.05/122.24  Current number of ordered equations: 0
% 122.05/122.24  Current number of rules: 988
% 122.05/122.24  New rule produced :
% 122.05/122.24  [991]
% 122.05/122.24  is_a_theorem(not(not(implies(not(implies(A,implies(B,not(not(B))))),C)))) ->
% 122.05/122.24  true
% 122.05/122.24  Current number of equations to process: 2931
% 122.05/122.24  Current number of ordered equations: 0
% 122.05/122.24  Current number of rules: 989
% 123.76/123.97  New rule produced :
% 123.76/123.97  [992]
% 123.76/123.97  is_a_theorem(not(not(implies(not(not(not(implies(A,implies(B,A))))),C)))) ->
% 123.76/123.97  true
% 123.76/123.97  Current number of equations to process: 2930
% 123.76/123.97  Current number of ordered equations: 0
% 123.76/123.97  Current number of rules: 990
% 123.76/123.97  New rule produced :
% 123.76/123.97  [993]
% 123.76/123.97  is_a_theorem(not(not(implies(not(implies(A,not(not(implies(B,A))))),C)))) ->
% 123.76/123.97  true
% 123.76/123.97  Current number of equations to process: 2929
% 123.76/123.97  Current number of ordered equations: 0
% 123.76/123.97  Current number of rules: 991
% 123.76/123.97  New rule produced :
% 123.76/123.97  [994]
% 123.76/123.97  is_a_theorem(not(not(implies(not(not(not(implies(A,implies(B,B))))),C)))) ->
% 123.76/123.97  true
% 123.76/123.97  Current number of equations to process: 2928
% 123.76/123.97  Current number of ordered equations: 0
% 123.76/123.97  Current number of rules: 992
% 123.76/123.97  New rule produced :
% 123.76/123.97  [995]
% 123.76/123.97  is_a_theorem(not(not(implies(not(implies(A,not(not(implies(B,B))))),C)))) ->
% 123.76/123.97  true
% 123.76/123.97  Current number of equations to process: 2927
% 123.76/123.97  Current number of ordered equations: 0
% 123.76/123.97  Current number of rules: 993
% 123.76/123.97  New rule produced :
% 123.76/123.97  [996]
% 123.76/123.97  is_a_theorem(not(not(implies(A,implies(not(implies(B,not(not(B)))),C))))) ->
% 123.76/123.97  true
% 123.76/123.97  Current number of equations to process: 2926
% 123.76/123.97  Current number of ordered equations: 0
% 123.76/123.97  Current number of rules: 994
% 123.76/123.97  New rule produced :
% 123.76/123.97  [997]
% 123.76/123.97  ifeq(is_a_theorem(A),true,is_a_theorem(implies(B,not(not(A)))),true) -> true
% 123.76/123.97  Current number of equations to process: 2941
% 123.76/123.97  Current number of ordered equations: 0
% 123.76/123.97  Current number of rules: 995
% 123.76/123.97  New rule produced :
% 123.76/123.97  [998] is_a_theorem(implies(not(A),implies(B,not(not(implies(A,C)))))) -> true
% 123.76/123.97  Current number of equations to process: 2940
% 123.76/123.97  Current number of ordered equations: 0
% 123.76/123.97  Current number of rules: 996
% 123.76/123.97  New rule produced :
% 123.76/123.97  [999] is_a_theorem(not(not(implies(A,implies(B,not(not(A))))))) -> true
% 123.76/123.97  Current number of equations to process: 2945
% 123.76/123.97  Current number of ordered equations: 0
% 123.76/123.97  Current number of rules: 997
% 123.76/123.97  New rule produced :
% 123.76/123.97  [1000] is_a_theorem(implies(A,implies(B,implies(not(B),C)))) -> true
% 123.76/123.97  Current number of equations to process: 2948
% 123.76/123.97  Current number of ordered equations: 0
% 123.76/123.97  Current number of rules: 998
% 123.76/123.97  New rule produced :
% 123.76/123.97  [1001]
% 123.76/123.97  ifeq(is_a_theorem(A),true,is_a_theorem(implies(not(A),B)),true) -> true
% 123.76/123.97  Current number of equations to process: 2952
% 123.76/123.97  Current number of ordered equations: 0
% 123.76/123.97  Current number of rules: 999
% 123.76/123.97  New rule produced :
% 123.76/123.97  [1002] is_a_theorem(implies(not(A),implies(not(implies(A,B)),C))) -> true
% 123.76/123.97  Current number of equations to process: 2952
% 123.76/123.97  Current number of ordered equations: 0
% 123.76/123.97  Current number of rules: 1000
% 123.76/123.97  New rule produced :
% 123.76/123.97  [1003] is_a_theorem(not(not(implies(A,implies(not(A),B))))) -> true
% 123.76/123.97  Current number of equations to process: 2957
% 123.76/123.97  Current number of ordered equations: 0
% 123.76/123.97  Current number of rules: 1001
% 123.76/123.97  New rule produced :
% 123.76/123.97  [1004]
% 123.76/123.97  is_a_theorem(implies(A,implies(B,implies(C,implies(not(C),X))))) -> true
% 123.76/123.97  Current number of equations to process: 2957
% 123.76/123.97  Current number of ordered equations: 0
% 123.76/123.97  Current number of rules: 1002
% 123.76/123.97  New rule produced :
% 123.76/123.97  [1005]
% 123.76/123.97  is_a_theorem(implies(implies(implies(A,implies(not(A),B)),C),C)) -> true
% 123.76/123.97  Current number of equations to process: 2956
% 123.76/123.97  Current number of ordered equations: 0
% 123.76/123.97  Current number of rules: 1003
% 123.76/123.97  New rule produced :
% 123.76/123.97  [1006]
% 123.76/123.97  is_a_theorem(implies(implies(implies(not(A),B),C),implies(A,C))) -> true
% 123.76/123.97  Current number of equations to process: 2955
% 123.76/123.97  Current number of ordered equations: 0
% 123.76/123.97  Current number of rules: 1004
% 123.76/123.97  New rule produced :
% 123.76/123.97  [1007]
% 123.76/123.97  is_a_theorem(not(not(implies(A,implies(B,implies(not(B),C)))))) -> true
% 123.76/123.97  Current number of equations to process: 2954
% 123.76/123.97  Current number of ordered equations: 0
% 123.76/123.97  Current number of rules: 1005
% 123.76/123.97  New rule produced :
% 123.76/123.97  [1008]
% 123.76/123.97  is_a_theorem(implies(A,implies(B,implies(C,implies(X,not(not(C))))))) -> true
% 123.76/123.97  Current number of equations to process: 2953
% 123.76/123.97  Current number of ordered equations: 0
% 123.76/123.97  Current number of rules: 1006
% 123.76/123.97  New rule produced :
% 123.76/123.97  [1009]
% 123.76/123.97  is_a_theorem(implies(implies(implies(A,implies(B,not(not(A)))),C),C)) -> true
% 123.76/123.97  Current number of equations to process: 2952
% 123.76/123.97  Current number of ordered equations: 0
% 123.76/123.97  Current number of rules: 1007
% 123.76/123.97  New rule produced :
% 123.76/123.97  [1010]
% 123.76/123.97  is_a_theorem(implies(implies(implies(A,not(not(B))),C),implies(B,C))) -> true
% 123.76/123.97  Current number of equations to process: 2951
% 123.76/123.97  Current number of ordered equations: 0
% 123.76/123.97  Current number of rules: 1008
% 123.76/123.97  New rule produced :
% 153.15/153.38  [1011]
% 153.15/153.38  is_a_theorem(not(not(implies(A,implies(B,implies(C,not(not(B)))))))) -> true
% 153.15/153.38  Current number of equations to process: 2950
% 153.15/153.38  Current number of ordered equations: 0
% 153.15/153.38  Current number of rules: 1009
% 153.15/153.38  New rule produced :
% 153.15/153.38  [1012]
% 153.15/153.38  is_a_theorem(implies(implies(implies(A,implies(not(A),B)),C),implies(X,C)))
% 153.15/153.38  -> true
% 153.15/153.38  Current number of equations to process: 2960
% 153.15/153.38  Current number of ordered equations: 0
% 153.15/153.38  Current number of rules: 1010
% 153.15/153.38  New rule produced :
% 153.15/153.38  [1013]
% 153.15/153.38  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(not(X),Y))))))
% 153.15/153.38  -> true
% 153.15/153.38  Current number of equations to process: 2959
% 153.15/153.38  Current number of ordered equations: 0
% 153.15/153.38  Current number of rules: 1011
% 153.15/153.38  New rule produced :
% 153.15/153.38  [1014]
% 153.15/153.38  is_a_theorem(implies(implies(implies(A,implies(B,implies(not(B),C))),X),X))
% 153.15/153.38  -> true
% 153.15/153.38  Current number of equations to process: 2958
% 153.15/153.38  Current number of ordered equations: 0
% 153.15/153.38  Current number of rules: 1012
% 153.15/153.38  New rule produced :
% 153.15/153.38  [1015]
% 153.15/153.38  is_a_theorem(implies(A,implies(implies(implies(B,implies(not(B),C)),X),X)))
% 153.15/153.38  -> true
% 153.15/153.38  Current number of equations to process: 2957
% 153.15/153.38  Current number of ordered equations: 0
% 153.15/153.38  Current number of rules: 1013
% 153.15/153.38  New rule produced :
% 153.15/153.38  [1016]
% 153.15/153.38  is_a_theorem(implies(not(implies(implies(implies(A,not(not(A))),B),B)),C)) ->
% 153.15/153.38  true
% 153.15/153.38  Current number of equations to process: 2956
% 153.15/153.38  Current number of ordered equations: 0
% 153.15/153.38  Current number of rules: 1014
% 153.15/153.38  New rule produced :
% 153.15/153.38  [1017]
% 153.15/153.38  is_a_theorem(implies(A,implies(B,implies(C,implies(X,not(not(B))))))) -> true
% 153.15/153.38  Current number of equations to process: 2985
% 153.15/153.38  Current number of ordered equations: 0
% 153.15/153.38  Current number of rules: 1015
% 153.15/153.38  New rule produced :
% 153.15/153.38  [1018]
% 153.15/153.38  is_a_theorem(not(not(implies(A,implies(B,implies(C,not(not(A)))))))) -> true
% 153.15/153.38  Current number of equations to process: 3000
% 153.15/153.38  Current number of ordered equations: 0
% 153.15/153.38  Current number of rules: 1016
% 153.15/153.38  New rule produced :
% 153.15/153.38  [1019]
% 153.15/153.38  is_a_theorem(implies(A,implies(B,implies(implies(not(not(B)),C),C)))) -> true
% 153.15/153.38  Current number of equations to process: 2999
% 153.15/153.38  Current number of ordered equations: 0
% 153.15/153.38  Current number of rules: 1017
% 153.15/153.38  New rule produced :
% 153.15/153.38  [1020]
% 153.15/153.38  is_a_theorem(not(not(implies(A,implies(implies(not(not(A)),B),B))))) -> true
% 153.15/153.38  Current number of equations to process: 3011
% 153.15/153.38  Current number of ordered equations: 0
% 153.15/153.38  Current number of rules: 1018
% 153.15/153.38  New rule produced :
% 153.15/153.38  [1021]
% 153.15/153.38  ifeq(is_a_theorem(A),true,is_a_theorem(implies(B,implies(C,not(not(A))))),true)
% 153.15/153.38  -> true
% 153.15/153.38  Current number of equations to process: 3027
% 153.15/153.38  Current number of ordered equations: 0
% 153.15/153.38  Current number of rules: 1019
% 153.15/153.38  New rule produced :
% 153.15/153.38  [1022]
% 153.15/153.38  is_a_theorem(implies(not(A),implies(B,implies(C,not(not(implies(A,X))))))) ->
% 153.15/153.38  true
% 153.15/153.38  Current number of equations to process: 3026
% 153.15/153.38  Current number of ordered equations: 0
% 153.15/153.38  Current number of rules: 1020
% 153.15/153.38  New rule produced :
% 153.15/153.38  [1023]
% 153.15/153.38  ifeq(is_a_theorem(A),true,is_a_theorem(implies(implies(not(not(A)),B),B)),true)
% 153.15/153.38  -> true
% 153.15/153.38  Current number of equations to process: 3025
% 153.15/153.38  Current number of ordered equations: 0
% 153.15/153.38  Current number of rules: 1021
% 153.15/153.38  New rule produced :
% 153.15/153.38  [1024]
% 153.15/153.38  is_a_theorem(implies(not(A),implies(implies(not(not(implies(A,B))),C),C))) ->
% 153.15/153.38  true
% 153.15/153.38  Current number of equations to process: 3024
% 153.15/153.38  Current number of ordered equations: 0
% 153.15/153.38  Current number of rules: 1022
% 153.15/153.38  New rule produced :
% 153.15/153.38  [1025]
% 153.15/153.38  is_a_theorem(implies(not(implies(implies(not(not(A)),B),implies(A,B))),C)) ->
% 153.15/153.38  true
% 153.15/153.38  Current number of equations to process: 3023
% 153.15/153.38  Current number of ordered equations: 0
% 153.15/153.38  Current number of rules: 1023
% 153.15/153.38  New rule produced :
% 153.15/153.38  [1026]
% 153.15/153.38  is_a_theorem(implies(not(implies(A,not(not(implies(B,implies(C,B)))))),X)) ->
% 153.15/153.38  true
% 153.15/153.38  Current number of equations to process: 3121
% 153.15/153.38  Current number of ordered equations: 0
% 153.15/153.38  Current number of rules: 1024
% 153.15/153.38  New rule produced :
% 153.15/153.38  [1027]
% 153.15/153.38  is_a_theorem(implies(A,implies(not(B),implies(C,not(not(implies(B,X))))))) ->
% 153.15/153.38  true
% 153.15/153.38  Current number of equations to process: 3791
% 153.15/153.38  Current number of ordered equations: 0
% 153.15/153.38  Current number of rules: 1025
% 153.15/153.38  New rule produced :
% 153.15/153.38  [1028] is_a_theorem(implies(not(A),not(not(not(not(implies(A,B))))))) -> true
% 153.15/153.38  Current number of equations to process: 3795
% 153.15/153.38  Current number of ordered equations: 0
% 153.15/153.38  Current number of rules: 1026
% 153.15/153.38  New rule produced :
% 153.15/153.38  [1029]
% 153.15/153.38  is_a_theorem(implies(A,implies(implies(not(not(A)),B),implies(C,B)))) -> true
% 155.14/155.39  Current number of equations to process: 3830
% 155.14/155.39  Current number of ordered equations: 0
% 155.14/155.39  Current number of rules: 1027
% 155.14/155.39  New rule produced :
% 155.14/155.39  [1030]
% 155.14/155.39  is_a_theorem(implies(A,implies(B,implies(C,implies(X,not(not(A))))))) -> true
% 155.14/155.39  Current number of equations to process: 3829
% 155.14/155.39  Current number of ordered equations: 0
% 155.14/155.39  Current number of rules: 1028
% 155.14/155.39  New rule produced :
% 155.14/155.39  [1031]
% 155.14/155.39  is_a_theorem(implies(A,implies(implies(implies(B,not(not(A))),C),C))) -> true
% 155.14/155.39  Current number of equations to process: 3828
% 155.14/155.39  Current number of ordered equations: 0
% 155.14/155.39  Current number of rules: 1029
% 155.14/155.39  New rule produced :
% 155.14/155.39  [1032] is_a_theorem(implies(A,implies(B,implies(not(A),C)))) -> true
% 155.14/155.39  Current number of equations to process: 3831
% 155.14/155.39  Current number of ordered equations: 0
% 155.14/155.39  Current number of rules: 1030
% 155.14/155.39  New rule produced :
% 155.14/155.39  [1033]
% 155.14/155.39  is_a_theorem(implies(A,implies(B,implies(C,implies(not(A),X))))) -> true
% 155.14/155.39  Current number of equations to process: 3834
% 155.14/155.39  Current number of ordered equations: 0
% 155.14/155.39  Current number of rules: 1031
% 155.14/155.39  New rule produced :
% 155.14/155.39  [1034]
% 155.14/155.39  is_a_theorem(implies(A,implies(implies(implies(not(A),B),C),C))) -> true
% 155.14/155.39  Current number of equations to process: 3834
% 155.14/155.39  Current number of ordered equations: 0
% 155.14/155.39  Current number of rules: 1032
% 155.14/155.39  New rule produced :
% 155.14/155.39  [1035]
% 155.14/155.39  is_a_theorem(implies(A,implies(implies(implies(not(A),B),C),implies(X,C))))
% 155.14/155.39  -> true
% 155.14/155.39  Current number of equations to process: 3836
% 155.14/155.39  Current number of ordered equations: 0
% 155.14/155.39  Current number of rules: 1033
% 155.14/155.39  New rule produced :
% 155.14/155.39  [1036]
% 155.14/155.39  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(not(A),Y))))))
% 155.14/155.39  -> true
% 155.14/155.39  Current number of equations to process: 3835
% 155.14/155.39  Current number of ordered equations: 0
% 155.14/155.39  Current number of rules: 1034
% 155.14/155.39  New rule produced :
% 155.14/155.39  [1037]
% 155.14/155.39  is_a_theorem(implies(A,implies(implies(implies(B,implies(not(A),C)),X),X)))
% 155.14/155.39  -> true
% 155.14/155.39  Current number of equations to process: 3834
% 155.14/155.39  Current number of ordered equations: 0
% 155.14/155.39  Current number of rules: 1035
% 155.14/155.39  New rule produced :
% 155.14/155.39  [1038]
% 155.14/155.39  is_a_theorem(implies(A,implies(implies(implies(B,B),not(A)),C))) -> true
% 155.14/155.39  Current number of equations to process: 3835
% 155.14/155.39  Current number of ordered equations: 0
% 155.14/155.39  Current number of rules: 1036
% 155.14/155.39  New rule produced :
% 155.14/155.39  [1039]
% 155.14/155.39  is_a_theorem(implies(A,implies(B,implies(implies(not(not(A)),C),C)))) -> true
% 155.14/155.39  Current number of equations to process: 3834
% 155.14/155.39  Current number of ordered equations: 0
% 155.14/155.39  Current number of rules: 1037
% 155.14/155.39  New rule produced :
% 155.14/155.39  [1040]
% 155.14/155.39  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,B)),not(A)),X)))
% 155.14/155.39  -> true
% 155.14/155.39  Current number of equations to process: 3837
% 155.14/155.39  Current number of ordered equations: 0
% 155.14/155.39  Current number of rules: 1038
% 155.14/155.39  New rule produced :
% 155.14/155.39  [1041]
% 155.14/155.39  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,C)),not(A)),X)))
% 155.14/155.39  -> true
% 155.14/155.39  Current number of equations to process: 3836
% 155.14/155.39  Current number of ordered equations: 0
% 155.14/155.39  Current number of rules: 1039
% 155.14/155.39  New rule produced :
% 155.14/155.39  [1042]
% 155.14/155.39  is_a_theorem(implies(A,implies(B,implies(implies(implies(not(A),C),X),X))))
% 155.14/155.39  -> true
% 155.14/155.39  Current number of equations to process: 3836
% 155.14/155.39  Current number of ordered equations: 0
% 155.14/155.39  Current number of rules: 1040
% 155.14/155.39  New rule produced :
% 155.14/155.39  [1043]
% 155.14/155.39  is_a_theorem(implies(A,implies(implies(not(not(A)),not(implies(B,B))),C))) ->
% 155.14/155.39  true
% 155.14/155.39  Current number of equations to process: 3846
% 155.14/155.39  Current number of ordered equations: 0
% 155.14/155.39  Current number of rules: 1041
% 155.14/155.39  New rule produced :
% 155.14/155.39  [1044] is_a_theorem(implies(A,not(not(implies(B,not(not(A))))))) -> true
% 155.14/155.39  Current number of equations to process: 3846
% 155.14/155.39  Current number of ordered equations: 0
% 155.14/155.39  Current number of rules: 1042
% 155.14/155.39  New rule produced :
% 155.14/155.39  [1045] is_a_theorem(implies(A,not(not(implies(not(A),B))))) -> true
% 155.14/155.39  Current number of equations to process: 3846
% 155.14/155.39  Current number of ordered equations: 0
% 155.14/155.39  Current number of rules: 1043
% 155.14/155.39  New rule produced :
% 155.14/155.39  [1046]
% 155.14/155.39  is_a_theorem(implies(A,not(not(implies(B,implies(not(A),C)))))) -> true
% 155.14/155.39  Current number of equations to process: 3847
% 155.14/155.39  Current number of ordered equations: 0
% 155.14/155.39  Current number of rules: 1044
% 155.14/155.39  New rule produced :
% 155.14/155.39  [1047]
% 155.14/155.39  is_a_theorem(implies(A,not(not(implies(B,implies(C,not(not(A)))))))) -> true
% 155.14/155.39  Current number of equations to process: 3846
% 155.14/155.39  Current number of ordered equations: 0
% 155.14/155.39  Current number of rules: 1045
% 155.14/155.39  New rule produced :
% 155.14/155.39  [1048] is_a_theorem(implies(A,implies(not(not(not(A))),B))) -> true
% 169.00/169.18  Current number of equations to process: 3847
% 169.00/169.18  Current number of ordered equations: 0
% 169.00/169.18  Current number of rules: 1046
% 169.00/169.18  New rule produced :
% 169.00/169.18  [1049] is_a_theorem(implies(A,implies(B,not(not(not(not(A))))))) -> true
% 169.00/169.18  Current number of equations to process: 3846
% 169.00/169.18  Current number of ordered equations: 0
% 169.00/169.18  Current number of rules: 1047
% 169.00/169.18  New rule produced :
% 169.00/169.18  [1050]
% 169.00/169.18  is_a_theorem(implies(A,implies(B,implies(C,not(not(not(not(A)))))))) -> true
% 169.00/169.18  Current number of equations to process: 3847
% 169.00/169.18  Current number of ordered equations: 0
% 169.00/169.18  Current number of rules: 1048
% 169.00/169.18  New rule produced :
% 169.00/169.18  [1051]
% 169.00/169.18  is_a_theorem(implies(A,implies(implies(not(not(not(not(A)))),B),B))) -> true
% 169.00/169.18  Current number of equations to process: 3846
% 169.00/169.18  Current number of ordered equations: 0
% 169.00/169.18  Current number of rules: 1049
% 169.00/169.18  New rule produced :
% 169.00/169.18  [1052]
% 169.00/169.18  is_a_theorem(implies(not(implies(not(implies(not(not(A)),A)),B)),C)) -> true
% 169.00/169.18  Current number of equations to process: 3878
% 169.00/169.18  Current number of ordered equations: 0
% 169.00/169.18  Current number of rules: 1050
% 169.00/169.18  New rule produced :
% 169.00/169.18  [1053]
% 169.00/169.18  is_a_theorem(implies(not(implies(not(not(not(A))),implies(A,B))),C)) -> true
% 169.00/169.18  Current number of equations to process: 3908
% 169.00/169.18  Current number of ordered equations: 0
% 169.00/169.18  Current number of rules: 1051
% 169.00/169.18  New rule produced :
% 169.00/169.18  [1054]
% 169.00/169.18  is_a_theorem(implies(not(implies(not(not(not(implies(A,A)))),B)),C)) -> true
% 169.00/169.18  Current number of equations to process: 3938
% 169.00/169.18  Current number of ordered equations: 0
% 169.00/169.18  Current number of rules: 1052
% 169.00/169.18  New rule produced :
% 169.00/169.18  [1055]
% 169.00/169.18  is_a_theorem(implies(not(not(not(implies(A,implies(B,not(not(B))))))),C)) ->
% 169.00/169.18  true
% 169.00/169.18  Current number of equations to process: 3948
% 169.00/169.18  Current number of ordered equations: 0
% 169.00/169.18  Current number of rules: 1053
% 169.00/169.18  New rule produced :
% 169.00/169.18  [1056]
% 169.00/169.18  is_a_theorem(implies(A,not(not(implies(not(implies(not(not(B)),B)),C))))) ->
% 169.00/169.18  true
% 169.00/169.18  Current number of equations to process: 3947
% 169.00/169.18  Current number of ordered equations: 0
% 169.00/169.18  Current number of rules: 1054
% 169.00/169.18  New rule produced :
% 169.00/169.18  [1057]
% 169.00/169.18  is_a_theorem(not(not(not(not(implies(not(implies(not(not(A)),A)),B)))))) ->
% 169.00/169.18  true
% 169.00/169.18  Current number of equations to process: 3946
% 169.00/169.18  Current number of ordered equations: 0
% 169.00/169.18  Current number of rules: 1055
% 169.00/169.18  New rule produced :
% 169.00/169.18  [1058]
% 169.00/169.18  is_a_theorem(implies(A,not(not(implies(not(not(not(B))),implies(B,C)))))) ->
% 169.00/169.18  true
% 169.00/169.18  Current number of equations to process: 3945
% 169.00/169.18  Current number of ordered equations: 0
% 169.00/169.18  Current number of rules: 1056
% 169.00/169.18  New rule produced :
% 169.00/169.18  [1059]
% 169.00/169.18  is_a_theorem(not(not(not(not(implies(not(not(not(A))),implies(A,B))))))) ->
% 169.00/169.18  true
% 169.00/169.18  Current number of equations to process: 3944
% 169.00/169.18  Current number of ordered equations: 0
% 169.00/169.18  Current number of rules: 1057
% 169.00/169.18  New rule produced :
% 169.00/169.18  [1060]
% 169.00/169.18  is_a_theorem(implies(A,not(not(implies(not(not(not(implies(B,B)))),C))))) ->
% 169.00/169.18  true
% 169.00/169.18  Current number of equations to process: 3943
% 169.00/169.18  Current number of ordered equations: 0
% 169.00/169.18  Current number of rules: 1058
% 169.00/169.18  New rule produced :
% 169.00/169.18  [1061]
% 169.00/169.18  is_a_theorem(not(not(not(not(implies(not(not(not(implies(A,A)))),B)))))) ->
% 169.00/169.18  true
% 169.00/169.18  Current number of equations to process: 3942
% 169.00/169.18  Current number of ordered equations: 0
% 169.00/169.18  Current number of rules: 1059
% 169.00/169.18  New rule produced :
% 169.00/169.18  [1062]
% 169.00/169.18  is_a_theorem(implies(not(implies(A,B)),implies(not(not(not(A))),C))) -> true
% 169.00/169.18  Current number of equations to process: 4012
% 169.00/169.18  Current number of ordered equations: 0
% 169.00/169.18  Current number of rules: 1060
% 169.00/169.18  New rule produced :
% 169.00/169.18  [1063]
% 169.00/169.18  is_a_theorem(implies(A,implies(not(not(not(B))),implies(C,implies(B,X))))) ->
% 169.00/169.18  true
% 169.00/169.18  Current number of equations to process: 4014
% 169.00/169.18  Current number of ordered equations: 0
% 169.00/169.18  Current number of rules: 1061
% 169.00/169.18  New rule produced :
% 169.00/169.18  [1064]
% 169.00/169.18  is_a_theorem(implies(A,implies(B,not(implies(implies(C,C),not(B)))))) -> true
% 169.00/169.18  Current number of equations to process: 4078
% 169.00/169.18  Current number of ordered equations: 0
% 169.00/169.18  Current number of rules: 1062
% 169.00/169.18  New rule produced :
% 169.00/169.18  [1065]
% 169.00/169.18  is_a_theorem(not(implies(implies(A,A),not(implies(B,implies(C,B)))))) -> true
% 169.00/169.18  Current number of equations to process: 4077
% 169.00/169.18  Current number of ordered equations: 0
% 169.00/169.18  Current number of rules: 1063
% 169.00/169.18  New rule produced :
% 169.00/169.18  [1066]
% 169.00/169.18  is_a_theorem(implies(A,not(implies(implies(B,B),not(implies(C,A)))))) -> true
% 169.00/169.18  Current number of equations to process: 4076
% 169.00/169.18  Current number of ordered equations: 0
% 169.00/169.18  Current number of rules: 1064
% 176.57/176.77  New rule produced :
% 176.57/176.77  [1067]
% 176.57/176.77  is_a_theorem(not(implies(implies(A,A),not(implies(B,implies(C,C)))))) -> true
% 176.57/176.77  Current number of equations to process: 4075
% 176.57/176.77  Current number of ordered equations: 0
% 176.57/176.77  Current number of rules: 1065
% 176.57/176.77  New rule produced :
% 176.57/176.77  [1068]
% 176.57/176.77  is_a_theorem(implies(A,not(implies(implies(B,B),not(implies(C,C)))))) -> true
% 176.57/176.77  Current number of equations to process: 4074
% 176.57/176.77  Current number of ordered equations: 0
% 176.57/176.77  Current number of rules: 1066
% 176.57/176.77  New rule produced :
% 176.57/176.77  [1069]
% 176.57/176.77  is_a_theorem(not(implies(implies(A,A),not(implies(not(not(B)),B))))) -> true
% 176.57/176.77  Current number of equations to process: 4091
% 176.57/176.77  Current number of ordered equations: 0
% 176.57/176.77  Current number of rules: 1067
% 176.57/176.77  New rule produced :
% 176.57/176.77  [1070]
% 176.57/176.77  is_a_theorem(not(not(implies(A,not(implies(implies(B,B),not(A))))))) -> true
% 176.57/176.77  Current number of equations to process: 4090
% 176.57/176.77  Current number of ordered equations: 0
% 176.57/176.77  Current number of rules: 1068
% 176.57/176.77  New rule produced :
% 176.57/176.77  [1071]
% 176.57/176.77  is_a_theorem(not(implies(implies(A,A),not(implies(B,not(not(B))))))) -> true
% 176.57/176.77  Current number of equations to process: 4089
% 176.57/176.77  Current number of ordered equations: 0
% 176.57/176.77  Current number of rules: 1069
% 176.57/176.77  New rule produced :
% 176.57/176.77  [1072]
% 176.57/176.77  is_a_theorem(implies(not(not(A)),not(implies(implies(B,B),not(A))))) -> true
% 176.57/176.77  Current number of equations to process: 4088
% 176.57/176.77  Current number of ordered equations: 0
% 176.57/176.77  Current number of rules: 1070
% 176.57/176.77  New rule produced :
% 176.57/176.77  [1073]
% 176.57/176.77  is_a_theorem(not(implies(implies(A,A),not(not(not(implies(B,B))))))) -> true
% 176.57/176.77  Current number of equations to process: 4087
% 176.57/176.77  Current number of ordered equations: 0
% 176.57/176.77  Current number of rules: 1071
% 176.57/176.77  New rule produced :
% 176.57/176.77  [1074]
% 176.57/176.77  is_a_theorem(implies(A,not(implies(implies(B,B),not(not(not(A))))))) -> true
% 176.57/176.77  Current number of equations to process: 4086
% 176.57/176.77  Current number of ordered equations: 0
% 176.57/176.77  Current number of rules: 1072
% 176.57/176.77  New rule produced :
% 176.57/176.77  [1075]
% 176.57/176.77  ifeq(is_a_theorem(A),true,is_a_theorem(not(implies(implies(B,B),not(A)))),true)
% 176.57/176.77  -> true
% 176.57/176.77  Current number of equations to process: 4096
% 176.57/176.77  Current number of ordered equations: 0
% 176.57/176.77  Current number of rules: 1073
% 176.57/176.77  New rule produced :
% 176.57/176.77  [1076]
% 176.57/176.77  is_a_theorem(not(implies(implies(A,A),not(implies(not(B),implies(B,C)))))) ->
% 176.57/176.77  true
% 176.57/176.77  Current number of equations to process: 4095
% 176.57/176.77  Current number of ordered equations: 0
% 176.57/176.77  Current number of rules: 1074
% 176.57/176.77  New rule produced :
% 176.57/176.77  [1077]
% 176.57/176.77  is_a_theorem(implies(not(A),not(implies(implies(B,B),not(implies(A,C)))))) ->
% 176.57/176.77  true
% 176.57/176.77  Current number of equations to process: 4094
% 176.57/176.77  Current number of ordered equations: 0
% 176.57/176.77  Current number of rules: 1075
% 176.57/176.77  New rule produced :
% 176.57/176.77  [1078]
% 176.57/176.77  is_a_theorem(not(implies(implies(A,A),not(implies(not(implies(B,B)),C))))) ->
% 176.57/176.77  true
% 176.57/176.77  Current number of equations to process: 4093
% 176.57/176.77  Current number of ordered equations: 0
% 176.57/176.77  Current number of rules: 1076
% 176.57/176.77  New rule produced :
% 176.57/176.77  [1079]
% 176.57/176.77  is_a_theorem(implies(not(implies(not(not(A)),implies(implies(A,B),B))),C)) ->
% 176.57/176.77  true
% 176.57/176.77  Current number of equations to process: 4092
% 176.57/176.77  Current number of ordered equations: 0
% 176.57/176.77  Current number of rules: 1077
% 176.57/176.77  New rule produced :
% 176.57/176.77  [1080]
% 176.57/176.77  is_a_theorem(not(not(not(implies(implies(A,A),not(implies(B,B))))))) -> true
% 176.57/176.77  Current number of equations to process: 4127
% 176.57/176.77  Current number of ordered equations: 0
% 176.57/176.77  Current number of rules: 1078
% 176.57/176.77  New rule produced :
% 176.57/176.77  [1081]
% 176.57/176.77  is_a_theorem(implies(not(implies(not(not(implies(implies(A,A),B))),B)),C)) ->
% 176.57/176.77  true
% 176.57/176.77  Current number of equations to process: 4137
% 176.57/176.77  Current number of ordered equations: 0
% 176.57/176.77  Current number of rules: 1079
% 176.57/176.77  New rule produced :
% 176.57/176.77  [1082] is_a_theorem(implies(not(implies(implies(not(A),B),B)),A)) -> true
% 176.57/176.77  Current number of equations to process: 4202
% 176.57/176.77  Current number of ordered equations: 0
% 176.57/176.77  Current number of rules: 1080
% 176.57/176.77  New rule produced :
% 176.57/176.77  [1083]
% 176.57/176.77  is_a_theorem(implies(A,implies(B,not(not(implies(implies(B,C),C)))))) -> true
% 176.57/176.77  Current number of equations to process: 4207
% 176.57/176.77  Current number of ordered equations: 0
% 176.57/176.77  Current number of rules: 1081
% 176.57/176.77  New rule produced :
% 176.57/176.77  [1084]
% 176.57/176.77  is_a_theorem(not(not(implies(A,not(not(implies(implies(A,B),B))))))) -> true
% 176.57/176.77  Current number of equations to process: 4224
% 176.57/176.77  Current number of ordered equations: 0
% 176.57/176.77  Current number of rules: 1082
% 176.57/176.77  New rule produced :
% 176.57/176.77  [1085]
% 176.57/176.77  is_a_theorem(implies(not(not(A)),not(not(implies(implies(A,B),B))))) -> true
% 176.57/176.77  Current number of equations to process: 4223
% 183.66/183.88  Current number of ordered equations: 0
% 183.66/183.88  Current number of rules: 1083
% 183.66/183.88  New rule produced :
% 183.66/183.88  [1086]
% 183.66/183.88  is_a_theorem(implies(A,not(not(implies(implies(not(not(A)),B),B))))) -> true
% 183.66/183.88  Current number of equations to process: 4222
% 183.66/183.88  Current number of ordered equations: 0
% 183.66/183.88  Current number of rules: 1084
% 183.66/183.88  New rule produced :
% 183.66/183.88  [1087]
% 183.66/183.88  is_a_theorem(implies(A,implies(implies(implies(B,B),C),not(not(C))))) -> true
% 183.66/183.88  Current number of equations to process: 4221
% 183.66/183.88  Current number of ordered equations: 0
% 183.66/183.88  Current number of rules: 1085
% 183.66/183.88  New rule produced :
% 183.66/183.88  [1088]
% 183.66/183.88  is_a_theorem(not(not(implies(implies(implies(A,A),B),not(not(B)))))) -> true
% 183.66/183.88  Current number of equations to process: 4228
% 183.66/183.88  Current number of ordered equations: 0
% 183.66/183.88  Current number of rules: 1086
% 183.66/183.88  New rule produced :
% 183.66/183.88  [1089]
% 183.66/183.88  is_a_theorem(implies(not(not(implies(implies(A,A),B))),not(not(B)))) -> true
% 183.66/183.88  Current number of equations to process: 4227
% 183.66/183.88  Current number of ordered equations: 0
% 183.66/183.88  Current number of rules: 1087
% 183.66/183.88  New rule produced :
% 183.66/183.88  [1090]
% 183.66/183.88  ifeq(is_a_theorem(A),true,is_a_theorem(not(not(implies(implies(A,B),B)))),true)
% 183.66/183.89  -> true
% 183.66/183.89  Current number of equations to process: 4234
% 183.66/183.89  Current number of ordered equations: 0
% 183.66/183.89  Current number of rules: 1088
% 183.66/183.89  New rule produced :
% 183.66/183.89  [1091]
% 183.66/183.89  is_a_theorem(implies(not(A),not(not(implies(implies(implies(A,B),C),C))))) ->
% 183.66/183.89  true
% 183.66/183.89  Current number of equations to process: 4233
% 183.66/183.89  Current number of ordered equations: 0
% 183.66/183.89  Current number of rules: 1089
% 183.66/183.89  New rule produced :
% 183.66/183.89  [1092]
% 183.66/183.89  ifeq(is_a_theorem(implies(implies(A,A),B)),true,is_a_theorem(not(not(B))),true)
% 183.66/183.89  -> true
% 183.66/183.89  Current number of equations to process: 4232
% 183.66/183.89  Current number of ordered equations: 0
% 183.66/183.89  Current number of rules: 1090
% 183.66/183.89  New rule produced :
% 183.66/183.89  [1093]
% 183.66/183.89  is_a_theorem(implies(not(implies(implies(not(A),B),implies(C,B))),A)) -> true
% 183.66/183.89  Current number of equations to process: 4244
% 183.66/183.89  Current number of ordered equations: 0
% 183.66/183.89  Current number of rules: 1091
% 183.66/183.89  New rule produced :
% 183.66/183.89  [1094]
% 183.66/183.89  is_a_theorem(implies(not(implies(A,implies(B,implies(C,not(X))))),X)) -> true
% 183.66/183.89  Current number of equations to process: 4272
% 183.66/183.89  Current number of ordered equations: 0
% 183.66/183.89  Current number of rules: 1092
% 183.66/183.89  New rule produced :
% 183.66/183.89  [1095]
% 183.66/183.89  is_a_theorem(implies(not(implies(implies(implies(A,not(B)),C),C)),B)) -> true
% 183.66/183.89  Current number of equations to process: 4316
% 183.66/183.89  Current number of ordered equations: 0
% 183.66/183.89  Current number of rules: 1093
% 183.66/183.89  New rule produced :
% 183.66/183.89  [1096] is_a_theorem(implies(not(implies(A,B)),not(B))) -> true
% 183.66/183.89  Current number of equations to process: 4375
% 183.66/183.89  Current number of ordered equations: 0
% 183.66/183.89  Current number of rules: 1094
% 183.66/183.89  New rule produced :
% 183.66/183.89  [1097]
% 183.66/183.89  is_a_theorem(implies(A,implies(not(not(B)),not(not(implies(C,B)))))) -> true
% 183.66/183.89  Current number of equations to process: 4379
% 183.66/183.89  Current number of ordered equations: 0
% 183.66/183.89  Current number of rules: 1095
% 183.66/183.89  New rule produced :
% 183.66/183.89  [1098]
% 183.66/183.89  is_a_theorem(not(not(implies(not(not(A)),not(not(implies(B,A))))))) -> true
% 183.66/183.89  Current number of equations to process: 4386
% 183.66/183.89  Current number of ordered equations: 0
% 183.66/183.89  Current number of rules: 1096
% 183.66/183.89  New rule produced :
% 183.66/183.89  [1099]
% 183.66/183.89  is_a_theorem(implies(not(not(not(not(A)))),not(not(implies(B,A))))) -> true
% 183.66/183.89  Current number of equations to process: 4385
% 183.66/183.89  Current number of ordered equations: 0
% 183.66/183.89  Current number of rules: 1097
% 183.66/183.89  New rule produced :
% 183.66/183.89  [1100] is_a_theorem(implies(not(implies(A,B)),implies(C,A))) -> true
% 183.66/183.89  Rule
% 183.66/183.89  [129]
% 183.66/183.89  is_a_theorem(implies(not(implies(A,B)),implies(implies(B,A),A))) -> true
% 183.66/183.89  collapsed.
% 183.66/183.89  Current number of equations to process: 4388
% 183.66/183.89  Current number of ordered equations: 0
% 183.66/183.89  Current number of rules: 1097
% 183.66/183.89  New rule produced :
% 183.66/183.89  [1101] is_a_theorem(implies(not(implies(not(A),B)),implies(A,C))) -> true
% 183.66/183.89  Current number of equations to process: 4404
% 183.66/183.89  Current number of ordered equations: 0
% 183.66/183.89  Current number of rules: 1098
% 183.66/183.89  New rule produced :
% 183.66/183.89  [1102]
% 183.66/183.89  ifeq(is_a_theorem(not(not(A))),true,is_a_theorem(not(not(implies(B,A)))),true)
% 183.66/183.89  -> true
% 183.66/183.89  Current number of equations to process: 4408
% 183.66/183.89  Current number of ordered equations: 0
% 183.66/183.89  Current number of rules: 1099
% 183.66/183.89  New rule produced :
% 183.66/183.89  [1103]
% 183.66/183.89  is_a_theorem(implies(A,implies(not(implies(B,C)),not(not(implies(C,X)))))) ->
% 183.66/183.89  true
% 183.66/183.89  Current number of equations to process: 4407
% 183.66/183.89  Current number of ordered equations: 0
% 183.66/183.89  Current number of rules: 1100
% 193.28/193.50  New rule produced :
% 193.28/193.50  [1104]
% 193.28/193.50  is_a_theorem(not(not(implies(not(implies(A,B)),not(not(implies(B,C))))))) ->
% 193.28/193.50  true
% 193.28/193.50  Current number of equations to process: 4406
% 193.28/193.50  Current number of ordered equations: 0
% 193.28/193.50  Current number of rules: 1101
% 193.28/193.50  New rule produced :
% 193.28/193.50  [1105]
% 193.28/193.50  is_a_theorem(implies(not(not(not(implies(A,B)))),not(not(implies(B,C))))) ->
% 193.28/193.50  true
% 193.28/193.50  Current number of equations to process: 4405
% 193.28/193.50  Current number of ordered equations: 0
% 193.28/193.50  Current number of rules: 1102
% 193.28/193.50  New rule produced :
% 193.28/193.50  [1106]
% 193.28/193.50  is_a_theorem(implies(not(implies(A,implies(implies(not(B),C),C))),B)) -> true
% 193.28/193.50  Current number of equations to process: 4417
% 193.28/193.50  Current number of ordered equations: 0
% 193.28/193.50  Current number of rules: 1103
% 193.28/193.50  New rule produced :
% 193.28/193.50  [1107] is_a_theorem(implies(not(implies(A,implies(B,C))),not(C))) -> true
% 193.28/193.50  Current number of equations to process: 4444
% 193.28/193.50  Current number of ordered equations: 0
% 193.28/193.50  Current number of rules: 1104
% 193.28/193.50  New rule produced :
% 193.28/193.50  [1108] is_a_theorem(implies(A,implies(B,not(not(not(not(B))))))) -> true
% 193.28/193.50  Current number of equations to process: 4499
% 193.28/193.50  Current number of ordered equations: 0
% 193.28/193.50  Current number of rules: 1105
% 193.28/193.50  New rule produced :
% 193.28/193.50  [1109]
% 193.28/193.50  ifeq(is_a_theorem(A),true,is_a_theorem(not(not(not(not(A))))),true) -> true
% 193.28/193.50  Current number of equations to process: 4503
% 193.28/193.50  Current number of ordered equations: 0
% 193.28/193.50  Current number of rules: 1106
% 193.28/193.50  New rule produced :
% 193.28/193.50  [1110] is_a_theorem(not(not(implies(A,not(not(not(not(A)))))))) -> true
% 193.28/193.50  Current number of equations to process: 4508
% 193.28/193.50  Current number of ordered equations: 0
% 193.28/193.50  Current number of rules: 1107
% 193.28/193.50  New rule produced :
% 193.28/193.50  [1111] is_a_theorem(implies(A,not(not(not(not(not(not(A)))))))) -> true
% 193.28/193.50  Current number of equations to process: 4509
% 193.28/193.50  Current number of ordered equations: 0
% 193.28/193.50  Current number of rules: 1108
% 193.28/193.50  New rule produced :
% 193.28/193.50  [1112]
% 193.28/193.50  is_a_theorem(implies(A,implies(B,implies(C,not(not(not(not(C)))))))) -> true
% 193.28/193.50  Current number of equations to process: 4514
% 193.28/193.50  Current number of ordered equations: 0
% 193.28/193.50  Current number of rules: 1109
% 193.28/193.50  New rule produced :
% 193.28/193.50  [1113]
% 193.28/193.50  is_a_theorem(implies(implies(implies(A,not(not(not(not(A))))),B),B)) -> true
% 193.28/193.50  Current number of equations to process: 4513
% 193.28/193.50  Current number of ordered equations: 0
% 193.28/193.50  Current number of rules: 1110
% 193.28/193.50  New rule produced :
% 193.28/193.50  [1114]
% 193.28/193.50  is_a_theorem(implies(implies(not(not(not(not(A)))),B),implies(A,B))) -> true
% 193.28/193.50  Current number of equations to process: 4512
% 193.28/193.50  Current number of ordered equations: 0
% 193.28/193.50  Current number of rules: 1111
% 193.28/193.50  New rule produced :
% 193.28/193.50  [1115]
% 193.28/193.50  is_a_theorem(not(not(implies(A,implies(B,not(not(not(not(B))))))))) -> true
% 193.28/193.50  Current number of equations to process: 4511
% 193.28/193.50  Current number of ordered equations: 0
% 193.28/193.50  Current number of rules: 1112
% 193.28/193.50  New rule produced :
% 193.28/193.50  [1116]
% 193.28/193.50  is_a_theorem(implies(A,not(implies(implies(B,implies(C,B)),not(A))))) -> true
% 193.28/193.50  Current number of equations to process: 4569
% 193.28/193.50  Current number of ordered equations: 0
% 193.28/193.50  Current number of rules: 1113
% 193.28/193.50  New rule produced :
% 193.28/193.50  [1117]
% 193.28/193.50  is_a_theorem(not(implies(implies(A,implies(B,A)),not(implies(C,C))))) -> true
% 193.28/193.50  Current number of equations to process: 4578
% 193.28/193.50  Current number of ordered equations: 0
% 193.28/193.50  Current number of rules: 1114
% 193.28/193.50  New rule produced :
% 193.28/193.50  [1118]
% 193.28/193.50  is_a_theorem(implies(A,not(implies(implies(B,implies(C,C)),not(A))))) -> true
% 193.28/193.50  Current number of equations to process: 4585
% 193.28/193.50  Current number of ordered equations: 0
% 193.28/193.50  Current number of rules: 1115
% 193.28/193.50  New rule produced :
% 193.28/193.50  [1119]
% 193.28/193.50  is_a_theorem(not(implies(implies(A,implies(B,B)),not(implies(C,C))))) -> true
% 193.28/193.50  Current number of equations to process: 4594
% 193.28/193.50  Current number of ordered equations: 0
% 193.28/193.50  Current number of rules: 1116
% 193.28/193.50  New rule produced :
% 193.28/193.50  [1120]
% 193.28/193.50  is_a_theorem(implies(A,not(implies(implies(not(B),implies(B,C)),not(A))))) ->
% 193.28/193.50  true
% 193.28/193.50  Current number of equations to process: 4621
% 193.28/193.50  Current number of ordered equations: 0
% 193.28/193.50  Current number of rules: 1117
% 193.28/193.50  New rule produced :
% 193.28/193.50  [1121]
% 193.28/193.50  is_a_theorem(not(implies(implies(not(A),implies(A,B)),not(implies(C,C))))) ->
% 193.28/193.50  true
% 193.28/193.50  Current number of equations to process: 4626
% 193.28/193.50  Current number of ordered equations: 0
% 193.28/193.50  Current number of rules: 1118
% 193.28/193.50  New rule produced :
% 193.28/193.50  [1122]
% 193.28/193.50  is_a_theorem(not(not(implies(not(not(not(A))),implies(B,implies(A,C)))))) ->
% 193.28/193.50  true
% 193.28/193.50  Current number of equations to process: 4643
% 193.28/193.50  Current number of ordered equations: 0
% 213.94/214.10  Current number of rules: 1119
% 213.94/214.10  New rule produced :
% 213.94/214.10  [1123]
% 213.94/214.10  is_a_theorem(implies(not(not(not(not(not(A))))),implies(B,implies(A,C)))) ->
% 213.94/214.10  true
% 213.94/214.10  Current number of equations to process: 4642
% 213.94/214.10  Current number of ordered equations: 0
% 213.94/214.10  Current number of rules: 1120
% 213.94/214.10  New rule produced :
% 213.94/214.10  [1124]
% 213.94/214.10  is_a_theorem(implies(A,implies(not(not(not(not(B)))),implies(C,B)))) -> true
% 213.94/214.10  Current number of equations to process: 4665
% 213.94/214.10  Current number of ordered equations: 0
% 213.94/214.10  Current number of rules: 1121
% 213.94/214.10  New rule produced :
% 213.94/214.10  [1125]
% 213.94/214.10  is_a_theorem(not(not(implies(not(not(not(not(A)))),implies(B,A))))) -> true
% 213.94/214.10  Current number of equations to process: 4672
% 213.94/214.10  Current number of ordered equations: 0
% 213.94/214.10  Current number of rules: 1122
% 213.94/214.10  New rule produced :
% 213.94/214.10  [1126]
% 213.94/214.10  is_a_theorem(implies(not(not(not(not(not(not(A)))))),implies(B,A))) -> true
% 213.94/214.10  Current number of equations to process: 4671
% 213.94/214.10  Current number of ordered equations: 0
% 213.94/214.10  Current number of rules: 1123
% 213.94/214.10  New rule produced :
% 213.94/214.10  [1127]
% 213.94/214.10  ifeq(is_a_theorem(not(not(not(not(A))))),true,is_a_theorem(implies(B,A)),true)
% 213.94/214.10  -> true
% 213.94/214.10  Current number of equations to process: 4720
% 213.94/214.10  Current number of ordered equations: 0
% 213.94/214.10  Current number of rules: 1124
% 213.94/214.10  New rule produced :
% 213.94/214.10  [1128]
% 213.94/214.10  is_a_theorem(implies(A,implies(not(not(not(implies(B,C)))),implies(C,X)))) ->
% 213.94/214.10  true
% 213.94/214.10  Current number of equations to process: 4719
% 213.94/214.10  Current number of ordered equations: 0
% 213.94/214.10  Current number of rules: 1125
% 213.94/214.10  New rule produced :
% 213.94/214.10  [1129]
% 213.94/214.10  is_a_theorem(not(not(implies(not(not(not(implies(A,B)))),implies(B,C))))) ->
% 213.94/214.10  true
% 213.94/214.10  Current number of equations to process: 4718
% 213.94/214.10  Current number of ordered equations: 0
% 213.94/214.10  Current number of rules: 1126
% 213.94/214.10  New rule produced :
% 213.94/214.10  [1130]
% 213.94/214.10  is_a_theorem(implies(not(not(not(not(not(implies(A,B)))))),implies(B,C))) ->
% 213.94/214.10  true
% 213.94/214.10  Current number of equations to process: 4717
% 213.94/214.10  Current number of ordered equations: 0
% 213.94/214.10  Current number of rules: 1127
% 213.94/214.10  New rule produced :
% 213.94/214.10  [1131]
% 213.94/214.10  is_a_theorem(implies(not(not(not(not(not(implies(A,implies(B,A))))))),C)) ->
% 213.94/214.10  true
% 213.94/214.10  Current number of equations to process: 4716
% 213.94/214.10  Current number of ordered equations: 0
% 213.94/214.10  Current number of rules: 1128
% 213.94/214.10  New rule produced :
% 213.94/214.10  [1132]
% 213.94/214.10  is_a_theorem(implies(not(not(not(not(not(implies(A,implies(B,B))))))),C)) ->
% 213.94/214.10  true
% 213.94/214.10  Current number of equations to process: 4715
% 213.94/214.10  Current number of ordered equations: 0
% 213.94/214.10  Current number of rules: 1129
% 213.94/214.10  New rule produced :
% 213.94/214.10  [1133]
% 213.94/214.10  is_a_theorem(implies(A,not(implies(implies(not(implies(B,B)),C),not(A))))) ->
% 213.94/214.10  true
% 213.94/214.10  Current number of equations to process: 4891
% 213.94/214.10  Current number of ordered equations: 0
% 213.94/214.10  Current number of rules: 1130
% 213.94/214.10  New rule produced :
% 213.94/214.10  [1134]
% 213.94/214.10  is_a_theorem(not(implies(implies(not(implies(A,A)),B),not(implies(C,C))))) ->
% 213.94/214.10  true
% 213.94/214.10  Current number of equations to process: 4896
% 213.94/214.10  Current number of ordered equations: 0
% 213.94/214.10  Current number of rules: 1131
% 213.94/214.10  New rule produced :
% 213.94/214.10  [1135]
% 213.94/214.10  is_a_theorem(implies(A,not(implies(not(not(A)),not(implies(B,B)))))) -> true
% 213.94/214.10  Current number of equations to process: 1280
% 213.94/214.10  Current number of ordered equations: 0
% 213.94/214.10  Current number of rules: 1132
% 213.94/214.10  New rule produced :
% 213.94/214.10  [1136]
% 213.94/214.10  is_a_theorem(not(implies(not(not(implies(A,A))),not(implies(B,B))))) -> true
% 213.94/214.10  Current number of equations to process: 1289
% 213.94/214.10  Current number of ordered equations: 0
% 213.94/214.10  Current number of rules: 1133
% 213.94/214.10  New rule produced :
% 213.94/214.10  [1137]
% 213.94/214.10  is_a_theorem(implies(A,not(implies(implies(not(not(B)),B),not(A))))) -> true
% 213.94/214.10  Current number of equations to process: 1296
% 213.94/214.10  Current number of ordered equations: 0
% 213.94/214.10  Current number of rules: 1134
% 213.94/214.10  New rule produced :
% 213.94/214.10  [1138]
% 213.94/214.10  is_a_theorem(not(implies(implies(not(not(A)),A),not(implies(B,B))))) -> true
% 213.94/214.10  Current number of equations to process: 1305
% 213.94/214.10  Current number of ordered equations: 0
% 213.94/214.10  Current number of rules: 1135
% 213.94/214.10  New rule produced :
% 213.94/214.10  [1139] is_a_theorem(implies(not(implies(A,B)),not(not(A)))) -> true
% 213.94/214.10  Current number of equations to process: 1327
% 213.94/214.10  Current number of ordered equations: 0
% 213.94/214.10  Current number of rules: 1136
% 213.94/214.10  New rule produced :
% 213.94/214.10  [1140]
% 213.94/214.10  is_a_theorem(implies(A,not(implies(implies(B,not(not(B))),not(A))))) -> true
% 213.94/214.10  Current number of equations to process: 1344
% 213.94/214.10  Current number of ordered equations: 0
% 213.94/214.10  Current number of rules: 1137
% 213.94/214.10  New rule produced :
% 213.94/214.10  [1141]
% 213.94/214.10  is_a_theorem(implies(A,implies(not(not(not(B))),not(not(implies(B,C)))))) ->
% 227.24/227.39  true
% 227.24/227.39  Current number of equations to process: 1347
% 227.24/227.39  Current number of ordered equations: 0
% 227.24/227.39  Current number of rules: 1138
% 227.24/227.39  New rule produced :
% 227.24/227.39  [1142]
% 227.24/227.39  is_a_theorem(not(not(implies(not(not(not(A))),not(not(implies(A,B))))))) ->
% 227.24/227.39  true
% 227.24/227.39  Current number of equations to process: 1346
% 227.24/227.39  Current number of ordered equations: 0
% 227.24/227.39  Current number of rules: 1139
% 227.24/227.39  New rule produced :
% 227.24/227.39  [1143]
% 227.24/227.39  is_a_theorem(implies(not(not(not(not(not(A))))),not(not(implies(A,B))))) ->
% 227.24/227.39  true
% 227.24/227.39  Current number of equations to process: 1345
% 227.24/227.39  Current number of ordered equations: 0
% 227.24/227.39  Current number of rules: 1140
% 227.24/227.39  New rule produced :
% 227.24/227.39  [1144]
% 227.24/227.39  is_a_theorem(not(implies(implies(A,not(not(A))),not(implies(B,B))))) -> true
% 227.24/227.39  Current number of equations to process: 1350
% 227.24/227.39  Current number of ordered equations: 0
% 227.24/227.39  Current number of rules: 1141
% 227.24/227.39  New rule produced :
% 227.24/227.39  [1145]
% 227.24/227.39  is_a_theorem(implies(A,implies(not(not(not(implies(not(not(B)),B)))),C))) ->
% 227.24/227.39  true
% 227.24/227.39  Current number of equations to process: 1424
% 227.24/227.39  Current number of ordered equations: 0
% 227.24/227.39  Current number of rules: 1142
% 227.24/227.39  New rule produced :
% 227.24/227.39  [1146]
% 227.24/227.39  is_a_theorem(not(not(implies(not(not(not(implies(not(not(A)),A)))),B)))) ->
% 227.24/227.39  true
% 227.24/227.39  Current number of equations to process: 1423
% 227.24/227.39  Current number of ordered equations: 0
% 227.24/227.39  Current number of rules: 1143
% 227.24/227.39  New rule produced :
% 227.24/227.39  [1147]
% 227.24/227.39  is_a_theorem(implies(not(not(not(not(not(implies(not(not(A)),A)))))),B)) ->
% 227.24/227.39  true
% 227.24/227.39  Current number of equations to process: 1422
% 227.24/227.39  Current number of ordered equations: 0
% 227.24/227.39  Current number of rules: 1144
% 227.24/227.39  New rule produced :
% 227.24/227.39  [1148]
% 227.24/227.39  is_a_theorem(implies(A,implies(not(not(not(not(not(B))))),implies(B,C)))) ->
% 227.24/227.39  true
% 227.24/227.39  Current number of equations to process: 1421
% 227.24/227.39  Current number of ordered equations: 0
% 227.24/227.39  Current number of rules: 1145
% 227.24/227.39  New rule produced :
% 227.24/227.39  [1149]
% 227.24/227.39  is_a_theorem(not(not(implies(not(not(not(not(not(A))))),implies(A,B))))) ->
% 227.24/227.39  true
% 227.24/227.39  Current number of equations to process: 1420
% 227.24/227.39  Current number of ordered equations: 0
% 227.24/227.39  Current number of rules: 1146
% 227.24/227.39  New rule produced :
% 227.24/227.39  [1150]
% 227.24/227.39  is_a_theorem(implies(not(not(not(not(not(not(not(A))))))),implies(A,B))) ->
% 227.24/227.39  true
% 227.24/227.39  Current number of equations to process: 1419
% 227.24/227.39  Current number of ordered equations: 0
% 227.24/227.39  Current number of rules: 1147
% 227.24/227.39  New rule produced :
% 227.24/227.39  [1151]
% 227.24/227.39  is_a_theorem(implies(A,implies(not(not(not(not(not(implies(B,B)))))),C))) ->
% 227.24/227.39  true
% 227.24/227.39  Current number of equations to process: 1418
% 227.24/227.39  Current number of ordered equations: 0
% 227.24/227.39  Current number of rules: 1148
% 227.24/227.39  New rule produced :
% 227.24/227.39  [1152]
% 227.24/227.39  is_a_theorem(not(not(implies(not(not(not(not(not(implies(A,A)))))),B)))) ->
% 227.24/227.39  true
% 227.24/227.39  Current number of equations to process: 1417
% 227.24/227.39  Current number of ordered equations: 0
% 227.24/227.39  Current number of rules: 1149
% 227.24/227.39  New rule produced :
% 227.24/227.39  [1153]
% 227.24/227.39  is_a_theorem(implies(not(not(not(not(not(not(not(implies(A,A)))))))),B)) ->
% 227.24/227.39  true
% 227.24/227.39  Current number of equations to process: 1416
% 227.24/227.39  Current number of ordered equations: 0
% 227.24/227.39  Current number of rules: 1150
% 227.24/227.39  New rule produced :
% 227.24/227.39  [1154]
% 227.24/227.39  is_a_theorem(implies(A,not(not(not(implies(implies(B,B),not(A))))))) -> true
% 227.24/227.39  Current number of equations to process: 1428
% 227.24/227.39  Current number of ordered equations: 0
% 227.24/227.39  Current number of rules: 1151
% 227.24/227.39  New rule produced :
% 227.24/227.39  [1155]
% 227.24/227.39  is_a_theorem(implies(not(implies(implies(implies(A,A),not(not(B))),B)),C)) ->
% 227.24/227.39  true
% 227.24/227.39  Current number of equations to process: 1463
% 227.24/227.39  Current number of ordered equations: 0
% 227.24/227.39  Current number of rules: 1152
% 227.24/227.39  New rule produced :
% 227.24/227.39  [1156]
% 227.24/227.39  is_a_theorem(implies(A,not(not(not(not(implies(not(not(B)),B))))))) -> true
% 227.24/227.39  Current number of equations to process: 1547
% 227.24/227.39  Current number of ordered equations: 0
% 227.24/227.39  Current number of rules: 1153
% 227.24/227.39  New rule produced :
% 227.24/227.39  [1157]
% 227.24/227.39  is_a_theorem(not(not(not(not(not(not(implies(not(not(A)),A)))))))) -> true
% 227.24/227.39  Current number of equations to process: 1557
% 227.24/227.39  Current number of ordered equations: 0
% 227.24/227.39  Current number of rules: 1154
% 227.24/227.39  New rule produced :
% 227.24/227.39  [1158] is_a_theorem(implies(not(implies(not(not(not(not(A)))),A)),B)) -> true
% 227.24/227.39  Current number of equations to process: 1566
% 227.24/227.39  Current number of ordered equations: 0
% 227.24/227.39  Current number of rules: 1155
% 227.24/227.39  New rule produced :
% 227.24/227.39  [1159]
% 227.24/227.39  is_a_theorem(implies(A,not(not(implies(not(not(not(not(B)))),B))))) -> true
% 227.24/227.39  Current number of equations to process: 1571
% 227.24/227.39  Current number of ordered equations: 0
% 227.24/227.39  Current number of rules: 1156
% 227.24/227.39  New rule produced :
% 236.24/236.47  [1160]
% 236.24/236.47  is_a_theorem(not(not(not(not(implies(not(not(not(not(A)))),A)))))) -> true
% 236.24/236.47  Current number of equations to process: 1586
% 236.24/236.47  Current number of ordered equations: 0
% 236.24/236.47  Current number of rules: 1157
% 236.24/236.47  New rule produced :
% 236.24/236.47  [1161]
% 236.24/236.47  is_a_theorem(implies(A,implies(not(not(not(not(not(not(B)))))),B))) -> true
% 236.24/236.47  Current number of equations to process: 1585
% 236.24/236.47  Current number of ordered equations: 0
% 236.24/236.47  Current number of rules: 1158
% 236.24/236.47  New rule produced :
% 236.24/236.47  [1162]
% 236.24/236.47  is_a_theorem(not(not(implies(not(not(not(not(not(not(A)))))),A)))) -> true
% 236.24/236.47  Current number of equations to process: 1592
% 236.24/236.47  Current number of ordered equations: 0
% 236.24/236.47  Current number of rules: 1159
% 236.24/236.47  New rule produced :
% 236.24/236.47  [1163]
% 236.24/236.47  is_a_theorem(implies(not(not(not(not(not(not(not(not(A)))))))),A)) -> true
% 236.24/236.47  Current number of equations to process: 1591
% 236.24/236.47  Current number of ordered equations: 0
% 236.24/236.47  Current number of rules: 1160
% 236.24/236.47  New rule produced :
% 236.24/236.47  [1164]
% 236.24/236.47  is_a_theorem(implies(A,implies(not(implies(not(not(not(not(B)))),B)),C))) ->
% 236.24/236.47  true
% 236.24/236.47  Current number of equations to process: 1596
% 236.24/236.47  Current number of ordered equations: 0
% 236.24/236.47  Current number of rules: 1161
% 236.24/236.47  New rule produced :
% 236.24/236.47  [1165]
% 236.24/236.47  is_a_theorem(not(not(implies(not(implies(not(not(not(not(A)))),A)),B)))) ->
% 236.24/236.47  true
% 236.24/236.47  Current number of equations to process: 1595
% 236.24/236.47  Current number of ordered equations: 0
% 236.24/236.47  Current number of rules: 1162
% 236.24/236.47  New rule produced :
% 236.24/236.47  [1166]
% 236.24/236.47  ifeq(is_a_theorem(not(not(not(not(not(not(A))))))),true,is_a_theorem(A),true)
% 236.24/236.47  -> true
% 236.24/236.47  Current number of equations to process: 1594
% 236.24/236.47  Current number of ordered equations: 0
% 236.24/236.47  Current number of rules: 1163
% 236.24/236.47  New rule produced :
% 236.24/236.47  [1167]
% 236.24/236.47  is_a_theorem(implies(not(implies(implies(not(not(implies(A,A))),B),B)),C)) ->
% 236.24/236.47  true
% 236.24/236.47  Current number of equations to process: 1688
% 236.24/236.47  Current number of ordered equations: 0
% 236.24/236.47  Current number of rules: 1164
% 236.24/236.47  New rule produced :
% 236.24/236.47  [1168]
% 236.24/236.47  is_a_theorem(implies(A,not(implies(not(not(implies(B,B))),not(A))))) -> true
% 236.24/236.47  Current number of equations to process: 1700
% 236.24/236.47  Current number of ordered equations: 0
% 236.24/236.47  Current number of rules: 1165
% 236.24/236.47  New rule produced :
% 236.24/236.47  [1169]
% 236.24/236.47  is_a_theorem(implies(not(not(not(implies(A,not(not(implies(B,B))))))),C)) ->
% 236.24/236.47  true
% 236.24/236.47  Current number of equations to process: 1752
% 236.24/236.47  Current number of ordered equations: 0
% 236.24/236.47  Current number of rules: 1166
% 236.24/236.47  New rule produced :
% 236.24/236.47  [1170]
% 236.24/236.47  is_a_theorem(implies(A,implies(B,not(not(implies(not(not(C)),implies(X,C)))))))
% 236.24/236.47  -> true
% 236.24/236.47  Current number of equations to process: 1758
% 236.24/236.47  Current number of ordered equations: 0
% 236.24/236.47  Current number of rules: 1167
% 236.24/236.47  New rule produced :
% 236.24/236.47  [1171]
% 236.24/236.47  is_a_theorem(implies(implies(not(not(implies(not(not(A)),implies(B,A)))),C),C))
% 236.24/236.47  -> true
% 236.24/236.47  Current number of equations to process: 1757
% 236.24/236.47  Current number of ordered equations: 0
% 236.24/236.47  Current number of rules: 1168
% 236.24/236.47  New rule produced :
% 236.24/236.47  [1172]
% 236.24/236.47  is_a_theorem(implies(implies(not(not(implies(A,not(not(A))))),B),implies(C,B)))
% 236.24/236.47  -> true
% 236.24/236.47  Current number of equations to process: 1756
% 236.24/236.47  Current number of ordered equations: 0
% 236.24/236.47  Current number of rules: 1169
% 236.24/236.47  New rule produced :
% 236.24/236.47  [1173]
% 236.24/236.47  is_a_theorem(implies(A,implies(B,implies(C,not(not(implies(X,not(not(X)))))))))
% 236.24/236.47  -> true
% 236.24/236.47  Current number of equations to process: 1755
% 236.24/236.47  Current number of ordered equations: 0
% 236.24/236.47  Current number of rules: 1170
% 236.24/236.47  New rule produced :
% 236.24/236.47  [1174]
% 236.24/236.47  is_a_theorem(implies(implies(implies(A,not(not(implies(B,not(not(B)))))),C),C))
% 236.24/236.47  -> true
% 236.24/236.47  Current number of equations to process: 1754
% 236.24/236.47  Current number of ordered equations: 0
% 236.24/236.47  Current number of rules: 1171
% 236.24/236.47  New rule produced :
% 236.24/236.47  [1175]
% 236.24/236.47  is_a_theorem(implies(A,implies(implies(not(not(implies(B,not(not(B))))),C),C)))
% 236.24/236.47  -> true
% 236.24/236.47  Current number of equations to process: 1753
% 236.24/236.47  Current number of ordered equations: 0
% 236.24/236.47  Current number of rules: 1172
% 236.24/236.47  New rule produced :
% 236.24/236.47  [1176]
% 236.24/236.47  is_a_theorem(implies(A,implies(B,not(not(implies(C,implies(not(not(X)),X)))))))
% 236.24/236.47  -> true
% 236.24/236.47  Current number of equations to process: 1752
% 236.24/236.47  Current number of ordered equations: 0
% 236.24/236.47  Current number of rules: 1173
% 236.24/236.47  New rule produced :
% 236.24/236.47  [1177]
% 236.24/236.47  is_a_theorem(implies(implies(not(not(implies(A,implies(not(not(B)),B)))),C),C))
% 236.24/236.47  -> true
% 236.24/236.47  Current number of equations to process: 1751
% 236.24/236.47  Current number of ordered equations: 0
% 236.24/236.47  Current number of rules: 1174
% 236.24/236.47  New rule produced :
% 236.24/236.47  [1178]
% 236.24/236.47  is_a_theorem(implies(implies(not(not(not(not(implies(A,A))))),B),implies(C,B)))
% 236.75/236.96  -> true
% 236.75/236.96  Current number of equations to process: 1750
% 236.75/236.96  Current number of ordered equations: 0
% 236.75/236.96  Current number of rules: 1175
% 236.75/236.96  New rule produced :
% 236.75/236.96  [1179]
% 236.75/236.96  is_a_theorem(implies(A,implies(B,implies(C,not(not(not(not(implies(X,X)))))))))
% 236.75/236.96  -> true
% 236.75/236.96  Current number of equations to process: 1749
% 236.75/236.96  Current number of ordered equations: 0
% 236.75/236.96  Current number of rules: 1176
% 236.75/236.96  New rule produced :
% 236.75/236.96  [1180]
% 236.75/236.96  is_a_theorem(implies(implies(implies(A,not(not(not(not(implies(B,B)))))),C),C))
% 236.75/236.96  -> true
% 236.75/236.96  Current number of equations to process: 1748
% 236.75/236.96  Current number of ordered equations: 0
% 236.75/236.96  Current number of rules: 1177
% 236.75/236.96  New rule produced :
% 236.75/236.96  [1181]
% 236.75/236.96  is_a_theorem(implies(A,implies(implies(not(not(not(not(implies(B,B))))),C),C)))
% 236.75/236.96  -> true
% 236.75/236.96  Current number of equations to process: 1747
% 236.75/236.96  Current number of ordered equations: 0
% 236.75/236.96  Current number of rules: 1178
% 236.75/236.96  New rule produced :
% 236.75/236.96  [1182]
% 236.75/236.96  is_a_theorem(implies(A,implies(B,not(not(implies(C,implies(X,not(not(X)))))))))
% 236.75/236.96  -> true
% 236.75/236.96  Current number of equations to process: 1746
% 236.75/236.96  Current number of ordered equations: 0
% 236.75/236.96  Current number of rules: 1179
% 236.75/236.96  New rule produced :
% 236.75/236.96  [1183]
% 236.75/236.96  is_a_theorem(implies(implies(not(not(implies(A,implies(B,not(not(B)))))),C),C))
% 236.75/236.96  -> true
% 236.75/236.96  Current number of equations to process: 1745
% 236.75/236.96  Current number of ordered equations: 0
% 236.75/236.96  Current number of rules: 1180
% 236.75/236.96  New rule produced :
% 236.75/236.96  [1184]
% 236.75/236.96  is_a_theorem(implies(A,implies(B,not(not(not(not(implies(C,implies(X,C)))))))))
% 236.75/236.96  -> true
% 236.75/236.96  Current number of equations to process: 1744
% 236.75/236.96  Current number of ordered equations: 0
% 236.75/236.96  Current number of rules: 1181
% 236.75/236.96  New rule produced :
% 236.75/236.96  [1185]
% 236.75/236.96  is_a_theorem(implies(implies(not(not(not(not(implies(A,implies(B,A)))))),C),C))
% 236.75/236.96  -> true
% 236.75/236.96  Current number of equations to process: 1743
% 236.75/236.96  Current number of ordered equations: 0
% 236.75/236.96  Current number of rules: 1182
% 236.75/236.96  New rule produced :
% 236.75/236.96  [1186]
% 236.75/236.96  is_a_theorem(implies(implies(implies(not(implies(A,not(B))),B),C),implies(X,C)))
% 236.75/236.96  -> true
% 236.75/236.96  Current number of equations to process: 1742
% 236.75/236.96  Current number of ordered equations: 0
% 236.75/236.96  Current number of rules: 1183
% 236.75/236.96  New rule produced :
% 236.75/236.96  [1187]
% 236.75/236.96  is_a_theorem(implies(A,implies(B,implies(C,implies(not(implies(X,not(Y))),Y)))))
% 236.75/236.96  -> true
% 236.75/236.96  Current number of equations to process: 1741
% 236.75/236.96  Current number of ordered equations: 0
% 236.75/236.96  Current number of rules: 1184
% 236.75/236.96  New rule produced :
% 236.75/236.96  [1188]
% 236.75/236.96  is_a_theorem(implies(implies(implies(A,implies(not(implies(B,not(C))),C)),X),X))
% 236.75/236.96  -> true
% 236.75/236.96  Current number of equations to process: 1740
% 236.75/236.96  Current number of ordered equations: 0
% 236.75/236.96  Current number of rules: 1185
% 236.75/236.96  New rule produced :
% 236.75/236.96  [1189]
% 236.75/236.96  is_a_theorem(implies(A,implies(implies(implies(not(implies(B,not(C))),C),X),X)))
% 236.75/236.96  -> true
% 236.75/236.96  Current number of equations to process: 1739
% 236.75/236.96  Current number of ordered equations: 0
% 236.75/236.96  Current number of rules: 1186
% 236.75/236.96  New rule produced :
% 236.75/236.96  [1190]
% 236.75/236.96  is_a_theorem(implies(A,implies(B,implies(C,not(not(implies(X,implies(Y,C))))))))
% 236.75/236.96  -> true
% 236.75/236.96  Current number of equations to process: 1738
% 236.75/236.96  Current number of ordered equations: 0
% 236.75/236.96  Current number of rules: 1187
% 236.75/236.96  New rule produced :
% 236.75/236.96  [1191]
% 236.75/236.96  is_a_theorem(implies(implies(implies(A,not(not(implies(B,implies(C,A))))),X),X))
% 236.75/236.96  -> true
% 236.75/236.96  Current number of equations to process: 1737
% 236.75/236.96  Current number of ordered equations: 0
% 236.75/236.96  Current number of rules: 1188
% 236.75/236.96  New rule produced :
% 236.75/236.96  [1192]
% 236.75/236.96  is_a_theorem(implies(implies(not(not(implies(A,implies(B,C)))),X),implies(C,X)))
% 236.75/236.96  -> true
% 236.75/236.96  Current number of equations to process: 1736
% 236.75/236.96  Current number of ordered equations: 0
% 236.75/236.96  Current number of rules: 1189
% 236.75/236.96  New rule produced :
% 236.75/236.96  [1193]
% 236.75/236.96  is_a_theorem(implies(A,not(not(implies(B,implies(C,implies(X,implies(Y,X))))))))
% 236.75/236.96  -> true
% 236.75/236.96  Current number of equations to process: 1735
% 236.75/236.96  Current number of ordered equations: 0
% 236.75/236.96  Current number of rules: 1190
% 236.75/236.96  New rule produced :
% 236.75/236.96  [1194]
% 236.75/236.96  is_a_theorem(not(not(implies(A,implies(implies(not(not(B)),C),implies(B,C))))))
% 236.75/236.96  -> true
% 236.75/236.96  Current number of equations to process: 1734
% 236.75/236.96  Current number of ordered equations: 0
% 236.75/236.96  Current number of rules: 1191
% 236.75/236.96  New rule produced :
% 236.75/236.96  [1195]
% 236.75/236.96  is_a_theorem(not(not(implies(A,not(not(implies(B,implies(C,implies(X,C)))))))))
% 236.75/236.96  -> true
% 236.75/236.96  Current number of equations to process: 1733
% 236.75/236.96  Current number of ordered equations: 0
% 236.75/236.96  Current number of rules: 1192
% 236.75/236.96  New rule produced :
% 236.75/236.96  [1196]
% 236.75/236.96  is_a_theorem(not(not(implies(A,not(not(implies(B,implies(C,implies(X,B)))))))))
% 237.26/237.48  -> true
% 237.26/237.48  Current number of equations to process: 1732
% 237.26/237.48  Current number of ordered equations: 0
% 237.26/237.48  Current number of rules: 1193
% 237.26/237.48  New rule produced :
% 237.26/237.48  [1197]
% 237.26/237.48  is_a_theorem(not(not(implies(A,not(not(implies(B,implies(implies(B,C),C))))))))
% 237.26/237.48  -> true
% 237.26/237.48  Current number of equations to process: 1731
% 237.26/237.48  Current number of ordered equations: 0
% 237.26/237.48  Current number of rules: 1194
% 237.26/237.48  New rule produced :
% 237.26/237.48  [1198]
% 237.26/237.48  is_a_theorem(not(not(implies(A,implies(B,not(not(implies(C,implies(X,C)))))))))
% 237.26/237.48  -> true
% 237.26/237.48  Current number of equations to process: 1730
% 237.26/237.48  Current number of ordered equations: 0
% 237.26/237.48  Current number of rules: 1195
% 237.26/237.48  New rule produced :
% 237.26/237.48  [1199]
% 237.26/237.48  is_a_theorem(not(not(implies(A,not(not(implies(B,implies(C,implies(X,X)))))))))
% 237.26/237.48  -> true
% 237.26/237.48  Current number of equations to process: 1729
% 237.26/237.48  Current number of ordered equations: 0
% 237.26/237.48  Current number of rules: 1196
% 237.26/237.48  New rule produced :
% 237.26/237.48  [1200]
% 237.26/237.48  is_a_theorem(not(not(implies(A,not(not(implies(implies(implies(B,B),C),C)))))))
% 237.26/237.48  -> true
% 237.26/237.48  Current number of equations to process: 1728
% 237.26/237.48  Current number of ordered equations: 0
% 237.26/237.48  Current number of rules: 1197
% 237.26/237.48  New rule produced :
% 237.26/237.48  [1201]
% 237.26/237.48  is_a_theorem(not(not(implies(A,implies(not(not(B)),implies(implies(B,C),C))))))
% 237.26/237.48  -> true
% 237.26/237.48  Current number of equations to process: 1727
% 237.26/237.48  Current number of ordered equations: 0
% 237.26/237.48  Current number of rules: 1198
% 237.26/237.48  New rule produced :
% 237.26/237.48  [1202]
% 237.26/237.48  is_a_theorem(not(not(implies(A,implies(not(not(implies(implies(B,B),C))),C)))))
% 237.26/237.48  -> true
% 237.26/237.48  Current number of equations to process: 1726
% 237.26/237.48  Current number of ordered equations: 0
% 237.26/237.48  Current number of rules: 1199
% 237.26/237.48  New rule produced :
% 237.26/237.48  [1203]
% 237.26/237.48  is_a_theorem(not(not(implies(A,implies(implies(implies(B,B),not(not(C))),C)))))
% 237.26/237.48  -> true
% 237.26/237.48  Current number of equations to process: 1725
% 237.26/237.48  Current number of ordered equations: 0
% 237.26/237.48  Current number of rules: 1200
% 237.26/237.48  New rule produced :
% 237.26/237.48  [1204]
% 237.26/237.48  is_a_theorem(not(not(implies(A,not(not(implies(not(not(B)),implies(C,B))))))))
% 237.26/237.48  -> true
% 237.26/237.48  Current number of equations to process: 1724
% 237.26/237.48  Current number of ordered equations: 0
% 237.26/237.48  Current number of rules: 1201
% 237.26/237.48  New rule produced :
% 237.26/237.48  [1205]
% 237.26/237.48  is_a_theorem(not(not(implies(A,not(not(implies(B,implies(not(not(C)),C))))))))
% 237.26/237.48  -> true
% 237.26/237.48  Current number of equations to process: 1723
% 237.26/237.48  Current number of ordered equations: 0
% 237.26/237.48  Current number of rules: 1202
% 237.26/237.48  New rule produced :
% 237.26/237.48  [1206]
% 237.26/237.48  is_a_theorem(not(not(implies(A,not(not(implies(B,implies(C,not(not(C))))))))))
% 237.26/237.48  -> true
% 237.26/237.48  Current number of equations to process: 1722
% 237.26/237.48  Current number of ordered equations: 0
% 237.26/237.48  Current number of rules: 1203
% 237.26/237.48  New rule produced :
% 237.26/237.48  [1207]
% 237.26/237.48  is_a_theorem(not(not(implies(A,not(not(not(not(implies(B,implies(C,B))))))))))
% 237.26/237.48  -> true
% 237.26/237.48  Current number of equations to process: 1721
% 237.26/237.48  Current number of ordered equations: 0
% 237.26/237.48  Current number of rules: 1204
% 237.26/237.48  New rule produced :
% 237.26/237.48  [1208]
% 237.26/237.48  is_a_theorem(not(not(implies(A,implies(B,implies(C,not(not(implies(X,C)))))))))
% 237.26/237.48  -> true
% 237.26/237.48  Current number of equations to process: 1720
% 237.26/237.48  Current number of ordered equations: 0
% 237.26/237.48  Current number of rules: 1205
% 237.26/237.48  New rule produced :
% 237.26/237.48  [1209]
% 237.26/237.48  is_a_theorem(not(not(implies(A,implies(B,not(not(implies(C,implies(X,B)))))))))
% 237.26/237.48  -> true
% 237.26/237.48  Current number of equations to process: 1719
% 237.26/237.48  Current number of ordered equations: 0
% 237.26/237.48  Current number of rules: 1206
% 237.26/237.48  New rule produced :
% 237.26/237.48  [1210]
% 237.26/237.48  is_a_theorem(not(not(implies(A,implies(B,not(not(implies(C,implies(X,X)))))))))
% 237.26/237.48  -> true
% 237.26/237.48  Current number of equations to process: 1718
% 237.26/237.48  Current number of ordered equations: 0
% 237.26/237.48  Current number of rules: 1207
% 237.26/237.48  New rule produced :
% 237.26/237.48  [1211]
% 237.26/237.48  ifeq(is_a_theorem(not(A)),true,is_a_theorem(not(not(implies(B,implies(A,C))))),true)
% 237.26/237.48  -> true
% 237.26/237.48  Current number of equations to process: 1717
% 237.26/237.48  Current number of ordered equations: 0
% 237.26/237.48  Current number of rules: 1208
% 237.26/237.48  New rule produced :
% 237.26/237.48  [1212]
% 237.26/237.48  is_a_theorem(implies(A,implies(B,not(not(implies(C,not(not(implies(X,C)))))))))
% 237.26/237.48  -> true
% 237.26/237.48  Current number of equations to process: 1716
% 237.26/237.48  Current number of ordered equations: 0
% 237.26/237.48  Current number of rules: 1209
% 237.26/237.48  New rule produced :
% 237.26/237.48  [1213]
% 237.26/237.48  is_a_theorem(implies(implies(not(not(implies(A,not(not(implies(B,A)))))),C),C))
% 237.26/237.48  -> true
% 237.26/237.48  Current number of equations to process: 1715
% 237.26/237.48  Current number of ordered equations: 0
% 237.26/237.48  Current number of rules: 1210
% 237.26/237.48  New rule produced :
% 237.66/237.84  [1214]
% 237.66/237.84  is_a_theorem(not(not(implies(A,not(not(implies(B,not(not(implies(C,B))))))))))
% 237.66/237.84  -> true
% 237.66/237.84  Current number of equations to process: 1714
% 237.66/237.84  Current number of ordered equations: 0
% 237.66/237.84  Current number of rules: 1211
% 237.66/237.84  New rule produced :
% 237.66/237.84  [1215]
% 237.66/237.84  is_a_theorem(implies(A,implies(B,not(not(not(not(implies(C,implies(X,X)))))))))
% 237.66/237.84  -> true
% 237.66/237.84  Current number of equations to process: 1713
% 237.66/237.84  Current number of ordered equations: 0
% 237.66/237.84  Current number of rules: 1212
% 237.66/237.84  New rule produced :
% 237.66/237.84  [1216]
% 237.66/237.84  is_a_theorem(implies(implies(not(not(not(not(implies(A,implies(B,B)))))),C),C))
% 237.66/237.84  -> true
% 237.66/237.84  Current number of equations to process: 1712
% 237.66/237.84  Current number of ordered equations: 0
% 237.66/237.84  Current number of rules: 1213
% 237.66/237.84  New rule produced :
% 237.66/237.84  [1217]
% 237.66/237.84  is_a_theorem(not(not(implies(A,not(not(not(not(implies(B,implies(C,C))))))))))
% 237.66/237.84  -> true
% 237.66/237.84  Current number of equations to process: 1711
% 237.66/237.84  Current number of ordered equations: 0
% 237.66/237.84  Current number of rules: 1214
% 237.66/237.84  New rule produced :
% 237.66/237.84  [1218]
% 237.66/237.84  is_a_theorem(implies(A,implies(B,not(not(implies(C,not(not(implies(X,X)))))))))
% 237.66/237.84  -> true
% 237.66/237.84  Current number of equations to process: 1710
% 237.66/237.84  Current number of ordered equations: 0
% 237.66/237.84  Current number of rules: 1215
% 237.66/237.84  New rule produced :
% 237.66/237.84  [1219]
% 237.66/237.84  is_a_theorem(implies(implies(not(not(implies(A,not(not(implies(B,B)))))),C),C))
% 237.66/237.84  -> true
% 237.66/237.84  Current number of equations to process: 1709
% 237.66/237.84  Current number of ordered equations: 0
% 237.66/237.84  Current number of rules: 1216
% 237.66/237.84  New rule produced :
% 237.66/237.84  [1220]
% 237.66/237.84  is_a_theorem(not(not(implies(A,not(not(implies(B,not(not(implies(C,C))))))))))
% 237.66/237.84  -> true
% 237.66/237.84  Current number of equations to process: 1708
% 237.66/237.84  Current number of ordered equations: 0
% 237.66/237.84  Current number of rules: 1217
% 237.66/237.84  New rule produced :
% 237.66/237.84  [1221]
% 237.66/237.84  is_a_theorem(implies(A,implies(not(not(not(implies(not(B),implies(B,C))))),X)))
% 237.66/237.84  -> true
% 237.66/237.84  Current number of equations to process: 1707
% 237.66/237.84  Current number of ordered equations: 0
% 237.66/237.84  Current number of rules: 1218
% 237.66/237.84  New rule produced :
% 237.66/237.84  [1222]
% 237.66/237.84  ifeq(is_a_theorem(implies(implies(not(implies(A,B)),A),C)),true,is_a_theorem(C),true)
% 237.66/237.84  -> true
% 237.66/237.84  Current number of equations to process: 1706
% 237.66/237.84  Current number of ordered equations: 0
% 237.66/237.84  Current number of rules: 1219
% 237.66/237.84  New rule produced :
% 237.66/237.84  [1223]
% 237.66/237.84  is_a_theorem(implies(A,implies(not(implies(not(B),not(not(implies(B,C))))),X)))
% 237.66/237.84  -> true
% 237.66/237.84  Current number of equations to process: 1705
% 237.66/237.84  Current number of ordered equations: 0
% 237.66/237.84  Current number of rules: 1220
% 237.66/237.84  New rule produced :
% 237.66/237.84  [1224]
% 237.66/237.84  is_a_theorem(implies(A,implies(not(not(not(implies(not(implies(B,B)),C)))),X)))
% 237.66/237.84  -> true
% 237.66/237.84  Current number of equations to process: 1704
% 237.66/237.84  Current number of ordered equations: 0
% 237.66/237.84  Current number of rules: 1221
% 237.66/237.84  New rule produced :
% 237.66/237.84  [1225]
% 237.66/237.84  is_a_theorem(implies(A,not(not(implies(implies(not(B),not(C)),implies(C,B))))))
% 237.66/237.84  -> true
% 237.66/237.84  Current number of equations to process: 1703
% 237.66/237.84  Current number of ordered equations: 0
% 237.66/237.84  Current number of rules: 1222
% 237.66/237.84  New rule produced :
% 237.66/237.84  [1226]
% 237.66/237.84  is_a_theorem(not(not(not(not(implies(implies(not(A),not(B)),implies(B,A)))))))
% 237.66/237.84  -> true
% 237.66/237.84  Current number of equations to process: 1702
% 237.66/237.84  Current number of ordered equations: 0
% 237.66/237.84  Current number of rules: 1223
% 237.66/237.84  New rule produced :
% 237.66/237.84  [1227]
% 237.66/237.84  is_a_theorem(not(not(not(not(implies(A,implies(B,implies(C,implies(X,C)))))))))
% 237.66/237.84  -> true
% 237.66/237.84  Current number of equations to process: 1700
% 237.66/237.84  Current number of ordered equations: 0
% 237.66/237.84  Current number of rules: 1224
% 237.66/237.84  New rule produced :
% 237.66/237.84  [1228]
% 237.66/237.84  is_a_theorem(implies(A,not(not(implies(implies(implies(B,C),X),implies(C,X))))))
% 237.66/237.84  -> true
% 237.66/237.84  Current number of equations to process: 1699
% 237.66/237.84  Current number of ordered equations: 0
% 237.66/237.84  Current number of rules: 1225
% 237.66/237.84  New rule produced :
% 237.66/237.84  [1229]
% 237.66/237.84  is_a_theorem(not(not(not(not(implies(implies(implies(A,B),C),implies(B,C)))))))
% 237.66/237.84  -> true
% 237.66/237.84  Current number of equations to process: 1698
% 237.66/237.84  Current number of ordered equations: 0
% 237.66/237.84  Current number of rules: 1226
% 237.66/237.84  New rule produced :
% 237.66/237.84  [1230]
% 237.66/237.84  is_a_theorem(implies(A,not(not(implies(B,implies(C,implies(X,implies(Y,C))))))))
% 237.66/237.84  -> true
% 237.66/237.84  Current number of equations to process: 1697
% 237.66/237.84  Current number of ordered equations: 0
% 237.66/237.84  Current number of rules: 1227
% 237.66/237.84  New rule produced :
% 237.66/237.84  [1231]
% 237.66/237.84  is_a_theorem(not(not(not(not(implies(A,implies(B,implies(C,implies(X,B)))))))))
% 237.66/237.84  -> true
% 237.66/237.84  Current number of equations to process: 1696
% 237.66/237.84  Current number of ordered equations: 0
% 237.66/237.84  Current number of rules: 1228
% 238.25/238.40  New rule produced :
% 238.25/238.40  [1232]
% 238.25/238.40  is_a_theorem(implies(A,not(not(implies(B,implies(implies(B,C),implies(X,C)))))))
% 238.25/238.40  -> true
% 238.25/238.40  Current number of equations to process: 1695
% 238.25/238.40  Current number of ordered equations: 0
% 238.25/238.40  Current number of rules: 1229
% 238.25/238.40  New rule produced :
% 238.25/238.40  [1233]
% 238.25/238.40  is_a_theorem(not(not(not(not(implies(A,implies(implies(A,B),implies(C,B))))))))
% 238.25/238.40  -> true
% 238.25/238.40  Current number of equations to process: 1694
% 238.25/238.40  Current number of ordered equations: 0
% 238.25/238.40  Current number of rules: 1230
% 238.25/238.40  New rule produced :
% 238.25/238.40  [1234]
% 238.25/238.40  is_a_theorem(implies(A,not(not(implies(B,implies(C,implies(X,implies(Y,B))))))))
% 238.25/238.40  -> true
% 238.25/238.40  Current number of equations to process: 1693
% 238.25/238.40  Current number of ordered equations: 0
% 238.25/238.40  Current number of rules: 1231
% 238.25/238.40  New rule produced :
% 238.25/238.40  [1235]
% 238.25/238.40  is_a_theorem(not(not(not(not(implies(A,implies(B,implies(C,implies(X,A)))))))))
% 238.25/238.40  -> true
% 238.25/238.40  Current number of equations to process: 1692
% 238.25/238.40  Current number of ordered equations: 0
% 238.25/238.40  Current number of rules: 1232
% 238.25/238.40  New rule produced :
% 238.25/238.40  [1236]
% 238.25/238.40  is_a_theorem(implies(A,not(not(implies(B,implies(C,implies(implies(C,X),X)))))))
% 238.25/238.40  -> true
% 238.25/238.40  Current number of equations to process: 1691
% 238.25/238.40  Current number of ordered equations: 0
% 238.25/238.40  Current number of rules: 1233
% 238.25/238.40  New rule produced :
% 238.25/238.40  [1237]
% 238.25/238.40  is_a_theorem(not(not(not(not(implies(A,implies(B,implies(implies(B,C),C))))))))
% 238.25/238.40  -> true
% 238.25/238.40  Current number of equations to process: 1690
% 238.25/238.40  Current number of ordered equations: 0
% 238.25/238.40  Current number of rules: 1234
% 238.25/238.40  New rule produced :
% 238.25/238.40  [1238]
% 238.25/238.40  is_a_theorem(implies(A,not(not(implies(implies(implies(B,implies(C,B)),X),X)))))
% 238.25/238.40  -> true
% 238.25/238.40  Current number of equations to process: 1689
% 238.25/238.40  Current number of ordered equations: 0
% 238.25/238.40  Current number of rules: 1235
% 238.25/238.40  New rule produced :
% 238.25/238.40  [1239]
% 238.25/238.40  is_a_theorem(not(not(not(not(implies(implies(implies(A,implies(B,A)),C),C))))))
% 238.25/238.40  -> true
% 238.25/238.40  Current number of equations to process: 1688
% 238.25/238.40  Current number of ordered equations: 0
% 238.25/238.40  Current number of rules: 1236
% 238.25/238.40  New rule produced :
% 238.25/238.40  [1240]
% 238.25/238.40  is_a_theorem(implies(A,not(not(implies(B,implies(implies(implies(C,B),X),X))))))
% 238.25/238.40  -> true
% 238.25/238.40  Current number of equations to process: 1687
% 238.25/238.40  Current number of ordered equations: 0
% 238.25/238.40  Current number of rules: 1237
% 238.25/238.40  New rule produced :
% 238.25/238.40  [1241]
% 238.25/238.40  is_a_theorem(not(not(not(not(implies(A,implies(implies(implies(B,A),C),C)))))))
% 238.25/238.40  -> true
% 238.25/238.40  Current number of equations to process: 1686
% 238.25/238.40  Current number of ordered equations: 0
% 238.25/238.40  Current number of rules: 1238
% 238.25/238.40  New rule produced :
% 238.25/238.40  [1242]
% 238.25/238.40  is_a_theorem(implies(A,not(not(implies(B,implies(C,implies(X,implies(Y,Y))))))))
% 238.25/238.40  -> true
% 238.25/238.40  Current number of equations to process: 1685
% 238.25/238.40  Current number of ordered equations: 0
% 238.25/238.40  Current number of rules: 1239
% 238.25/238.40  New rule produced :
% 238.25/238.40  [1243]
% 238.25/238.40  is_a_theorem(not(not(not(not(implies(A,implies(B,implies(C,implies(X,X)))))))))
% 238.25/238.40  -> true
% 238.25/238.40  Current number of equations to process: 1684
% 238.25/238.40  Current number of ordered equations: 0
% 238.25/238.40  Current number of rules: 1240
% 238.25/238.40  New rule produced :
% 238.25/238.40  [1244]
% 238.25/238.40  is_a_theorem(implies(A,not(not(implies(implies(implies(B,implies(C,C)),X),X)))))
% 238.25/238.40  -> true
% 238.25/238.40  Current number of equations to process: 1683
% 238.25/238.40  Current number of ordered equations: 0
% 238.25/238.40  Current number of rules: 1241
% 238.25/238.40  New rule produced :
% 238.25/238.40  [1245]
% 238.25/238.40  is_a_theorem(not(not(not(not(implies(implies(implies(A,implies(B,B)),C),C))))))
% 238.25/238.40  -> true
% 238.25/238.40  Current number of equations to process: 1682
% 238.25/238.40  Current number of ordered equations: 0
% 238.25/238.40  Current number of rules: 1242
% 238.25/238.40  New rule produced :
% 238.25/238.40  [1246]
% 238.25/238.40  is_a_theorem(implies(A,not(not(implies(B,implies(implies(implies(C,C),X),X))))))
% 238.25/238.40  -> true
% 238.25/238.40  Current number of equations to process: 1681
% 238.25/238.40  Current number of ordered equations: 0
% 238.25/238.40  Current number of rules: 1243
% 238.25/238.40  New rule produced :
% 238.25/238.40  [1247]
% 238.25/238.40  is_a_theorem(not(not(not(not(implies(A,implies(implies(implies(B,B),C),C)))))))
% 238.25/238.40  -> true
% 238.25/238.40  Current number of equations to process: 1680
% 238.25/238.40  Current number of ordered equations: 0
% 238.25/238.40  Current number of rules: 1244
% 238.25/238.40  New rule produced :
% 238.25/238.40  [1248]
% 238.25/238.40  is_a_theorem(implies(A,not(not(implies(implies(implies(B,B),C),implies(X,C))))))
% 238.25/238.40  -> true
% 238.25/238.40  Current number of equations to process: 1679
% 238.25/238.40  Current number of ordered equations: 0
% 238.25/238.40  Current number of rules: 1245
% 238.25/238.40  New rule produced :
% 238.25/238.40  [1249]
% 238.25/238.40  is_a_theorem(not(not(not(not(implies(implies(implies(A,A),B),implies(C,B)))))))
% 238.25/238.40  -> true
% 238.25/238.40  Current number of equations to process: 1678
% 238.25/238.40  Current number of ordered equations: 0
% 238.77/238.96  Current number of rules: 1246
% 238.77/238.96  New rule produced :
% 238.77/238.96  [1250]
% 238.77/238.96  is_a_theorem(implies(A,not(not(implies(not(implies(not(B),implies(B,C))),X)))))
% 238.77/238.96  -> true
% 238.77/238.96  Current number of equations to process: 1677
% 238.77/238.96  Current number of ordered equations: 0
% 238.77/238.96  Current number of rules: 1247
% 238.77/238.96  New rule produced :
% 238.77/238.96  [1251]
% 238.77/238.96  is_a_theorem(not(not(not(not(implies(not(implies(not(A),implies(A,B))),C))))))
% 238.77/238.96  -> true
% 238.77/238.96  Current number of equations to process: 1676
% 238.77/238.96  Current number of ordered equations: 0
% 238.77/238.96  Current number of rules: 1248
% 238.77/238.96  New rule produced :
% 238.77/238.96  [1252]
% 238.77/238.96  is_a_theorem(implies(A,not(not(implies(not(implies(B,C)),implies(not(B),X))))))
% 238.77/238.96  -> true
% 238.77/238.96  Current number of equations to process: 1675
% 238.77/238.96  Current number of ordered equations: 0
% 238.77/238.96  Current number of rules: 1249
% 238.77/238.96  New rule produced :
% 238.77/238.96  [1253]
% 238.77/238.96  is_a_theorem(not(not(not(not(implies(not(implies(A,B)),implies(not(A),C)))))))
% 238.77/238.96  -> true
% 238.77/238.96  Current number of equations to process: 1674
% 238.77/238.96  Current number of ordered equations: 0
% 238.77/238.96  Current number of rules: 1250
% 238.77/238.96  New rule produced :
% 238.77/238.96  [1254]
% 238.77/238.96  is_a_theorem(implies(A,not(not(implies(B,implies(not(not(C)),implies(X,C)))))))
% 238.77/238.96  -> true
% 238.77/238.96  Current number of equations to process: 1673
% 238.77/238.96  Current number of ordered equations: 0
% 238.77/238.96  Current number of rules: 1251
% 238.77/238.96  New rule produced :
% 238.77/238.96  [1255]
% 238.77/238.96  is_a_theorem(not(not(not(not(implies(A,implies(not(not(B)),implies(C,B))))))))
% 238.77/238.96  -> true
% 238.77/238.96  Current number of equations to process: 1672
% 238.77/238.96  Current number of ordered equations: 0
% 238.77/238.96  Current number of rules: 1252
% 238.77/238.96  New rule produced :
% 238.77/238.96  [1256]
% 238.77/238.96  is_a_theorem(implies(A,not(not(implies(not(implies(not(implies(B,B)),C)),X)))))
% 238.77/238.96  -> true
% 238.77/238.96  Current number of equations to process: 1671
% 238.77/238.96  Current number of ordered equations: 0
% 238.77/238.96  Current number of rules: 1253
% 238.77/238.96  New rule produced :
% 238.77/238.96  [1257]
% 238.77/238.96  is_a_theorem(not(not(not(not(implies(not(implies(not(implies(A,A)),B)),C))))))
% 238.77/238.96  -> true
% 238.77/238.96  Current number of equations to process: 1670
% 238.77/238.96  Current number of ordered equations: 0
% 238.77/238.96  Current number of rules: 1254
% 238.77/238.96  New rule produced :
% 238.77/238.96  [1258]
% 238.77/238.96  is_a_theorem(implies(A,not(not(implies(B,implies(C,implies(implies(B,X),X)))))))
% 238.77/238.96  -> true
% 238.77/238.96  Current number of equations to process: 1669
% 238.77/238.96  Current number of ordered equations: 0
% 238.77/238.96  Current number of rules: 1255
% 238.77/238.96  New rule produced :
% 238.77/238.96  [1259]
% 238.77/238.96  is_a_theorem(not(not(not(not(implies(A,implies(B,implies(implies(A,C),C))))))))
% 238.77/238.96  -> true
% 238.77/238.96  Current number of equations to process: 1668
% 238.77/238.96  Current number of ordered equations: 0
% 238.77/238.96  Current number of rules: 1256
% 238.77/238.96  New rule produced :
% 238.77/238.96  [1260]
% 238.77/238.96  is_a_theorem(implies(A,not(not(implies(not(not(B)),implies(C,implies(X,B)))))))
% 238.77/238.96  -> true
% 238.77/238.96  Current number of equations to process: 1667
% 238.77/238.96  Current number of ordered equations: 0
% 238.77/238.96  Current number of rules: 1257
% 238.77/238.96  New rule produced :
% 238.77/238.96  [1261]
% 238.77/238.96  is_a_theorem(not(not(not(not(implies(not(not(A)),implies(B,implies(C,A))))))))
% 238.77/238.96  -> true
% 238.77/238.96  Current number of equations to process: 1666
% 238.77/238.96  Current number of ordered equations: 0
% 238.77/238.96  Current number of rules: 1258
% 238.77/238.96  New rule produced :
% 238.77/238.96  [1262]
% 238.77/238.96  is_a_theorem(implies(A,not(not(implies(implies(not(B),not(implies(C,C))),B)))))
% 238.77/238.96  -> true
% 238.77/238.96  Current number of equations to process: 1665
% 238.77/238.96  Current number of ordered equations: 0
% 238.77/238.96  Current number of rules: 1259
% 238.77/238.96  New rule produced :
% 238.77/238.96  [1263]
% 238.77/238.96  is_a_theorem(not(not(not(not(implies(implies(not(A),not(implies(B,B))),A))))))
% 238.77/238.96  -> true
% 238.77/238.96  Current number of equations to process: 1664
% 238.77/238.96  Current number of ordered equations: 0
% 238.77/238.96  Current number of rules: 1260
% 238.77/238.96  New rule produced :
% 238.77/238.96  [1264]
% 238.77/238.96  is_a_theorem(implies(A,not(not(implies(B,implies(C,implies(not(not(X)),X)))))))
% 238.77/238.96  -> true
% 238.77/238.96  Current number of equations to process: 1663
% 238.77/238.96  Current number of ordered equations: 0
% 238.77/238.96  Current number of rules: 1261
% 238.77/238.96  New rule produced :
% 238.77/238.96  [1265]
% 238.77/238.96  is_a_theorem(not(not(not(not(implies(A,implies(B,implies(not(not(C)),C))))))))
% 238.77/238.96  -> true
% 238.77/238.96  Current number of equations to process: 1662
% 238.77/238.96  Current number of ordered equations: 0
% 238.77/238.96  Current number of rules: 1262
% 238.77/238.96  New rule produced :
% 238.77/238.96  [1266]
% 238.77/238.96  is_a_theorem(implies(A,not(not(implies(implies(implies(not(not(B)),B),C),C)))))
% 238.77/238.96  -> true
% 238.77/238.96  Current number of equations to process: 1661
% 238.77/238.96  Current number of ordered equations: 0
% 238.77/238.96  Current number of rules: 1263
% 238.77/238.96  New rule produced :
% 238.77/238.96  [1267]
% 238.77/238.96  is_a_theorem(not(not(not(not(implies(implies(implies(not(not(A)),A),B),B))))))
% 238.77/238.96  -> true
% 238.77/238.96  Current number of equations to process: 1660
% 239.37/239.54  Current number of ordered equations: 0
% 239.37/239.54  Current number of rules: 1264
% 239.37/239.54  New rule produced :
% 239.37/239.54  [1268]
% 239.37/239.54  is_a_theorem(implies(A,not(not(implies(implies(B,C),implies(not(not(B)),C))))))
% 239.37/239.54  -> true
% 239.37/239.54  Current number of equations to process: 1659
% 239.37/239.54  Current number of ordered equations: 0
% 239.37/239.54  Current number of rules: 1265
% 239.37/239.54  New rule produced :
% 239.37/239.54  [1269]
% 239.37/239.54  is_a_theorem(not(not(not(not(implies(implies(A,B),implies(not(not(A)),B)))))))
% 239.37/239.54  -> true
% 239.37/239.54  Current number of equations to process: 1658
% 239.37/239.54  Current number of ordered equations: 0
% 239.37/239.54  Current number of rules: 1266
% 239.37/239.54  New rule produced :
% 239.37/239.54  [1270]
% 239.37/239.54  is_a_theorem(not(not(implies(implies(not(not(implies(A,implies(B,A)))),C),C))))
% 239.37/239.54  -> true
% 239.37/239.54  Current number of equations to process: 1656
% 239.37/239.54  Current number of ordered equations: 0
% 239.37/239.54  Current number of rules: 1267
% 239.37/239.54  New rule produced :
% 239.37/239.54  [1271]
% 239.37/239.54  is_a_theorem(implies(not(not(implies(not(not(implies(A,implies(B,A)))),C))),C))
% 239.37/239.54  -> true
% 239.37/239.54  Current number of equations to process: 1655
% 239.37/239.54  Current number of ordered equations: 0
% 239.37/239.54  Current number of rules: 1268
% 239.37/239.54  New rule produced :
% 239.37/239.54  [1272]
% 239.37/239.54  is_a_theorem(not(not(implies(implies(implies(A,not(not(implies(B,A)))),C),C))))
% 239.37/239.54  -> true
% 239.37/239.54  Current number of equations to process: 1653
% 239.37/239.54  Current number of ordered equations: 0
% 239.37/239.54  Current number of rules: 1269
% 239.37/239.54  New rule produced :
% 239.37/239.54  [1273]
% 239.37/239.54  is_a_theorem(implies(not(not(implies(implies(A,not(not(implies(B,A)))),C))),C))
% 239.37/239.54  -> true
% 239.37/239.54  Current number of equations to process: 1652
% 239.37/239.54  Current number of ordered equations: 0
% 239.37/239.54  Current number of rules: 1270
% 239.37/239.54  New rule produced :
% 239.37/239.54  [1274]
% 239.37/239.54  is_a_theorem(implies(A,implies(implies(not(not(implies(B,C))),X),implies(C,X))))
% 239.37/239.54  -> true
% 239.37/239.54  Current number of equations to process: 1651
% 239.37/239.54  Current number of ordered equations: 0
% 239.37/239.54  Current number of rules: 1271
% 239.37/239.54  New rule produced :
% 239.37/239.54  [1275]
% 239.37/239.54  is_a_theorem(not(not(implies(implies(not(not(implies(A,B))),C),implies(B,C)))))
% 239.37/239.54  -> true
% 239.37/239.54  Current number of equations to process: 1650
% 239.37/239.54  Current number of ordered equations: 0
% 239.37/239.54  Current number of rules: 1272
% 239.37/239.54  New rule produced :
% 239.37/239.54  [1276]
% 239.37/239.54  is_a_theorem(implies(not(not(implies(not(not(implies(A,B))),C))),implies(B,C)))
% 239.37/239.54  -> true
% 239.37/239.54  Current number of equations to process: 1649
% 239.37/239.54  Current number of ordered equations: 0
% 239.37/239.54  Current number of rules: 1273
% 239.37/239.54  New rule produced :
% 239.37/239.54  [1277]
% 239.37/239.54  is_a_theorem(not(not(implies(implies(not(not(implies(A,implies(B,B)))),C),C))))
% 239.37/239.54  -> true
% 239.37/239.54  Current number of equations to process: 1646
% 239.37/239.54  Current number of ordered equations: 0
% 239.37/239.54  Current number of rules: 1274
% 239.37/239.54  New rule produced :
% 239.37/239.54  [1278]
% 239.37/239.54  is_a_theorem(implies(not(not(implies(not(not(implies(A,implies(B,B)))),C))),C))
% 239.37/239.54  -> true
% 239.37/239.54  Current number of equations to process: 1645
% 239.37/239.54  Current number of ordered equations: 0
% 239.37/239.54  Current number of rules: 1275
% 239.37/239.54  New rule produced :
% 239.37/239.54  [1279]
% 239.37/239.54  is_a_theorem(not(not(implies(not(not(not(implies(not(A),implies(A,B))))),C))))
% 239.37/239.54  -> true
% 239.37/239.54  Current number of equations to process: 1644
% 239.37/239.54  Current number of ordered equations: 0
% 239.37/239.54  Current number of rules: 1276
% 239.37/239.54  New rule produced :
% 239.37/239.54  [1280]
% 239.37/239.54  is_a_theorem(not(not(implies(not(implies(not(A),not(not(implies(A,B))))),C))))
% 239.37/239.54  -> true
% 239.37/239.54  Current number of equations to process: 1643
% 239.37/239.54  Current number of ordered equations: 0
% 239.37/239.54  Current number of rules: 1277
% 239.37/239.54  New rule produced :
% 239.37/239.54  [1281]
% 239.37/239.54  is_a_theorem(not(not(implies(not(not(not(implies(not(implies(A,A)),B)))),C))))
% 239.37/239.54  -> true
% 239.37/239.54  Current number of equations to process: 1642
% 239.37/239.54  Current number of ordered equations: 0
% 239.37/239.54  Current number of rules: 1278
% 239.37/239.54  New rule produced :
% 239.37/239.54  [1282]
% 239.37/239.54  is_a_theorem(implies(A,not(not(implies(B,implies(C,implies(X,not(not(X)))))))))
% 239.37/239.54  -> true
% 239.37/239.54  Current number of equations to process: 1641
% 239.37/239.54  Current number of ordered equations: 0
% 239.37/239.54  Current number of rules: 1279
% 239.37/239.54  New rule produced :
% 239.37/239.54  [1283]
% 239.37/239.54  is_a_theorem(not(not(not(not(implies(A,implies(B,implies(C,not(not(C))))))))))
% 239.37/239.54  -> true
% 239.37/239.54  Current number of equations to process: 1640
% 239.37/239.54  Current number of ordered equations: 0
% 239.37/239.54  Current number of rules: 1280
% 239.37/239.54  New rule produced :
% 239.37/239.54  [1284]
% 239.37/239.54  is_a_theorem(implies(implies(implies(A,implies(B,not(not(A)))),C),implies(X,C)))
% 239.37/239.54  -> true
% 239.37/239.54  Current number of equations to process: 1639
% 239.37/239.54  Current number of ordered equations: 0
% 239.37/239.54  Current number of rules: 1281
% 239.37/239.54  New rule produced :
% 239.37/239.54  [1285]
% 239.37/239.54  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(Y,not(not(X))))))))
% 239.37/239.54  -> true
% 239.37/239.54  Current number of equations to process: 1638
% 239.88/240.09  Current number of ordered equations: 0
% 239.88/240.09  Current number of rules: 1282
% 239.88/240.09  New rule produced :
% 239.88/240.09  [1286]
% 239.88/240.09  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,not(not(B))))),X),X))
% 239.88/240.09  -> true
% 239.88/240.09  Current number of equations to process: 1637
% 239.88/240.09  Current number of ordered equations: 0
% 239.88/240.09  Current number of rules: 1283
% 239.88/240.09  New rule produced :
% 239.88/240.09  [1287]
% 239.88/240.09  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,not(not(B)))),X),X)))
% 239.88/240.09  -> true
% 239.88/240.09  Current number of equations to process: 1636
% 239.88/240.09  Current number of ordered equations: 0
% 239.88/240.09  Current number of rules: 1284
% 239.88/240.09  New rule produced :
% 239.88/240.09  [1288]
% 239.88/240.09  ifeq(is_a_theorem(implies(implies(A,implies(not(A),B)),C)),true,is_a_theorem(C),true)
% 239.88/240.09  -> true
% 239.88/240.09  Current number of equations to process: 1635
% 239.88/240.09  Current number of ordered equations: 0
% 239.88/240.09  Current number of rules: 1285
% 239.88/240.09  New rule produced :
% 239.88/240.09  [1289]
% 239.88/240.09  is_a_theorem(implies(A,not(not(implies(implies(implies(B,not(not(B))),C),C)))))
% 239.88/240.09  -> true
% 239.88/240.09  Current number of equations to process: 1634
% 239.88/240.09  Current number of ordered equations: 0
% 239.88/240.09  Current number of rules: 1286
% 239.88/240.09  New rule produced :
% 239.88/240.09  [1290]
% 239.88/240.09  is_a_theorem(not(not(not(not(implies(implies(implies(A,not(not(A))),B),B))))))
% 239.88/240.09  -> true
% 239.88/240.09  Current number of equations to process: 1633
% 239.88/240.09  Current number of ordered equations: 0
% 239.88/240.09  Current number of rules: 1287
% 239.88/240.09  New rule produced :
% 239.88/240.09  [1291]
% 239.88/240.09  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(Y,not(not(C))))))))
% 239.88/240.09  -> true
% 239.88/240.09  Current number of equations to process: 1631
% 239.88/240.09  Current number of ordered equations: 0
% 239.88/240.09  Current number of rules: 1288
% 239.88/240.09  New rule produced :
% 239.88/240.09  [1292]
% 239.88/240.09  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,not(not(A))))),X),X))
% 239.88/240.09  -> true
% 239.88/240.09  Current number of equations to process: 1630
% 239.88/240.09  Current number of ordered equations: 0
% 239.88/240.09  Current number of rules: 1289
% 239.88/240.09  New rule produced :
% 239.88/240.09  [1293]
% 239.88/240.09  is_a_theorem(implies(implies(implies(A,implies(B,not(not(C)))),X),implies(C,X)))
% 239.88/240.09  -> true
% 239.88/240.09  Current number of equations to process: 1629
% 239.88/240.09  Current number of ordered equations: 0
% 239.88/240.09  Current number of rules: 1290
% 239.88/240.09  New rule produced :
% 239.88/240.09  [1294]
% 239.88/240.09  is_a_theorem(not(not(implies(A,implies(B,implies(C,implies(X,not(not(B)))))))))
% 239.88/240.09  -> true
% 239.88/240.09  Current number of equations to process: 1628
% 239.88/240.09  Current number of ordered equations: 0
% 239.88/240.09  Current number of rules: 1291
% 239.88/240.09  New rule produced :
% 239.88/240.09  [1295]
% 239.88/240.09  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(not(not(C)),X),X)))))
% 239.88/240.09  -> true
% 239.88/240.09  Current number of equations to process: 1627
% 239.88/240.09  Current number of ordered equations: 0
% 239.88/240.09  Current number of rules: 1292
% 239.88/240.09  New rule produced :
% 239.88/240.09  [1296]
% 239.88/240.09  is_a_theorem(implies(implies(implies(A,implies(implies(not(not(A)),B),B)),C),C))
% 239.88/240.09  -> true
% 239.88/240.09  Current number of equations to process: 1626
% 239.88/240.09  Current number of ordered equations: 0
% 239.88/240.09  Current number of rules: 1293
% 239.88/240.09  New rule produced :
% 239.88/240.09  [1297]
% 239.88/240.09  is_a_theorem(implies(implies(implies(implies(not(not(A)),B),B),C),implies(A,C)))
% 239.88/240.09  -> true
% 239.88/240.09  Current number of equations to process: 1625
% 239.88/240.09  Current number of ordered equations: 0
% 239.88/240.09  Current number of rules: 1294
% 239.88/240.09  New rule produced :
% 239.88/240.09  [1298]
% 239.88/240.09  is_a_theorem(not(not(implies(A,implies(B,implies(implies(not(not(B)),C),C))))))
% 239.88/240.09  -> true
% 239.88/240.09  Current number of equations to process: 1624
% 239.88/240.09  Current number of ordered equations: 0
% 239.88/240.09  Current number of rules: 1295
% 239.88/240.09  New rule produced :
% 239.88/240.09  [1299]
% 239.88/240.09  is_a_theorem(not(not(implies(A,implies(B,implies(C,implies(X,not(not(C)))))))))
% 239.88/240.09  -> true
% 239.88/240.09  Current number of equations to process: 1620
% 239.88/240.09  Current number of ordered equations: 0
% 239.88/240.09  Current number of rules: 1296
% 239.88/240.09  New rule produced :
% 239.88/240.09  [1300]
% 239.88/240.09  is_a_theorem(implies(A,not(not(implies(implies(not(not(B)),C),implies(B,C))))))
% 239.88/240.09  -> true
% 239.88/240.09  Current number of equations to process: 1619
% 239.88/240.09  Current number of ordered equations: 0
% 239.88/240.09  Current number of rules: 1297
% 239.88/240.09  New rule produced :
% 239.88/240.09  [1301]
% 239.88/240.09  is_a_theorem(not(not(not(not(implies(implies(not(not(A)),B),implies(A,B)))))))
% 239.88/240.09  -> true
% 239.88/240.09  Current number of equations to process: 1618
% 239.88/240.09  Current number of ordered equations: 0
% 239.88/240.09  Current number of rules: 1298
% 239.88/240.09  New rule produced :
% 239.88/240.09  [1302]
% 239.88/240.09  is_a_theorem(implies(A,not(not(not(not(implies(B,implies(C,implies(X,C)))))))))
% 239.88/240.09  -> true
% 239.88/240.09  Current number of equations to process: 1617
% 239.88/240.09  Current number of ordered equations: 0
% 239.88/240.09  Current number of rules: 1299
% 239.88/240.09  New rule produced :
% 239.88/240.09  [1303]
% 239.88/240.09  is_a_theorem(not(not(not(not(not(not(implies(A,implies(B,implies(C,B))))))))))
% 240.47/240.64  -> true
% 240.47/240.64  Current number of equations to process: 1616
% 240.47/240.64  Current number of ordered equations: 0
% 240.47/240.64  Current number of rules: 1300
% 240.47/240.64  New rule produced :
% 240.47/240.64  [1304]
% 240.47/240.64  is_a_theorem(implies(A,not(not(not(not(implies(B,implies(C,implies(X,B)))))))))
% 240.47/240.64  -> true
% 240.47/240.64  Current number of equations to process: 1614
% 240.47/240.64  Current number of ordered equations: 0
% 240.47/240.64  Current number of rules: 1301
% 240.47/240.64  New rule produced :
% 240.47/240.64  [1305]
% 240.47/240.64  is_a_theorem(not(not(not(not(not(not(implies(A,implies(B,implies(C,A))))))))))
% 240.47/240.64  -> true
% 240.47/240.64  Current number of equations to process: 1613
% 240.47/240.64  Current number of ordered equations: 0
% 240.47/240.64  Current number of rules: 1302
% 240.47/240.64  New rule produced :
% 240.47/240.64  [1306]
% 240.47/240.64  is_a_theorem(implies(A,not(not(not(not(implies(B,implies(implies(B,C),C))))))))
% 240.47/240.64  -> true
% 240.47/240.64  Current number of equations to process: 1611
% 240.47/240.64  Current number of ordered equations: 0
% 240.47/240.64  Current number of rules: 1303
% 240.47/240.64  New rule produced :
% 240.47/240.64  [1307]
% 240.47/240.64  is_a_theorem(not(not(not(not(not(not(implies(A,implies(implies(A,B),B)))))))))
% 240.47/240.64  -> true
% 240.47/240.64  Current number of equations to process: 1610
% 240.47/240.64  Current number of ordered equations: 0
% 240.47/240.64  Current number of rules: 1304
% 240.47/240.64  New rule produced :
% 240.47/240.64  [1308]
% 240.47/240.64  is_a_theorem(implies(A,not(not(implies(B,not(not(implies(C,implies(X,C)))))))))
% 240.47/240.64  -> true
% 240.47/240.64  Current number of equations to process: 1609
% 240.47/240.64  Current number of ordered equations: 0
% 240.47/240.64  Current number of rules: 1305
% 240.47/240.64  New rule produced :
% 240.47/240.64  [1309]
% 240.47/240.64  is_a_theorem(not(not(not(not(implies(A,not(not(implies(B,implies(C,B))))))))))
% 240.47/240.64  -> true
% 240.47/240.64  Current number of equations to process: 1608
% 240.47/240.64  Current number of ordered equations: 0
% 240.47/240.64  Current number of rules: 1306
% 240.47/240.64  New rule produced :
% 240.47/240.64  [1310]
% 240.47/240.64  is_a_theorem(implies(A,not(not(not(not(implies(B,implies(C,implies(X,X)))))))))
% 240.47/240.64  -> true
% 240.47/240.64  Current number of equations to process: 1606
% 240.47/240.64  Current number of ordered equations: 0
% 240.47/240.64  Current number of rules: 1307
% 240.47/240.64  New rule produced :
% 240.47/240.64  [1311]
% 240.47/240.64  is_a_theorem(not(not(not(not(not(not(implies(A,implies(B,implies(C,C))))))))))
% 240.47/240.64  -> true
% 240.47/240.64  Current number of equations to process: 1605
% 240.47/240.64  Current number of ordered equations: 0
% 240.47/240.64  Current number of rules: 1308
% 240.47/240.64  New rule produced :
% 240.47/240.64  [1312]
% 240.47/240.64  is_a_theorem(implies(A,not(not(not(not(implies(implies(implies(B,B),C),C)))))))
% 240.47/240.64  -> true
% 240.47/240.64  Current number of equations to process: 1603
% 240.47/240.64  Current number of ordered equations: 0
% 240.47/240.64  Current number of rules: 1309
% 240.47/240.64  New rule produced :
% 240.47/240.64  [1313]
% 240.47/240.64  is_a_theorem(not(not(not(not(not(not(implies(implies(implies(A,A),B),B))))))))
% 240.47/240.64  -> true
% 240.47/240.64  Current number of equations to process: 1602
% 240.47/240.64  Current number of ordered equations: 0
% 240.47/240.64  Current number of rules: 1310
% 240.47/240.64  New rule produced :
% 240.47/240.64  [1314]
% 240.47/240.64  is_a_theorem(implies(not(implies(implies(implies(A,B),C),implies(not(A),C))),X))
% 240.47/240.64  -> true
% 240.47/240.64  Current number of equations to process: 1601
% 240.47/240.64  Current number of ordered equations: 0
% 240.47/240.64  Current number of rules: 1311
% 240.47/240.64  New rule produced :
% 240.47/240.64  [1315]
% 240.47/240.64  is_a_theorem(implies(not(implies(A,implies(not(B),implies(C,implies(B,X))))),Y))
% 240.47/240.64  -> true
% 240.47/240.64  Current number of equations to process: 1600
% 240.47/240.64  Current number of ordered equations: 0
% 240.47/240.64  Current number of rules: 1312
% 240.47/240.64  New rule produced :
% 240.47/240.64  [1316]
% 240.47/240.64  is_a_theorem(implies(not(implies(not(implies(A,B)),implies(implies(B,A),A))),C))
% 240.47/240.64  -> true
% 240.47/240.64  Current number of equations to process: 1599
% 240.47/240.64  Current number of ordered equations: 0
% 240.47/240.64  Current number of rules: 1313
% 240.47/240.64  New rule produced :
% 240.47/240.64  [1317]
% 240.47/240.64  is_a_theorem(implies(not(implies(not(A),implies(B,implies(C,implies(A,X))))),Y))
% 240.47/240.64  -> true
% 240.47/240.64  Current number of equations to process: 1598
% 240.47/240.64  Current number of ordered equations: 0
% 240.47/240.64  Current number of rules: 1314
% 240.47/240.64  New rule produced :
% 240.47/240.64  [1318]
% 240.47/240.64  is_a_theorem(implies(not(implies(not(A),implies(implies(implies(A,B),C),C))),X))
% 240.47/240.64  -> true
% 240.47/240.64  Current number of equations to process: 1597
% 240.47/240.64  Current number of ordered equations: 0
% 240.47/240.64  Current number of rules: 1315
% 240.47/240.64  New rule produced :
% 240.47/240.64  [1319]
% 240.47/240.64  is_a_theorem(implies(not(implies(not(implies(A,implies(B,implies(C,B)))),X)),Y))
% 240.47/240.64  -> true
% 240.47/240.64  Current number of equations to process: 1596
% 240.47/240.64  Current number of ordered equations: 0
% 240.47/240.64  Current number of rules: 1316
% 240.47/240.64  New rule produced :
% 240.47/240.64  [1320]
% 240.47/240.64  is_a_theorem(implies(not(implies(not(implies(A,implies(B,implies(C,A)))),X)),Y))
% 240.47/240.64  -> true
% 240.47/240.64  Current number of equations to process: 1595
% 240.47/240.64  Current number of ordered equations: 0
% 240.47/240.64  Current number of rules: 1317
% 240.47/240.64  New rule produced :
% 240.47/240.64  [1321]
% 240.47/240.64  is_a_theorem(implies(not(implies(not(implies(A,implies(implies(A,B),B))),C)),X))
% 240.96/241.12  -> true
% 240.96/241.12  Current number of equations to process: 1594
% 240.96/241.12  Current number of ordered equations: 0
% 240.96/241.12  Current number of rules: 1318
% 240.96/241.12  New rule produced :
% 240.96/241.12  [1322]
% 240.96/241.12  is_a_theorem(implies(not(implies(not(implies(A,implies(B,implies(C,C)))),X)),Y))
% 240.96/241.12  -> true
% 240.96/241.12  Current number of equations to process: 1593
% 240.96/241.12  Current number of ordered equations: 0
% 240.96/241.12  Current number of rules: 1319
% 240.96/241.12  New rule produced :
% 240.96/241.12  [1323]
% 240.96/241.12  is_a_theorem(implies(not(implies(not(implies(implies(implies(A,A),B),B)),C)),X))
% 240.96/241.12  -> true
% 240.96/241.12  Current number of equations to process: 1592
% 240.96/241.12  Current number of ordered equations: 0
% 240.96/241.12  Current number of rules: 1320
% 240.96/241.12  New rule produced :
% 240.96/241.12  [1324]
% 240.96/241.12  is_a_theorem(implies(not(implies(A,implies(not(implies(B,C)),implies(C,X)))),Y))
% 240.96/241.12  -> true
% 240.96/241.12  Current number of equations to process: 1591
% 240.96/241.12  Current number of ordered equations: 0
% 240.96/241.12  Current number of rules: 1321
% 240.96/241.12  New rule produced :
% 240.96/241.12  [1325]
% 240.96/241.12  is_a_theorem(implies(not(implies(A,implies(not(implies(B,implies(C,B))),X))),Y))
% 240.96/241.12  -> true
% 240.96/241.12  Current number of equations to process: 1590
% 240.96/241.12  Current number of ordered equations: 0
% 240.96/241.12  Current number of rules: 1322
% 240.96/241.12  New rule produced :
% 240.96/241.12  [1326]
% 240.96/241.12  is_a_theorem(implies(not(implies(A,implies(B,implies(not(implies(C,C)),X)))),Y))
% 240.96/241.12  -> true
% 240.96/241.12  Current number of equations to process: 1589
% 240.96/241.12  Current number of ordered equations: 0
% 240.96/241.12  Current number of rules: 1323
% 240.96/241.12  New rule produced :
% 240.96/241.12  [1327]
% 240.96/241.12  is_a_theorem(implies(not(implies(implies(implies(not(implies(A,A)),B),C),C)),X))
% 240.96/241.12  -> true
% 240.96/241.12  Current number of equations to process: 1588
% 240.96/241.12  Current number of ordered equations: 0
% 240.96/241.12  Current number of rules: 1324
% 240.96/241.12  New rule produced :
% 240.96/241.12  [1328]
% 240.96/241.12  is_a_theorem(implies(not(implies(A,implies(not(implies(B,implies(C,C))),X))),Y))
% 240.96/241.12  -> true
% 240.96/241.12  Current number of equations to process: 1587
% 240.96/241.12  Current number of ordered equations: 0
% 240.96/241.12  Current number of rules: 1325
% 240.96/241.12  New rule produced :
% 240.96/241.12  [1329]
% 240.96/241.12  is_a_theorem(implies(not(implies(not(implies(not(not(A)),implies(B,A))),C)),X))
% 240.96/241.12  -> true
% 240.96/241.12  Current number of equations to process: 1586
% 240.96/241.12  Current number of ordered equations: 0
% 240.96/241.12  Current number of rules: 1326
% 240.96/241.12  New rule produced :
% 240.96/241.12  [1330]
% 240.96/241.12  is_a_theorem(implies(not(implies(not(implies(A,implies(B,C))),implies(C,X))),Y))
% 240.96/241.12  -> true
% 240.96/241.12  Current number of equations to process: 1585
% 240.96/241.12  Current number of ordered equations: 0
% 240.96/241.12  Current number of rules: 1327
% 240.96/241.12  New rule produced :
% 240.96/241.12  [1331]
% 240.96/241.12  is_a_theorem(implies(not(implies(not(implies(implies(A,B),B)),implies(A,C))),X))
% 240.96/241.12  -> true
% 240.96/241.12  Current number of equations to process: 1584
% 240.96/241.12  Current number of ordered equations: 0
% 240.96/241.12  Current number of rules: 1328
% 240.96/241.12  New rule produced :
% 240.96/241.12  [1332]
% 240.96/241.12  is_a_theorem(implies(not(implies(implies(implies(A,A),not(B)),implies(B,C))),X))
% 240.96/241.12  -> true
% 240.96/241.12  Current number of equations to process: 1583
% 240.96/241.12  Current number of ordered equations: 0
% 240.96/241.12  Current number of rules: 1329
% 240.96/241.12  New rule produced :
% 240.96/241.12  [1333]
% 240.96/241.12  is_a_theorem(implies(not(implies(not(A),implies(implies(implies(B,B),A),C))),X))
% 240.96/241.12  -> true
% 240.96/241.12  Current number of equations to process: 1582
% 240.96/241.12  Current number of ordered equations: 0
% 240.96/241.12  Current number of rules: 1330
% 240.96/241.12  New rule produced :
% 240.96/241.12  [1334]
% 240.96/241.12  is_a_theorem(implies(not(implies(implies(implies(A,A),not(implies(B,B))),C)),X))
% 240.96/241.12  -> true
% 240.96/241.12  Current number of equations to process: 1581
% 240.96/241.12  Current number of ordered equations: 0
% 240.96/241.12  Current number of rules: 1331
% 240.96/241.12  New rule produced :
% 240.96/241.12  [1335]
% 240.96/241.12  is_a_theorem(implies(not(implies(not(implies(A,B)),implies(not(not(B)),C))),X))
% 240.96/241.12  -> true
% 240.96/241.12  Current number of equations to process: 1580
% 240.96/241.12  Current number of ordered equations: 0
% 240.96/241.12  Current number of rules: 1332
% 240.96/241.12  New rule produced :
% 240.96/241.12  [1336]
% 240.96/241.12  is_a_theorem(implies(not(implies(not(implies(A,B)),implies(C,implies(B,X)))),Y))
% 240.96/241.12  -> true
% 240.96/241.12  Current number of equations to process: 1579
% 240.96/241.12  Current number of ordered equations: 0
% 240.96/241.12  Current number of rules: 1333
% 240.96/241.12  New rule produced :
% 240.96/241.12  [1337]
% 240.96/241.12  is_a_theorem(implies(A,implies(implies(implies(B,not(not(A))),C),implies(X,C))))
% 240.96/241.12  -> true
% 240.96/241.12  Current number of equations to process: 1578
% 240.96/241.12  Current number of ordered equations: 0
% 240.96/241.12  Current number of rules: 1334
% 240.96/241.12  New rule produced :
% 240.96/241.12  [1338]
% 240.96/241.12  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(Y,not(not(A))))))))
% 240.96/241.12  -> true
% 240.96/241.12  Current number of equations to process: 1577
% 240.96/241.12  Current number of ordered equations: 0
% 240.96/241.12  Current number of rules: 1335
% 240.96/241.12  New rule produced :
% 241.28/241.42  [1339]
% 241.28/241.42  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,not(not(A)))),X),X)))
% 241.28/241.42  -> true
% 241.28/241.42  Current number of equations to process: 1576
% 241.28/241.42  Current number of ordered equations: 0
% 241.28/241.42  Current number of rules: 1336
% 241.28/241.42  New rule produced :
% 241.28/241.42  [1340]
% 241.28/241.42  is_a_theorem(implies(A,implies(B,implies(implies(not(not(A)),C),implies(X,C)))))
% 241.28/241.42  -> true
% 241.28/241.42  Current number of equations to process: 1575
% 241.28/241.42  Current number of ordered equations: 0
% 241.28/241.42  Current number of rules: 1337
% 241.28/241.42  New rule produced :
% 241.28/241.42  [1341]
% 241.28/241.42  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,not(not(A))),X),X))))
% 241.28/241.42  -> true
% 241.28/241.42  Current number of equations to process: 1574
% 241.28/241.42  Current number of ordered equations: 0
% 241.28/241.42  Current number of rules: 1338
% 241.28/241.42  New rule produced :
% 241.28/241.42  [1342]
% 241.28/241.42  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(not(not(A)),X),X)))))
% 241.28/241.42  -> true
% 241.28/241.42  Current number of equations to process: 1573
% 241.28/241.42  Current number of ordered equations: 0
% 241.28/241.42  Current number of rules: 1339
% 241.28/241.42  New rule produced :
% 241.28/241.42  [1343]
% 241.28/241.42  is_a_theorem(implies(A,implies(implies(implies(implies(not(not(A)),B),B),C),C)))
% 241.28/241.42  -> true
% 241.28/241.42  Current number of equations to process: 1572
% 241.28/241.42  Current number of ordered equations: 0
% 241.28/241.42  Current number of rules: 1340
% 241.28/241.42  New rule produced :
% 241.28/241.42  [1344]
% 241.28/241.42  ifeq(is_a_theorem(not(implies(A,implies(B,not(not(B)))))),true,is_a_theorem(C),true)
% 241.28/241.42  -> true
% 241.28/241.42  Current number of equations to process: 1571
% 241.28/241.42  Current number of ordered equations: 0
% 241.28/241.42  Current number of rules: 1341
% 241.28/241.42  New rule produced :
% 241.28/241.42  [1345]
% 241.28/241.42  is_a_theorem(implies(A,implies(not(implies(not(implies(not(not(B)),B)),C)),X)))
% 241.28/241.42  -> true
% 241.28/241.42  Current number of equations to process: 1570
% 241.28/241.42  Current number of ordered equations: 0
% 241.28/241.42  Current number of rules: 1342
% 241.28/241.42  New rule produced :
% 241.28/241.42  [1346]
% 241.28/241.42  is_a_theorem(not(not(implies(not(implies(not(implies(not(not(A)),A)),B)),C))))
% 241.28/241.42  -> true
% 241.28/241.42  Current number of equations to process: 1569
% 241.28/241.42  Current number of ordered equations: 0
% 241.28/241.42  Current number of rules: 1343
% 241.28/241.42  New rule produced :
% 241.28/241.42  [1347]
% 241.28/241.42  is_a_theorem(implies(A,implies(not(implies(not(not(not(B))),implies(B,C))),X)))
% 241.28/241.42  -> true
% 241.28/241.42  Current number of equations to process: 1568
% 241.28/241.42  Current number of ordered equations: 0
% 241.28/241.42  Current number of rules: 1344
% 241.28/241.42  New rule produced :
% 241.28/241.42  [1348]
% 241.28/241.42  is_a_theorem(not(not(implies(not(implies(not(not(not(A))),implies(A,B))),C))))
% 241.28/241.42  -> true
% 241.28/241.42  Current number of equations to process: 1567
% 241.28/241.42  Current number of ordered equations: 0
% 241.28/241.42  Current number of rules: 1345
% 241.28/241.42  New rule produced :
% 241.28/241.42  [1349]
% 241.28/241.42  is_a_theorem(implies(A,implies(not(implies(not(not(not(implies(B,B)))),C)),X)))
% 241.28/241.42  -> true
% 241.28/241.42  Current number of equations to process: 1566
% 241.28/241.42  Current number of ordered equations: 0
% 241.28/241.42  Current number of rules: 1346
% 241.28/241.42  New rule produced :
% 241.28/241.42  [1350]
% 241.28/241.42  is_a_theorem(not(not(implies(not(implies(not(not(not(implies(A,A)))),B)),C))))
% 241.28/241.42  -> true
% 241.28/241.42  Current number of equations to process: 1565
% 241.28/241.42  Current number of ordered equations: 0
% 241.28/241.42  Current number of rules: 1347
% 241.28/241.42  New rule produced :
% 241.28/241.42  [1351]
% 241.28/241.42  is_a_theorem(implies(A,implies(B,implies(C,not(implies(implies(X,X),not(C)))))))
% 241.28/241.42  -> true
% 241.28/241.42  Current number of equations to process: 1563
% 241.28/241.42  Current number of ordered equations: 0
% 241.28/241.42  Current number of rules: 1348
% 241.28/241.42  New rule produced :
% 241.28/241.42  [1352]
% 241.28/241.42  is_a_theorem(implies(implies(implies(A,not(implies(implies(B,B),not(A)))),C),C))
% 241.28/241.42  -> true
% 241.28/241.42  Current number of equations to process: 1562
% 241.28/241.42  Current number of ordered equations: 0
% 241.28/241.42  Current number of rules: 1349
% 241.28/241.42  New rule produced :
% 241.28/241.42  [1353]
% 241.28/241.42  is_a_theorem(implies(implies(not(implies(implies(A,A),not(B))),C),implies(B,C)))
% 241.28/241.42  -> true
% 241.28/241.42  Current number of equations to process: 1561
% 241.28/241.42  Current number of ordered equations: 0
% 241.28/241.42  Current number of rules: 1350
% 241.28/241.42  New rule produced :
% 241.28/241.42  [1354]
% 241.28/241.42  is_a_theorem(not(implies(implies(A,A),not(implies(B,implies(C,implies(X,C)))))))
% 241.28/241.42  -> true
% 241.28/241.42  Current number of equations to process: 1560
% 241.28/241.42  Current number of ordered equations: 0
% 241.28/241.42  Current number of rules: 1351
% 241.28/241.42  New rule produced :
% 241.28/241.42  [1355]
% 241.28/241.42  is_a_theorem(not(implies(implies(A,A),not(implies(B,implies(C,implies(X,B)))))))
% 241.28/241.42  -> true
% 241.28/241.42  Current number of equations to process: 1559
% 241.28/241.42  Current number of ordered equations: 0
% 241.28/241.42  Current number of rules: 1352
% 241.28/241.42  New rule produced :
% 241.28/241.42  [1356]
% 241.28/241.42  is_a_theorem(not(implies(implies(A,A),not(implies(B,implies(implies(B,C),C))))))
% 241.28/241.42  -> true
% 241.28/241.42  Current number of equations to process: 1558
% 241.28/241.42  Current number of ordered equations: 0
% 241.28/241.42  Current number of rules: 1353
% 241.58/241.78  New rule produced :
% 241.58/241.78  [1357]
% 241.58/241.78  is_a_theorem(implies(A,not(implies(implies(B,B),not(implies(C,implies(X,C)))))))
% 241.58/241.78  -> true
% 241.58/241.78  Current number of equations to process: 1557
% 241.58/241.78  Current number of ordered equations: 0
% 241.58/241.78  Current number of rules: 1354
% 241.58/241.78  New rule produced :
% 241.58/241.78  [1358]
% 241.58/241.78  is_a_theorem(not(implies(implies(A,A),not(implies(B,implies(C,implies(X,X)))))))
% 241.58/241.78  -> true
% 241.58/241.78  Current number of equations to process: 1556
% 241.58/241.78  Current number of ordered equations: 0
% 241.58/241.78  Current number of rules: 1355
% 241.58/241.78  New rule produced :
% 241.58/241.78  [1359]
% 241.58/241.78  is_a_theorem(not(implies(implies(A,A),not(implies(implies(implies(B,B),C),C)))))
% 241.58/241.78  -> true
% 241.58/241.78  Current number of equations to process: 1555
% 241.58/241.78  Current number of ordered equations: 0
% 241.58/241.78  Current number of rules: 1356
% 241.58/241.78  New rule produced :
% 241.58/241.78  [1360]
% 241.58/241.78  is_a_theorem(not(not(implies(A,implies(B,not(implies(implies(C,C),not(B))))))))
% 241.58/241.78  -> true
% 241.58/241.78  Current number of equations to process: 1554
% 241.58/241.78  Current number of ordered equations: 0
% 241.58/241.78  Current number of rules: 1357
% 241.58/241.78  New rule produced :
% 241.58/241.78  [1361]
% 241.58/241.78  is_a_theorem(implies(A,not(not(implies(not(not(B)),implies(implies(B,C),C))))))
% 241.58/241.78  -> true
% 241.58/241.78  Current number of equations to process: 1553
% 241.58/241.78  Current number of ordered equations: 0
% 241.58/241.78  Current number of rules: 1358
% 241.58/241.78  New rule produced :
% 241.58/241.78  [1362]
% 241.58/241.78  is_a_theorem(not(not(not(not(implies(not(not(A)),implies(implies(A,B),B)))))))
% 241.58/241.78  -> true
% 241.58/241.78  Current number of equations to process: 1552
% 241.58/241.78  Current number of ordered equations: 0
% 241.58/241.78  Current number of rules: 1359
% 241.58/241.78  New rule produced :
% 241.58/241.78  [1363]
% 241.58/241.78  is_a_theorem(implies(A,implies(B,not(implies(implies(C,C),not(implies(X,X)))))))
% 241.58/241.78  -> true
% 241.58/241.78  Current number of equations to process: 1550
% 241.58/241.78  Current number of ordered equations: 0
% 241.58/241.78  Current number of rules: 1360
% 241.58/241.78  New rule produced :
% 241.58/241.78  [1364]
% 241.58/241.78  is_a_theorem(implies(implies(not(implies(implies(A,A),not(implies(B,B)))),C),C))
% 241.58/241.78  -> true
% 241.58/241.78  Current number of equations to process: 1549
% 241.58/241.78  Current number of ordered equations: 0
% 241.58/241.78  Current number of rules: 1361
% 241.58/241.78  New rule produced :
% 241.58/241.78  [1365]
% 241.58/241.78  is_a_theorem(not(not(implies(A,not(implies(implies(B,B),not(implies(C,C))))))))
% 241.58/241.78  -> true
% 241.58/241.78  Current number of equations to process: 1548
% 241.58/241.78  Current number of ordered equations: 0
% 241.58/241.78  Current number of rules: 1362
% 241.58/241.78  New rule produced :
% 241.58/241.78  [1366]
% 241.58/241.78  is_a_theorem(implies(A,not(not(implies(not(not(implies(implies(B,B),C))),C)))))
% 241.58/241.78  -> true
% 241.58/241.78  Current number of equations to process: 1547
% 241.58/241.78  Current number of ordered equations: 0
% 241.58/241.78  Current number of rules: 1363
% 241.58/241.78  New rule produced :
% 241.58/241.78  [1367]
% 241.58/241.78  is_a_theorem(not(not(not(not(implies(not(not(implies(implies(A,A),B))),B))))))
% 241.58/241.78  -> true
% 241.58/241.78  Current number of equations to process: 1546
% 241.58/241.78  Current number of ordered equations: 0
% 241.58/241.78  Current number of rules: 1364
% 241.58/241.78  New rule produced :
% 241.58/241.78  [1368]
% 241.58/241.78  is_a_theorem(implies(A,implies(implies(not(B),not(C)),not(not(implies(C,B))))))
% 241.58/241.78  -> true
% 241.58/241.78  Current number of equations to process: 1542
% 241.58/241.78  Current number of ordered equations: 0
% 241.58/241.78  Current number of rules: 1365
% 241.58/241.78  New rule produced :
% 241.58/241.78  [1369]
% 241.58/241.78  is_a_theorem(not(not(implies(implies(not(A),not(B)),not(not(implies(B,A)))))))
% 241.58/241.78  -> true
% 241.58/241.78  Current number of equations to process: 1541
% 241.58/241.78  Current number of ordered equations: 0
% 241.58/241.78  Current number of rules: 1366
% 241.58/241.78  New rule produced :
% 241.58/241.78  [1370]
% 241.58/241.78  is_a_theorem(implies(not(not(implies(not(A),not(B)))),not(not(implies(B,A)))))
% 241.58/241.78  -> true
% 241.58/241.78  Current number of equations to process: 1540
% 241.58/241.78  Current number of ordered equations: 0
% 241.58/241.78  Current number of rules: 1367
% 241.58/241.78  New rule produced :
% 241.58/241.78  [1371]
% 241.58/241.78  is_a_theorem(implies(A,implies(B,implies(C,not(not(implies(implies(C,X),X)))))))
% 241.58/241.78  -> true
% 241.58/241.78  Current number of equations to process: 1539
% 241.58/241.78  Current number of ordered equations: 0
% 241.58/241.78  Current number of rules: 1368
% 241.58/241.78  New rule produced :
% 241.58/241.78  [1372]
% 241.58/241.78  is_a_theorem(implies(implies(implies(A,not(not(implies(implies(A,B),B)))),C),C))
% 241.58/241.78  -> true
% 241.58/241.78  Current number of equations to process: 1538
% 241.58/241.78  Current number of ordered equations: 0
% 241.58/241.78  Current number of rules: 1369
% 241.58/241.78  New rule produced :
% 241.58/241.78  [1373]
% 241.58/241.78  is_a_theorem(implies(implies(not(not(implies(implies(A,B),B))),C),implies(A,C)))
% 241.58/241.78  -> true
% 241.58/241.78  Current number of equations to process: 1537
% 241.58/241.78  Current number of ordered equations: 0
% 241.58/241.78  Current number of rules: 1370
% 241.58/241.78  New rule produced :
% 241.58/241.78  [1374]
% 241.58/241.78  is_a_theorem(not(not(implies(A,implies(B,not(not(implies(implies(B,C),C))))))))
% 241.58/241.78  -> true
% 241.58/241.78  Current number of equations to process: 1535
% 241.58/241.78  Current number of ordered equations: 0
% 241.99/242.17  Current number of rules: 1371
% 241.99/242.17  New rule produced :
% 241.99/242.17  [1375]
% 241.99/242.17  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,C),X),not(not(X))))))
% 241.99/242.17  -> true
% 241.99/242.17  Current number of equations to process: 1534
% 241.99/242.17  Current number of ordered equations: 0
% 241.99/242.17  Current number of rules: 1372
% 241.99/242.17  New rule produced :
% 241.99/242.17  [1376]
% 241.99/242.17  is_a_theorem(implies(implies(implies(implies(implies(A,A),B),not(not(B))),C),C))
% 241.99/242.17  -> true
% 241.99/242.17  Current number of equations to process: 1533
% 241.99/242.17  Current number of ordered equations: 0
% 241.99/242.17  Current number of rules: 1373
% 241.99/242.17  New rule produced :
% 241.99/242.17  [1377]
% 241.99/242.17  is_a_theorem(implies(implies(not(not(A)),B),implies(implies(implies(C,C),A),B)))
% 241.99/242.17  -> true
% 241.99/242.17  Current number of equations to process: 1532
% 241.99/242.17  Current number of ordered equations: 0
% 241.99/242.17  Current number of rules: 1374
% 241.99/242.17  New rule produced :
% 241.99/242.17  [1378]
% 241.99/242.17  is_a_theorem(not(not(implies(A,implies(implies(implies(B,B),C),not(not(C)))))))
% 241.99/242.17  -> true
% 241.99/242.17  Current number of equations to process: 1531
% 241.99/242.17  Current number of ordered equations: 0
% 241.99/242.17  Current number of rules: 1375
% 241.99/242.17  New rule produced :
% 241.99/242.17  [1379]
% 241.99/242.17  is_a_theorem(implies(A,implies(implies(implies(B,C),X),not(not(implies(C,X))))))
% 241.99/242.17  -> true
% 241.99/242.17  Current number of equations to process: 1530
% 241.99/242.17  Current number of ordered equations: 0
% 241.99/242.17  Current number of rules: 1376
% 241.99/242.17  New rule produced :
% 241.99/242.17  [1380]
% 241.99/242.17  is_a_theorem(not(not(implies(implies(implies(A,B),C),not(not(implies(B,C)))))))
% 241.99/242.17  -> true
% 241.99/242.17  Current number of equations to process: 1529
% 241.99/242.17  Current number of ordered equations: 0
% 241.99/242.17  Current number of rules: 1377
% 241.99/242.17  New rule produced :
% 241.99/242.17  [1381]
% 241.99/242.17  is_a_theorem(implies(not(not(implies(implies(A,B),C))),not(not(implies(B,C)))))
% 241.99/242.17  -> true
% 241.99/242.17  Current number of equations to process: 1528
% 241.99/242.17  Current number of ordered equations: 0
% 241.99/242.17  Current number of rules: 1378
% 241.99/242.17  New rule produced :
% 241.99/242.17  [1382]
% 241.99/242.17  is_a_theorem(implies(A,implies(B,not(not(implies(implies(B,C),implies(X,C)))))))
% 241.99/242.17  -> true
% 241.99/242.17  Current number of equations to process: 1527
% 241.99/242.17  Current number of ordered equations: 0
% 241.99/242.17  Current number of rules: 1379
% 241.99/242.17  New rule produced :
% 241.99/242.17  [1383]
% 241.99/242.17  is_a_theorem(implies(A,not(not(implies(implies(implies(B,A),C),implies(X,C))))))
% 241.99/242.17  -> true
% 241.99/242.17  Current number of equations to process: 1526
% 241.99/242.17  Current number of ordered equations: 0
% 241.99/242.17  Current number of rules: 1380
% 241.99/242.17  New rule produced :
% 241.99/242.17  [1384]
% 241.99/242.17  is_a_theorem(not(not(implies(A,not(not(implies(implies(A,B),implies(C,B))))))))
% 241.99/242.17  -> true
% 241.99/242.17  Current number of equations to process: 1524
% 241.99/242.17  Current number of ordered equations: 0
% 241.99/242.17  Current number of rules: 1381
% 241.99/242.17  New rule produced :
% 241.99/242.17  [1385]
% 241.99/242.17  is_a_theorem(implies(not(not(A)),not(not(implies(implies(A,B),implies(C,B))))))
% 241.99/242.17  -> true
% 241.99/242.17  Current number of equations to process: 1523
% 241.99/242.17  Current number of ordered equations: 0
% 241.99/242.17  Current number of rules: 1382
% 241.99/242.17  New rule produced :
% 241.99/242.17  [1386]
% 241.99/242.17  is_a_theorem(implies(A,not(not(implies(implies(not(not(A)),B),implies(C,B))))))
% 241.99/242.17  -> true
% 241.99/242.17  Current number of equations to process: 1522
% 241.99/242.17  Current number of ordered equations: 0
% 241.99/242.17  Current number of rules: 1383
% 241.99/242.17  New rule produced :
% 241.99/242.17  [1387]
% 241.99/242.17  is_a_theorem(implies(A,implies(B,not(not(implies(C,implies(X,implies(Y,B))))))))
% 241.99/242.17  -> true
% 241.99/242.17  Current number of equations to process: 1521
% 241.99/242.17  Current number of ordered equations: 0
% 241.99/242.17  Current number of rules: 1384
% 241.99/242.17  New rule produced :
% 241.99/242.17  [1388]
% 241.99/242.17  is_a_theorem(implies(A,not(not(implies(B,implies(C,implies(X,implies(Y,A))))))))
% 241.99/242.17  -> true
% 241.99/242.17  Current number of equations to process: 1520
% 241.99/242.17  Current number of ordered equations: 0
% 241.99/242.17  Current number of rules: 1385
% 241.99/242.17  New rule produced :
% 241.99/242.17  [1389]
% 241.99/242.17  is_a_theorem(not(not(implies(A,not(not(implies(B,implies(C,implies(X,A)))))))))
% 241.99/242.17  -> true
% 241.99/242.17  Current number of equations to process: 1518
% 241.99/242.17  Current number of ordered equations: 0
% 241.99/242.17  Current number of rules: 1386
% 241.99/242.17  New rule produced :
% 241.99/242.17  [1390]
% 241.99/242.17  is_a_theorem(implies(not(not(A)),not(not(implies(B,implies(C,implies(X,A)))))))
% 241.99/242.17  -> true
% 241.99/242.17  Current number of equations to process: 1517
% 241.99/242.17  Current number of ordered equations: 0
% 241.99/242.17  Current number of rules: 1387
% 241.99/242.17  New rule produced :
% 241.99/242.17  [1391]
% 241.99/242.17  is_a_theorem(implies(A,not(not(implies(B,implies(C,implies(X,not(not(A)))))))))
% 241.99/242.17  -> true
% 241.99/242.17  Current number of equations to process: 1516
% 241.99/242.17  Current number of ordered equations: 0
% 241.99/242.17  Current number of rules: 1388
% 241.99/242.17  New rule produced :
% 241.99/242.17  [1392]
% 241.99/242.17  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,B)),X),not(not(X)))))
% 241.99/242.17  -> true
% 241.99/242.17  Current number of equations to process: 1515
% 242.60/242.78  Current number of ordered equations: 0
% 242.60/242.78  Current number of rules: 1389
% 242.60/242.78  New rule produced :
% 242.60/242.78  [1393]
% 242.60/242.78  is_a_theorem(not(not(implies(implies(implies(A,implies(B,A)),C),not(not(C))))))
% 242.60/242.78  -> true
% 242.60/242.78  Current number of equations to process: 1514
% 242.60/242.78  Current number of ordered equations: 0
% 242.60/242.78  Current number of rules: 1390
% 242.60/242.78  New rule produced :
% 242.60/242.78  [1394]
% 242.60/242.78  is_a_theorem(implies(not(not(implies(implies(A,implies(B,A)),C))),not(not(C))))
% 242.60/242.78  -> true
% 242.60/242.78  Current number of equations to process: 1513
% 242.60/242.78  Current number of ordered equations: 0
% 242.60/242.78  Current number of rules: 1391
% 242.60/242.78  New rule produced :
% 242.60/242.78  [1395]
% 242.60/242.78  is_a_theorem(implies(A,implies(B,not(not(implies(implies(implies(C,B),X),X))))))
% 242.60/242.78  -> true
% 242.60/242.78  Current number of equations to process: 1512
% 242.60/242.78  Current number of ordered equations: 0
% 242.60/242.78  Current number of rules: 1392
% 242.60/242.78  New rule produced :
% 242.60/242.78  [1396]
% 242.60/242.78  is_a_theorem(implies(A,not(not(implies(implies(implies(B,implies(C,A)),X),X)))))
% 242.60/242.78  -> true
% 242.60/242.78  Current number of equations to process: 1511
% 242.60/242.78  Current number of ordered equations: 0
% 242.60/242.78  Current number of rules: 1393
% 242.60/242.78  New rule produced :
% 242.60/242.78  [1397]
% 242.60/242.78  is_a_theorem(not(not(implies(A,not(not(implies(implies(implies(B,A),C),C)))))))
% 242.60/242.78  -> true
% 242.60/242.78  Current number of equations to process: 1509
% 242.60/242.78  Current number of ordered equations: 0
% 242.60/242.78  Current number of rules: 1394
% 242.60/242.78  New rule produced :
% 242.60/242.78  [1398]
% 242.60/242.78  is_a_theorem(implies(not(not(A)),not(not(implies(implies(implies(B,A),C),C)))))
% 242.60/242.78  -> true
% 242.60/242.78  Current number of equations to process: 1508
% 242.60/242.78  Current number of ordered equations: 0
% 242.60/242.78  Current number of rules: 1395
% 242.60/242.78  New rule produced :
% 242.60/242.78  [1399]
% 242.60/242.78  is_a_theorem(implies(A,not(not(implies(implies(implies(B,not(not(A))),C),C)))))
% 242.60/242.78  -> true
% 242.60/242.78  Current number of equations to process: 1507
% 242.60/242.78  Current number of ordered equations: 0
% 242.60/242.78  Current number of rules: 1396
% 242.60/242.78  New rule produced :
% 242.60/242.78  [1400]
% 242.60/242.78  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,C)),X),not(not(X)))))
% 242.60/242.78  -> true
% 242.60/242.78  Current number of equations to process: 1506
% 242.60/242.78  Current number of ordered equations: 0
% 242.60/242.78  Current number of rules: 1397
% 242.60/242.78  New rule produced :
% 242.60/242.78  [1401]
% 242.60/242.78  is_a_theorem(not(not(implies(implies(implies(A,implies(B,B)),C),not(not(C))))))
% 242.60/242.78  -> true
% 242.60/242.78  Current number of equations to process: 1505
% 242.60/242.78  Current number of ordered equations: 0
% 242.60/242.78  Current number of rules: 1398
% 242.60/242.78  New rule produced :
% 242.60/242.78  [1402]
% 242.60/242.78  is_a_theorem(implies(not(not(implies(implies(A,implies(B,B)),C))),not(not(C))))
% 242.60/242.78  -> true
% 242.60/242.78  Current number of equations to process: 1504
% 242.60/242.78  Current number of ordered equations: 0
% 242.60/242.78  Current number of rules: 1399
% 242.60/242.78  New rule produced :
% 242.60/242.78  [1403]
% 242.60/242.78  is_a_theorem(implies(A,implies(implies(implies(B,B),C),not(not(implies(X,C))))))
% 242.60/242.78  -> true
% 242.60/242.78  Current number of equations to process: 1503
% 242.60/242.78  Current number of ordered equations: 0
% 242.60/242.78  Current number of rules: 1400
% 242.60/242.78  New rule produced :
% 242.60/242.78  [1404]
% 242.60/242.78  is_a_theorem(not(not(implies(implies(implies(A,A),B),not(not(implies(C,B)))))))
% 242.60/242.78  -> true
% 242.60/242.78  Current number of equations to process: 1502
% 242.60/242.78  Current number of ordered equations: 0
% 242.60/242.78  Current number of rules: 1401
% 242.60/242.78  New rule produced :
% 242.60/242.78  [1405]
% 242.60/242.78  is_a_theorem(implies(not(not(implies(implies(A,A),B))),not(not(implies(C,B)))))
% 242.60/242.78  -> true
% 242.60/242.78  Current number of equations to process: 1501
% 242.60/242.78  Current number of ordered equations: 0
% 242.60/242.78  Current number of rules: 1402
% 242.60/242.78  New rule produced :
% 242.60/242.78  [1406]
% 242.60/242.78  is_a_theorem(implies(A,implies(B,implies(not(not(C)),not(not(implies(X,C)))))))
% 242.60/242.78  -> true
% 242.60/242.78  Current number of equations to process: 1500
% 242.60/242.78  Current number of ordered equations: 0
% 242.60/242.78  Current number of rules: 1403
% 242.60/242.78  New rule produced :
% 242.60/242.78  [1407]
% 242.60/242.78  is_a_theorem(implies(implies(implies(not(not(A)),not(not(implies(B,A)))),C),C))
% 242.60/242.78  -> true
% 242.60/242.78  Current number of equations to process: 1499
% 242.60/242.78  Current number of ordered equations: 0
% 242.60/242.78  Current number of rules: 1404
% 242.60/242.78  New rule produced :
% 242.60/242.78  [1408]
% 242.60/242.78  is_a_theorem(implies(implies(not(not(implies(A,B))),C),implies(not(not(B)),C)))
% 242.60/242.78  -> true
% 242.60/242.78  Current number of equations to process: 1498
% 242.60/242.78  Current number of ordered equations: 0
% 242.60/242.78  Current number of rules: 1405
% 242.60/242.78  New rule produced :
% 242.60/242.78  [1409]
% 242.60/242.78  is_a_theorem(not(not(implies(A,implies(not(not(B)),not(not(implies(C,B))))))))
% 242.60/242.78  -> true
% 242.60/242.78  Current number of equations to process: 1497
% 242.60/242.78  Current number of ordered equations: 0
% 242.60/242.78  Current number of rules: 1406
% 242.60/242.78  New rule produced :
% 242.60/242.78  [1410]
% 242.60/242.78  ifeq(is_a_theorem(not(implies(A,B))),true,is_a_theorem(not(not(implies(B,C)))),true)
% 242.60/242.78  -> true
% 243.19/243.38  Current number of equations to process: 1496
% 243.19/243.38  Current number of ordered equations: 0
% 243.19/243.38  Current number of rules: 1407
% 243.19/243.38  New rule produced :
% 243.19/243.38  [1411]
% 243.19/243.38  is_a_theorem(implies(A,implies(not(implies(B,C)),not(not(implies(not(B),X))))))
% 243.19/243.38  -> true
% 243.19/243.38  Current number of equations to process: 1495
% 243.19/243.38  Current number of ordered equations: 0
% 243.19/243.38  Current number of rules: 1408
% 243.19/243.38  New rule produced :
% 243.19/243.38  [1412]
% 243.19/243.38  is_a_theorem(not(not(implies(not(implies(A,B)),not(not(implies(not(A),C)))))))
% 243.19/243.38  -> true
% 243.19/243.38  Current number of equations to process: 1494
% 243.19/243.38  Current number of ordered equations: 0
% 243.19/243.38  Current number of rules: 1409
% 243.19/243.38  New rule produced :
% 243.19/243.38  [1413]
% 243.19/243.38  is_a_theorem(implies(not(not(not(implies(A,B)))),not(not(implies(not(A),C)))))
% 243.19/243.38  -> true
% 243.19/243.38  Current number of equations to process: 1493
% 243.19/243.38  Current number of ordered equations: 0
% 243.19/243.38  Current number of rules: 1410
% 243.19/243.38  New rule produced :
% 243.19/243.38  [1414]
% 243.19/243.38  is_a_theorem(implies(A,implies(B,not(not(implies(C,implies(implies(B,X),X)))))))
% 243.19/243.38  -> true
% 243.19/243.38  Current number of equations to process: 1492
% 243.19/243.38  Current number of ordered equations: 0
% 243.19/243.38  Current number of rules: 1411
% 243.19/243.38  New rule produced :
% 243.19/243.38  [1415]
% 243.19/243.38  is_a_theorem(implies(A,not(not(implies(B,implies(implies(implies(C,A),X),X))))))
% 243.19/243.38  -> true
% 243.19/243.38  Current number of equations to process: 1491
% 243.19/243.38  Current number of ordered equations: 0
% 243.19/243.38  Current number of rules: 1412
% 243.19/243.38  New rule produced :
% 243.19/243.38  [1416]
% 243.19/243.38  is_a_theorem(not(not(implies(A,not(not(implies(B,implies(implies(A,C),C))))))))
% 243.19/243.38  -> true
% 243.19/243.38  Current number of equations to process: 1489
% 243.19/243.38  Current number of ordered equations: 0
% 243.19/243.38  Current number of rules: 1413
% 243.19/243.38  New rule produced :
% 243.19/243.38  [1417]
% 243.19/243.38  is_a_theorem(implies(not(not(A)),not(not(implies(B,implies(implies(A,C),C))))))
% 243.19/243.38  -> true
% 243.19/243.38  Current number of equations to process: 1488
% 243.19/243.38  Current number of ordered equations: 0
% 243.19/243.38  Current number of rules: 1414
% 243.19/243.38  New rule produced :
% 243.19/243.38  [1418]
% 243.19/243.38  is_a_theorem(implies(A,not(not(implies(B,implies(implies(not(not(A)),C),C))))))
% 243.19/243.38  -> true
% 243.19/243.38  Current number of equations to process: 1487
% 243.19/243.38  Current number of ordered equations: 0
% 243.19/243.38  Current number of rules: 1415
% 243.19/243.38  New rule produced :
% 243.19/243.38  [1419]
% 243.19/243.38  is_a_theorem(implies(A,implies(not(not(B)),not(not(implies(C,implies(X,B)))))))
% 243.19/243.38  -> true
% 243.19/243.38  Current number of equations to process: 1486
% 243.19/243.38  Current number of ordered equations: 0
% 243.19/243.38  Current number of rules: 1416
% 243.19/243.38  New rule produced :
% 243.19/243.38  [1420]
% 243.19/243.38  is_a_theorem(not(not(implies(not(not(A)),not(not(implies(B,implies(C,A))))))))
% 243.19/243.38  -> true
% 243.19/243.38  Current number of equations to process: 1485
% 243.19/243.38  Current number of ordered equations: 0
% 243.19/243.38  Current number of rules: 1417
% 243.19/243.38  New rule produced :
% 243.19/243.38  [1421]
% 243.19/243.38  is_a_theorem(implies(not(not(not(not(A)))),not(not(implies(B,implies(C,A))))))
% 243.19/243.38  -> true
% 243.19/243.38  Current number of equations to process: 1484
% 243.19/243.38  Current number of ordered equations: 0
% 243.19/243.38  Current number of rules: 1418
% 243.19/243.38  New rule produced :
% 243.19/243.38  [1422]
% 243.19/243.38  is_a_theorem(implies(A,implies(implies(not(B),not(implies(C,C))),not(not(B)))))
% 243.19/243.38  -> true
% 243.19/243.38  Current number of equations to process: 1483
% 243.19/243.38  Current number of ordered equations: 0
% 243.19/243.38  Current number of rules: 1419
% 243.19/243.38  New rule produced :
% 243.19/243.38  [1423]
% 243.19/243.38  is_a_theorem(not(not(implies(implies(not(A),not(implies(B,B))),not(not(A))))))
% 243.19/243.38  -> true
% 243.19/243.38  Current number of equations to process: 1482
% 243.19/243.38  Current number of ordered equations: 0
% 243.19/243.38  Current number of rules: 1420
% 243.19/243.38  New rule produced :
% 243.19/243.38  [1424]
% 243.19/243.38  is_a_theorem(implies(not(not(implies(not(A),not(implies(B,B))))),not(not(A))))
% 243.19/243.38  -> true
% 243.19/243.38  Current number of equations to process: 1481
% 243.19/243.38  Current number of ordered equations: 0
% 243.19/243.38  Current number of rules: 1421
% 243.19/243.38  New rule produced :
% 243.19/243.38  [1425]
% 243.19/243.38  is_a_theorem(not(not(implies(A,implies(B,not(not(implies(not(not(C)),C))))))))
% 243.19/243.38  -> true
% 243.19/243.38  Current number of equations to process: 1480
% 243.19/243.38  Current number of ordered equations: 0
% 243.19/243.38  Current number of rules: 1422
% 243.19/243.38  New rule produced :
% 243.19/243.38  [1426]
% 243.19/243.38  is_a_theorem(implies(implies(implies(A,not(not(not(not(A))))),B),implies(C,B)))
% 243.19/243.38  -> true
% 243.19/243.38  Current number of equations to process: 1476
% 243.19/243.38  Current number of ordered equations: 0
% 243.19/243.38  Current number of rules: 1423
% 243.19/243.38  New rule produced :
% 243.19/243.38  [1427]
% 243.19/243.38  is_a_theorem(implies(A,implies(B,implies(C,implies(X,not(not(not(not(X)))))))))
% 243.19/243.38  -> true
% 243.19/243.38  Current number of equations to process: 1475
% 243.19/243.38  Current number of ordered equations: 0
% 243.19/243.38  Current number of rules: 1424
% 243.19/243.38  New rule produced :
% 243.19/243.38  [1428]
% 243.19/243.38  is_a_theorem(implies(implies(implies(A,implies(B,not(not(not(not(B)))))),C),C))
% 243.79/243.96  -> true
% 243.79/243.96  Current number of equations to process: 1474
% 243.79/243.96  Current number of ordered equations: 0
% 243.79/243.96  Current number of rules: 1425
% 243.79/243.96  New rule produced :
% 243.79/243.96  [1429]
% 243.79/243.96  is_a_theorem(implies(A,implies(implies(implies(B,not(not(not(not(B))))),C),C)))
% 243.79/243.96  -> true
% 243.79/243.96  Current number of equations to process: 1473
% 243.79/243.96  Current number of ordered equations: 0
% 243.79/243.96  Current number of rules: 1426
% 243.79/243.96  New rule produced :
% 243.79/243.96  [1430]
% 243.79/243.96  is_a_theorem(not(not(implies(A,implies(B,not(not(implies(C,not(not(C))))))))))
% 243.79/243.96  -> true
% 243.79/243.96  Current number of equations to process: 1469
% 243.79/243.96  Current number of ordered equations: 0
% 243.79/243.96  Current number of rules: 1427
% 243.79/243.96  New rule produced :
% 243.79/243.96  [1431]
% 243.79/243.96  is_a_theorem(implies(A,implies(not(not(implies(not(B),not(C)))),implies(C,B))))
% 243.79/243.96  -> true
% 243.79/243.96  Current number of equations to process: 1468
% 243.79/243.96  Current number of ordered equations: 0
% 243.79/243.96  Current number of rules: 1428
% 243.79/243.96  New rule produced :
% 243.79/243.96  [1432]
% 243.79/243.96  is_a_theorem(not(not(implies(not(not(implies(not(A),not(B)))),implies(B,A)))))
% 243.79/243.96  -> true
% 243.79/243.96  Current number of equations to process: 1467
% 243.79/243.96  Current number of ordered equations: 0
% 243.79/243.96  Current number of rules: 1429
% 243.79/243.96  New rule produced :
% 243.79/243.96  [1433]
% 243.79/243.96  is_a_theorem(implies(not(not(not(not(implies(not(A),not(B)))))),implies(B,A)))
% 243.79/243.96  -> true
% 243.79/243.96  Current number of equations to process: 1466
% 243.79/243.96  Current number of ordered equations: 0
% 243.79/243.96  Current number of rules: 1430
% 243.79/243.96  New rule produced :
% 243.79/243.96  [1434]
% 243.79/243.96  is_a_theorem(implies(A,implies(not(not(implies(implies(B,C),X))),implies(C,X))))
% 243.79/243.96  -> true
% 243.79/243.96  Current number of equations to process: 1465
% 243.79/243.96  Current number of ordered equations: 0
% 243.79/243.96  Current number of rules: 1431
% 243.79/243.96  New rule produced :
% 243.79/243.96  [1435]
% 243.79/243.96  is_a_theorem(not(not(implies(not(not(implies(implies(A,B),C))),implies(B,C)))))
% 243.79/243.96  -> true
% 243.79/243.96  Current number of equations to process: 1464
% 243.79/243.96  Current number of ordered equations: 0
% 243.79/243.96  Current number of rules: 1432
% 243.79/243.96  New rule produced :
% 243.79/243.96  [1436]
% 243.79/243.96  is_a_theorem(implies(not(not(not(not(implies(implies(A,B),C))))),implies(B,C)))
% 243.79/243.96  -> true
% 243.79/243.96  Current number of equations to process: 1463
% 243.79/243.96  Current number of ordered equations: 0
% 243.79/243.96  Current number of rules: 1433
% 243.79/243.96  New rule produced :
% 243.79/243.96  [1437]
% 243.79/243.96  is_a_theorem(implies(A,implies(not(not(B)),implies(implies(B,C),implies(X,C)))))
% 243.79/243.96  -> true
% 243.79/243.96  Current number of equations to process: 1462
% 243.79/243.96  Current number of ordered equations: 0
% 243.79/243.96  Current number of rules: 1434
% 243.79/243.96  New rule produced :
% 243.79/243.96  [1438]
% 243.79/243.96  is_a_theorem(not(not(implies(not(not(A)),implies(implies(A,B),implies(C,B))))))
% 243.79/243.96  -> true
% 243.79/243.96  Current number of equations to process: 1461
% 243.79/243.96  Current number of ordered equations: 0
% 243.79/243.96  Current number of rules: 1435
% 243.79/243.96  New rule produced :
% 243.79/243.96  [1439]
% 243.79/243.96  is_a_theorem(implies(not(not(not(not(A)))),implies(implies(A,B),implies(C,B))))
% 243.79/243.96  -> true
% 243.79/243.96  Current number of equations to process: 1460
% 243.79/243.96  Current number of ordered equations: 0
% 243.79/243.96  Current number of rules: 1436
% 243.79/243.96  New rule produced :
% 243.79/243.96  [1440]
% 243.79/243.96  is_a_theorem(implies(A,implies(not(not(implies(implies(B,implies(C,B)),X))),X)))
% 243.79/243.96  -> true
% 243.79/243.96  Current number of equations to process: 1459
% 243.79/243.96  Current number of ordered equations: 0
% 243.79/243.96  Current number of rules: 1437
% 243.79/243.96  New rule produced :
% 243.79/243.96  [1441]
% 243.79/243.96  is_a_theorem(not(not(implies(not(not(implies(implies(A,implies(B,A)),C))),C))))
% 243.79/243.96  -> true
% 243.79/243.96  Current number of equations to process: 1458
% 243.79/243.96  Current number of ordered equations: 0
% 243.79/243.96  Current number of rules: 1438
% 243.79/243.96  New rule produced :
% 243.79/243.96  [1442]
% 243.79/243.96  is_a_theorem(implies(not(not(not(not(implies(implies(A,implies(B,A)),C))))),C))
% 243.79/243.96  -> true
% 243.79/243.96  Current number of equations to process: 1457
% 243.79/243.96  Current number of ordered equations: 0
% 243.79/243.96  Current number of rules: 1439
% 243.79/243.96  New rule produced :
% 243.79/243.96  [1443]
% 243.79/243.96  is_a_theorem(implies(A,implies(not(not(implies(implies(B,implies(C,C)),X))),X)))
% 243.79/243.96  -> true
% 243.79/243.96  Current number of equations to process: 1456
% 243.79/243.96  Current number of ordered equations: 0
% 243.79/243.96  Current number of rules: 1440
% 243.79/243.96  New rule produced :
% 243.79/243.96  [1444]
% 243.79/243.96  is_a_theorem(not(not(implies(not(not(implies(implies(A,implies(B,B)),C))),C))))
% 243.79/243.96  -> true
% 243.79/243.96  Current number of equations to process: 1455
% 243.79/243.96  Current number of ordered equations: 0
% 243.79/243.96  Current number of rules: 1441
% 243.79/243.96  New rule produced :
% 243.79/243.96  [1445]
% 243.79/243.96  is_a_theorem(implies(not(not(not(not(implies(implies(A,implies(B,B)),C))))),C))
% 243.79/243.96  -> true
% 243.79/243.96  Current number of equations to process: 1454
% 243.79/243.96  Current number of ordered equations: 0
% 243.79/243.96  Current number of rules: 1442
% 243.79/243.96  New rule produced :
% 243.79/243.96  [1446]
% 243.79/243.96  is_a_theorem(implies(A,implies(not(not(implies(implies(B,B),C))),implies(X,C))))
% 244.19/244.31  -> true
% 244.19/244.31  Current number of equations to process: 1453
% 244.19/244.31  Current number of ordered equations: 0
% 244.19/244.31  Current number of rules: 1443
% 244.19/244.31  New rule produced :
% 244.19/244.31  [1447]
% 244.19/244.31  is_a_theorem(not(not(implies(not(not(implies(implies(A,A),B))),implies(C,B)))))
% 244.19/244.31  -> true
% 244.19/244.31  Current number of equations to process: 1452
% 244.19/244.31  Current number of ordered equations: 0
% 244.19/244.31  Current number of rules: 1444
% 244.19/244.31  New rule produced :
% 244.19/244.31  [1448]
% 244.19/244.31  is_a_theorem(implies(not(not(not(not(implies(implies(A,A),B))))),implies(C,B)))
% 244.19/244.31  -> true
% 244.19/244.31  Current number of equations to process: 1451
% 244.19/244.31  Current number of ordered equations: 0
% 244.19/244.31  Current number of rules: 1445
% 244.19/244.31  New rule produced :
% 244.19/244.31  [1449]
% 244.19/244.31  ifeq(is_a_theorem(not(not(not(A)))),true,is_a_theorem(implies(B,implies(A,C))),true)
% 244.19/244.31  -> true
% 244.19/244.31  Current number of equations to process: 1450
% 244.19/244.31  Current number of ordered equations: 0
% 244.19/244.31  Current number of rules: 1446
% 244.19/244.31  New rule produced :
% 244.19/244.31  [1450]
% 244.19/244.31  is_a_theorem(implies(A,implies(B,implies(not(not(not(not(C)))),implies(X,C)))))
% 244.19/244.31  -> true
% 244.19/244.31  Current number of equations to process: 1449
% 244.19/244.31  Current number of ordered equations: 0
% 244.19/244.31  Current number of rules: 1447
% 244.19/244.31  New rule produced :
% 244.19/244.31  [1451]
% 244.19/244.31  is_a_theorem(implies(implies(implies(not(not(not(not(A)))),implies(B,A)),C),C))
% 244.19/244.31  -> true
% 244.19/244.31  Current number of equations to process: 1448
% 244.19/244.31  Current number of ordered equations: 0
% 244.19/244.31  Current number of rules: 1448
% 244.19/244.31  New rule produced :
% 244.19/244.31  [1452]
% 244.19/244.31  is_a_theorem(implies(implies(implies(A,B),C),implies(not(not(not(not(B)))),C)))
% 244.19/244.31  -> true
% 244.19/244.31  Current number of equations to process: 1447
% 244.19/244.31  Current number of ordered equations: 0
% 244.19/244.31  Current number of rules: 1449
% 244.19/244.31  New rule produced :
% 244.19/244.31  [1453]
% 244.19/244.31  is_a_theorem(not(not(implies(A,implies(not(not(not(not(B)))),implies(C,B))))))
% 244.19/244.31  -> true
% 244.19/244.31  Current number of equations to process: 1446
% 244.19/244.31  Current number of ordered equations: 0
% 244.19/244.31  Current number of rules: 1450
% 244.19/244.31  New rule produced :
% 244.19/244.31  [1454]
% 244.19/244.31  ifeq(is_a_theorem(not(not(not(implies(A,B))))),true,is_a_theorem(implies(B,C)),true)
% 244.19/244.31  -> true
% 244.19/244.31  Current number of equations to process: 1445
% 244.19/244.31  Current number of ordered equations: 0
% 244.19/244.31  Current number of rules: 1451
% 244.19/244.31  New rule produced :
% 244.19/244.31  [1455]
% 244.19/244.31  ifeq(is_a_theorem(not(not(not(implies(A,implies(B,A)))))),true,is_a_theorem(C),true)
% 244.19/244.31  -> true
% 244.19/244.31  Current number of equations to process: 1444
% 244.19/244.31  Current number of ordered equations: 0
% 244.19/244.31  Current number of rules: 1452
% 244.19/244.31  New rule produced :
% 244.19/244.31  [1456]
% 244.19/244.31  ifeq(is_a_theorem(not(not(not(implies(A,implies(B,B)))))),true,is_a_theorem(C),true)
% 244.19/244.31  -> true
% 244.19/244.31  Current number of equations to process: 1443
% 244.19/244.31  Current number of ordered equations: 0
% 244.19/244.31  Current number of rules: 1453
% 244.19/244.31  New rule produced :
% 244.19/244.31  [1457]
% 244.19/244.31  is_a_theorem(implies(not(not(not(not(not(implies(not(A),implies(A,B))))))),C))
% 244.19/244.31  -> true
% 244.19/244.31  Current number of equations to process: 1440
% 244.19/244.31  Current number of ordered equations: 0
% 244.19/244.31  Current number of rules: 1454
% 244.19/244.31  New rule produced :
% 244.19/244.31  [1458]
% 244.19/244.31  is_a_theorem(implies(A,implies(not(not(not(implies(B,C)))),implies(not(B),X))))
% 244.19/244.31  -> true
% 244.19/244.31  Current number of equations to process: 1439
% 244.19/244.31  Current number of ordered equations: 0
% 244.19/244.31  Current number of rules: 1455
% 244.19/244.31  New rule produced :
% 244.19/244.31  [1459]
% 244.19/244.31  is_a_theorem(not(not(implies(not(not(not(implies(A,B)))),implies(not(A),C)))))
% 244.19/244.31  -> true
% 244.19/244.31  Current number of equations to process: 1438
% 244.19/244.31  Current number of ordered equations: 0
% 244.19/244.31  Current number of rules: 1456
% 244.19/244.31  New rule produced :
% 244.19/244.31  [1460]
% 244.19/244.31  is_a_theorem(implies(not(not(not(not(not(implies(A,B)))))),implies(not(A),C)))
% 244.19/244.31  -> true
% 244.19/244.31  Current number of equations to process: 1437
% 244.19/244.31  Current number of ordered equations: 0
% 244.19/244.31  Current number of rules: 1457
% 244.19/244.31  New rule produced :
% 244.19/244.31  [1461]
% 244.19/244.31  is_a_theorem(implies(not(not(not(not(not(implies(not(implies(A,A)),B)))))),C))
% 244.19/244.31  -> true
% 244.19/244.31  Current number of equations to process: 1434
% 244.19/244.31  Current number of ordered equations: 0
% 244.19/244.31  Current number of rules: 1458
% 244.19/244.31  New rule produced :
% 244.19/244.31  [1462]
% 244.19/244.31  is_a_theorem(implies(A,implies(not(not(B)),implies(C,implies(implies(B,X),X)))))
% 244.19/244.31  -> true
% 244.19/244.31  Current number of equations to process: 1433
% 244.19/244.31  Current number of ordered equations: 0
% 244.19/244.31  Current number of rules: 1459
% 244.19/244.31  New rule produced :
% 244.19/244.31  [1463]
% 244.19/244.31  is_a_theorem(not(not(implies(not(not(A)),implies(B,implies(implies(A,C),C))))))
% 244.19/244.31  -> true
% 244.19/244.31  Current number of equations to process: 1432
% 244.19/244.31  Current number of ordered equations: 0
% 244.19/244.31  Current number of rules: 1460
% 244.19/244.31  New rule produced :
% 244.48/244.68  [1464]
% 244.48/244.68  is_a_theorem(implies(not(not(not(not(A)))),implies(B,implies(implies(A,C),C))))
% 244.48/244.68  -> true
% 244.48/244.68  Current number of equations to process: 1431
% 244.48/244.68  Current number of ordered equations: 0
% 244.48/244.68  Current number of rules: 1461
% 244.48/244.68  New rule produced :
% 244.48/244.68  [1465]
% 244.48/244.68  is_a_theorem(implies(A,implies(not(not(not(not(B)))),implies(C,implies(X,B)))))
% 244.48/244.68  -> true
% 244.48/244.68  Current number of equations to process: 1430
% 244.48/244.68  Current number of ordered equations: 0
% 244.48/244.68  Current number of rules: 1462
% 244.48/244.68  New rule produced :
% 244.48/244.68  [1466]
% 244.48/244.68  is_a_theorem(not(not(implies(not(not(not(not(A)))),implies(B,implies(C,A))))))
% 244.48/244.68  -> true
% 244.48/244.68  Current number of equations to process: 1429
% 244.48/244.68  Current number of ordered equations: 0
% 244.48/244.68  Current number of rules: 1463
% 244.48/244.68  New rule produced :
% 244.48/244.68  [1467]
% 244.48/244.68  is_a_theorem(implies(not(not(not(not(not(not(A)))))),implies(B,implies(C,A))))
% 244.48/244.68  -> true
% 244.48/244.68  Current number of equations to process: 1428
% 244.48/244.68  Current number of ordered equations: 0
% 244.48/244.68  Current number of rules: 1464
% 244.48/244.68  New rule produced :
% 244.48/244.68  [1468]
% 244.48/244.68  is_a_theorem(implies(A,implies(not(not(implies(not(B),not(implies(C,C))))),B)))
% 244.48/244.68  -> true
% 244.48/244.68  Current number of equations to process: 1427
% 244.48/244.68  Current number of ordered equations: 0
% 244.48/244.68  Current number of rules: 1465
% 244.48/244.68  New rule produced :
% 244.48/244.68  [1469]
% 244.48/244.68  is_a_theorem(not(not(implies(not(not(implies(not(A),not(implies(B,B))))),A))))
% 244.48/244.68  -> true
% 244.48/244.68  Current number of equations to process: 1426
% 244.48/244.68  Current number of ordered equations: 0
% 244.48/244.68  Current number of rules: 1466
% 244.48/244.68  New rule produced :
% 244.48/244.68  [1470]
% 244.48/244.68  is_a_theorem(implies(not(not(not(not(implies(not(A),not(implies(B,B))))))),A))
% 244.48/244.68  -> true
% 244.48/244.68  Current number of equations to process: 1425
% 244.48/244.68  Current number of ordered equations: 0
% 244.48/244.68  Current number of rules: 1467
% 244.48/244.68  New rule produced :
% 244.48/244.68  [1471]
% 244.48/244.68  is_a_theorem(implies(A,implies(not(not(implies(implies(not(not(B)),B),C))),C)))
% 244.48/244.68  -> true
% 244.48/244.68  Current number of equations to process: 1424
% 244.48/244.68  Current number of ordered equations: 0
% 244.48/244.68  Current number of rules: 1468
% 244.48/244.68  New rule produced :
% 244.48/244.68  [1472]
% 244.48/244.68  is_a_theorem(not(not(implies(not(not(implies(implies(not(not(A)),A),B))),B))))
% 244.48/244.68  -> true
% 244.48/244.68  Current number of equations to process: 1423
% 244.48/244.68  Current number of ordered equations: 0
% 244.48/244.68  Current number of rules: 1469
% 244.48/244.68  New rule produced :
% 244.48/244.68  [1473]
% 244.48/244.68  is_a_theorem(implies(not(not(not(not(implies(implies(not(not(A)),A),B))))),B))
% 244.48/244.68  -> true
% 244.48/244.68  Current number of equations to process: 1422
% 244.48/244.68  Current number of ordered equations: 0
% 244.48/244.68  Current number of rules: 1470
% 244.48/244.68  New rule produced :
% 244.48/244.68  [1474]
% 244.48/244.68  is_a_theorem(implies(A,implies(not(not(implies(B,C))),implies(not(not(B)),C))))
% 244.48/244.68  -> true
% 244.48/244.68  Current number of equations to process: 1421
% 244.48/244.68  Current number of ordered equations: 0
% 244.48/244.68  Current number of rules: 1471
% 244.48/244.68  New rule produced :
% 244.48/244.68  [1475]
% 244.48/244.68  is_a_theorem(not(not(implies(not(not(implies(A,B))),implies(not(not(A)),B)))))
% 244.48/244.68  -> true
% 244.48/244.68  Current number of equations to process: 1420
% 244.48/244.68  Current number of ordered equations: 0
% 244.48/244.68  Current number of rules: 1472
% 244.48/244.68  New rule produced :
% 244.48/244.68  [1476]
% 244.48/244.68  is_a_theorem(implies(not(not(not(not(implies(A,B))))),implies(not(not(A)),B)))
% 244.48/244.68  -> true
% 244.48/244.68  Current number of equations to process: 1419
% 244.48/244.68  Current number of ordered equations: 0
% 244.48/244.68  Current number of rules: 1473
% 244.48/244.68  New rule produced :
% 244.48/244.68  [1477]
% 244.48/244.68  ifeq(is_a_theorem(not(not(not(A)))),true,is_a_theorem(not(not(implies(A,B)))),true)
% 244.48/244.68  -> true
% 244.48/244.68  Current number of equations to process: 1418
% 244.48/244.68  Current number of ordered equations: 0
% 244.48/244.68  Current number of rules: 1474
% 244.48/244.68  New rule produced :
% 244.48/244.68  [1478]
% 244.48/244.68  is_a_theorem(implies(A,implies(not(not(implies(implies(B,not(not(B))),C))),C)))
% 244.48/244.68  -> true
% 244.48/244.68  Current number of equations to process: 1417
% 244.48/244.68  Current number of ordered equations: 0
% 244.48/244.68  Current number of rules: 1475
% 244.48/244.68  New rule produced :
% 244.48/244.68  [1479]
% 244.48/244.68  is_a_theorem(not(not(implies(not(not(implies(implies(A,not(not(A))),B))),B))))
% 244.48/244.68  -> true
% 244.48/244.68  Current number of equations to process: 1416
% 244.48/244.68  Current number of ordered equations: 0
% 244.48/244.68  Current number of rules: 1476
% 244.48/244.68  New rule produced :
% 244.48/244.68  [1480]
% 244.48/244.68  is_a_theorem(implies(not(not(not(not(implies(implies(A,not(not(A))),B))))),B))
% 244.48/244.68  -> true
% 244.48/244.68  Current number of equations to process: 1415
% 244.48/244.68  Current number of ordered equations: 0
% 244.48/244.68  Current number of rules: 1477
% 244.48/244.68  New rule produced :
% 244.48/244.68  [1481]
% 244.48/244.68  is_a_theorem(implies(A,implies(not(not(implies(not(not(B)),C))),implies(B,C))))
% 244.48/244.68  -> true
% 244.48/244.68  Current number of equations to process: 1414
% 244.48/244.68  Current number of ordered equations: 0
% 244.48/244.68  Current number of rules: 1478
% 244.88/245.08  New rule produced :
% 244.88/245.08  [1482]
% 244.88/245.08  is_a_theorem(not(not(implies(not(not(implies(not(not(A)),B))),implies(A,B)))))
% 244.88/245.08  -> true
% 244.88/245.08  Current number of equations to process: 1413
% 244.88/245.08  Current number of ordered equations: 0
% 244.88/245.08  Current number of rules: 1479
% 244.88/245.08  New rule produced :
% 244.88/245.08  [1483]
% 244.88/245.08  is_a_theorem(implies(not(not(not(not(implies(not(not(A)),B))))),implies(A,B)))
% 244.88/245.08  -> true
% 244.88/245.08  Current number of equations to process: 1412
% 244.88/245.08  Current number of ordered equations: 0
% 244.88/245.08  Current number of rules: 1480
% 244.88/245.08  New rule produced :
% 244.88/245.08  [1484]
% 244.88/245.08  ifeq(is_a_theorem(not(not(not(implies(not(not(A)),A))))),true,is_a_theorem(B),true)
% 244.88/245.08  -> true
% 244.88/245.08  Current number of equations to process: 1411
% 244.88/245.08  Current number of ordered equations: 0
% 244.88/245.08  Current number of rules: 1481
% 244.88/245.08  New rule produced :
% 244.88/245.08  [1485]
% 244.88/245.08  ifeq(is_a_theorem(not(not(not(not(not(A)))))),true,is_a_theorem(implies(A,B)),true)
% 244.88/245.08  -> true
% 244.88/245.08  Current number of equations to process: 1410
% 244.88/245.08  Current number of ordered equations: 0
% 244.88/245.08  Current number of rules: 1482
% 244.88/245.08  New rule produced :
% 244.88/245.08  [1486]
% 244.88/245.08  ifeq(is_a_theorem(not(not(not(not(not(implies(A,A))))))),true,is_a_theorem(B),true)
% 244.88/245.08  -> true
% 244.88/245.08  Current number of equations to process: 1409
% 244.88/245.08  Current number of ordered equations: 0
% 244.88/245.08  Current number of rules: 1483
% 244.88/245.08  New rule produced :
% 244.88/245.08  [1487]
% 244.88/245.08  is_a_theorem(implies(A,implies(not(not(not(not(B)))),implies(implies(B,C),C))))
% 244.88/245.08  -> true
% 244.88/245.08  Current number of equations to process: 1408
% 244.88/245.08  Current number of ordered equations: 0
% 244.88/245.08  Current number of rules: 1484
% 244.88/245.08  New rule produced :
% 244.88/245.08  [1488]
% 244.88/245.08  is_a_theorem(not(not(implies(not(not(not(not(A)))),implies(implies(A,B),B)))))
% 244.88/245.08  -> true
% 244.88/245.08  Current number of equations to process: 1407
% 244.88/245.08  Current number of ordered equations: 0
% 244.88/245.08  Current number of rules: 1485
% 244.88/245.08  New rule produced :
% 244.88/245.08  [1489]
% 244.88/245.08  is_a_theorem(implies(not(not(not(not(not(not(A)))))),implies(implies(A,B),B)))
% 244.88/245.08  -> true
% 244.88/245.08  Current number of equations to process: 1406
% 244.88/245.08  Current number of ordered equations: 0
% 244.88/245.08  Current number of rules: 1486
% 244.88/245.08  New rule produced :
% 244.88/245.08  [1490]
% 244.88/245.08  is_a_theorem(implies(A,implies(not(not(not(not(implies(implies(B,B),C))))),C)))
% 244.88/245.08  -> true
% 244.88/245.08  Current number of equations to process: 1405
% 244.88/245.08  Current number of ordered equations: 0
% 244.88/245.08  Current number of rules: 1487
% 244.88/245.08  New rule produced :
% 244.88/245.08  [1491]
% 244.88/245.08  is_a_theorem(not(not(implies(not(not(not(not(implies(implies(A,A),B))))),B))))
% 244.88/245.08  -> true
% 244.88/245.08  Current number of equations to process: 1404
% 244.88/245.08  Current number of ordered equations: 0
% 244.88/245.08  Current number of rules: 1488
% 244.88/245.08  New rule produced :
% 244.88/245.08  [1492]
% 244.88/245.08  is_a_theorem(implies(not(not(not(not(not(not(implies(implies(A,A),B))))))),B))
% 244.88/245.08  -> true
% 244.88/245.08  Current number of equations to process: 1403
% 244.88/245.08  Current number of ordered equations: 0
% 244.88/245.08  Current number of rules: 1489
% 244.88/245.08  New rule produced :
% 244.88/245.08  [1493]
% 244.88/245.08  is_a_theorem(implies(A,not(not(implies(implies(implies(B,B),not(not(C))),C)))))
% 244.88/245.08  -> true
% 244.88/245.08  Current number of equations to process: 1401
% 244.88/245.08  Current number of ordered equations: 0
% 244.88/245.08  Current number of rules: 1490
% 244.88/245.08  New rule produced :
% 244.88/245.08  [1494]
% 244.88/245.08  is_a_theorem(not(not(not(not(implies(implies(implies(A,A),not(not(B))),B))))))
% 244.88/245.08  -> true
% 244.88/245.08  Current number of equations to process: 1400
% 244.88/245.08  Current number of ordered equations: 0
% 244.88/245.08  Current number of rules: 1491
% 244.88/245.08  New rule produced :
% 244.88/245.08  [1495]
% 244.88/245.08  is_a_theorem(implies(A,implies(not(not(implies(implies(B,B),not(not(C))))),C)))
% 244.88/245.08  -> true
% 244.88/245.08  Current number of equations to process: 1399
% 244.88/245.08  Current number of ordered equations: 0
% 244.88/245.08  Current number of rules: 1492
% 244.88/245.08  New rule produced :
% 244.88/245.08  [1496]
% 244.88/245.08  is_a_theorem(not(not(implies(not(not(implies(implies(A,A),not(not(B))))),B))))
% 244.88/245.08  -> true
% 244.88/245.08  Current number of equations to process: 1398
% 244.88/245.08  Current number of ordered equations: 0
% 244.88/245.08  Current number of rules: 1493
% 244.88/245.08  New rule produced :
% 244.88/245.08  [1497]
% 244.88/245.08  is_a_theorem(implies(not(not(not(not(implies(implies(A,A),not(not(B))))))),B))
% 244.88/245.08  -> true
% 244.88/245.08  Current number of equations to process: 1397
% 244.88/245.08  Current number of ordered equations: 0
% 244.88/245.08  Current number of rules: 1494
% 244.88/245.08  New rule produced :
% 244.88/245.08  [1498]
% 244.88/245.08  is_a_theorem(implies(not(implies(not(implies(A,implies(not(not(B)),B))),C)),X))
% 244.88/245.08  -> true
% 244.88/245.08  Current number of equations to process: 1396
% 244.88/245.08  Current number of ordered equations: 0
% 244.88/245.08  Current number of rules: 1495
% 244.88/245.08  New rule produced :
% 244.88/245.08  [1499]
% 244.88/245.08  is_a_theorem(implies(A,implies(B,not(not(not(not(implies(not(not(C)),C))))))))
% 244.88/245.08  -> true
% 244.88/245.08  Current number of equations to process: 1395
% 244.88/245.08  Current number of ordered equations: 0
% 245.28/245.46  Current number of rules: 1496
% 245.28/245.46  New rule produced :
% 245.28/245.46  [1500]
% 245.28/245.46  is_a_theorem(implies(implies(not(not(not(not(implies(not(not(A)),A))))),B),B))
% 245.28/245.46  -> true
% 245.28/245.46  Current number of equations to process: 1394
% 245.28/245.46  Current number of ordered equations: 0
% 245.28/245.46  Current number of rules: 1497
% 245.28/245.46  New rule produced :
% 245.28/245.46  [1501]
% 245.28/245.46  is_a_theorem(not(not(implies(A,not(not(not(not(implies(not(not(B)),B)))))))))
% 245.28/245.46  -> true
% 245.28/245.46  Current number of equations to process: 1393
% 245.28/245.46  Current number of ordered equations: 0
% 245.28/245.46  Current number of rules: 1498
% 245.28/245.46  New rule produced :
% 245.28/245.46  [1502]
% 245.28/245.46  is_a_theorem(not(not(implies(A,implies(B,implies(not(not(not(not(C)))),C))))))
% 245.28/245.46  -> true
% 245.28/245.46  Current number of equations to process: 1392
% 245.28/245.46  Current number of ordered equations: 0
% 245.28/245.46  Current number of rules: 1499
% 245.28/245.46  New rule produced :
% 245.28/245.46  [1503]
% 245.28/245.46  is_a_theorem(implies(A,implies(B,not(not(implies(not(not(not(not(C)))),C))))))
% 245.28/245.46  -> true
% 245.28/245.46  Current number of equations to process: 1391
% 245.28/245.46  Current number of ordered equations: 0
% 245.28/245.46  Current number of rules: 1500
% 245.28/245.46  New rule produced :
% 245.28/245.46  [1504]
% 245.28/245.46  is_a_theorem(implies(implies(not(not(implies(not(not(not(not(A)))),A))),B),B))
% 245.28/245.46  -> true
% 245.28/245.46  Current number of equations to process: 1390
% 245.28/245.46  Current number of ordered equations: 0
% 245.28/245.46  Current number of rules: 1501
% 245.28/245.46  New rule produced :
% 245.28/245.46  [1505]
% 245.28/245.46  is_a_theorem(not(not(implies(A,not(not(implies(not(not(not(not(B)))),B)))))))
% 245.28/245.46  -> true
% 245.28/245.46  Current number of equations to process: 1389
% 245.28/245.46  Current number of ordered equations: 0
% 245.28/245.46  Current number of rules: 1502
% 245.28/245.46  New rule produced :
% 245.28/245.46  [1506]
% 245.28/245.46  is_a_theorem(implies(A,implies(B,implies(not(not(not(not(not(not(C)))))),C))))
% 245.28/245.46  -> true
% 245.28/245.46  Current number of equations to process: 1388
% 245.28/245.46  Current number of ordered equations: 0
% 245.28/245.46  Current number of rules: 1503
% 245.28/245.46  New rule produced :
% 245.28/245.46  [1507]
% 245.28/245.46  is_a_theorem(implies(implies(implies(not(not(not(not(not(not(A)))))),A),B),B))
% 245.28/245.46  -> true
% 245.28/245.46  Current number of equations to process: 1387
% 245.28/245.46  Current number of ordered equations: 0
% 245.28/245.46  Current number of rules: 1504
% 245.28/245.46  New rule produced :
% 245.28/245.46  [1508]
% 245.28/245.46  is_a_theorem(implies(implies(A,B),implies(not(not(not(not(not(not(A)))))),B)))
% 245.28/245.46  -> true
% 245.28/245.46  Current number of equations to process: 1386
% 245.28/245.46  Current number of ordered equations: 0
% 245.28/245.46  Current number of rules: 1505
% 245.28/245.46  New rule produced :
% 245.28/245.46  [1509]
% 245.28/245.46  is_a_theorem(not(not(implies(A,implies(not(not(not(not(not(not(B)))))),B)))))
% 245.28/245.46  -> true
% 245.28/245.46  Current number of equations to process: 1385
% 245.28/245.46  Current number of ordered equations: 0
% 245.28/245.46  Current number of rules: 1506
% 245.28/245.46  New rule produced :
% 245.28/245.46  [1510]
% 245.28/245.46  is_a_theorem(not(not(implies(implies(not(not(implies(not(not(A)),A))),B),B))))
% 245.28/245.46  -> true
% 245.28/245.46  Current number of equations to process: 1383
% 245.28/245.46  Current number of ordered equations: 0
% 245.28/245.46  Current number of rules: 1507
% 245.28/245.46  New rule produced :
% 245.28/245.46  [1511]
% 245.28/245.46  is_a_theorem(implies(not(not(implies(not(not(implies(not(not(A)),A))),B))),B))
% 245.28/245.46  -> true
% 245.28/245.46  Current number of equations to process: 1382
% 245.28/245.46  Current number of ordered equations: 0
% 245.28/245.46  Current number of rules: 1508
% 245.28/245.46  New rule produced :
% 245.28/245.46  [1512]
% 245.28/245.46  is_a_theorem(not(not(implies(implies(implies(not(not(not(not(A)))),A),B),B))))
% 245.28/245.46  -> true
% 245.28/245.46  Current number of equations to process: 1380
% 245.28/245.46  Current number of ordered equations: 0
% 245.28/245.46  Current number of rules: 1509
% 245.28/245.46  New rule produced :
% 245.28/245.46  [1513]
% 245.28/245.46  is_a_theorem(implies(not(not(implies(implies(not(not(not(not(A)))),A),B))),B))
% 245.28/245.46  -> true
% 245.28/245.46  Current number of equations to process: 1379
% 245.28/245.46  Current number of ordered equations: 0
% 245.28/245.46  Current number of rules: 1510
% 245.28/245.46  New rule produced :
% 245.28/245.46  [1514]
% 245.28/245.46  is_a_theorem(implies(A,implies(implies(B,C),implies(not(not(not(not(B)))),C))))
% 245.28/245.46  -> true
% 245.28/245.46  Current number of equations to process: 1378
% 245.28/245.46  Current number of ordered equations: 0
% 245.28/245.46  Current number of rules: 1511
% 245.28/245.46  New rule produced :
% 245.28/245.46  [1515]
% 245.28/245.46  is_a_theorem(not(not(implies(implies(A,B),implies(not(not(not(not(A)))),B)))))
% 245.28/245.46  -> true
% 245.28/245.46  Current number of equations to process: 1377
% 245.28/245.46  Current number of ordered equations: 0
% 245.28/245.46  Current number of rules: 1512
% 245.28/245.46  New rule produced :
% 245.28/245.46  [1516]
% 245.28/245.46  is_a_theorem(implies(not(not(implies(A,B))),implies(not(not(not(not(A)))),B)))
% 245.28/245.46  -> true
% 245.28/245.46  Current number of equations to process: 1376
% 245.28/245.46  Current number of ordered equations: 0
% 245.28/245.46  Current number of rules: 1513
% 245.28/245.46  New rule produced :
% 245.28/245.46  [1517]
% 245.28/245.46  is_a_theorem(implies(A,not(not(implies(B,implies(C,not(not(implies(X,X)))))))))
% 245.28/245.46  -> true
% 245.28/245.46  Current number of equations to process: 1375
% 245.28/245.46  Current number of ordered equatiCputime limit exceeded (core dumped)
%------------------------------------------------------------------------------