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

View Problem - Process Solution

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

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

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