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

View Problem - Process Solution

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

% Computer : n187.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:47 EST 2019

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