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

View Problem - Process Solution

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

% Computer : n192.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:58 EST 2019

% Result   : Timeout 287.94s
% 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  : LCL423-10 : TPTP v7.3.0. Released v7.3.0.
% 0.00/0.04  % Command  : tptp2X_and_run_cime %s
% 0.03/0.25  % Computer : n192.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 20:00:43 CST 2019
% 0.03/0.25  % CPUTime  : 
% 1.18/1.41  Processing problem /tmp/CiME_65413_n192.star.cs.uiowa.edu
% 1.18/1.41  #verbose 1;
% 1.18/1.41                let F = signature " c,b,a,true : constant;  tuple : 3;  not : 1;  is_a_theorem : 1;  implies : 2;  ifeq : 4;";
% 1.18/1.41  let X = vars "A B C D E F";
% 1.18/1.41  let Axioms = equations F X "
% 1.18/1.41   ifeq(A,A,B,C) = B;
% 1.18/1.41   ifeq(is_a_theorem(implies(A,B)),true,ifeq(is_a_theorem(A),true,is_a_theorem(B),true),true) = true;
% 1.18/1.41   is_a_theorem(implies(implies(implies(A,B),implies(implies(implies(not(C),not(D)),E),C)),implies(F,implies(implies(C,A),implies(D,A))))) = true;
% 1.18/1.41  ";
% 1.18/1.41  
% 1.18/1.41  let s1 = status F "
% 1.18/1.41   tuple lr_lex;
% 1.18/1.41   c lr_lex;
% 1.18/1.41   b lr_lex;
% 1.18/1.41   a lr_lex;
% 1.18/1.41   not lr_lex;
% 1.18/1.41   true lr_lex;
% 1.18/1.41   is_a_theorem lr_lex;
% 1.18/1.41   implies lr_lex;
% 1.18/1.41   ifeq lr_lex;
% 1.18/1.41  ";
% 1.18/1.41  
% 1.18/1.41  let p1 = precedence F "
% 1.18/1.41  ifeq > tuple > implies > is_a_theorem > not > true > a > b > c";
% 1.18/1.41  
% 1.18/1.41  let s2 = status F "
% 1.18/1.41  tuple mul;
% 1.18/1.41  c mul;
% 1.18/1.41  b mul;
% 1.18/1.41  a mul;
% 1.18/1.41  not mul;
% 1.18/1.41  true mul;
% 1.18/1.41  is_a_theorem mul;
% 1.18/1.41  implies mul;
% 1.18/1.41  ifeq mul;
% 1.18/1.41  ";
% 1.18/1.41  
% 1.18/1.41  let p2 = precedence F "
% 1.18/1.41  ifeq > tuple > implies > is_a_theorem > not > true = a = b = c";
% 1.18/1.41  
% 1.18/1.41  let o_auto = AUTO Axioms;
% 1.18/1.41  
% 1.18/1.41  let o = LEX o_auto (LEX (ACRPO s1 p1) (ACRPO s2 p2));
% 1.18/1.41  
% 1.18/1.41  let Conjectures = equations F X " tuple(is_a_theorem(implies(implies(not(a),a),a)),is_a_theorem(implies(implies(a,b),implies(implies(b,c),implies(a,c)))),is_a_theorem(implies(a,implies(not(a),b)))) = tuple(true,true,true);"
% 1.18/1.41  ;
% 1.18/1.41  (*
% 1.18/1.41  let Red_Axioms = normalize_equations Defining_rules Axioms;
% 1.18/1.41  
% 1.18/1.41  let Red_Conjectures =  normalize_equations Defining_rules Conjectures;
% 1.18/1.41  *)
% 1.18/1.41  #time on;
% 1.18/1.41  
% 1.18/1.41  let res = prove_conj_by_ordered_completion o Axioms Conjectures;
% 1.18/1.41  
% 1.18/1.41  #time off;
% 1.18/1.41  
% 1.18/1.41  
% 1.18/1.41  let status = if res then "unsatisfiable" else "satisfiable";
% 1.18/1.41  #quit;
% 1.18/1.41  Verbose level is now 1
% 1.18/1.41  
% 1.18/1.41  F : signature = <signature>
% 1.18/1.41  X : variable_set = <variable set>
% 1.18/1.41  
% 1.18/1.41  Axioms : (F,X) equations = { ifeq(A,A,B,C) = B,
% 1.18/1.41                               ifeq(is_a_theorem(implies(A,B)),true,ifeq(
% 1.18/1.41                                                                    is_a_theorem(A),true,
% 1.18/1.41                                                                    is_a_theorem(B),true),true)
% 1.18/1.41                               = true,
% 1.18/1.41                               is_a_theorem(implies(implies(implies(A,B),
% 1.18/1.41                                                    implies(implies(implies(
% 1.18/1.41                                                                    not(C),
% 1.18/1.41                                                                    not(D)),E),C)),
% 1.18/1.41                                            implies(F,implies(implies(C,A),
% 1.18/1.41                                                      implies(D,A))))) = true }
% 1.18/1.41                               (3 equation(s))
% 1.18/1.41  s1 : F status = <status>
% 1.18/1.41  p1 : F precedence = <precedence>
% 1.18/1.41  s2 : F status = <status>
% 1.18/1.41  p2 : F precedence = <precedence>
% 1.18/1.41  o_auto : F term_ordering = <term ordering>
% 1.18/1.41  o : F term_ordering = <term ordering>
% 1.18/1.41  Conjectures : (F,X) equations = { tuple(is_a_theorem(implies(implies(
% 1.18/1.41                                                               not(a),a),a)),
% 1.18/1.41                                    is_a_theorem(implies(implies(a,b),implies(
% 1.18/1.41                                                                      implies(b,c),
% 1.18/1.41                                                                      implies(a,c)))),
% 1.18/1.41                                    is_a_theorem(implies(a,implies(not(a),b))))
% 1.18/1.41                                    = tuple(true,true,true) } (1 equation(s))
% 1.18/1.41  time is now on
% 1.18/1.41  
% 1.18/1.41  Initializing completion ...
% 1.18/1.41  New rule produced : [1] ifeq(A,A,B,C) -> B
% 1.18/1.41  Current number of equations to process: 0
% 1.18/1.41  Current number of ordered equations: 2
% 1.18/1.41  Current number of rules: 1
% 1.18/1.41  New rule produced :
% 1.18/1.41  [2]
% 1.18/1.41  ifeq(is_a_theorem(implies(A,B)),true,ifeq(is_a_theorem(A),true,is_a_theorem(B),true),true)
% 1.18/1.41  -> true
% 1.18/1.41  Current number of equations to process: 0
% 1.18/1.41  Current number of ordered equations: 1
% 1.18/1.41  Current number of rules: 2
% 1.18/1.41  New rule produced :
% 1.18/1.41  [3]
% 1.18/1.41  is_a_theorem(implies(implies(implies(A,B),implies(implies(implies(not(C),
% 1.18/1.41                                                            not(D)),E),C)),
% 1.18/1.41               implies(F,implies(implies(C,A),implies(D,A))))) -> true
% 1.18/1.41  Current number of equations to process: 0
% 1.18/1.41  Current number of ordered equations: 0
% 1.18/1.41  Current number of rules: 3
% 1.18/1.41  New rule produced :
% 1.18/1.41  [4]
% 1.18/1.41  ifeq(is_a_theorem(implies(implies(A,B),implies(implies(implies(not(C),not(D)),E),C))),true,
% 1.18/1.41  is_a_theorem(implies(F,implies(implies(C,A),implies(D,A)))),true) -> true
% 1.18/1.41  Current number of equations to process: 2
% 1.18/1.41  Current number of ordered equations: 0
% 1.18/1.41  Current number of rules: 4
% 1.18/1.41  New rule produced :
% 1.18/1.41  [5]
% 1.18/1.41  is_a_theorem(implies(A,implies(implies(implies(implies(B,C),implies(D,C)),
% 1.18/1.41                                 implies(C,E)),implies(F,implies(C,E))))) ->
% 1.18/1.41  true
% 1.18/1.41  Current number of equations to process: 3
% 1.18/1.41  Current number of ordered equations: 0
% 1.18/1.41  Current number of rules: 5
% 1.18/1.41  New rule produced :
% 1.18/1.41  [6]
% 1.18/1.41  ifeq(is_a_theorem(implies(implies(implies(A,B),C),implies(implies(implies(
% 1.18/1.41                                                                    not(D),
% 1.18/1.41                                                                    not(
% 1.18/1.41                                                                    implies(E,B))),F),D))),true,true,true)
% 1.18/1.41  -> true
% 1.18/1.41  Current number of equations to process: 5
% 1.18/1.41  Current number of ordered equations: 0
% 1.18/1.41  Current number of rules: 6
% 1.18/1.41  New rule produced :
% 1.18/1.41  [7]
% 1.18/1.41  ifeq(is_a_theorem(A),true,is_a_theorem(implies(implies(implies(implies(B,C),
% 1.18/1.41                                                         implies(D,C)),
% 1.18/1.41                                                 implies(C,E)),implies(F,
% 1.18/1.41                                                               implies(C,E)))),true)
% 1.18/1.41  -> true
% 1.18/1.41  Current number of equations to process: 4
% 1.18/1.41  Current number of ordered equations: 0
% 1.18/1.41  Current number of rules: 7
% 1.18/1.41  New rule produced :
% 1.18/1.41  [8]
% 1.18/1.41  is_a_theorem(implies(implies(implies(implies(A,B),implies(C,B)),implies(B,D)),
% 1.18/1.41               implies(E,implies(B,D)))) -> true
% 1.18/1.41  Rule
% 1.18/1.41  [7]
% 1.18/1.41  ifeq(is_a_theorem(A),true,is_a_theorem(implies(implies(implies(implies(B,C),
% 1.18/1.41                                                         implies(D,C)),
% 1.18/1.41                                                 implies(C,E)),implies(F,
% 1.18/1.41                                                               implies(C,E)))),true)
% 1.18/1.41  -> true collapsed.
% 1.18/1.41  Current number of equations to process: 6
% 1.18/1.41  Current number of ordered equations: 0
% 1.18/1.41  Current number of rules: 7
% 1.18/1.41  New rule produced : [9] ifeq(is_a_theorem(A),true,true,true) -> true
% 1.18/1.41  Rule
% 1.18/1.41  [6]
% 1.18/1.41  ifeq(is_a_theorem(implies(implies(implies(A,B),C),implies(implies(implies(
% 1.18/1.41                                                                    not(D),
% 1.18/1.41                                                                    not(
% 1.18/1.41                                                                    implies(E,B))),F),D))),true,true,true)
% 1.18/1.41  -> true collapsed.
% 1.18/1.41  Current number of equations to process: 5
% 1.18/1.41  Current number of ordered equations: 0
% 1.18/1.41  Current number of rules: 7
% 1.18/1.41  New rule produced :
% 1.18/1.41  [10]
% 1.18/1.41  ifeq(is_a_theorem(implies(implies(implies(A,B),implies(C,B)),implies(B,D))),true,
% 1.18/1.41  is_a_theorem(implies(E,implies(B,D))),true) -> true
% 1.18/1.41  Current number of equations to process: 6
% 1.18/1.41  Current number of ordered equations: 0
% 1.18/1.41  Current number of rules: 8
% 1.18/1.41  New rule produced :
% 1.18/1.41  [11]
% 1.18/1.41  is_a_theorem(implies(A,implies(B,implies(implies(B,C),implies(D,C))))) ->
% 1.18/1.41  true
% 1.18/1.41  Current number of equations to process: 7
% 1.18/1.41  Current number of ordered equations: 0
% 1.18/1.41  Current number of rules: 9
% 1.18/1.41  New rule produced :
% 1.18/1.41  [12]
% 1.18/1.41  is_a_theorem(implies(A,implies(implies(B,C),implies(C,implies(B,C))))) ->
% 1.18/1.41  true
% 1.18/1.41  Current number of equations to process: 7
% 1.18/1.41  Current number of ordered equations: 0
% 1.18/1.41  Current number of rules: 10
% 1.18/1.41  New rule produced :
% 1.18/1.41  [13]
% 1.18/1.41  ifeq(is_a_theorem(A),true,is_a_theorem(implies(B,implies(implies(B,C),
% 1.18/1.41                                                   implies(D,C)))),true) ->
% 1.18/1.41  true
% 1.18/1.41  Current number of equations to process: 8
% 1.18/1.41  Current number of ordered equations: 0
% 1.18/1.41  Current number of rules: 11
% 1.18/1.41  New rule produced :
% 1.18/1.41  [14]
% 1.18/1.41  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(implies(B,C),implies(D,C)))),E)),true,
% 1.18/1.41  is_a_theorem(E),true) -> true
% 1.18/1.41  Current number of equations to process: 7
% 1.18/1.41  Current number of ordered equations: 0
% 1.18/1.41  Current number of rules: 12
% 1.18/1.41  New rule produced :
% 1.18/1.41  [15]
% 1.18/1.41  ifeq(is_a_theorem(A),true,is_a_theorem(implies(implies(B,C),implies(C,
% 1.18/1.41                                                              implies(B,C)))),true)
% 1.18/1.41  -> true
% 1.18/1.41  Current number of equations to process: 8
% 1.18/1.41  Current number of ordered equations: 0
% 1.18/1.41  Current number of rules: 13
% 1.18/1.41  New rule produced :
% 1.18/1.41  [16]
% 1.18/1.41  ifeq(is_a_theorem(implies(implies(A,implies(implies(B,C),implies(C,implies(B,C)))),D)),true,
% 1.18/1.43  is_a_theorem(D),true) -> true
% 1.18/1.43  Current number of equations to process: 7
% 1.18/1.43  Current number of ordered equations: 0
% 1.18/1.43  Current number of rules: 14
% 1.18/1.43  New rule produced :
% 1.18/1.43  [17] is_a_theorem(implies(A,implies(implies(A,B),implies(C,B)))) -> true
% 1.18/1.43  Rule
% 1.18/1.43  [13]
% 1.18/1.43  ifeq(is_a_theorem(A),true,is_a_theorem(implies(B,implies(implies(B,C),
% 1.18/1.43                                                   implies(D,C)))),true) ->
% 1.18/1.43  true collapsed.
% 1.18/1.43  Current number of equations to process: 7
% 1.18/1.43  Current number of ordered equations: 0
% 1.18/1.43  Current number of rules: 14
% 1.18/1.43  New rule produced :
% 1.18/1.43  [18] is_a_theorem(implies(implies(A,B),implies(B,implies(A,B)))) -> true
% 1.18/1.43  Rule
% 1.18/1.43  [15]
% 1.18/1.43  ifeq(is_a_theorem(A),true,is_a_theorem(implies(implies(B,C),implies(C,
% 1.18/1.43                                                              implies(B,C)))),true)
% 1.18/1.43  -> true collapsed.
% 1.18/1.43  Current number of equations to process: 7
% 1.18/1.43  Current number of ordered equations: 0
% 1.18/1.43  Current number of rules: 14
% 1.18/1.43  New rule produced :
% 1.18/1.43  [19]
% 1.18/1.43  ifeq(is_a_theorem(A),true,is_a_theorem(implies(implies(A,B),implies(C,B))),true)
% 1.18/1.43  -> true
% 1.18/1.43  Current number of equations to process: 8
% 1.18/1.43  Current number of ordered equations: 0
% 1.18/1.43  Current number of rules: 15
% 1.18/1.43  New rule produced :
% 1.18/1.43  [20]
% 1.18/1.43  ifeq(is_a_theorem(implies(implies(A,implies(implies(A,B),implies(C,B))),D)),true,
% 1.18/1.43  is_a_theorem(D),true) -> true
% 1.18/1.43  Current number of equations to process: 7
% 1.18/1.43  Current number of ordered equations: 0
% 1.18/1.43  Current number of rules: 16
% 1.18/1.43  New rule produced :
% 1.18/1.43  [21]
% 1.18/1.43  ifeq(is_a_theorem(implies(A,B)),true,is_a_theorem(implies(B,implies(A,B))),true)
% 1.18/1.43  -> true
% 1.18/1.43  Current number of equations to process: 12
% 1.18/1.43  Current number of ordered equations: 0
% 1.18/1.43  Current number of rules: 17
% 1.18/1.43  New rule produced :
% 1.18/1.43  [22]
% 1.18/1.43  ifeq(is_a_theorem(implies(implies(implies(A,B),implies(B,implies(A,B))),C)),true,
% 1.18/1.43  is_a_theorem(C),true) -> true
% 1.18/1.43  Current number of equations to process: 11
% 1.18/1.43  Current number of ordered equations: 0
% 1.18/1.43  Current number of rules: 18
% 1.18/1.43  New rule produced :
% 1.18/1.43  [23]
% 1.18/1.43  is_a_theorem(implies(A,implies(implies(implies(B,C),not(implies(B,C))),
% 1.18/1.43                         implies(D,not(implies(B,C)))))) -> true
% 1.18/1.43  Current number of equations to process: 10
% 1.18/1.43  Current number of ordered equations: 0
% 1.18/1.43  Current number of rules: 19
% 1.18/1.43  New rule produced :
% 1.18/1.43  [24]
% 1.18/1.43  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(B,C),
% 1.18/1.43                                                   implies(D,C)))),E),implies(F,E)))
% 1.18/1.43  -> true
% 1.18/1.43  Current number of equations to process: 9
% 1.18/1.43  Current number of ordered equations: 0
% 1.18/1.43  Current number of rules: 20
% 1.18/1.43  New rule produced :
% 1.18/1.43  [25]
% 1.18/1.43  is_a_theorem(implies(implies(implies(A,implies(implies(B,C),implies(C,
% 1.18/1.43                                                              implies(B,C)))),D),
% 1.18/1.43               implies(E,D))) -> true
% 1.18/1.43  Current number of equations to process: 8
% 1.18/1.43  Current number of ordered equations: 0
% 1.18/1.43  Current number of rules: 21
% 1.18/1.43  New rule produced :
% 1.18/1.43  [26]
% 1.18/1.43  is_a_theorem(implies(implies(implies(A,implies(implies(A,B),implies(C,B))),D),
% 1.18/1.43               implies(E,D))) -> true
% 1.18/1.43  Current number of equations to process: 13
% 1.18/1.43  Current number of ordered equations: 0
% 1.18/1.43  Current number of rules: 22
% 1.18/1.43  New rule produced :
% 1.18/1.43  [27]
% 1.18/1.43  is_a_theorem(implies(implies(implies(implies(A,B),implies(B,implies(A,B))),C),
% 1.18/1.43               implies(D,C))) -> true
% 1.18/1.43  Current number of equations to process: 12
% 1.18/1.43  Current number of ordered equations: 0
% 1.18/1.43  Current number of rules: 23
% 1.18/1.43  New rule produced :
% 1.18/1.43  [28]
% 1.18/1.43  is_a_theorem(implies(implies(implies(A,B),not(implies(A,B))),implies(C,
% 1.18/1.43                                                               not(implies(A,B)))))
% 1.18/1.43  -> true
% 1.18/1.43  Current number of equations to process: 17
% 1.18/1.43  Current number of ordered equations: 0
% 1.18/1.43  Current number of rules: 24
% 1.18/1.43  New rule produced :
% 1.18/1.43  [29]
% 1.18/1.43  is_a_theorem(implies(implies(A,implies(implies(A,B),implies(C,B))),implies(D,
% 1.18/1.43                                                                     implies(A,
% 1.18/1.43                                                                     implies(
% 1.18/1.43                                                                     implies(A,B),
% 1.18/1.43                                                                     implies(C,B))))))
% 1.18/1.43  -> true
% 1.18/1.43  Current number of equations to process: 15
% 1.18/1.43  Current number of ordered equations: 0
% 1.18/1.45  Current number of rules: 25
% 1.18/1.45  New rule produced :
% 1.18/1.45  [30]
% 1.18/1.45  is_a_theorem(implies(implies(implies(A,B),implies(B,implies(A,B))),implies(C,
% 1.18/1.45                                                                     implies(
% 1.18/1.45                                                                     implies(A,B),
% 1.18/1.45                                                                     implies(B,
% 1.18/1.45                                                                     implies(A,B))))))
% 1.18/1.45  -> true
% 1.18/1.45  Current number of equations to process: 14
% 1.18/1.45  Current number of ordered equations: 0
% 1.18/1.45  Current number of rules: 26
% 1.18/1.45  New rule produced :
% 1.18/1.45  [31]
% 1.18/1.45  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(implies(B,C),implies(D,C)))),E)),true,
% 1.18/1.45  is_a_theorem(implies(F,E)),true) -> true
% 1.18/1.45  Current number of equations to process: 16
% 1.18/1.45  Current number of ordered equations: 0
% 1.18/1.45  Current number of rules: 27
% 1.18/1.45  New rule produced :
% 1.18/1.45  [32]
% 1.18/1.45  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(implies(C,D),
% 1.18/1.45                                                             implies(E,D)))),F),
% 1.18/1.45                         implies(V_6,F)))) -> true
% 1.18/1.45  Current number of equations to process: 23
% 1.18/1.45  Current number of ordered equations: 0
% 1.18/1.45  Current number of rules: 28
% 1.18/1.45  New rule produced :
% 1.18/1.45  [33]
% 1.18/1.45  ifeq(is_a_theorem(implies(implies(A,implies(implies(B,C),implies(C,implies(B,C)))),D)),true,
% 1.18/1.45  is_a_theorem(implies(E,D)),true) -> true
% 1.18/1.45  Current number of equations to process: 22
% 1.18/1.45  Current number of ordered equations: 0
% 1.18/1.45  Current number of rules: 29
% 1.18/1.45  New rule produced :
% 1.18/1.45  [34]
% 1.18/1.45  ifeq(is_a_theorem(implies(implies(A,implies(implies(A,B),implies(C,B))),D)),true,
% 1.18/1.45  is_a_theorem(implies(E,D)),true) -> true
% 1.18/1.45  Current number of equations to process: 28
% 1.18/1.45  Current number of ordered equations: 0
% 1.18/1.45  Current number of rules: 30
% 1.18/1.45  New rule produced :
% 1.18/1.45  [35]
% 1.18/1.45  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(C,D),
% 1.18/1.45                                                   implies(D,implies(C,D)))),E),
% 1.18/1.45                         implies(F,E)))) -> true
% 1.18/1.45  Current number of equations to process: 27
% 1.18/1.45  Current number of ordered equations: 0
% 1.18/1.45  Current number of rules: 31
% 1.18/1.45  New rule produced :
% 1.18/1.45  [36]
% 1.18/1.45  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(B,C),
% 1.18/1.45                                                   implies(D,C))),E),implies(F,E))))
% 1.18/1.45  -> true
% 1.18/1.45  Current number of equations to process: 34
% 1.18/1.45  Current number of ordered equations: 0
% 1.18/1.45  Current number of rules: 32
% 1.18/1.45  New rule produced :
% 1.18/1.45  [37]
% 1.18/1.45  ifeq(is_a_theorem(implies(implies(implies(A,B),implies(B,implies(A,B))),C)),true,
% 1.18/1.45  is_a_theorem(implies(D,C)),true) -> true
% 1.18/1.45  Current number of equations to process: 33
% 1.18/1.45  Current number of ordered equations: 0
% 1.18/1.45  Current number of rules: 33
% 1.18/1.45  New rule produced :
% 1.18/1.45  [38]
% 1.18/1.45  is_a_theorem(implies(A,implies(implies(implies(B,C),implies(D,C)),implies(E,
% 1.18/1.45                                                                    implies(
% 1.18/1.45                                                                    implies(B,C),
% 1.18/1.45                                                                    implies(D,C))))))
% 1.18/1.45  -> true
% 1.18/1.45  Current number of equations to process: 32
% 1.18/1.45  Current number of ordered equations: 0
% 1.18/1.45  Current number of rules: 34
% 1.18/1.45  New rule produced :
% 1.18/1.45  [39]
% 1.18/1.45  is_a_theorem(implies(A,implies(implies(B,implies(C,B)),implies(D,implies(B,
% 1.18/1.45                                                                   implies(C,B))))))
% 1.18/1.45  -> true
% 1.18/1.45  Current number of equations to process: 31
% 1.18/1.45  Current number of ordered equations: 0
% 1.18/1.45  Current number of rules: 35
% 1.18/1.45  New rule produced :
% 1.18/1.45  [40]
% 1.18/1.45  is_a_theorem(implies(A,implies(implies(implies(implies(B,C),implies(C,
% 1.18/1.45                                                              implies(B,C))),D),
% 1.18/1.45                         implies(E,D)))) -> true
% 1.18/1.45  Current number of equations to process: 35
% 1.18/1.45  Current number of ordered equations: 0
% 1.18/1.45  Current number of rules: 36
% 1.18/1.45  New rule produced :
% 1.18/1.45  [41]
% 1.18/1.45  ifeq(is_a_theorem(implies(implies(A,B),not(implies(A,B)))),true,is_a_theorem(
% 1.18/1.45                                                                  implies(C,
% 1.18/1.45                                                                  not(implies(A,B)))),true)
% 1.18/1.45  -> true
% 1.18/1.45  Current number of equations to process: 34
% 1.18/1.45  Current number of ordered equations: 0
% 1.18/1.45  Current number of rules: 37
% 1.18/1.45  New rule produced :
% 1.18/1.46  [42]
% 1.18/1.46  is_a_theorem(implies(A,implies(implies(not(implies(B,C)),implies(B,C)),
% 1.18/1.46                         implies(D,implies(B,C))))) -> true
% 1.18/1.46  Current number of equations to process: 33
% 1.18/1.46  Current number of ordered equations: 0
% 1.18/1.46  Current number of rules: 38
% 1.18/1.46  New rule produced :
% 1.18/1.46  [43]
% 1.18/1.46  is_a_theorem(implies(implies(implies(implies(implies(A,implies(implies(A,B),
% 1.18/1.46                                                         implies(C,B))),D),
% 1.18/1.46                               implies(E,D)),F),implies(V_6,F))) -> true
% 1.18/1.46  Current number of equations to process: 33
% 1.18/1.46  Current number of ordered equations: 0
% 1.18/1.46  Current number of rules: 39
% 1.18/1.46  New rule produced :
% 1.18/1.46  [44]
% 1.18/1.46  is_a_theorem(implies(implies(implies(implies(implies(implies(A,B),implies(B,
% 1.18/1.46                                                                    implies(A,B))),C),
% 1.18/1.46                               implies(D,C)),E),implies(F,E))) -> true
% 1.18/1.46  Current number of equations to process: 32
% 1.18/1.46  Current number of ordered equations: 0
% 1.18/1.46  Current number of rules: 40
% 1.18/1.46  New rule produced :
% 1.18/1.46  [45]
% 1.18/1.46  is_a_theorem(implies(implies(implies(implies(implies(A,B),not(implies(A,B))),
% 1.18/1.46                               implies(C,not(implies(A,B)))),D),implies(E,D)))
% 1.18/1.46  -> true
% 1.18/1.46  Current number of equations to process: 31
% 1.18/1.46  Current number of ordered equations: 0
% 1.18/1.46  Current number of rules: 41
% 1.18/1.46  New rule produced :
% 1.18/1.46  [46]
% 1.18/1.46  ifeq(is_a_theorem(implies(implies(implies(implies(A,implies(implies(A,B),
% 1.18/1.46                                                      implies(C,B))),D),
% 1.18/1.46                            implies(E,D)),F)),true,is_a_theorem(F),true) ->
% 1.18/1.46  true
% 1.18/1.46  Current number of equations to process: 30
% 1.18/1.46  Current number of ordered equations: 0
% 1.18/1.46  Current number of rules: 42
% 1.18/1.46  New rule produced :
% 1.18/1.46  [47]
% 1.18/1.46  ifeq(is_a_theorem(implies(implies(implies(implies(implies(A,B),implies(B,
% 1.18/1.46                                                                 implies(A,B))),C),
% 1.18/1.46                            implies(D,C)),E)),true,is_a_theorem(E),true) ->
% 1.18/1.46  true
% 1.18/1.46  Current number of equations to process: 29
% 1.18/1.46  Current number of ordered equations: 0
% 1.18/1.46  Current number of rules: 43
% 1.18/1.46  New rule produced :
% 1.18/1.46  [48]
% 1.18/1.46  ifeq(is_a_theorem(implies(implies(implies(implies(A,B),not(implies(A,B))),
% 1.18/1.46                            implies(C,not(implies(A,B)))),D)),true,is_a_theorem(D),true)
% 1.18/1.46  -> true
% 1.18/1.46  Current number of equations to process: 28
% 1.18/1.46  Current number of ordered equations: 0
% 1.18/1.46  Current number of rules: 44
% 1.18/1.46  New rule produced :
% 1.18/1.46  [49]
% 1.18/1.46  is_a_theorem(implies(A,implies(implies(implies(B,C),implies(implies(D,B),
% 1.18/1.46                                                      implies(E,B))),implies(F,
% 1.18/1.46                                                                     implies(
% 1.18/1.46                                                                     implies(D,B),
% 1.18/1.46                                                                     implies(E,B))))))
% 1.18/1.46  -> true
% 1.18/1.46  Current number of equations to process: 27
% 1.18/1.46  Current number of ordered equations: 0
% 1.18/1.46  Current number of rules: 45
% 1.18/1.46  New rule produced :
% 1.18/1.46  [50]
% 1.18/1.46  is_a_theorem(implies(implies(implies(implies(implies(implies(A,B),implies(C,B)),
% 1.18/1.46                                       implies(B,D)),implies(E,implies(B,D))),F),
% 1.18/1.46               implies(V_6,F))) -> true
% 1.18/1.46  Current number of equations to process: 26
% 1.18/1.46  Current number of ordered equations: 0
% 1.18/1.46  Current number of rules: 46
% 1.18/1.46  New rule produced :
% 1.18/1.46  [51]
% 1.18/1.46  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,C),not(
% 1.18/1.46                                                                      implies(B,C))),
% 1.18/1.46                                         implies(D,not(implies(B,C))))),E),
% 1.18/1.46               implies(F,E))) -> true
% 1.18/1.46  Current number of equations to process: 25
% 1.18/1.46  Current number of ordered equations: 0
% 1.18/1.46  Current number of rules: 47
% 1.18/1.46  New rule produced :
% 1.18/1.46  [52]
% 1.18/1.46  is_a_theorem(implies(A,implies(implies(B,implies(implies(B,C),implies(D,C))),
% 1.18/1.46                         implies(E,implies(B,implies(implies(B,C),implies(D,C)))))))
% 1.18/1.46  -> true
% 1.18/1.46  Current number of equations to process: 24
% 1.18/1.46  Current number of ordered equations: 0
% 1.18/1.46  Current number of rules: 48
% 1.18/1.46  New rule produced :
% 1.18/1.46  [53]
% 1.18/1.46  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,implies(
% 1.18/1.46                                                                   implies(B,C),
% 1.18/1.46                                                                   implies(D,C)))),E),
% 1.20/1.49                               implies(F,E)),V_6),implies(V_7,V_6))) -> true
% 1.20/1.49  Current number of equations to process: 23
% 1.20/1.49  Current number of ordered equations: 0
% 1.20/1.49  Current number of rules: 49
% 1.20/1.49  New rule produced :
% 1.20/1.49  [54]
% 1.20/1.49  is_a_theorem(implies(implies(implies(implies(implies(A,implies(implies(B,C),
% 1.20/1.49                                                         implies(C,implies(B,C)))),D),
% 1.20/1.49                               implies(E,D)),F),implies(V_6,F))) -> true
% 1.20/1.49  Current number of equations to process: 20
% 1.20/1.49  Current number of ordered equations: 0
% 1.20/1.49  Current number of rules: 50
% 1.20/1.49  New rule produced :
% 1.20/1.49  [55]
% 1.20/1.49  is_a_theorem(implies(A,implies(implies(B,C),implies(implies(D,implies(B,C)),
% 1.20/1.49                                              implies(implies(implies(D,
% 1.20/1.49                                                              implies(B,C)),C),
% 1.20/1.49                                              implies(B,C)))))) -> true
% 1.20/1.49  Current number of equations to process: 21
% 1.20/1.49  Current number of ordered equations: 0
% 1.20/1.49  Current number of rules: 51
% 1.20/1.49  New rule produced :
% 1.20/1.49  [56]
% 1.20/1.49  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(C,D),implies(E,D))))))
% 1.20/1.49  -> true
% 1.20/1.49  Rule
% 1.20/1.49  [29]
% 1.20/1.49  is_a_theorem(implies(implies(A,implies(implies(A,B),implies(C,B))),implies(D,
% 1.20/1.49                                                                     implies(A,
% 1.20/1.49                                                                     implies(
% 1.20/1.49                                                                     implies(A,B),
% 1.20/1.49                                                                     implies(C,B))))))
% 1.20/1.49  -> true collapsed.
% 1.20/1.49  Rule
% 1.20/1.49  [55]
% 1.20/1.49  is_a_theorem(implies(A,implies(implies(B,C),implies(implies(D,implies(B,C)),
% 1.20/1.49                                              implies(implies(implies(D,
% 1.20/1.49                                                              implies(B,C)),C),
% 1.20/1.49                                              implies(B,C)))))) -> true
% 1.20/1.49  collapsed.
% 1.20/1.49  Current number of equations to process: 22
% 1.20/1.49  Current number of ordered equations: 0
% 1.20/1.49  Current number of rules: 50
% 1.20/1.49  New rule produced :
% 1.20/1.49  [57]
% 1.20/1.49  is_a_theorem(implies(A,implies(B,implies(implies(C,D),implies(D,implies(C,D))))))
% 1.20/1.49  -> true
% 1.20/1.49  Rule
% 1.20/1.49  [30]
% 1.20/1.49  is_a_theorem(implies(implies(implies(A,B),implies(B,implies(A,B))),implies(C,
% 1.20/1.49                                                                     implies(
% 1.20/1.49                                                                     implies(A,B),
% 1.20/1.49                                                                     implies(B,
% 1.20/1.49                                                                     implies(A,B))))))
% 1.20/1.49  -> true collapsed.
% 1.20/1.49  Current number of equations to process: 26
% 1.20/1.49  Current number of ordered equations: 0
% 1.20/1.49  Current number of rules: 50
% 1.20/1.49  New rule produced :
% 1.20/1.49  [58]
% 1.20/1.49  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,D),not(implies(C,D))),
% 1.20/1.49                                   implies(E,not(implies(C,D))))))) -> true
% 1.20/1.49  Current number of equations to process: 26
% 1.20/1.49  Current number of ordered equations: 0
% 1.20/1.49  Current number of rules: 51
% 1.20/1.49  New rule produced :
% 1.20/1.49  [59]
% 1.20/1.49  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(implies(C,D),
% 1.20/1.49                                                             implies(E,D))),F),
% 1.20/1.49                                   implies(V_6,F))))) -> true
% 1.20/1.49  Current number of equations to process: 30
% 1.20/1.49  Current number of ordered equations: 0
% 1.20/1.49  Current number of rules: 52
% 1.20/1.49  New rule produced :
% 1.20/1.49  [60]
% 1.20/1.49  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(C,D),
% 1.20/1.49                                                   implies(D,implies(C,D))),E),
% 1.20/1.49                                   implies(F,E))))) -> true
% 1.20/1.49  Current number of equations to process: 29
% 1.20/1.49  Current number of ordered equations: 0
% 1.20/1.49  Current number of rules: 53
% 1.20/1.49  New rule produced :
% 1.20/1.49  [61]
% 1.20/1.49  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,
% 1.20/1.49                                                             implies(implies(D,E),
% 1.20/1.49                                                             implies(F,E)))),V_6),
% 1.20/1.49                                   implies(V_7,V_6))))) -> true
% 1.20/1.49  Current number of equations to process: 28
% 1.20/1.49  Current number of ordered equations: 0
% 1.20/1.49  Current number of rules: 54
% 1.20/1.49  New rule produced :
% 1.20/1.53  [62]
% 1.20/1.53  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(implies(D,E),
% 1.20/1.53                                                             implies(E,
% 1.20/1.53                                                             implies(D,E)))),F),
% 1.20/1.53                                   implies(V_6,F))))) -> true
% 1.20/1.53  Current number of equations to process: 27
% 1.20/1.53  Current number of ordered equations: 0
% 1.20/1.53  Current number of rules: 55
% 1.20/1.53  New rule produced :
% 1.20/1.53  [63]
% 1.20/1.53  is_a_theorem(implies(implies(implies(A,B),implies(C,B)),implies(D,implies(
% 1.20/1.53                                                                    implies(A,B),
% 1.20/1.53                                                                    implies(C,B)))))
% 1.20/1.53  -> true
% 1.20/1.53  Current number of equations to process: 35
% 1.20/1.53  Current number of ordered equations: 0
% 1.20/1.53  Current number of rules: 56
% 1.20/1.53  New rule produced :
% 1.20/1.53  [64]
% 1.20/1.53  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,D),implies(E,D)),
% 1.20/1.53                                   implies(C,implies(implies(C,D),implies(E,D)))))))
% 1.20/1.53  -> true
% 1.20/1.53  Current number of equations to process: 34
% 1.20/1.53  Current number of ordered equations: 0
% 1.20/1.53  Current number of rules: 57
% 1.20/1.53  New rule produced :
% 1.20/1.53  [65]
% 1.20/1.53  is_a_theorem(implies(implies(A,implies(B,A)),implies(C,implies(A,implies(B,A)))))
% 1.20/1.53  -> true
% 1.20/1.53  Current number of equations to process: 35
% 1.20/1.53  Current number of ordered equations: 0
% 1.20/1.53  Current number of rules: 58
% 1.20/1.53  New rule produced :
% 1.20/1.53  [66]
% 1.20/1.53  is_a_theorem(implies(implies(implies(A,implies(implies(B,implies(C,B)),
% 1.20/1.53                                         implies(D,implies(B,implies(C,B))))),E),
% 1.20/1.53               implies(F,E))) -> true
% 1.20/1.53  Current number of equations to process: 37
% 1.20/1.53  Current number of ordered equations: 0
% 1.20/1.53  Current number of rules: 59
% 1.20/1.53  New rule produced :
% 1.20/1.53  [67]
% 1.20/1.53  is_a_theorem(implies(implies(not(implies(A,B)),implies(A,B)),implies(C,
% 1.20/1.53                                                               implies(A,B))))
% 1.20/1.53  -> true
% 1.20/1.53  Current number of equations to process: 38
% 1.20/1.53  Current number of ordered equations: 0
% 1.20/1.53  Current number of rules: 60
% 1.20/1.53  New rule produced :
% 1.20/1.53  [68]
% 1.20/1.53  ifeq(is_a_theorem(implies(implies(A,implies(implies(B,implies(C,B)),implies(D,
% 1.20/1.53                                                                      implies(B,
% 1.20/1.53                                                                      implies(C,B))))),E)),true,
% 1.20/1.53  is_a_theorem(E),true) -> true
% 1.20/1.53  Current number of equations to process: 41
% 1.20/1.53  Current number of ordered equations: 0
% 1.20/1.53  Current number of rules: 61
% 1.20/1.53  New rule produced :
% 1.20/1.53  [69]
% 1.20/1.53  is_a_theorem(implies(implies(implies(A,implies(implies(not(implies(B,C)),
% 1.20/1.53                                                 implies(B,C)),implies(D,
% 1.20/1.53                                                               implies(B,C)))),E),
% 1.20/1.53               implies(F,E))) -> true
% 1.20/1.53  Current number of equations to process: 40
% 1.20/1.53  Current number of ordered equations: 0
% 1.20/1.53  Current number of rules: 62
% 1.20/1.53  New rule produced :
% 1.20/1.53  [70]
% 1.20/1.53  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,implies(
% 1.20/1.53                                                                   implies(B,C),
% 1.20/1.53                                                                   implies(D,C))),E),
% 1.20/1.53                                         implies(F,E))),V_6),implies(V_7,V_6)))
% 1.20/1.53  -> true
% 1.20/1.53  Current number of equations to process: 39
% 1.20/1.53  Current number of ordered equations: 0
% 1.20/1.53  Current number of rules: 63
% 1.20/1.53  New rule produced :
% 1.20/1.53  [71]
% 1.20/1.53  is_a_theorem(implies(implies(implies(A,implies(implies(implies(implies(B,C),
% 1.20/1.53                                                         implies(C,implies(B,C))),D),
% 1.20/1.53                                         implies(E,D))),F),implies(V_6,F))) ->
% 1.20/1.53  true
% 1.20/1.53  Current number of equations to process: 38
% 1.20/1.53  Current number of ordered equations: 0
% 1.20/1.53  Current number of rules: 64
% 1.20/1.53  New rule produced :
% 1.20/1.53  [72]
% 1.20/1.53  ifeq(is_a_theorem(implies(implies(A,implies(implies(not(implies(B,C)),
% 1.20/1.53                                              implies(B,C)),implies(D,implies(B,C)))),E)),true,
% 1.20/1.53  is_a_theorem(E),true) -> true
% 1.20/1.53  Current number of equations to process: 37
% 1.20/1.53  Current number of ordered equations: 0
% 1.20/1.53  Current number of rules: 65
% 1.20/1.53  New rule produced :
% 1.20/1.53  [73]
% 1.20/1.53  is_a_theorem(implies(A,implies(implies(B,C),implies(D,implies(B,C))))) ->
% 1.20/1.53  true
% 1.20/1.53  Rule
% 1.20/1.53  [12]
% 1.20/1.53  is_a_theorem(implies(A,implies(implies(B,C),implies(C,implies(B,C))))) ->
% 1.20/1.56  true collapsed.
% 1.20/1.56  Rule
% 1.20/1.56  [38]
% 1.20/1.56  is_a_theorem(implies(A,implies(implies(implies(B,C),implies(D,C)),implies(E,
% 1.20/1.56                                                                    implies(
% 1.20/1.56                                                                    implies(B,C),
% 1.20/1.56                                                                    implies(D,C))))))
% 1.20/1.56  -> true collapsed.
% 1.20/1.56  Rule
% 1.20/1.56  [39]
% 1.20/1.56  is_a_theorem(implies(A,implies(implies(B,implies(C,B)),implies(D,implies(B,
% 1.20/1.56                                                                   implies(C,B))))))
% 1.20/1.56  -> true collapsed.
% 1.20/1.56  Rule
% 1.20/1.56  [52]
% 1.20/1.56  is_a_theorem(implies(A,implies(implies(B,implies(implies(B,C),implies(D,C))),
% 1.20/1.56                         implies(E,implies(B,implies(implies(B,C),implies(D,C)))))))
% 1.20/1.56  -> true collapsed.
% 1.20/1.56  Current number of equations to process: 38
% 1.20/1.56  Current number of ordered equations: 0
% 1.20/1.56  Current number of rules: 62
% 1.20/1.56  New rule produced :
% 1.20/1.56  [74]
% 1.20/1.56  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(
% 1.20/1.56                                                                   implies(B,C),
% 1.20/1.56                                                                   implies(D,C))),E),
% 1.20/1.56                                         implies(F,E)),V_6),implies(V_7,V_6))))
% 1.20/1.56  -> true
% 1.20/1.56  Current number of equations to process: 44
% 1.20/1.56  Current number of ordered equations: 0
% 1.20/1.56  Current number of rules: 63
% 1.20/1.56  New rule produced :
% 1.20/1.56  [75]
% 1.20/1.56  is_a_theorem(implies(A,implies(B,implies(implies(C,D),implies(implies(
% 1.20/1.56                                                                implies(E,
% 1.20/1.56                                                                implies(
% 1.20/1.56                                                                implies(E,F),
% 1.20/1.56                                                                implies(V_6,F))),D),
% 1.20/1.56                                                        implies(C,D)))))) ->
% 1.20/1.56  true
% 1.20/1.56  Current number of equations to process: 43
% 1.20/1.56  Current number of ordered equations: 0
% 1.20/1.56  Current number of rules: 64
% 1.20/1.56  New rule produced :
% 1.20/1.56  [76]
% 1.20/1.56  is_a_theorem(implies(A,implies(implies(implies(implies(implies(implies(B,C),
% 1.20/1.56                                                         implies(C,implies(B,C))),D),
% 1.20/1.56                                         implies(E,D)),F),implies(V_6,F)))) ->
% 1.20/1.56  true
% 1.20/1.56  Current number of equations to process: 50
% 1.20/1.56  Current number of ordered equations: 0
% 1.20/1.56  Current number of rules: 65
% 1.20/1.56  New rule produced :
% 1.20/1.56  [77]
% 1.20/1.56  is_a_theorem(implies(A,implies(B,implies(implies(C,D),implies(implies(
% 1.20/1.56                                                                implies(
% 1.20/1.56                                                                implies(E,F),
% 1.20/1.56                                                                implies(F,
% 1.20/1.56                                                                implies(E,F))),D),
% 1.20/1.56                                                        implies(C,D)))))) ->
% 1.20/1.56  true
% 1.20/1.56  Current number of equations to process: 49
% 1.20/1.56  Current number of ordered equations: 0
% 1.20/1.56  Current number of rules: 66
% 1.20/1.56  New rule produced :
% 1.20/1.56  [78]
% 1.20/1.56  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,C),not(
% 1.20/1.56                                                                      implies(B,C))),
% 1.20/1.56                                         implies(D,not(implies(B,C)))),E),
% 1.20/1.56                         implies(F,E)))) -> true
% 1.20/1.56  Current number of equations to process: 55
% 1.20/1.56  Current number of ordered equations: 0
% 1.20/1.56  Current number of rules: 67
% 1.20/1.56  New rule produced :
% 1.20/1.56  [79]
% 1.20/1.56  ifeq(is_a_theorem(implies(implies(implies(implies(implies(A,B),implies(C,B)),
% 1.20/1.56                                    implies(B,D)),implies(E,implies(B,D))),F)),true,
% 1.20/1.56  is_a_theorem(F),true) -> true
% 1.20/1.56  Current number of equations to process: 54
% 1.20/1.56  Current number of ordered equations: 0
% 1.20/1.56  Current number of rules: 68
% 1.20/1.56  New rule produced :
% 1.20/1.56  [80]
% 1.20/1.56  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 1.20/1.56                                                             implies(implies(D,E),
% 1.20/1.56                                                             implies(F,E))),V_6),
% 1.20/1.56                                             implies(V_7,V_6)))))) -> true
% 1.20/1.56  Rule
% 1.20/1.56  [75]
% 1.20/1.56  is_a_theorem(implies(A,implies(B,implies(implies(C,D),implies(implies(
% 1.20/1.56                                                                implies(E,
% 1.20/1.56                                                                implies(
% 1.20/1.59                                                                implies(E,F),
% 1.20/1.59                                                                implies(V_6,F))),D),
% 1.20/1.59                                                        implies(C,D)))))) ->
% 1.20/1.59  true collapsed.
% 1.20/1.59  Current number of equations to process: 54
% 1.20/1.59  Current number of ordered equations: 0
% 1.20/1.59  Current number of rules: 68
% 1.20/1.59  New rule produced :
% 1.20/1.59  [81]
% 1.20/1.59  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(implies(D,E),
% 1.20/1.59                                                             implies(E,
% 1.20/1.59                                                             implies(D,E))),F),
% 1.20/1.59                                             implies(V_6,F)))))) -> true
% 1.20/1.59  Rule
% 1.20/1.59  [77]
% 1.20/1.59  is_a_theorem(implies(A,implies(B,implies(implies(C,D),implies(implies(
% 1.20/1.59                                                                implies(
% 1.20/1.59                                                                implies(E,F),
% 1.20/1.59                                                                implies(F,
% 1.20/1.59                                                                implies(E,F))),D),
% 1.20/1.59                                                        implies(C,D)))))) ->
% 1.20/1.59  true collapsed.
% 1.20/1.59  Current number of equations to process: 54
% 1.20/1.59  Current number of ordered equations: 0
% 1.20/1.59  Current number of rules: 68
% 1.20/1.59  New rule produced :
% 1.20/1.59  [82]
% 1.20/1.59  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(D,implies(E,D)),
% 1.20/1.59                                             implies(implies(E,D),implies(D,
% 1.20/1.59                                                                  implies(E,D))))))))
% 1.20/1.59  -> true
% 1.20/1.59  Current number of equations to process: 56
% 1.20/1.59  Current number of ordered equations: 0
% 1.20/1.59  Current number of rules: 69
% 1.20/1.59  New rule produced :
% 1.20/1.59  [83]
% 1.20/1.59  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,E),
% 1.20/1.59                                                     implies(F,E)),implies(D,
% 1.20/1.59                                                                   implies(
% 1.20/1.59                                                                   implies(D,E),
% 1.20/1.59                                                                   implies(F,E))))))))
% 1.20/1.59  -> true
% 1.20/1.59  Current number of equations to process: 55
% 1.20/1.59  Current number of ordered equations: 0
% 1.20/1.59  Current number of rules: 70
% 1.20/1.59  New rule produced :
% 1.20/1.59  [84]
% 1.20/1.59  is_a_theorem(implies(implies(implies(A,B),implies(implies(C,A),implies(D,A))),
% 1.20/1.59               implies(E,implies(implies(C,A),implies(D,A))))) -> true
% 1.20/1.59  Current number of equations to process: 57
% 1.20/1.59  Current number of ordered equations: 0
% 1.20/1.59  Current number of rules: 71
% 1.20/1.59  New rule produced :
% 1.20/1.59  [85]
% 1.20/1.59  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(B,C),not(
% 1.20/1.59                                                                   implies(B,C))),
% 1.20/1.59                                      implies(D,not(implies(B,C))))),E)),true,
% 1.20/1.59  is_a_theorem(E),true) -> true
% 1.20/1.59  Current number of equations to process: 56
% 1.20/1.59  Current number of ordered equations: 0
% 1.20/1.59  Current number of rules: 72
% 1.20/1.59  New rule produced :
% 1.20/1.59  [86]
% 1.20/1.59  ifeq(is_a_theorem(implies(implies(implies(implies(A,implies(B,implies(
% 1.20/1.59                                                                implies(B,C),
% 1.20/1.59                                                                implies(D,C)))),E),
% 1.20/1.59                            implies(F,E)),V_6)),true,is_a_theorem(V_6),true) ->
% 1.20/1.59  true
% 1.20/1.59  Current number of equations to process: 55
% 1.20/1.59  Current number of ordered equations: 0
% 1.20/1.59  Current number of rules: 73
% 1.20/1.59  New rule produced :
% 1.20/1.59  [87]
% 1.20/1.59  ifeq(is_a_theorem(implies(implies(implies(implies(A,implies(implies(B,C),
% 1.20/1.59                                                      implies(C,implies(B,C)))),D),
% 1.20/1.59                            implies(E,D)),F)),true,is_a_theorem(F),true) ->
% 1.20/1.59  true
% 1.20/1.59  Current number of equations to process: 54
% 1.20/1.59  Current number of ordered equations: 0
% 1.20/1.59  Current number of rules: 74
% 1.20/1.59  New rule produced :
% 1.20/1.59  [88]
% 1.20/1.59  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(B,implies(
% 1.20/1.59                                                                implies(B,C),
% 1.20/1.59                                                                implies(D,C))),E),
% 1.20/1.59                                      implies(F,E))),V_6)),true,is_a_theorem(V_6),true)
% 1.20/1.59  -> true
% 1.20/1.59  Current number of equations to process: 53
% 1.20/1.70  Current number of ordered equations: 0
% 1.20/1.70  Current number of rules: 75
% 1.20/1.70  New rule produced :
% 1.20/1.70  [89]
% 1.20/1.70  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(implies(B,C),
% 1.20/1.70                                                      implies(C,implies(B,C))),D),
% 1.20/1.70                                      implies(E,D))),F)),true,is_a_theorem(F),true)
% 1.20/1.70  -> true
% 1.20/1.70  Current number of equations to process: 52
% 1.20/1.70  Current number of ordered equations: 0
% 1.20/1.70  Current number of rules: 76
% 1.20/1.70  New rule produced :
% 1.20/1.70  [90]
% 1.20/1.70  ifeq(is_a_theorem(implies(implies(implies(implies(A,implies(implies(A,B),
% 1.20/1.70                                                      implies(C,B))),D),
% 1.20/1.70                            implies(E,D)),F)),true,is_a_theorem(implies(V_6,F)),true)
% 1.20/1.70  -> true
% 1.20/1.70  Current number of equations to process: 51
% 1.20/1.70  Current number of ordered equations: 0
% 1.20/1.70  Current number of rules: 77
% 1.20/1.70  New rule produced :
% 1.20/1.70  [91]
% 1.20/1.70  ifeq(is_a_theorem(implies(implies(implies(implies(implies(A,B),implies(B,
% 1.20/1.70                                                                 implies(A,B))),C),
% 1.20/1.70                            implies(D,C)),E)),true,is_a_theorem(implies(F,E)),true)
% 1.20/1.70  -> true
% 1.20/1.70  Current number of equations to process: 50
% 1.20/1.70  Current number of ordered equations: 0
% 1.20/1.70  Current number of rules: 78
% 1.20/1.70  New rule produced :
% 1.20/1.70  [92]
% 1.20/1.70  ifeq(is_a_theorem(implies(implies(implies(implies(A,B),not(implies(A,B))),
% 1.20/1.70                            implies(C,not(implies(A,B)))),D)),true,is_a_theorem(
% 1.20/1.70                                                                   implies(E,D)),true)
% 1.20/1.70  -> true
% 1.20/1.70  Current number of equations to process: 49
% 1.20/1.70  Current number of ordered equations: 0
% 1.20/1.70  Current number of rules: 79
% 1.20/1.70  New rule produced :
% 1.20/1.70  [93]
% 1.20/1.70  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 1.20/1.70                                                             implies(E,
% 1.20/1.70                                                             implies(implies(E,F),
% 1.20/1.70                                                             implies(V_6,F)))),V_7),
% 1.20/1.70                                             implies(V_8,V_7)))))) -> true
% 1.20/1.70  Current number of equations to process: 77
% 1.20/1.70  Current number of ordered equations: 0
% 1.20/1.70  Current number of rules: 80
% 1.20/1.70  New rule produced :
% 1.20/1.70  [94]
% 1.20/1.70  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(implies(C,D),
% 1.20/1.70                                                             implies(E,D))))),F),
% 1.20/1.70               implies(V_6,F))) -> true
% 1.20/1.70  Current number of equations to process: 88
% 1.20/1.70  Current number of ordered equations: 0
% 1.20/1.70  Current number of rules: 81
% 1.20/1.70  New rule produced :
% 1.20/1.70  [95]
% 1.20/1.70  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(C,D),
% 1.20/1.70                                                   implies(D,implies(C,D))))),E),
% 1.20/1.70               implies(F,E))) -> true
% 1.20/1.70  Current number of equations to process: 90
% 1.20/1.70  Current number of ordered equations: 0
% 1.20/1.70  Current number of rules: 82
% 1.20/1.70  New rule produced :
% 1.20/1.70  [96]
% 1.20/1.70  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,implies(implies(C,D),
% 1.20/1.70                                                          implies(E,D))))),F)),true,
% 1.20/1.70  is_a_theorem(F),true) -> true
% 1.20/1.70  Current number of equations to process: 89
% 1.20/1.70  Current number of ordered equations: 0
% 1.20/1.70  Current number of rules: 83
% 1.20/1.70  New rule produced :
% 1.20/1.70  [97]
% 1.20/1.70  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(implies(C,D),implies(D,
% 1.20/1.70                                                                     implies(C,D))))),E)),true,
% 1.20/1.70  is_a_theorem(E),true) -> true
% 1.20/1.70  Current number of equations to process: 88
% 1.20/1.70  Current number of ordered equations: 0
% 1.20/1.70  Current number of rules: 84
% 1.20/1.70  New rule produced :
% 1.20/1.70  [98]
% 1.20/1.70  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 1.20/1.70                                                             implies(implies(E,F),
% 1.20/1.70                                                             implies(F,
% 1.20/1.70                                                             implies(E,F)))),V_6),
% 1.20/1.70                                             implies(V_7,V_6)))))) -> true
% 1.20/1.70  Current number of equations to process: 94
% 1.20/1.70  Current number of ordered equations: 0
% 1.20/1.70  Current number of rules: 85
% 1.20/1.70  New rule produced :
% 1.20/1.70  [99]
% 1.20/1.70  ifeq(is_a_theorem(implies(implies(A,B),implies(C,B))),true,is_a_theorem(
% 1.20/1.70                                                             implies(D,
% 1.20/1.76                                                             implies(implies(A,B),
% 1.20/1.76                                                             implies(C,B)))),true)
% 1.20/1.76  -> true
% 1.20/1.76  Current number of equations to process: 100
% 1.20/1.76  Current number of ordered equations: 0
% 1.20/1.76  Current number of rules: 86
% 1.20/1.76  New rule produced :
% 1.20/1.76  [100]
% 1.20/1.76  is_a_theorem(implies(A,implies(B,implies(implies(C,B),implies(D,B))))) ->
% 1.20/1.76  true
% 1.20/1.76  Current number of equations to process: 101
% 1.20/1.76  Current number of ordered equations: 0
% 1.20/1.76  Current number of rules: 87
% 1.20/1.76  New rule produced :
% 1.20/1.76  [101]
% 1.20/1.76  is_a_theorem(implies(A,implies(implies(implies(implies(B,C),implies(D,C)),
% 1.20/1.76                                 implies(B,C)),implies(E,implies(B,C))))) ->
% 1.20/1.76  true
% 1.20/1.76  Current number of equations to process: 103
% 1.20/1.76  Current number of ordered equations: 0
% 1.20/1.76  Current number of rules: 88
% 1.20/1.76  New rule produced :
% 1.20/1.76  [102]
% 1.20/1.76  is_a_theorem(implies(A,implies(B,implies(implies(C,implies(D,implies(E,D))),
% 1.20/1.76                                   implies(implies(E,D),implies(D,implies(E,D)))))))
% 1.20/1.76  -> true
% 1.20/1.76  Current number of equations to process: 103
% 1.20/1.76  Current number of ordered equations: 0
% 1.20/1.76  Current number of rules: 89
% 1.20/1.76  New rule produced :
% 1.20/1.76  [103]
% 1.20/1.76  is_a_theorem(implies(implies(implies(implies(implies(A,B),implies(C,B)),
% 1.20/1.76                               implies(D,implies(implies(A,B),implies(C,B)))),E),
% 1.20/1.76               implies(F,E))) -> true
% 1.20/1.76  Current number of equations to process: 102
% 1.20/1.76  Current number of ordered equations: 0
% 1.20/1.76  Current number of rules: 90
% 1.20/1.76  New rule produced :
% 1.20/1.76  [104]
% 1.20/1.76  is_a_theorem(implies(A,implies(B,implies(implies(C,implies(implies(D,E),
% 1.20/1.76                                                     implies(F,E))),implies(D,
% 1.20/1.76                                                                    implies(
% 1.20/1.76                                                                    implies(D,E),
% 1.20/1.76                                                                    implies(F,E)))))))
% 1.20/1.76  -> true
% 1.20/1.76  Current number of equations to process: 101
% 1.20/1.76  Current number of ordered equations: 0
% 1.20/1.76  Current number of rules: 91
% 1.20/1.76  New rule produced :
% 1.20/1.76  [105]
% 1.20/1.76  ifeq(is_a_theorem(implies(A,implies(B,A))),true,is_a_theorem(implies(C,
% 1.20/1.76                                                               implies(A,
% 1.20/1.76                                                               implies(B,A)))),true)
% 1.20/1.76  -> true
% 1.20/1.76  Current number of equations to process: 103
% 1.20/1.76  Current number of ordered equations: 0
% 1.20/1.76  Current number of rules: 92
% 1.20/1.76  New rule produced :
% 1.20/1.76  [106]
% 1.20/1.76  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,B)),B),implies(D,B))))
% 1.20/1.76  -> true
% 1.20/1.76  Current number of equations to process: 103
% 1.20/1.76  Current number of ordered equations: 0
% 1.20/1.76  Current number of rules: 93
% 1.20/1.76  New rule produced :
% 1.20/1.76  [107]
% 1.20/1.76  is_a_theorem(implies(implies(implies(implies(A,implies(B,A)),implies(C,
% 1.20/1.76                                                               implies(A,
% 1.20/1.76                                                               implies(B,A)))),D),
% 1.20/1.76               implies(E,D))) -> true
% 1.20/1.76  Current number of equations to process: 103
% 1.20/1.76  Current number of ordered equations: 0
% 1.20/1.76  Current number of rules: 94
% 1.20/1.76  New rule produced :
% 1.20/1.76  [108]
% 1.20/1.76  ifeq(is_a_theorem(implies(implies(implies(A,implies(B,A)),implies(C,implies(A,
% 1.20/1.76                                                                      implies(B,A)))),D)),true,
% 1.20/1.76  is_a_theorem(D),true) -> true
% 1.20/1.76  Current number of equations to process: 102
% 1.20/1.76  Current number of ordered equations: 0
% 1.20/1.76  Current number of rules: 95
% 1.20/1.76  New rule produced :
% 1.20/1.76  [109]
% 1.20/1.76  is_a_theorem(implies(A,implies(B,implies(implies(C,implies(D,C)),implies(E,
% 1.20/1.76                                                                   implies(C,
% 1.20/1.76                                                                   implies(D,C)))))))
% 1.20/1.76  -> true
% 1.20/1.76  Current number of equations to process: 110
% 1.20/1.76  Current number of ordered equations: 0
% 1.20/1.76  Current number of rules: 96
% 1.20/1.76  New rule produced :
% 1.20/1.76  [110]
% 1.20/1.76  ifeq(is_a_theorem(implies(not(implies(A,B)),implies(A,B))),true,is_a_theorem(
% 1.20/1.76                                                                  implies(C,
% 1.20/1.76                                                                  implies(A,B))),true)
% 1.20/1.76  -> true
% 1.20/1.76  Current number of equations to process: 111
% 1.20/1.76  Current number of ordered equations: 0
% 1.20/1.76  Current number of rules: 97
% 1.20/1.76  New rule produced :
% 1.62/1.85  [111]
% 1.62/1.85  is_a_theorem(implies(implies(implies(implies(not(implies(A,B)),implies(A,B)),
% 1.62/1.85                               implies(C,implies(A,B))),D),implies(E,D))) ->
% 1.62/1.85  true
% 1.62/1.85  Current number of equations to process: 111
% 1.62/1.85  Current number of ordered equations: 0
% 1.62/1.85  Current number of rules: 98
% 1.62/1.85  New rule produced :
% 1.62/1.85  [112]
% 1.62/1.85  ifeq(is_a_theorem(implies(implies(implies(not(implies(A,B)),implies(A,B)),
% 1.62/1.85                            implies(C,implies(A,B))),D)),true,is_a_theorem(D),true)
% 1.62/1.85  -> true
% 1.62/1.85  Current number of equations to process: 110
% 1.62/1.85  Current number of ordered equations: 0
% 1.62/1.85  Current number of rules: 99
% 1.62/1.85  New rule produced :
% 1.62/1.85  [113]
% 1.62/1.85  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(C,implies(D,C)),
% 1.62/1.85                                                   implies(E,implies(C,
% 1.62/1.85                                                             implies(D,C))))),F),
% 1.62/1.85                         implies(V_6,F)))) -> true
% 1.62/1.85  Current number of equations to process: 109
% 1.62/1.85  Current number of ordered equations: 0
% 1.62/1.85  Current number of rules: 100
% 1.62/1.85  New rule produced :
% 1.62/1.85  [114]
% 1.62/1.85  is_a_theorem(implies(A,implies(B,implies(implies(not(implies(C,D)),implies(C,D)),
% 1.62/1.85                                   implies(E,implies(C,D)))))) -> true
% 1.62/1.85  Current number of equations to process: 117
% 1.62/1.85  Current number of ordered equations: 0
% 1.62/1.85  Current number of rules: 101
% 1.62/1.85  New rule produced :
% 1.62/1.85  [115]
% 1.62/1.85  ifeq(is_a_theorem(implies(implies(implies(implies(A,B),implies(C,B)),
% 1.62/1.85                            implies(D,implies(implies(A,B),implies(C,B)))),E)),true,
% 1.62/1.85  is_a_theorem(E),true) -> true
% 1.62/1.85  Current number of equations to process: 118
% 1.62/1.85  Current number of ordered equations: 0
% 1.62/1.85  Current number of rules: 102
% 1.62/1.85  New rule produced :
% 1.62/1.85  [116]
% 1.62/1.85  ifeq(is_a_theorem(implies(implies(A,implies(implies(B,implies(C,B)),implies(D,
% 1.62/1.85                                                                      implies(B,
% 1.62/1.85                                                                      implies(C,B))))),E)),true,
% 1.62/1.85  is_a_theorem(implies(F,E)),true) -> true
% 1.62/1.85  Current number of equations to process: 117
% 1.62/1.85  Current number of ordered equations: 0
% 1.62/1.85  Current number of rules: 103
% 1.62/1.85  New rule produced :
% 1.62/1.85  [117]
% 1.62/1.85  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(not(
% 1.62/1.85                                                                   implies(C,D)),
% 1.62/1.85                                                           implies(C,D)),
% 1.62/1.85                                                   implies(E,implies(C,D)))),F),
% 1.62/1.85                         implies(V_6,F)))) -> true
% 1.62/1.85  Current number of equations to process: 116
% 1.62/1.85  Current number of ordered equations: 0
% 1.62/1.85  Current number of rules: 104
% 1.62/1.85  New rule produced :
% 1.62/1.85  [118] is_a_theorem(implies(implies(A,B),implies(C,implies(A,B)))) -> true
% 1.62/1.85  Rule [18] is_a_theorem(implies(implies(A,B),implies(B,implies(A,B)))) -> true
% 1.62/1.85  collapsed.
% 1.62/1.85  Rule
% 1.62/1.85  [63]
% 1.62/1.85  is_a_theorem(implies(implies(implies(A,B),implies(C,B)),implies(D,implies(
% 1.62/1.85                                                                    implies(A,B),
% 1.62/1.85                                                                    implies(C,B)))))
% 1.62/1.85  -> true collapsed.
% 1.62/1.85  Rule
% 1.62/1.85  [65]
% 1.62/1.85  is_a_theorem(implies(implies(A,implies(B,A)),implies(C,implies(A,implies(B,A)))))
% 1.62/1.85  -> true collapsed.
% 1.62/1.85  Current number of equations to process: 130
% 1.62/1.85  Current number of ordered equations: 0
% 1.62/1.85  Current number of rules: 102
% 1.62/1.85  New rule produced :
% 1.62/1.85  [119]
% 1.62/1.85  ifeq(is_a_theorem(implies(implies(A,implies(implies(B,C),implies(D,implies(B,C)))),E)),true,
% 1.62/1.85  is_a_theorem(E),true) -> true
% 1.62/1.85  Rule
% 1.62/1.85  [16]
% 1.62/1.85  ifeq(is_a_theorem(implies(implies(A,implies(implies(B,C),implies(C,implies(B,C)))),D)),true,
% 1.62/1.85  is_a_theorem(D),true) -> true collapsed.
% 1.62/1.85  Rule
% 1.62/1.85  [68]
% 1.62/1.85  ifeq(is_a_theorem(implies(implies(A,implies(implies(B,implies(C,B)),implies(D,
% 1.62/1.85                                                                      implies(B,
% 1.62/1.85                                                                      implies(C,B))))),E)),true,
% 1.62/1.85  is_a_theorem(E),true) -> true collapsed.
% 1.62/1.85  Current number of equations to process: 130
% 1.62/1.85  Current number of ordered equations: 0
% 1.62/1.85  Current number of rules: 101
% 1.62/1.85  New rule produced :
% 1.62/1.85  [120]
% 1.62/1.85  is_a_theorem(implies(implies(implies(A,implies(implies(B,C),implies(D,
% 1.62/1.85                                                              implies(B,C)))),E),
% 1.62/1.85               implies(F,E))) -> true
% 1.77/2.02  Rule
% 1.77/2.02  [25]
% 1.77/2.02  is_a_theorem(implies(implies(implies(A,implies(implies(B,C),implies(C,
% 1.77/2.02                                                              implies(B,C)))),D),
% 1.77/2.02               implies(E,D))) -> true collapsed.
% 1.77/2.02  Rule
% 1.77/2.02  [66]
% 1.77/2.02  is_a_theorem(implies(implies(implies(A,implies(implies(B,implies(C,B)),
% 1.77/2.02                                         implies(D,implies(B,implies(C,B))))),E),
% 1.77/2.02               implies(F,E))) -> true collapsed.
% 1.77/2.02  Current number of equations to process: 130
% 1.77/2.02  Current number of ordered equations: 0
% 1.77/2.02  Current number of rules: 100
% 1.77/2.02  New rule produced :
% 1.77/2.02  [121]
% 1.77/2.02  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,D),implies(E,D)),
% 1.77/2.02                                   implies(F,implies(implies(C,D),implies(E,D)))))))
% 1.77/2.02  -> true
% 1.77/2.02  Rule
% 1.77/2.02  [64]
% 1.77/2.02  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,D),implies(E,D)),
% 1.77/2.02                                   implies(C,implies(implies(C,D),implies(E,D)))))))
% 1.77/2.02  -> true collapsed.
% 1.77/2.02  Current number of equations to process: 136
% 1.77/2.02  Current number of ordered equations: 0
% 1.77/2.02  Current number of rules: 100
% 1.77/2.02  New rule produced :
% 1.77/2.02  [122]
% 1.77/2.02  is_a_theorem(implies(A,implies(implies(implies(B,C),B),implies(D,B)))) ->
% 1.77/2.02  true
% 1.77/2.02  Rule
% 1.77/2.02  [101]
% 1.77/2.02  is_a_theorem(implies(A,implies(implies(implies(implies(B,C),implies(D,C)),
% 1.77/2.02                                 implies(B,C)),implies(E,implies(B,C))))) ->
% 1.77/2.02  true collapsed.
% 1.77/2.02  Rule
% 1.77/2.02  [106]
% 1.77/2.02  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,B)),B),implies(D,B))))
% 1.77/2.02  -> true collapsed.
% 1.77/2.02  Current number of equations to process: 151
% 1.77/2.02  Current number of ordered equations: 0
% 1.77/2.02  Current number of rules: 99
% 1.77/2.02  New rule produced :
% 1.77/2.02  [123]
% 1.77/2.02  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,D),C),implies(E,C)))))
% 1.77/2.02  -> true
% 1.77/2.02  Current number of equations to process: 151
% 1.77/2.02  Current number of ordered equations: 0
% 1.77/2.02  Current number of rules: 100
% 1.77/2.02  New rule produced :
% 1.77/2.02  [124]
% 1.77/2.02  is_a_theorem(implies(A,implies(implies(B,implies(implies(C,D),implies(E,D))),
% 1.77/2.02                         implies(D,implies(implies(C,D),implies(E,D)))))) ->
% 1.77/2.02  true
% 1.77/2.02  Current number of equations to process: 153
% 1.77/2.02  Current number of ordered equations: 0
% 1.77/2.02  Current number of rules: 101
% 1.77/2.02  New rule produced :
% 1.77/2.02  [125]
% 1.77/2.02  ifeq(is_a_theorem(implies(implies(A,B),implies(implies(C,A),implies(D,A)))),true,
% 1.77/2.02  is_a_theorem(implies(E,implies(implies(C,A),implies(D,A)))),true) -> true
% 1.77/2.02  Current number of equations to process: 152
% 1.77/2.02  Current number of ordered equations: 0
% 1.77/2.02  Current number of rules: 102
% 1.77/2.02  New rule produced :
% 1.77/2.02  [126]
% 1.77/2.02  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(D,E),
% 1.77/2.02                                                       implies(F,E))))))) ->
% 1.77/2.02  true
% 1.77/2.02  Rule
% 1.77/2.02  [104]
% 1.77/2.02  is_a_theorem(implies(A,implies(B,implies(implies(C,implies(implies(D,E),
% 1.77/2.02                                                     implies(F,E))),implies(D,
% 1.77/2.02                                                                    implies(
% 1.77/2.02                                                                    implies(D,E),
% 1.77/2.02                                                                    implies(F,E)))))))
% 1.77/2.02  -> true collapsed.
% 1.77/2.02  Current number of equations to process: 152
% 1.77/2.02  Current number of ordered equations: 0
% 1.77/2.02  Current number of rules: 102
% 1.77/2.02  New rule produced :
% 1.77/2.02  [127]
% 1.77/2.02  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(D,E),implies(E,
% 1.77/2.02                                                                  implies(D,E)))))))
% 1.77/2.02  -> true
% 1.77/2.02  Rule
% 1.77/2.02  [82]
% 1.77/2.02  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(D,implies(E,D)),
% 1.77/2.02                                             implies(implies(E,D),implies(D,
% 1.77/2.02                                                                  implies(E,D))))))))
% 1.77/2.02  -> true collapsed.
% 1.77/2.02  Rule
% 1.77/2.02  [102]
% 1.77/2.02  is_a_theorem(implies(A,implies(B,implies(implies(C,implies(D,implies(E,D))),
% 1.77/2.02                                   implies(implies(E,D),implies(D,implies(E,D)))))))
% 1.77/2.02  -> true collapsed.
% 1.77/2.02  Current number of equations to process: 154
% 1.77/2.02  Current number of ordered equations: 0
% 1.77/2.02  Current number of rules: 101
% 1.77/2.02  New rule produced :
% 1.77/2.02  [128]
% 1.77/2.02  is_a_theorem(implies(implies(implies(A,implies(implies(implies(implies(B,C),
% 1.77/2.02                                                         implies(D,C)),
% 1.77/2.02                                                 implies(C,E)),implies(F,
% 1.77/2.02                                                               implies(C,E)))),V_6),
% 1.91/2.15               implies(V_7,V_6))) -> true
% 1.91/2.15  Current number of equations to process: 154
% 1.91/2.15  Current number of ordered equations: 0
% 1.91/2.15  Current number of rules: 102
% 1.91/2.15  New rule produced :
% 1.91/2.15  [129]
% 1.91/2.15  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,E),
% 1.91/2.15                                                     not(implies(D,E))),
% 1.91/2.15                                             implies(F,not(implies(D,E))))))))
% 1.91/2.15  -> true
% 1.91/2.15  Current number of equations to process: 152
% 1.91/2.15  Current number of ordered equations: 0
% 1.91/2.15  Current number of rules: 103
% 1.91/2.15  New rule produced :
% 1.91/2.15  [130]
% 1.91/2.15  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(
% 1.91/2.15                                                               implies(E,
% 1.91/2.15                                                               implies(
% 1.91/2.15                                                               implies(E,F),
% 1.91/2.15                                                               implies(V_6,F))),V_7),
% 1.91/2.15                                                       implies(V_8,V_7)))))))
% 1.91/2.15  -> true
% 1.91/2.15  Current number of equations to process: 155
% 1.91/2.15  Current number of ordered equations: 0
% 1.91/2.15  Current number of rules: 104
% 1.91/2.15  New rule produced :
% 1.91/2.15  [131]
% 1.91/2.15  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(
% 1.91/2.15                                                               implies(
% 1.91/2.15                                                               implies(E,F),
% 1.91/2.15                                                               implies(F,
% 1.91/2.15                                                               implies(E,F))),V_6),
% 1.91/2.15                                                       implies(V_7,V_6)))))))
% 1.91/2.15  -> true
% 1.91/2.15  Current number of equations to process: 154
% 1.91/2.15  Current number of ordered equations: 0
% 1.91/2.15  Current number of rules: 105
% 1.91/2.15  New rule produced :
% 1.91/2.15  [132]
% 1.91/2.15  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(not(implies(D,E)),
% 1.91/2.15                                                     implies(D,E)),implies(F,
% 1.91/2.15                                                                   implies(D,E)))))))
% 1.91/2.15  -> true
% 1.91/2.15  Current number of equations to process: 155
% 1.91/2.15  Current number of ordered equations: 0
% 1.91/2.15  Current number of rules: 106
% 1.91/2.15  New rule produced :
% 1.91/2.15  [133]
% 1.91/2.15  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(E,
% 1.91/2.15                                                               implies(F,E)),
% 1.91/2.15                                                       implies(implies(F,E),
% 1.91/2.15                                                       implies(E,implies(F,E)))))))))
% 1.91/2.15  -> true
% 1.91/2.15  Current number of equations to process: 158
% 1.91/2.15  Current number of ordered equations: 0
% 1.91/2.15  Current number of rules: 107
% 1.91/2.15  New rule produced :
% 1.91/2.15  [134]
% 1.91/2.15  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,implies(implies(C,D),
% 1.91/2.15                                                          implies(E,D))))),F)),true,
% 1.91/2.15  is_a_theorem(implies(V_6,F)),true) -> true
% 1.91/2.15  Current number of equations to process: 164
% 1.91/2.15  Current number of ordered equations: 0
% 1.91/2.15  Current number of rules: 108
% 1.91/2.15  New rule produced :
% 1.91/2.15  [135]
% 1.91/2.15  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,
% 1.91/2.15                                                             implies(implies(D,E),
% 1.91/2.15                                                             implies(F,E))))),V_6),
% 1.91/2.15                         implies(V_7,V_6)))) -> true
% 1.91/2.15  Current number of equations to process: 167
% 1.91/2.15  Current number of ordered equations: 0
% 1.91/2.15  Current number of rules: 109
% 1.91/2.15  New rule produced :
% 1.91/2.15  [136]
% 1.91/2.15  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(
% 1.91/2.15                                                                 implies(E,F),
% 1.91/2.15                                                                 implies(V_6,F))))))))
% 1.91/2.15  -> true
% 1.91/2.15  Rule
% 1.91/2.15  [83]
% 1.91/2.15  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,E),
% 1.91/2.15                                                     implies(F,E)),implies(D,
% 1.91/2.15                                                                   implies(
% 1.91/2.15                                                                   implies(D,E),
% 1.91/2.15                                                                   implies(F,E))))))))
% 1.91/2.15  -> true collapsed.
% 1.91/2.15  Current number of equations to process: 167
% 2.00/2.29  Current number of ordered equations: 0
% 2.00/2.29  Current number of rules: 109
% 2.00/2.29  New rule produced :
% 2.00/2.29  [137]
% 2.00/2.29  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(implies(C,D),implies(D,
% 2.00/2.29                                                                     implies(C,D))))),E)),true,
% 2.00/2.29  is_a_theorem(implies(F,E)),true) -> true
% 2.00/2.29  Current number of equations to process: 169
% 2.00/2.29  Current number of ordered equations: 0
% 2.00/2.29  Current number of rules: 110
% 2.00/2.29  New rule produced :
% 2.00/2.29  [138]
% 2.00/2.29  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(implies(D,E),
% 2.00/2.29                                                             implies(E,
% 2.00/2.29                                                             implies(D,E))))),F),
% 2.00/2.29                         implies(V_6,F)))) -> true
% 2.00/2.29  Current number of equations to process: 172
% 2.00/2.29  Current number of ordered equations: 0
% 2.00/2.29  Current number of rules: 111
% 2.00/2.29  New rule produced :
% 2.00/2.29  [139]
% 2.00/2.29  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(E,F),
% 2.00/2.29                                                       implies(F,implies(E,F))))))))
% 2.00/2.29  -> true
% 2.00/2.29  Rule
% 2.00/2.29  [133]
% 2.00/2.29  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(E,
% 2.00/2.29                                                               implies(F,E)),
% 2.00/2.29                                                       implies(implies(F,E),
% 2.00/2.29                                                       implies(E,implies(F,E)))))))))
% 2.00/2.29  -> true collapsed.
% 2.00/2.29  Current number of equations to process: 172
% 2.00/2.29  Current number of ordered equations: 0
% 2.00/2.29  Current number of rules: 111
% 2.00/2.29  New rule produced :
% 2.00/2.29  [140]
% 2.00/2.29  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,
% 2.00/2.29                                                             implies(E,
% 2.00/2.29                                                             implies(implies(E,F),
% 2.00/2.29                                                             implies(V_6,F))))),V_7),
% 2.00/2.29                                   implies(V_8,V_7))))) -> true
% 2.00/2.29  Current number of equations to process: 172
% 2.00/2.29  Current number of ordered equations: 0
% 2.00/2.29  Current number of rules: 112
% 2.00/2.29  New rule produced :
% 2.00/2.29  [141]
% 2.00/2.29  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,
% 2.00/2.29                                                             implies(implies(E,F),
% 2.00/2.29                                                             implies(F,
% 2.00/2.29                                                             implies(E,F))))),V_6),
% 2.00/2.29                                   implies(V_7,V_6))))) -> true
% 2.00/2.29  Current number of equations to process: 171
% 2.00/2.29  Current number of ordered equations: 0
% 2.00/2.29  Current number of rules: 113
% 2.00/2.29  New rule produced :
% 2.00/2.29  [142]
% 2.00/2.29  is_a_theorem(implies(A,implies(implies(B,implies(C,implies(D,E))),implies(
% 2.00/2.29                                                                    implies(D,E),
% 2.00/2.29                                                                    implies(C,
% 2.00/2.29                                                                    implies(D,E))))))
% 2.00/2.29  -> true
% 2.00/2.29  Current number of equations to process: 182
% 2.00/2.29  Current number of ordered equations: 0
% 2.00/2.29  Current number of rules: 114
% 2.00/2.29  New rule produced :
% 2.00/2.29  [143] is_a_theorem(implies(A,implies(implies(B,A),implies(C,A)))) -> true
% 2.00/2.29  Current number of equations to process: 186
% 2.00/2.29  Current number of ordered equations: 0
% 2.00/2.29  Current number of rules: 115
% 2.00/2.29  New rule produced :
% 2.00/2.29  [144]
% 2.00/2.29  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(implies(C,B),implies(D,B)))),E)),true,
% 2.00/2.29  is_a_theorem(E),true) -> true
% 2.00/2.29  Current number of equations to process: 186
% 2.00/2.29  Current number of ordered equations: 0
% 2.00/2.29  Current number of rules: 116
% 2.00/2.29  New rule produced :
% 2.00/2.29  [145]
% 2.00/2.29  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(C,B),
% 2.00/2.29                                                   implies(D,B)))),E),implies(F,E)))
% 2.00/2.29  -> true
% 2.00/2.29  Current number of equations to process: 186
% 2.00/2.29  Current number of ordered equations: 0
% 2.00/2.29  Current number of rules: 117
% 2.00/2.29  New rule produced :
% 2.00/2.29  [146]
% 2.00/2.29  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(D,C),implies(E,C))))))
% 2.00/2.29  -> true
% 2.00/2.29  Rule
% 2.00/2.29  [124]
% 2.00/2.29  is_a_theorem(implies(A,implies(implies(B,implies(implies(C,D),implies(E,D))),
% 2.00/2.29                         implies(D,implies(implies(C,D),implies(E,D)))))) ->
% 2.00/2.29  true collapsed.
% 2.00/2.29  Current number of equations to process: 192
% 2.00/2.29  Current number of ordered equations: 0
% 2.20/2.49  Current number of rules: 117
% 2.20/2.49  New rule produced :
% 2.20/2.49  [147]
% 2.20/2.49  ifeq(is_a_theorem(implies(implies(implies(A,implies(B,A)),implies(C,implies(A,
% 2.20/2.49                                                                      implies(B,A)))),D)),true,
% 2.20/2.49  is_a_theorem(implies(E,D)),true) -> true
% 2.20/2.49  Current number of equations to process: 193
% 2.20/2.49  Current number of ordered equations: 0
% 2.20/2.49  Current number of rules: 118
% 2.20/2.49  New rule produced :
% 2.20/2.49  [148]
% 2.20/2.49  is_a_theorem(implies(A,implies(implies(implies(implies(B,implies(C,B)),
% 2.20/2.49                                         implies(D,implies(B,implies(C,B)))),E),
% 2.20/2.49                         implies(F,E)))) -> true
% 2.20/2.49  Current number of equations to process: 196
% 2.20/2.49  Current number of ordered equations: 0
% 2.20/2.49  Current number of rules: 119
% 2.20/2.49  New rule produced :
% 2.20/2.49  [149]
% 2.20/2.49  is_a_theorem(implies(A,implies(implies(implies(implies(not(implies(B,C)),
% 2.20/2.49                                                 implies(B,C)),implies(D,
% 2.20/2.49                                                               implies(B,C))),E),
% 2.20/2.49                         implies(F,E)))) -> true
% 2.20/2.49  Current number of equations to process: 202
% 2.20/2.49  Current number of ordered equations: 0
% 2.20/2.49  Current number of rules: 120
% 2.20/2.49  New rule produced :
% 2.20/2.49  [150]
% 2.20/2.49  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(C,implies(D,C)),
% 2.20/2.49                                                   implies(E,implies(C,
% 2.20/2.49                                                             implies(D,C)))),F),
% 2.20/2.49                                   implies(V_6,F))))) -> true
% 2.20/2.49  Current number of equations to process: 201
% 2.20/2.49  Current number of ordered equations: 0
% 2.20/2.49  Current number of rules: 121
% 2.20/2.49  New rule produced :
% 2.20/2.49  [151]
% 2.20/2.49  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(C,implies(D,C)),
% 2.20/2.49                                                   implies(E,implies(C,
% 2.20/2.49                                                             implies(D,C)))))),F),
% 2.20/2.49               implies(V_6,F))) -> true
% 2.20/2.49  Current number of equations to process: 200
% 2.20/2.49  Current number of ordered equations: 0
% 2.20/2.49  Current number of rules: 122
% 2.20/2.49  New rule produced :
% 2.20/2.49  [152]
% 2.20/2.49  ifeq(is_a_theorem(implies(implies(implies(not(implies(A,B)),implies(A,B)),
% 2.20/2.49                            implies(C,implies(A,B))),D)),true,is_a_theorem(
% 2.20/2.49                                                              implies(E,D)),true)
% 2.20/2.49  -> true
% 2.20/2.49  Current number of equations to process: 199
% 2.20/2.49  Current number of ordered equations: 0
% 2.20/2.49  Current number of rules: 123
% 2.20/2.49  New rule produced :
% 2.20/2.49  [153]
% 2.20/2.49  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(implies(C,implies(D,C)),
% 2.20/2.49                                                implies(E,implies(C,implies(D,C)))))),F)),true,
% 2.20/2.49  is_a_theorem(F),true) -> true
% 2.20/2.49  Current number of equations to process: 199
% 2.20/2.49  Current number of ordered equations: 0
% 2.20/2.49  Current number of rules: 124
% 2.20/2.49  New rule produced :
% 2.20/2.49  [154]
% 2.20/2.49  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(not(
% 2.20/2.49                                                                   implies(C,D)),
% 2.20/2.49                                                           implies(C,D)),
% 2.20/2.49                                                   implies(E,implies(C,D))),F),
% 2.20/2.49                                   implies(V_6,F))))) -> true
% 2.20/2.49  Current number of equations to process: 198
% 2.20/2.49  Current number of ordered equations: 0
% 2.20/2.49  Current number of rules: 125
% 2.20/2.49  New rule produced :
% 2.20/2.49  [155]
% 2.20/2.49  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(not(
% 2.20/2.49                                                                   implies(C,D)),
% 2.20/2.49                                                           implies(C,D)),
% 2.20/2.49                                                   implies(E,implies(C,D))))),F),
% 2.20/2.49               implies(V_6,F))) -> true
% 2.20/2.49  Current number of equations to process: 201
% 2.20/2.49  Current number of ordered equations: 0
% 2.20/2.49  Current number of rules: 126
% 2.20/2.49  New rule produced :
% 2.20/2.49  [156]
% 2.20/2.49  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,implies(C,
% 2.20/2.49                                                                   implies(
% 2.20/2.49                                                                   implies(C,D),
% 2.20/2.49                                                                   implies(E,D)))),F),
% 2.20/2.49                                         implies(V_6,F))),V_7),implies(V_8,V_7)))
% 2.20/2.49  -> true
% 2.30/2.59  Current number of equations to process: 200
% 2.30/2.59  Current number of ordered equations: 0
% 2.30/2.59  Current number of rules: 127
% 2.30/2.59  New rule produced :
% 2.30/2.59  [157]
% 2.30/2.59  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,implies(
% 2.30/2.59                                                                   implies(C,D),
% 2.30/2.59                                                                   implies(D,
% 2.30/2.59                                                                   implies(C,D)))),E),
% 2.30/2.59                                         implies(F,E))),V_6),implies(V_7,V_6)))
% 2.30/2.59  -> true
% 2.30/2.59  Current number of equations to process: 199
% 2.30/2.59  Current number of ordered equations: 0
% 2.30/2.59  Current number of rules: 128
% 2.30/2.59  New rule produced :
% 2.30/2.59  [158]
% 2.30/2.59  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(C,D),
% 2.30/2.59                                                   implies(E,D)),implies(D,F)),
% 2.30/2.59                                   implies(V_6,implies(D,F)))))) -> true
% 2.30/2.59  Current number of equations to process: 196
% 2.30/2.59  Current number of ordered equations: 0
% 2.30/2.59  Current number of rules: 129
% 2.30/2.59  New rule produced :
% 2.30/2.59  [159]
% 2.30/2.59  is_a_theorem(implies(A,implies(implies(B,implies(C,D)),implies(implies(C,D),
% 2.30/2.59                                                         implies(C,D))))) ->
% 2.30/2.59  true
% 2.30/2.59  Current number of equations to process: 196
% 2.30/2.59  Current number of ordered equations: 0
% 2.30/2.59  Current number of rules: 130
% 2.30/2.59  New rule produced :
% 2.30/2.59  [160]
% 2.30/2.59  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(implies(C,
% 2.30/2.59                                                                   implies(
% 2.30/2.59                                                                   implies(C,D),
% 2.30/2.59                                                                   implies(E,D))),F),
% 2.30/2.59                                                   implies(V_6,F)),V_7),
% 2.30/2.59                                   implies(V_8,V_7))))) -> true
% 2.30/2.59  Current number of equations to process: 194
% 2.30/2.59  Current number of ordered equations: 0
% 2.30/2.59  Current number of rules: 131
% 2.30/2.59  New rule produced :
% 2.30/2.59  [161]
% 2.30/2.59  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(implies(
% 2.30/2.59                                                                   implies(C,D),
% 2.30/2.59                                                                   implies(D,
% 2.30/2.59                                                                   implies(C,D))),E),
% 2.30/2.59                                                   implies(F,E)),V_6),implies(V_7,V_6)))))
% 2.30/2.59  -> true
% 2.30/2.59  Current number of equations to process: 193
% 2.30/2.59  Current number of ordered equations: 0
% 2.30/2.59  Current number of rules: 132
% 2.30/2.59  New rule produced :
% 2.30/2.59  [162]
% 2.30/2.59  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(implies(C,D),
% 2.30/2.59                                                           not(implies(C,D))),
% 2.30/2.59                                                   implies(E,not(implies(C,D)))),F),
% 2.30/2.59                                   implies(V_6,F))))) -> true
% 2.30/2.59  Current number of equations to process: 191
% 2.30/2.59  Current number of ordered equations: 0
% 2.30/2.59  Current number of rules: 133
% 2.30/2.59  New rule produced :
% 2.30/2.59  [163]
% 2.30/2.59  ifeq(is_a_theorem(implies(A,B)),true,is_a_theorem(implies(C,implies(A,B))),true)
% 2.30/2.59  -> true
% 2.30/2.59  Rule
% 2.30/2.59  [21]
% 2.30/2.59  ifeq(is_a_theorem(implies(A,B)),true,is_a_theorem(implies(B,implies(A,B))),true)
% 2.30/2.59  -> true collapsed.
% 2.30/2.59  Rule
% 2.30/2.59  [99]
% 2.30/2.59  ifeq(is_a_theorem(implies(implies(A,B),implies(C,B))),true,is_a_theorem(
% 2.30/2.59                                                             implies(D,
% 2.30/2.59                                                             implies(implies(A,B),
% 2.30/2.59                                                             implies(C,B)))),true)
% 2.30/2.59  -> true collapsed.
% 2.30/2.59  Rule
% 2.30/2.59  [105]
% 2.30/2.59  ifeq(is_a_theorem(implies(A,implies(B,A))),true,is_a_theorem(implies(C,
% 2.30/2.59                                                               implies(A,
% 2.30/2.59                                                               implies(B,A)))),true)
% 2.30/2.59  -> true collapsed.
% 2.30/2.59  Current number of equations to process: 193
% 2.30/2.59  Current number of ordered equations: 0
% 2.30/2.59  Current number of rules: 131
% 2.30/2.59  New rule produced :
% 2.30/2.59  [164]
% 2.30/2.59  ifeq(is_a_theorem(implies(implies(implies(A,B),implies(C,implies(A,B))),D)),true,
% 2.30/2.59  is_a_theorem(D),true) -> true
% 2.30/2.59  Rule
% 2.30/2.59  [22]
% 2.30/2.59  ifeq(is_a_theorem(implies(implies(implies(A,B),implies(B,implies(A,B))),C)),true,
% 2.30/2.59  is_a_theorem(C),true) -> true collapsed.
% 2.30/2.59  Rule
% 2.30/2.59  [108]
% 2.30/2.59  ifeq(is_a_theorem(implies(implies(implies(A,implies(B,A)),implies(C,implies(A,
% 2.39/2.65                                                                      implies(B,A)))),D)),true,
% 2.39/2.65  is_a_theorem(D),true) -> true collapsed.
% 2.39/2.65  Rule
% 2.39/2.65  [115]
% 2.39/2.65  ifeq(is_a_theorem(implies(implies(implies(implies(A,B),implies(C,B)),
% 2.39/2.65                            implies(D,implies(implies(A,B),implies(C,B)))),E)),true,
% 2.39/2.65  is_a_theorem(E),true) -> true collapsed.
% 2.39/2.65  Current number of equations to process: 192
% 2.39/2.65  Current number of ordered equations: 0
% 2.39/2.65  Current number of rules: 129
% 2.39/2.65  New rule produced :
% 2.39/2.65  [165]
% 2.39/2.65  is_a_theorem(implies(implies(implies(implies(A,B),implies(C,implies(A,B))),D),
% 2.39/2.65               implies(E,D))) -> true
% 2.39/2.65  Rule
% 2.39/2.65  [27]
% 2.39/2.65  is_a_theorem(implies(implies(implies(implies(A,B),implies(B,implies(A,B))),C),
% 2.39/2.65               implies(D,C))) -> true collapsed.
% 2.39/2.65  Rule
% 2.39/2.65  [103]
% 2.39/2.65  is_a_theorem(implies(implies(implies(implies(implies(A,B),implies(C,B)),
% 2.39/2.65                               implies(D,implies(implies(A,B),implies(C,B)))),E),
% 2.39/2.65               implies(F,E))) -> true collapsed.
% 2.39/2.65  Rule
% 2.39/2.65  [107]
% 2.39/2.65  is_a_theorem(implies(implies(implies(implies(A,implies(B,A)),implies(C,
% 2.39/2.65                                                               implies(A,
% 2.39/2.65                                                               implies(B,A)))),D),
% 2.39/2.65               implies(E,D))) -> true collapsed.
% 2.39/2.65  Current number of equations to process: 192
% 2.39/2.65  Current number of ordered equations: 0
% 2.39/2.65  Current number of rules: 127
% 2.39/2.65  New rule produced :
% 2.39/2.65  [166]
% 2.39/2.65  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(D,implies(E,D)),
% 2.39/2.65                                             implies(F,implies(D,implies(E,D))))))))
% 2.39/2.65  -> true
% 2.39/2.65  Current number of equations to process: 192
% 2.39/2.65  Current number of ordered equations: 0
% 2.39/2.65  Current number of rules: 128
% 2.39/2.65  New rule produced :
% 2.39/2.65  [167]
% 2.39/2.65  is_a_theorem(implies(A,implies(B,implies(implies(C,D),implies(E,implies(C,D))))))
% 2.39/2.65  -> true
% 2.39/2.65  Rule
% 2.39/2.65  [57]
% 2.39/2.65  is_a_theorem(implies(A,implies(B,implies(implies(C,D),implies(D,implies(C,D))))))
% 2.39/2.65  -> true collapsed.
% 2.39/2.65  Rule
% 2.39/2.65  [109]
% 2.39/2.65  is_a_theorem(implies(A,implies(B,implies(implies(C,implies(D,C)),implies(E,
% 2.39/2.65                                                                   implies(C,
% 2.39/2.65                                                                   implies(D,C)))))))
% 2.39/2.65  -> true collapsed.
% 2.39/2.65  Rule
% 2.39/2.65  [121]
% 2.39/2.65  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,D),implies(E,D)),
% 2.39/2.65                                   implies(F,implies(implies(C,D),implies(E,D)))))))
% 2.39/2.65  -> true collapsed.
% 2.39/2.65  Rule
% 2.39/2.65  [142]
% 2.39/2.65  is_a_theorem(implies(A,implies(implies(B,implies(C,implies(D,E))),implies(
% 2.39/2.65                                                                    implies(D,E),
% 2.39/2.65                                                                    implies(C,
% 2.39/2.65                                                                    implies(D,E))))))
% 2.39/2.65  -> true collapsed.
% 2.39/2.65  Current number of equations to process: 192
% 2.39/2.65  Current number of ordered equations: 0
% 2.39/2.65  Current number of rules: 125
% 2.39/2.65  New rule produced :
% 2.39/2.65  [168]
% 2.39/2.65  ifeq(is_a_theorem(implies(implies(A,implies(implies(B,C),implies(D,implies(B,C)))),E)),true,
% 2.39/2.65  is_a_theorem(implies(F,E)),true) -> true
% 2.39/2.65  Rule
% 2.39/2.65  [33]
% 2.39/2.65  ifeq(is_a_theorem(implies(implies(A,implies(implies(B,C),implies(C,implies(B,C)))),D)),true,
% 2.39/2.65  is_a_theorem(implies(E,D)),true) -> true collapsed.
% 2.39/2.65  Rule
% 2.39/2.65  [116]
% 2.39/2.65  ifeq(is_a_theorem(implies(implies(A,implies(implies(B,implies(C,B)),implies(D,
% 2.39/2.65                                                                      implies(B,
% 2.39/2.65                                                                      implies(C,B))))),E)),true,
% 2.39/2.65  is_a_theorem(implies(F,E)),true) -> true collapsed.
% 2.39/2.65  Current number of equations to process: 193
% 2.39/2.65  Current number of ordered equations: 0
% 2.39/2.65  Current number of rules: 124
% 2.39/2.65  New rule produced :
% 2.39/2.65  [169]
% 2.39/2.65  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(C,D),
% 2.39/2.65                                                   implies(E,implies(C,D)))),F),
% 2.39/2.65                         implies(V_6,F)))) -> true
% 2.39/2.65  Rule
% 2.39/2.65  [35]
% 2.39/2.65  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(C,D),
% 2.39/2.65                                                   implies(D,implies(C,D)))),E),
% 2.39/2.65                         implies(F,E)))) -> true collapsed.
% 2.39/2.65  Rule
% 2.39/2.65  [113]
% 2.39/2.65  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(C,implies(D,C)),
% 2.47/2.73                                                   implies(E,implies(C,
% 2.47/2.73                                                             implies(D,C))))),F),
% 2.47/2.73                         implies(V_6,F)))) -> true collapsed.
% 2.47/2.73  Current number of equations to process: 196
% 2.47/2.73  Current number of ordered equations: 0
% 2.47/2.73  Current number of rules: 123
% 2.47/2.73  New rule produced :
% 2.47/2.73  [170]
% 2.47/2.73  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(D,E),implies(F,
% 2.47/2.73                                                                  implies(D,E)))))))
% 2.47/2.73  -> true
% 2.47/2.73  Rule
% 2.47/2.73  [127]
% 2.47/2.73  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(D,E),implies(E,
% 2.47/2.73                                                                  implies(D,E)))))))
% 2.47/2.73  -> true collapsed.
% 2.47/2.73  Rule
% 2.47/2.73  [166]
% 2.47/2.73  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(D,implies(E,D)),
% 2.47/2.73                                             implies(F,implies(D,implies(E,D))))))))
% 2.47/2.73  -> true collapsed.
% 2.47/2.73  Current number of equations to process: 196
% 2.47/2.73  Current number of ordered equations: 0
% 2.47/2.73  Current number of rules: 122
% 2.47/2.73  New rule produced :
% 2.47/2.73  [171] is_a_theorem(implies(implies(implies(A,B),A),implies(C,A))) -> true
% 2.47/2.73  Current number of equations to process: 196
% 2.47/2.73  Current number of ordered equations: 0
% 2.47/2.73  Current number of rules: 123
% 2.47/2.73  New rule produced :
% 2.47/2.73  [172]
% 2.47/2.73  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(B,C),B),implies(D,B))),E)),true,
% 2.47/2.73  is_a_theorem(E),true) -> true
% 2.47/2.73  Current number of equations to process: 196
% 2.47/2.73  Current number of ordered equations: 0
% 2.47/2.73  Current number of rules: 124
% 2.47/2.73  New rule produced :
% 2.47/2.73  [173]
% 2.47/2.73  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,C),B),
% 2.47/2.73                                         implies(D,B))),E),implies(F,E))) ->
% 2.47/2.73  true
% 2.47/2.73  Current number of equations to process: 196
% 2.47/2.73  Current number of ordered equations: 0
% 2.47/2.73  Current number of rules: 125
% 2.47/2.73  New rule produced :
% 2.47/2.73  [174]
% 2.47/2.73  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,C),B),
% 2.47/2.73                                         implies(D,B)),E),implies(F,E)))) ->
% 2.47/2.73  true
% 2.47/2.73  Current number of equations to process: 198
% 2.47/2.73  Current number of ordered equations: 0
% 2.47/2.73  Current number of rules: 126
% 2.47/2.73  New rule produced :
% 2.47/2.73  [175]
% 2.47/2.73  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(implies(C,D),C),
% 2.47/2.73                                                   implies(E,C)))),F),implies(V_6,F)))
% 2.47/2.73  -> true
% 2.47/2.73  Current number of equations to process: 197
% 2.47/2.73  Current number of ordered equations: 0
% 2.47/2.73  Current number of rules: 127
% 2.47/2.73  New rule produced :
% 2.47/2.73  [176]
% 2.47/2.73  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(implies(implies(C,D),C),
% 2.47/2.73                                                implies(E,C)))),F)),true,
% 2.47/2.73  is_a_theorem(F),true) -> true
% 2.47/2.73  Current number of equations to process: 196
% 2.47/2.73  Current number of ordered equations: 0
% 2.47/2.73  Current number of rules: 128
% 2.47/2.73  New rule produced :
% 2.47/2.73  [177]
% 2.47/2.73  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(implies(D,E),
% 2.47/2.73                                                             implies(F,
% 2.47/2.73                                                             implies(D,E)))),V_6),
% 2.47/2.73                                   implies(V_7,V_6))))) -> true
% 2.47/2.73  Rule
% 2.47/2.73  [62]
% 2.47/2.73  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(implies(D,E),
% 2.47/2.73                                                             implies(E,
% 2.47/2.73                                                             implies(D,E)))),F),
% 2.47/2.73                                   implies(V_6,F))))) -> true collapsed.
% 2.47/2.73  Current number of equations to process: 195
% 2.47/2.73  Current number of ordered equations: 0
% 2.47/2.73  Current number of rules: 128
% 2.47/2.73  New rule produced :
% 2.47/2.73  [178]
% 2.47/2.73  is_a_theorem(implies(implies(implies(implies(implies(A,implies(implies(B,C),
% 2.47/2.73                                                         implies(D,implies(B,C)))),E),
% 2.47/2.73                               implies(F,E)),V_6),implies(V_7,V_6))) -> true
% 2.47/2.73  Rule
% 2.47/2.73  [54]
% 2.47/2.73  is_a_theorem(implies(implies(implies(implies(implies(A,implies(implies(B,C),
% 2.47/2.73                                                         implies(C,implies(B,C)))),D),
% 2.47/2.73                               implies(E,D)),F),implies(V_6,F))) -> true
% 2.47/2.73  collapsed.
% 2.47/2.73  Current number of equations to process: 194
% 2.47/2.73  Current number of ordered equations: 0
% 2.47/2.73  Current number of rules: 128
% 2.47/2.73  New rule produced :
% 2.59/2.80  [179]
% 2.59/2.80  is_a_theorem(implies(A,implies(implies(B,implies(C,C)),implies(implies(D,C),
% 2.59/2.80                                                         implies(C,C))))) ->
% 2.59/2.80  true
% 2.59/2.80  Current number of equations to process: 195
% 2.59/2.80  Current number of ordered equations: 0
% 2.59/2.80  Current number of rules: 129
% 2.59/2.80  New rule produced :
% 2.59/2.80  [180]
% 2.59/2.80  ifeq(is_a_theorem(implies(implies(implies(implies(A,implies(implies(B,C),
% 2.59/2.80                                                      implies(D,implies(B,C)))),E),
% 2.59/2.80                            implies(F,E)),V_6)),true,is_a_theorem(V_6),true) ->
% 2.59/2.80  true
% 2.59/2.80  Rule
% 2.59/2.80  [87]
% 2.59/2.80  ifeq(is_a_theorem(implies(implies(implies(implies(A,implies(implies(B,C),
% 2.59/2.80                                                      implies(C,implies(B,C)))),D),
% 2.59/2.80                            implies(E,D)),F)),true,is_a_theorem(F),true) ->
% 2.59/2.80  true collapsed.
% 2.59/2.80  Current number of equations to process: 194
% 2.59/2.80  Current number of ordered equations: 0
% 2.59/2.80  Current number of rules: 129
% 2.59/2.80  New rule produced :
% 2.59/2.80  [181]
% 2.59/2.80  is_a_theorem(implies(A,implies(implies(implies(implies(implies(implies(B,C),
% 2.59/2.80                                                         implies(D,C)),
% 2.59/2.80                                                 implies(C,E)),implies(F,
% 2.59/2.80                                                               implies(C,E))),V_6),
% 2.59/2.80                         implies(V_7,V_6)))) -> true
% 2.59/2.80  Current number of equations to process: 192
% 2.59/2.80  Current number of ordered equations: 0
% 2.59/2.80  Current number of rules: 130
% 2.59/2.80  New rule produced :
% 2.59/2.80  [182]
% 2.59/2.80  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(C,D),
% 2.59/2.80                                                           not(implies(C,D))),
% 2.59/2.80                                                   implies(E,not(implies(C,D))))),F),
% 2.59/2.80                         implies(V_6,F)))) -> true
% 2.59/2.80  Current number of equations to process: 191
% 2.59/2.80  Current number of ordered equations: 0
% 2.59/2.80  Current number of rules: 131
% 2.59/2.80  New rule produced :
% 2.59/2.80  [183]
% 2.59/2.80  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(C,
% 2.59/2.80                                                                   implies(
% 2.59/2.80                                                                   implies(C,D),
% 2.59/2.80                                                                   implies(E,D)))),F),
% 2.59/2.80                                         implies(V_6,F)),V_7),implies(V_8,V_7))))
% 2.59/2.80  -> true
% 2.59/2.80  Current number of equations to process: 190
% 2.59/2.80  Current number of ordered equations: 0
% 2.59/2.80  Current number of rules: 132
% 2.59/2.80  New rule produced :
% 2.59/2.80  [184]
% 2.59/2.80  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(
% 2.59/2.80                                                                   implies(C,D),
% 2.59/2.80                                                                   implies(D,
% 2.59/2.80                                                                   implies(C,D)))),E),
% 2.59/2.80                                         implies(F,E)),V_6),implies(V_7,V_6))))
% 2.59/2.80  -> true
% 2.59/2.80  Current number of equations to process: 188
% 2.59/2.80  Current number of ordered equations: 0
% 2.59/2.80  Current number of rules: 133
% 2.59/2.80  New rule produced :
% 2.59/2.80  [185] is_a_theorem(implies(A,implies(implies(B,C),implies(C,C)))) -> true
% 2.59/2.80  Rule
% 2.59/2.80  [159]
% 2.59/2.80  is_a_theorem(implies(A,implies(implies(B,implies(C,D)),implies(implies(C,D),
% 2.59/2.80                                                         implies(C,D))))) ->
% 2.59/2.80  true collapsed.
% 2.59/2.80  Current number of equations to process: 188
% 2.59/2.80  Current number of ordered equations: 0
% 2.59/2.80  Current number of rules: 133
% 2.59/2.80  New rule produced :
% 2.59/2.80  [186]
% 2.59/2.80  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(D,
% 2.59/2.80                                                             implies(implies(D,E),
% 2.59/2.80                                                             implies(F,E)))))),V_6),
% 2.59/2.80               implies(V_7,V_6))) -> true
% 2.59/2.80  Current number of equations to process: 189
% 2.59/2.80  Current number of ordered equations: 0
% 2.59/2.80  Current number of rules: 134
% 2.59/2.80  New rule produced :
% 2.59/2.80  [187]
% 2.59/2.80  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,implies(D,implies(
% 2.59/2.80                                                                    implies(D,E),
% 2.59/2.80                                                                    implies(F,E)))))),V_6)),true,
% 2.59/2.80  is_a_theorem(V_6),true) -> true
% 2.59/2.80  Current number of equations to process: 188
% 2.59/2.80  Current number of ordered equations: 0
% 2.60/2.83  Current number of rules: 135
% 2.60/2.83  New rule produced :
% 2.60/2.83  [188]
% 2.60/2.83  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(implies(C,D),
% 2.60/2.83                                                           not(implies(C,D))),
% 2.60/2.83                                                   implies(E,not(implies(C,D)))))),F),
% 2.60/2.83               implies(V_6,F))) -> true
% 2.60/2.83  Current number of equations to process: 189
% 2.60/2.83  Current number of ordered equations: 0
% 2.60/2.83  Current number of rules: 136
% 2.60/2.83  New rule produced :
% 2.60/2.83  [189]
% 2.60/2.83  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(implies(C,
% 2.60/2.83                                                                   implies(
% 2.60/2.83                                                                   implies(C,D),
% 2.60/2.83                                                                   implies(E,D))),F),
% 2.60/2.83                                                   implies(V_6,F)))),V_7),
% 2.60/2.83               implies(V_8,V_7))) -> true
% 2.60/2.83  Current number of equations to process: 188
% 2.60/2.83  Current number of ordered equations: 0
% 2.60/2.83  Current number of rules: 137
% 2.60/2.83  New rule produced :
% 2.60/2.83  [190]
% 2.60/2.83  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(implies(
% 2.60/2.83                                                                   implies(C,D),
% 2.60/2.83                                                                   implies(D,
% 2.60/2.83                                                                   implies(C,D))),E),
% 2.60/2.83                                                   implies(F,E)))),V_6),
% 2.60/2.83               implies(V_7,V_6))) -> true
% 2.60/2.83  Current number of equations to process: 187
% 2.60/2.83  Current number of ordered equations: 0
% 2.60/2.83  Current number of rules: 138
% 2.60/2.83  New rule produced :
% 2.60/2.83  [191]
% 2.60/2.83  ifeq(is_a_theorem(implies(implies(A,implies(implies(not(implies(B,C)),
% 2.60/2.83                                              implies(B,C)),implies(D,implies(B,C)))),E)),true,
% 2.60/2.83  is_a_theorem(implies(F,E)),true) -> true
% 2.60/2.83  Current number of equations to process: 182
% 2.60/2.83  Current number of ordered equations: 0
% 2.60/2.83  Current number of rules: 139
% 2.60/2.83  New rule produced :
% 2.60/2.83  [192]
% 2.60/2.83  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(C,
% 2.60/2.83                                                                   implies(
% 2.60/2.83                                                                   implies(C,D),
% 2.60/2.83                                                                   implies(E,D))),F),
% 2.60/2.83                                                   implies(V_6,F))),V_7),
% 2.60/2.83                         implies(V_8,V_7)))) -> true
% 2.60/2.83  Current number of equations to process: 181
% 2.60/2.83  Current number of ordered equations: 0
% 2.60/2.83  Current number of rules: 140
% 2.60/2.83  New rule produced :
% 2.60/2.83  [193]
% 2.60/2.83  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(
% 2.60/2.83                                                                   implies(C,D),
% 2.60/2.83                                                                   implies(D,
% 2.60/2.83                                                                   implies(C,D))),E),
% 2.60/2.83                                                   implies(F,E))),V_6),
% 2.60/2.83                         implies(V_7,V_6)))) -> true
% 2.60/2.83  Current number of equations to process: 180
% 2.60/2.83  Current number of ordered equations: 0
% 2.60/2.83  Current number of rules: 141
% 2.60/2.83  New rule produced :
% 2.60/2.83  [194]
% 2.60/2.83  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(
% 2.60/2.83                                                               implies(E,
% 2.60/2.83                                                               implies(
% 2.60/2.83                                                               implies(F,V_6),
% 2.60/2.83                                                               implies(V_6,
% 2.60/2.83                                                               implies(F,V_6)))),V_7),
% 2.60/2.83                                                       implies(V_8,V_7)))))))
% 2.60/2.83  -> true
% 2.60/2.83  Current number of equations to process: 173
% 2.60/2.83  Current number of ordered equations: 0
% 2.60/2.83  Current number of rules: 142
% 2.60/2.83  New rule produced :
% 2.60/2.83  [195]
% 2.60/2.83  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(
% 2.60/2.83                                                               implies(E,
% 2.60/2.83                                                               implies(F,
% 2.60/2.83                                                               implies(
% 2.60/2.83                                                               implies(F,V_6),
% 2.79/3.05                                                               implies(V_7,V_6)))),V_8),
% 2.79/3.05                                                       implies(V_9,V_8)))))))
% 2.79/3.05  -> true
% 2.79/3.05  Current number of equations to process: 172
% 2.79/3.05  Current number of ordered equations: 0
% 2.79/3.05  Current number of rules: 143
% 2.79/3.05  New rule produced :
% 2.79/3.05  [196]
% 2.79/3.05  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(
% 2.79/3.05                                                               implies(E,F),
% 2.79/3.05                                                               implies(V_6,F)),
% 2.79/3.05                                                       implies(E,implies(
% 2.79/3.05                                                                 implies(E,F),
% 2.79/3.05                                                                 implies(V_6,F)))))))))
% 2.79/3.05  -> true
% 2.79/3.05  Current number of equations to process: 171
% 2.79/3.05  Current number of ordered equations: 0
% 2.79/3.05  Current number of rules: 144
% 2.79/3.05  New rule produced :
% 2.79/3.05  [197]
% 2.79/3.05  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,implies(C,
% 2.79/3.05                                                                   implies(
% 2.79/3.05                                                                   implies(C,D),
% 2.79/3.05                                                                   implies(E,D))))),F),
% 2.79/3.05                               implies(V_6,F)),V_7),implies(V_8,V_7))) -> true
% 2.79/3.05  Current number of equations to process: 170
% 2.79/3.05  Current number of ordered equations: 0
% 2.79/3.05  Current number of rules: 145
% 2.79/3.05  New rule produced :
% 2.79/3.05  [198]
% 2.79/3.05  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,implies(
% 2.79/3.05                                                                   implies(C,D),
% 2.79/3.05                                                                   implies(D,
% 2.79/3.05                                                                   implies(C,D))))),E),
% 2.79/3.05                               implies(F,E)),V_6),implies(V_7,V_6))) -> true
% 2.79/3.05  Current number of equations to process: 169
% 2.79/3.05  Current number of ordered equations: 0
% 2.79/3.05  Current number of rules: 146
% 2.79/3.05  New rule produced :
% 2.79/3.05  [199]
% 2.79/3.05  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,C),implies(D,C)),
% 2.79/3.05                                         implies(E,implies(implies(B,C),
% 2.79/3.05                                                   implies(D,C)))),F),implies(V_6,F))))
% 2.79/3.05  -> true
% 2.79/3.05  Current number of equations to process: 162
% 2.79/3.05  Current number of ordered equations: 0
% 2.79/3.05  Current number of rules: 147
% 2.79/3.05  New rule produced :
% 2.79/3.05  [200]
% 2.79/3.05  is_a_theorem(implies(implies(implies(implies(implies(implies(A,implies(B,A)),
% 2.79/3.05                                               implies(C,implies(A,implies(B,A)))),D),
% 2.79/3.05                               implies(E,D)),F),implies(V_6,F))) -> true
% 2.79/3.05  Current number of equations to process: 161
% 2.79/3.05  Current number of ordered equations: 0
% 2.79/3.05  Current number of rules: 148
% 2.79/3.05  New rule produced :
% 2.79/3.05  [201]
% 2.79/3.05  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(implies(not(implies(C,D)),
% 2.79/3.05                                                        implies(C,D)),implies(E,
% 2.79/3.05                                                                      implies(C,D))))),F)),true,
% 2.79/3.05  is_a_theorem(F),true) -> true
% 2.79/3.05  Current number of equations to process: 160
% 2.79/3.05  Current number of ordered equations: 0
% 2.79/3.05  Current number of rules: 149
% 2.79/3.05  New rule produced :
% 2.79/3.05  [202]
% 2.79/3.05  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(implies(D,E),
% 2.79/3.05                                                             implies(F,E)),
% 2.79/3.05                                                     implies(E,V_6)),implies(V_7,
% 2.79/3.05                                                                     implies(E,V_6)))))))
% 2.79/3.05  -> true
% 2.79/3.05  Current number of equations to process: 164
% 2.79/3.05  Current number of ordered equations: 0
% 2.79/3.05  Current number of rules: 150
% 2.79/3.05  New rule produced :
% 2.79/3.05  [203]
% 2.79/3.05  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(D,
% 2.79/3.05                                                             implies(E,
% 2.79/3.05                                                             implies(implies(E,F),
% 2.79/3.05                                                             implies(V_6,F))))))),V_7),
% 2.79/3.05               implies(V_8,V_7))) -> true
% 2.79/3.05  Current number of equations to process: 177
% 2.79/3.05  Current number of ordered equations: 0
% 2.79/3.05  Current number of rules: 151
% 3.10/3.34  New rule produced :
% 3.10/3.34  [204]
% 3.10/3.34  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(D,
% 3.10/3.34                                                             implies(implies(E,F),
% 3.10/3.34                                                             implies(F,
% 3.10/3.34                                                             implies(E,F))))))),V_6),
% 3.10/3.34               implies(V_7,V_6))) -> true
% 3.10/3.34  Current number of equations to process: 181
% 3.10/3.34  Current number of ordered equations: 0
% 3.10/3.34  Current number of rules: 152
% 3.10/3.34  New rule produced :
% 3.10/3.34  [205]
% 3.10/3.34  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,implies(D,implies(E,
% 3.10/3.34                                                                    implies(
% 3.10/3.34                                                                    implies(E,F),
% 3.10/3.34                                                                    implies(V_6,F))))))),V_7)),true,
% 3.10/3.34  is_a_theorem(V_7),true) -> true
% 3.10/3.34  Current number of equations to process: 180
% 3.10/3.34  Current number of ordered equations: 0
% 3.10/3.34  Current number of rules: 153
% 3.10/3.34  New rule produced :
% 3.10/3.34  [206]
% 3.10/3.34  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,implies(D,implies(
% 3.10/3.34                                                                    implies(E,F),
% 3.10/3.34                                                                    implies(F,
% 3.10/3.34                                                                    implies(E,F))))))),V_6)),true,
% 3.10/3.34  is_a_theorem(V_6),true) -> true
% 3.10/3.34  Current number of equations to process: 179
% 3.10/3.34  Current number of ordered equations: 0
% 3.10/3.34  Current number of rules: 154
% 3.10/3.34  New rule produced :
% 3.10/3.34  [207]
% 3.10/3.34  ifeq(is_a_theorem(A),true,is_a_theorem(implies(implies(B,A),implies(C,A))),true)
% 3.10/3.34  -> true
% 3.10/3.34  Current number of equations to process: 185
% 3.10/3.34  Current number of ordered equations: 0
% 3.10/3.34  Current number of rules: 155
% 3.10/3.34  New rule produced :
% 3.10/3.34  [208]
% 3.10/3.34  ifeq(is_a_theorem(implies(implies(A,implies(implies(B,A),implies(C,A))),D)),true,
% 3.10/3.34  is_a_theorem(D),true) -> true
% 3.10/3.34  Current number of equations to process: 184
% 3.10/3.34  Current number of ordered equations: 0
% 3.10/3.34  Current number of rules: 156
% 3.10/3.34  New rule produced :
% 3.10/3.34  [209]
% 3.10/3.34  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,D)),C),implies(E,C))))
% 3.10/3.34  -> true
% 3.10/3.34  Current number of equations to process: 184
% 3.10/3.34  Current number of ordered equations: 0
% 3.10/3.34  Current number of rules: 157
% 3.10/3.34  New rule produced :
% 3.10/3.34  [210]
% 3.10/3.34  is_a_theorem(implies(implies(implies(A,implies(implies(B,A),implies(C,A))),D),
% 3.10/3.34               implies(E,D))) -> true
% 3.10/3.34  Current number of equations to process: 184
% 3.10/3.34  Current number of ordered equations: 0
% 3.10/3.34  Current number of rules: 158
% 3.10/3.34  New rule produced :
% 3.10/3.34  [211]
% 3.10/3.34  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(implies(C,B),implies(D,B)))),E)),true,
% 3.10/3.34  is_a_theorem(implies(F,E)),true) -> true
% 3.10/3.34  Current number of equations to process: 188
% 3.10/3.34  Current number of ordered equations: 0
% 3.10/3.34  Current number of rules: 159
% 3.10/3.34  New rule produced :
% 3.10/3.34  [212]
% 3.10/3.34  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(implies(D,C),
% 3.10/3.34                                                             implies(E,C)))),F),
% 3.10/3.34                         implies(V_6,F)))) -> true
% 3.10/3.34  Current number of equations to process: 191
% 3.10/3.34  Current number of ordered equations: 0
% 3.10/3.34  Current number of rules: 160
% 3.10/3.34  New rule produced :
% 3.10/3.34  [213]
% 3.10/3.34  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(E,D),
% 3.10/3.34                                                       implies(F,D))))))) ->
% 3.10/3.34  true
% 3.10/3.34  Current number of equations to process: 191
% 3.10/3.34  Current number of ordered equations: 0
% 3.10/3.34  Current number of rules: 161
% 3.10/3.34  New rule produced :
% 3.10/3.34  [214]
% 3.10/3.34  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(C,B),
% 3.10/3.34                                                   implies(D,B))),E),implies(F,E))))
% 3.10/3.34  -> true
% 3.10/3.34  Current number of equations to process: 193
% 3.10/3.34  Current number of ordered equations: 0
% 3.10/3.34  Current number of rules: 162
% 3.10/3.34  New rule produced :
% 3.10/3.34  [215]
% 3.10/3.34  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(implies(D,C),
% 3.10/3.34                                                             implies(E,C))))),F),
% 3.10/3.34               implies(V_6,F))) -> true
% 3.10/3.34  Current number of equations to process: 192
% 3.10/3.34  Current number of ordered equations: 0
% 3.10/3.34  Current number of rules: 163
% 3.10/3.34  New rule produced :
% 3.10/3.34  [216]
% 3.10/3.34  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,implies(implies(D,C),
% 3.70/3.93                                                          implies(E,C))))),F)),true,
% 3.70/3.93  is_a_theorem(F),true) -> true
% 3.70/3.93  Current number of equations to process: 191
% 3.70/3.93  Current number of ordered equations: 0
% 3.70/3.93  Current number of rules: 164
% 3.70/3.93  New rule produced :
% 3.70/3.93  [217]
% 3.70/3.93  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,
% 3.70/3.93                                                             implies(implies(E,D),
% 3.70/3.93                                                             implies(F,D)))),V_6),
% 3.70/3.93                                   implies(V_7,V_6))))) -> true
% 3.70/3.93  Current number of equations to process: 190
% 3.70/3.93  Current number of ordered equations: 0
% 3.70/3.93  Current number of rules: 165
% 3.70/3.93  New rule produced :
% 3.70/3.93  [218]
% 3.70/3.93  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,implies(
% 3.70/3.93                                                                   implies(C,B),
% 3.70/3.93                                                                   implies(D,B)))),E),
% 3.70/3.93                               implies(F,E)),V_6),implies(V_7,V_6))) -> true
% 3.70/3.93  Current number of equations to process: 189
% 3.70/3.93  Current number of ordered equations: 0
% 3.70/3.93  Current number of rules: 166
% 3.70/3.93  New rule produced :
% 3.70/3.93  [219]
% 3.70/3.93  ifeq(is_a_theorem(implies(implies(implies(implies(A,implies(B,implies(
% 3.70/3.93                                                                implies(C,B),
% 3.70/3.93                                                                implies(D,B)))),E),
% 3.70/3.93                            implies(F,E)),V_6)),true,is_a_theorem(V_6),true) ->
% 3.70/3.93  true
% 3.70/3.93  Current number of equations to process: 193
% 3.70/3.93  Current number of ordered equations: 0
% 3.70/3.93  Current number of rules: 167
% 3.70/3.93  New rule produced :
% 3.70/3.93  [220]
% 3.70/3.93  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(E,
% 3.70/3.93                                                               implies(F,E)),
% 3.70/3.93                                                       implies(V_6,implies(E,
% 3.70/3.93                                                                   implies(F,E)))))))))
% 3.70/3.93  -> true
% 3.70/3.93  Current number of equations to process: 201
% 3.70/3.93  Current number of ordered equations: 0
% 3.70/3.93  Current number of rules: 168
% 3.70/3.93  New rule produced :
% 3.70/3.93  [221]
% 3.70/3.93  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(
% 3.70/3.93                                                               not(implies(E,F)),
% 3.70/3.93                                                               implies(E,F)),
% 3.70/3.93                                                       implies(V_6,implies(E,F))))))))
% 3.70/3.93  -> true
% 3.70/3.93  Current number of equations to process: 210
% 3.70/3.93  Current number of ordered equations: 0
% 3.70/3.93  Current number of rules: 169
% 3.70/3.93  New rule produced :
% 3.70/3.93  [222]
% 3.70/3.93  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(implies(D,
% 3.70/3.93                                                                     implies(E,D)),
% 3.70/3.93                                                             implies(F,
% 3.70/3.93                                                             implies(D,
% 3.70/3.93                                                             implies(E,D)))))),V_6),
% 3.70/3.93                         implies(V_7,V_6)))) -> true
% 3.70/3.93  Current number of equations to process: 211
% 3.70/3.93  Current number of ordered equations: 0
% 3.70/3.93  Current number of rules: 170
% 3.70/3.93  New rule produced :
% 3.70/3.93  [223]
% 3.70/3.93  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,E),D),
% 3.70/3.93                                             implies(F,D)))))) -> true
% 3.70/3.93  Current number of equations to process: 233
% 3.70/3.93  Current number of ordered equations: 0
% 3.70/3.93  Current number of rules: 171
% 3.70/3.93  New rule produced :
% 3.70/3.93  [224]
% 3.70/3.93  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(F,
% 3.70/3.93                                                                 implies(
% 3.70/3.93                                                                 implies(F,V_6),
% 3.70/3.93                                                                 implies(V_7,V_6)))))))))
% 3.70/3.93  -> true
% 3.70/3.93  Rule
% 3.70/3.93  [196]
% 3.70/3.93  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(
% 3.70/3.93                                                               implies(E,F),
% 3.70/3.93                                                               implies(V_6,F)),
% 3.70/3.93                                                       implies(E,implies(
% 3.70/3.93                                                                 implies(E,F),
% 3.70/3.93                                                                 implies(V_6,F)))))))))
% 3.79/4.07  -> true collapsed.
% 3.79/4.07  Current number of equations to process: 248
% 3.79/4.07  Current number of ordered equations: 0
% 3.79/4.07  Current number of rules: 171
% 3.79/4.07  New rule produced :
% 3.79/4.07  [225]
% 3.79/4.07  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(
% 3.79/4.07                                                                 implies(F,V_6),
% 3.79/4.07                                                                 implies(V_6,
% 3.79/4.07                                                                 implies(F,V_6)))))))))
% 3.79/4.07  -> true
% 3.79/4.07  Current number of equations to process: 247
% 3.79/4.07  Current number of ordered equations: 0
% 3.79/4.07  Current number of rules: 172
% 3.79/4.07  New rule produced :
% 3.79/4.07  [226]
% 3.79/4.07  is_a_theorem(implies(A,implies(implies(implies(implies(B,C),implies(D,
% 3.79/4.07                                                              implies(B,C))),E),
% 3.79/4.07                         implies(F,E)))) -> true
% 3.79/4.07  Rule
% 3.79/4.07  [40]
% 3.79/4.07  is_a_theorem(implies(A,implies(implies(implies(implies(B,C),implies(C,
% 3.79/4.07                                                              implies(B,C))),D),
% 3.79/4.07                         implies(E,D)))) -> true collapsed.
% 3.79/4.07  Rule
% 3.79/4.07  [148]
% 3.79/4.07  is_a_theorem(implies(A,implies(implies(implies(implies(B,implies(C,B)),
% 3.79/4.07                                         implies(D,implies(B,implies(C,B)))),E),
% 3.79/4.07                         implies(F,E)))) -> true collapsed.
% 3.79/4.07  Rule
% 3.79/4.07  [199]
% 3.79/4.07  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,C),implies(D,C)),
% 3.79/4.07                                         implies(E,implies(implies(B,C),
% 3.79/4.07                                                   implies(D,C)))),F),implies(V_6,F))))
% 3.79/4.07  -> true collapsed.
% 3.79/4.07  Current number of equations to process: 247
% 3.79/4.07  Current number of ordered equations: 0
% 3.79/4.07  Current number of rules: 170
% 3.79/4.07  New rule produced :
% 3.79/4.07  [227]
% 3.79/4.07  ifeq(is_a_theorem(implies(implies(implies(A,B),implies(C,implies(A,B))),D)),true,
% 3.79/4.07  is_a_theorem(implies(E,D)),true) -> true
% 3.79/4.07  Rule
% 3.79/4.07  [37]
% 3.79/4.07  ifeq(is_a_theorem(implies(implies(implies(A,B),implies(B,implies(A,B))),C)),true,
% 3.79/4.07  is_a_theorem(implies(D,C)),true) -> true collapsed.
% 3.79/4.07  Rule
% 3.79/4.07  [147]
% 3.79/4.07  ifeq(is_a_theorem(implies(implies(implies(A,implies(B,A)),implies(C,implies(A,
% 3.79/4.07                                                                      implies(B,A)))),D)),true,
% 3.79/4.07  is_a_theorem(implies(E,D)),true) -> true collapsed.
% 3.79/4.07  Current number of equations to process: 248
% 3.79/4.07  Current number of ordered equations: 0
% 3.79/4.07  Current number of rules: 169
% 3.79/4.07  New rule produced :
% 3.79/4.07  [228]
% 3.79/4.07  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(C,D),
% 3.79/4.07                                                   implies(E,implies(C,D))),F),
% 3.79/4.07                                   implies(V_6,F))))) -> true
% 3.79/4.07  Rule
% 3.79/4.07  [60]
% 3.79/4.07  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(C,D),
% 3.79/4.07                                                   implies(D,implies(C,D))),E),
% 3.79/4.07                                   implies(F,E))))) -> true collapsed.
% 3.79/4.07  Rule
% 3.79/4.07  [150]
% 3.79/4.07  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(C,implies(D,C)),
% 3.79/4.07                                                   implies(E,implies(C,
% 3.79/4.07                                                             implies(D,C)))),F),
% 3.79/4.07                                   implies(V_6,F))))) -> true collapsed.
% 3.79/4.07  Current number of equations to process: 249
% 3.79/4.07  Current number of ordered equations: 0
% 3.79/4.07  Current number of rules: 168
% 3.79/4.07  New rule produced :
% 3.79/4.07  [229]
% 3.79/4.07  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(C,D),
% 3.79/4.07                                                   implies(E,implies(C,D))))),F),
% 3.79/4.07               implies(V_6,F))) -> true
% 3.79/4.07  Rule
% 3.79/4.07  [95]
% 3.79/4.07  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(C,D),
% 3.79/4.07                                                   implies(D,implies(C,D))))),E),
% 3.79/4.07               implies(F,E))) -> true collapsed.
% 3.79/4.07  Rule
% 3.79/4.07  [151]
% 3.79/4.07  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(C,implies(D,C)),
% 3.79/4.07                                                   implies(E,implies(C,
% 3.79/4.07                                                             implies(D,C)))))),F),
% 3.79/4.07               implies(V_6,F))) -> true collapsed.
% 3.79/4.07  Current number of equations to process: 250
% 3.79/4.07  Current number of ordered equations: 0
% 3.79/4.07  Current number of rules: 167
% 3.79/4.07  New rule produced :
% 3.79/4.07  [230]
% 3.79/4.07  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(implies(C,D),implies(E,
% 4.00/4.22                                                                     implies(C,D))))),F)),true,
% 4.00/4.22  is_a_theorem(F),true) -> true
% 4.00/4.22  Rule
% 4.00/4.22  [97]
% 4.00/4.22  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(implies(C,D),implies(D,
% 4.00/4.22                                                                     implies(C,D))))),E)),true,
% 4.00/4.22  is_a_theorem(E),true) -> true collapsed.
% 4.00/4.22  Rule
% 4.00/4.22  [153]
% 4.00/4.22  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(implies(C,implies(D,C)),
% 4.00/4.22                                                implies(E,implies(C,implies(D,C)))))),F)),true,
% 4.00/4.22  is_a_theorem(F),true) -> true collapsed.
% 4.00/4.22  Current number of equations to process: 249
% 4.00/4.22  Current number of ordered equations: 0
% 4.00/4.22  Current number of rules: 166
% 4.00/4.22  New rule produced :
% 4.00/4.22  [231]
% 4.00/4.22  is_a_theorem(implies(implies(implies(implies(implies(implies(A,B),implies(C,
% 4.00/4.22                                                                    implies(A,B))),D),
% 4.00/4.22                               implies(E,D)),F),implies(V_6,F))) -> true
% 4.00/4.22  Rule
% 4.00/4.22  [44]
% 4.00/4.22  is_a_theorem(implies(implies(implies(implies(implies(implies(A,B),implies(B,
% 4.00/4.22                                                                    implies(A,B))),C),
% 4.00/4.22                               implies(D,C)),E),implies(F,E))) -> true
% 4.00/4.22  collapsed.
% 4.00/4.22  Rule
% 4.00/4.22  [200]
% 4.00/4.22  is_a_theorem(implies(implies(implies(implies(implies(implies(A,implies(B,A)),
% 4.00/4.22                                               implies(C,implies(A,implies(B,A)))),D),
% 4.00/4.22                               implies(E,D)),F),implies(V_6,F))) -> true
% 4.00/4.22  collapsed.
% 4.00/4.22  Current number of equations to process: 248
% 4.00/4.22  Current number of ordered equations: 0
% 4.00/4.22  Current number of rules: 165
% 4.00/4.22  New rule produced :
% 4.00/4.22  [232]
% 4.00/4.22  ifeq(is_a_theorem(implies(implies(implies(implies(implies(A,B),implies(C,
% 4.00/4.22                                                                 implies(A,B))),D),
% 4.00/4.22                            implies(E,D)),F)),true,is_a_theorem(F),true) ->
% 4.00/4.22  true
% 4.00/4.22  Rule
% 4.00/4.22  [47]
% 4.00/4.22  ifeq(is_a_theorem(implies(implies(implies(implies(implies(A,B),implies(B,
% 4.00/4.22                                                                 implies(A,B))),C),
% 4.00/4.22                            implies(D,C)),E)),true,is_a_theorem(E),true) ->
% 4.00/4.22  true collapsed.
% 4.00/4.22  Current number of equations to process: 247
% 4.00/4.22  Current number of ordered equations: 0
% 4.00/4.22  Current number of rules: 165
% 4.00/4.22  New rule produced :
% 4.00/4.22  [233]
% 4.00/4.22  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(E,F),
% 4.00/4.22                                                       implies(V_6,implies(E,F))))))))
% 4.00/4.22  -> true
% 4.00/4.22  Rule
% 4.00/4.22  [139]
% 4.00/4.22  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(E,F),
% 4.00/4.22                                                       implies(F,implies(E,F))))))))
% 4.00/4.22  -> true collapsed.
% 4.00/4.22  Rule
% 4.00/4.22  [220]
% 4.00/4.22  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(E,
% 4.00/4.22                                                               implies(F,E)),
% 4.00/4.22                                                       implies(V_6,implies(E,
% 4.00/4.22                                                                   implies(F,E)))))))))
% 4.00/4.22  -> true collapsed.
% 4.00/4.22  Current number of equations to process: 252
% 4.00/4.22  Current number of ordered equations: 0
% 4.00/4.22  Current number of rules: 164
% 4.00/4.22  New rule produced :
% 4.00/4.22  [234]
% 4.00/4.22  ifeq(is_a_theorem(implies(implies(A,B),A)),true,is_a_theorem(implies(C,A)),true)
% 4.00/4.22  -> true
% 4.00/4.22  Current number of equations to process: 253
% 4.00/4.22  Current number of ordered equations: 0
% 4.00/4.22  Current number of rules: 165
% 4.00/4.22  New rule produced :
% 4.00/4.22  [235]
% 4.00/4.22  ifeq(is_a_theorem(implies(implies(implies(implies(A,B),A),implies(C,A)),D)),true,
% 4.00/4.22  is_a_theorem(D),true) -> true
% 4.00/4.22  Current number of equations to process: 252
% 4.00/4.22  Current number of ordered equations: 0
% 4.00/4.22  Current number of rules: 166
% 4.00/4.22  New rule produced :
% 4.00/4.22  [236]
% 4.00/4.22  is_a_theorem(implies(A,implies(implies(B,implies(B,C)),implies(D,implies(B,C)))))
% 4.00/4.22  -> true
% 4.00/4.22  Current number of equations to process: 252
% 4.00/4.22  Current number of ordered equations: 0
% 4.00/4.22  Current number of rules: 167
% 4.00/4.22  New rule produced :
% 4.00/4.22  [237] is_a_theorem(implies(A,implies(B,implies(C,B)))) -> true
% 4.00/4.22  Rule
% 4.00/4.22  [73]
% 4.00/4.22  is_a_theorem(implies(A,implies(implies(B,C),implies(D,implies(B,C))))) ->
% 4.00/4.22  true collapsed.
% 4.00/4.22  Current number of equations to process: 252
% 4.00/4.22  Current number of ordered equations: 0
% 4.00/4.22  Current number of rules: 167
% 4.00/4.22  New rule produced :
% 4.22/4.46  [238]
% 4.22/4.46  is_a_theorem(implies(implies(implies(implies(implies(A,B),A),implies(C,A)),D),
% 4.22/4.46               implies(E,D))) -> true
% 4.22/4.46  Current number of equations to process: 252
% 4.22/4.46  Current number of ordered equations: 0
% 4.22/4.46  Current number of rules: 168
% 4.22/4.46  New rule produced :
% 4.22/4.46  [239]
% 4.22/4.46  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(implies(D,E),
% 4.22/4.46                                                             implies(F,
% 4.22/4.46                                                             implies(D,E)))))),V_6),
% 4.22/4.46               implies(V_7,V_6))) -> true
% 4.22/4.46  Current number of equations to process: 251
% 4.22/4.46  Current number of ordered equations: 0
% 4.22/4.46  Current number of rules: 169
% 4.22/4.46  New rule produced :
% 4.22/4.46  [240]
% 4.22/4.46  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(C,D),C),
% 4.22/4.46                                                   implies(E,C))),F),implies(V_6,F))))
% 4.22/4.46  -> true
% 4.22/4.46  Current number of equations to process: 254
% 4.22/4.46  Current number of ordered equations: 0
% 4.22/4.46  Current number of rules: 170
% 4.22/4.46  New rule produced :
% 4.22/4.46  [241]
% 4.22/4.46  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(B,C),B),implies(D,B))),E)),true,
% 4.22/4.46  is_a_theorem(implies(F,E)),true) -> true
% 4.22/4.46  Current number of equations to process: 253
% 4.22/4.46  Current number of ordered equations: 0
% 4.22/4.46  Current number of rules: 171
% 4.22/4.46  New rule produced :
% 4.22/4.46  [242]
% 4.22/4.46  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(implies(
% 4.22/4.46                                                                     implies(D,E),D),
% 4.22/4.46                                                             implies(F,D))),V_6),
% 4.22/4.46                                   implies(V_7,V_6))))) -> true
% 4.22/4.46  Current number of equations to process: 252
% 4.22/4.46  Current number of ordered equations: 0
% 4.22/4.46  Current number of rules: 172
% 4.22/4.46  New rule produced :
% 4.22/4.46  [243]
% 4.22/4.46  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(implies(C,D),C),
% 4.22/4.46                                                   implies(E,C)),F),implies(V_6,F)))))
% 4.22/4.46  -> true
% 4.22/4.46  Current number of equations to process: 256
% 4.22/4.46  Current number of ordered equations: 0
% 4.22/4.46  Current number of rules: 173
% 4.22/4.46  New rule produced :
% 4.22/4.46  [244]
% 4.22/4.46  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(implies(
% 4.22/4.46                                                                     implies(D,E),D),
% 4.22/4.46                                                             implies(F,D)))),V_6),
% 4.22/4.46                         implies(V_7,V_6)))) -> true
% 4.22/4.46  Current number of equations to process: 259
% 4.22/4.46  Current number of ordered equations: 0
% 4.22/4.46  Current number of rules: 174
% 4.22/4.46  New rule produced :
% 4.22/4.46  [245]
% 4.22/4.46  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,implies(implies(D,E),
% 4.22/4.46                                                          implies(F,implies(D,E)))))),V_6)),true,
% 4.22/4.46  is_a_theorem(V_6),true) -> true
% 4.22/4.46  Current number of equations to process: 258
% 4.22/4.46  Current number of ordered equations: 0
% 4.22/4.46  Current number of rules: 175
% 4.22/4.46  New rule produced :
% 4.22/4.46  [246]
% 4.22/4.46  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(implies(implies(C,D),C),
% 4.22/4.46                                                implies(E,C)))),F)),true,
% 4.22/4.46  is_a_theorem(implies(V_6,F)),true) -> true
% 4.22/4.46  Current number of equations to process: 257
% 4.22/4.46  Current number of ordered equations: 0
% 4.22/4.46  Current number of rules: 176
% 4.22/4.46  New rule produced :
% 4.22/4.46  [247]
% 4.22/4.46  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(
% 4.22/4.46                                                               implies(E,F),E),
% 4.22/4.46                                                       implies(V_6,E))))))) ->
% 4.22/4.46  true
% 4.22/4.46  Current number of equations to process: 259
% 4.22/4.46  Current number of ordered equations: 0
% 4.22/4.46  Current number of rules: 177
% 4.22/4.46  New rule produced :
% 4.22/4.46  [248]
% 4.22/4.46  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(
% 4.22/4.46                                                               implies(E,F),
% 4.22/4.46                                                               not(implies(E,F))),
% 4.22/4.46                                                       implies(V_6,not(
% 4.22/4.46                                                                   implies(E,F)))))))))
% 4.22/4.46  -> true
% 4.22/4.46  Current number of equations to process: 259
% 4.22/4.46  Current number of ordered equations: 0
% 4.22/4.46  Current number of rules: 178
% 4.22/4.46  New rule produced :
% 4.22/4.46  [249]
% 4.22/4.46  is_a_theorem(implies(implies(implies(implies(implies(A,implies(implies(
% 4.22/4.46                                                                 implies(B,C),B),
% 4.38/4.59                                                         implies(D,B))),E),
% 4.38/4.59                               implies(F,E)),V_6),implies(V_7,V_6))) -> true
% 4.38/4.59  Current number of equations to process: 258
% 4.38/4.59  Current number of ordered equations: 0
% 4.38/4.59  Current number of rules: 179
% 4.38/4.59  New rule produced :
% 4.38/4.59  [250]
% 4.38/4.59  is_a_theorem(implies(implies(implies(A,implies(implies(implies(implies(
% 4.38/4.59                                                                 implies(B,C),B),
% 4.38/4.59                                                         implies(D,B)),E),
% 4.38/4.59                                         implies(F,E))),V_6),implies(V_7,V_6)))
% 4.38/4.59  -> true
% 4.38/4.59  Current number of equations to process: 257
% 4.38/4.59  Current number of ordered equations: 0
% 4.38/4.59  Current number of rules: 180
% 4.38/4.59  New rule produced :
% 4.38/4.59  [251]
% 4.38/4.59  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,
% 4.38/4.59                                                             implies(implies(
% 4.38/4.59                                                                     implies(E,F),E),
% 4.38/4.59                                                             implies(V_6,E)))),V_7),
% 4.38/4.59                                   implies(V_8,V_7))))) -> true
% 4.38/4.59  Current number of equations to process: 256
% 4.38/4.59  Current number of ordered equations: 0
% 4.38/4.59  Current number of rules: 181
% 4.38/4.59  New rule produced :
% 4.38/4.59  [252]
% 4.38/4.59  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 4.38/4.59                                                             implies(implies(E,F),
% 4.38/4.59                                                             implies(V_6,
% 4.38/4.59                                                             implies(E,F)))),V_7),
% 4.38/4.59                                             implies(V_8,V_7)))))) -> true
% 4.38/4.59  Rule
% 4.38/4.59  [98]
% 4.38/4.59  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 4.38/4.59                                                             implies(implies(E,F),
% 4.38/4.59                                                             implies(F,
% 4.38/4.59                                                             implies(E,F)))),V_6),
% 4.38/4.59                                             implies(V_7,V_6)))))) -> true
% 4.38/4.59  collapsed.
% 4.38/4.59  Current number of equations to process: 261
% 4.38/4.59  Current number of ordered equations: 0
% 4.38/4.59  Current number of rules: 181
% 4.38/4.59  New rule produced :
% 4.38/4.59  [253]
% 4.38/4.59  ifeq(is_a_theorem(implies(implies(implies(implies(A,implies(implies(implies(B,C),B),
% 4.38/4.59                                                      implies(D,B))),E),
% 4.38/4.59                            implies(F,E)),V_6)),true,is_a_theorem(V_6),true) ->
% 4.38/4.59  true
% 4.38/4.59  Current number of equations to process: 260
% 4.38/4.59  Current number of ordered equations: 0
% 4.38/4.59  Current number of rules: 182
% 4.38/4.59  New rule produced :
% 4.38/4.59  [254]
% 4.38/4.59  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(implies(implies(B,C),B),
% 4.38/4.59                                                      implies(D,B)),E),
% 4.38/4.59                                      implies(F,E))),V_6)),true,is_a_theorem(V_6),true)
% 4.38/4.59  -> true
% 4.38/4.59  Current number of equations to process: 259
% 4.38/4.59  Current number of ordered equations: 0
% 4.38/4.59  Current number of rules: 183
% 4.38/4.59  New rule produced :
% 4.38/4.59  [255]
% 4.38/4.59  is_a_theorem(implies(A,implies(implies(implies(implies(B,C),implies(C,C)),D),
% 4.38/4.59                         implies(E,D)))) -> true
% 4.38/4.59  Current number of equations to process: 263
% 4.38/4.59  Current number of ordered equations: 0
% 4.38/4.59  Current number of rules: 184
% 4.38/4.59  New rule produced :
% 4.38/4.59  [256]
% 4.38/4.59  is_a_theorem(implies(A,implies(B,implies(implies(C,implies(D,D)),implies(
% 4.38/4.59                                                                   implies(E,D),
% 4.38/4.59                                                                   implies(D,D))))))
% 4.38/4.59  -> true
% 4.38/4.59  Current number of equations to process: 264
% 4.38/4.59  Current number of ordered equations: 0
% 4.38/4.59  Current number of rules: 185
% 4.38/4.59  New rule produced :
% 4.38/4.59  [257]
% 4.38/4.59  is_a_theorem(implies(implies(implies(A,implies(implies(B,implies(C,C)),
% 4.38/4.59                                         implies(implies(D,C),implies(C,C)))),E),
% 4.38/4.59               implies(F,E))) -> true
% 4.38/4.59  Current number of equations to process: 263
% 4.38/4.59  Current number of ordered equations: 0
% 4.38/4.59  Current number of rules: 186
% 4.38/4.59  New rule produced :
% 4.38/4.59  [258]
% 4.38/4.59  ifeq(is_a_theorem(implies(implies(A,implies(implies(B,implies(C,C)),implies(
% 4.38/4.59                                                                      implies(D,C),
% 4.50/4.70                                                                      implies(C,C)))),E)),true,
% 4.50/4.70  is_a_theorem(E),true) -> true
% 4.50/4.70  Current number of equations to process: 262
% 4.50/4.70  Current number of ordered equations: 0
% 4.50/4.70  Current number of rules: 187
% 4.50/4.70  New rule produced :
% 4.50/4.70  [259]
% 4.50/4.70  is_a_theorem(implies(A,implies(implies(implies(B,C),implies(implies(implies(
% 4.50/4.70                                                                      not(D),
% 4.50/4.70                                                                      not(E)),F),D)),
% 4.50/4.70                         implies(V_6,implies(implies(D,B),implies(E,B)))))) ->
% 4.50/4.70  true
% 4.50/4.70  Current number of equations to process: 262
% 4.50/4.70  Current number of ordered equations: 0
% 4.50/4.70  Current number of rules: 188
% 4.50/4.70  New rule produced :
% 4.50/4.70  [260]
% 4.50/4.70  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,D),implies(
% 4.50/4.70                                                                implies(E,C),
% 4.50/4.70                                                                implies(F,C))),
% 4.50/4.70                                   implies(V_6,implies(implies(E,C),implies(F,C)))))))
% 4.50/4.70  -> true
% 4.50/4.70  Current number of equations to process: 261
% 4.50/4.70  Current number of ordered equations: 0
% 4.50/4.70  Current number of rules: 189
% 4.50/4.70  New rule produced :
% 4.50/4.70  [261]
% 4.50/4.70  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(
% 4.50/4.70                                                                 implies(
% 4.50/4.70                                                                 implies(F,
% 4.50/4.70                                                                 implies(
% 4.50/4.70                                                                 implies(F,V_6),
% 4.50/4.70                                                                 implies(V_7,V_6))),V_8),
% 4.50/4.70                                                                 implies(V_9,V_8))))))))
% 4.50/4.70  -> true
% 4.50/4.70  Current number of equations to process: 260
% 4.50/4.70  Current number of ordered equations: 0
% 4.50/4.70  Current number of rules: 190
% 4.50/4.70  New rule produced :
% 4.50/4.70  [262]
% 4.50/4.70  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(
% 4.50/4.70                                                                 implies(
% 4.50/4.70                                                                 implies(
% 4.50/4.70                                                                 implies(F,V_6),
% 4.50/4.70                                                                 implies(V_6,
% 4.50/4.70                                                                 implies(F,V_6))),V_7),
% 4.50/4.70                                                                 implies(V_8,V_7))))))))
% 4.50/4.70  -> true
% 4.50/4.70  Current number of equations to process: 259
% 4.50/4.70  Current number of ordered equations: 0
% 4.50/4.70  Current number of rules: 191
% 4.50/4.70  New rule produced :
% 4.50/4.70  [263]
% 4.50/4.70  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 4.50/4.70                                                             implies(E,
% 4.50/4.70                                                             implies(F,
% 4.50/4.70                                                             implies(implies(F,V_6),
% 4.50/4.70                                                             implies(V_7,V_6))))),V_8),
% 4.50/4.70                                             implies(V_9,V_8)))))) -> true
% 4.50/4.70  Current number of equations to process: 258
% 4.50/4.70  Current number of ordered equations: 0
% 4.50/4.70  Current number of rules: 192
% 4.50/4.70  New rule produced :
% 4.50/4.70  [264]
% 4.50/4.70  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 4.50/4.70                                                             implies(E,
% 4.50/4.70                                                             implies(implies(F,V_6),
% 4.50/4.70                                                             implies(V_6,
% 4.50/4.70                                                             implies(F,V_6))))),V_7),
% 4.50/4.70                                             implies(V_8,V_7)))))) -> true
% 4.50/4.70  Current number of equations to process: 257
% 4.50/4.70  Current number of ordered equations: 0
% 4.50/4.70  Current number of rules: 193
% 4.50/4.70  New rule produced :
% 4.50/4.70  [265]
% 4.50/4.70  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(implies(D,
% 4.50/4.70                                                                     implies(E,D)),
% 4.50/4.70                                                             implies(F,
% 4.50/4.70                                                             implies(D,
% 4.50/4.70                                                             implies(E,D)))),V_6),
% 4.60/4.83                                             implies(V_7,V_6)))))) -> true
% 4.60/4.83  Current number of equations to process: 256
% 4.60/4.83  Current number of ordered equations: 0
% 4.60/4.83  Current number of rules: 194
% 4.60/4.83  New rule produced :
% 4.60/4.83  [266]
% 4.60/4.83  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,implies(
% 4.60/4.83                                                                   implies(C,D),
% 4.60/4.83                                                                   implies(E,
% 4.60/4.83                                                                   implies(C,D)))),F),
% 4.60/4.83                                         implies(V_6,F))),V_7),implies(V_8,V_7)))
% 4.60/4.83  -> true
% 4.60/4.83  Rule
% 4.60/4.83  [157]
% 4.60/4.83  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,implies(
% 4.60/4.83                                                                   implies(C,D),
% 4.60/4.83                                                                   implies(D,
% 4.60/4.83                                                                   implies(C,D)))),E),
% 4.60/4.83                                         implies(F,E))),V_6),implies(V_7,V_6)))
% 4.60/4.83  -> true collapsed.
% 4.60/4.83  Current number of equations to process: 255
% 4.60/4.83  Current number of ordered equations: 0
% 4.60/4.83  Current number of rules: 194
% 4.60/4.83  New rule produced :
% 4.60/4.83  [267]
% 4.60/4.83  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,implies(
% 4.60/4.83                                                                   implies(
% 4.60/4.83                                                                   implies(C,D),C),
% 4.60/4.83                                                                   implies(E,C)))),F),
% 4.60/4.83                               implies(V_6,F)),V_7),implies(V_8,V_7))) -> true
% 4.60/4.83  Current number of equations to process: 254
% 4.60/4.83  Current number of ordered equations: 0
% 4.60/4.83  Current number of rules: 195
% 4.60/4.83  New rule produced :
% 4.60/4.83  [268]
% 4.60/4.83  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(
% 4.60/4.83                                                                   implies(C,D),
% 4.60/4.83                                                                   implies(E,
% 4.60/4.83                                                                   implies(C,D)))),F),
% 4.60/4.83                                         implies(V_6,F)),V_7),implies(V_8,V_7))))
% 4.60/4.83  -> true
% 4.60/4.83  Rule
% 4.60/4.83  [184]
% 4.60/4.83  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(
% 4.60/4.83                                                                   implies(C,D),
% 4.60/4.83                                                                   implies(D,
% 4.60/4.83                                                                   implies(C,D)))),E),
% 4.60/4.83                                         implies(F,E)),V_6),implies(V_7,V_6))))
% 4.60/4.83  -> true collapsed.
% 4.60/4.83  Current number of equations to process: 253
% 4.60/4.83  Current number of ordered equations: 0
% 4.60/4.83  Current number of rules: 195
% 4.60/4.83  New rule produced :
% 4.60/4.83  [269]
% 4.60/4.83  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(
% 4.60/4.83                                                               implies(E,
% 4.60/4.83                                                               implies(
% 4.60/4.83                                                               implies(F,V_6),
% 4.60/4.83                                                               implies(V_7,
% 4.60/4.83                                                               implies(F,V_6)))),V_8),
% 4.60/4.83                                                       implies(V_9,V_8)))))))
% 4.60/4.83  -> true
% 4.60/4.83  Rule
% 4.60/4.83  [194]
% 4.60/4.83  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(
% 4.60/4.83                                                               implies(E,
% 4.60/4.83                                                               implies(
% 4.60/4.83                                                               implies(F,V_6),
% 4.60/4.83                                                               implies(V_6,
% 4.60/4.83                                                               implies(F,V_6)))),V_7),
% 4.60/4.83                                                       implies(V_8,V_7)))))))
% 4.60/4.83  -> true collapsed.
% 4.60/4.83  Current number of equations to process: 252
% 4.60/4.83  Current number of ordered equations: 0
% 4.60/4.83  Current number of rules: 195
% 4.60/4.83  New rule produced :
% 4.60/4.83  [270] is_a_theorem(implies(implies(A,B),implies(B,B))) -> true
% 4.60/4.83  Current number of equations to process: 259
% 4.60/4.83  Current number of ordered equations: 0
% 4.60/4.83  Current number of rules: 196
% 5.81/6.04  New rule produced :
% 5.81/6.04  [271]
% 5.81/6.04  ifeq(is_a_theorem(implies(implies(A,implies(implies(B,C),implies(C,C))),D)),true,
% 5.81/6.04  is_a_theorem(D),true) -> true
% 5.81/6.04  Current number of equations to process: 259
% 5.81/6.04  Current number of ordered equations: 0
% 5.81/6.04  Current number of rules: 197
% 5.81/6.04  New rule produced :
% 5.81/6.04  [272]
% 5.81/6.04  is_a_theorem(implies(A,implies(implies(implies(B,B),C),implies(D,C)))) ->
% 5.81/6.04  true
% 5.81/6.04  Current number of equations to process: 259
% 5.81/6.04  Current number of ordered equations: 0
% 5.81/6.04  Current number of rules: 198
% 5.81/6.04  New rule produced :
% 5.81/6.04  [273]
% 5.81/6.04  is_a_theorem(implies(implies(implies(A,implies(implies(B,C),implies(C,C))),D),
% 5.81/6.04               implies(E,D))) -> true
% 5.81/6.04  Current number of equations to process: 259
% 5.81/6.04  Current number of ordered equations: 0
% 5.81/6.04  Current number of rules: 199
% 5.81/6.04  New rule produced :
% 5.81/6.04  [274]
% 5.81/6.04  is_a_theorem(implies(A,implies(B,implies(implies(C,D),implies(D,D))))) ->
% 5.81/6.04  true
% 5.81/6.04  Rule
% 5.81/6.04  [179]
% 5.81/6.04  is_a_theorem(implies(A,implies(implies(B,implies(C,C)),implies(implies(D,C),
% 5.81/6.04                                                         implies(C,C))))) ->
% 5.81/6.04  true collapsed.
% 5.81/6.04  Current number of equations to process: 259
% 5.81/6.05  Current number of ordered equations: 0
% 5.81/6.05  Current number of rules: 199
% 5.81/6.05  New rule produced :
% 5.81/6.05  [275]
% 5.81/6.05  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,
% 5.81/6.05                                                             implies(E,
% 5.81/6.05                                                             implies(implies(E,F),
% 5.81/6.05                                                             implies(V_6,F)))))),V_7),
% 5.81/6.05                         implies(V_8,V_7)))) -> true
% 5.81/6.05  Current number of equations to process: 262
% 5.81/6.05  Current number of ordered equations: 0
% 5.81/6.05  Current number of rules: 200
% 5.81/6.05  New rule produced :
% 5.81/6.05  [276]
% 5.81/6.05  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,implies(D,implies(
% 5.81/6.05                                                                    implies(D,E),
% 5.81/6.05                                                                    implies(F,E)))))),V_6)),true,
% 5.81/6.05  is_a_theorem(implies(V_7,V_6)),true) -> true
% 5.81/6.05  Current number of equations to process: 263
% 5.81/6.05  Current number of ordered equations: 0
% 5.81/6.05  Current number of rules: 201
% 5.81/6.05  New rule produced :
% 5.81/6.05  [277]
% 5.81/6.05  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,
% 5.81/6.05                                                             implies(E,
% 5.81/6.05                                                             implies(F,
% 5.81/6.05                                                             implies(implies(F,V_6),
% 5.81/6.05                                                             implies(V_7,V_6)))))),V_8),
% 5.81/6.05                                   implies(V_9,V_8))))) -> true
% 5.81/6.05  Current number of equations to process: 266
% 5.81/6.05  Current number of ordered equations: 0
% 5.81/6.05  Current number of rules: 202
% 5.81/6.05  New rule produced :
% 5.81/6.05  [278]
% 5.81/6.05  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(F,
% 5.81/6.05                                                                 implies(V_6,
% 5.81/6.05                                                                 implies(
% 5.81/6.05                                                                 implies(V_6,V_7),
% 5.81/6.05                                                                 implies(V_8,V_7))))))))))
% 5.81/6.05  -> true
% 5.81/6.05  Current number of equations to process: 312
% 5.81/6.05  Current number of ordered equations: 0
% 5.81/6.05  Current number of rules: 203
% 5.81/6.05  New rule produced :
% 5.81/6.05  [279]
% 5.81/6.05  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(F,
% 5.81/6.05                                                                 implies(
% 5.81/6.05                                                                 implies(V_6,V_7),
% 5.81/6.05                                                                 implies(V_7,
% 5.81/6.05                                                                 implies(V_6,V_7))))))))))
% 5.81/6.05  -> true
% 5.81/6.05  Current number of equations to process: 318
% 5.81/6.05  Current number of ordered equations: 0
% 5.81/6.05  Current number of rules: 204
% 5.81/6.05  New rule produced :
% 5.81/6.05  [280]
% 5.81/6.05  is_a_theorem(implies(implies(implies(A,implies(B,C)),B),implies(D,B))) ->
% 5.81/6.05  true
% 5.81/6.05  Current number of equations to process: 367
% 5.81/6.05  Current number of ordered equations: 0
% 5.81/6.05  Current number of rules: 205
% 5.81/6.05  New rule produced :
% 5.81/6.05  [281]
% 5.81/6.05  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,E)),D),
% 5.81/6.05                                   implies(F,D))))) -> true
% 5.81/6.05  Current number of equations to process: 369
% 6.32/6.56  Current number of ordered equations: 0
% 6.32/6.56  Current number of rules: 206
% 6.32/6.56  New rule produced :
% 6.32/6.56  [282]
% 6.32/6.56  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,implies(C,D)),C),
% 6.32/6.56                                         implies(E,C))),F),implies(V_6,F))) ->
% 6.32/6.56  true
% 6.32/6.56  Current number of equations to process: 369
% 6.32/6.56  Current number of ordered equations: 0
% 6.32/6.56  Current number of rules: 207
% 6.32/6.56  New rule produced :
% 6.32/6.56  [283]
% 6.32/6.56  ifeq(is_a_theorem(implies(implies(A,implies(implies(B,A),implies(C,A))),D)),true,
% 6.32/6.56  is_a_theorem(implies(E,D)),true) -> true
% 6.32/6.56  Current number of equations to process: 371
% 6.32/6.56  Current number of ordered equations: 0
% 6.32/6.56  Current number of rules: 208
% 6.32/6.56  New rule produced :
% 6.32/6.56  [284]
% 6.32/6.56  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(implies(D,C),
% 6.32/6.56                                                             implies(E,C))),F),
% 6.32/6.56                                   implies(V_6,F))))) -> true
% 6.32/6.56  Current number of equations to process: 370
% 6.32/6.56  Current number of ordered equations: 0
% 6.32/6.56  Current number of rules: 209
% 6.32/6.56  New rule produced :
% 6.32/6.56  [285]
% 6.32/6.56  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(B,implies(C,D)),C),
% 6.32/6.56                                      implies(E,C))),F)),true,is_a_theorem(F),true)
% 6.32/6.56  -> true
% 6.32/6.56  Current number of equations to process: 369
% 6.32/6.56  Current number of ordered equations: 0
% 6.32/6.56  Current number of rules: 210
% 6.32/6.56  New rule produced :
% 6.32/6.56  [286]
% 6.32/6.56  is_a_theorem(implies(implies(implies(implies(implies(A,implies(implies(B,A),
% 6.32/6.56                                                         implies(C,A))),D),
% 6.32/6.56                               implies(E,D)),F),implies(V_6,F))) -> true
% 6.32/6.56  Current number of equations to process: 370
% 6.32/6.56  Current number of ordered equations: 0
% 6.32/6.56  Current number of rules: 211
% 6.32/6.56  New rule produced :
% 6.32/6.56  [287]
% 6.32/6.56  ifeq(is_a_theorem(implies(implies(implies(implies(A,implies(implies(B,A),
% 6.32/6.56                                                      implies(C,A))),D),
% 6.32/6.56                            implies(E,D)),F)),true,is_a_theorem(F),true) ->
% 6.32/6.56  true
% 6.32/6.56  Current number of equations to process: 369
% 6.32/6.56  Current number of ordered equations: 0
% 6.32/6.56  Current number of rules: 212
% 6.32/6.56  New rule produced :
% 6.32/6.56  [288]
% 6.32/6.56  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(
% 6.32/6.56                                                                 implies(F,E),
% 6.32/6.56                                                                 implies(V_6,E))))))))
% 6.32/6.56  -> true
% 6.32/6.56  Current number of equations to process: 374
% 6.32/6.56  Current number of ordered equations: 0
% 6.32/6.56  Current number of rules: 213
% 6.32/6.56  New rule produced :
% 6.32/6.56  [289]
% 6.32/6.56  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(D,
% 6.32/6.56                                                             implies(implies(E,D),
% 6.32/6.56                                                             implies(F,D)))))),V_6),
% 6.32/6.56               implies(V_7,V_6))) -> true
% 6.32/6.56  Current number of equations to process: 375
% 6.32/6.56  Current number of ordered equations: 0
% 6.32/6.56  Current number of rules: 214
% 6.32/6.56  New rule produced :
% 6.32/6.56  [290]
% 6.32/6.56  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,
% 6.32/6.56                                                             implies(implies(E,D),
% 6.32/6.56                                                             implies(F,D))))),V_6),
% 6.32/6.56                         implies(V_7,V_6)))) -> true
% 6.32/6.56  Current number of equations to process: 380
% 6.32/6.56  Current number of ordered equations: 0
% 6.32/6.56  Current number of rules: 215
% 6.32/6.56  New rule produced :
% 6.32/6.56  [291]
% 6.32/6.56  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,implies(D,implies(
% 6.32/6.56                                                                    implies(E,D),
% 6.32/6.56                                                                    implies(F,D)))))),V_6)),true,
% 6.32/6.56  is_a_theorem(V_6),true) -> true
% 6.32/6.56  Current number of equations to process: 379
% 6.32/6.56  Current number of ordered equations: 0
% 6.32/6.56  Current number of rules: 216
% 6.32/6.56  New rule produced :
% 6.32/6.56  [292]
% 6.32/6.56  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,implies(implies(D,C),
% 6.32/6.56                                                          implies(E,C))))),F)),true,
% 6.32/6.56  is_a_theorem(implies(V_6,F)),true) -> true
% 6.32/6.56  Current number of equations to process: 378
% 6.32/6.56  Current number of ordered equations: 0
% 6.32/6.56  Current number of rules: 217
% 6.32/6.56  New rule produced :
% 6.32/6.56  [293]
% 6.32/6.56  is_a_theorem(implies(implies(A,implies(B,implies(implies(C,D),implies(D,D)))),
% 6.71/6.91               implies(E,implies(B,implies(implies(C,D),implies(D,D)))))) ->
% 6.71/6.91  true
% 6.71/6.91  Current number of equations to process: 381
% 6.71/6.91  Current number of ordered equations: 0
% 6.71/6.91  Current number of rules: 218
% 6.71/6.91  New rule produced :
% 6.71/6.91  [294]
% 6.71/6.91  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,implies(
% 6.71/6.91                                                                   implies(C,B),
% 6.71/6.91                                                                   implies(D,B))),E),
% 6.71/6.91                                         implies(F,E))),V_6),implies(V_7,V_6)))
% 6.71/6.91  -> true
% 6.71/6.91  Current number of equations to process: 380
% 6.71/6.91  Current number of ordered equations: 0
% 6.71/6.91  Current number of rules: 219
% 6.71/6.91  New rule produced :
% 6.71/6.91  [295]
% 6.71/6.91  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,
% 6.71/6.91                                                             implies(E,
% 6.71/6.91                                                             implies(implies(F,E),
% 6.71/6.91                                                             implies(V_6,E))))),V_7),
% 6.71/6.91                                   implies(V_8,V_7))))) -> true
% 6.71/6.91  Current number of equations to process: 379
% 6.71/6.91  Current number of ordered equations: 0
% 6.71/6.91  Current number of rules: 220
% 6.71/6.91  New rule produced :
% 6.71/6.91  [296]
% 6.71/6.91  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 6.71/6.91                                                             implies(E,
% 6.71/6.91                                                             implies(implies(F,E),
% 6.71/6.91                                                             implies(V_6,E)))),V_7),
% 6.71/6.91                                             implies(V_8,V_7)))))) -> true
% 6.71/6.91  Current number of equations to process: 382
% 6.71/6.91  Current number of ordered equations: 0
% 6.71/6.91  Current number of rules: 221
% 6.71/6.91  New rule produced :
% 6.71/6.91  [297]
% 6.71/6.91  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(B,implies(
% 6.71/6.91                                                                implies(C,B),
% 6.71/6.91                                                                implies(D,B))),E),
% 6.71/6.91                                      implies(F,E))),V_6)),true,is_a_theorem(V_6),true)
% 6.71/6.91  -> true
% 6.71/6.91  Current number of equations to process: 384
% 6.71/6.91  Current number of ordered equations: 0
% 6.71/6.91  Current number of rules: 222
% 6.71/6.91  New rule produced :
% 6.71/6.91  [298]
% 6.71/6.91  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(
% 6.71/6.91                                                                 implies(
% 6.71/6.91                                                                 not(implies(F,V_6)),
% 6.71/6.91                                                                 implies(F,V_6)),
% 6.71/6.91                                                                 implies(V_7,
% 6.71/6.91                                                                 implies(F,V_6)))))))))
% 6.71/6.91  -> true
% 6.71/6.91  Current number of equations to process: 393
% 6.71/6.91  Current number of ordered equations: 0
% 6.71/6.91  Current number of rules: 223
% 6.71/6.91  New rule produced :
% 6.71/6.91  [299]
% 6.71/6.91  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(
% 6.71/6.91                                                               implies(
% 6.71/6.91                                                               implies(E,F),
% 6.71/6.91                                                               implies(V_6,F)),
% 6.71/6.91                                                               implies(F,V_7)),
% 6.71/6.91                                                       implies(V_8,implies(F,V_7))))))))
% 6.71/6.91  -> true
% 6.71/6.91  Current number of equations to process: 393
% 6.71/6.91  Current number of ordered equations: 0
% 6.71/6.91  Current number of rules: 224
% 6.71/6.91  New rule produced :
% 6.71/6.91  [300]
% 6.71/6.91  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,
% 6.71/6.91                                                             implies(E,
% 6.71/6.91                                                             implies(F,
% 6.71/6.91                                                             implies(implies(F,V_6),
% 6.71/6.91                                                             implies(V_7,V_6))))))),V_8),
% 6.71/6.91                         implies(V_9,V_8)))) -> true
% 6.71/6.91  Current number of equations to process: 392
% 6.71/6.91  Current number of ordered equations: 0
% 6.71/6.91  Current number of rules: 225
% 6.71/6.91  New rule produced :
% 6.71/6.91  [301]
% 6.71/6.91  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,
% 6.71/6.91                                                             implies(E,
% 7.11/7.40                                                             implies(implies(F,V_6),
% 7.11/7.40                                                             implies(V_6,
% 7.11/7.40                                                             implies(F,V_6))))))),V_7),
% 7.11/7.40                         implies(V_8,V_7)))) -> true
% 7.11/7.40  Current number of equations to process: 391
% 7.11/7.40  Current number of ordered equations: 0
% 7.11/7.40  Current number of rules: 226
% 7.11/7.40  New rule produced :
% 7.11/7.40  [302]
% 7.11/7.40  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,implies(C,
% 7.11/7.40                                                                   implies(
% 7.11/7.40                                                                   implies(D,C),
% 7.11/7.40                                                                   implies(E,C)))),F),
% 7.11/7.40                                         implies(V_6,F))),V_7),implies(V_8,V_7)))
% 7.11/7.40  -> true
% 7.11/7.40  Current number of equations to process: 390
% 7.11/7.40  Current number of ordered equations: 0
% 7.11/7.40  Current number of rules: 227
% 7.11/7.40  New rule produced :
% 7.11/7.40  [303]
% 7.11/7.40  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,implies(C,
% 7.11/7.40                                                                   implies(
% 7.11/7.40                                                                   implies(D,C),
% 7.11/7.40                                                                   implies(E,C))))),F),
% 7.11/7.40                               implies(V_6,F)),V_7),implies(V_8,V_7))) -> true
% 7.11/7.40  Current number of equations to process: 389
% 7.11/7.40  Current number of ordered equations: 0
% 7.11/7.40  Current number of rules: 228
% 7.11/7.40  New rule produced :
% 7.11/7.40  [304]
% 7.11/7.40  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(C,
% 7.11/7.40                                                                   implies(
% 7.11/7.40                                                                   implies(D,C),
% 7.11/7.40                                                                   implies(E,C)))),F),
% 7.11/7.40                                         implies(V_6,F)),V_7),implies(V_8,V_7))))
% 7.11/7.40  -> true
% 7.11/7.40  Current number of equations to process: 388
% 7.11/7.40  Current number of ordered equations: 0
% 7.11/7.40  Current number of rules: 229
% 7.20/7.40  New rule produced :
% 7.20/7.40  [305]
% 7.20/7.40  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(
% 7.20/7.40                                                               implies(E,
% 7.20/7.40                                                               implies(F,
% 7.20/7.40                                                               implies(
% 7.20/7.40                                                               implies(V_6,F),
% 7.20/7.40                                                               implies(V_7,F)))),V_8),
% 7.20/7.40                                                       implies(V_9,V_8)))))))
% 7.20/7.40  -> true
% 7.20/7.40  Current number of equations to process: 387
% 7.20/7.40  Current number of ordered equations: 0
% 7.20/7.40  Current number of rules: 230
% 7.20/7.40  New rule produced :
% 7.20/7.40  [306]
% 7.20/7.40  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(implies(
% 7.20/7.40                                                                     implies(D,E),D),
% 7.20/7.40                                                             implies(F,D))))),V_6),
% 7.20/7.40               implies(V_7,V_6))) -> true
% 7.20/7.40  Current number of equations to process: 391
% 7.20/7.40  Current number of ordered equations: 0
% 7.20/7.40  Current number of rules: 231
% 7.20/7.40  New rule produced :
% 7.20/7.40  [307]
% 7.20/7.40  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,implies(implies(
% 7.20/7.40                                                                  implies(D,E),D),
% 7.20/7.40                                                          implies(F,D))))),V_6)),true,
% 7.20/7.40  is_a_theorem(V_6),true) -> true
% 7.20/7.40  Current number of equations to process: 391
% 7.20/7.40  Current number of ordered equations: 0
% 7.20/7.40  Current number of rules: 232
% 7.20/7.40  New rule produced :
% 7.20/7.40  [308]
% 7.20/7.40  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(
% 7.20/7.40                                                                 implies(
% 7.20/7.40                                                                 implies(F,V_6),F),
% 7.20/7.40                                                                 implies(V_7,F))))))))
% 7.20/7.40  -> true
% 7.20/7.40  Current number of equations to process: 400
% 7.20/7.40  Current number of ordered equations: 0
% 7.20/7.40  Current number of rules: 233
% 7.20/7.40  New rule produced :
% 7.20/7.40  [309]
% 7.20/7.40  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(F,
% 7.29/7.56                                                                 implies(
% 7.29/7.56                                                                 implies(V_6,F),
% 7.29/7.56                                                                 implies(V_7,F)))))))))
% 7.29/7.56  -> true
% 7.29/7.56  Current number of equations to process: 403
% 7.29/7.56  Current number of ordered equations: 0
% 7.29/7.56  Current number of rules: 234
% 7.29/7.56  New rule produced :
% 7.29/7.56  [310]
% 7.29/7.56  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(implies(D,E),
% 7.29/7.56                                                             implies(F,
% 7.29/7.56                                                             implies(D,E))),V_6),
% 7.29/7.56                                             implies(V_7,V_6)))))) -> true
% 7.29/7.56  Rule
% 7.29/7.56  [81]
% 7.29/7.56  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(implies(D,E),
% 7.29/7.56                                                             implies(E,
% 7.29/7.56                                                             implies(D,E))),F),
% 7.29/7.56                                             implies(V_6,F)))))) -> true
% 7.29/7.56  collapsed.
% 7.29/7.56  Rule
% 7.29/7.56  [265]
% 7.29/7.56  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(implies(D,
% 7.29/7.56                                                                     implies(E,D)),
% 7.29/7.56                                                             implies(F,
% 7.29/7.56                                                             implies(D,
% 7.29/7.56                                                             implies(E,D)))),V_6),
% 7.29/7.56                                             implies(V_7,V_6)))))) -> true
% 7.29/7.56  collapsed.
% 7.29/7.56  Current number of equations to process: 406
% 7.29/7.56  Current number of ordered equations: 0
% 7.29/7.56  Current number of rules: 233
% 7.29/7.56  New rule produced :
% 7.29/7.56  [311]
% 7.29/7.56  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(implies(D,E),
% 7.29/7.56                                                             implies(F,
% 7.29/7.56                                                             implies(D,E))))),V_6),
% 7.29/7.56                         implies(V_7,V_6)))) -> true
% 7.29/7.56  Rule
% 7.29/7.56  [138]
% 7.29/7.56  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(implies(D,E),
% 7.29/7.56                                                             implies(E,
% 7.29/7.56                                                             implies(D,E))))),F),
% 7.29/7.56                         implies(V_6,F)))) -> true collapsed.
% 7.29/7.56  Rule
% 7.29/7.56  [222]
% 7.29/7.56  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(implies(D,
% 7.29/7.56                                                                     implies(E,D)),
% 7.29/7.56                                                             implies(F,
% 7.29/7.56                                                             implies(D,
% 7.29/7.56                                                             implies(E,D)))))),V_6),
% 7.29/7.56                         implies(V_7,V_6)))) -> true collapsed.
% 7.29/7.56  Current number of equations to process: 410
% 7.29/7.56  Current number of ordered equations: 0
% 7.29/7.56  Current number of rules: 232
% 7.29/7.56  New rule produced :
% 7.29/7.56  [312]
% 7.29/7.56  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(implies(C,D),implies(E,
% 7.29/7.56                                                                     implies(C,D))))),F)),true,
% 7.29/7.56  is_a_theorem(implies(V_6,F)),true) -> true
% 7.29/7.56  Rule
% 7.29/7.56  [137]
% 7.29/7.56  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(implies(C,D),implies(D,
% 7.29/7.56                                                                     implies(C,D))))),E)),true,
% 7.29/7.56  is_a_theorem(implies(F,E)),true) -> true collapsed.
% 7.29/7.56  Current number of equations to process: 409
% 7.29/7.56  Current number of ordered equations: 0
% 7.29/7.56  Current number of rules: 232
% 7.29/7.56  New rule produced :
% 7.29/7.56  [313]
% 7.29/7.56  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(
% 7.29/7.56                                                                 implies(F,V_6),
% 7.29/7.56                                                                 implies(V_7,
% 7.29/7.56                                                                 implies(F,V_6)))))))))
% 7.29/7.56  -> true
% 7.29/7.56  Rule
% 7.29/7.56  [225]
% 7.29/7.56  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(
% 7.29/7.56                                                                 implies(F,V_6),
% 7.29/7.56                                                                 implies(V_6,
% 7.29/7.56                                                                 implies(F,V_6)))))))))
% 7.29/7.56  -> true collapsed.
% 7.29/7.56  Current number of equations to process: 412
% 7.51/7.77  Current number of ordered equations: 0
% 7.51/7.77  Current number of rules: 232
% 7.51/7.77  New rule produced :
% 7.51/7.77  [314]
% 7.51/7.77  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,
% 7.51/7.77                                                             implies(implies(E,F),
% 7.51/7.77                                                             implies(F,
% 7.51/7.77                                                             implies(E,F)))))),V_6),
% 7.51/7.77                         implies(V_7,V_6)))) -> true
% 7.51/7.77  Current number of equations to process: 415
% 7.51/7.77  Current number of ordered equations: 0
% 7.51/7.77  Current number of rules: 233
% 7.51/7.77  New rule produced :
% 7.51/7.77  [315]
% 7.51/7.77  is_a_theorem(implies(implies(implies(A,implies(implies(implies(implies(B,C),
% 7.51/7.77                                                         implies(D,implies(B,C))),E),
% 7.51/7.77                                         implies(F,E))),V_6),implies(V_7,V_6)))
% 7.51/7.77  -> true
% 7.51/7.77  Rule
% 7.51/7.77  [71]
% 7.51/7.77  is_a_theorem(implies(implies(implies(A,implies(implies(implies(implies(B,C),
% 7.51/7.77                                                         implies(C,implies(B,C))),D),
% 7.51/7.77                                         implies(E,D))),F),implies(V_6,F))) ->
% 7.51/7.77  true collapsed.
% 7.51/7.77  Current number of equations to process: 414
% 7.51/7.77  Current number of ordered equations: 0
% 7.51/7.77  Current number of rules: 233
% 7.51/7.77  New rule produced :
% 7.51/7.77  [316]
% 7.51/7.77  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(F,
% 7.51/7.77                                                                 implies(V_6,
% 7.51/7.77                                                                 implies(V_7,
% 7.51/7.77                                                                 implies(
% 7.51/7.77                                                                 implies(V_7,V_8),
% 7.51/7.77                                                                 implies(V_9,V_8)))))))))))
% 7.51/7.77  -> true
% 7.51/7.77  Current number of equations to process: 413
% 7.51/7.77  Current number of ordered equations: 0
% 7.51/7.77  Current number of rules: 234
% 7.51/7.77  New rule produced :
% 7.51/7.77  [317]
% 7.51/7.77  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(F,
% 7.51/7.77                                                                 implies(V_6,
% 7.51/7.77                                                                 implies(
% 7.51/7.77                                                                 implies(V_7,V_8),
% 7.51/7.77                                                                 implies(V_8,
% 7.51/7.77                                                                 implies(V_7,V_8)))))))))))
% 7.51/7.77  -> true
% 7.51/7.77  Current number of equations to process: 412
% 7.51/7.77  Current number of ordered equations: 0
% 7.51/7.77  Current number of rules: 235
% 7.51/7.77  New rule produced :
% 7.51/7.77  [318]
% 7.51/7.77  is_a_theorem(implies(A,implies(implies(implies(implies(implies(implies(B,C),
% 7.51/7.77                                                         implies(D,implies(B,C))),E),
% 7.51/7.77                                         implies(F,E)),V_6),implies(V_7,V_6))))
% 7.51/7.77  -> true
% 7.51/7.77  Rule
% 7.51/7.77  [76]
% 7.51/7.77  is_a_theorem(implies(A,implies(implies(implies(implies(implies(implies(B,C),
% 7.51/7.77                                                         implies(C,implies(B,C))),D),
% 7.51/7.77                                         implies(E,D)),F),implies(V_6,F)))) ->
% 7.51/7.77  true collapsed.
% 7.51/7.77  Current number of equations to process: 411
% 7.51/7.77  Current number of ordered equations: 0
% 7.51/7.77  Current number of rules: 235
% 7.51/7.77  New rule produced :
% 7.51/7.77  [319]
% 7.51/7.77  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,
% 7.51/7.77                                                             implies(implies(E,F),
% 7.51/7.77                                                             implies(V_6,
% 7.51/7.77                                                             implies(E,F))))),V_7),
% 7.51/7.77                                   implies(V_8,V_7))))) -> true
% 7.51/7.77  Rule
% 7.51/7.77  [141]
% 7.51/7.77  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,
% 7.51/7.77                                                             implies(implies(E,F),
% 7.51/7.77                                                             implies(F,
% 7.51/7.77                                                             implies(E,F))))),V_6),
% 7.51/7.77                                   implies(V_7,V_6))))) -> true collapsed.
% 7.51/7.77  Current number of equations to process: 410
% 7.51/7.77  Current number of ordered equations: 0
% 7.51/7.77  Current number of rules: 235
% 7.51/7.77  New rule produced :
% 7.51/7.77  [320]
% 7.51/7.77  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(
% 7.51/7.77                                                               implies(
% 8.20/8.41                                                               implies(E,F),
% 8.20/8.41                                                               implies(V_6,
% 8.20/8.41                                                               implies(E,F))),V_7),
% 8.20/8.41                                                       implies(V_8,V_7)))))))
% 8.20/8.41  -> true
% 8.20/8.41  Rule
% 8.20/8.41  [131]
% 8.20/8.41  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(
% 8.20/8.41                                                               implies(
% 8.20/8.41                                                               implies(E,F),
% 8.20/8.41                                                               implies(F,
% 8.20/8.41                                                               implies(E,F))),V_6),
% 8.20/8.41                                                       implies(V_7,V_6)))))))
% 8.20/8.41  -> true collapsed.
% 8.20/8.41  Current number of equations to process: 411
% 8.20/8.41  Current number of ordered equations: 0
% 8.20/8.41  Current number of rules: 235
% 8.20/8.41  New rule produced : [321] is_a_theorem(implies(A,implies(B,B))) -> true
% 8.20/8.41  Rule [270] is_a_theorem(implies(implies(A,B),implies(B,B))) -> true
% 8.20/8.41  collapsed.
% 8.20/8.41  Current number of equations to process: 414
% 8.20/8.41  Current number of ordered equations: 0
% 8.20/8.41  Current number of rules: 235
% 8.20/8.41  New rule produced :
% 8.20/8.41  [322]
% 8.20/8.41  is_a_theorem(implies(implies(A,implies(A,B)),implies(C,implies(A,B)))) ->
% 8.20/8.41  true
% 8.20/8.41  Current number of equations to process: 414
% 8.20/8.41  Current number of ordered equations: 0
% 8.20/8.41  Current number of rules: 236
% 8.20/8.41  New rule produced :
% 8.20/8.41  [323]
% 8.20/8.41  is_a_theorem(implies(A,implies(B,implies(implies(C,implies(C,D)),implies(E,
% 8.20/8.41                                                                   implies(C,D))))))
% 8.20/8.41  -> true
% 8.20/8.41  Current number of equations to process: 416
% 8.20/8.41  Current number of ordered equations: 0
% 8.20/8.41  Current number of rules: 237
% 8.20/8.41  New rule produced : [324] is_a_theorem(implies(A,implies(B,A))) -> true
% 8.20/8.41  Rule
% 8.20/8.41  [118] is_a_theorem(implies(implies(A,B),implies(C,implies(A,B)))) -> true
% 8.20/8.41  collapsed.
% 8.20/8.41  Current number of equations to process: 417
% 8.20/8.41  Current number of ordered equations: 0
% 8.20/8.41  Current number of rules: 237
% 8.20/8.41  New rule produced :
% 8.20/8.41  [325]
% 8.20/8.41  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,B))),D)),true,
% 8.20/8.41  is_a_theorem(D),true) -> true
% 8.20/8.41  Rule
% 8.20/8.41  [119]
% 8.20/8.41  ifeq(is_a_theorem(implies(implies(A,implies(implies(B,C),implies(D,implies(B,C)))),E)),true,
% 8.20/8.41  is_a_theorem(E),true) -> true collapsed.
% 8.20/8.41  Current number of equations to process: 417
% 8.20/8.41  Current number of ordered equations: 0
% 8.20/8.41  Current number of rules: 237
% 8.20/8.41  New rule produced :
% 8.20/8.41  [326]
% 8.20/8.41  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,B))),D),implies(E,D)))
% 8.20/8.41  -> true
% 8.20/8.41  Rule
% 8.20/8.41  [120]
% 8.20/8.41  is_a_theorem(implies(implies(implies(A,implies(implies(B,C),implies(D,
% 8.20/8.41                                                              implies(B,C)))),E),
% 8.20/8.41               implies(F,E))) -> true collapsed.
% 8.20/8.41  Current number of equations to process: 417
% 8.20/8.41  Current number of ordered equations: 0
% 8.20/8.41  Current number of rules: 237
% 8.20/8.41  New rule produced :
% 8.20/8.41  [327] is_a_theorem(implies(A,implies(B,implies(C,implies(D,C))))) -> true
% 8.20/8.41  Rule
% 8.20/8.41  [167]
% 8.20/8.41  is_a_theorem(implies(A,implies(B,implies(implies(C,D),implies(E,implies(C,D))))))
% 8.20/8.41  -> true collapsed.
% 8.20/8.41  Current number of equations to process: 417
% 8.20/8.41  Current number of ordered equations: 0
% 8.20/8.41  Current number of rules: 237
% 8.20/8.41  New rule produced :
% 8.20/8.41  [328]
% 8.20/8.41  is_a_theorem(implies(implies(implies(A,implies(implies(B,implies(B,C)),
% 8.20/8.41                                         implies(D,implies(B,C)))),E),implies(F,E)))
% 8.20/8.41  -> true
% 8.20/8.41  Current number of equations to process: 417
% 8.20/8.41  Current number of ordered equations: 0
% 8.20/8.41  Current number of rules: 238
% 8.20/8.41  New rule produced :
% 8.20/8.41  [329]
% 8.20/8.41  is_a_theorem(implies(implies(A,implies(B,implies(C,implies(D,C)))),implies(E,
% 8.20/8.41                                                                     implies(B,
% 8.20/8.41                                                                     implies(C,
% 8.20/8.41                                                                     implies(D,C))))))
% 8.20/8.41  -> true
% 8.20/8.41  Current number of equations to process: 416
% 8.20/8.41  Current number of ordered equations: 0
% 8.20/8.41  Current number of rules: 239
% 8.20/8.41  New rule produced :
% 8.20/8.41  [330]
% 8.20/8.41  ifeq(is_a_theorem(implies(implies(implies(implies(A,B),A),implies(C,A)),D)),true,
% 8.20/8.41  is_a_theorem(implies(E,D)),true) -> true
% 8.20/8.41  Current number of equations to process: 417
% 8.64/8.87  Current number of ordered equations: 0
% 8.64/8.87  Current number of rules: 240
% 8.64/8.87  New rule produced :
% 8.64/8.87  [331]
% 8.64/8.87  ifeq(is_a_theorem(implies(implies(A,implies(implies(B,implies(B,C)),implies(D,
% 8.64/8.87                                                                      implies(B,C)))),E)),true,
% 8.64/8.87  is_a_theorem(E),true) -> true
% 8.64/8.87  Current number of equations to process: 416
% 8.64/8.87  Current number of ordered equations: 0
% 8.64/8.87  Current number of rules: 241
% 8.64/8.87  New rule produced :
% 8.64/8.87  [332] is_a_theorem(implies(A,implies(B,implies(C,C)))) -> true
% 8.64/8.87  Rule
% 8.64/8.87  [185] is_a_theorem(implies(A,implies(implies(B,C),implies(C,C)))) -> true
% 8.64/8.87  collapsed.
% 8.64/8.87  Current number of equations to process: 417
% 8.64/8.87  Current number of ordered equations: 0
% 8.64/8.87  Current number of rules: 241
% 8.64/8.87  New rule produced :
% 8.64/8.87  [333]
% 8.64/8.87  is_a_theorem(implies(implies(implies(implies(implies(implies(implies(A,B),A),
% 8.64/8.87                                               implies(C,A)),D),implies(E,D)),F),
% 8.64/8.87               implies(V_6,F))) -> true
% 8.64/8.87  Current number of equations to process: 416
% 8.64/8.87  Current number of ordered equations: 0
% 8.64/8.87  Current number of rules: 242
% 8.64/8.87  New rule produced :
% 8.64/8.87  [334]
% 8.64/8.87  ifeq(is_a_theorem(implies(implies(implies(implies(implies(implies(A,B),A),
% 8.64/8.87                                            implies(C,A)),D),implies(E,D)),F)),true,
% 8.64/8.87  is_a_theorem(F),true) -> true
% 8.64/8.87  Current number of equations to process: 415
% 8.64/8.87  Current number of ordered equations: 0
% 8.64/8.87  Current number of rules: 243
% 8.64/8.87  New rule produced :
% 8.64/8.87  [335]
% 8.64/8.87  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(D,
% 8.64/8.87                                                             implies(implies(E,F),
% 8.64/8.87                                                             implies(V_6,
% 8.64/8.87                                                             implies(E,F))))))),V_7),
% 8.64/8.87               implies(V_8,V_7))) -> true
% 8.64/8.87  Rule
% 8.64/8.87  [204]
% 8.64/8.87  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(D,
% 8.64/8.87                                                             implies(implies(E,F),
% 8.64/8.87                                                             implies(F,
% 8.64/8.87                                                             implies(E,F))))))),V_6),
% 8.64/8.87               implies(V_7,V_6))) -> true collapsed.
% 8.64/8.87  Current number of equations to process: 418
% 8.64/8.87  Current number of ordered equations: 0
% 8.64/8.87  Current number of rules: 243
% 8.64/8.87  New rule produced :
% 8.64/8.87  [336]
% 8.64/8.87  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,
% 8.64/8.87                                                             implies(implies(E,F),
% 8.64/8.87                                                             implies(V_6,
% 8.64/8.87                                                             implies(E,F)))))),V_7),
% 8.64/8.87                         implies(V_8,V_7)))) -> true
% 8.64/8.87  Rule
% 8.64/8.87  [314]
% 8.64/8.87  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,
% 8.64/8.87                                                             implies(implies(E,F),
% 8.64/8.87                                                             implies(F,
% 8.64/8.87                                                             implies(E,F)))))),V_6),
% 8.64/8.87                         implies(V_7,V_6)))) -> true collapsed.
% 8.64/8.87  Current number of equations to process: 417
% 8.64/8.87  Current number of ordered equations: 0
% 8.64/8.87  Current number of rules: 243
% 8.64/8.87  New rule produced :
% 8.64/8.87  [337]
% 8.64/8.87  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(F,
% 8.64/8.87                                                                 implies(
% 8.64/8.87                                                                 implies(V_6,V_7),
% 8.64/8.87                                                                 implies(V_8,
% 8.64/8.87                                                                 implies(V_6,V_7))))))))))
% 8.64/8.87  -> true
% 8.64/8.87  Rule
% 8.64/8.87  [279]
% 8.64/8.87  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(F,
% 8.64/8.87                                                                 implies(
% 8.64/8.87                                                                 implies(V_6,V_7),
% 8.64/8.87                                                                 implies(V_7,
% 8.64/8.87                                                                 implies(V_6,V_7))))))))))
% 8.64/8.87  -> true collapsed.
% 8.64/8.87  Current number of equations to process: 420
% 8.64/8.87  Current number of ordered equations: 0
% 8.64/8.87  Current number of rules: 243
% 8.64/8.87  New rule produced :
% 8.64/8.87  [338]
% 8.64/8.87  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(implies(
% 9.20/9.41                                                                     implies(D,E),D),
% 9.20/9.41                                                             implies(F,D)),V_6),
% 9.20/9.41                                             implies(V_7,V_6)))))) -> true
% 9.20/9.41  Current number of equations to process: 431
% 9.20/9.41  Current number of ordered equations: 0
% 9.20/9.41  Current number of rules: 244
% 9.20/9.41  New rule produced :
% 9.20/9.41  [339]
% 9.20/9.41  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 9.20/9.41                                                             implies(implies(
% 9.20/9.41                                                                     implies(E,F),E),
% 9.20/9.41                                                             implies(V_6,E))),V_7),
% 9.20/9.41                                             implies(V_8,V_7)))))) -> true
% 9.20/9.41  Current number of equations to process: 432
% 9.20/9.41  Current number of ordered equations: 0
% 9.20/9.41  Current number of rules: 245
% 9.20/9.41  New rule produced :
% 9.20/9.41  [340]
% 9.20/9.41  is_a_theorem(implies(A,implies(implies(implies(implies(implies(implies(
% 9.20/9.41                                                                 implies(B,C),B),
% 9.20/9.41                                                         implies(D,B)),E),
% 9.20/9.41                                         implies(F,E)),V_6),implies(V_7,V_6))))
% 9.20/9.41  -> true
% 9.20/9.41  Current number of equations to process: 431
% 9.20/9.41  Current number of ordered equations: 0
% 9.20/9.41  Current number of rules: 246
% 9.20/9.41  New rule produced :
% 9.20/9.41  [341]
% 9.20/9.41  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(D,
% 9.20/9.41                                                             implies(implies(
% 9.20/9.41                                                                     implies(E,F),E),
% 9.20/9.41                                                             implies(V_6,E)))))),V_7),
% 9.20/9.41               implies(V_8,V_7))) -> true
% 9.20/9.41  Current number of equations to process: 435
% 9.20/9.41  Current number of ordered equations: 0
% 9.20/9.41  Current number of rules: 247
% 9.20/9.41  New rule produced :
% 9.20/9.41  [342]
% 9.20/9.41  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(implies(B,C),
% 9.20/9.41                                                      implies(D,implies(B,C))),E),
% 9.20/9.41                                      implies(F,E))),V_6)),true,is_a_theorem(V_6),true)
% 9.20/9.41  -> true
% 9.20/9.41  Rule
% 9.20/9.41  [89]
% 9.20/9.41  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(implies(B,C),
% 9.20/9.41                                                      implies(C,implies(B,C))),D),
% 9.20/9.41                                      implies(E,D))),F)),true,is_a_theorem(F),true)
% 9.20/9.41  -> true collapsed.
% 9.20/9.41  Current number of equations to process: 435
% 9.20/9.41  Current number of ordered equations: 0
% 9.20/9.41  Current number of rules: 247
% 9.20/9.41  New rule produced :
% 9.20/9.41  [343]
% 9.20/9.41  ifeq(is_a_theorem(implies(implies(implies(implies(implies(A,B),implies(C,
% 9.20/9.41                                                                 implies(A,B))),D),
% 9.20/9.41                            implies(E,D)),F)),true,is_a_theorem(implies(V_6,F)),true)
% 9.20/9.41  -> true
% 9.20/9.41  Rule
% 9.20/9.41  [91]
% 9.20/9.41  ifeq(is_a_theorem(implies(implies(implies(implies(implies(A,B),implies(B,
% 9.20/9.41                                                                 implies(A,B))),C),
% 9.20/9.41                            implies(D,C)),E)),true,is_a_theorem(implies(F,E)),true)
% 9.20/9.41  -> true collapsed.
% 9.20/9.41  Current number of equations to process: 434
% 9.20/9.41  Current number of ordered equations: 0
% 9.20/9.41  Current number of rules: 247
% 9.20/9.41  New rule produced :
% 9.20/9.41  [344]
% 9.20/9.41  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,implies(D,implies(
% 9.20/9.41                                                                    implies(E,F),
% 9.20/9.41                                                                    implies(V_6,
% 9.20/9.41                                                                    implies(E,F))))))),V_7)),true,
% 9.20/9.41  is_a_theorem(V_7),true) -> true
% 9.20/9.41  Rule
% 9.20/9.41  [206]
% 9.20/9.41  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,implies(D,implies(
% 9.20/9.41                                                                    implies(E,F),
% 9.20/9.41                                                                    implies(F,
% 9.20/9.41                                                                    implies(E,F))))))),V_6)),true,
% 9.20/9.41  is_a_theorem(V_6),true) -> true collapsed.
% 9.20/9.41  Current number of equations to process: 433
% 9.20/9.41  Current number of ordered equations: 0
% 9.20/9.41  Current number of rules: 247
% 9.20/9.41  New rule produced :
% 9.20/9.41  [345]
% 10.12/10.32  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,implies(implies(D,E),
% 10.12/10.32                                                          implies(F,implies(D,E)))))),V_6)),true,
% 10.12/10.32  is_a_theorem(implies(V_7,V_6)),true) -> true
% 10.12/10.32  Current number of equations to process: 432
% 10.12/10.32  Current number of ordered equations: 0
% 10.12/10.32  Current number of rules: 248
% 10.12/10.32  New rule produced :
% 10.12/10.32  [346]
% 10.12/10.32  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,implies(D,implies(
% 10.12/10.32                                                                    implies(
% 10.12/10.32                                                                    implies(E,F),E),
% 10.12/10.32                                                                    implies(V_6,E)))))),V_7)),true,
% 10.12/10.32  is_a_theorem(V_7),true) -> true
% 10.12/10.32  Current number of equations to process: 431
% 10.12/10.32  Current number of ordered equations: 0
% 10.12/10.32  Current number of rules: 249
% 10.12/10.32  New rule produced :
% 10.12/10.32  [347]
% 10.12/10.32  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(
% 10.12/10.32                                                               implies(
% 10.12/10.32                                                               implies(
% 10.12/10.32                                                               implies(E,F),E),
% 10.12/10.32                                                               implies(V_6,E)),V_7),
% 10.12/10.32                                                       implies(V_8,V_7)))))))
% 10.12/10.32  -> true
% 10.12/10.32  Current number of equations to process: 450
% 10.12/10.32  Current number of ordered equations: 0
% 10.12/10.32  Current number of rules: 250
% 10.12/10.32  New rule produced :
% 10.12/10.32  [348]
% 10.12/10.32  is_a_theorem(implies(implies(implies(implies(A,B),implies(B,B)),C),implies(D,C)))
% 10.12/10.32  -> true
% 10.12/10.32  Current number of equations to process: 459
% 10.12/10.32  Current number of ordered equations: 0
% 10.12/10.32  Current number of rules: 251
% 10.12/10.32  New rule produced :
% 10.12/10.32  [349]
% 10.12/10.32  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(C,D),
% 10.12/10.32                                                   implies(D,D)),E),implies(F,E)))))
% 10.12/10.32  -> true
% 10.12/10.32  Current number of equations to process: 461
% 10.12/10.32  Current number of ordered equations: 0
% 10.12/10.32  Current number of rules: 252
% 10.12/10.32  New rule produced :
% 10.12/10.32  [350]
% 10.12/10.32  is_a_theorem(implies(implies(implies(A,implies(implies(implies(implies(B,C),
% 10.12/10.32                                                         implies(C,C)),D),
% 10.12/10.32                                         implies(E,D))),F),implies(V_6,F))) ->
% 10.12/10.32  true
% 10.12/10.32  Current number of equations to process: 462
% 10.12/10.32  Current number of ordered equations: 0
% 10.12/10.32  Current number of rules: 253
% 10.12/10.32  New rule produced :
% 10.12/10.32  [351]
% 10.12/10.32  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(D,implies(E,E)),
% 10.12/10.32                                             implies(implies(F,E),implies(E,E)))))))
% 10.12/10.32  -> true
% 10.12/10.32  Current number of equations to process: 464
% 10.12/10.32  Current number of ordered equations: 0
% 10.12/10.32  Current number of rules: 254
% 10.12/10.32  New rule produced :
% 10.12/10.32  [352]
% 10.12/10.32  is_a_theorem(implies(A,implies(implies(implies(implies(B,implies(C,C)),
% 10.12/10.32                                         implies(implies(D,C),implies(C,C))),E),
% 10.12/10.32                         implies(F,E)))) -> true
% 10.12/10.32  Current number of equations to process: 464
% 10.12/10.32  Current number of ordered equations: 0
% 10.12/10.32  Current number of rules: 255
% 10.12/10.32  New rule produced :
% 10.12/10.32  [353]
% 10.12/10.32  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(implies(B,C),
% 10.12/10.32                                                      implies(C,C)),D),
% 10.12/10.32                                      implies(E,D))),F)),true,is_a_theorem(F),true)
% 10.12/10.32  -> true
% 10.12/10.32  Current number of equations to process: 463
% 10.12/10.32  Current number of ordered equations: 0
% 10.12/10.32  Current number of rules: 256
% 10.12/10.32  New rule produced :
% 10.12/10.32  [354]
% 10.12/10.32  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(C,implies(D,D)),
% 10.12/10.32                                                   implies(implies(E,D),
% 10.12/10.32                                                   implies(D,D))))),F),
% 10.12/10.32               implies(V_6,F))) -> true
% 10.12/10.32  Current number of equations to process: 466
% 10.12/10.32  Current number of ordered equations: 0
% 10.12/10.32  Current number of rules: 257
% 10.12/10.32  New rule produced :
% 10.12/10.32  [355]
% 10.12/10.32  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(C,implies(D,D)),
% 10.12/10.32                                                   implies(implies(E,D),
% 10.12/10.32                                                   implies(D,D)))),F),implies(V_6,F))))
% 10.12/10.32  -> true
% 10.12/10.32  Current number of equations to process: 465
% 10.12/10.32  Current number of ordered equations: 0
% 10.12/10.32  Current number of rules: 258
% 10.42/10.62  New rule produced :
% 10.42/10.62  [356]
% 10.42/10.62  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(E,
% 10.42/10.62                                                               implies(F,F)),
% 10.42/10.62                                                       implies(implies(V_6,F),
% 10.42/10.62                                                       implies(F,F)))))))) ->
% 10.42/10.62  true
% 10.42/10.62  Current number of equations to process: 468
% 10.42/10.62  Current number of ordered equations: 0
% 10.42/10.62  Current number of rules: 259
% 10.42/10.62  New rule produced :
% 10.42/10.62  [357]
% 10.42/10.62  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(implies(C,implies(D,D)),
% 10.42/10.62                                                implies(implies(E,D),implies(D,D))))),F)),true,
% 10.42/10.62  is_a_theorem(F),true) -> true
% 10.42/10.62  Current number of equations to process: 467
% 10.42/10.62  Current number of ordered equations: 0
% 10.42/10.62  Current number of rules: 260
% 10.42/10.62  New rule produced :
% 10.42/10.62  [358]
% 10.42/10.62  ifeq(is_a_theorem(implies(implies(A,implies(implies(B,implies(C,C)),implies(
% 10.42/10.62                                                                      implies(D,C),
% 10.42/10.62                                                                      implies(C,C)))),E)),true,
% 10.42/10.62  is_a_theorem(implies(F,E)),true) -> true
% 10.42/10.62  Current number of equations to process: 466
% 10.42/10.62  Current number of ordered equations: 0
% 10.42/10.62  Current number of rules: 261
% 10.42/10.62  New rule produced :
% 10.42/10.62  [359]
% 10.42/10.62  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(D,
% 10.42/10.62                                                             implies(E,
% 10.42/10.62                                                             implies(F,
% 10.42/10.62                                                             implies(implies(F,V_6),
% 10.42/10.62                                                             implies(V_7,V_6)))))))),V_8),
% 10.42/10.62               implies(V_9,V_8))) -> true
% 10.42/10.62  Current number of equations to process: 466
% 10.42/10.62  Current number of ordered equations: 0
% 10.42/10.62  Current number of rules: 262
% 10.42/10.62  New rule produced :
% 10.42/10.62  [360]
% 10.42/10.62  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(D,
% 10.42/10.62                                                             implies(E,
% 10.42/10.62                                                             implies(implies(F,V_6),
% 10.42/10.62                                                             implies(V_6,
% 10.42/10.62                                                             implies(F,V_6)))))))),V_7),
% 10.42/10.62               implies(V_8,V_7))) -> true
% 10.42/10.62  Current number of equations to process: 465
% 10.42/10.62  Current number of ordered equations: 0
% 10.42/10.62  Current number of rules: 263
% 10.42/10.62  New rule produced :
% 10.42/10.62  [361]
% 10.42/10.62  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(
% 10.42/10.62                                                                 implies(
% 10.42/10.62                                                                 implies(F,V_6),
% 10.42/10.62                                                                 not(implies(F,V_6))),
% 10.42/10.62                                                                 implies(V_7,
% 10.42/10.62                                                                 not(implies(F,V_6))))))))))
% 10.42/10.62  -> true
% 10.42/10.62  Current number of equations to process: 464
% 10.42/10.62  Current number of ordered equations: 0
% 10.42/10.62  Current number of rules: 264
% 10.42/10.62  New rule produced :
% 10.42/10.62  [362]
% 10.42/10.62  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(implies(
% 10.42/10.62                                                                   implies(C,D),
% 10.42/10.62                                                                   implies(E,
% 10.42/10.62                                                                   implies(C,D))),F),
% 10.42/10.62                                                   implies(V_6,F)))),V_7),
% 10.42/10.62               implies(V_8,V_7))) -> true
% 10.42/10.62  Rule
% 10.42/10.62  [190]
% 10.42/10.62  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(implies(
% 10.42/10.62                                                                   implies(C,D),
% 10.42/10.62                                                                   implies(D,
% 10.42/10.62                                                                   implies(C,D))),E),
% 10.42/10.62                                                   implies(F,E)))),V_6),
% 10.42/10.62               implies(V_7,V_6))) -> true collapsed.
% 10.42/10.62  Current number of equations to process: 463
% 10.42/10.62  Current number of ordered equations: 0
% 10.42/10.62  Current number of rules: 264
% 10.42/10.62  New rule produced :
% 10.42/10.62  [363]
% 10.42/10.62  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,implies(
% 10.42/10.62                                                                   implies(C,D),
% 10.42/10.67                                                                   implies(E,
% 10.42/10.67                                                                   implies(C,D))))),F),
% 10.42/10.67                               implies(V_6,F)),V_7),implies(V_8,V_7))) -> true
% 10.42/10.67  Rule
% 10.42/10.67  [198]
% 10.42/10.67  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,implies(
% 10.42/10.67                                                                   implies(C,D),
% 10.42/10.67                                                                   implies(D,
% 10.42/10.67                                                                   implies(C,D))))),E),
% 10.42/10.67                               implies(F,E)),V_6),implies(V_7,V_6))) -> true
% 10.42/10.67  collapsed.
% 10.42/10.67  Current number of equations to process: 462
% 10.42/10.67  Current number of ordered equations: 0
% 10.42/10.67  Current number of rules: 264
% 10.42/10.67  New rule produced :
% 10.42/10.67  [364]
% 10.42/10.67  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(implies(
% 10.42/10.67                                                                   implies(C,D),
% 10.42/10.67                                                                   implies(E,
% 10.42/10.67                                                                   implies(C,D))),F),
% 10.42/10.67                                                   implies(V_6,F)),V_7),
% 10.42/10.67                                   implies(V_8,V_7))))) -> true
% 10.42/10.67  Rule
% 10.42/10.67  [161]
% 10.42/10.67  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(implies(
% 10.42/10.67                                                                   implies(C,D),
% 10.42/10.67                                                                   implies(D,
% 10.42/10.67                                                                   implies(C,D))),E),
% 10.42/10.67                                                   implies(F,E)),V_6),implies(V_7,V_6)))))
% 10.42/10.67  -> true collapsed.
% 10.42/10.67  Current number of equations to process: 461
% 10.42/10.67  Current number of ordered equations: 0
% 10.42/10.67  Current number of rules: 264
% 10.42/10.67  New rule produced :
% 10.42/10.67  [365]
% 10.42/10.67  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,
% 10.42/10.67                                                             implies(E,
% 10.42/10.67                                                             implies(implies(F,V_6),
% 10.42/10.67                                                             implies(V_7,
% 10.42/10.67                                                             implies(F,V_6)))))),V_8),
% 10.42/10.67                                   implies(V_9,V_8))))) -> true
% 10.42/10.67  Current number of equations to process: 460
% 10.42/10.67  Current number of ordered equations: 0
% 10.42/10.67  Current number of rules: 265
% 10.42/10.67  New rule produced :
% 10.42/10.67  [366]
% 10.42/10.67  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,implies(
% 10.42/10.67                                                                   implies(
% 10.42/10.67                                                                   implies(C,D),C),
% 10.42/10.67                                                                   implies(E,C))),F),
% 10.42/10.67                                         implies(V_6,F))),V_7),implies(V_8,V_7)))
% 10.42/10.67  -> true
% 10.42/10.67  Current number of equations to process: 459
% 10.42/10.67  Current number of ordered equations: 0
% 10.42/10.67  Current number of rules: 266
% 10.42/10.67  New rule produced :
% 10.42/10.67  [367]
% 10.42/10.67  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(
% 10.42/10.67                                                                   implies(
% 10.42/10.67                                                                   implies(C,D),C),
% 10.42/10.67                                                                   implies(E,C))),F),
% 10.42/10.67                                         implies(V_6,F)),V_7),implies(V_8,V_7))))
% 10.42/10.67  -> true
% 10.42/10.67  Current number of equations to process: 458
% 10.42/10.67  Current number of ordered equations: 0
% 10.42/10.67  Current number of rules: 267
% 10.42/10.67  New rule produced :
% 10.42/10.67  [368]
% 10.42/10.67  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(implies(
% 10.42/10.67                                                                   implies(
% 10.42/10.67                                                                   implies(C,D),C),
% 10.42/10.67                                                                   implies(E,C)),F),
% 10.42/10.67                                                   implies(V_6,F)))),V_7),
% 10.42/10.67               implies(V_8,V_7))) -> true
% 10.42/10.67  Current number of equations to process: 457
% 10.42/10.67  Current number of ordered equations: 0
% 10.42/10.67  Current number of rules: 268
% 10.42/10.67  New rule produced :
% 11.84/12.03  [369]
% 11.84/12.03  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(
% 11.84/12.03                                                               implies(E,
% 11.84/12.03                                                               implies(
% 11.84/12.03                                                               implies(
% 11.84/12.03                                                               implies(F,V_6),F),
% 11.84/12.03                                                               implies(V_7,F))),V_8),
% 11.84/12.03                                                       implies(V_9,V_8)))))))
% 11.84/12.03  -> true
% 11.84/12.03  Current number of equations to process: 454
% 11.84/12.03  Current number of ordered equations: 0
% 11.84/12.03  Current number of rules: 269
% 11.84/12.03  New rule produced :
% 11.84/12.03  [370]
% 11.84/12.03  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(
% 11.84/12.03                                                                   implies(
% 11.84/12.03                                                                   implies(C,D),C),
% 11.84/12.03                                                                   implies(E,C)),F),
% 11.84/12.03                                                   implies(V_6,F))),V_7),
% 11.84/12.03                         implies(V_8,V_7)))) -> true
% 11.84/12.03  Current number of equations to process: 452
% 11.84/12.03  Current number of ordered equations: 0
% 11.84/12.03  Current number of rules: 270
% 11.84/12.03  New rule produced :
% 11.84/12.03  [371]
% 11.84/12.03  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 11.84/12.03                                                             implies(E,
% 11.84/12.03                                                             implies(implies(
% 11.84/12.03                                                                     implies(F,V_6),F),
% 11.84/12.03                                                             implies(V_7,F)))),V_8),
% 11.84/12.03                                             implies(V_9,V_8)))))) -> true
% 11.84/12.03  Current number of equations to process: 451
% 11.84/12.03  Current number of ordered equations: 0
% 11.84/12.03  Current number of rules: 271
% 11.84/12.03  New rule produced :
% 11.84/12.03  [372]
% 11.84/12.03  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(implies(D,
% 11.84/12.03                                                                     implies(E,E)),
% 11.84/12.03                                                             implies(implies(F,E),
% 11.84/12.03                                                             implies(E,E)))),V_6),
% 11.84/12.03                                   implies(V_7,V_6))))) -> true
% 11.84/12.03  Current number of equations to process: 450
% 11.84/12.03  Current number of ordered equations: 0
% 11.84/12.03  Current number of rules: 272
% 11.84/12.03  New rule produced :
% 11.84/12.03  [373]
% 11.84/12.03  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(F,
% 11.84/12.03                                                                 implies(
% 11.84/12.03                                                                 implies(
% 11.84/12.03                                                                 implies(V_6,V_7),V_6),
% 11.84/12.03                                                                 implies(V_8,V_6)))))))))
% 11.84/12.03  -> true
% 11.84/12.03  Current number of equations to process: 492
% 11.84/12.03  Current number of ordered equations: 0
% 11.84/12.03  Current number of rules: 273
% 11.84/12.03  New rule produced :
% 11.84/12.03  [374] is_a_theorem(implies(implies(implies(A,A),B),implies(C,B))) -> true
% 11.84/12.03  Current number of equations to process: 501
% 11.84/12.03  Current number of ordered equations: 0
% 11.84/12.03  Current number of rules: 274
% 11.84/12.03  New rule produced :
% 11.84/12.03  [375]
% 11.84/12.03  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(B,B),C),implies(D,C))),E)),true,
% 11.84/12.03  is_a_theorem(E),true) -> true
% 11.84/12.03  Current number of equations to process: 501
% 11.84/12.03  Current number of ordered equations: 0
% 11.84/12.03  Current number of rules: 275
% 11.84/12.03  New rule produced :
% 11.84/12.03  [376]
% 11.84/12.03  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,B),C),
% 11.84/12.03                                         implies(D,C))),E),implies(F,E))) ->
% 11.84/12.03  true
% 11.84/12.03  Current number of equations to process: 501
% 11.84/12.03  Current number of ordered equations: 0
% 11.84/12.03  Current number of rules: 276
% 11.84/12.03  New rule produced :
% 11.84/12.03  [377]
% 11.84/12.03  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,C),D),implies(E,D)))))
% 11.84/12.03  -> true
% 11.84/12.03  Current number of equations to process: 501
% 11.84/12.03  Current number of ordered equations: 0
% 11.84/12.03  Current number of rules: 277
% 11.84/12.03  New rule produced :
% 11.84/12.03  [378]
% 11.84/12.03  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(D,E),implies(E,E))))))
% 11.84/12.03  -> true
% 11.84/12.03  Rule
% 11.84/12.03  [256]
% 11.84/12.03  is_a_theorem(implies(A,implies(B,implies(implies(C,implies(D,D)),implies(
% 11.84/12.03                                                                   implies(E,D),
% 12.60/12.82                                                                   implies(D,D))))))
% 12.60/12.82  -> true collapsed.
% 12.60/12.82  Rule
% 12.60/12.82  [293]
% 12.60/12.82  is_a_theorem(implies(implies(A,implies(B,implies(implies(C,D),implies(D,D)))),
% 12.60/12.82               implies(E,implies(B,implies(implies(C,D),implies(D,D)))))) ->
% 12.60/12.82  true collapsed.
% 12.60/12.82  Current number of equations to process: 502
% 12.60/12.82  Current number of ordered equations: 0
% 12.60/12.82  Current number of rules: 276
% 12.60/12.82  New rule produced :
% 12.60/12.82  [379]
% 12.60/12.82  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(C,D),
% 12.60/12.82                                                   implies(D,D))),E),implies(F,E))))
% 12.60/12.82  -> true
% 12.60/12.82  Rule
% 12.60/12.82  [352]
% 12.60/12.82  is_a_theorem(implies(A,implies(implies(implies(implies(B,implies(C,C)),
% 12.60/12.82                                         implies(implies(D,C),implies(C,C))),E),
% 12.60/12.82                         implies(F,E)))) -> true collapsed.
% 12.60/12.82  Current number of equations to process: 505
% 12.60/12.82  Current number of ordered equations: 0
% 12.60/12.82  Current number of rules: 276
% 12.60/12.82  New rule produced :
% 12.60/12.82  [380]
% 12.60/12.82  ifeq(is_a_theorem(implies(implies(A,implies(implies(B,C),implies(C,C))),D)),true,
% 12.60/12.82  is_a_theorem(implies(E,D)),true) -> true
% 12.60/12.82  Current number of equations to process: 504
% 12.60/12.82  Current number of ordered equations: 0
% 12.60/12.82  Current number of rules: 277
% 12.60/12.82  New rule produced :
% 12.60/12.82  [381]
% 12.60/12.82  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(implies(D,E),
% 12.60/12.82                                                             implies(E,E))),F),
% 12.60/12.82                                   implies(V_6,F))))) -> true
% 12.60/12.82  Current number of equations to process: 503
% 12.60/12.82  Current number of ordered equations: 0
% 12.60/12.82  Current number of rules: 278
% 12.60/12.82  New rule produced :
% 12.60/12.82  [382]
% 12.60/12.82  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(E,F),
% 12.60/12.82                                                       implies(F,F))))))) ->
% 12.60/12.82  true
% 12.60/12.82  Rule
% 12.60/12.82  [351]
% 12.60/12.82  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(D,implies(E,E)),
% 12.60/12.82                                             implies(implies(F,E),implies(E,E)))))))
% 12.60/12.82  -> true collapsed.
% 12.60/12.82  Current number of equations to process: 505
% 12.60/12.82  Current number of ordered equations: 0
% 12.60/12.82  Current number of rules: 278
% 12.60/12.82  New rule produced :
% 12.60/12.82  [383]
% 12.60/12.82  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(implies(C,D),implies(D,D)))),E)),true,
% 12.60/12.82  is_a_theorem(E),true) -> true
% 12.60/12.82  Rule
% 12.60/12.82  [258]
% 12.60/12.82  ifeq(is_a_theorem(implies(implies(A,implies(implies(B,implies(C,C)),implies(
% 12.60/12.82                                                                      implies(D,C),
% 12.60/12.82                                                                      implies(C,C)))),E)),true,
% 12.60/12.82  is_a_theorem(E),true) -> true collapsed.
% 12.60/12.82  Current number of equations to process: 505
% 12.60/12.82  Current number of ordered equations: 0
% 12.60/12.82  Current number of rules: 278
% 12.60/12.82  New rule produced :
% 12.60/12.82  [384]
% 12.60/12.82  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(C,D),
% 12.60/12.82                                                   implies(D,D)))),E),implies(F,E)))
% 12.60/12.82  -> true
% 12.60/12.82  Rule
% 12.60/12.82  [257]
% 12.60/12.82  is_a_theorem(implies(implies(implies(A,implies(implies(B,implies(C,C)),
% 12.60/12.82                                         implies(implies(D,C),implies(C,C)))),E),
% 12.60/12.82               implies(F,E))) -> true collapsed.
% 12.60/12.82  Current number of equations to process: 505
% 12.60/12.82  Current number of ordered equations: 0
% 12.60/12.82  Current number of rules: 278
% 12.60/12.82  New rule produced :
% 12.60/12.82  [385]
% 12.60/12.82  is_a_theorem(implies(implies(implies(implies(implies(A,implies(implies(B,C),
% 12.60/12.82                                                         implies(C,C))),D),
% 12.60/12.82                               implies(E,D)),F),implies(V_6,F))) -> true
% 12.60/12.82  Current number of equations to process: 504
% 12.60/12.82  Current number of ordered equations: 0
% 12.60/12.82  Current number of rules: 279
% 12.60/12.82  New rule produced :
% 12.60/12.82  [386]
% 12.60/12.82  ifeq(is_a_theorem(implies(implies(implies(implies(A,implies(implies(B,C),
% 12.60/12.82                                                      implies(C,C))),D),
% 12.60/12.82                            implies(E,D)),F)),true,is_a_theorem(F),true) ->
% 12.60/12.82  true
% 12.60/12.82  Current number of equations to process: 503
% 12.60/12.82  Current number of ordered equations: 0
% 12.60/12.82  Current number of rules: 280
% 12.60/12.82  New rule produced :
% 12.60/12.82  [387]
% 12.60/12.82  ifeq(is_a_theorem(implies(implies(A,implies(B,C)),B)),true,is_a_theorem(
% 12.60/12.82                                                             implies(D,B)),true)
% 12.60/12.82  -> true
% 12.60/12.82  Current number of equations to process: 514
% 12.60/12.82  Current number of ordered equations: 0
% 13.21/13.44  Current number of rules: 281
% 13.21/13.44  New rule produced :
% 13.21/13.44  [388]
% 13.21/13.44  ifeq(is_a_theorem(implies(implies(implies(implies(A,implies(B,C)),B),
% 13.21/13.44                            implies(D,B)),E)),true,is_a_theorem(E),true) ->
% 13.21/13.44  true
% 13.21/13.44  Current number of equations to process: 513
% 13.21/13.44  Current number of ordered equations: 0
% 13.21/13.44  Current number of rules: 282
% 13.21/13.44  New rule produced :
% 13.21/13.44  [389]
% 13.21/13.44  is_a_theorem(implies(A,implies(implies(B,implies(C,implies(B,D))),implies(E,
% 13.21/13.44                                                                    implies(C,
% 13.21/13.44                                                                    implies(B,D))))))
% 13.21/13.44  -> true
% 13.21/13.44  Current number of equations to process: 514
% 13.21/13.44  Current number of ordered equations: 0
% 13.21/13.44  Current number of rules: 283
% 13.21/13.44  New rule produced :
% 13.21/13.44  [390]
% 13.21/13.44  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,C)),B),
% 13.21/13.44                               implies(D,B)),E),implies(F,E))) -> true
% 13.21/13.44  Current number of equations to process: 513
% 13.21/13.44  Current number of ordered equations: 0
% 13.21/13.44  Current number of rules: 284
% 13.21/13.44  New rule produced :
% 13.21/13.44  [391]
% 13.21/13.44  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(C,D)),C),
% 13.21/13.44                                         implies(E,C)),F),implies(V_6,F)))) ->
% 13.21/13.44  true
% 13.21/13.44  Current number of equations to process: 515
% 13.21/13.44  Current number of ordered equations: 0
% 13.21/13.44  Current number of rules: 285
% 13.21/13.44  New rule produced :
% 13.21/13.44  [392]
% 13.21/13.44  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 13.21/13.44                                                             implies(E,F)),E),
% 13.21/13.44                                             implies(V_6,E)))))) -> true
% 13.21/13.44  Current number of equations to process: 515
% 13.21/13.44  Current number of ordered equations: 0
% 13.21/13.44  Current number of rules: 286
% 13.21/13.44  New rule produced :
% 13.21/13.44  [393]
% 13.21/13.44  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(implies(C,
% 13.21/13.44                                                                   implies(D,E)),D),
% 13.21/13.44                                                   implies(F,D)))),V_6),
% 13.21/13.44               implies(V_7,V_6))) -> true
% 13.21/13.44  Current number of equations to process: 515
% 13.21/13.44  Current number of ordered equations: 0
% 13.21/13.44  Current number of rules: 287
% 13.21/13.44  New rule produced :
% 13.21/13.44  [394]
% 13.21/13.44  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(C,
% 13.21/13.44                                                                   implies(D,E)),D),
% 13.21/13.44                                                   implies(F,D))),V_6),
% 13.21/13.44                         implies(V_7,V_6)))) -> true
% 13.21/13.44  Current number of equations to process: 518
% 13.21/13.44  Current number of ordered equations: 0
% 13.21/13.44  Current number of rules: 288
% 13.21/13.44  New rule produced :
% 13.21/13.44  [395]
% 13.21/13.44  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(implies(implies(C,
% 13.21/13.44                                                                implies(D,E)),D),
% 13.21/13.44                                                implies(F,D)))),V_6)),true,
% 13.21/13.44  is_a_theorem(V_6),true) -> true
% 13.21/13.44  Current number of equations to process: 517
% 13.21/13.44  Current number of ordered equations: 0
% 13.21/13.44  Current number of rules: 289
% 13.21/13.44  New rule produced :
% 13.21/13.44  [396]
% 13.21/13.44  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(B,implies(C,D)),C),
% 13.21/13.44                                      implies(E,C))),F)),true,is_a_theorem(
% 13.21/13.44                                                              implies(V_6,F)),true)
% 13.21/13.44  -> true
% 13.21/13.44  Current number of equations to process: 516
% 13.21/13.44  Current number of ordered equations: 0
% 13.21/13.44  Current number of rules: 290
% 13.21/13.44  New rule produced :
% 13.21/13.44  [397]
% 13.21/13.44  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(
% 13.21/13.44                                                               implies(E,
% 13.21/13.44                                                               implies(F,V_6)),F),
% 13.21/13.44                                                       implies(V_7,F))))))) ->
% 13.21/13.44  true
% 13.21/13.44  Current number of equations to process: 519
% 13.21/13.44  Current number of ordered equations: 0
% 13.21/13.44  Current number of rules: 291
% 13.21/13.44  New rule produced :
% 13.21/13.44  [398]
% 13.21/13.44  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 13.21/13.44                                                             implies(implies(E,D),
% 13.21/13.44                                                             implies(F,D))),V_6),
% 13.21/13.44                                             implies(V_7,V_6)))))) -> true
% 13.21/13.44  Current number of equations to process: 536
% 14.73/14.99  Current number of ordered equations: 0
% 14.73/14.99  Current number of rules: 292
% 14.73/14.99  New rule produced :
% 14.73/14.99  [399]
% 14.73/14.99  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(implies(
% 14.73/14.99                                                                     implies(D,
% 14.73/14.99                                                                     implies(E,F)),E),
% 14.73/14.99                                                             implies(V_6,E))),V_7),
% 14.73/14.99                                   implies(V_8,V_7))))) -> true
% 14.73/14.99  Current number of equations to process: 539
% 14.73/14.99  Current number of ordered equations: 0
% 14.73/14.99  Current number of rules: 293
% 14.73/14.99  New rule produced :
% 14.73/14.99  [400]
% 14.73/14.99  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(
% 14.73/14.99                                                                   implies(C,B),
% 14.73/14.99                                                                   implies(D,B))),E),
% 14.73/14.99                                         implies(F,E)),V_6),implies(V_7,V_6))))
% 14.73/14.99  -> true
% 14.73/14.99  Current number of equations to process: 538
% 14.73/14.99  Current number of ordered equations: 0
% 14.73/14.99  Current number of rules: 294
% 14.73/14.99  New rule produced :
% 14.73/14.99  [401]
% 14.73/14.99  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(
% 14.73/14.99                                                               implies(E,
% 14.73/14.99                                                               implies(
% 14.73/14.99                                                               implies(F,E),
% 14.73/14.99                                                               implies(V_6,E))),V_7),
% 14.73/14.99                                                       implies(V_8,V_7)))))))
% 14.73/14.99  -> true
% 14.73/14.99  Current number of equations to process: 541
% 14.73/14.99  Current number of ordered equations: 0
% 14.73/14.99  Current number of rules: 295
% 14.73/14.99  New rule produced :
% 14.73/14.99  [402]
% 14.73/14.99  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(D,
% 14.73/14.99                                                             implies(E,
% 14.73/14.99                                                             implies(implies(F,E),
% 14.73/14.99                                                             implies(V_6,E))))))),V_7),
% 14.73/14.99               implies(V_8,V_7))) -> true
% 14.73/14.99  Current number of equations to process: 549
% 14.73/14.99  Current number of ordered equations: 0
% 14.73/14.99  Current number of rules: 296
% 14.73/14.99  New rule produced :
% 14.73/14.99  [403]
% 14.73/14.99  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,
% 14.73/14.99                                                             implies(E,
% 14.73/14.99                                                             implies(implies(F,E),
% 14.73/14.99                                                             implies(V_6,E)))))),V_7),
% 14.73/14.99                         implies(V_8,V_7)))) -> true
% 14.73/14.99  Current number of equations to process: 548
% 14.73/14.99  Current number of ordered equations: 0
% 14.73/14.99  Current number of rules: 297
% 14.73/14.99  New rule produced :
% 14.73/14.99  [404]
% 14.73/14.99  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(F,
% 14.73/14.99                                                                 implies(V_6,
% 14.73/14.99                                                                 implies(
% 14.73/14.99                                                                 implies(V_7,V_6),
% 14.73/14.99                                                                 implies(V_8,V_6))))))))))
% 14.73/14.99  -> true
% 14.73/14.99  Current number of equations to process: 551
% 14.73/14.99  Current number of ordered equations: 0
% 14.73/14.99  Current number of rules: 298
% 14.73/14.99  New rule produced :
% 14.73/14.99  [405]
% 14.73/14.99  ifeq(is_a_theorem(implies(implies(implies(implies(A,implies(implies(B,A),
% 14.73/14.99                                                      implies(C,A))),D),
% 14.73/14.99                            implies(E,D)),F)),true,is_a_theorem(implies(V_6,F)),true)
% 14.73/14.99  -> true
% 14.73/14.99  Current number of equations to process: 558
% 14.73/14.99  Current number of ordered equations: 0
% 14.73/14.99  Current number of rules: 299
% 14.73/14.99  New rule produced :
% 14.73/14.99  [406]
% 14.73/14.99  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,implies(D,implies(E,
% 14.73/14.99                                                                    implies(
% 14.73/14.99                                                                    implies(F,E),
% 14.73/14.99                                                                    implies(V_6,E))))))),V_7)),true,
% 14.73/14.99  is_a_theorem(V_7),true) -> true
% 14.73/14.99  Current number of equations to process: 557
% 14.73/14.99  Current number of ordered equations: 0
% 14.73/14.99  Current number of rules: 300
% 14.73/14.99  New rule produced :
% 14.73/14.99  [407]
% 14.73/14.99  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,implies(D,implies(
% 16.53/16.75                                                                    implies(E,D),
% 16.53/16.75                                                                    implies(F,D)))))),V_6)),true,
% 16.53/16.75  is_a_theorem(implies(V_7,V_6)),true) -> true
% 16.53/16.75  Current number of equations to process: 556
% 16.53/16.75  Current number of ordered equations: 0
% 16.53/16.75  Current number of rules: 301
% 16.53/16.75  New rule produced :
% 16.53/16.75  [408]
% 16.53/16.75  is_a_theorem(implies(implies(implies(implies(implies(A,implies(implies(
% 16.53/16.75                                                                 implies(B,
% 16.53/16.75                                                                 implies(C,D)),C),
% 16.53/16.75                                                         implies(E,C))),F),
% 16.53/16.75                               implies(V_6,F)),V_7),implies(V_8,V_7))) -> true
% 16.53/16.75  Current number of equations to process: 573
% 16.53/16.75  Current number of ordered equations: 0
% 16.53/16.75  Current number of rules: 302
% 16.53/16.75  New rule produced :
% 16.53/16.75  [409]
% 16.53/16.75  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(implies(C,
% 16.53/16.75                                                                   implies(
% 16.53/16.75                                                                   implies(D,C),
% 16.53/16.75                                                                   implies(E,C))),F),
% 16.53/16.75                                                   implies(V_6,F)))),V_7),
% 16.53/16.75               implies(V_8,V_7))) -> true
% 16.53/16.75  Current number of equations to process: 572
% 16.53/16.75  Current number of ordered equations: 0
% 16.53/16.75  Current number of rules: 303
% 16.53/16.75  New rule produced :
% 16.53/16.75  [410]
% 16.53/16.75  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(implies(C,
% 16.53/16.75                                                                   implies(
% 16.53/16.75                                                                   implies(D,C),
% 16.53/16.75                                                                   implies(E,C))),F),
% 16.53/16.75                                                   implies(V_6,F)),V_7),
% 16.53/16.75                                   implies(V_8,V_7))))) -> true
% 16.53/16.75  Current number of equations to process: 571
% 16.53/16.75  Current number of ordered equations: 0
% 16.53/16.75  Current number of rules: 304
% 16.53/16.75  New rule produced :
% 16.53/16.75  [411]
% 16.53/16.75  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,
% 16.53/16.75                                                             implies(E,
% 16.53/16.75                                                             implies(F,
% 16.53/16.75                                                             implies(implies(V_6,F),
% 16.53/16.75                                                             implies(V_7,F)))))),V_8),
% 16.53/16.75                                   implies(V_9,V_8))))) -> true
% 16.53/16.75  Current number of equations to process: 570
% 16.53/16.75  Current number of ordered equations: 0
% 16.53/16.75  Current number of rules: 305
% 16.53/16.75  New rule produced :
% 16.53/16.75  [412]
% 16.53/16.75  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(C,
% 16.53/16.75                                                                   implies(
% 16.53/16.75                                                                   implies(D,C),
% 16.53/16.75                                                                   implies(E,C))),F),
% 16.53/16.75                                                   implies(V_6,F))),V_7),
% 16.53/16.75                         implies(V_8,V_7)))) -> true
% 16.53/16.75  Current number of equations to process: 569
% 16.53/16.75  Current number of ordered equations: 0
% 16.53/16.75  Current number of rules: 306
% 16.53/16.75  New rule produced :
% 16.53/16.75  [413]
% 16.53/16.75  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 16.53/16.75                                                             implies(E,
% 16.53/16.75                                                             implies(F,
% 16.53/16.75                                                             implies(implies(V_6,F),
% 16.53/16.75                                                             implies(V_7,F))))),V_8),
% 16.53/16.75                                             implies(V_9,V_8)))))) -> true
% 16.53/16.75  Current number of equations to process: 568
% 16.53/16.75  Current number of ordered equations: 0
% 16.53/16.75  Current number of rules: 307
% 16.53/16.75  New rule produced :
% 16.53/16.75  [414]
% 16.53/16.75  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,
% 16.53/16.75                                                             implies(implies(
% 16.53/16.75                                                                     implies(E,F),E),
% 16.53/16.75                                                             implies(V_6,E))))),V_7),
% 19.15/19.35                         implies(V_8,V_7)))) -> true
% 19.15/19.35  Current number of equations to process: 609
% 19.15/19.35  Current number of ordered equations: 0
% 19.15/19.35  Current number of rules: 308
% 19.15/19.35  New rule produced :
% 19.15/19.35  [415]
% 19.15/19.35  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,implies(implies(
% 19.15/19.35                                                                  implies(D,E),D),
% 19.15/19.35                                                          implies(F,D))))),V_6)),true,
% 19.15/19.35  is_a_theorem(implies(V_7,V_6)),true) -> true
% 19.15/19.35  Current number of equations to process: 631
% 19.15/19.35  Current number of ordered equations: 0
% 19.15/19.35  Current number of rules: 309
% 19.15/19.35  New rule produced : [416] is_a_theorem(implies(A,A)) -> true
% 19.15/19.35  Current number of equations to process: 657
% 19.15/19.35  Current number of ordered equations: 0
% 19.15/19.35  Current number of rules: 310
% 19.15/19.35  New rule produced :
% 19.15/19.35  [417]
% 19.15/19.35  ifeq(is_a_theorem(implies(implies(A,implies(B,B)),C)),true,is_a_theorem(C),true)
% 19.15/19.35  -> true
% 19.15/19.35  Current number of equations to process: 657
% 19.15/19.35  Current number of ordered equations: 0
% 19.15/19.35  Current number of rules: 311
% 19.15/19.35  New rule produced :
% 19.15/19.35  [418]
% 19.15/19.35  is_a_theorem(implies(implies(implies(A,implies(B,B)),C),implies(D,C))) ->
% 19.15/19.35  true
% 19.15/19.35  Rule
% 19.15/19.35  [348]
% 19.15/19.35  is_a_theorem(implies(implies(implies(implies(A,B),implies(B,B)),C),implies(D,C)))
% 19.15/19.35  -> true collapsed.
% 19.15/19.35  Current number of equations to process: 657
% 19.15/19.35  Current number of ordered equations: 0
% 19.15/19.35  Current number of rules: 311
% 19.15/19.35  New rule produced :
% 19.15/19.35  [419]
% 19.15/19.35  is_a_theorem(implies(implies(A,implies(B,implies(C,C))),implies(D,implies(B,
% 19.15/19.35                                                                    implies(C,C)))))
% 19.15/19.35  -> true
% 19.15/19.35  Current number of equations to process: 657
% 19.15/19.35  Current number of ordered equations: 0
% 19.15/19.35  Current number of rules: 312
% 19.15/19.35  New rule produced :
% 19.15/19.35  [420]
% 19.15/19.35  is_a_theorem(implies(A,implies(B,implies(implies(not(implies(C,D)),implies(C,D)),
% 19.15/19.35                                   implies(C,D))))) -> true
% 19.15/19.35  Current number of equations to process: 657
% 19.15/19.35  Current number of ordered equations: 0
% 19.15/19.35  Current number of rules: 313
% 19.15/19.35  New rule produced :
% 19.15/19.35  [421]
% 19.15/19.35  is_a_theorem(implies(A,implies(implies(not(implies(B,C)),implies(B,C)),
% 19.15/19.35                         implies(B,C)))) -> true
% 19.15/19.35  Current number of equations to process: 657
% 19.15/19.35  Current number of ordered equations: 0
% 19.15/19.35  Current number of rules: 314
% 19.15/19.35  New rule produced :
% 19.15/19.35  [422]
% 19.15/19.35  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(B,C),
% 19.15/19.35                                                   implies(D,C))),E),E))) ->
% 19.15/19.35  true
% 19.15/19.35  Current number of equations to process: 658
% 19.15/19.35  Current number of ordered equations: 0
% 19.15/19.35  Current number of rules: 315
% 19.15/19.35  New rule produced :
% 19.15/19.35  [423]
% 19.15/19.35  ifeq(is_a_theorem(implies(A,implies(A,B))),true,is_a_theorem(implies(C,
% 19.15/19.35                                                               implies(A,B))),true)
% 19.15/19.35  -> true
% 19.15/19.35  Current number of equations to process: 659
% 19.15/19.35  Current number of ordered equations: 0
% 19.15/19.35  Current number of rules: 316
% 19.15/19.35  New rule produced :
% 19.15/19.35  [424]
% 19.15/19.35  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(implies(C,D),
% 19.15/19.35                                                             implies(E,D)))),F),F)))
% 19.15/19.35  -> true
% 19.15/19.35  Current number of equations to process: 658
% 19.15/19.35  Current number of ordered equations: 0
% 19.15/19.35  Current number of rules: 317
% 19.15/19.35  New rule produced :
% 19.15/19.35  [425]
% 19.15/19.35  ifeq(is_a_theorem(implies(implies(implies(A,implies(A,B)),implies(C,implies(A,B))),D)),true,
% 19.15/19.35  is_a_theorem(D),true) -> true
% 19.15/19.35  Current number of equations to process: 657
% 19.15/19.35  Current number of ordered equations: 0
% 19.15/19.35  Current number of rules: 318
% 19.15/19.35  New rule produced :
% 19.15/19.35  [426]
% 19.15/19.35  is_a_theorem(implies(A,implies(implies(implies(B,C),not(implies(B,C))),
% 19.15/19.35                         not(implies(B,C))))) -> true
% 19.15/19.35  Current number of equations to process: 658
% 19.15/19.35  Current number of ordered equations: 0
% 19.15/19.35  Current number of rules: 319
% 19.15/19.35  New rule produced :
% 19.15/19.35  [427]
% 19.15/19.35  is_a_theorem(implies(implies(implies(implies(A,implies(A,B)),implies(C,
% 19.15/19.35                                                               implies(A,B))),D),
% 19.15/19.35               implies(E,D))) -> true
% 19.15/19.35  Current number of equations to process: 657
% 19.15/19.35  Current number of ordered equations: 0
% 19.15/19.35  Current number of rules: 320
% 19.15/19.35  New rule produced :
% 19.15/19.35  [428]
% 19.15/19.35  is_a_theorem(implies(A,implies(implies(implies(implies(B,C),implies(D,C)),
% 19.15/19.35                                 implies(C,E)),implies(C,E)))) -> true
% 19.91/20.10  Current number of equations to process: 657
% 19.91/20.10  Current number of ordered equations: 0
% 19.91/20.10  Current number of rules: 321
% 19.91/20.10  New rule produced :
% 19.91/20.10  [429]
% 19.91/20.10  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(implies(C,D),
% 19.91/20.10                                                             implies(E,D))),F),F))))
% 19.91/20.10  -> true
% 19.91/20.10  Current number of equations to process: 657
% 19.91/20.10  Current number of ordered equations: 0
% 19.91/20.10  Current number of rules: 322
% 19.91/20.10  New rule produced :
% 19.91/20.10  [430]
% 19.91/20.10  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,D),not(implies(C,D))),
% 19.91/20.10                                   not(implies(C,D)))))) -> true
% 19.91/20.10  Current number of equations to process: 657
% 19.91/20.10  Current number of ordered equations: 0
% 19.91/20.10  Current number of rules: 323
% 19.91/20.10  New rule produced :
% 19.91/20.10  [431]
% 19.91/20.10  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(C,D),
% 19.91/20.10                                                   implies(E,implies(C,D)))),F),F)))
% 19.91/20.10  -> true
% 19.91/20.10  Current number of equations to process: 657
% 19.91/20.10  Current number of ordered equations: 0
% 19.91/20.10  Current number of rules: 324
% 19.91/20.10  New rule produced :
% 19.91/20.10  [432] is_a_theorem(implies(A,implies(implies(implies(B,C),B),B))) -> true
% 19.91/20.10  Current number of equations to process: 659
% 19.91/20.10  Current number of ordered equations: 0
% 19.91/20.10  Current number of rules: 325
% 19.91/20.10  New rule produced :
% 19.91/20.10  [433]
% 19.91/20.10  is_a_theorem(implies(A,implies(implies(implies(implies(B,C),implies(D,
% 19.91/20.10                                                              implies(B,C))),E),E)))
% 19.91/20.10  -> true
% 19.91/20.10  Current number of equations to process: 658
% 19.91/20.10  Current number of ordered equations: 0
% 19.91/20.10  Current number of rules: 326
% 19.91/20.10  New rule produced :
% 19.91/20.10  [434]
% 19.91/20.10  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(implies(D,C),
% 19.91/20.10                                                             implies(E,C)))),F),F)))
% 19.91/20.10  -> true
% 19.91/20.10  Current number of equations to process: 657
% 19.91/20.10  Current number of ordered equations: 0
% 19.91/20.10  Current number of rules: 327
% 19.91/20.10  New rule produced :
% 19.91/20.10  [435]
% 19.91/20.10  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(C,D),C),
% 19.91/20.10                                                   implies(E,C))),F),F))) ->
% 19.91/20.10  true
% 19.91/20.10  Current number of equations to process: 657
% 19.91/20.10  Current number of ordered equations: 0
% 19.91/20.10  Current number of rules: 328
% 19.91/20.10  New rule produced :
% 19.91/20.10  [436]
% 19.91/20.10  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(C,B),
% 19.91/20.10                                                   implies(D,B))),E),E))) ->
% 19.91/20.10  true
% 19.91/20.10  Current number of equations to process: 657
% 19.91/20.10  Current number of ordered equations: 0
% 19.91/20.10  Current number of rules: 329
% 19.91/20.10  New rule produced :
% 19.91/20.10  [437]
% 19.91/20.10  is_a_theorem(implies(A,implies(implies(implies(implies(B,implies(B,C)),
% 19.91/20.10                                         implies(D,implies(B,C))),E),implies(F,E))))
% 19.91/20.10  -> true
% 19.91/20.10  Current number of equations to process: 659
% 19.91/20.10  Current number of ordered equations: 0
% 19.91/20.10  Current number of rules: 330
% 19.91/20.10  New rule produced :
% 19.91/20.10  [438]
% 19.91/20.10  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(D,implies(D,E)),
% 19.91/20.10                                             implies(F,implies(D,E))))))) ->
% 19.91/20.10  true
% 19.91/20.10  Current number of equations to process: 659
% 19.91/20.10  Current number of ordered equations: 0
% 19.91/20.10  Current number of rules: 331
% 19.91/20.10  New rule produced :
% 19.91/20.10  [439] ifeq(is_a_theorem(A),true,is_a_theorem(implies(B,A)),true) -> true
% 19.91/20.10  Rule
% 19.91/20.10  [163]
% 19.91/20.10  ifeq(is_a_theorem(implies(A,B)),true,is_a_theorem(implies(C,implies(A,B))),true)
% 19.91/20.10  -> true collapsed.
% 19.91/20.10  Current number of equations to process: 661
% 19.91/20.10  Current number of ordered equations: 0
% 19.91/20.10  Current number of rules: 331
% 19.91/20.10  New rule produced :
% 19.91/20.10  [440]
% 19.91/20.10  ifeq(is_a_theorem(implies(implies(A,implies(B,A)),C)),true,is_a_theorem(C),true)
% 19.91/20.10  -> true
% 19.91/20.10  Rule
% 19.91/20.10  [164]
% 19.91/20.10  ifeq(is_a_theorem(implies(implies(implies(A,B),implies(C,implies(A,B))),D)),true,
% 19.91/20.10  is_a_theorem(D),true) -> true collapsed.
% 19.91/20.10  Current number of equations to process: 660
% 19.91/20.10  Current number of ordered equations: 0
% 19.91/20.10  Current number of rules: 331
% 19.91/20.10  New rule produced :
% 19.91/20.10  [441]
% 19.91/20.10  is_a_theorem(implies(implies(implies(A,implies(B,A)),C),implies(D,C))) ->
% 19.91/20.10  true
% 19.91/20.10  Rule
% 19.91/20.10  [165]
% 19.91/20.10  is_a_theorem(implies(implies(implies(implies(A,B),implies(C,implies(A,B))),D),
% 19.91/20.10               implies(E,D))) -> true collapsed.
% 19.91/20.10  Current number of equations to process: 660
% 19.91/20.10  Current number of ordered equations: 0
% 19.91/20.10  Current number of rules: 331
% 19.91/20.10  New rule produced :
% 19.91/20.10  [442]
% 19.91/20.10  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,D)))))) ->
% 20.20/20.42  true
% 20.20/20.42  Rule
% 20.20/20.42  [170]
% 20.20/20.42  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(D,E),implies(F,
% 20.20/20.42                                                                  implies(D,E)))))))
% 20.20/20.42  -> true collapsed.
% 20.20/20.42  Rule
% 20.20/20.42  [329]
% 20.20/20.42  is_a_theorem(implies(implies(A,implies(B,implies(C,implies(D,C)))),implies(E,
% 20.20/20.42                                                                     implies(B,
% 20.20/20.42                                                                     implies(C,
% 20.20/20.42                                                                     implies(D,C))))))
% 20.20/20.42  -> true collapsed.
% 20.20/20.42  Current number of equations to process: 660
% 20.20/20.42  Current number of ordered equations: 0
% 20.20/20.42  Current number of rules: 330
% 20.20/20.42  New rule produced :
% 20.20/20.42  [443]
% 20.20/20.42  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,
% 20.20/20.42                                                             implies(E,D))),F),
% 20.20/20.42                                   implies(V_6,F))))) -> true
% 20.20/20.42  Rule
% 20.20/20.42  [177]
% 20.20/20.42  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(implies(D,E),
% 20.20/20.42                                                             implies(F,
% 20.20/20.42                                                             implies(D,E)))),V_6),
% 20.20/20.42                                   implies(V_7,V_6))))) -> true collapsed.
% 20.20/20.42  Current number of equations to process: 660
% 20.20/20.42  Current number of ordered equations: 0
% 20.20/20.42  Current number of rules: 330
% 20.20/20.42  New rule produced :
% 20.20/20.42  [444]
% 20.20/20.42  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,C))),E),
% 20.20/20.42                         implies(F,E)))) -> true
% 20.20/20.42  Rule
% 20.20/20.42  [169]
% 20.20/20.42  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(C,D),
% 20.20/20.42                                                   implies(E,implies(C,D)))),F),
% 20.20/20.42                         implies(V_6,F)))) -> true collapsed.
% 20.20/20.42  Current number of equations to process: 660
% 20.20/20.42  Current number of ordered equations: 0
% 20.20/20.42  Current number of rules: 330
% 20.20/20.42  New rule produced :
% 20.20/20.42  [445]
% 20.20/20.42  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,B))),D)),true,
% 20.20/20.42  is_a_theorem(implies(E,D)),true) -> true
% 20.20/20.42  Rule
% 20.20/20.42  [168]
% 20.20/20.42  ifeq(is_a_theorem(implies(implies(A,implies(implies(B,C),implies(D,implies(B,C)))),E)),true,
% 20.20/20.42  is_a_theorem(implies(F,E)),true) -> true collapsed.
% 20.20/20.42  Current number of equations to process: 661
% 20.20/20.42  Current number of ordered equations: 0
% 20.20/20.42  Current number of rules: 330
% 20.20/20.42  New rule produced :
% 20.20/20.42  [446]
% 20.20/20.42  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(F,E)))))))
% 20.20/20.42  -> true
% 20.20/20.42  Rule
% 20.20/20.42  [233]
% 20.20/20.42  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(E,F),
% 20.20/20.42                                                       implies(V_6,implies(E,F))))))))
% 20.20/20.42  -> true collapsed.
% 20.20/20.42  Current number of equations to process: 663
% 20.20/20.42  Current number of ordered equations: 0
% 20.20/20.42  Current number of rules: 330
% 20.20/20.42  New rule produced :
% 20.20/20.42  [447]
% 20.20/20.42  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,implies(D,C)))),E)),true,
% 20.20/20.42  is_a_theorem(E),true) -> true
% 20.20/20.42  Rule
% 20.20/20.42  [230]
% 20.20/20.42  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(implies(C,D),implies(E,
% 20.20/20.42                                                                     implies(C,D))))),F)),true,
% 20.20/20.42  is_a_theorem(F),true) -> true collapsed.
% 20.20/20.42  Current number of equations to process: 664
% 20.20/20.42  Current number of ordered equations: 0
% 20.20/20.42  Current number of rules: 330
% 20.20/20.42  New rule produced :
% 20.20/20.42  [448]
% 20.20/20.42  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,B)),D),implies(E,D))))
% 20.20/20.42  -> true
% 20.20/20.42  Rule
% 20.20/20.42  [226]
% 20.20/20.42  is_a_theorem(implies(A,implies(implies(implies(implies(B,C),implies(D,
% 20.20/20.42                                                              implies(B,C))),E),
% 20.20/20.42                         implies(F,E)))) -> true collapsed.
% 20.20/20.42  Current number of equations to process: 664
% 20.20/20.42  Current number of ordered equations: 0
% 20.20/20.42  Current number of rules: 330
% 20.20/20.42  New rule produced :
% 20.20/20.42  [449]
% 20.20/20.42  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(D,C)))),E),
% 20.20/20.42               implies(F,E))) -> true
% 20.20/20.42  Rule
% 20.20/20.42  [229]
% 20.20/20.42  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(C,D),
% 20.20/20.42                                                   implies(E,implies(C,D))))),F),
% 20.20/20.42               implies(V_6,F))) -> true collapsed.
% 20.20/20.42  Current number of equations to process: 664
% 20.20/20.42  Current number of ordered equations: 0
% 20.20/20.42  Current number of rules: 330
% 20.20/20.42  New rule produced :
% 20.20/20.42  [450]
% 20.20/20.42  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,implies(C,B))),D),
% 21.11/21.35                               implies(E,D)),F),implies(V_6,F))) -> true
% 21.11/21.35  Rule
% 21.11/21.35  [178]
% 21.11/21.35  is_a_theorem(implies(implies(implies(implies(implies(A,implies(implies(B,C),
% 21.11/21.35                                                         implies(D,implies(B,C)))),E),
% 21.11/21.35                               implies(F,E)),V_6),implies(V_7,V_6))) -> true
% 21.11/21.35  collapsed.
% 21.11/21.35  Current number of equations to process: 663
% 21.11/21.35  Current number of ordered equations: 0
% 21.11/21.35  Current number of rules: 330
% 21.11/21.35  New rule produced :
% 21.11/21.35  [451]
% 21.11/21.35  ifeq(is_a_theorem(implies(implies(implies(implies(A,implies(B,implies(C,B))),D),
% 21.11/21.35                            implies(E,D)),F)),true,is_a_theorem(F),true) ->
% 21.11/21.35  true
% 21.11/21.35  Rule
% 21.11/21.35  [180]
% 21.11/21.35  ifeq(is_a_theorem(implies(implies(implies(implies(A,implies(implies(B,C),
% 21.11/21.35                                                      implies(D,implies(B,C)))),E),
% 21.11/21.35                            implies(F,E)),V_6)),true,is_a_theorem(V_6),true) ->
% 21.11/21.35  true collapsed.
% 21.11/21.35  Current number of equations to process: 662
% 21.11/21.35  Current number of ordered equations: 0
% 21.11/21.35  Current number of rules: 330
% 21.11/21.35  New rule produced :
% 21.11/21.35  [452]
% 21.11/21.35  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(C,implies(C,D)),
% 21.11/21.35                                                   implies(E,implies(C,D))))),F),
% 21.11/21.35               implies(V_6,F))) -> true
% 21.11/21.35  Current number of equations to process: 661
% 21.11/21.35  Current number of ordered equations: 0
% 21.11/21.35  Current number of rules: 331
% 21.11/21.35  New rule produced :
% 21.11/21.35  [453]
% 21.11/21.35  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(C,implies(C,D)),
% 21.11/21.35                                                   implies(E,implies(C,D)))),F),
% 21.11/21.35                         implies(V_6,F)))) -> true
% 21.11/21.35  Current number of equations to process: 663
% 21.11/21.35  Current number of ordered equations: 0
% 21.11/21.35  Current number of rules: 332
% 21.11/21.35  New rule produced :
% 21.11/21.35  [454]
% 21.11/21.35  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(implies(C,implies(C,D)),
% 21.11/21.35                                                implies(E,implies(C,D))))),F)),true,
% 21.11/21.35  is_a_theorem(F),true) -> true
% 21.11/21.35  Current number of equations to process: 662
% 21.11/21.35  Current number of ordered equations: 0
% 21.11/21.35  Current number of rules: 333
% 21.11/21.35  New rule produced :
% 21.11/21.35  [455]
% 21.11/21.35  ifeq(is_a_theorem(implies(implies(A,implies(implies(B,implies(B,C)),implies(D,
% 21.11/21.35                                                                      implies(B,C)))),E)),true,
% 21.11/21.35  is_a_theorem(implies(F,E)),true) -> true
% 21.11/21.35  Current number of equations to process: 661
% 21.11/21.35  Current number of ordered equations: 0
% 21.11/21.35  Current number of rules: 334
% 21.11/21.35  New rule produced :
% 21.11/21.35  [456]
% 21.11/21.35  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(E,
% 21.11/21.35                                                               implies(E,F)),
% 21.11/21.35                                                       implies(V_6,implies(E,F))))))))
% 21.11/21.35  -> true
% 21.11/21.35  Current number of equations to process: 664
% 21.11/21.35  Current number of ordered equations: 0
% 21.11/21.35  Current number of rules: 335
% 21.11/21.35  New rule produced :
% 21.11/21.35  [457] is_a_theorem(implies(A,implies(B,implies(C,implies(D,D))))) -> true
% 21.11/21.35  Rule
% 21.11/21.35  [274]
% 21.11/21.35  is_a_theorem(implies(A,implies(B,implies(implies(C,D),implies(D,D))))) ->
% 21.11/21.35  true collapsed.
% 21.11/21.35  Rule
% 21.11/21.35  [419]
% 21.11/21.35  is_a_theorem(implies(implies(A,implies(B,implies(C,C))),implies(D,implies(B,
% 21.11/21.35                                                                    implies(C,C)))))
% 21.11/21.35  -> true collapsed.
% 21.11/21.35  Current number of equations to process: 665
% 21.11/21.35  Current number of ordered equations: 0
% 21.11/21.35  Current number of rules: 334
% 21.11/21.35  New rule produced :
% 21.11/21.35  [458]
% 21.11/21.35  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,D),C),C)))) ->
% 21.11/21.35  true
% 21.11/21.35  Current number of equations to process: 665
% 21.11/21.35  Current number of ordered equations: 0
% 21.11/21.35  Current number of rules: 335
% 21.11/21.35  New rule produced :
% 21.11/21.35  [459]
% 21.11/21.35  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,C))),D)),true,
% 21.11/21.35  is_a_theorem(D),true) -> true
% 21.11/21.35  Rule
% 21.11/21.35  [271]
% 21.11/21.35  ifeq(is_a_theorem(implies(implies(A,implies(implies(B,C),implies(C,C))),D)),true,
% 21.11/21.35  is_a_theorem(D),true) -> true collapsed.
% 21.11/21.35  Current number of equations to process: 665
% 21.11/21.35  Current number of ordered equations: 0
% 21.11/21.35  Current number of rules: 335
% 21.11/21.35  New rule produced :
% 21.11/21.35  [460]
% 21.11/21.35  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,C))),D),implies(E,D)))
% 21.11/21.35  -> true
% 21.11/21.35  Rule
% 21.11/21.35  [273]
% 21.11/21.35  is_a_theorem(implies(implies(implies(A,implies(implies(B,C),implies(C,C))),D),
% 22.80/22.99               implies(E,D))) -> true collapsed.
% 22.80/22.99  Current number of equations to process: 665
% 22.80/22.99  Current number of ordered equations: 0
% 22.80/22.99  Current number of rules: 335
% 22.80/22.99  New rule produced :
% 22.80/22.99  [461]
% 22.80/22.99  is_a_theorem(implies(implies(A,implies(B,implies(C,implies(D,D)))),implies(E,
% 22.80/22.99                                                                     implies(B,
% 22.80/22.99                                                                     implies(C,
% 22.80/22.99                                                                     implies(D,D))))))
% 22.80/22.99  -> true
% 22.80/22.99  Current number of equations to process: 665
% 22.80/22.99  Current number of ordered equations: 0
% 22.80/22.99  Current number of rules: 336
% 22.80/22.99  New rule produced :
% 22.80/22.99  [462]
% 22.80/22.99  is_a_theorem(implies(A,implies(B,implies(implies(C,implies(D,implies(E,
% 22.80/22.99                                                               implies(F,E)))),
% 22.80/22.99                                   implies(V_6,implies(D,implies(E,implies(F,E))))))))
% 22.80/22.99  -> true
% 22.80/22.99  Current number of equations to process: 667
% 22.80/22.99  Current number of ordered equations: 0
% 22.80/22.99  Current number of rules: 337
% 22.80/22.99  New rule produced :
% 22.80/22.99  [463]
% 22.80/22.99  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(implies(D,
% 22.80/22.99                                                                     implies(D,E)),
% 22.80/22.99                                                             implies(F,
% 22.80/22.99                                                             implies(D,E)))),V_6),
% 22.80/22.99                                   implies(V_7,V_6))))) -> true
% 22.80/22.99  Current number of equations to process: 666
% 22.80/22.99  Current number of ordered equations: 0
% 22.80/22.99  Current number of rules: 338
% 22.80/22.99  New rule produced :
% 22.80/22.99  [464]
% 22.80/22.99  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,C),B),
% 22.80/22.99                                         implies(D,B)),E),E))) -> true
% 22.80/22.99  Current number of equations to process: 668
% 22.80/22.99  Current number of ordered equations: 0
% 22.80/22.99  Current number of rules: 339
% 22.80/22.99  New rule produced :
% 22.80/22.99  [465]
% 22.80/22.99  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,E)))))) ->
% 22.80/22.99  true
% 22.80/22.99  Rule
% 22.80/22.99  [378]
% 22.80/22.99  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(D,E),implies(E,E))))))
% 22.80/22.99  -> true collapsed.
% 22.80/22.99  Rule
% 22.80/22.99  [461]
% 22.80/22.99  is_a_theorem(implies(implies(A,implies(B,implies(C,implies(D,D)))),implies(E,
% 22.80/22.99                                                                     implies(B,
% 22.80/22.99                                                                     implies(C,
% 22.80/22.99                                                                     implies(D,D))))))
% 22.80/22.99  -> true collapsed.
% 22.80/22.99  Current number of equations to process: 668
% 22.80/22.99  Current number of ordered equations: 0
% 22.80/22.99  Current number of rules: 338
% 22.80/22.99  New rule produced :
% 22.80/22.99  [466]
% 22.80/22.99  ifeq(is_a_theorem(implies(implies(implies(implies(implies(implies(A,B),A),
% 22.80/22.99                                            implies(C,A)),D),implies(E,D)),F)),true,
% 22.80/22.99  is_a_theorem(implies(V_6,F)),true) -> true
% 22.80/22.99  Current number of equations to process: 671
% 22.80/22.99  Current number of ordered equations: 0
% 22.80/22.99  Current number of rules: 339
% 22.80/22.99  New rule produced :
% 22.80/22.99  [467]
% 22.80/22.99  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(F,
% 22.80/22.99                                                                 implies(V_6,
% 22.80/22.99                                                                 implies(
% 22.80/22.99                                                                 implies(V_7,V_8),
% 22.80/22.99                                                                 implies(V_9,
% 22.80/22.99                                                                 implies(V_7,V_8)))))))))))
% 22.80/22.99  -> true
% 22.80/22.99  Rule
% 22.80/22.99  [317]
% 22.80/22.99  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(F,
% 22.80/22.99                                                                 implies(V_6,
% 22.80/22.99                                                                 implies(
% 22.80/22.99                                                                 implies(V_7,V_8),
% 22.80/22.99                                                                 implies(V_8,
% 22.80/22.99                                                                 implies(V_7,V_8)))))))))))
% 22.80/22.99  -> true collapsed.
% 22.80/22.99  Current number of equations to process: 674
% 22.80/22.99  Current number of ordered equations: 0
% 22.80/22.99  Current number of rules: 339
% 22.80/22.99  New rule produced :
% 22.80/22.99  [468]
% 22.80/22.99  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(F,
% 22.80/22.99                                                                 implies(V_6,
% 25.81/26.03                                                                 implies(
% 25.81/26.03                                                                 implies(
% 25.81/26.03                                                                 implies(V_7,V_8),V_7),
% 25.81/26.03                                                                 implies(V_9,V_7))))))))))
% 25.81/26.03  -> true
% 25.81/26.03  Current number of equations to process: 698
% 25.81/26.03  Current number of ordered equations: 0
% 25.81/26.03  Current number of rules: 340
% 25.81/26.03  New rule produced :
% 25.81/26.03  [469]
% 25.81/26.03  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(F,
% 25.81/26.03                                                                 implies(V_6,
% 25.81/26.03                                                                 implies(V_7,
% 25.81/26.03                                                                 implies(
% 25.81/26.03                                                                 implies(V_8,V_7),
% 25.81/26.03                                                                 implies(V_9,V_7)))))))))))
% 25.81/26.03  -> true
% 25.81/26.03  Current number of equations to process: 699
% 25.81/26.03  Current number of ordered equations: 0
% 25.81/26.03  Current number of rules: 341
% 25.81/26.03  New rule produced :
% 25.81/26.03  [470]
% 25.81/26.03  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(C,D),
% 25.81/26.03                                                   implies(E,implies(C,D))),F),F))))
% 25.81/26.03  -> true
% 25.81/26.03  Current number of equations to process: 699
% 25.81/26.03  Current number of ordered equations: 0
% 25.81/26.03  Current number of rules: 342
% 25.81/26.03  New rule produced :
% 25.81/26.03  [471]
% 25.81/26.03  is_a_theorem(implies(A,implies(implies(implies(implies(implies(implies(B,C),
% 25.81/26.03                                                         implies(C,C)),D),
% 25.81/26.03                                         implies(E,D)),F),implies(V_6,F)))) ->
% 25.81/26.03  true
% 25.81/26.03  Current number of equations to process: 706
% 25.81/26.03  Current number of ordered equations: 0
% 25.81/26.03  Current number of rules: 343
% 25.81/26.03  New rule produced :
% 25.81/26.03  [472]
% 25.81/26.03  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(implies(D,E),
% 25.81/26.03                                                             implies(E,E)),F),
% 25.81/26.03                                             implies(V_6,F)))))) -> true
% 25.81/26.03  Current number of equations to process: 706
% 25.81/26.03  Current number of ordered equations: 0
% 25.81/26.03  Current number of rules: 344
% 25.81/26.03  New rule produced :
% 25.81/26.03  [473]
% 25.81/26.03  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(implies(
% 25.81/26.03                                                                   implies(C,D),
% 25.81/26.03                                                                   implies(D,D)),E),
% 25.81/26.03                                                   implies(F,E)))),V_6),
% 25.81/26.03               implies(V_7,V_6))) -> true
% 25.81/26.03  Current number of equations to process: 709
% 25.81/26.03  Current number of ordered equations: 0
% 25.81/26.03  Current number of rules: 345
% 25.81/26.03  New rule produced :
% 25.81/26.03  [474]
% 25.81/26.03  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(
% 25.81/26.03                                                                   implies(C,D),
% 25.81/26.03                                                                   implies(D,D)),E),
% 25.81/26.03                                                   implies(F,E))),V_6),
% 25.81/26.03                         implies(V_7,V_6)))) -> true
% 25.81/26.03  Current number of equations to process: 708
% 25.81/26.03  Current number of ordered equations: 0
% 25.81/26.03  Current number of rules: 346
% 25.81/26.03  New rule produced :
% 25.81/26.03  [475]
% 25.81/26.03  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(
% 25.81/26.03                                                               implies(
% 25.81/26.03                                                               implies(E,F),
% 25.81/26.03                                                               implies(F,F)),V_6),
% 25.81/26.03                                                       implies(V_7,V_6)))))))
% 25.81/26.03  -> true
% 25.81/26.03  Current number of equations to process: 711
% 25.81/26.03  Current number of ordered equations: 0
% 25.81/26.03  Current number of rules: 347
% 25.81/26.03  New rule produced :
% 25.81/26.03  [476]
% 25.81/26.03  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(implies(implies(
% 25.81/26.03                                                                implies(C,D),
% 25.81/26.03                                                                implies(D,D)),E),
% 25.81/26.03                                                implies(F,E)))),V_6)),true,
% 25.81/26.03  is_a_theorem(V_6),true) -> true
% 25.81/26.03  Current number of equations to process: 715
% 25.81/26.03  Current number of ordered equations: 0
% 25.81/26.03  Current number of rules: 348
% 25.81/26.03  New rule produced :
% 25.81/26.03  [477]
% 27.31/27.52  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(implies(B,C),
% 27.31/27.52                                                      implies(C,C)),D),
% 27.31/27.52                                      implies(E,D))),F)),true,is_a_theorem(
% 27.31/27.52                                                              implies(V_6,F)),true)
% 27.31/27.52  -> true
% 27.31/27.52  Current number of equations to process: 714
% 27.31/27.52  Current number of ordered equations: 0
% 27.31/27.52  Current number of rules: 349
% 27.31/27.52  New rule produced :
% 27.31/27.52  [478]
% 27.31/27.52  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(
% 27.31/27.52                                                                 implies(F,
% 27.31/27.52                                                                 implies(V_6,V_6)),
% 27.31/27.52                                                                 implies(
% 27.31/27.52                                                                 implies(V_7,V_6),
% 27.31/27.52                                                                 implies(V_6,V_6)))))))))
% 27.31/27.52  -> true
% 27.31/27.52  Current number of equations to process: 717
% 27.31/27.52  Current number of ordered equations: 0
% 27.31/27.52  Current number of rules: 350
% 27.31/27.53  New rule produced :
% 27.31/27.53  [479]
% 27.31/27.53  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,
% 27.31/27.53                                                             implies(E,
% 27.31/27.53                                                             implies(implies(
% 27.31/27.53                                                                     implies(F,V_6),F),
% 27.31/27.53                                                             implies(V_7,F))))),V_8),
% 27.31/27.53                                   implies(V_9,V_8))))) -> true
% 27.31/27.53  Current number of equations to process: 727
% 27.31/27.53  Current number of ordered equations: 0
% 27.31/27.53  Current number of rules: 351
% 27.31/27.53  New rule produced :
% 27.31/27.53  [480]
% 27.31/27.53  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(D,
% 27.31/27.53                                                             implies(E,
% 27.31/27.53                                                             implies(implies(
% 27.31/27.53                                                                     implies(F,V_6),F),
% 27.31/27.53                                                             implies(V_7,F))))))),V_8),
% 27.31/27.53               implies(V_9,V_8))) -> true
% 27.31/27.53  Current number of equations to process: 726
% 27.31/27.53  Current number of ordered equations: 0
% 27.31/27.53  Current number of rules: 352
% 27.31/27.53  New rule produced :
% 27.31/27.53  [481]
% 27.31/27.53  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(D,
% 27.31/27.53                                                             implies(E,
% 27.31/27.53                                                             implies(F,
% 27.31/27.53                                                             implies(implies(V_6,F),
% 27.31/27.53                                                             implies(V_7,F)))))))),V_8),
% 27.31/27.53               implies(V_9,V_8))) -> true
% 27.31/27.53  Current number of equations to process: 725
% 27.31/27.53  Current number of ordered equations: 0
% 27.31/27.53  Current number of rules: 353
% 27.31/27.53  New rule produced :
% 27.31/27.53  [482]
% 27.31/27.53  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(
% 27.31/27.53                                                                   implies(C,D),
% 27.31/27.53                                                                   implies(E,
% 27.31/27.53                                                                   implies(C,D))),F),
% 27.31/27.53                                                   implies(V_6,F))),V_7),
% 27.31/27.53                         implies(V_8,V_7)))) -> true
% 27.31/27.53  Rule
% 27.31/27.53  [193]
% 27.31/27.53  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(
% 27.31/27.53                                                                   implies(C,D),
% 27.31/27.53                                                                   implies(D,
% 27.31/27.53                                                                   implies(C,D))),E),
% 27.31/27.53                                                   implies(F,E))),V_6),
% 27.31/27.53                         implies(V_7,V_6)))) -> true collapsed.
% 27.31/27.53  Current number of equations to process: 724
% 27.31/27.53  Current number of ordered equations: 0
% 27.31/27.53  Current number of rules: 353
% 27.31/27.53  New rule produced :
% 27.31/27.53  [483]
% 27.31/27.53  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(D,
% 27.31/27.53                                                             implies(E,
% 27.31/27.53                                                             implies(implies(F,V_6),
% 27.31/27.53                                                             implies(V_7,
% 27.40/27.58                                                             implies(F,V_6)))))))),V_8),
% 27.40/27.58               implies(V_9,V_8))) -> true
% 27.40/27.58  Rule
% 27.40/27.58  [360]
% 27.40/27.58  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(D,
% 27.40/27.58                                                             implies(E,
% 27.40/27.58                                                             implies(implies(F,V_6),
% 27.40/27.58                                                             implies(V_6,
% 27.40/27.58                                                             implies(F,V_6)))))))),V_7),
% 27.40/27.58               implies(V_8,V_7))) -> true collapsed.
% 27.40/27.58  Current number of equations to process: 723
% 27.40/27.58  Current number of ordered equations: 0
% 27.40/27.58  Current number of rules: 353
% 27.40/27.58  New rule produced :
% 27.40/27.58  [484]
% 27.40/27.58  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(F,
% 27.40/27.58                                                                 implies(V_6,
% 27.40/27.58                                                                 implies(V_7,
% 27.40/27.58                                                                 implies(V_8,
% 27.40/27.58                                                                 implies(
% 27.40/27.58                                                                 implies(V_8,V_9),
% 27.40/27.58                                                                 implies(V_10,V_9))))))))))))
% 27.40/27.58  -> true
% 27.40/27.58  Current number of equations to process: 721
% 27.40/27.58  Current number of ordered equations: 0
% 27.40/27.58  Current number of rules: 354
% 27.40/27.58  New rule produced :
% 27.40/27.58  [485]
% 27.40/27.58  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(F,
% 27.40/27.58                                                                 implies(V_6,
% 27.40/27.58                                                                 implies(V_7,
% 27.40/27.58                                                                 implies(
% 27.40/27.58                                                                 implies(V_8,V_9),
% 27.40/27.58                                                                 implies(V_9,
% 27.40/27.58                                                                 implies(V_8,V_9))))))))))))
% 27.40/27.58  -> true
% 27.40/27.58  Current number of equations to process: 720
% 27.40/27.58  Current number of ordered equations: 0
% 27.40/27.58  Current number of rules: 355
% 27.40/27.58  New rule produced :
% 27.40/27.58  [486]
% 27.40/27.58  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 27.40/27.58                                                             implies(E,
% 27.40/27.58                                                             implies(implies(F,V_6),
% 27.40/27.58                                                             implies(V_7,
% 27.40/27.58                                                             implies(F,V_6))))),V_8),
% 27.40/27.58                                             implies(V_9,V_8)))))) -> true
% 27.40/27.58  Rule
% 27.40/27.58  [264]
% 27.40/27.58  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 27.40/27.58                                                             implies(E,
% 27.40/27.58                                                             implies(implies(F,V_6),
% 27.40/27.58                                                             implies(V_6,
% 27.40/27.58                                                             implies(F,V_6))))),V_7),
% 27.40/27.58                                             implies(V_8,V_7)))))) -> true
% 27.40/27.58  collapsed.
% 27.40/27.58  Current number of equations to process: 719
% 27.40/27.58  Current number of ordered equations: 0
% 27.40/27.58  Current number of rules: 355
% 27.40/27.58  New rule produced :
% 27.40/27.58  [487]
% 27.40/27.58  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(
% 27.40/27.58                                                                 implies(
% 27.40/27.58                                                                 implies(
% 27.40/27.58                                                                 implies(F,V_6),
% 27.40/27.58                                                                 implies(V_7,
% 27.40/27.58                                                                 implies(F,V_6))),V_8),
% 27.40/27.58                                                                 implies(V_9,V_8))))))))
% 27.40/27.58  -> true
% 27.40/27.58  Rule
% 27.40/27.58  [262]
% 27.40/27.58  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(
% 27.40/27.58                                                                 implies(
% 27.40/27.58                                                                 implies(
% 27.40/27.58                                                                 implies(F,V_6),
% 27.40/27.58                                                                 implies(V_6,
% 29.06/29.30                                                                 implies(F,V_6))),V_7),
% 29.06/29.30                                                                 implies(V_8,V_7))))))))
% 29.06/29.30  -> true collapsed.
% 29.06/29.30  Current number of equations to process: 718
% 29.06/29.30  Current number of ordered equations: 0
% 29.06/29.30  Current number of rules: 355
% 29.06/29.30  New rule produced :
% 29.06/29.30  [488]
% 29.06/29.30  is_a_theorem(implies(implies(implies(implies(implies(A,implies(implies(B,
% 29.06/29.30                                                                 implies(B,C)),
% 29.06/29.30                                                         implies(D,implies(B,C)))),E),
% 29.06/29.30                               implies(F,E)),V_6),implies(V_7,V_6))) -> true
% 29.06/29.30  Current number of equations to process: 717
% 29.06/29.30  Current number of ordered equations: 0
% 29.06/29.30  Current number of rules: 356
% 29.06/29.30  New rule produced :
% 29.06/29.30  [489]
% 29.06/29.30  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(implies(
% 29.06/29.30                                                                   implies(
% 29.06/29.30                                                                   implies(C,D),C),
% 29.06/29.30                                                                   implies(E,C)),F),
% 29.06/29.30                                                   implies(V_6,F)),V_7),
% 29.06/29.30                                   implies(V_8,V_7))))) -> true
% 29.06/29.30  Current number of equations to process: 716
% 29.06/29.30  Current number of ordered equations: 0
% 29.06/29.30  Current number of rules: 357
% 29.06/29.30  New rule produced :
% 29.06/29.30  [490]
% 29.06/29.30  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,
% 29.06/29.30                                                             implies(E,
% 29.06/29.30                                                             implies(implies(F,V_6),
% 29.06/29.30                                                             implies(V_7,
% 29.06/29.30                                                             implies(F,V_6))))))),V_8),
% 29.06/29.30                         implies(V_9,V_8)))) -> true
% 29.06/29.30  Rule
% 29.06/29.30  [301]
% 29.06/29.30  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,
% 29.06/29.30                                                             implies(E,
% 29.06/29.30                                                             implies(implies(F,V_6),
% 29.06/29.30                                                             implies(V_6,
% 29.06/29.30                                                             implies(F,V_6))))))),V_7),
% 29.06/29.30                         implies(V_8,V_7)))) -> true collapsed.
% 29.06/29.30  Current number of equations to process: 715
% 29.06/29.30  Current number of ordered equations: 0
% 29.06/29.30  Current number of rules: 357
% 29.06/29.30  New rule produced :
% 29.06/29.30  [491]
% 29.06/29.30  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,
% 29.06/29.30                                                             implies(E,
% 29.06/29.30                                                             implies(implies(
% 29.06/29.30                                                                     implies(F,V_6),F),
% 29.06/29.30                                                             implies(V_7,F)))))),V_8),
% 29.06/29.30                         implies(V_9,V_8)))) -> true
% 29.06/29.30  Current number of equations to process: 714
% 29.06/29.30  Current number of ordered equations: 0
% 29.06/29.30  Current number of rules: 358
% 29.06/29.30  New rule produced :
% 29.06/29.30  [492]
% 29.06/29.30  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(implies(
% 29.06/29.30                                                                     implies(
% 29.06/29.30                                                                     implies(D,E),
% 29.06/29.30                                                                     implies(E,E)),F),
% 29.06/29.30                                                             implies(V_6,F))),V_7),
% 29.06/29.30                                   implies(V_8,V_7))))) -> true
% 29.06/29.30  Current number of equations to process: 713
% 29.06/29.30  Current number of ordered equations: 0
% 29.06/29.30  Current number of rules: 359
% 29.06/29.30  New rule produced :
% 29.06/29.30  [493]
% 29.06/29.30  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(implies(D,
% 29.06/29.30                                                                     implies(E,E)),
% 29.06/29.30                                                             implies(implies(F,E),
% 29.06/29.30                                                             implies(E,E))))),V_6),
% 29.06/29.30                         implies(V_7,V_6)))) -> true
% 29.06/29.30  Current number of equations to process: 712
% 29.06/29.30  Current number of ordered equations: 0
% 29.06/29.30  Current number of rules: 360
% 29.06/29.30  New rule produced :
% 29.06/29.30  [494]
% 29.06/29.30  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(
% 32.29/32.52                                                                 implies(
% 32.29/32.52                                                                 implies(
% 32.29/32.52                                                                 implies(
% 32.29/32.52                                                                 implies(F,V_6),F),
% 32.29/32.52                                                                 implies(V_7,F)),V_8),
% 32.29/32.52                                                                 implies(V_9,V_8))))))))
% 32.29/32.52  -> true
% 32.29/32.52  Current number of equations to process: 761
% 32.29/32.52  Current number of ordered equations: 0
% 32.29/32.52  Current number of rules: 361
% 32.29/32.52  New rule produced :
% 32.29/32.52  [495]
% 32.29/32.52  ifeq(is_a_theorem(implies(implies(A,A),B)),true,is_a_theorem(implies(C,B)),true)
% 32.29/32.52  -> true
% 32.29/32.52  Current number of equations to process: 779
% 32.29/32.52  Current number of ordered equations: 0
% 32.29/32.52  Current number of rules: 362
% 32.29/32.52  New rule produced :
% 32.29/32.52  [496]
% 32.29/32.52  ifeq(is_a_theorem(implies(implies(implies(implies(A,A),B),implies(C,B)),D)),true,
% 32.29/32.52  is_a_theorem(D),true) -> true
% 32.29/32.52  Current number of equations to process: 778
% 32.29/32.52  Current number of ordered equations: 0
% 32.29/32.52  Current number of rules: 363
% 32.29/32.52  New rule produced :
% 32.29/32.52  [497]
% 32.29/32.52  is_a_theorem(implies(implies(implies(implies(implies(A,A),B),implies(C,B)),D),
% 32.29/32.52               implies(E,D))) -> true
% 32.29/32.52  Current number of equations to process: 778
% 32.29/32.52  Current number of ordered equations: 0
% 32.29/32.52  Current number of rules: 364
% 32.29/32.52  New rule produced :
% 32.29/32.52  [498]
% 32.29/32.52  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,D),E),
% 32.29/32.52                                             implies(F,E)))))) -> true
% 32.29/32.52  Current number of equations to process: 779
% 32.29/32.52  Current number of ordered equations: 0
% 32.29/32.52  Current number of rules: 365
% 32.29/32.52  New rule produced :
% 32.29/32.52  [499]
% 32.29/32.52  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(C,C),D),
% 32.29/32.52                                                   implies(E,D))),F),implies(V_6,F))))
% 32.29/32.52  -> true
% 32.29/32.52  Current number of equations to process: 780
% 32.29/32.52  Current number of ordered equations: 0
% 32.29/32.52  Current number of rules: 366
% 32.29/32.52  New rule produced :
% 32.29/32.52  [500]
% 32.29/32.52  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(B,B),C),implies(D,C))),E)),true,
% 32.29/32.52  is_a_theorem(implies(F,E)),true) -> true
% 32.29/32.52  Current number of equations to process: 781
% 32.29/32.52  Current number of ordered equations: 0
% 32.29/32.52  Current number of rules: 367
% 32.29/32.52  New rule produced :
% 32.29/32.52  [501]
% 32.29/32.52  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(implies(
% 32.29/32.52                                                                     implies(D,D),E),
% 32.29/32.52                                                             implies(F,E))),V_6),
% 32.29/32.52                                   implies(V_7,V_6))))) -> true
% 32.29/32.52  Current number of equations to process: 780
% 32.29/32.52  Current number of ordered equations: 0
% 32.29/32.52  Current number of rules: 368
% 32.29/32.52  New rule produced :
% 32.29/32.52  [502]
% 32.29/32.52  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(
% 32.29/32.52                                                               implies(E,E),F),
% 32.29/32.52                                                       implies(V_6,F))))))) ->
% 32.29/32.52  true
% 32.29/32.52  Current number of equations to process: 782
% 32.29/32.52  Current number of ordered equations: 0
% 32.29/32.52  Current number of rules: 369
% 32.29/32.52  New rule produced :
% 32.29/32.52  [503]
% 32.29/32.52  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,B),C),
% 32.29/32.52                                         implies(D,C)),E),implies(F,E)))) ->
% 32.29/32.52  true
% 32.29/32.52  Current number of equations to process: 785
% 32.29/32.52  Current number of ordered equations: 0
% 32.29/32.52  Current number of rules: 370
% 32.29/32.52  New rule produced :
% 32.29/32.52  [504]
% 32.29/32.52  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(implies(C,C),D),
% 32.29/32.52                                                   implies(E,D)))),F),implies(V_6,F)))
% 32.29/32.52  -> true
% 32.29/32.52  Current number of equations to process: 784
% 32.29/32.52  Current number of ordered equations: 0
% 32.29/32.52  Current number of rules: 371
% 32.29/32.52  New rule produced :
% 32.29/32.52  [505]
% 32.29/32.52  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(implies(implies(C,C),D),
% 32.29/32.52                                                implies(E,D)))),F)),true,
% 32.29/32.52  is_a_theorem(F),true) -> true
% 32.29/32.52  Current number of equations to process: 783
% 32.29/32.52  Current number of ordered equations: 0
% 32.29/32.52  Current number of rules: 372
% 32.29/32.52  New rule produced :
% 32.29/32.52  [506]
% 32.29/32.52  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(implies(D,E),
% 32.29/32.52                                                             implies(E,E)))),F),
% 33.34/33.52                         implies(V_6,F)))) -> true
% 33.34/33.52  Rule
% 33.34/33.52  [355]
% 33.34/33.52  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(C,implies(D,D)),
% 33.34/33.52                                                   implies(implies(E,D),
% 33.34/33.52                                                   implies(D,D)))),F),implies(V_6,F))))
% 33.34/33.52  -> true collapsed.
% 33.34/33.52  Current number of equations to process: 792
% 33.34/33.52  Current number of ordered equations: 0
% 33.34/33.52  Current number of rules: 372
% 33.34/33.52  New rule produced :
% 33.34/33.52  [507]
% 33.34/33.52  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(D,
% 33.34/33.52                                                             implies(implies(E,F),
% 33.34/33.52                                                             implies(F,F)))))),V_6),
% 33.34/33.52               implies(V_7,V_6))) -> true
% 33.34/33.52  Current number of equations to process: 792
% 33.34/33.52  Current number of ordered equations: 0
% 33.34/33.52  Current number of rules: 373
% 33.34/33.52  New rule produced :
% 33.34/33.52  [508]
% 33.34/33.52  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(implies(C,D),implies(D,D)))),E)),true,
% 33.34/33.52  is_a_theorem(implies(F,E)),true) -> true
% 33.34/33.52  Rule
% 33.34/33.52  [358]
% 33.34/33.52  ifeq(is_a_theorem(implies(implies(A,implies(implies(B,implies(C,C)),implies(
% 33.34/33.52                                                                      implies(D,C),
% 33.34/33.52                                                                      implies(C,C)))),E)),true,
% 33.34/33.52  is_a_theorem(implies(F,E)),true) -> true collapsed.
% 33.34/33.52  Current number of equations to process: 794
% 33.34/33.52  Current number of ordered equations: 0
% 33.34/33.52  Current number of rules: 373
% 33.34/33.52  New rule produced :
% 33.34/33.52  [509]
% 33.34/33.52  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,
% 33.34/33.52                                                             implies(implies(E,F),
% 33.34/33.52                                                             implies(F,F)))),V_6),
% 33.34/33.52                                   implies(V_7,V_6))))) -> true
% 33.34/33.52  Rule
% 33.34/33.52  [372]
% 33.34/33.52  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(implies(D,
% 33.34/33.52                                                                     implies(E,E)),
% 33.34/33.52                                                             implies(implies(F,E),
% 33.34/33.52                                                             implies(E,E)))),V_6),
% 33.34/33.52                                   implies(V_7,V_6))))) -> true collapsed.
% 33.34/33.52  Current number of equations to process: 793
% 33.34/33.52  Current number of ordered equations: 0
% 33.34/33.52  Current number of rules: 373
% 33.34/33.52  New rule produced :
% 33.34/33.52  [510]
% 33.34/33.52  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(
% 33.34/33.52                                                                 implies(F,V_6),
% 33.34/33.52                                                                 implies(V_6,V_6))))))))
% 33.34/33.52  -> true
% 33.34/33.52  Rule
% 33.34/33.52  [356]
% 33.34/33.52  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(E,
% 33.34/33.52                                                               implies(F,F)),
% 33.34/33.52                                                       implies(implies(V_6,F),
% 33.34/33.52                                                       implies(F,F)))))))) ->
% 33.34/33.52  true collapsed.
% 33.34/33.52  Current number of equations to process: 795
% 33.34/33.52  Current number of ordered equations: 0
% 33.34/33.52  Current number of rules: 373
% 33.34/33.52  New rule produced :
% 33.34/33.52  [511]
% 33.34/33.52  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,implies(D,implies(
% 33.34/33.52                                                                    implies(E,F),
% 33.34/33.52                                                                    implies(F,F)))))),V_6)),true,
% 33.34/33.52  is_a_theorem(V_6),true) -> true
% 33.34/33.52  Current number of equations to process: 795
% 33.34/33.52  Current number of ordered equations: 0
% 33.34/33.52  Current number of rules: 374
% 33.34/33.52  New rule produced :
% 33.34/33.52  [512]
% 33.34/33.52  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 33.34/33.52                                                             implies(implies(E,F),
% 33.34/33.52                                                             implies(F,F))),V_6),
% 33.34/33.52                                             implies(V_7,V_6)))))) -> true
% 33.34/33.52  Current number of equations to process: 800
% 33.34/33.52  Current number of ordered equations: 0
% 33.34/33.52  Current number of rules: 375
% 33.34/33.52  New rule produced :
% 33.34/33.52  [513]
% 33.34/33.52  is_a_theorem(implies(implies(implies(implies(implies(A,implies(implies(
% 33.34/33.52                                                                 implies(B,B),C),
% 33.34/33.52                                                         implies(D,C))),E),
% 35.12/35.30                               implies(F,E)),V_6),implies(V_7,V_6))) -> true
% 35.12/35.30  Current number of equations to process: 799
% 35.12/35.30  Current number of ordered equations: 0
% 35.12/35.30  Current number of rules: 376
% 35.12/35.30  New rule produced :
% 35.12/35.30  [514]
% 35.12/35.30  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,implies(
% 35.12/35.30                                                                   implies(C,D),
% 35.12/35.30                                                                   implies(D,D))),E),
% 35.12/35.30                                         implies(F,E))),V_6),implies(V_7,V_6)))
% 35.12/35.30  -> true
% 35.12/35.30  Current number of equations to process: 798
% 35.12/35.30  Current number of ordered equations: 0
% 35.12/35.30  Current number of rules: 377
% 35.12/35.30  New rule produced :
% 35.12/35.30  [515]
% 35.12/35.30  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(
% 35.12/35.30                                                                   implies(C,D),
% 35.12/35.30                                                                   implies(D,D))),E),
% 35.12/35.30                                         implies(F,E)),V_6),implies(V_7,V_6))))
% 35.12/35.30  -> true
% 35.12/35.30  Current number of equations to process: 797
% 35.12/35.30  Current number of ordered equations: 0
% 35.12/35.30  Current number of rules: 378
% 35.12/35.30  New rule produced :
% 35.12/35.30  [516]
% 35.12/35.30  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,implies(
% 35.12/35.30                                                                   implies(C,D),
% 35.12/35.30                                                                   implies(D,D)))),E),
% 35.12/35.30                               implies(F,E)),V_6),implies(V_7,V_6))) -> true
% 35.12/35.30  Current number of equations to process: 796
% 35.12/35.30  Current number of ordered equations: 0
% 35.12/35.30  Current number of rules: 379
% 35.12/35.30  New rule produced :
% 35.12/35.30  [517]
% 35.12/35.30  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(
% 35.12/35.30                                                               implies(E,
% 35.12/35.30                                                               implies(
% 35.12/35.30                                                               implies(F,V_6),
% 35.12/35.30                                                               implies(V_6,V_6))),V_7),
% 35.12/35.30                                                       implies(V_8,V_7)))))))
% 35.12/35.30  -> true
% 35.12/35.30  Current number of equations to process: 795
% 35.12/35.30  Current number of ordered equations: 0
% 35.12/35.30  Current number of rules: 380
% 35.12/35.30  New rule produced :
% 35.12/35.30  [518]
% 35.12/35.30  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(F,
% 35.12/35.30                                                                 implies(
% 35.12/35.30                                                                 implies(V_6,V_7),
% 35.12/35.30                                                                 implies(V_7,V_7)))))))))
% 35.12/35.30  -> true
% 35.12/35.30  Rule
% 35.12/35.30  [478]
% 35.12/35.30  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(
% 35.12/35.30                                                                 implies(F,
% 35.12/35.30                                                                 implies(V_6,V_6)),
% 35.12/35.30                                                                 implies(
% 35.12/35.30                                                                 implies(V_7,V_6),
% 35.12/35.30                                                                 implies(V_6,V_6)))))))))
% 35.12/35.30  -> true collapsed.
% 35.12/35.30  Current number of equations to process: 797
% 35.12/35.30  Current number of ordered equations: 0
% 35.12/35.30  Current number of rules: 380
% 35.12/35.30  New rule produced :
% 35.12/35.30  [519]
% 35.12/35.30  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(C,D),
% 35.12/35.30                                                   implies(D,D))),E),E))) ->
% 35.12/35.30  true
% 35.12/35.30  Current number of equations to process: 797
% 35.12/35.30  Current number of ordered equations: 0
% 35.12/35.30  Current number of rules: 381
% 35.12/35.30  New rule produced :
% 35.12/35.30  [520]
% 35.12/35.30  is_a_theorem(implies(A,implies(implies(not(B),not(C)),implies(implies(B,D),
% 35.12/35.30                                                        implies(C,D))))) ->
% 35.12/35.30  true
% 35.12/35.30  Current number of equations to process: 797
% 35.12/35.30  Current number of ordered equations: 0
% 35.12/35.30  Current number of rules: 382
% 35.12/35.30  New rule produced :
% 35.12/35.30  [521]
% 35.12/35.30  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,D)),C),C))) ->
% 35.12/35.30  true
% 35.12/35.30  Current number of equations to process: 797
% 35.12/35.30  Current number of ordered equations: 0
% 35.12/35.30  Current number of rules: 383
% 35.12/35.30  New rule produced :
% 35.12/35.30  [522]
% 35.12/35.30  is_a_theorem(implies(implies(A,implies(B,implies(A,C))),implies(D,implies(B,
% 35.12/35.30                                                                    implies(A,C)))))
% 38.43/38.63  -> true
% 38.43/38.63  Current number of equations to process: 797
% 38.43/38.63  Current number of ordered equations: 0
% 38.43/38.63  Current number of rules: 384
% 38.43/38.63  New rule produced :
% 38.43/38.63  [523]
% 38.43/38.63  ifeq(is_a_theorem(implies(implies(implies(implies(A,implies(B,C)),B),
% 38.43/38.63                            implies(D,B)),E)),true,is_a_theorem(implies(F,E)),true)
% 38.43/38.63  -> true
% 38.43/38.63  Current number of equations to process: 802
% 38.43/38.63  Current number of ordered equations: 0
% 38.43/38.63  Current number of rules: 385
% 38.43/38.63  New rule produced :
% 38.43/38.63  [524]
% 38.43/38.63  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(implies(C,
% 38.43/38.63                                                                   implies(D,E)),D),
% 38.43/38.63                                                   implies(F,D)),V_6),implies(V_7,V_6)))))
% 38.43/38.63  -> true
% 38.43/38.63  Current number of equations to process: 801
% 38.43/38.63  Current number of ordered equations: 0
% 38.43/38.63  Current number of rules: 386
% 38.43/38.63  New rule produced :
% 38.43/38.63  [525]
% 38.43/38.63  is_a_theorem(implies(implies(implies(A,implies(implies(B,implies(C,implies(B,D))),
% 38.43/38.63                                         implies(E,implies(C,implies(B,D))))),F),
% 38.43/38.63               implies(V_6,F))) -> true
% 38.43/38.63  Current number of equations to process: 811
% 38.43/38.63  Current number of ordered equations: 0
% 38.43/38.63  Current number of rules: 387
% 38.43/38.63  New rule produced :
% 38.43/38.63  [526]
% 38.43/38.63  is_a_theorem(implies(implies(implies(implies(implies(implies(implies(A,
% 38.43/38.63                                                               implies(B,C)),B),
% 38.43/38.63                                               implies(D,B)),E),implies(F,E)),V_6),
% 38.43/38.63               implies(V_7,V_6))) -> true
% 38.43/38.63  Current number of equations to process: 810
% 38.43/38.63  Current number of ordered equations: 0
% 38.43/38.63  Current number of rules: 388
% 38.43/38.63  New rule produced :
% 38.43/38.63  [527]
% 38.43/38.63  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(implies(
% 38.43/38.63                                                                     implies(D,
% 38.43/38.63                                                                     implies(E,F)),E),
% 38.43/38.63                                                             implies(V_6,E))))),V_7),
% 38.43/38.63               implies(V_8,V_7))) -> true
% 38.43/38.63  Current number of equations to process: 809
% 38.43/38.63  Current number of ordered equations: 0
% 38.43/38.63  Current number of rules: 389
% 38.43/38.63  New rule produced :
% 38.43/38.63  [528]
% 38.43/38.63  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(implies(
% 38.43/38.63                                                                     implies(D,
% 38.43/38.63                                                                     implies(E,F)),E),
% 38.43/38.63                                                             implies(V_6,E)))),V_7),
% 38.43/38.63                         implies(V_8,V_7)))) -> true
% 38.43/38.63  Current number of equations to process: 808
% 38.43/38.63  Current number of ordered equations: 0
% 38.43/38.63  Current number of rules: 390
% 38.43/38.63  New rule produced :
% 38.43/38.63  [529]
% 38.43/38.63  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(
% 38.43/38.63                                                                 implies(
% 38.43/38.63                                                                 implies(F,
% 38.43/38.63                                                                 implies(V_6,V_7)),V_6),
% 38.43/38.63                                                                 implies(V_8,V_6))))))))
% 38.43/38.63  -> true
% 38.43/38.63  Current number of equations to process: 811
% 38.43/38.63  Current number of ordered equations: 0
% 38.43/38.63  Current number of rules: 391
% 38.43/38.63  New rule produced :
% 38.43/38.63  [530]
% 38.43/38.63  ifeq(is_a_theorem(implies(implies(implies(implies(A,implies(implies(implies(B,B),C),
% 38.43/38.63                                                      implies(D,C))),E),
% 38.43/38.63                            implies(F,E)),V_6)),true,is_a_theorem(V_6),true) ->
% 38.43/38.63  true
% 38.43/38.63  Current number of equations to process: 821
% 38.43/38.63  Current number of ordered equations: 0
% 38.43/38.63  Current number of rules: 392
% 38.43/38.63  New rule produced :
% 38.43/38.63  [531]
% 38.43/38.63  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(B,implies(
% 38.43/38.63                                                                implies(C,D),
% 38.43/38.63                                                                implies(D,D))),E),
% 38.43/38.63                                      implies(F,E))),V_6)),true,is_a_theorem(V_6),true)
% 38.43/38.63  -> true
% 38.43/38.63  Current number of equations to process: 820
% 38.43/38.63  Current number of ordered equations: 0
% 38.43/38.63  Current number of rules: 393
% 38.43/38.63  New rule produced :
% 38.43/38.63  [532]
% 38.43/38.63  ifeq(is_a_theorem(implies(implies(implies(implies(A,implies(B,implies(
% 42.13/42.31                                                                implies(C,D),
% 42.13/42.31                                                                implies(D,D)))),E),
% 42.13/42.31                            implies(F,E)),V_6)),true,is_a_theorem(V_6),true) ->
% 42.13/42.31  true
% 42.13/42.31  Current number of equations to process: 819
% 42.13/42.31  Current number of ordered equations: 0
% 42.13/42.31  Current number of rules: 394
% 42.13/42.31  New rule produced :
% 42.13/42.31  [533]
% 42.13/42.31  ifeq(is_a_theorem(implies(implies(implies(implies(A,implies(implies(B,C),
% 42.13/42.31                                                      implies(C,C))),D),
% 42.13/42.31                            implies(E,D)),F)),true,is_a_theorem(implies(V_6,F)),true)
% 42.13/42.31  -> true
% 42.13/42.31  Current number of equations to process: 818
% 42.13/42.31  Current number of ordered equations: 0
% 42.13/42.31  Current number of rules: 395
% 42.13/42.31  New rule produced :
% 42.13/42.31  [534]
% 42.13/42.31  ifeq(is_a_theorem(implies(implies(A,implies(implies(B,implies(C,implies(B,D))),
% 42.13/42.31                                      implies(E,implies(C,implies(B,D))))),F)),true,
% 42.13/42.31  is_a_theorem(F),true) -> true
% 42.13/42.31  Current number of equations to process: 817
% 42.13/42.31  Current number of ordered equations: 0
% 42.13/42.31  Current number of rules: 396
% 42.13/42.31  New rule produced :
% 42.13/42.31  [535]
% 42.13/42.31  ifeq(is_a_theorem(implies(implies(implies(implies(implies(implies(A,implies(B,C)),B),
% 42.13/42.31                                            implies(D,B)),E),implies(F,E)),V_6)),true,
% 42.13/42.31  is_a_theorem(V_6),true) -> true
% 42.13/42.31  Current number of equations to process: 816
% 42.13/42.31  Current number of ordered equations: 0
% 42.13/42.31  Current number of rules: 397
% 42.13/42.31  New rule produced :
% 42.13/42.31  [536]
% 42.13/42.31  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,implies(implies(
% 42.13/42.31                                                                  implies(D,
% 42.13/42.31                                                                  implies(E,F)),E),
% 42.13/42.31                                                          implies(V_6,E))))),V_7)),true,
% 42.13/42.31  is_a_theorem(V_7),true) -> true
% 42.13/42.31  Current number of equations to process: 815
% 42.13/42.31  Current number of ordered equations: 0
% 42.13/42.31  Current number of rules: 398
% 42.13/42.31  New rule produced :
% 42.13/42.31  [537]
% 42.13/42.31  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(implies(implies(C,
% 42.13/42.31                                                                implies(D,E)),D),
% 42.13/42.31                                                implies(F,D)))),V_6)),true,
% 42.13/42.31  is_a_theorem(implies(V_7,V_6)),true) -> true
% 42.13/42.31  Current number of equations to process: 814
% 42.13/42.31  Current number of ordered equations: 0
% 42.13/42.31  Current number of rules: 399
% 42.13/42.31  New rule produced :
% 42.13/42.31  [538]
% 42.13/42.31  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(implies(D,C),
% 42.13/42.31                                                             implies(E,C))),F),F))))
% 42.13/42.31  -> true
% 42.13/42.31  Current number of equations to process: 839
% 42.13/42.31  Current number of ordered equations: 0
% 42.13/42.31  Current number of rules: 400
% 42.13/42.31  New rule produced :
% 42.13/42.31  [539]
% 42.13/42.31  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(implies(C,
% 42.13/42.31                                                                   implies(
% 42.13/42.31                                                                   implies(D,E),
% 42.13/42.31                                                                   implies(E,E))),F),
% 42.13/42.31                                                   implies(V_6,F)))),V_7),
% 42.13/42.31               implies(V_8,V_7))) -> true
% 42.13/42.31  Current number of equations to process: 846
% 42.13/42.31  Current number of ordered equations: 0
% 42.13/42.31  Current number of rules: 401
% 42.13/42.31  New rule produced :
% 42.13/42.31  [540]
% 42.13/42.31  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(implies(C,
% 42.13/42.31                                                                   implies(
% 42.13/42.31                                                                   implies(D,E),
% 42.13/42.31                                                                   implies(E,E))),F),
% 42.13/42.31                                                   implies(V_6,F)),V_7),
% 42.13/42.31                                   implies(V_8,V_7))))) -> true
% 42.13/42.31  Current number of equations to process: 845
% 42.13/42.31  Current number of ordered equations: 0
% 42.13/42.31  Current number of rules: 402
% 42.13/42.31  New rule produced :
% 42.13/42.31  [541]
% 42.13/42.31  is_a_theorem(implies(implies(implies(A,implies(implies(implies(implies(
% 42.13/42.31                                                                 implies(B,
% 42.13/42.31                                                                 implies(C,D)),C),
% 42.13/42.31                                                         implies(E,C)),F),
% 44.84/45.05                                         implies(V_6,F))),V_7),implies(V_8,V_7)))
% 44.84/45.05  -> true
% 44.84/45.05  Current number of equations to process: 844
% 44.84/45.05  Current number of ordered equations: 0
% 44.84/45.05  Current number of rules: 403
% 44.84/45.05  New rule produced :
% 44.84/45.05  [542]
% 44.84/45.05  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,
% 44.84/45.05                                                             implies(implies(
% 44.84/45.05                                                                     implies(E,
% 44.84/45.05                                                                     implies(F,V_6)),F),
% 44.84/45.05                                                             implies(V_7,F)))),V_8),
% 44.84/45.05                                   implies(V_9,V_8))))) -> true
% 44.84/45.05  Current number of equations to process: 843
% 44.84/45.05  Current number of ordered equations: 0
% 44.84/45.05  Current number of rules: 404
% 44.84/45.05  New rule produced :
% 44.84/45.05  [543]
% 44.84/45.05  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(D,
% 44.84/45.05                                                             implies(implies(
% 44.84/45.05                                                                     implies(E,
% 44.84/45.05                                                                     implies(F,V_6)),F),
% 44.84/45.05                                                             implies(V_7,F)))))),V_8),
% 44.84/45.05               implies(V_9,V_8))) -> true
% 44.84/45.05  Current number of equations to process: 842
% 44.84/45.05  Current number of ordered equations: 0
% 44.84/45.05  Current number of rules: 405
% 44.84/45.05  New rule produced :
% 44.84/45.05  [544]
% 44.84/45.05  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,
% 44.84/45.05                                                             implies(E,
% 44.84/45.05                                                             implies(F,
% 44.84/45.05                                                             implies(implies(V_6,F),
% 44.84/45.05                                                             implies(V_7,F))))))),V_8),
% 44.84/45.05                         implies(V_9,V_8)))) -> true
% 44.84/45.05  Current number of equations to process: 841
% 44.84/45.05  Current number of ordered equations: 0
% 44.84/45.05  Current number of rules: 406
% 44.84/45.05  New rule produced :
% 44.84/45.05  [545]
% 44.84/45.05  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 44.84/45.05                                                             implies(implies(
% 44.84/45.05                                                                     implies(E,
% 44.84/45.05                                                                     implies(F,V_6)),F),
% 44.84/45.05                                                             implies(V_7,F))),V_8),
% 44.84/45.05                                             implies(V_9,V_8)))))) -> true
% 44.84/45.05  Current number of equations to process: 840
% 44.84/45.05  Current number of ordered equations: 0
% 44.84/45.05  Current number of rules: 407
% 44.84/45.05  New rule produced :
% 44.84/45.05  [546]
% 44.84/45.05  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(F,
% 44.84/45.05                                                                 implies(
% 44.84/45.05                                                                 implies(
% 44.84/45.05                                                                 implies(V_6,
% 44.84/45.05                                                                 implies(V_7,V_8)),V_7),
% 44.84/45.05                                                                 implies(V_9,V_7)))))))))
% 44.84/45.05  -> true
% 44.84/45.05  Current number of equations to process: 844
% 44.84/45.05  Current number of ordered equations: 0
% 44.84/45.05  Current number of rules: 408
% 44.84/45.05  New rule produced :
% 44.84/45.05  [547]
% 44.84/45.05  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(
% 44.84/45.05                                                                 implies(
% 44.84/45.05                                                                 implies(F,
% 44.84/45.05                                                                 implies(
% 44.84/45.05                                                                 implies(V_6,F),
% 44.84/45.05                                                                 implies(V_7,F))),V_8),
% 44.84/45.05                                                                 implies(V_9,V_8))))))))
% 44.84/45.05  -> true
% 44.84/45.05  Current number of equations to process: 854
% 44.84/45.05  Current number of ordered equations: 0
% 44.84/45.05  Current number of rules: 409
% 44.84/45.05  New rule produced :
% 44.84/45.05  [548] ifeq(is_a_theorem(A),true,is_a_theorem(A),true) -> true
% 44.84/45.05  Current number of equations to process: 872
% 44.84/45.05  Current number of ordered equations: 0
% 44.84/45.05  Current number of rules: 410
% 44.84/45.05  New rule produced :
% 44.84/45.05  [549]
% 44.84/45.05  ifeq(is_a_theorem(implies(implies(A,A),B)),true,is_a_theorem(B),true) -> true
% 46.85/47.07  Current number of equations to process: 871
% 46.85/47.07  Current number of ordered equations: 0
% 46.85/47.07  Current number of rules: 411
% 46.85/47.07  New rule produced :
% 46.85/47.07  [550]
% 46.85/47.07  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,C)),D),implies(E,D))))
% 46.85/47.07  -> true
% 46.85/47.07  Rule
% 46.85/47.07  [255]
% 46.85/47.07  is_a_theorem(implies(A,implies(implies(implies(implies(B,C),implies(C,C)),D),
% 46.85/47.07                         implies(E,D)))) -> true collapsed.
% 46.85/47.07  Current number of equations to process: 872
% 46.85/47.07  Current number of ordered equations: 0
% 46.85/47.07  Current number of rules: 411
% 46.85/47.07  New rule produced :
% 46.85/47.07  [551]
% 46.85/47.07  ifeq(is_a_theorem(implies(implies(A,implies(B,B)),C)),true,is_a_theorem(
% 46.85/47.07                                                             implies(D,C)),true)
% 46.85/47.07  -> true
% 46.85/47.07  Current number of equations to process: 874
% 46.85/47.07  Current number of ordered equations: 0
% 46.85/47.07  Current number of rules: 412
% 46.85/47.07  New rule produced :
% 46.85/47.07  [552]
% 46.85/47.07  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,D)),E),
% 46.85/47.07                                   implies(F,E))))) -> true
% 46.85/47.07  Rule
% 46.85/47.07  [349]
% 46.85/47.07  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(C,D),
% 46.85/47.07                                                   implies(D,D)),E),implies(F,E)))))
% 46.85/47.07  -> true collapsed.
% 46.85/47.07  Current number of equations to process: 873
% 46.85/47.07  Current number of ordered equations: 0
% 46.85/47.07  Current number of rules: 412
% 46.85/47.07  New rule produced :
% 46.85/47.07  [553]
% 46.85/47.07  ifeq(is_a_theorem(implies(implies(implies(implies(A,implies(B,B)),C),
% 46.85/47.07                            implies(D,C)),E)),true,is_a_theorem(E),true) ->
% 46.85/47.07  true
% 46.85/47.07  Current number of equations to process: 872
% 46.85/47.07  Current number of ordered equations: 0
% 46.85/47.07  Current number of rules: 413
% 46.85/47.07  New rule produced :
% 46.85/47.07  [554]
% 46.85/47.07  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,B)),C),
% 46.85/47.07                               implies(D,C)),E),implies(F,E))) -> true
% 46.85/47.07  Current number of equations to process: 872
% 46.85/47.07  Current number of ordered equations: 0
% 46.85/47.07  Current number of rules: 414
% 46.85/47.07  New rule produced :
% 46.85/47.07  [555]
% 46.85/47.07  is_a_theorem(implies(A,implies(B,implies(implies(C,implies(D,implies(E,E))),
% 46.85/47.07                                   implies(F,implies(D,implies(E,E))))))) ->
% 46.85/47.07  true
% 46.85/47.07  Current number of equations to process: 872
% 46.85/47.07  Current number of ordered equations: 0
% 46.85/47.07  Current number of rules: 415
% 46.85/47.07  New rule produced :
% 46.85/47.07  [556]
% 46.85/47.07  is_a_theorem(implies(A,implies(implies(implies(implies(not(implies(B,C)),
% 46.85/47.07                                                 implies(B,C)),implies(B,C)),D),
% 46.85/47.07                         implies(E,D)))) -> true
% 46.85/47.07  Current number of equations to process: 874
% 46.85/47.07  Current number of ordered equations: 0
% 46.85/47.07  Current number of rules: 416
% 46.85/47.07  New rule produced :
% 46.85/47.07  [557]
% 46.85/47.07  is_a_theorem(implies(implies(not(implies(A,B)),implies(A,B)),implies(A,B)))
% 46.85/47.07  -> true
% 46.85/47.07  Current number of equations to process: 875
% 46.85/47.07  Current number of ordered equations: 0
% 46.85/47.07  Current number of rules: 417
% 46.85/47.07  New rule produced :
% 46.85/47.07  [558]
% 46.85/47.07  is_a_theorem(implies(implies(implies(A,implies(implies(A,B),implies(C,B))),D),D))
% 46.85/47.07  -> true
% 46.85/47.07  Current number of equations to process: 878
% 46.85/47.07  Current number of ordered equations: 0
% 46.85/47.07  Current number of rules: 418
% 46.85/47.07  New rule produced :
% 46.85/47.07  [559]
% 46.85/47.07  is_a_theorem(implies(implies(implies(A,implies(implies(not(implies(B,C)),
% 46.85/47.07                                                 implies(B,C)),implies(B,C))),D),
% 46.85/47.07               implies(E,D))) -> true
% 46.85/47.07  Current number of equations to process: 878
% 46.85/47.07  Current number of ordered equations: 0
% 46.85/47.07  Current number of rules: 419
% 46.85/47.07  New rule produced :
% 46.85/47.07  [560]
% 46.85/47.07  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,
% 46.85/47.07                                                             implies(implies(D,E),
% 46.85/47.07                                                             implies(F,E))))),V_6),V_6)))
% 46.85/47.07  -> true
% 46.85/47.07  Current number of equations to process: 889
% 46.85/47.07  Current number of ordered equations: 0
% 46.85/47.07  Current number of rules: 420
% 46.85/47.07  New rule produced :
% 46.85/47.07  [561]
% 46.85/47.07  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(implies(
% 46.85/47.07                                                                     implies(D,E),D),
% 46.85/47.07                                                             implies(F,D)))),V_6),V_6)))
% 46.85/47.07  -> true
% 46.85/47.07  Current number of equations to process: 896
% 46.85/47.07  Current number of ordered equations: 0
% 46.85/47.07  Current number of rules: 421
% 46.85/47.07  New rule produced :
% 46.85/47.07  [562]
% 46.85/47.07  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,
% 47.44/47.68                                                             implies(implies(E,D),
% 47.44/47.68                                                             implies(F,D))))),V_6),V_6)))
% 47.44/47.68  -> true
% 47.44/47.68  Current number of equations to process: 903
% 47.44/47.68  Current number of ordered equations: 0
% 47.44/47.68  Current number of rules: 422
% 47.44/47.68  New rule produced :
% 47.44/47.68  [563]
% 47.44/47.68  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(C,
% 47.44/47.68                                                                   implies(D,E)),D),
% 47.44/47.68                                                   implies(F,D))),V_6),V_6)))
% 47.44/47.68  -> true
% 47.44/47.68  Current number of equations to process: 908
% 47.44/47.68  Current number of ordered equations: 0
% 47.44/47.68  Current number of rules: 423
% 47.44/47.68  New rule produced :
% 47.44/47.68  [564]
% 47.44/47.68  is_a_theorem(implies(A,implies(implies(B,implies(B,C)),implies(B,C)))) ->
% 47.44/47.68  true
% 47.44/47.68  Current number of equations to process: 912
% 47.44/47.68  Current number of ordered equations: 0
% 47.44/47.68  Current number of rules: 424
% 47.44/47.68  New rule produced :
% 47.44/47.68  [565]
% 47.44/47.68  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,C))),E),E)))
% 47.44/47.68  -> true
% 47.44/47.68  Rule
% 47.44/47.68  [431]
% 47.44/47.68  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(C,D),
% 47.44/47.68                                                   implies(E,implies(C,D)))),F),F)))
% 47.44/47.68  -> true collapsed.
% 47.44/47.68  Current number of equations to process: 912
% 47.44/47.68  Current number of ordered equations: 0
% 47.44/47.68  Current number of rules: 424
% 47.44/47.68  New rule produced :
% 47.44/47.68  [566]
% 47.44/47.68  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(C,implies(C,D)),
% 47.44/47.68                                                   implies(E,implies(C,D)))),F),F)))
% 47.44/47.68  -> true
% 47.44/47.68  Current number of equations to process: 917
% 47.44/47.68  Current number of ordered equations: 0
% 47.44/47.68  Current number of rules: 425
% 47.44/47.68  New rule produced :
% 47.44/47.68  [567] is_a_theorem(implies(A,implies(implies(implies(B,B),C),C))) -> true
% 47.44/47.68  Current number of equations to process: 922
% 47.44/47.68  Current number of ordered equations: 0
% 47.44/47.68  Current number of rules: 426
% 47.44/47.68  New rule produced :
% 47.44/47.68  [568]
% 47.44/47.68  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(C,C),D),
% 47.44/47.68                                                   implies(E,D))),F),F))) ->
% 47.44/47.68  true
% 47.44/47.68  Current number of equations to process: 923
% 47.44/47.68  Current number of ordered equations: 0
% 47.44/47.68  Current number of rules: 427
% 47.44/47.68  New rule produced :
% 47.44/47.68  [569]
% 47.44/47.68  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(implies(D,E),
% 47.44/47.68                                                             implies(E,E)))),F),F)))
% 47.44/47.68  -> true
% 47.44/47.68  Current number of equations to process: 922
% 47.44/47.68  Current number of ordered equations: 0
% 47.44/47.68  Current number of rules: 428
% 47.44/47.68  New rule produced :
% 47.44/47.68  [570]
% 47.44/47.68  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(C,D)),C),
% 47.44/47.68                                         implies(E,C)),F),F))) -> true
% 47.44/47.68  Current number of equations to process: 923
% 47.44/47.68  Current number of ordered equations: 0
% 47.44/47.68  Current number of rules: 429
% 47.44/47.68  New rule produced :
% 47.44/47.68  [571]
% 47.44/47.68  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,C)),D),D))) ->
% 47.44/47.68  true
% 47.44/47.68  Current number of equations to process: 927
% 47.44/47.68  Current number of ordered equations: 0
% 47.44/47.68  Current number of rules: 430
% 47.44/47.68  New rule produced :
% 47.44/47.68  [572]
% 47.44/47.68  is_a_theorem(implies(A,implies(implies(implies(implies(not(implies(B,C)),
% 47.44/47.68                                                 implies(B,C)),implies(D,
% 47.44/47.68                                                               implies(B,C))),E),E)))
% 47.44/47.68  -> true
% 47.44/47.68  Current number of equations to process: 926
% 47.44/47.68  Current number of ordered equations: 0
% 47.44/47.68  Current number of rules: 431
% 47.44/47.68  New rule produced :
% 47.44/47.68  [573]
% 47.44/47.68  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(B,C),
% 47.44/47.68                                                   implies(D,C)))),E),E)) ->
% 47.44/47.68  true
% 47.44/47.68  Current number of equations to process: 926
% 47.44/47.68  Current number of ordered equations: 0
% 47.44/47.68  Current number of rules: 432
% 47.44/47.68  New rule produced :
% 47.44/47.68  [574]
% 47.44/47.68  is_a_theorem(implies(A,implies(implies(B,implies(implies(not(B),not(C)),D)),
% 47.44/47.68                         implies(C,implies(implies(not(B),not(C)),D))))) ->
% 47.44/47.68  true
% 47.44/47.68  Current number of equations to process: 926
% 47.44/47.68  Current number of ordered equations: 0
% 47.44/47.68  Current number of rules: 433
% 47.44/47.68  New rule produced :
% 47.44/47.68  [575]
% 47.44/47.68  ifeq(is_a_theorem(implies(implies(A,implies(implies(not(implies(B,C)),
% 47.44/47.68                                              implies(B,C)),implies(B,C))),D)),true,
% 47.64/47.81  is_a_theorem(D),true) -> true
% 47.64/47.81  Current number of equations to process: 925
% 47.64/47.81  Current number of ordered equations: 0
% 47.64/47.81  Current number of rules: 434
% 47.64/47.81  New rule produced :
% 47.64/47.81  [576]
% 47.64/47.81  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,implies(
% 47.64/47.81                                                                   implies(B,C),
% 47.64/47.81                                                                   implies(D,C))),E),E)),F),
% 47.64/47.81               implies(V_6,F))) -> true
% 47.64/47.81  Current number of equations to process: 924
% 47.64/47.81  Current number of ordered equations: 0
% 47.64/47.81  Current number of rules: 435
% 47.64/47.81  New rule produced :
% 47.64/47.81  [577]
% 47.64/47.81  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(
% 47.64/47.81                                                                   implies(B,C),
% 47.64/47.81                                                                   implies(D,C))),E),
% 47.64/47.81                                         implies(F,E)),V_6),V_6))) -> true
% 47.64/47.81  Current number of equations to process: 923
% 47.64/47.81  Current number of ordered equations: 0
% 47.64/47.81  Current number of rules: 436
% 47.64/47.81  New rule produced :
% 47.64/47.81  [578]
% 47.64/47.81  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,C),not(
% 47.64/47.81                                                                      implies(B,C))),
% 47.64/47.81                                         implies(D,not(implies(B,C)))),E),E)))
% 47.64/47.81  -> true
% 47.64/47.81  Current number of equations to process: 922
% 47.64/47.81  Current number of ordered equations: 0
% 47.64/47.81  Current number of rules: 437
% 47.64/47.81  New rule produced :
% 47.64/47.81  [579]
% 47.64/47.81  is_a_theorem(implies(A,implies(implies(implies(B,C),implies(implies(D,B),
% 47.64/47.81                                                      implies(E,B))),implies(
% 47.64/47.81                                                                     implies(D,B),
% 47.64/47.81                                                                     implies(E,B)))))
% 47.64/47.81  -> true
% 47.64/47.81  Current number of equations to process: 921
% 47.64/47.81  Current number of ordered equations: 0
% 47.64/47.81  Current number of rules: 438
% 47.64/47.81  New rule produced :
% 47.64/47.81  [580]
% 47.64/47.81  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,
% 47.64/47.81                                                             implies(E,
% 47.64/47.81                                                             implies(implies(E,F),
% 47.64/47.81                                                             implies(V_6,F)))))),V_7),V_7)))
% 47.64/47.81  -> true
% 47.64/47.81  Current number of equations to process: 920
% 47.64/47.81  Current number of ordered equations: 0
% 47.64/47.81  Current number of rules: 439
% 47.64/47.81  New rule produced :
% 47.64/47.81  [581]
% 47.64/47.81  is_a_theorem(implies(A,implies(implies(implies(implies(implies(implies(B,C),
% 47.64/47.81                                                         implies(D,implies(B,C))),E),
% 47.64/47.81                                         implies(F,E)),V_6),V_6))) -> true
% 47.64/47.81  Current number of equations to process: 919
% 47.64/47.81  Current number of ordered equations: 0
% 47.64/47.81  Current number of rules: 440
% 47.64/47.81  New rule produced :
% 47.64/47.81  [582]
% 47.64/47.81  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,
% 47.64/47.81                                                             implies(implies(E,F),
% 47.64/47.81                                                             implies(V_6,
% 47.64/47.81                                                             implies(E,F)))))),V_7),V_7)))
% 47.64/47.81  -> true
% 47.64/47.81  Current number of equations to process: 918
% 47.64/47.81  Current number of ordered equations: 0
% 47.64/47.81  Current number of rules: 441
% 47.64/47.81  New rule produced :
% 47.64/47.81  [583]
% 47.64/47.81  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(
% 47.64/47.81                                                                   implies(C,B),
% 47.64/47.81                                                                   implies(D,B))),E),
% 47.64/47.81                                         implies(F,E)),V_6),V_6))) -> true
% 47.64/47.81  Current number of equations to process: 917
% 47.64/47.81  Current number of ordered equations: 0
% 47.64/47.81  Current number of rules: 442
% 47.64/47.81  New rule produced :
% 47.64/47.81  [584]
% 47.64/47.81  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,
% 47.64/47.81                                                             implies(E,
% 47.64/47.81                                                             implies(implies(F,E),
% 47.64/47.81                                                             implies(V_6,E)))))),V_7),V_7)))
% 47.64/47.81  -> true
% 47.64/47.81  Current number of equations to process: 916
% 47.64/47.81  Current number of ordered equations: 0
% 47.64/47.81  Current number of rules: 443
% 47.64/47.81  New rule produced :
% 47.64/47.81  [585]
% 47.64/47.81  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,
% 48.32/48.50                                                             implies(implies(
% 48.32/48.50                                                                     implies(E,F),E),
% 48.32/48.50                                                             implies(V_6,E))))),V_7),V_7)))
% 48.32/48.50  -> true
% 48.32/48.50  Current number of equations to process: 915
% 48.32/48.50  Current number of ordered equations: 0
% 48.32/48.50  Current number of rules: 444
% 48.32/48.50  New rule produced :
% 48.32/48.50  [586]
% 48.32/48.50  is_a_theorem(implies(A,implies(implies(implies(implies(implies(implies(
% 48.32/48.50                                                                 implies(B,C),B),
% 48.32/48.50                                                         implies(D,B)),E),
% 48.32/48.50                                         implies(F,E)),V_6),V_6))) -> true
% 48.32/48.50  Current number of equations to process: 914
% 48.32/48.50  Current number of ordered equations: 0
% 48.32/48.50  Current number of rules: 445
% 48.32/48.50  New rule produced :
% 48.32/48.50  [587]
% 48.32/48.50  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(
% 48.32/48.50                                                                   implies(C,D),
% 48.32/48.50                                                                   implies(D,D)),E),
% 48.32/48.50                                                   implies(F,E))),V_6),V_6)))
% 48.32/48.50  -> true
% 48.32/48.50  Current number of equations to process: 913
% 48.32/48.50  Current number of ordered equations: 0
% 48.32/48.50  Current number of rules: 446
% 48.32/48.50  New rule produced :
% 48.32/48.50  [588]
% 48.32/48.50  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(
% 48.32/48.50                                                                   implies(C,D),
% 48.32/48.50                                                                   implies(D,D))),E),
% 48.32/48.50                                         implies(F,E)),V_6),V_6))) -> true
% 48.32/48.50  Current number of equations to process: 912
% 48.32/48.50  Current number of ordered equations: 0
% 48.32/48.50  Current number of rules: 447
% 48.32/48.50  New rule produced :
% 48.32/48.50  [589]
% 48.32/48.50  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(implies(
% 48.32/48.50                                                                     implies(D,
% 48.32/48.50                                                                     implies(E,F)),E),
% 48.32/48.50                                                             implies(V_6,E)))),V_7),V_7)))
% 48.32/48.50  -> true
% 48.32/48.50  Current number of equations to process: 911
% 48.32/48.50  Current number of ordered equations: 0
% 48.32/48.50  Current number of rules: 448
% 48.32/48.50  New rule produced :
% 48.32/48.50  [590]
% 48.32/48.50  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,
% 48.32/48.50                                                             implies(E,
% 48.32/48.50                                                             implies(implies(E,F),
% 48.32/48.50                                                             implies(V_6,F))))),V_7),V_7))))
% 48.32/48.50  -> true
% 48.32/48.50  Current number of equations to process: 913
% 48.32/48.50  Current number of ordered equations: 0
% 48.32/48.50  Current number of rules: 449
% 48.32/48.50  New rule produced :
% 48.32/48.50  [591]
% 48.32/48.50  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,
% 48.32/48.50                                                             implies(implies(D,E),
% 48.32/48.50                                                             implies(F,E)))),V_6),V_6))))
% 48.32/48.50  -> true
% 48.32/48.50  Current number of equations to process: 913
% 48.32/48.50  Current number of ordered equations: 0
% 48.32/48.50  Current number of rules: 450
% 48.32/48.50  New rule produced :
% 48.32/48.50  [592]
% 48.32/48.50  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(C,D),
% 48.32/48.50                                                   implies(E,D)),implies(D,F)),
% 48.32/48.50                                   implies(D,F))))) -> true
% 48.32/48.50  Current number of equations to process: 913
% 48.32/48.50  Current number of ordered equations: 0
% 48.32/48.50  Current number of rules: 451
% 48.32/48.50  New rule produced :
% 48.32/48.50  [593]
% 48.32/48.50  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,
% 48.32/48.50                                                             implies(implies(E,D),
% 48.32/48.50                                                             implies(F,D)))),V_6),V_6))))
% 48.32/48.50  -> true
% 48.32/48.50  Current number of equations to process: 913
% 48.32/48.50  Current number of ordered equations: 0
% 48.32/48.50  Current number of rules: 452
% 48.32/48.50  New rule produced :
% 48.32/48.50  [594]
% 48.32/48.50  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(implies(
% 48.32/48.50                                                                     implies(D,E),D),
% 48.32/48.50                                                             implies(F,D))),V_6),V_6))))
% 49.21/49.46  -> true
% 49.21/49.46  Current number of equations to process: 913
% 49.21/49.46  Current number of ordered equations: 0
% 49.21/49.46  Current number of rules: 453
% 49.21/49.46  New rule produced :
% 49.21/49.46  [595]
% 49.21/49.46  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,
% 49.21/49.46                                                             implies(implies(
% 49.21/49.46                                                                     implies(E,F),E),
% 49.21/49.46                                                             implies(V_6,E)))),V_7),V_7))))
% 49.21/49.46  -> true
% 49.21/49.46  Current number of equations to process: 913
% 49.21/49.46  Current number of ordered equations: 0
% 49.21/49.46  Current number of rules: 454
% 49.21/49.46  New rule produced :
% 49.21/49.46  [596]
% 49.21/49.46  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,
% 49.21/49.46                                                             implies(E,
% 49.21/49.46                                                             implies(implies(F,E),
% 49.21/49.46                                                             implies(V_6,E))))),V_7),V_7))))
% 49.21/49.46  -> true
% 49.21/49.46  Current number of equations to process: 913
% 49.21/49.46  Current number of ordered equations: 0
% 49.21/49.46  Current number of rules: 455
% 49.21/49.46  New rule produced :
% 49.21/49.46  [597]
% 49.21/49.46  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(implies(C,D),C),
% 49.21/49.46                                                   implies(E,C)),F),F)))) ->
% 49.21/49.46  true
% 49.21/49.46  Current number of equations to process: 913
% 49.21/49.46  Current number of ordered equations: 0
% 49.21/49.46  Current number of rules: 456
% 49.21/49.46  New rule produced :
% 49.21/49.46  [598]
% 49.21/49.46  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,
% 49.21/49.46                                                             implies(implies(E,F),
% 49.21/49.46                                                             implies(V_6,
% 49.21/49.46                                                             implies(E,F))))),V_7),V_7))))
% 49.21/49.46  -> true
% 49.21/49.46  Current number of equations to process: 913
% 49.21/49.46  Current number of ordered equations: 0
% 49.21/49.46  Current number of rules: 457
% 49.21/49.46  New rule produced :
% 49.21/49.46  [599]
% 49.21/49.46  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(implies(D,E),
% 49.21/49.46                                                             implies(E,E))),F),F))))
% 49.21/49.46  -> true
% 49.21/49.46  Current number of equations to process: 913
% 49.21/49.46  Current number of ordered equations: 0
% 49.21/49.46  Current number of rules: 458
% 49.21/49.46  New rule produced :
% 49.21/49.46  [600]
% 49.21/49.46  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,E)),D),D))))
% 49.21/49.46  -> true
% 49.21/49.46  Current number of equations to process: 913
% 49.21/49.46  Current number of ordered equations: 0
% 49.21/49.46  Current number of rules: 459
% 49.21/49.46  New rule produced :
% 49.21/49.46  [601]
% 49.21/49.46  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(implies(
% 49.21/49.46                                                                     implies(D,
% 49.21/49.46                                                                     implies(E,F)),E),
% 49.21/49.46                                                             implies(V_6,E))),V_7),V_7))))
% 49.21/49.46  -> true
% 49.21/49.46  Current number of equations to process: 913
% 49.21/49.46  Current number of ordered equations: 0
% 49.21/49.46  Current number of rules: 460
% 49.21/49.46  New rule produced :
% 49.21/49.46  [602]
% 49.21/49.46  is_a_theorem(implies(implies(implies(A,B),not(implies(A,B))),not(implies(A,B))))
% 49.21/49.46  -> true
% 49.21/49.46  Current number of equations to process: 913
% 49.21/49.46  Current number of ordered equations: 0
% 49.21/49.46  Current number of rules: 461
% 49.21/49.46  New rule produced :
% 49.21/49.46  [603]
% 49.21/49.46  ifeq(is_a_theorem(implies(implies(implies(A,implies(A,B)),implies(C,implies(A,B))),D)),true,
% 49.21/49.46  is_a_theorem(implies(E,D)),true) -> true
% 49.21/49.46  Current number of equations to process: 918
% 49.21/49.46  Current number of ordered equations: 0
% 49.21/49.46  Current number of rules: 462
% 49.21/49.46  New rule produced :
% 49.21/49.46  [604]
% 49.21/49.46  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,C),not(
% 49.21/49.46                                                                      implies(B,C))),
% 49.21/49.46                                         not(implies(B,C)))),D),implies(E,D)))
% 49.21/49.46  -> true
% 49.21/49.46  Current number of equations to process: 917
% 49.21/49.46  Current number of ordered equations: 0
% 49.21/49.46  Current number of rules: 463
% 49.21/49.46  New rule produced :
% 49.21/49.46  [605]
% 49.21/49.46  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(C,implies(C,D)),
% 49.21/49.46                                                   implies(E,implies(C,D))),F),
% 49.21/49.46                                   implies(V_6,F))))) -> true
% 49.21/49.46  Current number of equations to process: 916
% 49.21/49.46  Current number of ordered equations: 0
% 49.21/49.46  Current number of rules: 464
% 49.21/49.46  New rule produced :
% 49.21/49.46  [606]
% 49.21/49.46  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,E),D),D)))))
% 51.53/51.79  -> true
% 51.53/51.79  Current number of equations to process: 917
% 51.53/51.79  Current number of ordered equations: 0
% 51.53/51.79  Current number of rules: 465
% 51.53/51.79  New rule produced :
% 51.53/51.79  [607]
% 51.53/51.79  is_a_theorem(implies(A,implies(implies(implies(implies(B,implies(B,C)),
% 51.53/51.79                                         implies(D,implies(B,C))),E),E))) ->
% 51.53/51.79  true
% 51.53/51.79  Current number of equations to process: 917
% 51.53/51.79  Current number of ordered equations: 0
% 51.53/51.79  Current number of rules: 466
% 51.53/51.79  New rule produced :
% 51.53/51.79  [608]
% 51.53/51.79  is_a_theorem(implies(A,implies(B,implies(implies(C,implies(C,D)),implies(C,D)))))
% 51.53/51.79  -> true
% 51.53/51.79  Current number of equations to process: 917
% 51.53/51.79  Current number of ordered equations: 0
% 51.53/51.79  Current number of rules: 467
% 51.53/51.79  New rule produced :
% 51.53/51.79  [609]
% 51.53/51.79  is_a_theorem(implies(implies(implies(implies(A,B),implies(C,B)),implies(B,D)),
% 51.53/51.79               implies(B,D))) -> true
% 51.53/51.79  Current number of equations to process: 917
% 51.53/51.79  Current number of ordered equations: 0
% 51.53/51.79  Current number of rules: 468
% 51.53/51.79  New rule produced :
% 51.53/51.79  [610]
% 51.53/51.79  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(
% 51.53/51.79                                                                   implies(B,C),
% 51.53/51.79                                                                   implies(D,C))),E),E),F),
% 51.53/51.79                         implies(V_6,F)))) -> true
% 51.53/51.79  Current number of equations to process: 924
% 51.53/51.79  Current number of ordered equations: 0
% 51.53/51.79  Current number of rules: 469
% 51.53/51.79  New rule produced :
% 51.53/51.79  [611] is_a_theorem(implies(implies(implies(A,B),A),A)) -> true
% 51.53/51.79  Current number of equations to process: 927
% 51.53/51.79  Current number of ordered equations: 0
% 51.53/51.79  Current number of rules: 470
% 51.53/51.79  New rule produced :
% 51.53/51.79  [612]
% 51.53/51.79  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(B,C),B),B)),D)),true,
% 51.53/51.79  is_a_theorem(D),true) -> true
% 51.53/51.79  Current number of equations to process: 927
% 51.53/51.79  Current number of ordered equations: 0
% 51.53/51.79  Current number of rules: 471
% 51.53/51.79  New rule produced :
% 51.53/51.79  [613]
% 51.53/51.79  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,C),B),B)),D),
% 51.53/51.79               implies(E,D))) -> true
% 51.53/51.79  Current number of equations to process: 927
% 51.53/51.79  Current number of ordered equations: 0
% 51.53/51.79  Current number of rules: 472
% 51.53/51.79  New rule produced :
% 51.53/51.79  [614]
% 51.53/51.79  is_a_theorem(implies(implies(implies(implies(A,B),implies(C,implies(A,B))),D),D))
% 51.53/51.79  -> true
% 51.53/51.79  Current number of equations to process: 927
% 51.53/51.79  Current number of ordered equations: 0
% 51.53/51.79  Current number of rules: 473
% 51.53/51.79  New rule produced :
% 51.53/51.79  [615]
% 51.53/51.79  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(C,B),
% 51.53/51.79                                                   implies(D,B)))),E),E)) ->
% 51.53/51.79  true
% 51.53/51.79  Current number of equations to process: 930
% 51.53/51.79  Current number of ordered equations: 0
% 51.53/51.79  Current number of rules: 474
% 51.53/51.79  New rule produced :
% 51.53/51.79  [616]
% 51.53/51.79  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,C),not(
% 51.53/51.79                                                                      implies(B,C))),
% 51.53/51.79                                         not(implies(B,C))),D),implies(E,D))))
% 51.53/51.79  -> true
% 51.53/51.79  Current number of equations to process: 930
% 51.53/51.79  Current number of ordered equations: 0
% 51.53/51.79  Current number of rules: 475
% 51.53/51.79  New rule produced :
% 51.53/51.79  [617]
% 51.53/51.79  is_a_theorem(implies(implies(implies(A,implies(implies(implies(implies(B,C),
% 51.53/51.79                                                         implies(D,implies(B,C))),E),E)),F),
% 51.53/51.79               implies(V_6,F))) -> true
% 51.53/51.79  Current number of equations to process: 929
% 51.53/51.79  Current number of ordered equations: 0
% 51.53/51.79  Current number of rules: 476
% 51.53/51.79  New rule produced :
% 51.53/51.79  [618]
% 51.53/51.79  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,C),B),
% 51.53/51.79                                         implies(D,B))),E),E)) -> true
% 51.53/51.79  Current number of equations to process: 931
% 51.53/51.79  Current number of ordered equations: 0
% 51.53/51.79  Current number of rules: 477
% 51.53/51.79  New rule produced :
% 51.53/51.79  [619]
% 51.53/51.79  is_a_theorem(implies(implies(implies(A,implies(implies(B,A),implies(C,A))),D),D))
% 51.53/51.79  -> true
% 51.53/51.79  Current number of equations to process: 934
% 51.53/51.79  Current number of ordered equations: 0
% 51.53/51.79  Current number of rules: 478
% 51.53/51.79  New rule produced :
% 51.53/51.79  [620]
% 51.53/51.79  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,implies(
% 51.53/51.79                                                                   implies(C,B),
% 51.53/51.79                                                                   implies(D,B))),E),E)),F),
% 54.11/54.32               implies(V_6,F))) -> true
% 54.11/54.32  Current number of equations to process: 936
% 54.11/54.32  Current number of ordered equations: 0
% 54.11/54.32  Current number of rules: 479
% 54.11/54.32  New rule produced :
% 54.11/54.32  [621]
% 54.11/54.32  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(not(
% 54.11/54.32                                                                   implies(C,D)),
% 54.11/54.32                                                           implies(C,D)),
% 54.11/54.32                                                   implies(C,D)))),E),implies(F,E)))
% 54.11/54.32  -> true
% 54.11/54.32  Current number of equations to process: 936
% 54.11/54.32  Current number of ordered equations: 0
% 54.11/54.32  Current number of rules: 480
% 54.11/54.32  New rule produced :
% 54.11/54.32  [622]
% 54.11/54.32  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(B,implies(
% 54.11/54.32                                                                implies(B,C),
% 54.11/54.32                                                                implies(D,C))),E),E)),F)),true,
% 54.11/54.32  is_a_theorem(F),true) -> true
% 54.11/54.32  Current number of equations to process: 935
% 54.11/54.32  Current number of ordered equations: 0
% 54.11/54.32  Current number of rules: 481
% 54.11/54.32  New rule produced :
% 54.11/54.32  [623]
% 54.11/54.32  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(not(
% 54.11/54.32                                                                   implies(C,D)),
% 54.11/54.32                                                           implies(C,D)),
% 54.11/54.32                                                   implies(E,implies(C,D)))),F),F)))
% 54.11/54.32  -> true
% 54.11/54.32  Current number of equations to process: 934
% 54.11/54.32  Current number of ordered equations: 0
% 54.11/54.32  Current number of rules: 482
% 54.11/54.32  New rule produced :
% 54.11/54.32  [624]
% 54.11/54.32  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(B,C),not(
% 54.11/54.32                                                                   implies(B,C))),
% 54.11/54.32                                      not(implies(B,C)))),D)),true,is_a_theorem(D),true)
% 54.11/54.32  -> true
% 54.11/54.32  Current number of equations to process: 933
% 54.11/54.32  Current number of ordered equations: 0
% 54.11/54.32  Current number of rules: 483
% 54.11/54.32  New rule produced :
% 54.11/54.32  [625]
% 54.11/54.32  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(implies(B,C),
% 54.11/54.32                                                      implies(D,implies(B,C))),E),E)),F)),true,
% 54.11/54.32  is_a_theorem(F),true) -> true
% 54.11/54.32  Current number of equations to process: 932
% 54.11/54.32  Current number of ordered equations: 0
% 54.11/54.32  Current number of rules: 484
% 54.11/54.32  New rule produced :
% 54.11/54.32  [626]
% 54.11/54.32  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(B,implies(
% 54.11/54.32                                                                implies(C,B),
% 54.11/54.32                                                                implies(D,B))),E),E)),F)),true,
% 54.11/54.32  is_a_theorem(F),true) -> true
% 54.11/54.32  Current number of equations to process: 931
% 54.11/54.32  Current number of ordered equations: 0
% 54.11/54.32  Current number of rules: 485
% 54.11/54.32  New rule produced :
% 54.11/54.32  [627]
% 54.11/54.32  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(not(implies(D,E)),
% 54.11/54.32                                                     implies(D,E)),implies(D,E))))))
% 54.11/54.32  -> true
% 54.11/54.32  Current number of equations to process: 988
% 54.11/54.32  Current number of ordered equations: 0
% 54.11/54.32  Current number of rules: 486
% 54.11/54.32  New rule produced :
% 54.11/54.32  [628]
% 54.11/54.32  ifeq(is_a_theorem(implies(implies(A,implies(B,A)),C)),true,is_a_theorem(
% 54.11/54.32                                                             implies(D,C)),true)
% 54.11/54.32  -> true
% 54.11/54.32  Rule
% 54.11/54.32  [227]
% 54.11/54.32  ifeq(is_a_theorem(implies(implies(implies(A,B),implies(C,implies(A,B))),D)),true,
% 54.11/54.32  is_a_theorem(implies(E,D)),true) -> true collapsed.
% 54.11/54.32  Current number of equations to process: 990
% 54.11/54.32  Current number of ordered equations: 0
% 54.11/54.32  Current number of rules: 486
% 54.11/54.32  New rule produced :
% 54.11/54.32  [629]
% 54.11/54.32  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,C)),E),
% 54.11/54.32                                   implies(F,E))))) -> true
% 54.11/54.32  Rule
% 54.11/54.32  [228]
% 54.11/54.32  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(C,D),
% 54.11/54.32                                                   implies(E,implies(C,D))),F),
% 54.11/54.32                                   implies(V_6,F))))) -> true collapsed.
% 54.11/54.32  Current number of equations to process: 989
% 54.11/54.32  Current number of ordered equations: 0
% 54.11/54.32  Current number of rules: 486
% 54.11/54.32  New rule produced :
% 54.11/54.32  [630]
% 54.11/54.32  ifeq(is_a_theorem(implies(implies(implies(implies(A,implies(B,A)),C),
% 54.11/54.32                            implies(D,C)),E)),true,is_a_theorem(E),true) ->
% 54.11/54.32  true
% 54.11/54.32  Rule
% 54.11/54.32  [232]
% 54.11/54.32  ifeq(is_a_theorem(implies(implies(implies(implies(implies(A,B),implies(C,
% 55.14/55.39                                                                 implies(A,B))),D),
% 55.14/55.39                            implies(E,D)),F)),true,is_a_theorem(F),true) ->
% 55.14/55.39  true collapsed.
% 55.14/55.39  Current number of equations to process: 988
% 55.14/55.39  Current number of ordered equations: 0
% 55.14/55.39  Current number of rules: 486
% 55.14/55.39  New rule produced :
% 55.14/55.39  [631]
% 55.14/55.39  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,A)),C),
% 55.14/55.39                               implies(D,C)),E),implies(F,E))) -> true
% 55.14/55.39  Rule
% 55.14/55.39  [231]
% 55.14/55.39  is_a_theorem(implies(implies(implies(implies(implies(implies(A,B),implies(C,
% 55.14/55.39                                                                    implies(A,B))),D),
% 55.14/55.39                               implies(E,D)),F),implies(V_6,F))) -> true
% 55.14/55.39  collapsed.
% 55.14/55.39  Current number of equations to process: 988
% 55.14/55.39  Current number of ordered equations: 0
% 55.14/55.39  Current number of rules: 486
% 55.14/55.39  New rule produced :
% 55.14/55.39  [632]
% 55.14/55.39  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,B)),D),D))) ->
% 55.14/55.39  true
% 55.14/55.39  Rule
% 55.14/55.39  [433]
% 55.14/55.39  is_a_theorem(implies(A,implies(implies(implies(implies(B,C),implies(D,
% 55.14/55.39                                                              implies(B,C))),E),E)))
% 55.14/55.39  -> true collapsed.
% 55.14/55.39  Current number of equations to process: 988
% 55.14/55.39  Current number of ordered equations: 0
% 55.14/55.39  Current number of rules: 486
% 55.14/55.39  New rule produced :
% 55.14/55.39  [633]
% 55.14/55.39  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,implies(D,implies(E,D))))),F)),true,
% 55.14/55.39  is_a_theorem(F),true) -> true
% 55.14/55.39  Rule
% 55.14/55.39  [245]
% 55.14/55.39  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,implies(implies(D,E),
% 55.14/55.39                                                          implies(F,implies(D,E)))))),V_6)),true,
% 55.14/55.39  is_a_theorem(V_6),true) -> true collapsed.
% 55.14/55.39  Current number of equations to process: 988
% 55.14/55.39  Current number of ordered equations: 0
% 55.14/55.39  Current number of rules: 486
% 55.14/55.39  New rule produced :
% 55.14/55.39  [634]
% 55.14/55.39  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(D,
% 55.14/55.39                                                             implies(E,D))))),F),
% 55.14/55.39               implies(V_6,F))) -> true
% 55.14/55.39  Rule
% 55.14/55.39  [239]
% 55.14/55.39  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(implies(D,E),
% 55.14/55.39                                                             implies(F,
% 55.14/55.39                                                             implies(D,E)))))),V_6),
% 55.14/55.39               implies(V_7,V_6))) -> true collapsed.
% 55.14/55.39  Current number of equations to process: 988
% 55.14/55.39  Current number of ordered equations: 0
% 55.14/55.39  Current number of rules: 486
% 55.14/55.39  New rule produced :
% 55.14/55.39  [635]
% 55.14/55.39  is_a_theorem(implies(A,implies(B,implies(implies(C,implies(D,implies(C,E))),
% 55.14/55.39                                   implies(F,implies(D,implies(C,E))))))) ->
% 55.14/55.39  true
% 55.14/55.39  Current number of equations to process: 988
% 55.14/55.39  Current number of ordered equations: 0
% 55.14/55.39  Current number of rules: 487
% 55.14/55.39  New rule produced :
% 55.14/55.39  [636]
% 55.14/55.39  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 55.14/55.39                                                             implies(implies(D,E),
% 55.14/55.39                                                             implies(F,E))),V_6),V_6)))))
% 55.14/55.39  -> true
% 55.14/55.39  Current number of equations to process: 987
% 55.14/55.39  Current number of ordered equations: 0
% 55.14/55.39  Current number of rules: 488
% 55.14/55.39  New rule produced :
% 55.14/55.39  [637]
% 55.14/55.39  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,E),
% 55.14/55.39                                                     not(implies(D,E))),
% 55.14/55.39                                             not(implies(D,E))))))) -> true
% 55.14/55.39  Current number of equations to process: 986
% 55.14/55.39  Current number of ordered equations: 0
% 55.14/55.39  Current number of rules: 489
% 55.14/55.39  New rule produced :
% 55.14/55.39  [638]
% 55.14/55.39  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 55.14/55.39                                                             implies(E,
% 55.14/55.39                                                             implies(F,E))),V_6),
% 55.14/55.39                                             implies(V_7,V_6)))))) -> true
% 55.14/55.39  Rule
% 55.14/55.39  [252]
% 55.14/55.39  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 55.14/55.39                                                             implies(implies(E,F),
% 55.14/55.39                                                             implies(V_6,
% 55.14/55.39                                                             implies(E,F)))),V_7),
% 55.14/55.39                                             implies(V_8,V_7)))))) -> true
% 55.14/55.39  collapsed.
% 58.11/58.30  Current number of equations to process: 990
% 58.11/58.30  Current number of ordered equations: 0
% 58.11/58.30  Current number of rules: 489
% 58.11/58.30  New rule produced :
% 58.11/58.30  [639]
% 58.11/58.30  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,
% 58.11/58.30                                                             implies(E,D)))),F),
% 58.11/58.30                         implies(V_6,F)))) -> true
% 58.11/58.30  Rule
% 58.11/58.30  [311]
% 58.11/58.30  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(implies(D,E),
% 58.11/58.30                                                             implies(F,
% 58.11/58.30                                                             implies(D,E))))),V_6),
% 58.11/58.30                         implies(V_7,V_6)))) -> true collapsed.
% 58.11/58.30  Current number of equations to process: 994
% 58.11/58.30  Current number of ordered equations: 0
% 58.11/58.30  Current number of rules: 489
% 58.11/58.30  New rule produced :
% 58.11/58.30  [640]
% 58.11/58.30  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(F,
% 58.11/58.30                                                                 implies(V_6,F))))))))
% 58.11/58.30  -> true
% 58.11/58.30  Rule
% 58.11/58.30  [313]
% 58.11/58.30  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(
% 58.11/58.30                                                                 implies(F,V_6),
% 58.11/58.30                                                                 implies(V_7,
% 58.11/58.30                                                                 implies(F,V_6)))))))))
% 58.11/58.30  -> true collapsed.
% 58.11/58.30  Rule
% 58.11/58.30  [462]
% 58.11/58.30  is_a_theorem(implies(A,implies(B,implies(implies(C,implies(D,implies(E,
% 58.11/58.30                                                               implies(F,E)))),
% 58.11/58.30                                   implies(V_6,implies(D,implies(E,implies(F,E))))))))
% 58.11/58.30  -> true collapsed.
% 58.11/58.30  Current number of equations to process: 995
% 58.11/58.30  Current number of ordered equations: 0
% 58.11/58.30  Current number of rules: 488
% 58.11/58.30  New rule produced :
% 58.11/58.30  [641]
% 58.11/58.30  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(D,
% 58.11/58.30                                                             implies(E,
% 58.11/58.30                                                             implies(F,E)))))),V_6),
% 58.11/58.30               implies(V_7,V_6))) -> true
% 58.11/58.30  Rule
% 58.11/58.30  [335]
% 58.11/58.30  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(D,
% 58.11/58.30                                                             implies(implies(E,F),
% 58.11/58.30                                                             implies(V_6,
% 58.11/58.30                                                             implies(E,F))))))),V_7),
% 58.11/58.30               implies(V_8,V_7))) -> true collapsed.
% 58.11/58.30  Current number of equations to process: 994
% 58.11/58.30  Current number of ordered equations: 0
% 58.11/58.30  Current number of rules: 488
% 58.11/58.30  New rule produced :
% 58.11/58.30  [642]
% 58.11/58.30  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,implies(D,implies(E,
% 58.11/58.30                                                                    implies(F,E)))))),V_6)),true,
% 58.11/58.30  is_a_theorem(V_6),true) -> true
% 58.11/58.30  Rule
% 58.11/58.30  [344]
% 58.11/58.30  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,implies(D,implies(
% 58.11/58.30                                                                    implies(E,F),
% 58.11/58.30                                                                    implies(V_6,
% 58.11/58.30                                                                    implies(E,F))))))),V_7)),true,
% 58.11/58.30  is_a_theorem(V_7),true) -> true collapsed.
% 58.11/58.30  Current number of equations to process: 993
% 58.11/58.30  Current number of ordered equations: 0
% 58.11/58.30  Current number of rules: 488
% 58.11/58.30  New rule produced :
% 58.11/58.30  [643]
% 58.11/58.30  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,implies(C,B)),D),
% 58.11/58.30                                         implies(E,D))),F),implies(V_6,F))) ->
% 58.11/58.30  true
% 58.11/58.30  Rule
% 58.11/58.30  [315]
% 58.11/58.30  is_a_theorem(implies(implies(implies(A,implies(implies(implies(implies(B,C),
% 58.11/58.30                                                         implies(D,implies(B,C))),E),
% 58.11/58.30                                         implies(F,E))),V_6),implies(V_7,V_6)))
% 58.11/58.30  -> true collapsed.
% 58.11/58.30  Current number of equations to process: 995
% 58.11/58.30  Current number of ordered equations: 0
% 58.11/58.30  Current number of rules: 488
% 58.11/58.30  New rule produced :
% 58.11/58.30  [644]
% 58.11/58.30  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,implies(D,C)))),E)),true,
% 58.11/58.30  is_a_theorem(implies(F,E)),true) -> true
% 58.11/58.30  Rule
% 58.11/58.30  [312]
% 58.11/58.30  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(implies(C,D),implies(E,
% 58.11/58.30                                                                     implies(C,D))))),F)),true,
% 58.11/58.30  is_a_theorem(implies(V_6,F)),true) -> true collapsed.
% 58.42/58.60  Current number of equations to process: 997
% 58.42/58.60  Current number of ordered equations: 0
% 58.42/58.60  Current number of rules: 488
% 58.42/58.60  New rule produced :
% 58.42/58.60  [645]
% 58.42/58.60  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,
% 58.42/58.60                                                             implies(E,
% 58.42/58.60                                                             implies(F,E)))),V_6),
% 58.42/58.60                                   implies(V_7,V_6))))) -> true
% 58.42/58.60  Rule
% 58.42/58.60  [319]
% 58.42/58.60  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,
% 58.42/58.60                                                             implies(implies(E,F),
% 58.42/58.60                                                             implies(V_6,
% 58.42/58.60                                                             implies(E,F))))),V_7),
% 58.42/58.60                                   implies(V_8,V_7))))) -> true collapsed.
% 58.42/58.60  Current number of equations to process: 996
% 58.42/58.60  Current number of ordered equations: 0
% 58.42/58.60  Current number of rules: 488
% 58.42/58.60  New rule produced :
% 58.42/58.60  [646]
% 58.42/58.60  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(B,implies(C,B)),D),
% 58.42/58.60                                      implies(E,D))),F)),true,is_a_theorem(F),true)
% 58.42/58.60  -> true
% 58.42/58.60  Rule
% 58.42/58.60  [342]
% 58.42/58.60  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(implies(B,C),
% 58.42/58.60                                                      implies(D,implies(B,C))),E),
% 58.42/58.60                                      implies(F,E))),V_6)),true,is_a_theorem(V_6),true)
% 58.42/58.60  -> true collapsed.
% 58.42/58.60  Current number of equations to process: 995
% 58.42/58.60  Current number of ordered equations: 0
% 58.42/58.60  Current number of rules: 488
% 58.42/58.60  New rule produced :
% 58.42/58.60  [647]
% 58.42/58.60  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,
% 58.42/58.60                                                             implies(E,D)))),F),F)))
% 58.42/58.60  -> true
% 58.42/58.60  Current number of equations to process: 997
% 58.42/58.60  Current number of ordered equations: 0
% 58.42/58.60  Current number of rules: 489
% 58.42/58.60  New rule produced :
% 58.42/58.60  [648]
% 58.42/58.60  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(C,
% 58.42/58.60                                                                   implies(D,C))),E),
% 58.42/58.60                                         implies(F,E)),V_6),implies(V_7,V_6))))
% 58.42/58.60  -> true
% 58.42/58.60  Rule
% 58.42/58.60  [268]
% 58.42/58.60  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(
% 58.42/58.60                                                                   implies(C,D),
% 58.42/58.60                                                                   implies(E,
% 58.42/58.60                                                                   implies(C,D)))),F),
% 58.42/58.60                                         implies(V_6,F)),V_7),implies(V_8,V_7))))
% 58.42/58.60  -> true collapsed.
% 58.42/58.60  Current number of equations to process: 996
% 58.42/58.60  Current number of ordered equations: 0
% 58.42/58.60  Current number of rules: 489
% 58.42/58.60  New rule produced :
% 58.42/58.60  [649]
% 58.42/58.60  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,implies(C,
% 58.42/58.60                                                                   implies(D,C))),E),
% 58.42/58.60                                         implies(F,E))),V_6),implies(V_7,V_6)))
% 58.42/58.60  -> true
% 58.42/58.60  Rule
% 58.42/58.60  [266]
% 58.42/58.60  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,implies(
% 58.42/58.60                                                                   implies(C,D),
% 58.42/58.60                                                                   implies(E,
% 58.42/58.60                                                                   implies(C,D)))),F),
% 58.42/58.60                                         implies(V_6,F))),V_7),implies(V_8,V_7)))
% 58.42/58.60  -> true collapsed.
% 58.42/58.60  Current number of equations to process: 995
% 58.42/58.60  Current number of ordered equations: 0
% 58.42/58.60  Current number of rules: 489
% 58.42/58.60  New rule produced :
% 58.42/58.60  [650]
% 58.42/58.60  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,implies(C,
% 58.42/58.60                                                                   implies(D,C)))),E),
% 58.42/58.60                               implies(F,E)),V_6),implies(V_7,V_6))) -> true
% 58.42/58.60  Rule
% 58.42/58.60  [363]
% 58.42/58.60  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,implies(
% 58.42/58.60                                                                   implies(C,D),
% 58.42/58.60                                                                   implies(E,
% 58.42/58.60                                                                   implies(C,D))))),F),
% 58.42/58.60                               implies(V_6,F)),V_7),implies(V_8,V_7))) -> true
% 59.73/59.97  collapsed.
% 59.73/59.97  Current number of equations to process: 994
% 59.73/59.97  Current number of ordered equations: 0
% 59.73/59.97  Current number of rules: 489
% 59.73/59.97  New rule produced :
% 59.73/59.97  [651]
% 59.73/59.97  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(
% 59.73/59.97                                                               implies(E,
% 59.73/59.97                                                               implies(F,
% 59.73/59.97                                                               implies(V_6,F))),V_7),
% 59.73/59.97                                                       implies(V_8,V_7)))))))
% 59.73/59.97  -> true
% 59.73/59.97  Rule
% 59.73/59.97  [269]
% 59.73/59.97  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(
% 59.73/59.97                                                               implies(E,
% 59.73/59.97                                                               implies(
% 59.73/59.97                                                               implies(F,V_6),
% 59.73/59.97                                                               implies(V_7,
% 59.73/59.97                                                               implies(F,V_6)))),V_8),
% 59.73/59.97                                                       implies(V_9,V_8)))))))
% 59.73/59.97  -> true collapsed.
% 59.73/59.97  Current number of equations to process: 994
% 59.73/59.97  Current number of ordered equations: 0
% 59.73/59.97  Current number of rules: 489
% 59.73/59.97  New rule produced :
% 59.73/59.97  [652]
% 59.73/59.97  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(B,implies(C,
% 59.73/59.97                                                                implies(D,C))),E),
% 59.73/59.97                                      implies(F,E))),V_6)),true,is_a_theorem(V_6),true)
% 59.73/59.97  -> true
% 59.73/59.97  Current number of equations to process: 996
% 59.73/59.97  Current number of ordered equations: 0
% 59.73/59.97  Current number of rules: 490
% 59.73/59.97  New rule produced :
% 59.73/59.97  [653]
% 59.73/59.97  ifeq(is_a_theorem(implies(implies(implies(implies(A,implies(B,implies(C,
% 59.73/59.97                                                                implies(D,C)))),E),
% 59.73/59.97                            implies(F,E)),V_6)),true,is_a_theorem(V_6),true) ->
% 59.73/59.97  true
% 59.73/59.97  Current number of equations to process: 995
% 59.73/59.97  Current number of ordered equations: 0
% 59.73/59.97  Current number of rules: 491
% 59.73/59.97  New rule produced :
% 59.73/59.97  [654]
% 59.73/59.97  ifeq(is_a_theorem(implies(implies(implies(implies(A,implies(B,implies(C,B))),D),
% 59.73/59.97                            implies(E,D)),F)),true,is_a_theorem(implies(V_6,F)),true)
% 59.73/59.97  -> true
% 59.73/59.97  Current number of equations to process: 994
% 59.73/59.97  Current number of ordered equations: 0
% 59.73/59.97  Current number of rules: 492
% 59.73/59.97  New rule produced :
% 59.73/59.97  [655]
% 59.73/59.97  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(F,
% 59.73/59.97                                                                 implies(V_6,
% 59.73/59.97                                                                 implies(V_7,V_6)))))))))
% 59.73/59.97  -> true
% 59.73/59.97  Rule
% 59.73/59.97  [337]
% 59.73/59.97  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(F,
% 59.73/59.97                                                                 implies(
% 59.73/59.97                                                                 implies(V_6,V_7),
% 59.73/59.97                                                                 implies(V_8,
% 59.73/59.97                                                                 implies(V_6,V_7))))))))))
% 59.73/59.97  -> true collapsed.
% 59.73/59.97  Current number of equations to process: 997
% 59.73/59.97  Current number of ordered equations: 0
% 59.73/59.97  Current number of rules: 492
% 59.73/59.97  New rule produced :
% 59.73/59.97  [656]
% 59.73/59.97  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,
% 59.73/59.97                                                             implies(E,D))),F),F))))
% 59.73/59.97  -> true
% 59.73/59.97  Current number of equations to process: 999
% 59.73/59.97  Current number of ordered equations: 0
% 59.73/59.97  Current number of rules: 493
% 59.73/59.97  New rule produced :
% 59.73/59.97  [657]
% 59.73/59.97  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(C,
% 59.73/59.97                                                                   implies(D,C))),E),
% 59.73/59.97                                         implies(F,E)),V_6),V_6))) -> true
% 59.73/59.97  Current number of equations to process: 998
% 59.73/59.97  Current number of ordered equations: 0
% 59.73/59.97  Current number of rules: 494
% 59.73/59.97  New rule produced :
% 59.73/59.97  [658]
% 59.73/59.97  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(implies(not(implies(C,D)),
% 59.73/59.97                                                        implies(C,D)),implies(C,D)))),E)),true,
% 59.73/59.97  is_a_theorem(E),true) -> true
% 59.73/59.97  Current number of equations to process: 1001
% 59.73/59.97  Current number of ordered equations: 0
% 59.73/59.97  Current number of rules: 495
% 59.82/60.07  New rule produced :
% 59.82/60.07  [659]
% 59.82/60.07  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,
% 59.82/60.07                                                             implies(E,
% 59.82/60.07                                                             implies(F,
% 59.82/60.07                                                             implies(implies(F,V_6),
% 59.82/60.07                                                             implies(V_7,V_6))))))),V_8),V_8)))
% 59.82/60.07  -> true
% 59.82/60.07  Current number of equations to process: 1000
% 59.82/60.07  Current number of ordered equations: 0
% 59.82/60.07  Current number of rules: 496
% 59.82/60.07  New rule produced :
% 59.82/60.07  [660]
% 59.82/60.07  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(C,
% 59.82/60.07                                                                   implies(
% 59.82/60.07                                                                   implies(C,D),
% 59.82/60.07                                                                   implies(E,D))),F),
% 59.82/60.07                                                   implies(V_6,F))),V_7),V_7)))
% 59.82/60.07  -> true
% 59.82/60.07  Current number of equations to process: 999
% 59.82/60.07  Current number of ordered equations: 0
% 59.82/60.07  Current number of rules: 497
% 59.82/60.07  New rule produced :
% 59.82/60.07  [661]
% 59.82/60.07  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(C,
% 59.82/60.07                                                                   implies(
% 59.82/60.07                                                                   implies(C,D),
% 59.82/60.07                                                                   implies(E,D)))),F),
% 59.82/60.07                                         implies(V_6,F)),V_7),V_7))) -> true
% 59.82/60.07  Current number of equations to process: 998
% 59.82/60.07  Current number of ordered equations: 0
% 59.82/60.07  Current number of rules: 498
% 59.82/60.07  New rule produced :
% 59.82/60.07  [662]
% 59.82/60.07  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(C,D),
% 59.82/60.07                                                           not(implies(C,D))),
% 59.82/60.07                                                   implies(E,not(implies(C,D))))),F),F)))
% 59.82/60.07  -> true
% 59.82/60.07  Current number of equations to process: 997
% 59.82/60.07  Current number of ordered equations: 0
% 59.82/60.07  Current number of rules: 499
% 59.82/60.07  New rule produced :
% 59.82/60.07  [663]
% 59.82/60.07  is_a_theorem(implies(A,implies(implies(implies(B,C),implies(implies(implies(
% 59.82/60.07                                                                      not(D),
% 59.82/60.07                                                                      not(E)),F),D)),
% 59.82/60.07                         implies(implies(D,B),implies(E,B))))) -> true
% 59.82/60.07  Current number of equations to process: 996
% 59.82/60.07  Current number of ordered equations: 0
% 59.82/60.07  Current number of rules: 500
% 59.82/60.07  New rule produced :
% 59.82/60.07  [664]
% 59.82/60.07  is_a_theorem(implies(A,implies(implies(implies(implies(implies(implies(B,C),
% 59.82/60.07                                                         implies(D,C)),
% 59.82/60.07                                                 implies(C,E)),implies(F,
% 59.82/60.07                                                               implies(C,E))),V_6),V_6)))
% 59.82/60.07  -> true
% 59.82/60.07  Current number of equations to process: 995
% 59.82/60.07  Current number of ordered equations: 0
% 59.82/60.07  Current number of rules: 501
% 59.82/60.07  New rule produced :
% 59.82/60.07  [665]
% 59.82/60.07  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(C,
% 59.82/60.07                                                                   implies(
% 59.82/60.07                                                                   implies(D,C),
% 59.82/60.07                                                                   implies(E,C)))),F),
% 59.82/60.07                                         implies(V_6,F)),V_7),V_7))) -> true
% 59.82/60.07  Current number of equations to process: 994
% 59.82/60.07  Current number of ordered equations: 0
% 59.82/60.07  Current number of rules: 502
% 59.82/60.07  New rule produced :
% 59.82/60.07  [666]
% 59.82/60.07  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(
% 59.82/60.07                                                                   implies(
% 59.82/60.07                                                                   implies(C,D),C),
% 59.82/60.07                                                                   implies(E,C))),F),
% 59.82/60.07                                         implies(V_6,F)),V_7),V_7))) -> true
% 59.82/60.07  Current number of equations to process: 993
% 59.82/60.07  Current number of ordered equations: 0
% 59.82/60.07  Current number of rules: 503
% 59.82/60.07  New rule produced :
% 59.82/60.07  [667]
% 59.82/60.07  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(
% 59.82/60.07                                                                   implies(
% 59.94/60.18                                                                   implies(C,D),C),
% 59.94/60.18                                                                   implies(E,C)),F),
% 59.94/60.18                                                   implies(V_6,F))),V_7),V_7)))
% 59.94/60.18  -> true
% 59.94/60.18  Current number of equations to process: 992
% 59.94/60.18  Current number of ordered equations: 0
% 59.94/60.18  Current number of rules: 504
% 59.94/60.18  New rule produced :
% 59.94/60.18  [668]
% 59.94/60.18  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(C,
% 59.94/60.18                                                                   implies(
% 59.94/60.18                                                                   implies(D,C),
% 59.94/60.18                                                                   implies(E,C))),F),
% 59.94/60.18                                                   implies(V_6,F))),V_7),V_7)))
% 59.94/60.18  -> true
% 59.94/60.18  Current number of equations to process: 991
% 59.94/60.18  Current number of ordered equations: 0
% 59.94/60.18  Current number of rules: 505
% 59.94/60.18  New rule produced :
% 59.94/60.18  [669]
% 59.94/60.18  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(
% 59.94/60.18                                                                   implies(C,D),
% 59.94/60.18                                                                   implies(E,
% 59.94/60.18                                                                   implies(C,D))),F),
% 59.94/60.18                                                   implies(V_6,F))),V_7),V_7)))
% 59.94/60.18  -> true
% 59.94/60.18  Current number of equations to process: 990
% 59.94/60.18  Current number of ordered equations: 0
% 59.94/60.18  Current number of rules: 506
% 59.94/60.18  New rule produced :
% 59.94/60.18  [670]
% 59.94/60.18  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,
% 59.94/60.18                                                             implies(E,
% 59.94/60.18                                                             implies(implies(F,V_6),
% 59.94/60.18                                                             implies(V_7,
% 59.94/60.18                                                             implies(F,V_6))))))),V_8),V_8)))
% 59.94/60.18  -> true
% 59.94/60.18  Current number of equations to process: 989
% 59.94/60.18  Current number of ordered equations: 0
% 59.94/60.18  Current number of rules: 507
% 59.94/60.18  New rule produced :
% 59.94/60.18  [671]
% 59.94/60.18  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,
% 59.94/60.18                                                             implies(E,
% 59.94/60.18                                                             implies(implies(
% 59.94/60.18                                                                     implies(F,V_6),F),
% 59.94/60.18                                                             implies(V_7,F)))))),V_8),V_8)))
% 59.94/60.18  -> true
% 59.94/60.18  Current number of equations to process: 988
% 59.94/60.18  Current number of ordered equations: 0
% 59.94/60.18  Current number of rules: 508
% 59.94/60.18  New rule produced :
% 59.94/60.18  [672]
% 59.94/60.18  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(implies(D,
% 59.94/60.18                                                                     implies(E,E)),
% 59.94/60.18                                                             implies(implies(F,E),
% 59.94/60.18                                                             implies(E,E))))),V_6),V_6)))
% 59.94/60.18  -> true
% 59.94/60.18  Current number of equations to process: 987
% 59.94/60.18  Current number of ordered equations: 0
% 59.94/60.18  Current number of rules: 509
% 59.94/60.18  New rule produced :
% 59.94/60.18  [673]
% 59.94/60.18  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,
% 59.94/60.18                                                             implies(E,
% 59.94/60.18                                                             implies(F,
% 59.94/60.18                                                             implies(implies(V_6,F),
% 59.94/60.18                                                             implies(V_7,F))))))),V_8),V_8)))
% 59.94/60.18  -> true
% 59.94/60.18  Current number of equations to process: 986
% 59.94/60.18  Current number of ordered equations: 0
% 59.94/60.18  Current number of rules: 510
% 59.94/60.18  New rule produced :
% 59.94/60.18  [674]
% 59.94/60.18  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,implies(C,
% 59.94/60.18                                                                   implies(
% 59.94/60.18                                                                   implies(C,D),
% 59.94/60.18                                                                   implies(E,D)))),F),F)),V_6),
% 59.94/60.18               implies(V_7,V_6))) -> true
% 59.94/60.18  Current number of equations to process: 985
% 59.94/60.18  Current number of ordered equations: 0
% 59.94/60.18  Current number of rules: 511
% 59.94/60.18  New rule produced :
% 59.94/60.18  [675]
% 59.94/60.18  is_a_theorem(implies(implies(implies(implies(implies(implies(A,implies(A,B)),
% 60.11/60.31                                               implies(C,implies(A,B))),D),
% 60.11/60.31                               implies(E,D)),F),implies(V_6,F))) -> true
% 60.11/60.31  Current number of equations to process: 984
% 60.11/60.31  Current number of ordered equations: 0
% 60.11/60.31  Current number of rules: 512
% 60.11/60.31  New rule produced :
% 60.11/60.31  [676]
% 60.11/60.31  is_a_theorem(implies(implies(implies(A,implies(implies(implies(implies(B,C),
% 60.11/60.31                                                         implies(D,C)),
% 60.11/60.31                                                 implies(C,E)),implies(C,E))),F),
% 60.11/60.31               implies(V_6,F))) -> true
% 60.11/60.31  Current number of equations to process: 983
% 60.11/60.31  Current number of ordered equations: 0
% 60.11/60.31  Current number of rules: 513
% 60.11/60.31  New rule produced :
% 60.11/60.31  [677]
% 60.11/60.31  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(implies(C,
% 60.11/60.31                                                                   implies(
% 60.11/60.31                                                                   implies(C,D),
% 60.11/60.31                                                                   implies(E,D))),F),F))),V_6),
% 60.11/60.31               implies(V_7,V_6))) -> true
% 60.11/60.31  Current number of equations to process: 982
% 60.11/60.31  Current number of ordered equations: 0
% 60.11/60.31  Current number of rules: 514
% 60.11/60.31  New rule produced :
% 60.11/60.31  [678]
% 60.11/60.31  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(implies(C,D),
% 60.11/60.31                                                           not(implies(C,D))),
% 60.11/60.31                                                   not(implies(C,D))))),E),
% 60.11/60.31               implies(F,E))) -> true
% 60.11/60.31  Current number of equations to process: 981
% 60.11/60.31  Current number of ordered equations: 0
% 60.11/60.31  Current number of rules: 515
% 60.11/60.31  New rule produced :
% 60.11/60.31  [679]
% 60.11/60.31  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,implies(C,
% 60.11/60.31                                                                   implies(
% 60.11/60.31                                                                   implies(D,C),
% 60.11/60.31                                                                   implies(E,C)))),F),F)),V_6),
% 60.11/60.31               implies(V_7,V_6))) -> true
% 60.11/60.31  Current number of equations to process: 980
% 60.11/60.31  Current number of ordered equations: 0
% 60.11/60.31  Current number of rules: 516
% 60.11/60.31  New rule produced :
% 60.11/60.31  [680]
% 60.11/60.31  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,implies(
% 60.11/60.31                                                                   implies(
% 60.11/60.31                                                                   implies(C,D),C),
% 60.11/60.31                                                                   implies(E,C))),F),F)),V_6),
% 60.11/60.31               implies(V_7,V_6))) -> true
% 60.11/60.31  Current number of equations to process: 979
% 60.11/60.31  Current number of ordered equations: 0
% 60.11/60.31  Current number of rules: 517
% 60.11/60.31  New rule produced :
% 60.11/60.31  [681]
% 60.11/60.31  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(implies(D,
% 60.11/60.31                                                                     implies(D,E)),
% 60.11/60.31                                                             implies(F,
% 60.11/60.31                                                             implies(D,E)))))),V_6),
% 60.11/60.31               implies(V_7,V_6))) -> true
% 60.11/60.31  Current number of equations to process: 978
% 60.11/60.31  Current number of ordered equations: 0
% 60.11/60.31  Current number of rules: 518
% 60.11/60.31  New rule produced :
% 60.11/60.31  [682]
% 60.11/60.31  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(implies(C,
% 60.11/60.31                                                                   implies(D,
% 60.11/60.31                                                                   implies(E,D))),F),
% 60.11/60.31                                                   implies(V_6,F)))),V_7),
% 60.11/60.31               implies(V_8,V_7))) -> true
% 60.11/60.31  Current number of equations to process: 977
% 60.11/60.31  Current number of ordered equations: 0
% 60.11/60.31  Current number of rules: 519
% 60.11/60.31  New rule produced :
% 60.11/60.31  [683]
% 60.11/60.31  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(implies(C,
% 60.11/60.31                                                                   implies(D,
% 60.11/60.31                                                                   implies(E,D))),F),
% 60.11/60.31                                                   implies(V_6,F)),V_7),
% 60.11/60.31                                   implies(V_8,V_7))))) -> true
% 60.11/60.31  Current number of equations to process: 976
% 60.11/60.31  Current number of ordered equations: 0
% 60.11/60.31  Current number of rules: 520
% 65.14/65.36  New rule produced :
% 65.14/65.36  [684]
% 65.14/65.36  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(implies(D,
% 65.14/65.36                                                                     implies(D,E)),
% 65.14/65.36                                                             implies(F,
% 65.14/65.36                                                             implies(D,E))))),V_6),
% 65.14/65.36                         implies(V_7,V_6)))) -> true
% 65.14/65.36  Current number of equations to process: 975
% 65.14/65.36  Current number of ordered equations: 0
% 65.14/65.36  Current number of rules: 521
% 65.14/65.36  New rule produced :
% 65.14/65.36  [685]
% 65.14/65.36  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(implies(D,
% 65.14/65.36                                                                     implies(D,E)),
% 65.14/65.36                                                             implies(F,
% 65.14/65.36                                                             implies(D,E))))),V_6),V_6)))
% 65.14/65.36  -> true
% 65.14/65.36  Current number of equations to process: 979
% 65.14/65.36  Current number of ordered equations: 0
% 65.14/65.36  Current number of rules: 522
% 65.14/65.36  New rule produced :
% 65.14/65.36  [686]
% 65.14/65.36  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,implies(D,D)))),E)),true,
% 65.14/65.36  is_a_theorem(E),true) -> true
% 65.14/65.36  Rule
% 65.14/65.36  [383]
% 65.14/65.36  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(implies(C,D),implies(D,D)))),E)),true,
% 65.14/65.36  is_a_theorem(E),true) -> true collapsed.
% 65.14/65.36  Current number of equations to process: 986
% 65.14/65.36  Current number of ordered equations: 0
% 65.14/65.36  Current number of rules: 522
% 65.14/65.36  New rule produced :
% 65.14/65.36  [687]
% 65.14/65.36  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(D,D)))),E),
% 65.14/65.36               implies(F,E))) -> true
% 65.14/65.36  Rule
% 65.14/65.36  [384]
% 65.14/65.36  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(C,D),
% 65.14/65.36                                                   implies(D,D)))),E),implies(F,E)))
% 65.14/65.36  -> true collapsed.
% 65.14/65.36  Current number of equations to process: 986
% 65.14/65.36  Current number of ordered equations: 0
% 65.14/65.36  Current number of rules: 522
% 65.14/65.36  New rule produced :
% 65.14/65.36  [688]
% 65.14/65.36  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(implies(implies(C,D),C),C))),E)),true,
% 65.14/65.36  is_a_theorem(E),true) -> true
% 65.14/65.36  Current number of equations to process: 987
% 65.14/65.36  Current number of ordered equations: 0
% 65.14/65.36  Current number of rules: 523
% 65.14/65.36  New rule produced :
% 65.14/65.36  [689]
% 65.14/65.36  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,C),B),B),D),
% 65.14/65.36                         implies(E,D)))) -> true
% 65.14/65.36  Current number of equations to process: 987
% 65.14/65.36  Current number of ordered equations: 0
% 65.14/65.36  Current number of rules: 524
% 65.14/65.36  New rule produced :
% 65.14/65.36  [690]
% 65.14/65.36  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(implies(C,D),C),C))),E),
% 65.14/65.36               implies(F,E))) -> true
% 65.14/65.36  Current number of equations to process: 987
% 65.14/65.36  Current number of ordered equations: 0
% 65.14/65.36  Current number of rules: 525
% 65.14/65.36  New rule produced :
% 65.14/65.36  [691]
% 65.14/65.36  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,
% 65.14/65.36                                                             implies(E,E))),F),
% 65.14/65.36                                   implies(V_6,F))))) -> true
% 65.14/65.36  Rule
% 65.14/65.36  [381]
% 65.14/65.36  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(implies(D,E),
% 65.14/65.36                                                             implies(E,E))),F),
% 65.14/65.36                                   implies(V_6,F))))) -> true collapsed.
% 65.14/65.36  Current number of equations to process: 988
% 65.14/65.36  Current number of ordered equations: 0
% 65.14/65.36  Current number of rules: 525
% 65.14/65.36  New rule produced :
% 65.14/65.36  [692]
% 65.14/65.36  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,D))),E),
% 65.14/65.36                         implies(F,E)))) -> true
% 65.14/65.36  Rule
% 65.14/65.36  [379]
% 65.14/65.36  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(C,D),
% 65.14/65.36                                                   implies(D,D))),E),implies(F,E))))
% 65.14/65.36  -> true collapsed.
% 65.14/65.36  Current number of equations to process: 988
% 65.14/65.36  Current number of ordered equations: 0
% 65.14/65.36  Current number of rules: 525
% 65.14/65.36  New rule produced :
% 65.14/65.36  [693]
% 65.14/65.36  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,C))),D)),true,
% 65.14/65.36  is_a_theorem(implies(E,D)),true) -> true
% 65.14/65.36  Rule
% 65.14/65.36  [380]
% 65.14/65.36  ifeq(is_a_theorem(implies(implies(A,implies(implies(B,C),implies(C,C))),D)),true,
% 65.14/65.36  is_a_theorem(implies(E,D)),true) -> true collapsed.
% 65.14/65.36  Current number of equations to process: 989
% 65.14/65.36  Current number of ordered equations: 0
% 65.14/65.36  Current number of rules: 525
% 65.14/65.36  New rule produced :
% 65.14/65.36  [694]
% 65.14/65.36  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,D))),E),E)))
% 65.44/65.63  -> true
% 65.44/65.63  Rule
% 65.44/65.63  [519]
% 65.44/65.63  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(C,D),
% 65.44/65.63                                                   implies(D,D))),E),E))) ->
% 65.44/65.63  true collapsed.
% 65.44/65.63  Current number of equations to process: 992
% 65.44/65.63  Current number of ordered equations: 0
% 65.44/65.63  Current number of rules: 525
% 65.44/65.63  New rule produced :
% 65.44/65.63  [695]
% 65.44/65.63  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,implies(C,C))),D),
% 65.44/65.63                               implies(E,D)),F),implies(V_6,F))) -> true
% 65.44/65.63  Rule
% 65.44/65.63  [385]
% 65.44/65.63  is_a_theorem(implies(implies(implies(implies(implies(A,implies(implies(B,C),
% 65.44/65.63                                                         implies(C,C))),D),
% 65.44/65.63                               implies(E,D)),F),implies(V_6,F))) -> true
% 65.44/65.63  collapsed.
% 65.44/65.63  Current number of equations to process: 991
% 65.44/65.63  Current number of ordered equations: 0
% 65.44/65.63  Current number of rules: 525
% 65.44/65.63  New rule produced :
% 65.44/65.63  [696]
% 65.44/65.63  ifeq(is_a_theorem(implies(implies(implies(implies(A,implies(B,implies(C,C))),D),
% 65.44/65.63                            implies(E,D)),F)),true,is_a_theorem(F),true) ->
% 65.44/65.63  true
% 65.44/65.63  Rule
% 65.44/65.63  [386]
% 65.44/65.63  ifeq(is_a_theorem(implies(implies(implies(implies(A,implies(implies(B,C),
% 65.44/65.63                                                      implies(C,C))),D),
% 65.44/65.63                            implies(E,D)),F)),true,is_a_theorem(F),true) ->
% 65.44/65.63  true collapsed.
% 65.44/65.63  Current number of equations to process: 990
% 65.44/65.63  Current number of ordered equations: 0
% 65.44/65.63  Current number of rules: 525
% 65.44/65.63  New rule produced :
% 65.44/65.63  [697]
% 65.44/65.63  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(
% 65.44/65.63                                                                 implies(F,
% 65.44/65.63                                                                 implies(F,V_6)),
% 65.44/65.63                                                                 implies(V_7,
% 65.44/65.63                                                                 implies(F,V_6)))))))))
% 65.44/65.63  -> true
% 65.44/65.63  Current number of equations to process: 989
% 65.44/65.63  Current number of ordered equations: 0
% 65.44/65.63  Current number of rules: 526
% 65.44/65.63  New rule produced :
% 65.44/65.63  [698]
% 65.44/65.63  is_a_theorem(implies(A,implies(implies(B,implies(C,implies(D,implies(E,E)))),
% 65.44/65.63                         implies(F,implies(C,implies(D,implies(E,E))))))) ->
% 65.44/65.63  true
% 65.44/65.63  Current number of equations to process: 988
% 65.44/65.63  Current number of ordered equations: 0
% 65.44/65.63  Current number of rules: 527
% 65.44/65.63  New rule produced :
% 65.44/65.63  [699]
% 65.44/65.63  is_a_theorem(implies(implies(A,implies(B,implies(C,implies(D,implies(E,E))))),
% 65.44/65.63               implies(F,implies(B,implies(C,implies(D,implies(E,E))))))) ->
% 65.44/65.63  true
% 65.44/65.63  Current number of equations to process: 987
% 65.44/65.63  Current number of ordered equations: 0
% 65.44/65.63  Current number of rules: 528
% 65.44/65.63  New rule produced :
% 65.44/65.63  [700]
% 65.44/65.63  is_a_theorem(implies(A,implies(B,implies(implies(C,implies(D,implies(E,
% 65.44/65.63                                                               implies(F,F)))),
% 65.44/65.63                                   implies(V_6,implies(D,implies(E,implies(F,F))))))))
% 65.44/65.63  -> true
% 65.44/65.63  Current number of equations to process: 986
% 65.44/65.63  Current number of ordered equations: 0
% 65.44/65.63  Current number of rules: 529
% 65.44/65.63  New rule produced :
% 65.44/65.63  [701]
% 65.44/65.63  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(implies(
% 65.44/65.63                                                                     not(
% 65.44/65.63                                                                     implies(D,E)),
% 65.44/65.63                                                                     implies(D,E)),
% 65.44/65.63                                                             implies(F,
% 65.44/65.63                                                             implies(D,E))))),V_6),V_6)))
% 65.44/65.63  -> true
% 65.44/65.63  Current number of equations to process: 986
% 65.44/65.63  Current number of ordered equations: 0
% 65.44/65.63  Current number of rules: 530
% 65.44/65.63  New rule produced :
% 65.44/65.63  [702]
% 65.44/65.63  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(B,implies(C,
% 65.44/65.63                                                                implies(
% 65.44/65.63                                                                implies(C,D),
% 65.44/65.63                                                                implies(E,D)))),F),F)),V_6)),true,
% 65.44/65.63  is_a_theorem(V_6),true) -> true
% 65.44/65.63  Current number of equations to process: 985
% 65.44/65.63  Current number of ordered equations: 0
% 65.44/65.63  Current number of rules: 531
% 65.44/65.63  New rule produced :
% 65.44/65.63  [703]
% 65.44/65.63  ifeq(is_a_theorem(implies(implies(implies(implies(implies(A,implies(A,B)),
% 66.22/66.48                                            implies(C,implies(A,B))),D),
% 66.22/66.48                            implies(E,D)),F)),true,is_a_theorem(F),true) ->
% 66.22/66.48  true
% 66.22/66.48  Current number of equations to process: 984
% 66.22/66.48  Current number of ordered equations: 0
% 66.22/66.48  Current number of rules: 532
% 66.22/66.48  New rule produced :
% 66.22/66.48  [704]
% 66.22/66.48  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(implies(B,C),
% 66.22/66.48                                                      implies(D,C)),implies(C,E)),
% 66.22/66.48                                      implies(C,E))),F)),true,is_a_theorem(F),true)
% 66.22/66.48  -> true
% 66.22/66.48  Current number of equations to process: 983
% 66.22/66.48  Current number of ordered equations: 0
% 66.22/66.48  Current number of rules: 533
% 66.22/66.48  New rule produced :
% 66.22/66.48  [705]
% 66.22/66.48  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(implies(implies(C,
% 66.22/66.48                                                                implies(
% 66.22/66.48                                                                implies(C,D),
% 66.22/66.48                                                                implies(E,D))),F),F))),V_6)),true,
% 66.22/66.48  is_a_theorem(V_6),true) -> true
% 66.22/66.48  Current number of equations to process: 982
% 66.22/66.48  Current number of ordered equations: 0
% 66.22/66.48  Current number of rules: 534
% 66.22/66.48  New rule produced :
% 66.22/66.48  [706]
% 66.22/66.48  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(implies(implies(C,D),
% 66.22/66.48                                                        not(implies(C,D))),
% 66.22/66.48                                                not(implies(C,D))))),E)),true,
% 66.22/66.48  is_a_theorem(E),true) -> true
% 66.22/66.48  Current number of equations to process: 981
% 66.22/66.48  Current number of ordered equations: 0
% 66.22/66.48  Current number of rules: 535
% 66.22/66.48  New rule produced :
% 66.22/66.48  [707]
% 66.22/66.48  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(B,implies(C,
% 66.22/66.48                                                                implies(
% 66.22/66.48                                                                implies(D,C),
% 66.22/66.48                                                                implies(E,C)))),F),F)),V_6)),true,
% 66.22/66.48  is_a_theorem(V_6),true) -> true
% 66.22/66.48  Current number of equations to process: 980
% 66.22/66.48  Current number of ordered equations: 0
% 66.22/66.48  Current number of rules: 536
% 66.22/66.48  New rule produced :
% 66.22/66.48  [708]
% 66.22/66.48  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(B,implies(
% 66.22/66.48                                                                implies(
% 66.22/66.48                                                                implies(C,D),C),
% 66.22/66.48                                                                implies(E,C))),F),F)),V_6)),true,
% 66.22/66.48  is_a_theorem(V_6),true) -> true
% 66.22/66.48  Current number of equations to process: 979
% 66.22/66.48  Current number of ordered equations: 0
% 66.22/66.48  Current number of rules: 537
% 66.22/66.48  New rule produced :
% 66.22/66.48  [709]
% 66.22/66.48  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,implies(implies(D,
% 66.22/66.48                                                                  implies(D,E)),
% 66.22/66.48                                                          implies(F,implies(D,E)))))),V_6)),true,
% 66.22/66.48  is_a_theorem(V_6),true) -> true
% 66.22/66.48  Current number of equations to process: 978
% 66.22/66.48  Current number of ordered equations: 0
% 66.22/66.48  Current number of rules: 538
% 66.22/66.48  New rule produced :
% 66.22/66.48  [710]
% 66.22/66.48  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(implies(implies(C,
% 66.22/66.48                                                                implies(D,
% 66.22/66.48                                                                implies(E,D))),F),
% 66.22/66.48                                                implies(V_6,F)))),V_7)),true,
% 66.22/66.48  is_a_theorem(V_7),true) -> true
% 66.22/66.48  Current number of equations to process: 977
% 66.22/66.48  Current number of ordered equations: 0
% 66.22/66.48  Current number of rules: 539
% 66.22/66.48  New rule produced :
% 66.22/66.48  [711]
% 66.22/66.48  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(implies(C,implies(C,D)),
% 66.22/66.48                                                implies(E,implies(C,D))))),F)),true,
% 66.22/66.48  is_a_theorem(implies(V_6,F)),true) -> true
% 66.22/66.48  Current number of equations to process: 976
% 66.22/66.48  Current number of ordered equations: 0
% 66.22/66.48  Current number of rules: 540
% 66.22/66.48  New rule produced :
% 66.22/66.48  [712]
% 66.22/66.48  is_a_theorem(implies(implies(implies(implies(implies(A,B),A),implies(C,A)),D),D))
% 66.22/66.48  -> true
% 66.22/66.48  Current number of equations to process: 980
% 66.22/66.48  Current number of ordered equations: 0
% 66.22/66.48  Current number of rules: 541
% 66.22/66.48  New rule produced :
% 66.22/66.48  [713]
% 66.22/66.48  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,implies(D,implies(E,E))))),F)),true,
% 69.71/69.89  is_a_theorem(F),true) -> true
% 69.71/69.89  Rule
% 69.71/69.89  [357]
% 69.71/69.89  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(implies(C,implies(D,D)),
% 69.71/69.89                                                implies(implies(E,D),implies(D,D))))),F)),true,
% 69.71/69.89  is_a_theorem(F),true) -> true collapsed.
% 69.71/69.89  Current number of equations to process: 983
% 69.71/69.89  Current number of ordered equations: 0
% 69.71/69.89  Current number of rules: 541
% 69.71/69.89  New rule produced :
% 69.71/69.89  [714]
% 69.71/69.89  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(D,
% 69.71/69.89                                                             implies(E,E))))),F),
% 69.71/69.89               implies(V_6,F))) -> true
% 69.71/69.89  Rule
% 69.71/69.89  [354]
% 69.71/69.89  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(C,implies(D,D)),
% 69.71/69.89                                                   implies(implies(E,D),
% 69.71/69.89                                                   implies(D,D))))),F),
% 69.71/69.89               implies(V_6,F))) -> true collapsed.
% 69.71/69.89  Current number of equations to process: 983
% 69.71/69.89  Current number of ordered equations: 0
% 69.71/69.89  Current number of rules: 541
% 69.71/69.89  New rule produced :
% 69.71/69.89  [715]
% 69.71/69.89  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(F,F)))))))
% 69.72/69.89  -> true
% 69.72/69.89  Rule
% 69.72/69.89  [382]
% 69.72/69.89  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(E,F),
% 69.72/69.89                                                       implies(F,F))))))) ->
% 69.72/69.89  true collapsed.
% 69.72/69.89  Rule
% 69.72/69.89  [555]
% 69.72/69.89  is_a_theorem(implies(A,implies(B,implies(implies(C,implies(D,implies(E,E))),
% 69.72/69.89                                   implies(F,implies(D,implies(E,E))))))) ->
% 69.72/69.89  true collapsed.
% 69.72/69.89  Rule
% 69.72/69.89  [698]
% 69.72/69.89  is_a_theorem(implies(A,implies(implies(B,implies(C,implies(D,implies(E,E)))),
% 69.72/69.89                         implies(F,implies(C,implies(D,implies(E,E))))))) ->
% 69.72/69.89  true collapsed.
% 69.72/69.89  Rule
% 69.72/69.89  [699]
% 69.72/69.89  is_a_theorem(implies(implies(A,implies(B,implies(C,implies(D,implies(E,E))))),
% 69.72/69.89               implies(F,implies(B,implies(C,implies(D,implies(E,E))))))) ->
% 69.72/69.89  true collapsed.
% 69.72/69.89  Current number of equations to process: 984
% 69.72/69.89  Current number of ordered equations: 0
% 69.72/69.89  Current number of rules: 538
% 69.72/69.89  New rule produced :
% 69.72/69.89  [716]
% 69.72/69.89  is_a_theorem(implies(implies(implies(A,implies(implies(implies(implies(
% 69.72/69.89                                                                 implies(B,C),B),
% 69.72/69.89                                                         implies(D,B)),E),E)),F),
% 69.72/69.89               implies(V_6,F))) -> true
% 69.72/69.89  Current number of equations to process: 983
% 69.72/69.89  Current number of ordered equations: 0
% 69.72/69.89  Current number of rules: 539
% 69.72/69.89  New rule produced :
% 69.72/69.89  [717]
% 69.72/69.89  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(implies(implies(B,C),B),
% 69.72/69.89                                                      implies(D,B)),E),E)),F)),true,
% 69.72/69.89  is_a_theorem(F),true) -> true
% 69.72/69.89  Current number of equations to process: 982
% 69.72/69.89  Current number of ordered equations: 0
% 69.72/69.89  Current number of rules: 540
% 69.72/69.89  New rule produced :
% 69.72/69.89  [718]
% 69.72/69.89  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(
% 69.72/69.89                                                               implies(E,F),E),E))))))
% 69.72/69.89  -> true
% 69.72/69.89  Current number of equations to process: 982
% 69.72/69.89  Current number of ordered equations: 0
% 69.72/69.89  Current number of rules: 541
% 69.72/69.89  New rule produced :
% 69.72/69.89  [719]
% 69.72/69.89  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(implies(D,E),
% 69.72/69.89                                                             implies(F,
% 69.72/69.89                                                             implies(D,E))),V_6),V_6)))))
% 69.72/69.89  -> true
% 69.72/69.89  Current number of equations to process: 1001
% 69.72/69.89  Current number of ordered equations: 0
% 69.72/69.89  Current number of rules: 542
% 69.72/69.89  New rule produced :
% 69.72/69.89  [720]
% 69.72/69.89  is_a_theorem(implies(A,implies(implies(implies(implies(implies(implies(B,C),
% 69.72/69.89                                                         implies(D,implies(B,C))),E),E),F),
% 69.72/69.89                         implies(V_6,F)))) -> true
% 69.72/69.89  Current number of equations to process: 1000
% 69.72/69.89  Current number of ordered equations: 0
% 69.72/69.89  Current number of rules: 543
% 69.72/69.89  New rule produced :
% 69.72/69.89  [721]
% 69.72/69.89  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(implies(
% 69.72/69.89                                                                   implies(C,D),
% 69.72/69.89                                                                   implies(E,
% 69.72/69.89                                                                   implies(C,D))),F),F))),V_6),
% 69.72/69.89               implies(V_7,V_6))) -> true
% 74.03/74.26  Current number of equations to process: 1000
% 74.03/74.26  Current number of ordered equations: 0
% 74.03/74.26  Current number of rules: 544
% 74.03/74.26  New rule produced :
% 74.03/74.26  [722]
% 74.03/74.26  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(implies(
% 74.03/74.26                                                                   implies(C,D),
% 74.03/74.26                                                                   implies(D,D)),E),
% 74.03/74.26                                                   implies(F,E)),V_6),implies(V_7,V_6)))))
% 74.03/74.26  -> true
% 74.03/74.26  Current number of equations to process: 1005
% 74.03/74.26  Current number of ordered equations: 0
% 74.03/74.26  Current number of rules: 545
% 74.03/74.26  New rule produced :
% 74.03/74.26  [723]
% 74.03/74.26  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(implies(implies(
% 74.03/74.26                                                                implies(C,D),
% 74.03/74.26                                                                implies(E,
% 74.03/74.26                                                                implies(C,D))),F),F))),V_6)),true,
% 74.03/74.26  is_a_theorem(V_6),true) -> true
% 74.03/74.26  Current number of equations to process: 1008
% 74.03/74.26  Current number of ordered equations: 0
% 74.03/74.26  Current number of rules: 546
% 74.03/74.26  New rule produced :
% 74.03/74.26  [724]
% 74.03/74.26  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(implies(
% 74.03/74.26                                                                     implies(
% 74.03/74.26                                                                     implies(D,E),
% 74.03/74.26                                                                     implies(E,E)),F),
% 74.03/74.26                                                             implies(V_6,F)))),V_7),V_7)))
% 74.03/74.26  -> true
% 74.03/74.26  Current number of equations to process: 1012
% 74.03/74.26  Current number of ordered equations: 0
% 74.03/74.26  Current number of rules: 547
% 74.03/74.26  New rule produced :
% 74.03/74.26  [725]
% 74.03/74.26  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(
% 74.03/74.26                                                                 implies(
% 74.03/74.26                                                                 implies(
% 74.03/74.26                                                                 implies(F,V_6),
% 74.03/74.26                                                                 implies(V_6,V_6)),V_7),
% 74.03/74.26                                                                 implies(V_8,V_7))))))))
% 74.03/74.26  -> true
% 74.03/74.26  Current number of equations to process: 1018
% 74.03/74.26  Current number of ordered equations: 0
% 74.03/74.26  Current number of rules: 548
% 74.03/74.26  New rule produced :
% 74.03/74.26  [726]
% 74.03/74.26  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(C,
% 74.03/74.26                                                                   implies(D,
% 74.03/74.26                                                                   implies(
% 74.03/74.26                                                                   implies(D,E),
% 74.03/74.26                                                                   implies(F,E))))),V_6),
% 74.03/74.26                                         implies(V_7,V_6)),V_8),V_8))) -> true
% 74.03/74.26  Current number of equations to process: 1018
% 74.03/74.26  Current number of ordered equations: 0
% 74.03/74.26  Current number of rules: 549
% 74.03/74.26  New rule produced :
% 74.03/74.26  [727]
% 74.03/74.26  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(implies(
% 74.03/74.26                                                                     implies(D,
% 74.03/74.26                                                                     implies(
% 74.03/74.26                                                                     implies(D,E),
% 74.03/74.26                                                                     implies(F,E))),V_6),
% 74.03/74.26                                                             implies(V_7,V_6)))),V_8),V_8)))
% 74.03/74.26  -> true
% 74.03/74.26  Current number of equations to process: 1017
% 74.03/74.26  Current number of ordered equations: 0
% 74.03/74.26  Current number of rules: 550
% 74.03/74.26  New rule produced :
% 74.03/74.26  [728]
% 74.03/74.26  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(C,
% 74.03/74.26                                                                   implies(D,
% 74.03/74.26                                                                   implies(
% 74.03/74.26                                                                   implies(D,E),
% 74.03/74.26                                                                   implies(F,E)))),V_6),
% 74.03/74.26                                                   implies(V_7,V_6))),V_8),V_8)))
% 74.03/74.26  -> true
% 74.03/74.26  Current number of equations to process: 1016
% 74.03/74.26  Current number of ordered equations: 0
% 74.03/74.26  Current number of rules: 551
% 74.13/74.36  New rule produced :
% 74.13/74.36  [729]
% 74.13/74.36  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(
% 74.13/74.36                                                                   implies(C,D),
% 74.13/74.36                                                                   implies(E,D)),
% 74.13/74.36                                                           implies(D,F)),
% 74.13/74.36                                                   implies(V_6,implies(D,F)))),V_7),V_7)))
% 74.13/74.36  -> true
% 74.13/74.36  Current number of equations to process: 1015
% 74.13/74.36  Current number of ordered equations: 0
% 74.13/74.36  Current number of rules: 552
% 74.13/74.36  New rule produced :
% 74.13/74.36  [730]
% 74.13/74.36  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(implies(
% 74.13/74.36                                                                     implies(D,E),
% 74.13/74.36                                                                     not(
% 74.13/74.36                                                                     implies(D,E))),
% 74.13/74.36                                                             implies(F,
% 74.13/74.36                                                             not(implies(D,E)))))),V_6),V_6)))
% 74.13/74.36  -> true
% 74.13/74.36  Current number of equations to process: 1014
% 74.13/74.36  Current number of ordered equations: 0
% 74.13/74.36  Current number of rules: 553
% 74.13/74.36  New rule produced :
% 74.13/74.36  [731]
% 74.13/74.36  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(C,
% 74.13/74.36                                                                   implies(
% 74.13/74.36                                                                   implies(D,E),
% 74.13/74.36                                                                   implies(F,
% 74.13/74.36                                                                   implies(D,E)))),V_6),
% 74.13/74.36                                                   implies(V_7,V_6))),V_8),V_8)))
% 74.13/74.36  -> true
% 74.13/74.36  Current number of equations to process: 1013
% 74.13/74.36  Current number of ordered equations: 0
% 74.13/74.36  Current number of rules: 554
% 74.13/74.36  New rule produced :
% 74.13/74.36  [732]
% 74.13/74.36  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(C,
% 74.13/74.36                                                                   implies(
% 74.13/74.36                                                                   implies(
% 74.13/74.36                                                                   implies(D,E),D),
% 74.13/74.36                                                                   implies(F,D)))),V_6),
% 74.13/74.36                                         implies(V_7,V_6)),V_8),V_8))) -> true
% 74.13/74.36  Current number of equations to process: 1012
% 74.13/74.36  Current number of ordered equations: 0
% 74.13/74.36  Current number of rules: 555
% 74.13/74.36  New rule produced :
% 74.13/74.36  [733]
% 74.13/74.36  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(C,
% 74.13/74.36                                                                   implies(D,
% 74.13/74.36                                                                   implies(
% 74.13/74.36                                                                   implies(E,D),
% 74.13/74.36                                                                   implies(F,D)))),V_6),
% 74.13/74.36                                                   implies(V_7,V_6))),V_8),V_8)))
% 74.13/74.36  -> true
% 74.13/74.36  Current number of equations to process: 1011
% 74.13/74.36  Current number of ordered equations: 0
% 74.13/74.36  Current number of rules: 556
% 74.13/74.36  New rule produced :
% 74.13/74.36  [734]
% 74.13/74.36  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(C,
% 74.13/74.36                                                                   implies(D,
% 74.13/74.36                                                                   implies(
% 74.13/74.36                                                                   implies(E,D),
% 74.13/74.36                                                                   implies(F,D))))),V_6),
% 74.13/74.36                                         implies(V_7,V_6)),V_8),V_8))) -> true
% 74.13/74.36  Current number of equations to process: 1010
% 74.13/74.36  Current number of ordered equations: 0
% 74.13/74.36  Current number of rules: 557
% 74.13/74.36  New rule produced :
% 74.13/74.36  [735]
% 74.13/74.36  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,
% 74.13/74.36                                                             implies(E,
% 74.13/74.36                                                             implies(F,
% 74.13/74.36                                                             implies(V_6,
% 74.13/74.36                                                             implies(implies(V_6,V_7),
% 74.13/74.36                                                             implies(V_8,V_7)))))))),V_9),V_9)))
% 74.24/74.50  -> true
% 74.24/74.50  Current number of equations to process: 1009
% 74.24/74.50  Current number of ordered equations: 0
% 74.24/74.50  Current number of rules: 558
% 74.24/74.50  New rule produced :
% 74.24/74.50  [736]
% 74.24/74.50  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(implies(
% 74.24/74.50                                                                     implies(
% 74.24/74.50                                                                     implies(D,E),
% 74.24/74.50                                                                     implies(F,
% 74.24/74.50                                                                     implies(D,E))),V_6),
% 74.24/74.50                                                             implies(V_7,V_6)))),V_8),V_8)))
% 74.24/74.50  -> true
% 74.24/74.50  Current number of equations to process: 1008
% 74.24/74.50  Current number of ordered equations: 0
% 74.24/74.50  Current number of rules: 559
% 74.24/74.50  New rule produced :
% 74.24/74.50  [737]
% 74.24/74.50  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(C,
% 74.24/74.50                                                                   implies(
% 74.24/74.50                                                                   implies(D,E),
% 74.24/74.50                                                                   implies(F,
% 74.24/74.50                                                                   implies(D,E))))),V_6),
% 74.24/74.50                                         implies(V_7,V_6)),V_8),V_8))) -> true
% 74.24/74.50  Current number of equations to process: 1007
% 74.24/74.50  Current number of ordered equations: 0
% 74.24/74.50  Current number of rules: 560
% 74.24/74.50  New rule produced :
% 74.24/74.50  [738]
% 74.24/74.50  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(C,
% 74.24/74.50                                                                   implies(
% 74.24/74.50                                                                   implies(
% 74.24/74.50                                                                   implies(D,E),D),
% 74.24/74.50                                                                   implies(F,D))),V_6),
% 74.24/74.50                                                   implies(V_7,V_6))),V_8),V_8)))
% 74.24/74.50  -> true
% 74.24/74.50  Current number of equations to process: 1006
% 74.24/74.50  Current number of ordered equations: 0
% 74.24/74.50  Current number of rules: 561
% 74.24/74.50  New rule produced :
% 74.24/74.50  [739]
% 74.24/74.50  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(implies(
% 74.24/74.50                                                                     implies(
% 74.24/74.50                                                                     implies(
% 74.24/74.50                                                                     implies(D,E),D),
% 74.24/74.50                                                                     implies(F,D)),V_6),
% 74.24/74.50                                                             implies(V_7,V_6)))),V_8),V_8)))
% 74.24/74.50  -> true
% 74.24/74.50  Current number of equations to process: 1005
% 74.24/74.50  Current number of ordered equations: 0
% 74.24/74.50  Current number of rules: 562
% 74.24/74.50  New rule produced :
% 74.24/74.50  [740]
% 74.24/74.50  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(
% 74.24/74.50                                                                   implies(
% 74.24/74.50                                                                   implies(C,
% 74.24/74.50                                                                   implies(D,E)),D),
% 74.24/74.50                                                                   implies(F,D))),V_6),
% 74.24/74.50                                         implies(V_7,V_6)),V_8),V_8))) -> true
% 74.24/74.50  Current number of equations to process: 1004
% 74.24/74.50  Current number of ordered equations: 0
% 74.24/74.50  Current number of rules: 563
% 74.24/74.50  New rule produced :
% 74.24/74.50  [741]
% 74.24/74.50  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(implies(
% 74.24/74.50                                                                     implies(D,
% 74.24/74.50                                                                     implies(
% 74.24/74.50                                                                     implies(E,D),
% 74.24/74.50                                                                     implies(F,D))),V_6),
% 74.24/74.50                                                             implies(V_7,V_6)))),V_8),V_8)))
% 74.24/74.50  -> true
% 74.24/74.50  Current number of equations to process: 1003
% 74.24/74.50  Current number of ordered equations: 0
% 74.24/74.50  Current number of rules: 564
% 74.24/74.50  New rule produced :
% 74.24/74.50  [742]
% 74.24/74.50  is_a_theorem(implies(implies(implies(A,implies(implies(implies(implies(B,
% 74.24/74.50                                                                 implies(B,C)),
% 74.24/74.50                                                         implies(D,implies(B,C))),E),
% 74.44/74.64                                         implies(F,E))),V_6),implies(V_7,V_6)))
% 74.44/74.64  -> true
% 74.44/74.64  Current number of equations to process: 1002
% 74.44/74.64  Current number of ordered equations: 0
% 74.44/74.64  Current number of rules: 565
% 74.44/74.64  New rule produced :
% 74.44/74.64  [743]
% 74.44/74.64  is_a_theorem(implies(implies(implies(implies(implies(implies(implies(A,
% 74.44/74.64                                                               implies(B,
% 74.44/74.64                                                               implies(C,B))),D),
% 74.44/74.64                                               implies(E,D)),F),implies(V_6,F)),V_7),
% 74.44/74.64               implies(V_8,V_7))) -> true
% 74.44/74.64  Current number of equations to process: 1001
% 74.44/74.64  Current number of ordered equations: 0
% 74.44/74.64  Current number of rules: 566
% 74.44/74.64  New rule produced :
% 74.44/74.64  [744]
% 74.44/74.64  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,
% 74.44/74.64                                                             implies(implies(E,
% 74.44/74.64                                                                     implies(E,F)),
% 74.44/74.64                                                             implies(V_6,
% 74.44/74.64                                                             implies(E,F))))),V_7),
% 74.44/74.64                                   implies(V_8,V_7))))) -> true
% 74.44/74.64  Current number of equations to process: 999
% 74.44/74.64  Current number of ordered equations: 0
% 74.44/74.64  Current number of rules: 567
% 74.44/74.64  New rule produced :
% 74.44/74.64  [745]
% 74.44/74.64  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(D,
% 74.44/74.64                                                             implies(implies(E,
% 74.44/74.64                                                                     implies(E,F)),
% 74.44/74.64                                                             implies(V_6,
% 74.44/74.64                                                             implies(E,F))))))),V_7),
% 74.44/74.64               implies(V_8,V_7))) -> true
% 74.44/74.64  Current number of equations to process: 998
% 74.44/74.64  Current number of ordered equations: 0
% 74.44/74.64  Current number of rules: 568
% 74.44/74.64  New rule produced :
% 74.44/74.64  [746]
% 74.44/74.64  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 74.44/74.64                                                             implies(implies(E,
% 74.44/74.64                                                                     implies(E,F)),
% 74.44/74.64                                                             implies(V_6,
% 74.44/74.64                                                             implies(E,F)))),V_7),
% 74.44/74.64                                             implies(V_8,V_7)))))) -> true
% 74.44/74.64  Current number of equations to process: 997
% 74.44/74.64  Current number of ordered equations: 0
% 74.44/74.64  Current number of rules: 569
% 74.44/74.64  New rule produced :
% 74.44/74.64  [747]
% 74.44/74.64  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(F,
% 74.44/74.64                                                                 implies(V_6,
% 74.44/74.64                                                                 implies(V_7,
% 74.44/74.64                                                                 implies(
% 74.44/74.64                                                                 implies(V_8,V_9),
% 74.44/74.64                                                                 implies(V_10,
% 74.44/74.64                                                                 implies(V_8,V_9))))))))))))
% 74.44/74.64  -> true
% 74.44/74.64  Rule
% 74.44/74.64  [485]
% 74.44/74.64  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(F,
% 74.44/74.64                                                                 implies(V_6,
% 74.44/74.64                                                                 implies(V_7,
% 74.44/74.64                                                                 implies(
% 74.44/74.64                                                                 implies(V_8,V_9),
% 74.44/74.64                                                                 implies(V_9,
% 74.44/74.64                                                                 implies(V_8,V_9))))))))))))
% 74.44/74.64  -> true collapsed.
% 74.44/74.64  Current number of equations to process: 996
% 74.44/74.64  Current number of ordered equations: 0
% 74.44/74.64  Current number of rules: 569
% 74.44/74.64  New rule produced :
% 74.44/74.64  [748]
% 74.44/74.64  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(F,
% 74.44/74.64                                                                 implies(V_6,
% 74.44/74.64                                                                 implies(V_7,
% 74.44/74.64                                                                 implies(
% 74.44/74.64                                                                 implies(
% 78.32/78.49                                                                 implies(V_8,V_9),V_8),
% 78.32/78.49                                                                 implies(V_10,V_8)))))))))))
% 78.32/78.49  -> true
% 78.32/78.49  Current number of equations to process: 995
% 78.32/78.49  Current number of ordered equations: 0
% 78.32/78.49  Current number of rules: 570
% 78.32/78.49  New rule produced :
% 78.32/78.49  [749]
% 78.32/78.49  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(F,
% 78.32/78.49                                                                 implies(V_6,
% 78.32/78.49                                                                 implies(V_7,
% 78.32/78.49                                                                 implies(V_8,
% 78.32/78.49                                                                 implies(
% 78.32/78.49                                                                 implies(V_9,V_8),
% 78.32/78.49                                                                 implies(V_10,V_8))))))))))))
% 78.32/78.49  -> true
% 78.32/78.49  Current number of equations to process: 994
% 78.32/78.49  Current number of ordered equations: 0
% 78.32/78.49  Current number of rules: 571
% 78.32/78.49  New rule produced :
% 78.32/78.49  [750]
% 78.32/78.49  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(implies(
% 78.32/78.49                                                                     implies(
% 78.32/78.49                                                                     implies(D,E),
% 78.32/78.49                                                                     implies(E,E)),F),
% 78.32/78.49                                                             implies(V_6,F))))),V_7),
% 78.32/78.49               implies(V_8,V_7))) -> true
% 78.32/78.49  Current number of equations to process: 993
% 78.32/78.49  Current number of ordered equations: 0
% 78.32/78.49  Current number of rules: 572
% 78.32/78.49  New rule produced :
% 78.32/78.49  [751]
% 78.32/78.49  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(implies(
% 78.32/78.49                                                                     implies(
% 78.32/78.49                                                                     implies(D,E),
% 78.32/78.49                                                                     implies(E,E)),F),
% 78.32/78.49                                                             implies(V_6,F)))),V_7),
% 78.32/78.49                         implies(V_8,V_7)))) -> true
% 78.32/78.49  Current number of equations to process: 992
% 78.32/78.49  Current number of ordered equations: 0
% 78.32/78.49  Current number of rules: 573
% 78.32/78.49  New rule produced :
% 78.32/78.49  [752]
% 78.32/78.49  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,
% 78.32/78.49                                                             implies(E,
% 78.32/78.49                                                             implies(F,
% 78.32/78.49                                                             implies(implies(
% 78.32/78.49                                                                     implies(V_6,V_7),V_6),
% 78.32/78.49                                                             implies(V_8,V_6))))))),V_9),V_9)))
% 78.32/78.49  -> true
% 78.32/78.49  Current number of equations to process: 1007
% 78.32/78.49  Current number of ordered equations: 0
% 78.32/78.49  Current number of rules: 574
% 78.32/78.49  New rule produced :
% 78.32/78.49  [753]
% 78.32/78.49  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,
% 78.32/78.49                                                             implies(E,
% 78.32/78.49                                                             implies(F,
% 78.32/78.49                                                             implies(V_6,
% 78.32/78.49                                                             implies(implies(V_7,V_6),
% 78.32/78.49                                                             implies(V_8,V_6)))))))),V_9),V_9)))
% 78.32/78.49  -> true
% 78.32/78.49  Current number of equations to process: 1011
% 78.32/78.49  Current number of ordered equations: 0
% 78.32/78.49  Current number of rules: 575
% 78.32/78.49  New rule produced :
% 78.32/78.49  [754]
% 78.32/78.49  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,
% 78.32/78.49                                                             implies(E,
% 78.32/78.49                                                             implies(F,
% 78.32/78.49                                                             implies(implies(V_6,V_7),
% 78.32/78.49                                                             implies(V_8,
% 78.32/78.49                                                             implies(V_6,V_7)))))))),V_9),V_9)))
% 78.32/78.49  -> true
% 78.32/78.49  Current number of equations to process: 1022
% 78.32/78.49  Current number of ordered equations: 0
% 78.32/78.49  Current number of rules: 576
% 78.32/78.49  New rule produced :
% 78.32/78.49  [755]
% 78.32/78.49  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(F,
% 84.93/85.16                                                                 implies(
% 84.93/85.16                                                                 implies(V_6,
% 84.93/85.16                                                                 implies(V_6,V_7)),
% 84.93/85.16                                                                 implies(V_8,
% 84.93/85.16                                                                 implies(V_6,V_7))))))))))
% 84.93/85.16  -> true
% 84.93/85.16  Current number of equations to process: 1045
% 84.93/85.16  Current number of ordered equations: 0
% 84.93/85.16  Current number of rules: 577
% 84.93/85.16  New rule produced :
% 84.93/85.16  [756]
% 84.93/85.16  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(implies(D,
% 84.93/85.16                                                                     implies(D,E)),
% 84.93/85.16                                                             implies(F,
% 84.93/85.16                                                             implies(D,E)))),V_6),V_6))))
% 84.93/85.16  -> true
% 84.93/85.16  Current number of equations to process: 1047
% 84.93/85.16  Current number of ordered equations: 0
% 84.93/85.16  Current number of rules: 578
% 84.93/85.16  New rule produced :
% 84.93/85.16  [757]
% 84.93/85.16  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(
% 84.93/85.16                                                                   implies(C,
% 84.93/85.16                                                                   implies(C,D)),
% 84.93/85.16                                                                   implies(E,
% 84.93/85.16                                                                   implies(C,D)))),F),
% 84.93/85.16                                         implies(V_6,F)),V_7),V_7))) -> true
% 84.93/85.16  Current number of equations to process: 1047
% 84.93/85.16  Current number of ordered equations: 0
% 84.93/85.16  Current number of rules: 579
% 84.93/85.16  New rule produced :
% 84.93/85.16  [758]
% 84.93/85.16  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(implies(C,C),D),
% 84.93/85.16                                                   implies(E,D)),F),implies(V_6,F)))))
% 84.93/85.16  -> true
% 84.93/85.16  Current number of equations to process: 1074
% 84.93/85.16  Current number of ordered equations: 0
% 84.93/85.16  Current number of rules: 580
% 84.93/85.16  New rule produced :
% 84.93/85.16  [759]
% 84.93/85.16  ifeq(is_a_theorem(implies(implies(implies(implies(A,A),B),implies(C,B)),D)),true,
% 84.93/85.16  is_a_theorem(implies(E,D)),true) -> true
% 84.93/85.16  Current number of equations to process: 1075
% 84.93/85.16  Current number of ordered equations: 0
% 84.93/85.16  Current number of rules: 581
% 84.93/85.16  New rule produced :
% 84.93/85.16  [760]
% 84.93/85.16  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(E,
% 84.93/85.16                                                               implies(F,F)),
% 84.93/85.16                                                       implies(V_6,implies(F,F))))))))
% 84.93/85.16  -> true
% 84.93/85.16  Current number of equations to process: 1076
% 84.93/85.16  Current number of ordered equations: 0
% 84.93/85.16  Current number of rules: 582
% 84.93/85.16  New rule produced :
% 84.93/85.16  [761]
% 84.93/85.16  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,B),C),
% 84.93/85.16                                         implies(D,C)),E),E))) -> true
% 84.93/85.16  Current number of equations to process: 1076
% 84.93/85.16  Current number of ordered equations: 0
% 84.93/85.16  Current number of rules: 583
% 84.93/85.16  New rule produced :
% 84.93/85.16  [762]
% 84.93/85.16  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,C),D),D)))) ->
% 84.93/85.16  true
% 84.93/85.16  Current number of equations to process: 1076
% 84.93/85.16  Current number of ordered equations: 0
% 84.93/85.16  Current number of rules: 584
% 84.93/85.16  New rule produced :
% 84.93/85.16  [763]
% 84.93/85.16  is_a_theorem(implies(implies(implies(implies(implies(implies(implies(A,A),B),
% 84.93/85.16                                               implies(C,B)),D),implies(E,D)),F),
% 84.93/85.16               implies(V_6,F))) -> true
% 84.93/85.16  Current number of equations to process: 1078
% 84.93/85.16  Current number of ordered equations: 0
% 84.93/85.16  Current number of rules: 585
% 84.93/85.16  New rule produced :
% 84.93/85.16  [764]
% 84.93/85.16  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(implies(
% 84.93/85.16                                                                     implies(D,D),E),
% 84.93/85.16                                                             implies(F,E))))),V_6),
% 84.93/85.16               implies(V_7,V_6))) -> true
% 84.93/85.16  Current number of equations to process: 1077
% 84.93/85.16  Current number of ordered equations: 0
% 84.93/85.16  Current number of rules: 586
% 84.93/85.16  New rule produced :
% 84.93/85.16  [765]
% 84.93/85.16  ifeq(is_a_theorem(implies(implies(implies(implies(implies(implies(A,A),B),
% 84.93/85.16                                            implies(C,B)),D),implies(E,D)),F)),true,
% 84.93/85.16  is_a_theorem(F),true) -> true
% 84.93/85.16  Current number of equations to process: 1077
% 90.71/90.91  Current number of ordered equations: 0
% 90.71/90.91  Current number of rules: 587
% 90.71/90.91  New rule produced :
% 90.71/90.91  [766]
% 90.71/90.91  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,implies(implies(
% 90.71/90.91                                                                  implies(D,D),E),
% 90.71/90.91                                                          implies(F,E))))),V_6)),true,
% 90.71/90.91  is_a_theorem(V_6),true) -> true
% 90.71/90.91  Current number of equations to process: 1076
% 90.71/90.91  Current number of ordered equations: 0
% 90.71/90.91  Current number of rules: 588
% 90.71/90.91  New rule produced :
% 90.71/90.91  [767]
% 90.71/90.91  is_a_theorem(implies(A,implies(B,implies(implies(C,implies(implies(not(C),
% 90.71/90.91                                                             not(D)),E)),
% 90.71/90.91                                   implies(D,implies(implies(not(C),not(D)),E))))))
% 90.71/90.91  -> true
% 90.71/90.91  Current number of equations to process: 1078
% 90.71/90.91  Current number of ordered equations: 0
% 90.71/90.91  Current number of rules: 589
% 90.71/90.91  New rule produced :
% 90.71/90.91  [768]
% 90.71/90.91  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(
% 90.71/90.91                                                                 implies(
% 90.71/90.91                                                                 implies(F,F),V_6),
% 90.71/90.91                                                                 implies(V_7,V_6))))))))
% 90.71/90.91  -> true
% 90.71/90.91  Current number of equations to process: 1086
% 90.71/90.91  Current number of ordered equations: 0
% 90.71/90.91  Current number of rules: 590
% 90.71/90.91  New rule produced :
% 90.71/90.91  [769]
% 90.71/90.91  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(implies(
% 90.71/90.91                                                                     implies(D,D),E),
% 90.71/90.91                                                             implies(F,E)))),V_6),
% 90.71/90.91                         implies(V_7,V_6)))) -> true
% 90.71/90.91  Current number of equations to process: 1086
% 90.71/90.91  Current number of ordered equations: 0
% 90.71/90.91  Current number of rules: 591
% 90.71/90.91  New rule produced :
% 90.71/90.91  [770]
% 90.71/90.91  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(implies(implies(C,C),D),
% 90.71/90.91                                                implies(E,D)))),F)),true,
% 90.71/90.91  is_a_theorem(implies(V_6,F)),true) -> true
% 90.71/90.91  Current number of equations to process: 1090
% 90.71/90.91  Current number of ordered equations: 0
% 90.71/90.91  Current number of rules: 592
% 90.71/90.91  New rule produced :
% 90.71/90.91  [771]
% 90.71/90.91  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(implies(
% 90.71/90.91                                                                     implies(D,D),E),
% 90.71/90.91                                                             implies(F,E)))),V_6),V_6)))
% 90.71/90.91  -> true
% 90.71/90.91  Current number of equations to process: 1093
% 90.71/90.91  Current number of ordered equations: 0
% 90.71/90.91  Current number of rules: 593
% 90.71/90.91  New rule produced :
% 90.71/90.91  [772]
% 90.71/90.91  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 90.71/90.91                                                             implies(implies(
% 90.71/90.91                                                                     implies(E,E),F),
% 90.71/90.91                                                             implies(V_6,F))),V_7),
% 90.71/90.91                                             implies(V_8,V_7)))))) -> true
% 90.71/90.91  Current number of equations to process: 1099
% 90.71/90.91  Current number of ordered equations: 0
% 90.71/90.91  Current number of rules: 594
% 90.71/90.91  New rule produced :
% 90.71/90.91  [773]
% 90.71/90.91  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(D,
% 90.71/90.91                                                             implies(implies(
% 90.71/90.91                                                                     implies(E,E),F),
% 90.71/90.91                                                             implies(V_6,F)))))),V_7),
% 90.71/90.91               implies(V_8,V_7))) -> true
% 90.71/90.91  Current number of equations to process: 1098
% 90.71/90.91  Current number of ordered equations: 0
% 90.71/90.91  Current number of rules: 595
% 90.71/90.91  New rule produced :
% 90.71/90.91  [774]
% 90.71/90.91  is_a_theorem(implies(implies(implies(A,implies(implies(implies(implies(
% 90.71/90.91                                                                 implies(B,B),C),
% 90.71/90.91                                                         implies(D,C)),E),
% 90.71/90.91                                         implies(F,E))),V_6),implies(V_7,V_6)))
% 90.71/90.91  -> true
% 90.71/90.91  Current number of equations to process: 1097
% 90.71/90.91  Current number of ordered equations: 0
% 90.71/90.91  Current number of rules: 596
% 90.71/90.91  New rule produced :
% 90.71/90.91  [775]
% 90.71/90.91  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,
% 90.71/90.91                                                             implies(implies(
% 95.92/96.16                                                                     implies(E,E),F),
% 95.92/96.16                                                             implies(V_6,F)))),V_7),
% 95.92/96.16                                   implies(V_8,V_7))))) -> true
% 95.92/96.16  Current number of equations to process: 1096
% 95.92/96.16  Current number of ordered equations: 0
% 95.92/96.16  Current number of rules: 597
% 95.92/96.16  New rule produced :
% 95.92/96.16  [776]
% 95.92/96.16  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,
% 95.92/96.16                                                             implies(E,
% 95.92/96.16                                                             implies(implies(F,V_6),
% 95.92/96.16                                                             implies(V_6,V_6)))))),V_7),
% 95.92/96.16                         implies(V_8,V_7)))) -> true
% 95.92/96.16  Current number of equations to process: 1095
% 95.92/96.16  Current number of ordered equations: 0
% 95.92/96.16  Current number of rules: 598
% 95.92/96.16  New rule produced :
% 95.92/96.16  [777]
% 95.92/96.16  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,
% 95.92/96.16                                                             implies(E,
% 95.92/96.16                                                             implies(implies(F,V_6),
% 95.92/96.16                                                             implies(V_6,V_6)))))),V_7),V_7)))
% 95.92/96.16  -> true
% 95.92/96.16  Current number of equations to process: 1099
% 95.92/96.16  Current number of ordered equations: 0
% 95.92/96.16  Current number of rules: 599
% 95.92/96.16  New rule produced :
% 95.92/96.16  [778]
% 95.92/96.16  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,
% 95.92/96.16                                                             implies(implies(E,F),
% 95.92/96.16                                                             implies(F,F))))),V_6),
% 95.92/96.16                         implies(V_7,V_6)))) -> true
% 95.92/96.16  Rule
% 95.92/96.16  [493]
% 95.92/96.16  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(implies(D,
% 95.92/96.16                                                                     implies(E,E)),
% 95.92/96.16                                                             implies(implies(F,E),
% 95.92/96.16                                                             implies(E,E))))),V_6),
% 95.92/96.16                         implies(V_7,V_6)))) -> true collapsed.
% 95.92/96.16  Current number of equations to process: 1107
% 95.92/96.16  Current number of ordered equations: 0
% 95.92/96.16  Current number of rules: 599
% 95.92/96.16  New rule produced :
% 95.92/96.16  [779]
% 95.92/96.16  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 95.92/96.16                                                             implies(E,
% 95.92/96.16                                                             implies(implies(F,V_6),
% 95.92/96.16                                                             implies(V_6,V_6)))),V_7),
% 95.92/96.16                                             implies(V_8,V_7)))))) -> true
% 95.92/96.16  Current number of equations to process: 1106
% 95.92/96.16  Current number of ordered equations: 0
% 95.92/96.16  Current number of rules: 600
% 95.92/96.16  New rule produced :
% 95.92/96.16  [780]
% 95.92/96.16  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(D,
% 95.92/96.16                                                             implies(E,
% 95.92/96.16                                                             implies(implies(F,V_6),
% 95.92/96.16                                                             implies(V_6,V_6))))))),V_7),
% 95.92/96.16               implies(V_8,V_7))) -> true
% 95.92/96.16  Current number of equations to process: 1105
% 95.92/96.16  Current number of ordered equations: 0
% 95.92/96.16  Current number of rules: 601
% 95.92/96.16  New rule produced :
% 95.92/96.16  [781]
% 95.92/96.16  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,implies(D,implies(
% 95.92/96.16                                                                    implies(
% 95.92/96.16                                                                    implies(E,E),F),
% 95.92/96.16                                                                    implies(V_6,F)))))),V_7)),true,
% 95.92/96.16  is_a_theorem(V_7),true) -> true
% 95.92/96.16  Current number of equations to process: 1113
% 95.92/96.16  Current number of ordered equations: 0
% 95.92/96.16  Current number of rules: 602
% 95.92/96.16  New rule produced :
% 95.92/96.16  [782]
% 95.92/96.16  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(implies(implies(B,B),C),
% 95.92/96.16                                                      implies(D,C)),E),
% 95.92/96.16                                      implies(F,E))),V_6)),true,is_a_theorem(V_6),true)
% 95.92/96.16  -> true
% 95.92/96.16  Current number of equations to process: 1112
% 95.92/96.16  Current number of ordered equations: 0
% 95.92/96.16  Current number of rules: 603
% 95.92/96.16  New rule produced :
% 95.92/96.16  [783]
% 95.92/96.16  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,implies(D,implies(
% 97.73/97.92                                                                    implies(E,F),
% 97.73/97.92                                                                    implies(F,F)))))),V_6)),true,
% 97.73/97.92  is_a_theorem(implies(V_7,V_6)),true) -> true
% 97.73/97.92  Current number of equations to process: 1111
% 97.73/97.92  Current number of ordered equations: 0
% 97.73/97.92  Current number of rules: 604
% 97.73/97.92  New rule produced :
% 97.73/97.92  [784]
% 97.73/97.92  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,implies(D,implies(E,
% 97.73/97.92                                                                    implies(
% 97.73/97.92                                                                    implies(F,V_6),
% 97.73/97.92                                                                    implies(V_6,V_6))))))),V_7)),true,
% 97.73/97.92  is_a_theorem(V_7),true) -> true
% 97.73/97.92  Current number of equations to process: 1110
% 97.73/97.92  Current number of ordered equations: 0
% 97.73/97.92  Current number of rules: 605
% 97.73/97.92  New rule produced :
% 97.73/97.92  [785]
% 97.73/97.92  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(F,
% 97.73/97.92                                                                 implies(
% 97.73/97.92                                                                 implies(
% 97.73/97.92                                                                 implies(V_6,V_6),V_7),
% 97.73/97.92                                                                 implies(V_8,V_7)))))))))
% 97.73/97.92  -> true
% 97.73/97.92  Current number of equations to process: 1114
% 97.73/97.92  Current number of ordered equations: 0
% 97.73/97.92  Current number of rules: 606
% 97.73/97.92  New rule produced :
% 97.73/97.92  [786]
% 97.73/97.92  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(implies(
% 97.73/97.92                                                                     implies(D,D),E),
% 97.73/97.92                                                             implies(F,E))),V_6),V_6))))
% 97.73/97.92  -> true
% 97.73/97.92  Current number of equations to process: 1116
% 97.73/97.92  Current number of ordered equations: 0
% 97.73/97.92  Current number of rules: 607
% 97.73/97.92  New rule produced :
% 97.73/97.92  [787]
% 97.73/97.92  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(
% 97.73/97.92                                                                   implies(
% 97.73/97.92                                                                   implies(C,C),D),
% 97.73/97.93                                                                   implies(E,D))),F),
% 97.73/97.93                                         implies(V_6,F)),V_7),V_7))) -> true
% 97.73/97.93  Current number of equations to process: 1115
% 97.73/97.93  Current number of ordered equations: 0
% 97.73/97.93  Current number of rules: 608
% 97.73/97.93  New rule produced :
% 97.73/97.93  [788]
% 97.73/97.93  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(C,
% 97.73/97.93                                                                   implies(
% 97.73/97.93                                                                   implies(D,E),
% 97.73/97.93                                                                   implies(E,E))),F),
% 97.73/97.93                                                   implies(V_6,F))),V_7),V_7)))
% 97.73/97.93  -> true
% 97.73/97.93  Current number of equations to process: 1122
% 97.73/97.93  Current number of ordered equations: 0
% 97.73/97.93  Current number of rules: 609
% 97.73/97.93  New rule produced :
% 97.73/97.93  [789]
% 97.73/97.93  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(F,
% 97.73/97.93                                                                 implies(V_6,
% 97.73/97.93                                                                 implies(
% 97.73/97.93                                                                 implies(V_7,V_8),
% 97.73/97.93                                                                 implies(V_8,V_8))))))))))
% 97.73/97.93  -> true
% 97.73/97.93  Current number of equations to process: 1134
% 97.73/97.93  Current number of ordered equations: 0
% 97.73/97.93  Current number of rules: 610
% 97.73/97.93  New rule produced :
% 97.73/97.93  [790]
% 97.73/97.93  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,
% 97.73/97.93                                                             implies(implies(E,F),
% 97.73/97.93                                                             implies(F,F)))),V_6),V_6))))
% 97.73/97.93  -> true
% 97.73/97.93  Current number of equations to process: 1136
% 97.73/97.93  Current number of ordered equations: 0
% 97.73/97.93  Current number of rules: 611
% 97.73/97.93  New rule produced :
% 97.73/97.93  [791]
% 97.73/97.93  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(C,
% 97.73/97.93                                                                   implies(
% 97.73/97.93                                                                   implies(D,E),
% 97.73/97.93                                                                   implies(E,E)))),F),
% 102.53/102.72                                         implies(V_6,F)),V_7),V_7))) -> true
% 102.53/102.72  Current number of equations to process: 1135
% 102.53/102.72  Current number of ordered equations: 0
% 102.53/102.72  Current number of rules: 612
% 102.53/102.72  New rule produced :
% 102.53/102.72  [792]
% 102.53/102.72  is_a_theorem(implies(implies(not(A),not(B)),implies(implies(A,C),implies(B,C))))
% 102.53/102.72  -> true
% 102.53/102.72  Current number of equations to process: 1143
% 102.53/102.72  Current number of ordered equations: 0
% 102.53/102.72  Current number of rules: 613
% 102.53/102.72  New rule produced :
% 102.53/102.72  [793]
% 102.53/102.72  is_a_theorem(implies(A,implies(B,implies(implies(not(C),not(D)),implies(
% 102.53/102.72                                                                  implies(C,E),
% 102.53/102.72                                                                  implies(D,E))))))
% 102.53/102.72  -> true
% 102.53/102.72  Current number of equations to process: 1146
% 102.53/102.72  Current number of ordered equations: 0
% 102.53/102.72  Current number of rules: 614
% 102.53/102.72  New rule produced :
% 102.53/102.72  [794] is_a_theorem(implies(implies(implies(A,implies(B,C)),B),B)) -> true
% 102.53/102.72  Current number of equations to process: 1146
% 102.53/102.72  Current number of ordered equations: 0
% 102.53/102.72  Current number of rules: 615
% 102.53/102.72  New rule produced :
% 102.53/102.72  [795]
% 102.53/102.72  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(B,implies(C,D)),C),C)),E)),true,
% 102.53/102.72  is_a_theorem(E),true) -> true
% 102.53/102.72  Current number of equations to process: 1146
% 102.53/102.72  Current number of ordered equations: 0
% 102.53/102.72  Current number of rules: 616
% 102.53/102.72  New rule produced :
% 102.53/102.72  [796]
% 102.53/102.72  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,implies(C,D)),C),C)),E),
% 102.53/102.72               implies(F,E))) -> true
% 102.53/102.72  Current number of equations to process: 1146
% 102.53/102.72  Current number of ordered equations: 0
% 102.53/102.72  Current number of rules: 617
% 102.53/102.72  New rule produced :
% 102.53/102.72  [797]
% 102.53/102.72  ifeq(is_a_theorem(implies(A,implies(B,implies(A,C)))),true,is_a_theorem(
% 102.53/102.72                                                             implies(D,
% 102.53/102.72                                                             implies(B,
% 102.53/102.72                                                             implies(A,C)))),true)
% 102.53/102.72  -> true
% 102.53/102.72  Current number of equations to process: 1148
% 102.53/102.72  Current number of ordered equations: 0
% 102.53/102.72  Current number of rules: 618
% 102.53/102.72  New rule produced :
% 102.53/102.72  [798]
% 102.53/102.72  is_a_theorem(implies(A,implies(implies(B,implies(C,implies(B,D))),implies(C,
% 102.53/102.72                                                                    implies(B,D)))))
% 102.53/102.72  -> true
% 102.53/102.72  Current number of equations to process: 1149
% 102.53/102.72  Current number of ordered equations: 0
% 102.53/102.72  Current number of rules: 619
% 102.53/102.72  New rule produced :
% 102.53/102.72  [799]
% 102.53/102.72  is_a_theorem(implies(implies(implies(A,implies(implies(not(B),not(C)),
% 102.53/102.72                                         implies(implies(B,D),implies(C,D)))),E),
% 102.53/102.72               implies(F,E))) -> true
% 102.53/102.72  Current number of equations to process: 1148
% 102.53/102.72  Current number of ordered equations: 0
% 102.53/102.72  Current number of rules: 620
% 102.53/102.72  New rule produced :
% 102.53/102.72  [800]
% 102.53/102.72  is_a_theorem(implies(implies(implies(implies(A,implies(B,implies(A,C))),
% 102.53/102.72                               implies(D,implies(B,implies(A,C)))),E),implies(F,E)))
% 102.53/102.72  -> true
% 102.53/102.72  Current number of equations to process: 1147
% 102.53/102.72  Current number of ordered equations: 0
% 102.53/102.72  Current number of rules: 621
% 102.53/102.72  New rule produced :
% 102.53/102.72  [801]
% 102.53/102.72  ifeq(is_a_theorem(implies(implies(A,implies(implies(not(B),not(C)),implies(
% 102.53/102.72                                                                     implies(B,D),
% 102.53/102.72                                                                     implies(C,D)))),E)),true,
% 102.53/102.72  is_a_theorem(E),true) -> true
% 102.53/102.72  Current number of equations to process: 1146
% 102.53/102.72  Current number of ordered equations: 0
% 102.53/102.72  Current number of rules: 622
% 102.53/102.72  New rule produced :
% 102.53/102.72  [802]
% 102.53/102.72  ifeq(is_a_theorem(implies(implies(implies(A,implies(B,implies(A,C))),
% 102.53/102.72                            implies(D,implies(B,implies(A,C)))),E)),true,
% 102.53/102.72  is_a_theorem(E),true) -> true
% 102.53/102.72  Current number of equations to process: 1145
% 102.53/102.72  Current number of ordered equations: 0
% 102.53/102.72  Current number of rules: 623
% 102.53/102.72  New rule produced :
% 102.53/102.72  [803]
% 102.53/102.72  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(implies(
% 102.53/102.72                                                                     implies(D,
% 102.53/102.72                                                                     implies(E,F)),E),
% 102.53/102.72                                                             implies(V_6,E)),V_7),
% 102.53/102.72                                             implies(V_8,V_7)))))) -> true
% 118.52/118.74  Current number of equations to process: 1149
% 118.52/118.74  Current number of ordered equations: 0
% 118.52/118.74  Current number of rules: 624
% 118.52/118.74  New rule produced :
% 118.52/118.74  [804]
% 118.52/118.74  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(D,implies(E,
% 118.52/118.74                                                               implies(D,F))),
% 118.52/118.74                                             implies(V_6,implies(E,implies(D,F))))))))
% 118.52/118.74  -> true
% 118.52/118.74  Current number of equations to process: 1149
% 118.52/118.74  Current number of ordered equations: 0
% 118.52/118.74  Current number of rules: 625
% 118.52/118.74  New rule produced :
% 118.52/118.74  [805]
% 118.52/118.74  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(C,implies(D,
% 118.52/118.74                                                                     implies(C,E))),
% 118.52/118.74                                                   implies(F,implies(D,
% 118.52/118.74                                                             implies(C,E))))),V_6),V_6)))
% 118.52/118.74  -> true
% 118.52/118.74  Current number of equations to process: 1157
% 118.52/118.74  Current number of ordered equations: 0
% 118.52/118.74  Current number of rules: 626
% 118.52/118.74  New rule produced :
% 118.52/118.74  [806]
% 118.52/118.74  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(implies(C,
% 118.52/118.74                                                                   implies(D,E)),D),
% 118.52/118.74                                                   implies(F,D)),V_6),V_6))))
% 118.52/118.74  -> true
% 118.52/118.74  Current number of equations to process: 1166
% 118.52/118.74  Current number of ordered equations: 0
% 118.52/118.74  Current number of rules: 627
% 118.52/118.74  New rule produced :
% 118.52/118.74  [807]
% 118.52/118.74  is_a_theorem(implies(A,implies(implies(implies(implies(implies(implies(
% 118.52/118.74                                                                 implies(B,
% 118.52/118.74                                                                 implies(C,D)),C),
% 118.52/118.74                                                         implies(E,C)),F),
% 118.52/118.74                                         implies(V_6,F)),V_7),V_7))) -> true
% 118.52/118.74  Current number of equations to process: 1165
% 118.52/118.74  Current number of ordered equations: 0
% 118.52/118.74  Current number of rules: 628
% 118.52/118.74  New rule produced :
% 118.52/118.74  [808]
% 118.52/118.74  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,
% 118.52/118.74                                                             implies(implies(
% 118.52/118.74                                                                     implies(E,
% 118.52/118.74                                                                     implies(F,V_6)),F),
% 118.52/118.74                                                             implies(V_7,F))))),V_8),V_8)))
% 118.52/118.74  -> true
% 118.52/118.74  Current number of equations to process: 1172
% 118.52/118.74  Current number of ordered equations: 0
% 118.52/118.74  Current number of rules: 629
% 118.52/118.74  New rule produced :
% 118.52/118.74  [809]
% 118.52/118.74  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 118.52/118.74                                                             implies(E,F)),E),E)))))
% 118.52/118.74  -> true
% 118.52/118.74  Current number of equations to process: 1178
% 118.52/118.74  Current number of ordered equations: 0
% 118.52/118.74  Current number of rules: 630
% 118.52/118.74  New rule produced :
% 118.52/118.74  [810]
% 118.52/118.74  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 118.52/118.74                                                             implies(implies(E,D),
% 118.52/118.74                                                             implies(F,D))),V_6),V_6)))))
% 118.52/118.74  -> true
% 118.52/118.74  Current number of equations to process: 1182
% 118.52/118.74  Current number of ordered equations: 0
% 118.52/118.74  Current number of rules: 631
% 118.52/118.74  New rule produced :
% 118.52/118.74  [811]
% 118.52/118.74  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(
% 118.52/118.74                                                                   implies(C,B),
% 118.52/118.74                                                                   implies(D,B))),E),E),F),
% 118.52/118.74                         implies(V_6,F)))) -> true
% 118.52/118.74  Current number of equations to process: 1181
% 118.52/118.74  Current number of ordered equations: 0
% 118.52/118.74  Current number of rules: 632
% 118.52/118.74  New rule produced :
% 118.52/118.74  [812]
% 118.52/118.74  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(implies(C,
% 118.52/118.74                                                                   implies(
% 118.52/118.74                                                                   implies(D,C),
% 118.52/118.74                                                                   implies(E,C))),F),F))),V_6),
% 118.52/118.74               implies(V_7,V_6))) -> true
% 118.52/118.74  Current number of equations to process: 1180
% 118.52/118.74  Current number of ordered equations: 0
% 118.52/118.74  Current number of rules: 633
% 118.52/118.74  New rule produced :
% 118.52/118.74  [813]
% 118.52/118.74  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(implies(implies(C,
% 118.74/119.01                                                                implies(
% 118.74/119.01                                                                implies(D,C),
% 118.74/119.01                                                                implies(E,C))),F),F))),V_6)),true,
% 118.74/119.01  is_a_theorem(V_6),true) -> true
% 118.74/119.01  Current number of equations to process: 1179
% 118.74/119.01  Current number of ordered equations: 0
% 118.74/119.01  Current number of rules: 634
% 118.74/119.01  New rule produced :
% 118.74/119.01  [814]
% 118.74/119.01  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,implies(
% 118.74/119.01                                                                   implies(
% 118.74/119.01                                                                   implies(C,C),D),
% 118.74/119.01                                                                   implies(E,D))),F),
% 118.74/119.01                                         implies(V_6,F))),V_7),implies(V_8,V_7)))
% 118.74/119.01  -> true
% 118.74/119.01  Current number of equations to process: 1182
% 118.74/119.01  Current number of ordered equations: 0
% 118.74/119.01  Current number of rules: 635
% 118.74/119.01  New rule produced :
% 118.74/119.01  [815]
% 118.74/119.01  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(
% 118.74/119.01                                                                   implies(
% 118.74/119.01                                                                   implies(C,C),D),
% 118.74/119.01                                                                   implies(E,D))),F),
% 118.74/119.01                                         implies(V_6,F)),V_7),implies(V_8,V_7))))
% 118.74/119.01  -> true
% 118.74/119.01  Current number of equations to process: 1181
% 118.74/119.01  Current number of ordered equations: 0
% 118.74/119.01  Current number of rules: 636
% 118.74/119.01  New rule produced :
% 118.74/119.01  [816]
% 118.74/119.01  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,implies(
% 118.74/119.01                                                                   implies(
% 118.74/119.01                                                                   implies(C,C),D),
% 118.74/119.01                                                                   implies(E,D)))),F),
% 118.74/119.01                               implies(V_6,F)),V_7),implies(V_8,V_7))) -> true
% 118.74/119.01  Current number of equations to process: 1180
% 118.74/119.01  Current number of ordered equations: 0
% 118.74/119.01  Current number of rules: 637
% 118.74/119.01  New rule produced :
% 118.74/119.01  [817]
% 118.74/119.01  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,implies(C,
% 118.74/119.01                                                                   implies(
% 118.74/119.01                                                                   implies(D,E),
% 118.74/119.01                                                                   implies(E,E)))),F),
% 118.74/119.01                                         implies(V_6,F))),V_7),implies(V_8,V_7)))
% 118.74/119.01  -> true
% 118.74/119.01  Current number of equations to process: 1179
% 118.74/119.01  Current number of ordered equations: 0
% 118.74/119.01  Current number of rules: 638
% 118.74/119.01  New rule produced :
% 118.74/119.01  [818]
% 118.74/119.01  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,
% 118.74/119.01                                                             implies(E,
% 118.74/119.01                                                             implies(F,
% 118.74/119.01                                                             implies(implies(V_6,V_7),
% 118.74/119.01                                                             implies(V_7,V_7)))))),V_8),
% 118.74/119.01                                   implies(V_9,V_8))))) -> true
% 118.74/119.01  Current number of equations to process: 1178
% 118.74/119.01  Current number of ordered equations: 0
% 118.74/119.01  Current number of rules: 639
% 118.74/119.01  New rule produced :
% 118.74/119.01  [819]
% 118.74/119.01  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(C,
% 118.74/119.01                                                                   implies(
% 118.74/119.01                                                                   implies(D,E),
% 118.74/119.01                                                                   implies(E,E)))),F),
% 118.74/119.01                                         implies(V_6,F)),V_7),implies(V_8,V_7))))
% 118.74/119.01  -> true
% 118.74/119.01  Current number of equations to process: 1177
% 118.74/119.01  Current number of ordered equations: 0
% 118.74/119.01  Current number of rules: 640
% 118.74/119.01  New rule produced :
% 118.74/119.01  [820]
% 118.74/119.01  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(C,
% 118.74/119.01                                                                   implies(
% 118.74/119.01                                                                   implies(D,E),
% 118.74/119.01                                                                   implies(E,E))),F),
% 118.74/119.01                                                   implies(V_6,F))),V_7),
% 119.01/119.21                         implies(V_8,V_7)))) -> true
% 119.01/119.21  Current number of equations to process: 1176
% 119.01/119.21  Current number of ordered equations: 0
% 119.01/119.21  Current number of rules: 641
% 119.01/119.21  New rule produced :
% 119.01/119.21  [821]
% 119.01/119.21  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(
% 119.01/119.21                                                               implies(E,
% 119.01/119.21                                                               implies(
% 119.01/119.21                                                               implies(
% 119.01/119.21                                                               implies(F,F),V_6),
% 119.01/119.21                                                               implies(V_7,V_6))),V_8),
% 119.01/119.21                                                       implies(V_9,V_8)))))))
% 119.01/119.21  -> true
% 119.01/119.21  Current number of equations to process: 1175
% 119.01/119.21  Current number of ordered equations: 0
% 119.01/119.21  Current number of rules: 642
% 119.01/119.21  New rule produced :
% 119.01/119.21  [822]
% 119.01/119.21  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(
% 119.01/119.21                                                               implies(E,
% 119.01/119.21                                                               implies(F,
% 119.01/119.21                                                               implies(
% 119.01/119.21                                                               implies(V_6,V_7),
% 119.01/119.21                                                               implies(V_7,V_7)))),V_8),
% 119.01/119.21                                                       implies(V_9,V_8)))))))
% 119.01/119.21  -> true
% 119.01/119.21  Current number of equations to process: 1172
% 119.01/119.21  Current number of ordered equations: 0
% 119.01/119.21  Current number of rules: 643
% 119.01/119.21  New rule produced :
% 119.01/119.21  [823]
% 119.01/119.21  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(
% 119.01/119.21                                                                 implies(
% 119.01/119.21                                                                 implies(F,
% 119.01/119.21                                                                 implies(
% 119.01/119.21                                                                 implies(V_6,V_7),
% 119.01/119.21                                                                 implies(V_7,V_7))),V_8),
% 119.01/119.21                                                                 implies(V_9,V_8))))))))
% 119.01/119.21  -> true
% 119.01/119.21  Current number of equations to process: 1170
% 119.01/119.21  Current number of ordered equations: 0
% 119.01/119.21  Current number of rules: 644
% 119.01/119.21  New rule produced :
% 119.01/119.21  [824]
% 119.01/119.21  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(D,
% 119.01/119.21                                                             implies(E,
% 119.01/119.21                                                             implies(F,
% 119.01/119.21                                                             implies(implies(V_6,V_7),
% 119.01/119.21                                                             implies(V_7,V_7)))))))),V_8),
% 119.01/119.21               implies(V_9,V_8))) -> true
% 119.01/119.21  Current number of equations to process: 1169
% 119.01/119.21  Current number of ordered equations: 0
% 119.01/119.21  Current number of rules: 645
% 119.01/119.21  New rule produced :
% 119.01/119.21  [825]
% 119.01/119.21  is_a_theorem(implies(A,implies(implies(implies(implies(implies(implies(
% 119.01/119.21                                                                 implies(B,
% 119.01/119.21                                                                 implies(C,D)),C),
% 119.01/119.21                                                         implies(E,C)),F),
% 119.01/119.21                                         implies(V_6,F)),V_7),implies(V_8,V_7))))
% 119.01/119.21  -> true
% 119.01/119.21  Current number of equations to process: 1168
% 119.01/119.21  Current number of ordered equations: 0
% 119.01/119.21  Current number of rules: 646
% 119.01/119.21  New rule produced :
% 119.01/119.21  [826]
% 119.01/119.21  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(C,implies(D,
% 119.01/119.21                                                                     implies(C,E))),
% 119.01/119.21                                                   implies(F,implies(D,
% 119.01/119.21                                                             implies(C,E))))),V_6),
% 119.01/119.21                         implies(V_7,V_6)))) -> true
% 119.01/119.21  Current number of equations to process: 1167
% 119.01/119.21  Current number of ordered equations: 0
% 119.01/119.21  Current number of rules: 647
% 119.01/119.21  New rule produced :
% 119.01/119.21  [827]
% 119.01/119.21  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(
% 119.01/119.21                                                               implies(
% 119.01/119.21                                                               implies(
% 119.01/119.21                                                               implies(E,
% 128.83/129.01                                                               implies(F,V_6)),F),
% 128.83/129.01                                                               implies(V_7,F)),V_8),
% 128.83/129.01                                                       implies(V_9,V_8)))))))
% 128.83/129.01  -> true
% 128.83/129.01  Current number of equations to process: 1166
% 128.83/129.01  Current number of ordered equations: 0
% 128.83/129.01  Current number of rules: 648
% 128.83/129.01  New rule produced :
% 128.83/129.01  [828]
% 128.83/129.01  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,
% 128.83/129.01                                                             implies(implies(
% 128.83/129.01                                                                     implies(E,
% 128.83/129.01                                                                     implies(F,V_6)),F),
% 128.83/129.01                                                             implies(V_7,F))))),V_8),
% 128.83/129.01                         implies(V_9,V_8)))) -> true
% 128.83/129.01  Current number of equations to process: 1164
% 128.83/129.01  Current number of ordered equations: 0
% 128.83/129.01  Current number of rules: 649
% 128.83/129.01  New rule produced :
% 128.83/129.01  [829]
% 128.83/129.01  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(implies(
% 128.83/129.01                                                                     implies(D,
% 128.83/129.01                                                                     implies(
% 128.83/129.01                                                                     implies(E,F),
% 128.83/129.01                                                                     implies(F,F))),V_6),
% 128.83/129.01                                                             implies(V_7,V_6)))),V_8),V_8)))
% 128.83/129.01  -> true
% 128.83/129.01  Current number of equations to process: 1168
% 128.83/129.01  Current number of ordered equations: 0
% 128.83/129.01  Current number of rules: 650
% 128.83/129.01  New rule produced :
% 128.83/129.01  [830]
% 128.83/129.01  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(
% 128.83/129.01                                                                   implies(
% 128.83/129.01                                                                   implies(C,
% 128.83/129.01                                                                   implies(D,E)),D),
% 128.83/129.01                                                                   implies(F,D)),V_6),
% 128.83/129.01                                                   implies(V_7,V_6))),V_8),V_8)))
% 128.83/129.01  -> true
% 128.83/129.01  Current number of equations to process: 1180
% 128.83/129.01  Current number of ordered equations: 0
% 128.83/129.01  Current number of rules: 651
% 128.83/129.01  New rule produced :
% 128.83/129.01  [831]
% 128.83/129.01  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,
% 128.83/129.01                                                             implies(E,
% 128.83/129.01                                                             implies(implies(
% 128.83/129.01                                                                     implies(F,
% 128.83/129.01                                                                     implies(V_6,V_7)),V_6),
% 128.83/129.01                                                             implies(V_8,V_6)))))),V_9),V_9)))
% 128.83/129.01  -> true
% 128.83/129.01  Current number of equations to process: 1193
% 128.83/129.01  Current number of ordered equations: 0
% 128.83/129.01  Current number of rules: 652
% 128.83/129.01  New rule produced :
% 128.83/129.01  [832]
% 128.83/129.01  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(F,
% 128.83/129.01                                                                 implies(V_6,
% 128.83/129.01                                                                 implies(
% 128.83/129.01                                                                 implies(
% 128.83/129.01                                                                 implies(V_7,
% 128.83/129.01                                                                 implies(V_8,V_9)),V_8),
% 128.83/129.01                                                                 implies(V_10,V_8))))))))))
% 128.83/129.01  -> true
% 128.83/129.01  Current number of equations to process: 1206
% 128.83/129.01  Current number of ordered equations: 0
% 128.83/129.01  Current number of rules: 653
% 128.83/129.01  New rule produced :
% 128.83/129.01  [833]
% 128.83/129.01  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,implies(C,C)),D),
% 128.83/129.01                                         implies(E,D))),F),implies(V_6,F))) ->
% 128.83/129.01  true
% 128.83/129.01  Rule
% 128.83/129.01  [350]
% 128.83/129.01  is_a_theorem(implies(implies(implies(A,implies(implies(implies(implies(B,C),
% 128.83/129.01                                                         implies(C,C)),D),
% 128.83/129.01                                         implies(E,D))),F),implies(V_6,F))) ->
% 128.83/129.01  true collapsed.
% 128.83/129.01  Current number of equations to process: 1212
% 128.83/129.01  Current number of ordered equations: 0
% 133.24/133.44  Current number of rules: 653
% 133.24/133.44  New rule produced :
% 133.24/133.44  [834]
% 133.24/133.44  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(B,implies(C,C)),D),
% 133.24/133.44                                      implies(E,D))),F)),true,is_a_theorem(F),true)
% 133.24/133.44  -> true
% 133.24/133.44  Rule
% 133.24/133.44  [353]
% 133.24/133.44  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(implies(B,C),
% 133.24/133.44                                                      implies(C,C)),D),
% 133.24/133.44                                      implies(E,D))),F)),true,is_a_theorem(F),true)
% 133.24/133.44  -> true collapsed.
% 133.24/133.44  Current number of equations to process: 1212
% 133.24/133.44  Current number of ordered equations: 0
% 133.24/133.44  Current number of rules: 653
% 133.24/133.44  New rule produced :
% 133.24/133.44  [835]
% 133.24/133.44  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(C,C)),D),
% 133.24/133.44                                         implies(E,D)),F),implies(V_6,F)))) ->
% 133.24/133.44  true
% 133.24/133.44  Rule
% 133.24/133.44  [471]
% 133.24/133.44  is_a_theorem(implies(A,implies(implies(implies(implies(implies(implies(B,C),
% 133.24/133.44                                                         implies(C,C)),D),
% 133.24/133.44                                         implies(E,D)),F),implies(V_6,F)))) ->
% 133.24/133.44  true collapsed.
% 133.24/133.44  Current number of equations to process: 1213
% 133.24/133.44  Current number of ordered equations: 0
% 133.24/133.44  Current number of rules: 653
% 133.24/133.44  New rule produced :
% 133.24/133.44  [836]
% 133.24/133.44  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 133.24/133.44                                                             implies(E,E)),F),
% 133.24/133.44                                             implies(V_6,F)))))) -> true
% 133.24/133.44  Rule
% 133.24/133.44  [472]
% 133.24/133.44  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(implies(D,E),
% 133.24/133.44                                                             implies(E,E)),F),
% 133.24/133.44                                             implies(V_6,F)))))) -> true
% 133.24/133.44  collapsed.
% 133.24/133.44  Current number of equations to process: 1214
% 133.24/133.44  Current number of ordered equations: 0
% 133.24/133.44  Current number of rules: 653
% 133.24/133.44  New rule produced :
% 133.24/133.44  [837]
% 133.24/133.44  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(implies(C,
% 133.24/133.44                                                                   implies(D,D)),E),
% 133.24/133.44                                                   implies(F,E)))),V_6),
% 133.24/133.44               implies(V_7,V_6))) -> true
% 133.24/133.44  Rule
% 133.24/133.44  [473]
% 133.24/133.44  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(implies(
% 133.24/133.44                                                                   implies(C,D),
% 133.24/133.44                                                                   implies(D,D)),E),
% 133.24/133.44                                                   implies(F,E)))),V_6),
% 133.24/133.44               implies(V_7,V_6))) -> true collapsed.
% 133.24/133.44  Current number of equations to process: 1213
% 133.24/133.44  Current number of ordered equations: 0
% 133.24/133.44  Current number of rules: 653
% 133.24/133.44  New rule produced :
% 133.24/133.44  [838]
% 133.24/133.44  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(
% 133.24/133.44                                                               implies(E,
% 133.24/133.44                                                               implies(F,F)),V_6),
% 133.24/133.44                                                       implies(V_7,V_6)))))))
% 133.24/133.44  -> true
% 133.24/133.44  Rule
% 133.24/133.44  [475]
% 133.24/133.44  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(
% 133.24/133.44                                                               implies(
% 133.24/133.44                                                               implies(E,F),
% 133.24/133.44                                                               implies(F,F)),V_6),
% 133.24/133.44                                                       implies(V_7,V_6)))))))
% 133.24/133.44  -> true collapsed.
% 133.24/133.44  Current number of equations to process: 1213
% 133.24/133.44  Current number of ordered equations: 0
% 133.24/133.44  Current number of rules: 653
% 133.24/133.44  New rule produced :
% 133.24/133.44  [839]
% 133.24/133.44  ifeq(is_a_theorem(implies(implies(implies(implies(A,implies(B,B)),C),
% 133.24/133.44                            implies(D,C)),E)),true,is_a_theorem(implies(F,E)),true)
% 133.24/133.44  -> true
% 133.24/133.44  Current number of equations to process: 1215
% 133.24/133.44  Current number of ordered equations: 0
% 133.24/133.44  Current number of rules: 654
% 133.24/133.44  New rule produced :
% 133.24/133.44  [840]
% 133.24/133.44  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(implies(C,
% 133.24/133.44                                                                   implies(D,D)),E),
% 133.24/133.44                                                   implies(F,E)),V_6),implies(V_7,V_6)))))
% 133.24/133.44  -> true
% 133.24/133.44  Rule
% 133.24/133.44  [722]
% 133.24/133.44  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(implies(
% 133.24/133.44                                                                   implies(C,D),
% 134.95/135.19                                                                   implies(D,D)),E),
% 134.95/135.19                                                   implies(F,E)),V_6),implies(V_7,V_6)))))
% 134.95/135.19  -> true collapsed.
% 134.95/135.19  Current number of equations to process: 1214
% 134.95/135.19  Current number of ordered equations: 0
% 134.95/135.19  Current number of rules: 654
% 134.95/135.19  New rule produced :
% 134.95/135.19  [841]
% 134.95/135.19  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(F,
% 134.95/135.19                                                                 implies(V_6,V_6))))))))
% 134.95/135.19  -> true
% 134.95/135.19  Rule
% 134.95/135.19  [510]
% 134.95/135.19  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(
% 134.95/135.19                                                                 implies(F,V_6),
% 134.95/135.19                                                                 implies(V_6,V_6))))))))
% 134.95/135.19  -> true collapsed.
% 134.95/135.19  Rule
% 134.95/135.19  [700]
% 134.95/135.19  is_a_theorem(implies(A,implies(B,implies(implies(C,implies(D,implies(E,
% 134.95/135.19                                                               implies(F,F)))),
% 134.95/135.19                                   implies(V_6,implies(D,implies(E,implies(F,F))))))))
% 134.95/135.19  -> true collapsed.
% 134.95/135.19  Rule
% 134.95/135.19  [760]
% 134.95/135.19  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(E,
% 134.95/135.19                                                               implies(F,F)),
% 134.95/135.19                                                       implies(V_6,implies(F,F))))))))
% 134.95/135.19  -> true collapsed.
% 134.95/135.19  Current number of equations to process: 1216
% 134.95/135.19  Current number of ordered equations: 0
% 134.95/135.19  Current number of rules: 652
% 134.95/135.19  New rule produced :
% 134.95/135.19  [842]
% 134.95/135.19  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(C,C)),D),
% 134.95/135.19                                         implies(E,D)),F),F))) -> true
% 134.95/135.19  Current number of equations to process: 1217
% 134.95/135.19  Current number of ordered equations: 0
% 134.95/135.19  Current number of rules: 653
% 134.95/135.19  New rule produced :
% 134.95/135.19  [843]
% 134.95/135.19  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,D)),E),E))))
% 134.95/135.19  -> true
% 134.95/135.19  Current number of equations to process: 1217
% 134.95/135.19  Current number of ordered equations: 0
% 134.95/135.19  Current number of rules: 654
% 134.95/135.19  New rule produced :
% 134.95/135.19  [844]
% 134.95/135.19  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(implies(implies(C,
% 134.95/135.19                                                                implies(D,D)),E),
% 134.95/135.19                                                implies(F,E)))),V_6)),true,
% 134.95/135.19  is_a_theorem(V_6),true) -> true
% 134.95/135.19  Rule
% 134.95/135.19  [476]
% 134.95/135.19  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(implies(implies(
% 134.95/135.19                                                                implies(C,D),
% 134.95/135.19                                                                implies(D,D)),E),
% 134.95/135.19                                                implies(F,E)))),V_6)),true,
% 134.95/135.19  is_a_theorem(V_6),true) -> true collapsed.
% 134.95/135.19  Current number of equations to process: 1215
% 134.95/135.19  Current number of ordered equations: 0
% 134.95/135.19  Current number of rules: 654
% 134.95/135.19  New rule produced :
% 134.95/135.19  [845]
% 134.95/135.19  is_a_theorem(implies(implies(implies(implies(not(implies(A,B)),implies(A,B)),
% 134.95/135.19                               implies(A,B)),C),implies(D,C))) -> true
% 134.95/135.19  Current number of equations to process: 1215
% 134.95/135.19  Current number of ordered equations: 0
% 134.95/135.19  Current number of rules: 655
% 134.95/135.19  New rule produced :
% 134.95/135.19  [846]
% 134.95/135.19  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(not(
% 134.95/135.19                                                                   implies(C,D)),
% 134.95/135.19                                                           implies(C,D)),
% 134.95/135.19                                                   implies(C,D)),E),implies(F,E)))))
% 134.95/135.19  -> true
% 134.95/135.19  Current number of equations to process: 1218
% 134.95/135.19  Current number of ordered equations: 0
% 134.95/135.19  Current number of rules: 656
% 134.95/135.19  New rule produced :
% 134.95/135.19  [847]
% 134.95/135.19  ifeq(is_a_theorem(implies(not(implies(A,B)),implies(A,B))),true,is_a_theorem(
% 134.95/135.19                                                                  implies(A,B)),true)
% 134.95/135.19  -> true
% 134.95/135.19  Current number of equations to process: 1219
% 134.95/135.19  Current number of ordered equations: 0
% 134.95/135.19  Current number of rules: 657
% 134.95/135.19  New rule produced :
% 134.95/135.19  [848]
% 134.95/135.19  ifeq(is_a_theorem(implies(implies(implies(not(implies(A,B)),implies(A,B)),
% 134.95/135.19                            implies(A,B)),C)),true,is_a_theorem(C),true) ->
% 134.95/135.19  true
% 134.95/135.19  Current number of equations to process: 1220
% 134.95/135.19  Current number of ordered equations: 0
% 134.95/135.19  Current number of rules: 658
% 134.95/135.19  New rule produced :
% 134.95/135.19  [849]
% 134.95/135.19  is_a_theorem(implies(implies(implies(implies(implies(A,implies(implies(A,B),
% 139.22/139.45                                                         implies(C,B))),D),D),E),
% 139.22/139.45               implies(F,E))) -> true
% 139.22/139.45  Current number of equations to process: 1220
% 139.22/139.45  Current number of ordered equations: 0
% 139.22/139.45  Current number of rules: 659
% 139.22/139.45  New rule produced :
% 139.22/139.45  [850]
% 139.22/139.45  ifeq(is_a_theorem(implies(implies(implies(implies(A,implies(implies(A,B),
% 139.22/139.45                                                      implies(C,B))),D),D),E)),true,
% 139.22/139.45  is_a_theorem(E),true) -> true
% 139.22/139.45  Current number of equations to process: 1219
% 139.22/139.45  Current number of ordered equations: 0
% 139.22/139.45  Current number of rules: 660
% 139.22/139.45  New rule produced :
% 139.22/139.45  [851]
% 139.22/139.45  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(not(
% 139.22/139.45                                                                   implies(C,D)),
% 139.22/139.45                                                           implies(C,D)),
% 139.22/139.45                                                   implies(C,D))),E),implies(F,E))))
% 139.22/139.45  -> true
% 139.22/139.45  Current number of equations to process: 1220
% 139.22/139.45  Current number of ordered equations: 0
% 139.22/139.45  Current number of rules: 661
% 139.22/139.45  New rule produced :
% 139.22/139.45  [852]
% 139.22/139.45  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(not(
% 139.22/139.45                                                                   implies(C,D)),
% 139.22/139.45                                                           implies(C,D)),
% 139.22/139.45                                                   implies(C,D))),E),E))) ->
% 139.22/139.45  true
% 139.22/139.45  Current number of equations to process: 1226
% 139.22/139.45  Current number of ordered equations: 0
% 139.22/139.45  Current number of rules: 662
% 139.22/139.45  New rule produced :
% 139.22/139.45  [853]
% 139.22/139.45  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(implies(C,D),
% 139.22/139.45                                                             implies(E,D))))),F),F))
% 139.22/139.45  -> true
% 139.22/139.45  Current number of equations to process: 1226
% 139.22/139.45  Current number of ordered equations: 0
% 139.22/139.45  Current number of rules: 663
% 139.22/139.45  New rule produced :
% 139.22/139.45  [854]
% 139.22/139.45  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(implies(C,D),C),
% 139.22/139.45                                                   implies(E,C)))),F),F)) ->
% 139.22/139.45  true
% 139.22/139.45  Current number of equations to process: 1229
% 139.22/139.45  Current number of ordered equations: 0
% 139.22/139.45  Current number of rules: 664
% 139.22/139.45  New rule produced :
% 139.22/139.45  [855]
% 139.22/139.45  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(implies(D,C),
% 139.22/139.45                                                             implies(E,C))))),F),F))
% 139.22/139.45  -> true
% 139.22/139.45  Current number of equations to process: 1232
% 139.22/139.45  Current number of ordered equations: 0
% 139.22/139.45  Current number of rules: 665
% 139.22/139.45  New rule produced :
% 139.22/139.45  [856]
% 139.22/139.45  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,implies(C,D)),C),
% 139.22/139.45                                         implies(E,C))),F),F)) -> true
% 139.22/139.45  Current number of equations to process: 1235
% 139.22/139.45  Current number of ordered equations: 0
% 139.22/139.45  Current number of rules: 666
% 139.22/139.45  New rule produced :
% 139.22/139.45  [857] is_a_theorem(implies(implies(A,implies(A,B)),implies(A,B))) -> true
% 139.22/139.45  Current number of equations to process: 1238
% 139.22/139.45  Current number of ordered equations: 0
% 139.22/139.45  Current number of rules: 667
% 139.22/139.45  New rule produced :
% 139.22/139.45  [858]
% 139.22/139.45  ifeq(is_a_theorem(implies(implies(A,implies(implies(B,implies(B,C)),implies(B,C))),D)),true,
% 139.22/139.45  is_a_theorem(D),true) -> true
% 139.22/139.45  Current number of equations to process: 1238
% 139.22/139.45  Current number of ordered equations: 0
% 139.22/139.45  Current number of rules: 668
% 139.22/139.45  New rule produced :
% 139.22/139.45  [859]
% 139.22/139.45  is_a_theorem(implies(implies(implies(A,implies(implies(B,implies(B,C)),
% 139.22/139.45                                         implies(B,C))),D),implies(E,D))) ->
% 139.22/139.45  true
% 139.22/139.45  Current number of equations to process: 1238
% 139.22/139.45  Current number of ordered equations: 0
% 139.22/139.45  Current number of rules: 669
% 139.22/139.45  New rule produced :
% 139.22/139.45  [860]
% 139.22/139.45  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,B))),D),D)) ->
% 139.22/139.45  true
% 139.22/139.45  Current number of equations to process: 1239
% 139.22/139.45  Current number of ordered equations: 0
% 139.22/139.45  Current number of rules: 670
% 139.22/139.45  New rule produced :
% 139.22/139.45  [861]
% 139.22/139.45  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,implies(C,
% 139.22/139.45                                                                   implies(D,C))),E),E)),F),
% 139.22/139.45               implies(V_6,F))) -> true
% 139.22/139.45  Current number of equations to process: 1241
% 139.22/139.45  Current number of ordered equations: 0
% 139.22/139.45  Current number of rules: 671
% 139.22/139.45  New rule produced :
% 139.22/139.45  [862]
% 139.22/139.45  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(B,implies(C,
% 143.35/143.52                                                                implies(D,C))),E),E)),F)),true,
% 143.35/143.52  is_a_theorem(F),true) -> true
% 143.35/143.52  Current number of equations to process: 1240
% 143.35/143.52  Current number of ordered equations: 0
% 143.35/143.52  Current number of rules: 672
% 143.35/143.52  New rule produced :
% 143.35/143.52  [863]
% 143.35/143.52  is_a_theorem(implies(implies(implies(A,implies(implies(B,implies(B,C)),
% 143.35/143.52                                         implies(D,implies(B,C)))),E),E)) ->
% 143.35/143.52  true
% 143.35/143.52  Current number of equations to process: 1240
% 143.35/143.52  Current number of ordered equations: 0
% 143.35/143.52  Current number of rules: 673
% 143.35/143.52  New rule produced :
% 143.35/143.52  [864] is_a_theorem(implies(implies(implies(A,A),B),B)) -> true
% 143.35/143.52  Current number of equations to process: 1243
% 143.35/143.52  Current number of ordered equations: 0
% 143.35/143.52  Current number of rules: 674
% 143.35/143.52  New rule produced :
% 143.35/143.52  [865]
% 143.35/143.52  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(B,B),C),C)),D)),true,
% 143.35/143.52  is_a_theorem(D),true) -> true
% 143.35/143.52  Current number of equations to process: 1243
% 143.35/143.52  Current number of ordered equations: 0
% 143.35/143.52  Current number of rules: 675
% 143.35/143.52  New rule produced :
% 143.35/143.52  [866]
% 143.35/143.52  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,B),C),C)),D),
% 143.35/143.52               implies(E,D))) -> true
% 143.35/143.52  Current number of equations to process: 1243
% 143.35/143.52  Current number of ordered equations: 0
% 143.35/143.52  Current number of rules: 676
% 143.35/143.52  New rule produced :
% 143.35/143.52  [867]
% 143.35/143.52  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,B),C),
% 143.35/143.52                                         implies(D,C))),E),E)) -> true
% 143.35/143.52  Current number of equations to process: 1244
% 143.35/143.52  Current number of ordered equations: 0
% 143.35/143.52  Current number of rules: 677
% 143.35/143.52  New rule produced :
% 143.35/143.52  [868]
% 143.35/143.52  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(C,D),
% 143.35/143.52                                                   implies(D,D)))),E),E)) ->
% 143.35/143.52  true
% 143.35/143.52  Current number of equations to process: 1247
% 143.35/143.52  Current number of ordered equations: 0
% 143.35/143.52  Current number of rules: 678
% 143.35/143.52  New rule produced :
% 143.35/143.52  [869]
% 143.35/143.52  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,C)),B),
% 143.35/143.52                               implies(D,B)),E),E)) -> true
% 143.35/143.52  Current number of equations to process: 1250
% 143.35/143.52  Current number of ordered equations: 0
% 143.35/143.52  Current number of rules: 679
% 143.35/143.52  New rule produced :
% 143.35/143.52  [870] is_a_theorem(implies(implies(implies(A,implies(B,B)),C),C)) -> true
% 143.35/143.52  Current number of equations to process: 1253
% 143.35/143.52  Current number of ordered equations: 0
% 143.35/143.52  Current number of rules: 680
% 143.35/143.52  New rule produced :
% 143.35/143.52  [871]
% 143.35/143.52  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(B,implies(C,C)),D),D)),E)),true,
% 143.35/143.52  is_a_theorem(E),true) -> true
% 143.35/143.52  Current number of equations to process: 1253
% 143.35/143.52  Current number of ordered equations: 0
% 143.35/143.52  Current number of rules: 681
% 143.35/143.52  New rule produced :
% 143.35/143.52  [872]
% 143.35/143.52  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,implies(C,C)),D),D)),E),
% 143.35/143.52               implies(F,E))) -> true
% 143.35/143.52  Current number of equations to process: 1253
% 143.35/143.52  Current number of ordered equations: 0
% 143.35/143.52  Current number of rules: 682
% 143.35/143.52  New rule produced :
% 143.35/143.52  [873]
% 143.35/143.52  is_a_theorem(implies(implies(implies(implies(not(implies(A,B)),implies(A,B)),
% 143.35/143.52                               implies(C,implies(A,B))),D),D)) -> true
% 143.35/143.52  Current number of equations to process: 1254
% 143.35/143.52  Current number of ordered equations: 0
% 143.35/143.52  Current number of rules: 683
% 143.35/143.52  New rule produced :
% 143.35/143.52  [874]
% 143.35/143.52  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(not(
% 143.35/143.52                                                                   implies(C,D)),
% 143.35/143.52                                                           implies(C,D)),
% 143.35/143.52                                                   implies(E,implies(C,D))),F),F))))
% 143.35/143.52  -> true
% 143.35/143.52  Current number of equations to process: 1257
% 143.35/143.52  Current number of ordered equations: 0
% 143.35/143.52  Current number of rules: 684
% 143.35/143.52  New rule produced :
% 143.35/143.52  [875]
% 143.35/143.52  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,implies(
% 143.35/143.52                                                                   implies(B,C),
% 143.35/143.52                                                                   implies(D,C)))),E),E),F),
% 143.35/143.52               implies(V_6,F))) -> true
% 143.35/143.52  Current number of equations to process: 1258
% 143.35/143.52  Current number of ordered equations: 0
% 143.35/143.52  Current number of rules: 685
% 143.35/143.52  New rule produced :
% 143.35/143.52  [876]
% 143.35/143.52  ifeq(is_a_theorem(implies(implies(implies(implies(A,implies(B,implies(
% 146.15/146.38                                                                implies(B,C),
% 146.15/146.38                                                                implies(D,C)))),E),E),F)),true,
% 146.15/146.38  is_a_theorem(F),true) -> true
% 146.15/146.38  Current number of equations to process: 1257
% 146.15/146.38  Current number of ordered equations: 0
% 146.15/146.38  Current number of rules: 686
% 146.15/146.38  New rule produced :
% 146.15/146.38  [877]
% 146.15/146.38  is_a_theorem(implies(implies(A,implies(implies(not(A),not(B)),C)),implies(B,
% 146.15/146.38                                                                    implies(
% 146.15/146.38                                                                    implies(
% 146.15/146.38                                                                    not(A),
% 146.15/146.38                                                                    not(B)),C))))
% 146.15/146.38  -> true
% 146.15/146.38  Current number of equations to process: 1257
% 146.15/146.38  Current number of ordered equations: 0
% 146.15/146.38  Current number of rules: 687
% 146.15/146.38  New rule produced :
% 146.15/146.38  [878]
% 146.15/146.38  is_a_theorem(implies(implies(implies(implies(implies(implies(implies(A,
% 146.15/146.38                                                               implies(B,B)),C),
% 146.15/146.38                                               implies(D,C)),E),implies(F,E)),V_6),
% 146.15/146.38               implies(V_7,V_6))) -> true
% 146.15/146.38  Current number of equations to process: 1257
% 146.15/146.38  Current number of ordered equations: 0
% 146.15/146.38  Current number of rules: 688
% 146.15/146.38  New rule produced :
% 146.15/146.38  [879]
% 146.15/146.38  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(E,
% 146.15/146.38                                                               implies(F,
% 146.15/146.38                                                               implies(V_6,V_6))),
% 146.15/146.38                                                       implies(V_7,implies(F,
% 146.15/146.38                                                                   implies(V_6,V_6)))))))))
% 146.15/146.38  -> true
% 146.15/146.38  Current number of equations to process: 1256
% 146.15/146.38  Current number of ordered equations: 0
% 146.15/146.38  Current number of rules: 689
% 146.15/146.38  New rule produced :
% 146.15/146.38  [880]
% 146.15/146.38  ifeq(is_a_theorem(implies(implies(A,implies(implies(not(implies(B,C)),
% 146.15/146.38                                              implies(B,C)),implies(B,C))),D)),true,
% 146.15/146.38  is_a_theorem(implies(E,D)),true) -> true
% 146.15/146.38  Current number of equations to process: 1255
% 146.15/146.38  Current number of ordered equations: 0
% 146.15/146.38  Current number of rules: 690
% 146.15/146.38  New rule produced :
% 146.15/146.38  [881]
% 146.15/146.38  is_a_theorem(implies(implies(A,implies(B,implies(implies(implies(C,C),D),D))),
% 146.15/146.38               implies(E,implies(B,implies(implies(implies(C,C),D),D))))) ->
% 146.15/146.38  true
% 146.15/146.38  Current number of equations to process: 1254
% 146.15/146.38  Current number of ordered equations: 0
% 146.15/146.38  Current number of rules: 691
% 146.15/146.38  New rule produced :
% 146.15/146.38  [882]
% 146.15/146.38  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,implies(
% 146.15/146.38                                                                   implies(
% 146.15/146.38                                                                   implies(C,C),D),
% 146.15/146.38                                                                   implies(E,D))),F),F)),V_6),
% 146.15/146.38               implies(V_7,V_6))) -> true
% 146.15/146.38  Current number of equations to process: 1253
% 146.15/146.38  Current number of ordered equations: 0
% 146.15/146.38  Current number of rules: 692
% 146.15/146.38  New rule produced :
% 146.15/146.38  [883]
% 146.15/146.38  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,implies(C,
% 146.15/146.38                                                                   implies(
% 146.15/146.38                                                                   implies(D,E),
% 146.15/146.38                                                                   implies(E,E)))),F),F)),V_6),
% 146.15/146.38               implies(V_7,V_6))) -> true
% 146.15/146.38  Current number of equations to process: 1252
% 146.15/146.38  Current number of ordered equations: 0
% 146.15/146.38  Current number of rules: 693
% 146.15/146.38  New rule produced :
% 146.15/146.38  [884]
% 146.15/146.38  is_a_theorem(implies(implies(implies(A,implies(implies(implies(implies(
% 146.15/146.38                                                                 implies(B,
% 146.15/146.38                                                                 implies(C,D)),C),
% 146.15/146.38                                                         implies(E,C)),F),F)),V_6),
% 146.15/146.38               implies(V_7,V_6))) -> true
% 146.15/146.38  Current number of equations to process: 1251
% 146.15/146.38  Current number of ordered equations: 0
% 146.15/146.38  Current number of rules: 694
% 146.15/146.38  New rule produced :
% 146.15/146.38  [885]
% 146.15/146.38  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(C,
% 146.15/146.38                                                                   implies(
% 149.43/149.68                                                                   implies(C,D),
% 149.43/149.68                                                                   implies(E,D))),F),F)),V_6),
% 149.43/149.68                         implies(V_7,V_6)))) -> true
% 149.43/149.68  Current number of equations to process: 1256
% 149.43/149.68  Current number of ordered equations: 0
% 149.43/149.68  Current number of rules: 695
% 149.43/149.68  New rule produced :
% 149.43/149.68  [886]
% 149.43/149.68  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(C,
% 149.43/149.68                                                                   implies(
% 149.43/149.68                                                                   implies(C,D),
% 149.43/149.68                                                                   implies(E,D))),F),F)),V_6),V_6)))
% 149.43/149.68  -> true
% 149.43/149.68  Current number of equations to process: 1260
% 149.43/149.68  Current number of ordered equations: 0
% 149.43/149.68  Current number of rules: 696
% 149.43/149.68  New rule produced :
% 149.43/149.68  [887]
% 149.43/149.68  is_a_theorem(implies(implies(implies(implies(implies(A,implies(implies(A,B),
% 149.43/149.68                                                         implies(C,B))),D),
% 149.43/149.68                               implies(E,D)),F),F)) -> true
% 149.43/149.68  Current number of equations to process: 1260
% 149.43/149.68  Current number of ordered equations: 0
% 149.43/149.68  Current number of rules: 697
% 149.43/149.68  New rule produced :
% 149.43/149.68  [888]
% 149.43/149.68  is_a_theorem(implies(implies(implies(implies(implies(A,B),not(implies(A,B))),
% 149.43/149.68                               implies(C,not(implies(A,B)))),D),D)) -> true
% 149.43/149.68  Current number of equations to process: 1264
% 149.43/149.68  Current number of ordered equations: 0
% 149.43/149.68  Current number of rules: 698
% 149.43/149.68  New rule produced :
% 149.43/149.68  [889]
% 149.43/149.68  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(implies(C,
% 149.43/149.68                                                                   implies(
% 149.43/149.68                                                                   implies(C,D),
% 149.43/149.68                                                                   implies(E,D))),F),
% 149.43/149.68                                                   implies(V_6,F)),V_7),V_7))))
% 149.43/149.68  -> true
% 149.43/149.68  Current number of equations to process: 1264
% 149.43/149.68  Current number of ordered equations: 0
% 149.43/149.68  Current number of rules: 699
% 149.43/149.68  New rule produced :
% 149.43/149.68  [890]
% 149.43/149.68  is_a_theorem(implies(implies(implies(A,B),implies(implies(C,A),implies(D,A))),
% 149.43/149.68               implies(implies(C,A),implies(D,A)))) -> true
% 149.43/149.68  Current number of equations to process: 1267
% 149.43/149.68  Current number of ordered equations: 0
% 149.43/149.68  Current number of rules: 700
% 149.43/149.68  New rule produced :
% 149.43/149.68  [891]
% 149.43/149.68  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(implies(C,D),
% 149.43/149.68                                                           not(implies(C,D))),
% 149.43/149.68                                                   implies(E,not(implies(C,D)))),F),F))))
% 149.43/149.68  -> true
% 149.43/149.68  Current number of equations to process: 1267
% 149.43/149.68  Current number of ordered equations: 0
% 149.43/149.68  Current number of rules: 701
% 149.43/149.68  New rule produced :
% 149.43/149.68  [892]
% 149.43/149.68  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(D,
% 149.43/149.68                                                             implies(implies(D,E),
% 149.43/149.68                                                             implies(F,E)))))),V_6),V_6))
% 149.43/149.68  -> true
% 149.43/149.68  Current number of equations to process: 1270
% 149.43/149.68  Current number of ordered equations: 0
% 149.43/149.68  Current number of rules: 702
% 149.43/149.68  New rule produced :
% 149.43/149.68  [893]
% 149.43/149.68  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,D),implies(
% 149.43/149.68                                                                implies(E,C),
% 149.43/149.68                                                                implies(F,C))),
% 149.43/149.68                                   implies(implies(E,C),implies(F,C)))))) ->
% 149.43/149.68  true
% 149.43/149.68  Current number of equations to process: 1270
% 149.43/149.68  Current number of ordered equations: 0
% 149.43/149.68  Current number of rules: 703
% 149.43/149.68  New rule produced :
% 149.43/149.68  [894]
% 149.43/149.68  is_a_theorem(implies(implies(implies(implies(implies(implies(A,B),implies(C,
% 149.43/149.68                                                                    implies(A,B))),D),
% 149.43/149.68                               implies(E,D)),F),F)) -> true
% 149.43/149.68  Current number of equations to process: 1273
% 149.43/149.68  Current number of ordered equations: 0
% 149.43/149.68  Current number of rules: 704
% 149.43/149.68  New rule produced :
% 149.43/149.68  [895]
% 149.43/149.68  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,
% 149.43/149.68                                                             implies(E,
% 149.43/149.68                                                             implies(F,
% 149.43/149.68                                                             implies(implies(F,V_6),
% 152.74/152.94                                                             implies(V_7,V_6)))))),V_8),V_8))))
% 152.74/152.94  -> true
% 152.74/152.94  Current number of equations to process: 1273
% 152.74/152.94  Current number of ordered equations: 0
% 152.74/152.94  Current number of rules: 705
% 152.74/152.94  New rule produced :
% 152.74/152.94  [896]
% 152.74/152.94  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(implies(D,E),
% 152.74/152.94                                                             implies(F,
% 152.74/152.94                                                             implies(D,E)))))),V_6),V_6))
% 152.74/152.94  -> true
% 152.74/152.94  Current number of equations to process: 1276
% 152.74/152.94  Current number of ordered equations: 0
% 152.74/152.94  Current number of rules: 706
% 152.74/152.94  New rule produced :
% 152.74/152.94  [897]
% 152.74/152.94  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(implies(
% 152.74/152.94                                                                   implies(C,D),
% 152.74/152.94                                                                   implies(E,
% 152.74/152.94                                                                   implies(C,D))),F),
% 152.74/152.94                                                   implies(V_6,F)),V_7),V_7))))
% 152.74/152.94  -> true
% 152.74/152.94  Current number of equations to process: 1276
% 152.74/152.94  Current number of ordered equations: 0
% 152.74/152.94  Current number of rules: 707
% 152.74/152.94  New rule produced :
% 152.74/152.94  [898]
% 152.74/152.94  is_a_theorem(implies(implies(implies(implies(implies(A,implies(implies(B,A),
% 152.74/152.94                                                         implies(C,A))),D),
% 152.74/152.94                               implies(E,D)),F),F)) -> true
% 152.74/152.94  Current number of equations to process: 1279
% 152.74/152.94  Current number of ordered equations: 0
% 152.74/152.94  Current number of rules: 708
% 152.74/152.94  New rule produced :
% 152.74/152.94  [899]
% 152.74/152.94  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,
% 152.74/152.94                                                             implies(E,
% 152.74/152.94                                                             implies(implies(F,V_6),
% 152.74/152.94                                                             implies(V_7,
% 152.74/152.94                                                             implies(F,V_6)))))),V_8),V_8))))
% 152.74/152.94  -> true
% 152.74/152.94  Current number of equations to process: 1279
% 152.74/152.94  Current number of ordered equations: 0
% 152.74/152.94  Current number of rules: 709
% 152.74/152.94  New rule produced :
% 152.74/152.94  [900]
% 152.74/152.94  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(D,
% 152.74/152.94                                                             implies(implies(E,D),
% 152.74/152.94                                                             implies(F,D)))))),V_6),V_6))
% 152.74/152.94  -> true
% 152.74/152.94  Current number of equations to process: 1282
% 152.74/152.94  Current number of ordered equations: 0
% 152.74/152.94  Current number of rules: 710
% 152.74/152.94  New rule produced :
% 152.74/152.94  [901]
% 152.74/152.94  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(implies(C,
% 152.74/152.94                                                                   implies(
% 152.74/152.94                                                                   implies(D,C),
% 152.74/152.94                                                                   implies(E,C))),F),
% 152.74/152.94                                                   implies(V_6,F)),V_7),V_7))))
% 152.74/152.94  -> true
% 152.74/152.94  Current number of equations to process: 1282
% 152.74/152.94  Current number of ordered equations: 0
% 152.74/152.94  Current number of rules: 711
% 152.74/152.94  New rule produced :
% 152.74/152.94  [902]
% 152.74/152.94  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(implies(
% 152.74/152.94                                                                     implies(D,E),D),
% 152.74/152.94                                                             implies(F,D))))),V_6),V_6))
% 152.74/152.94  -> true
% 152.74/152.94  Current number of equations to process: 1285
% 152.74/152.94  Current number of ordered equations: 0
% 152.74/152.94  Current number of rules: 712
% 152.74/152.94  New rule produced :
% 152.74/152.94  [903]
% 152.74/152.94  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,
% 152.74/152.94                                                             implies(E,
% 152.74/152.94                                                             implies(F,
% 152.74/152.94                                                             implies(implies(V_6,F),
% 152.74/152.94                                                             implies(V_7,F)))))),V_8),V_8))))
% 152.74/152.94  -> true
% 152.74/152.94  Current number of equations to process: 1285
% 152.74/152.94  Current number of ordered equations: 0
% 152.74/152.94  Current number of rules: 713
% 152.74/152.94  New rule produced :
% 152.74/152.94  [904]
% 152.74/152.94  is_a_theorem(implies(implies(implies(implies(implies(implies(implies(A,B),A),
% 152.74/152.94                                               implies(C,A)),D),implies(E,D)),F),F))
% 156.74/156.98  -> true
% 156.74/156.98  Current number of equations to process: 1288
% 156.74/156.98  Current number of ordered equations: 0
% 156.74/156.98  Current number of rules: 714
% 156.74/156.98  New rule produced :
% 156.74/156.98  [905]
% 156.74/156.98  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,
% 156.74/156.98                                                             implies(E,
% 156.74/156.98                                                             implies(implies(
% 156.74/156.98                                                                     implies(F,V_6),F),
% 156.74/156.98                                                             implies(V_7,F))))),V_8),V_8))))
% 156.74/156.98  -> true
% 156.74/156.98  Current number of equations to process: 1288
% 156.74/156.98  Current number of ordered equations: 0
% 156.74/156.98  Current number of rules: 715
% 156.74/156.98  New rule produced :
% 156.74/156.98  [906]
% 156.74/156.98  is_a_theorem(implies(implies(implies(A,implies(implies(implies(implies(B,C),
% 156.74/156.98                                                         implies(C,C)),D),
% 156.74/156.98                                         implies(E,D))),F),F)) -> true
% 156.74/156.98  Current number of equations to process: 1291
% 156.74/156.98  Current number of ordered equations: 0
% 156.74/156.98  Current number of rules: 716
% 156.74/156.98  New rule produced :
% 156.74/156.98  [907]
% 156.74/156.98  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(implies(
% 156.74/156.98                                                                   implies(
% 156.74/156.98                                                                   implies(C,D),C),
% 156.74/156.98                                                                   implies(E,C)),F),
% 156.74/156.98                                                   implies(V_6,F)),V_7),V_7))))
% 156.74/156.98  -> true
% 156.74/156.98  Current number of equations to process: 1291
% 156.74/156.98  Current number of ordered equations: 0
% 156.74/156.98  Current number of rules: 717
% 156.74/156.98  New rule produced :
% 156.74/156.98  [908]
% 156.74/156.98  is_a_theorem(implies(implies(implies(implies(implies(A,implies(implies(B,C),
% 156.74/156.98                                                         implies(C,C))),D),
% 156.74/156.98                               implies(E,D)),F),F)) -> true
% 156.74/156.98  Current number of equations to process: 1294
% 156.74/156.98  Current number of ordered equations: 0
% 156.74/156.98  Current number of rules: 718
% 156.74/156.98  New rule produced :
% 156.74/156.98  [909]
% 156.74/156.98  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(implies(
% 156.74/156.98                                                                     implies(
% 156.74/156.98                                                                     implies(D,E),
% 156.74/156.98                                                                     implies(E,E)),F),
% 156.74/156.98                                                             implies(V_6,F))),V_7),V_7))))
% 156.74/156.98  -> true
% 156.74/156.98  Current number of equations to process: 1294
% 156.74/156.98  Current number of ordered equations: 0
% 156.74/156.98  Current number of rules: 719
% 156.74/156.98  New rule produced :
% 156.74/156.98  [910]
% 156.74/156.98  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(implies(C,
% 156.74/156.98                                                                   implies(D,E)),D),
% 156.74/156.98                                                   implies(F,D)))),V_6),V_6))
% 156.74/156.98  -> true
% 156.74/156.98  Current number of equations to process: 1297
% 156.74/156.98  Current number of ordered equations: 0
% 156.74/156.98  Current number of rules: 720
% 156.74/156.98  New rule produced :
% 156.74/156.98  [911]
% 156.74/156.98  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(implies(C,
% 156.74/156.98                                                                   implies(
% 156.74/156.98                                                                   implies(D,E),
% 156.74/156.98                                                                   implies(E,E))),F),
% 156.74/156.98                                                   implies(V_6,F)),V_7),V_7))))
% 156.74/156.98  -> true
% 156.74/156.98  Current number of equations to process: 1297
% 156.74/156.98  Current number of ordered equations: 0
% 156.74/156.98  Current number of rules: 721
% 156.74/156.98  New rule produced :
% 156.74/156.98  [912]
% 156.74/156.98  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,
% 156.74/156.98                                                             implies(implies(
% 156.74/156.98                                                                     implies(E,
% 156.74/156.98                                                                     implies(F,V_6)),F),
% 156.74/156.98                                                             implies(V_7,F)))),V_8),V_8))))
% 156.74/156.98  -> true
% 156.74/156.98  Current number of equations to process: 1300
% 156.74/156.98  Current number of ordered equations: 0
% 156.74/156.98  Current number of rules: 722
% 156.74/156.98  New rule produced :
% 156.74/156.98  [913]
% 156.74/156.98  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 156.74/156.98                                                             implies(E,
% 159.52/159.75                                                             implies(implies(E,F),
% 159.52/159.75                                                             implies(V_6,F)))),V_7),V_7)))))
% 159.52/159.75  -> true
% 159.52/159.75  Current number of equations to process: 1308
% 159.52/159.75  Current number of ordered equations: 0
% 159.52/159.75  Current number of rules: 723
% 159.52/159.75  New rule produced :
% 159.52/159.75  [914]
% 159.52/159.75  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(implies(D,E),
% 159.52/159.75                                                             implies(F,E)),
% 159.52/159.75                                                     implies(E,V_6)),implies(E,V_6))))))
% 159.52/159.75  -> true
% 159.52/159.75  Current number of equations to process: 1312
% 159.52/159.75  Current number of ordered equations: 0
% 159.52/159.75  Current number of rules: 724
% 159.52/159.75  New rule produced :
% 159.52/159.75  [915]
% 159.52/159.75  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 159.52/159.75                                                             implies(E,
% 159.52/159.75                                                             implies(implies(F,E),
% 159.52/159.75                                                             implies(V_6,E)))),V_7),V_7)))))
% 159.52/159.75  -> true
% 159.52/159.75  Current number of equations to process: 1316
% 159.52/159.75  Current number of ordered equations: 0
% 159.52/159.75  Current number of rules: 725
% 159.52/159.75  New rule produced :
% 159.52/159.75  [916]
% 159.52/159.75  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 159.52/159.75                                                             implies(implies(
% 159.52/159.75                                                                     implies(E,F),E),
% 159.52/159.75                                                             implies(V_6,E))),V_7),V_7)))))
% 159.52/159.75  -> true
% 159.52/159.75  Current number of equations to process: 1320
% 159.52/159.75  Current number of ordered equations: 0
% 159.52/159.75  Current number of rules: 726
% 159.52/159.75  New rule produced :
% 159.52/159.75  [917]
% 159.52/159.75  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 159.52/159.75                                                             implies(E,
% 159.52/159.75                                                             implies(F,
% 159.52/159.75                                                             implies(implies(F,V_6),
% 159.52/159.75                                                             implies(V_7,V_6))))),V_8),V_8)))))
% 159.52/159.75  -> true
% 159.52/159.75  Current number of equations to process: 1320
% 159.52/159.75  Current number of ordered equations: 0
% 159.52/159.75  Current number of rules: 727
% 159.52/159.75  New rule produced :
% 159.52/159.75  [918]
% 159.52/159.75  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(C,
% 159.52/159.75                                                                   implies(
% 159.52/159.75                                                                   implies(C,D),
% 159.52/159.75                                                                   implies(E,D)))),F),F),V_6),
% 159.52/159.75                         implies(V_7,V_6)))) -> true
% 159.52/159.75  Current number of equations to process: 1319
% 159.52/159.75  Current number of ordered equations: 0
% 159.52/159.75  Current number of rules: 728
% 159.52/159.75  New rule produced :
% 159.52/159.75  [919]
% 159.52/159.75  is_a_theorem(implies(A,implies(implies(implies(implies(implies(implies(B,C),
% 159.52/159.75                                                         implies(D,C)),
% 159.52/159.75                                                 implies(C,E)),implies(C,E)),F),
% 159.52/159.75                         implies(V_6,F)))) -> true
% 159.52/159.75  Current number of equations to process: 1318
% 159.52/159.75  Current number of ordered equations: 0
% 159.52/159.75  Current number of rules: 729
% 159.52/159.75  New rule produced :
% 159.52/159.75  [920]
% 159.52/159.75  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(C,
% 159.52/159.75                                                                   implies(
% 159.52/159.75                                                                   implies(D,C),
% 159.52/159.75                                                                   implies(E,C)))),F),F),V_6),
% 159.52/159.75                         implies(V_7,V_6)))) -> true
% 159.52/159.75  Current number of equations to process: 1317
% 159.52/159.75  Current number of ordered equations: 0
% 159.52/159.75  Current number of rules: 730
% 159.52/159.75  New rule produced :
% 159.52/159.75  [921]
% 159.52/159.75  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(
% 159.52/159.75                                                                   implies(
% 159.52/159.75                                                                   implies(C,D),C),
% 159.52/159.75                                                                   implies(E,C))),F),F),V_6),
% 159.52/159.75                         implies(V_7,V_6)))) -> true
% 159.52/159.75  Current number of equations to process: 1316
% 159.52/159.75  Current number of ordered equations: 0
% 164.33/164.51  Current number of rules: 731
% 164.33/164.51  New rule produced :
% 164.33/164.51  [922]
% 164.33/164.51  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 164.33/164.51                                                             implies(E,
% 164.33/164.51                                                             implies(implies(
% 164.33/164.51                                                                     implies(F,V_6),F),
% 164.33/164.51                                                             implies(V_7,F)))),V_8),V_8)))))
% 164.33/164.51  -> true
% 164.33/164.51  Current number of equations to process: 1320
% 164.33/164.51  Current number of ordered equations: 0
% 164.33/164.51  Current number of rules: 732
% 164.33/164.51  New rule produced :
% 164.33/164.51  [923]
% 164.33/164.51  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(implies(
% 164.33/164.51                                                                     implies(D,E),D),
% 164.33/164.51                                                             implies(F,D)),V_6),V_6)))))
% 164.33/164.51  -> true
% 164.33/164.51  Current number of equations to process: 1328
% 164.33/164.51  Current number of ordered equations: 0
% 164.33/164.51  Current number of rules: 733
% 164.33/164.51  New rule produced :
% 164.33/164.51  [924]
% 164.33/164.51  is_a_theorem(implies(A,implies(implies(implies(implies(implies(implies(
% 164.33/164.51                                                                 implies(B,C),B),
% 164.33/164.51                                                         implies(D,B)),E),E),F),
% 164.33/164.51                         implies(V_6,F)))) -> true
% 164.33/164.51  Current number of equations to process: 1327
% 164.33/164.51  Current number of ordered equations: 0
% 164.33/164.51  Current number of rules: 734
% 164.33/164.51  New rule produced :
% 164.33/164.51  [925]
% 164.33/164.51  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 164.33/164.51                                                             implies(E,
% 164.33/164.51                                                             implies(F,
% 164.33/164.51                                                             implies(implies(V_6,F),
% 164.33/164.51                                                             implies(V_7,F))))),V_8),V_8)))))
% 164.33/164.51  -> true
% 164.33/164.51  Current number of equations to process: 1327
% 164.33/164.51  Current number of ordered equations: 0
% 164.33/164.51  Current number of rules: 735
% 164.33/164.51  New rule produced :
% 164.33/164.51  [926]
% 164.33/164.51  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(implies(
% 164.33/164.51                                                                   implies(
% 164.33/164.51                                                                   implies(C,D),C),
% 164.33/164.51                                                                   implies(E,C)),F),F))),V_6),
% 164.33/164.51               implies(V_7,V_6))) -> true
% 164.33/164.51  Current number of equations to process: 1326
% 164.33/164.51  Current number of ordered equations: 0
% 164.33/164.51  Current number of rules: 736
% 164.33/164.51  New rule produced :
% 164.33/164.51  [927]
% 164.33/164.51  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 164.33/164.51                                                             implies(implies(E,F),
% 164.33/164.51                                                             implies(F,F))),V_6),V_6)))))
% 164.33/164.51  -> true
% 164.33/164.51  Current number of equations to process: 1334
% 164.33/164.51  Current number of ordered equations: 0
% 164.33/164.51  Current number of rules: 737
% 164.33/164.51  New rule produced :
% 164.33/164.51  [928]
% 164.33/164.51  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(C,D)),C),C),E),
% 164.33/164.51                         implies(F,E)))) -> true
% 164.33/164.51  Current number of equations to process: 1336
% 164.33/164.51  Current number of ordered equations: 0
% 164.33/164.51  Current number of rules: 738
% 164.33/164.51  New rule produced :
% 164.33/164.51  [929]
% 164.33/164.51  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(implies(C,
% 164.33/164.51                                                                   implies(D,E)),D),D))),F),
% 164.33/164.51               implies(V_6,F))) -> true
% 164.33/164.51  Current number of equations to process: 1336
% 164.33/164.51  Current number of ordered equations: 0
% 164.33/164.51  Current number of rules: 739
% 164.33/164.51  New rule produced :
% 164.33/164.51  [930]
% 164.33/164.51  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(implies(implies(C,
% 164.33/164.51                                                                implies(D,E)),D),D))),F)),true,
% 164.33/164.51  is_a_theorem(F),true) -> true
% 164.33/164.51  Current number of equations to process: 1335
% 164.33/164.51  Current number of ordered equations: 0
% 164.33/164.51  Current number of rules: 740
% 164.33/164.51  New rule produced :
% 164.33/164.51  [931]
% 164.33/164.51  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(
% 164.33/164.51                                                                   implies(C,D),
% 164.33/164.51                                                                   implies(D,D))),E),E),F),
% 164.33/164.51                         implies(V_6,F)))) -> true
% 164.33/164.51  Current number of equations to process: 1334
% 167.66/167.82  Current number of ordered equations: 0
% 167.66/167.82  Current number of rules: 741
% 167.66/167.82  New rule produced :
% 167.66/167.82  [932]
% 167.66/167.82  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 167.66/167.82                                                             implies(E,
% 167.66/167.82                                                             implies(implies(F,V_6),
% 167.66/167.82                                                             implies(V_7,
% 167.66/167.82                                                             implies(F,V_6))))),V_8),V_8)))))
% 167.66/167.82  -> true
% 167.66/167.82  Current number of equations to process: 1334
% 167.66/167.82  Current number of ordered equations: 0
% 167.66/167.82  Current number of rules: 742
% 167.66/167.82  New rule produced :
% 167.66/167.82  [933]
% 167.66/167.82  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(implies(C,
% 167.66/167.82                                                                   implies(
% 167.66/167.82                                                                   implies(D,E),
% 167.66/167.82                                                                   implies(E,E))),F),F))),V_6),
% 167.66/167.82               implies(V_7,V_6))) -> true
% 167.66/167.82  Current number of equations to process: 1333
% 167.66/167.82  Current number of ordered equations: 0
% 167.66/167.82  Current number of rules: 743
% 167.66/167.82  New rule produced :
% 167.66/167.82  [934]
% 167.66/167.82  ifeq(is_a_theorem(implies(implies(A,B),not(implies(A,B)))),true,is_a_theorem(
% 167.66/167.82                                                                  not(implies(A,B))),true)
% 167.66/167.82  -> true
% 167.66/167.82  Current number of equations to process: 1338
% 167.66/167.82  Current number of ordered equations: 0
% 167.66/167.82  Current number of rules: 744
% 167.66/167.82  New rule produced :
% 167.66/167.82  [935]
% 167.66/167.82  is_a_theorem(implies(implies(implies(implies(implies(A,B),not(implies(A,B))),
% 167.66/167.82                               not(implies(A,B))),C),implies(D,C))) -> true
% 167.66/167.82  Current number of equations to process: 1338
% 167.66/167.82  Current number of ordered equations: 0
% 167.66/167.82  Current number of rules: 745
% 167.66/167.82  New rule produced :
% 167.66/167.82  [936]
% 167.66/167.82  ifeq(is_a_theorem(implies(implies(implies(implies(A,B),not(implies(A,B))),
% 167.66/167.82                            not(implies(A,B))),C)),true,is_a_theorem(C),true)
% 167.66/167.82  -> true
% 167.66/167.82  Current number of equations to process: 1337
% 167.66/167.82  Current number of ordered equations: 0
% 167.66/167.82  Current number of rules: 746
% 167.66/167.82  New rule produced :
% 167.66/167.82  [937]
% 167.66/167.82  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(D,implies(D,E)),
% 167.66/167.82                                             implies(D,E)))))) -> true
% 167.66/167.82  Current number of equations to process: 1337
% 167.66/167.82  Current number of ordered equations: 0
% 167.66/167.82  Current number of rules: 747
% 167.66/167.82  New rule produced :
% 167.66/167.82  [938]
% 167.66/167.82  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 167.66/167.82                                                             implies(E,
% 167.66/167.82                                                             implies(F,E))),V_6),V_6)))))
% 167.66/167.82  -> true
% 167.66/167.82  Current number of equations to process: 1337
% 167.66/167.82  Current number of ordered equations: 0
% 167.66/167.82  Current number of rules: 748
% 167.66/167.82  New rule produced :
% 167.66/167.82  [939]
% 167.66/167.82  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,D),E),E)))))
% 167.66/167.82  -> true
% 167.66/167.82  Rule
% 167.66/167.82  [881]
% 167.66/167.82  is_a_theorem(implies(implies(A,implies(B,implies(implies(implies(C,C),D),D))),
% 167.66/167.82               implies(E,implies(B,implies(implies(implies(C,C),D),D))))) ->
% 167.66/167.82  true collapsed.
% 167.66/167.82  Current number of equations to process: 1338
% 167.66/167.82  Current number of ordered equations: 0
% 167.66/167.82  Current number of rules: 748
% 167.66/167.82  New rule produced :
% 167.66/167.82  [940]
% 167.66/167.82  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 167.66/167.82                                                             implies(implies(
% 167.66/167.82                                                                     implies(E,E),F),
% 167.66/167.82                                                             implies(V_6,F))),V_7),V_7)))))
% 167.66/167.82  -> true
% 167.66/167.82  Current number of equations to process: 1338
% 167.66/167.82  Current number of ordered equations: 0
% 167.66/167.82  Current number of rules: 749
% 167.66/167.82  New rule produced :
% 167.66/167.82  [941]
% 167.66/167.82  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 167.66/167.82                                                             implies(E,
% 167.66/167.82                                                             implies(implies(F,V_6),
% 167.66/167.82                                                             implies(V_6,V_6)))),V_7),V_7)))))
% 167.66/167.82  -> true
% 167.66/167.82  Current number of equations to process: 1338
% 167.66/167.82  Current number of ordered equations: 0
% 167.66/167.82  Current number of rules: 750
% 167.66/167.82  New rule produced :
% 167.66/167.82  [942]
% 167.66/167.82  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(implies(
% 171.16/171.33                                                                     implies(D,
% 171.16/171.33                                                                     implies(E,F)),E),
% 171.16/171.33                                                             implies(V_6,E)),V_7),V_7)))))
% 171.16/171.33  -> true
% 171.16/171.33  Current number of equations to process: 1338
% 171.16/171.33  Current number of ordered equations: 0
% 171.16/171.33  Current number of rules: 751
% 171.16/171.33  New rule produced :
% 171.16/171.33  [943]
% 171.16/171.33  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 171.16/171.33                                                             implies(E,E)),F),F)))))
% 171.16/171.33  -> true
% 171.16/171.33  Current number of equations to process: 1338
% 171.16/171.33  Current number of ordered equations: 0
% 171.16/171.33  Current number of rules: 752
% 171.16/171.33  New rule produced :
% 171.16/171.33  [944]
% 171.16/171.33  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 171.16/171.33                                                             implies(implies(
% 171.16/171.33                                                                     implies(E,
% 171.16/171.33                                                                     implies(F,V_6)),F),
% 171.16/171.33                                                             implies(V_7,F))),V_8),V_8)))))
% 171.16/171.33  -> true
% 171.16/171.33  Current number of equations to process: 1341
% 171.16/171.33  Current number of ordered equations: 0
% 171.16/171.33  Current number of rules: 753
% 171.16/171.33  New rule produced :
% 171.16/171.33  [945]
% 171.16/171.33  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 171.16/171.33                                                             implies(implies(E,
% 171.16/171.33                                                                     implies(E,F)),
% 171.16/171.33                                                             implies(V_6,
% 171.16/171.33                                                             implies(E,F)))),V_7),V_7)))))
% 171.16/171.33  -> true
% 171.16/171.33  Current number of equations to process: 1340
% 171.16/171.33  Current number of ordered equations: 0
% 171.16/171.33  Current number of rules: 754
% 171.16/171.33  New rule produced :
% 171.16/171.33  [946]
% 171.16/171.33  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(C,D),
% 171.16/171.33                                                           not(implies(C,D))),
% 171.16/171.33                                                   not(implies(C,D)))),E),
% 171.16/171.33                         implies(F,E)))) -> true
% 171.16/171.33  Current number of equations to process: 1339
% 171.16/171.33  Current number of ordered equations: 0
% 171.16/171.33  Current number of rules: 755
% 171.16/171.33  New rule produced :
% 171.16/171.33  [947]
% 171.16/171.33  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(C,D),
% 171.16/171.33                                                           not(implies(C,D))),
% 171.16/171.33                                                   not(implies(C,D)))),E),E)))
% 171.16/171.33  -> true
% 171.16/171.33  Current number of equations to process: 1343
% 171.16/171.33  Current number of ordered equations: 0
% 171.16/171.33  Current number of rules: 756
% 171.16/171.33  New rule produced :
% 171.16/171.33  [948]
% 171.16/171.33  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(C,D),C),C)),E),
% 171.16/171.33                         implies(F,E)))) -> true
% 171.16/171.33  Current number of equations to process: 1350
% 171.16/171.33  Current number of ordered equations: 0
% 171.16/171.33  Current number of rules: 757
% 171.16/171.33  New rule produced :
% 171.16/171.33  [949]
% 171.16/171.33  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(implies(
% 171.16/171.33                                                                     implies(D,E),D),D)))),F),
% 171.16/171.33               implies(V_6,F))) -> true
% 171.16/171.33  Current number of equations to process: 1350
% 171.16/171.33  Current number of ordered equations: 0
% 171.16/171.33  Current number of rules: 758
% 171.16/171.33  New rule produced :
% 171.16/171.33  [950]
% 171.16/171.33  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,implies(implies(
% 171.16/171.33                                                                  implies(D,E),D),D)))),F)),true,
% 171.16/171.33  is_a_theorem(F),true) -> true
% 171.16/171.33  Current number of equations to process: 1349
% 171.16/171.33  Current number of ordered equations: 0
% 171.16/171.33  Current number of rules: 759
% 171.16/171.33  New rule produced :
% 171.16/171.33  [951]
% 171.16/171.33  is_a_theorem(implies(implies(implies(implies(A,implies(A,B)),implies(C,
% 171.16/171.33                                                               implies(A,B))),D),D))
% 171.16/171.33  -> true
% 171.16/171.33  Current number of equations to process: 1349
% 171.16/171.33  Current number of ordered equations: 0
% 171.16/171.33  Current number of rules: 760
% 171.16/171.33  New rule produced :
% 171.16/171.33  [952]
% 171.16/171.33  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(C,implies(C,D)),
% 171.16/171.33                                                   implies(E,implies(C,D))),F),F))))
% 171.16/171.33  -> true
% 171.16/171.33  Current number of equations to process: 1352
% 176.35/176.58  Current number of ordered equations: 0
% 176.35/176.58  Current number of rules: 761
% 176.35/176.58  New rule produced :
% 176.35/176.58  [953]
% 176.35/176.58  is_a_theorem(implies(A,implies(implies(implies(implies(B,implies(B,C)),
% 176.35/176.58                                         implies(B,C)),D),implies(E,D)))) ->
% 176.35/176.58  true
% 176.35/176.58  Current number of equations to process: 1354
% 176.35/176.58  Current number of ordered equations: 0
% 176.35/176.58  Current number of rules: 762
% 176.35/176.58  New rule produced :
% 176.35/176.58  [954]
% 176.35/176.58  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(C,implies(C,D)),
% 176.35/176.58                                                   implies(C,D)))),E),implies(F,E)))
% 176.35/176.58  -> true
% 176.35/176.58  Current number of equations to process: 1354
% 176.35/176.58  Current number of ordered equations: 0
% 176.35/176.58  Current number of rules: 763
% 176.35/176.58  New rule produced :
% 176.35/176.58  [955]
% 176.35/176.58  ifeq(is_a_theorem(implies(implies(implies(A,B),implies(C,B)),implies(B,D))),true,
% 176.35/176.58  is_a_theorem(implies(B,D)),true) -> true
% 176.35/176.58  Current number of equations to process: 1355
% 176.35/176.58  Current number of ordered equations: 0
% 176.35/176.58  Current number of rules: 764
% 176.35/176.58  New rule produced :
% 176.35/176.58  [956]
% 176.35/176.58  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(implies(C,implies(C,D)),
% 176.35/176.58                                                implies(C,D)))),E)),true,
% 176.35/176.58  is_a_theorem(E),true) -> true
% 176.35/176.58  Current number of equations to process: 1354
% 176.35/176.58  Current number of ordered equations: 0
% 176.35/176.58  Current number of rules: 765
% 176.35/176.58  New rule produced :
% 176.35/176.58  [957]
% 176.35/176.58  is_a_theorem(implies(implies(implies(implies(implies(implies(A,B),implies(C,B)),
% 176.35/176.58                                       implies(B,D)),implies(B,D)),E),implies(F,E)))
% 176.35/176.58  -> true
% 176.35/176.58  Current number of equations to process: 1355
% 176.35/176.58  Current number of ordered equations: 0
% 176.35/176.58  Current number of rules: 766
% 176.35/176.58  New rule produced :
% 176.35/176.58  [958]
% 176.35/176.58  ifeq(is_a_theorem(implies(implies(implies(implies(implies(A,B),implies(C,B)),
% 176.35/176.58                                    implies(B,D)),implies(B,D)),E)),true,
% 176.35/176.58  is_a_theorem(E),true) -> true
% 176.35/176.58  Current number of equations to process: 1354
% 176.35/176.58  Current number of ordered equations: 0
% 176.35/176.58  Current number of rules: 767
% 176.35/176.58  New rule produced :
% 176.35/176.58  [959]
% 176.35/176.58  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(implies(D,
% 176.35/176.58                                                                     implies(D,E)),
% 176.35/176.58                                                             implies(F,
% 176.35/176.58                                                             implies(D,E))),V_6),
% 176.35/176.58                                             implies(V_7,V_6)))))) -> true
% 176.35/176.58  Current number of equations to process: 1354
% 176.35/176.58  Current number of ordered equations: 0
% 176.35/176.58  Current number of rules: 768
% 176.35/176.58  New rule produced :
% 176.35/176.58  [960]
% 176.35/176.58  is_a_theorem(implies(implies(implies(A,implies(implies(implies(implies(B,
% 176.35/176.58                                                                 implies(B,C)),
% 176.35/176.58                                                         implies(D,implies(B,C))),E),E)),F),
% 176.35/176.58               implies(V_6,F))) -> true
% 176.35/176.58  Current number of equations to process: 1353
% 176.35/176.58  Current number of ordered equations: 0
% 176.35/176.58  Current number of rules: 769
% 176.35/176.58  New rule produced :
% 176.35/176.58  [961]
% 176.35/176.58  ifeq(is_a_theorem(implies(implies(A,B),A)),true,is_a_theorem(A),true) -> true
% 176.35/176.58  Current number of equations to process: 1357
% 176.35/176.58  Current number of ordered equations: 0
% 176.35/176.58  Current number of rules: 770
% 176.35/176.58  New rule produced :
% 176.35/176.58  [962]
% 176.35/176.58  ifeq(is_a_theorem(implies(implies(implies(implies(A,B),A),A),C)),true,
% 176.35/176.58  is_a_theorem(C),true) -> true
% 176.35/176.58  Current number of equations to process: 1356
% 176.35/176.58  Current number of ordered equations: 0
% 176.35/176.58  Current number of rules: 771
% 176.35/176.58  New rule produced :
% 176.35/176.58  [963]
% 176.35/176.58  is_a_theorem(implies(implies(implies(implies(implies(A,B),A),A),C),implies(D,C)))
% 176.35/176.58  -> true
% 176.35/176.58  Current number of equations to process: 1357
% 176.35/176.58  Current number of ordered equations: 0
% 176.35/176.58  Current number of rules: 772
% 176.35/176.58  New rule produced :
% 176.35/176.58  [964]
% 176.35/176.58  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(implies(
% 176.35/176.58                                                                     implies(D,E),D),D)),F),
% 176.35/176.58                                   implies(V_6,F))))) -> true
% 176.35/176.58  Current number of equations to process: 1357
% 176.35/176.58  Current number of ordered equations: 0
% 176.35/176.58  Current number of rules: 773
% 176.35/176.58  New rule produced :
% 176.35/176.58  [965]
% 176.35/176.58  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(B,C),B),B)),D)),true,
% 176.35/176.58  is_a_theorem(implies(E,D)),true) -> true
% 176.35/176.58  Current number of equations to process: 1358
% 176.35/176.58  Current number of ordered equations: 0
% 179.25/179.48  Current number of rules: 774
% 179.25/179.48  New rule produced :
% 179.25/179.48  [966]
% 179.25/179.48  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(C,D),C),C)),E),E)))
% 179.25/179.48  -> true
% 179.25/179.48  Current number of equations to process: 1360
% 179.25/179.48  Current number of ordered equations: 0
% 179.25/179.48  Current number of rules: 775
% 179.25/179.48  New rule produced :
% 179.25/179.48  [967]
% 179.25/179.48  is_a_theorem(implies(implies(implies(implies(implies(implies(A,B),implies(C,
% 179.25/179.48                                                                    implies(A,B))),D),D),E),
% 179.25/179.48               implies(F,E))) -> true
% 179.25/179.48  Current number of equations to process: 1361
% 179.25/179.48  Current number of ordered equations: 0
% 179.25/179.48  Current number of rules: 776
% 179.25/179.48  New rule produced :
% 179.25/179.48  [968]
% 179.25/179.48  ifeq(is_a_theorem(implies(implies(implies(implies(implies(A,B),implies(C,
% 179.25/179.48                                                                 implies(A,B))),D),D),E)),true,
% 179.25/179.48  is_a_theorem(E),true) -> true
% 179.25/179.48  Current number of equations to process: 1361
% 179.25/179.48  Current number of ordered equations: 0
% 179.25/179.48  Current number of rules: 777
% 179.25/179.48  New rule produced :
% 179.25/179.48  [969]
% 179.25/179.48  is_a_theorem(implies(implies(implies(implies(implies(A,implies(implies(
% 179.25/179.48                                                                 implies(B,C),B),B)),D),
% 179.25/179.48                               implies(E,D)),F),implies(V_6,F))) -> true
% 179.25/179.48  Current number of equations to process: 1361
% 179.25/179.48  Current number of ordered equations: 0
% 179.25/179.48  Current number of rules: 778
% 179.25/179.48  New rule produced :
% 179.25/179.48  [970]
% 179.25/179.48  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,implies(
% 179.25/179.48                                                                   implies(C,B),
% 179.25/179.48                                                                   implies(D,B)))),E),E),F),
% 179.25/179.48               implies(V_6,F))) -> true
% 179.25/179.48  Current number of equations to process: 1360
% 179.25/179.48  Current number of ordered equations: 0
% 179.25/179.48  Current number of rules: 779
% 179.25/179.48  New rule produced :
% 179.25/179.48  [971]
% 179.25/179.48  ifeq(is_a_theorem(implies(implies(implies(implies(A,implies(implies(implies(B,C),B),B)),D),
% 179.25/179.48                            implies(E,D)),F)),true,is_a_theorem(F),true) ->
% 179.25/179.48  true
% 179.25/179.48  Current number of equations to process: 1359
% 179.25/179.48  Current number of ordered equations: 0
% 179.25/179.48  Current number of rules: 780
% 179.25/179.48  New rule produced :
% 179.25/179.48  [972]
% 179.25/179.48  ifeq(is_a_theorem(implies(implies(implies(implies(A,implies(B,implies(
% 179.25/179.48                                                                implies(C,B),
% 179.25/179.48                                                                implies(D,B)))),E),E),F)),true,
% 179.25/179.48  is_a_theorem(F),true) -> true
% 179.25/179.48  Current number of equations to process: 1358
% 179.25/179.48  Current number of ordered equations: 0
% 179.25/179.48  Current number of rules: 781
% 179.25/179.48  New rule produced :
% 179.25/179.48  [973]
% 179.25/179.48  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(implies(C,
% 179.25/179.48                                                                   implies(
% 179.25/179.48                                                                   implies(C,D),
% 179.25/179.48                                                                   implies(E,D))),F),F),V_6),
% 179.25/179.48                                   implies(V_7,V_6))))) -> true
% 179.25/179.48  Current number of equations to process: 1358
% 179.25/179.48  Current number of ordered equations: 0
% 179.25/179.48  Current number of rules: 782
% 179.25/179.48  New rule produced :
% 179.25/179.48  [974]
% 179.25/179.48  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(implies(C,D),
% 179.25/179.48                                                           not(implies(C,D))),
% 179.25/179.48                                                   not(implies(C,D))),E),
% 179.25/179.48                                   implies(F,E))))) -> true
% 179.25/179.48  Current number of equations to process: 1364
% 179.25/179.48  Current number of ordered equations: 0
% 179.25/179.48  Current number of rules: 783
% 179.25/179.48  New rule produced :
% 179.25/179.48  [975]
% 179.25/179.48  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(
% 179.25/179.48                                                                   implies(C,D),
% 179.25/179.48                                                                   implies(E,
% 179.25/179.48                                                                   implies(C,D))),F),F)),V_6),
% 179.25/179.48                         implies(V_7,V_6)))) -> true
% 179.25/179.48  Current number of equations to process: 1363
% 179.25/179.48  Current number of ordered equations: 0
% 179.25/179.48  Current number of rules: 784
% 179.25/179.48  New rule produced :
% 179.25/179.48  [976]
% 179.25/179.48  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(
% 179.25/179.48                                                                   implies(C,D),
% 196.92/197.13                                                                   implies(E,
% 196.92/197.13                                                                   implies(C,D))),F),F)),V_6),V_6)))
% 196.92/197.13  -> true
% 196.92/197.13  Current number of equations to process: 1367
% 196.92/197.13  Current number of ordered equations: 0
% 196.92/197.13  Current number of rules: 785
% 196.92/197.13  New rule produced :
% 196.92/197.13  [977]
% 196.92/197.13  is_a_theorem(implies(implies(implies(implies(implies(A,implies(implies(B,A),
% 196.92/197.13                                                         implies(C,A))),D),D),E),
% 196.92/197.13               implies(F,E))) -> true
% 196.92/197.13  Current number of equations to process: 1370
% 196.92/197.13  Current number of ordered equations: 0
% 196.92/197.13  Current number of rules: 786
% 196.92/197.13  New rule produced :
% 196.92/197.13  [978]
% 196.92/197.13  ifeq(is_a_theorem(implies(implies(implies(implies(A,implies(implies(B,A),
% 196.92/197.13                                                      implies(C,A))),D),D),E)),true,
% 196.92/197.13  is_a_theorem(E),true) -> true
% 196.92/197.13  Current number of equations to process: 1369
% 196.92/197.13  Current number of ordered equations: 0
% 196.92/197.13  Current number of rules: 787
% 196.92/197.13  New rule produced :
% 196.92/197.13  [979]
% 196.92/197.13  is_a_theorem(implies(implies(implies(implies(implies(A,implies(implies(
% 196.92/197.13                                                                 implies(B,C),B),
% 196.92/197.13                                                         implies(D,B))),E),E),F),
% 196.92/197.13               implies(V_6,F))) -> true
% 196.92/197.13  Current number of equations to process: 1368
% 196.92/197.13  Current number of ordered equations: 0
% 196.92/197.13  Current number of rules: 788
% 196.92/197.13  New rule produced :
% 196.92/197.13  [980]
% 196.92/197.13  ifeq(is_a_theorem(implies(implies(implies(implies(A,implies(implies(implies(B,C),B),
% 196.92/197.13                                                      implies(D,B))),E),E),F)),true,
% 196.92/197.13  is_a_theorem(F),true) -> true
% 196.92/197.13  Current number of equations to process: 1367
% 196.92/197.13  Current number of ordered equations: 0
% 196.92/197.13  Current number of rules: 789
% 196.92/197.13  New rule produced :
% 196.92/197.13  [981]
% 196.92/197.13  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(C,
% 196.92/197.13                                                                   implies(
% 196.92/197.13                                                                   implies(D,C),
% 196.92/197.13                                                                   implies(E,C))),F),F)),V_6),
% 196.92/197.13                         implies(V_7,V_6)))) -> true
% 196.92/197.13  Current number of equations to process: 1370
% 196.92/197.13  Current number of ordered equations: 0
% 196.92/197.13  Current number of rules: 790
% 196.92/197.13  New rule produced :
% 196.92/197.13  [982]
% 196.92/197.13  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(C,
% 196.92/197.13                                                                   implies(
% 196.92/197.13                                                                   implies(D,C),
% 196.92/197.13                                                                   implies(E,C))),F),F)),V_6),V_6)))
% 196.92/197.13  -> true
% 196.92/197.13  Current number of equations to process: 1374
% 196.92/197.13  Current number of ordered equations: 0
% 196.92/197.13  Current number of rules: 791
% 196.92/197.13  New rule produced :
% 196.92/197.13  [983]
% 196.92/197.13  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(
% 196.92/197.13                                                               not(implies(E,F)),
% 196.92/197.13                                                               implies(E,F)),
% 196.92/197.13                                                       implies(E,F))))))) ->
% 196.92/197.13  true
% 196.92/197.13  Current number of equations to process: 1374
% 196.92/197.13  Current number of ordered equations: 0
% 196.92/197.13  Current number of rules: 792
% 196.92/197.13  New rule produced :
% 196.92/197.13  [984]
% 196.92/197.13  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(implies(
% 196.92/197.13                                                                     not(
% 196.92/197.13                                                                     implies(D,E)),
% 196.92/197.13                                                                     implies(D,E)),
% 196.92/197.13                                                             implies(D,E)))),F),F)))
% 196.92/197.13  -> true
% 196.92/197.13  Current number of equations to process: 1382
% 196.92/197.13  Current number of ordered equations: 0
% 196.92/197.13  Current number of rules: 793
% 196.92/197.13  New rule produced :
% 196.92/197.13  [985]
% 196.92/197.13  is_a_theorem(implies(implies(implies(A,implies(implies(not(implies(B,C)),
% 196.92/197.13                                                 implies(B,C)),implies(D,
% 196.92/197.13                                                               implies(B,C)))),E),E))
% 196.92/197.13  -> true
% 196.92/197.13  Current number of equations to process: 1382
% 196.92/197.13  Current number of ordered equations: 0
% 196.92/197.13  Current number of rules: 794
% 196.92/197.13  New rule produced :
% 196.92/197.13  [986]
% 196.92/197.13  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(C,B)),D),
% 197.95/198.14                                         implies(E,D)),F),implies(V_6,F)))) ->
% 197.95/198.14  true
% 197.95/198.14  Rule
% 197.95/198.14  [318]
% 197.95/198.14  is_a_theorem(implies(A,implies(implies(implies(implies(implies(implies(B,C),
% 197.95/198.14                                                         implies(D,implies(B,C))),E),
% 197.95/198.14                                         implies(F,E)),V_6),implies(V_7,V_6))))
% 197.95/198.14  -> true collapsed.
% 197.95/198.14  Current number of equations to process: 1397
% 197.95/198.14  Current number of ordered equations: 0
% 197.95/198.14  Current number of rules: 794
% 197.95/198.14  New rule produced :
% 197.95/198.14  [987]
% 197.95/198.14  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 197.95/198.14                                                             implies(E,D)),F),
% 197.95/198.14                                             implies(V_6,F)))))) -> true
% 197.95/198.14  Rule
% 197.95/198.14  [310]
% 197.95/198.14  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(implies(D,E),
% 197.95/198.14                                                             implies(F,
% 197.95/198.14                                                             implies(D,E))),V_6),
% 197.95/198.14                                             implies(V_7,V_6)))))) -> true
% 197.95/198.14  collapsed.
% 197.95/198.14  Current number of equations to process: 1398
% 197.95/198.14  Current number of ordered equations: 0
% 197.95/198.14  Current number of rules: 794
% 197.95/198.14  New rule produced :
% 197.95/198.14  [988]
% 197.95/198.14  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(
% 197.95/198.14                                                               implies(E,
% 197.95/198.14                                                               implies(
% 197.95/198.14                                                               implies(E,F),
% 197.95/198.14                                                               implies(V_6,F))),V_7),V_7))))))
% 197.95/198.14  -> true
% 197.95/198.14  Current number of equations to process: 1397
% 197.95/198.14  Current number of ordered equations: 0
% 197.95/198.14  Current number of rules: 795
% 197.95/198.14  New rule produced :
% 197.95/198.14  [989]
% 197.95/198.14  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(
% 197.95/198.14                                                               implies(E,F),
% 197.95/198.14                                                               not(implies(E,F))),
% 197.95/198.14                                                       not(implies(E,F))))))))
% 197.95/198.14  -> true
% 197.95/198.14  Current number of equations to process: 1396
% 197.95/198.14  Current number of ordered equations: 0
% 197.95/198.14  Current number of rules: 796
% 197.95/198.14  New rule produced :
% 197.95/198.14  [990]
% 197.95/198.14  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(
% 197.95/198.14                                                               implies(
% 197.95/198.14                                                               implies(E,F),
% 197.95/198.14                                                               implies(V_6,
% 197.95/198.14                                                               implies(E,F))),V_7),V_7))))))
% 197.95/198.14  -> true
% 197.95/198.14  Current number of equations to process: 1395
% 197.95/198.14  Current number of ordered equations: 0
% 197.95/198.14  Current number of rules: 797
% 197.95/198.14  New rule produced :
% 197.95/198.14  [991]
% 197.95/198.14  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(
% 197.95/198.14                                                               implies(E,
% 197.95/198.14                                                               implies(
% 197.95/198.14                                                               implies(F,E),
% 197.95/198.14                                                               implies(V_6,E))),V_7),V_7))))))
% 197.95/198.14  -> true
% 197.95/198.14  Current number of equations to process: 1394
% 197.95/198.14  Current number of ordered equations: 0
% 197.95/198.14  Current number of rules: 798
% 197.95/198.14  New rule produced :
% 197.95/198.14  [992]
% 197.95/198.14  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(implies(C,
% 197.95/198.14                                                                   implies(D,C)),E),
% 197.95/198.14                                                   implies(F,E)))),V_6),
% 197.95/198.14               implies(V_7,V_6))) -> true
% 197.95/198.14  Rule
% 197.95/198.14  [362]
% 197.95/198.14  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(implies(
% 197.95/198.14                                                                   implies(C,D),
% 197.95/198.14                                                                   implies(E,
% 197.95/198.14                                                                   implies(C,D))),F),
% 197.95/198.14                                                   implies(V_6,F)))),V_7),
% 197.95/198.14               implies(V_8,V_7))) -> true collapsed.
% 197.95/198.14  Current number of equations to process: 1393
% 197.95/198.14  Current number of ordered equations: 0
% 197.95/198.14  Current number of rules: 798
% 201.56/201.77  New rule produced :
% 201.56/201.77  [993]
% 201.56/201.77  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(
% 201.56/201.77                                                               implies(E,
% 201.56/201.77                                                               implies(F,E)),V_6),
% 201.56/201.77                                                       implies(V_7,V_6)))))))
% 201.56/201.77  -> true
% 201.56/201.77  Rule
% 201.56/201.77  [320]
% 201.56/201.77  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(
% 201.56/201.77                                                               implies(
% 201.56/201.77                                                               implies(E,F),
% 201.56/201.77                                                               implies(V_6,
% 201.56/201.77                                                               implies(E,F))),V_7),
% 201.56/201.77                                                       implies(V_8,V_7)))))))
% 201.56/201.77  -> true collapsed.
% 201.56/201.77  Current number of equations to process: 1393
% 201.56/201.77  Current number of ordered equations: 0
% 201.56/201.77  Current number of rules: 798
% 201.56/201.77  New rule produced :
% 201.56/201.77  [994]
% 201.56/201.77  ifeq(is_a_theorem(implies(implies(implies(implies(A,implies(B,A)),C),
% 201.56/201.77                            implies(D,C)),E)),true,is_a_theorem(implies(F,E)),true)
% 201.56/201.77  -> true
% 201.56/201.77  Rule
% 201.56/201.77  [343]
% 201.56/201.77  ifeq(is_a_theorem(implies(implies(implies(implies(implies(A,B),implies(C,
% 201.56/201.77                                                                 implies(A,B))),D),
% 201.56/201.77                            implies(E,D)),F)),true,is_a_theorem(implies(V_6,F)),true)
% 201.56/201.77  -> true collapsed.
% 201.56/201.77  Current number of equations to process: 1395
% 201.56/201.77  Current number of ordered equations: 0
% 201.56/201.77  Current number of rules: 798
% 201.56/201.77  New rule produced :
% 201.56/201.77  [995]
% 201.56/201.77  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(implies(C,
% 201.56/201.77                                                                   implies(D,C)),E),
% 201.56/201.77                                                   implies(F,E)),V_6),implies(V_7,V_6)))))
% 201.56/201.77  -> true
% 201.56/201.77  Rule
% 201.56/201.77  [364]
% 201.56/201.77  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(implies(
% 201.56/201.77                                                                   implies(C,D),
% 201.56/201.77                                                                   implies(E,
% 201.56/201.77                                                                   implies(C,D))),F),
% 201.56/201.77                                                   implies(V_6,F)),V_7),
% 201.56/201.77                                   implies(V_8,V_7))))) -> true collapsed.
% 201.56/201.77  Current number of equations to process: 1394
% 201.56/201.77  Current number of ordered equations: 0
% 201.56/201.77  Current number of rules: 798
% 201.56/201.77  New rule produced :
% 201.56/201.77  [996]
% 201.56/201.77  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(C,B)),D),
% 201.56/201.77                                         implies(E,D)),F),F))) -> true
% 201.56/201.77  Rule
% 201.56/201.77  [581]
% 201.56/201.77  is_a_theorem(implies(A,implies(implies(implies(implies(implies(implies(B,C),
% 201.56/201.77                                                         implies(D,implies(B,C))),E),
% 201.56/201.77                                         implies(F,E)),V_6),V_6))) -> true
% 201.56/201.77  collapsed.
% 201.56/201.77  Current number of equations to process: 1395
% 201.56/201.77  Current number of ordered equations: 0
% 201.56/201.77  Current number of rules: 798
% 201.56/201.77  New rule produced :
% 201.56/201.77  [997]
% 201.56/201.77  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,C)),E),E))))
% 201.56/201.77  -> true
% 201.56/201.77  Rule
% 201.56/201.77  [470]
% 201.56/201.77  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(C,D),
% 201.56/201.77                                                   implies(E,implies(C,D))),F),F))))
% 201.56/201.77  -> true collapsed.
% 201.56/201.77  Current number of equations to process: 1395
% 201.56/201.77  Current number of ordered equations: 0
% 201.56/201.77  Current number of rules: 798
% 201.56/201.77  New rule produced :
% 201.56/201.77  [998]
% 201.56/201.77  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 201.56/201.77                                                             implies(E,D)),F),F)))))
% 201.56/201.77  -> true
% 201.56/201.77  Rule
% 201.56/201.77  [719]
% 201.56/201.77  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(implies(D,E),
% 201.56/201.77                                                             implies(F,
% 201.56/201.77                                                             implies(D,E))),V_6),V_6)))))
% 201.56/201.77  -> true collapsed.
% 201.56/201.77  Current number of equations to process: 1395
% 201.56/201.77  Current number of ordered equations: 0
% 201.56/201.77  Current number of rules: 798
% 201.56/201.77  New rule produced :
% 201.56/201.77  [999] is_a_theorem(implies(implies(implies(A,implies(B,A)),C),C)) -> true
% 201.56/201.77  Rule
% 201.56/201.77  [614]
% 201.56/201.77  is_a_theorem(implies(implies(implies(implies(A,B),implies(C,implies(A,B))),D),D))
% 201.56/201.77  -> true collapsed.
% 205.96/206.19  Current number of equations to process: 1395
% 205.96/206.19  Current number of ordered equations: 0
% 205.96/206.19  Current number of rules: 798
% 205.96/206.19  New rule produced :
% 205.96/206.19  [1000]
% 205.96/206.19  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(B,implies(C,B)),D),D)),E)),true,
% 205.96/206.19  is_a_theorem(E),true) -> true
% 205.96/206.19  Rule
% 205.96/206.19  [625]
% 205.96/206.19  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(implies(B,C),
% 205.96/206.19                                                      implies(D,implies(B,C))),E),E)),F)),true,
% 205.96/206.19  is_a_theorem(F),true) -> true collapsed.
% 205.96/206.19  Current number of equations to process: 1395
% 205.96/206.19  Current number of ordered equations: 0
% 205.96/206.19  Current number of rules: 798
% 205.96/206.19  New rule produced :
% 205.96/206.19  [1001]
% 205.96/206.19  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,implies(C,B)),D),D)),E),
% 205.96/206.19               implies(F,E))) -> true
% 205.96/206.19  Rule
% 205.96/206.19  [617]
% 205.96/206.19  is_a_theorem(implies(implies(implies(A,implies(implies(implies(implies(B,C),
% 205.96/206.19                                                         implies(D,implies(B,C))),E),E)),F),
% 205.96/206.19               implies(V_6,F))) -> true collapsed.
% 205.96/206.19  Current number of equations to process: 1395
% 205.96/206.19  Current number of ordered equations: 0
% 205.96/206.19  Current number of rules: 798
% 205.96/206.19  New rule produced :
% 205.96/206.19  [1002]
% 205.96/206.19  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,
% 205.96/206.19                                                             implies(E,
% 205.96/206.19                                                             implies(F,E))))),V_6),
% 205.96/206.19                         implies(V_7,V_6)))) -> true
% 205.96/206.19  Rule
% 205.96/206.19  [336]
% 205.96/206.19  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,
% 205.96/206.19                                                             implies(implies(E,F),
% 205.96/206.19                                                             implies(V_6,
% 205.96/206.19                                                             implies(E,F)))))),V_7),
% 205.96/206.19                         implies(V_8,V_7)))) -> true collapsed.
% 205.96/206.19  Current number of equations to process: 1396
% 205.96/206.19  Current number of ordered equations: 0
% 205.96/206.19  Current number of rules: 798
% 205.96/206.19  New rule produced :
% 205.96/206.19  [1003]
% 205.96/206.19  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,implies(D,implies(E,D))))),F)),true,
% 205.96/206.19  is_a_theorem(implies(V_6,F)),true) -> true
% 205.96/206.19  Rule
% 205.96/206.19  [345]
% 205.96/206.19  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,implies(implies(D,E),
% 205.96/206.19                                                          implies(F,implies(D,E)))))),V_6)),true,
% 205.96/206.19  is_a_theorem(implies(V_7,V_6)),true) -> true collapsed.
% 205.96/206.19  Current number of equations to process: 1397
% 205.96/206.19  Current number of ordered equations: 0
% 205.96/206.19  Current number of rules: 798
% 205.96/206.19  New rule produced :
% 205.96/206.19  [1004]
% 205.96/206.19  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,
% 205.96/206.19                                                             implies(E,
% 205.96/206.19                                                             implies(F,
% 205.96/206.19                                                             implies(V_6,F))))),V_7),
% 205.96/206.19                                   implies(V_8,V_7))))) -> true
% 205.96/206.19  Rule
% 205.96/206.19  [365]
% 205.96/206.19  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,
% 205.96/206.19                                                             implies(E,
% 205.96/206.19                                                             implies(implies(F,V_6),
% 205.96/206.19                                                             implies(V_7,
% 205.96/206.19                                                             implies(F,V_6)))))),V_8),
% 205.96/206.19                                   implies(V_9,V_8))))) -> true collapsed.
% 205.96/206.19  Current number of equations to process: 1396
% 205.96/206.19  Current number of ordered equations: 0
% 205.96/206.19  Current number of rules: 798
% 205.96/206.19  New rule produced :
% 205.96/206.19  [1005]
% 205.96/206.19  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,
% 205.96/206.19                                                             implies(E,
% 205.96/206.19                                                             implies(F,E))))),V_6),V_6)))
% 205.96/206.19  -> true
% 205.96/206.19  Rule
% 205.96/206.19  [582]
% 205.96/206.19  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,
% 205.96/206.19                                                             implies(implies(E,F),
% 205.96/206.19                                                             implies(V_6,
% 205.96/206.19                                                             implies(E,F)))))),V_7),V_7)))
% 205.96/206.19  -> true collapsed.
% 205.96/206.19  Current number of equations to process: 1398
% 205.96/206.19  Current number of ordered equations: 0
% 205.96/206.19  Current number of rules: 798
% 205.96/206.19  New rule produced :
% 212.44/212.60  [1006]
% 212.44/212.60  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(
% 212.44/212.60                                                                 implies(
% 212.44/212.60                                                                 not(implies(F,V_6)),
% 212.44/212.60                                                                 implies(F,V_6)),
% 212.44/212.60                                                                 implies(F,V_6))))))))
% 212.44/212.60  -> true
% 212.44/212.60  Current number of equations to process: 1398
% 212.44/212.60  Current number of ordered equations: 0
% 212.44/212.60  Current number of rules: 799
% 212.44/212.60  New rule produced :
% 212.44/212.60  [1007]
% 212.44/212.60  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(implies(implies(C,
% 212.44/212.60                                                                implies(D,C)),E),
% 212.44/212.60                                                implies(F,E)))),V_6)),true,
% 212.44/212.60  is_a_theorem(V_6),true) -> true
% 212.44/212.60  Current number of equations to process: 1397
% 212.44/212.60  Current number of ordered equations: 0
% 212.44/212.60  Current number of rules: 800
% 212.44/212.60  New rule produced :
% 212.44/212.60  [1008]
% 212.44/212.60  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(D,
% 212.44/212.60                                                             implies(E,
% 212.44/212.60                                                             implies(F,
% 212.44/212.60                                                             implies(V_6,F))))))),V_7),
% 212.44/212.60               implies(V_8,V_7))) -> true
% 212.44/212.60  Rule
% 212.44/212.60  [483]
% 212.44/212.60  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(D,
% 212.44/212.60                                                             implies(E,
% 212.44/212.60                                                             implies(implies(F,V_6),
% 212.44/212.60                                                             implies(V_7,
% 212.44/212.60                                                             implies(F,V_6)))))))),V_8),
% 212.44/212.60               implies(V_9,V_8))) -> true collapsed.
% 212.44/212.60  Current number of equations to process: 1415
% 212.44/212.60  Current number of ordered equations: 0
% 212.44/212.60  Current number of rules: 800
% 212.44/212.60  New rule produced :
% 212.44/212.60  [1009]
% 212.44/212.60  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,
% 212.44/212.60                                                             implies(E,
% 212.44/212.60                                                             implies(F,
% 212.44/212.60                                                             implies(V_6,F)))))),V_7),
% 212.44/212.60                         implies(V_8,V_7)))) -> true
% 212.44/212.60  Rule
% 212.44/212.60  [490]
% 212.44/212.60  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,
% 212.44/212.60                                                             implies(E,
% 212.44/212.60                                                             implies(implies(F,V_6),
% 212.44/212.60                                                             implies(V_7,
% 212.44/212.60                                                             implies(F,V_6))))))),V_8),
% 212.44/212.60                         implies(V_9,V_8)))) -> true collapsed.
% 212.44/212.60  Current number of equations to process: 1416
% 212.44/212.60  Current number of ordered equations: 0
% 212.44/212.60  Current number of rules: 800
% 212.44/212.60  New rule produced :
% 212.44/212.60  [1010]
% 212.44/212.60  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,implies(D,implies(E,
% 212.44/212.60                                                                    implies(F,
% 212.44/212.60                                                                    implies(V_6,F))))))),V_7)),true,
% 212.44/212.60  is_a_theorem(V_7),true) -> true
% 212.44/212.60  Current number of equations to process: 1417
% 212.44/212.60  Current number of ordered equations: 0
% 212.44/212.60  Current number of rules: 801
% 212.44/212.60  New rule produced :
% 212.44/212.60  [1011]
% 212.44/212.60  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,implies(D,implies(E,
% 212.44/212.60                                                                    implies(F,E)))))),V_6)),true,
% 212.44/212.60  is_a_theorem(implies(V_7,V_6)),true) -> true
% 212.44/212.60  Current number of equations to process: 1416
% 212.44/212.60  Current number of ordered equations: 0
% 212.44/212.60  Current number of rules: 802
% 212.44/212.60  New rule produced :
% 212.44/212.60  [1012]
% 212.44/212.60  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,
% 212.44/212.60                                                             implies(E,
% 212.44/212.60                                                             implies(F,
% 212.44/212.60                                                             implies(V_6,F)))))),V_7),V_7)))
% 212.44/212.60  -> true
% 212.44/212.60  Rule
% 212.44/212.60  [670]
% 212.44/212.60  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,
% 212.44/212.60                                                             implies(E,
% 212.44/212.60                                                             implies(implies(F,V_6),
% 219.75/219.97                                                             implies(V_7,
% 219.75/219.97                                                             implies(F,V_6))))))),V_8),V_8)))
% 219.75/219.97  -> true collapsed.
% 219.75/219.97  Current number of equations to process: 1420
% 219.75/219.97  Current number of ordered equations: 0
% 219.75/219.97  Current number of rules: 802
% 219.75/219.97  New rule produced :
% 219.75/219.97  [1013]
% 219.75/219.97  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(F,
% 219.75/219.97                                                                 implies(V_6,
% 219.75/219.97                                                                 implies(V_7,
% 219.75/219.97                                                                 implies(V_8,V_7))))))))))
% 219.75/219.97  -> true
% 219.75/219.97  Rule
% 219.75/219.97  [467]
% 219.75/219.97  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(F,
% 219.75/219.97                                                                 implies(V_6,
% 219.75/219.97                                                                 implies(
% 219.75/219.97                                                                 implies(V_7,V_8),
% 219.75/219.97                                                                 implies(V_9,
% 219.75/219.97                                                                 implies(V_7,V_8)))))))))))
% 219.75/219.97  -> true collapsed.
% 219.75/219.97  Current number of equations to process: 1420
% 219.75/219.97  Current number of ordered equations: 0
% 219.75/219.97  Current number of rules: 802
% 219.75/219.97  New rule produced :
% 219.75/219.97  [1014]
% 219.75/219.97  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(C,
% 219.75/219.97                                                                   implies(D,C)),E),
% 219.75/219.97                                                   implies(F,E))),V_6),
% 219.75/219.97                         implies(V_7,V_6)))) -> true
% 219.75/219.97  Rule
% 219.75/219.97  [482]
% 219.75/219.97  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(
% 219.75/219.97                                                                   implies(C,D),
% 219.75/219.97                                                                   implies(E,
% 219.75/219.97                                                                   implies(C,D))),F),
% 219.75/219.97                                                   implies(V_6,F))),V_7),
% 219.75/219.97                         implies(V_8,V_7)))) -> true collapsed.
% 219.75/219.97  Current number of equations to process: 1423
% 219.75/219.97  Current number of ordered equations: 0
% 219.75/219.97  Current number of rules: 802
% 219.75/219.97  New rule produced :
% 219.75/219.97  [1015]
% 219.75/219.97  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(B,implies(C,B)),D),
% 219.75/219.97                                      implies(E,D))),F)),true,is_a_theorem(
% 219.75/219.97                                                              implies(V_6,F)),true)
% 219.75/219.97  -> true
% 219.75/219.97  Current number of equations to process: 1422
% 219.75/219.97  Current number of ordered equations: 0
% 219.75/219.97  Current number of rules: 803
% 219.75/219.97  New rule produced :
% 219.75/219.97  [1016]
% 219.75/219.97  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(C,
% 219.75/219.97                                                                   implies(D,C)),E),
% 219.75/219.97                                                   implies(F,E))),V_6),V_6)))
% 219.75/219.97  -> true
% 219.75/219.97  Rule
% 219.75/219.97  [669]
% 219.75/219.97  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(
% 219.75/219.97                                                                   implies(C,D),
% 219.75/219.97                                                                   implies(E,
% 219.75/219.97                                                                   implies(C,D))),F),
% 219.75/219.97                                                   implies(V_6,F))),V_7),V_7)))
% 219.75/219.97  -> true collapsed.
% 219.75/219.97  Current number of equations to process: 1425
% 219.75/219.97  Current number of ordered equations: 0
% 219.75/219.97  Current number of rules: 803
% 219.75/219.97  New rule produced :
% 219.75/219.97  [1017]
% 219.75/219.97  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 219.75/219.97                                                             implies(E,
% 219.75/219.97                                                             implies(F,
% 219.75/219.97                                                             implies(V_6,F)))),V_7),
% 219.75/219.97                                             implies(V_8,V_7)))))) -> true
% 219.75/219.97  Rule
% 219.75/219.97  [486]
% 219.75/219.97  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 219.75/219.97                                                             implies(E,
% 219.75/219.97                                                             implies(implies(F,V_6),
% 219.75/219.97                                                             implies(V_7,
% 219.75/219.97                                                             implies(F,V_6))))),V_8),
% 224.05/224.26                                             implies(V_9,V_8)))))) -> true
% 224.05/224.26  collapsed.
% 224.05/224.26  Current number of equations to process: 1429
% 224.05/224.26  Current number of ordered equations: 0
% 224.05/224.26  Current number of rules: 803
% 224.05/224.26  New rule produced :
% 224.05/224.26  [1018]
% 224.05/224.26  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(D,C)))),E),E))
% 224.05/224.26  -> true
% 224.05/224.26  Current number of equations to process: 1429
% 224.05/224.26  Current number of ordered equations: 0
% 224.05/224.26  Current number of rules: 804
% 224.05/224.26  New rule produced :
% 224.05/224.26  [1019]
% 224.05/224.26  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,
% 224.05/224.26                                                             implies(E,
% 224.05/224.26                                                             implies(F,E)))),V_6),V_6))))
% 224.05/224.26  -> true
% 224.05/224.26  Rule
% 224.05/224.26  [598]
% 224.05/224.26  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,
% 224.05/224.26                                                             implies(implies(E,F),
% 224.05/224.26                                                             implies(V_6,
% 224.05/224.26                                                             implies(E,F))))),V_7),V_7))))
% 224.05/224.26  -> true collapsed.
% 224.05/224.26  Current number of equations to process: 1432
% 224.05/224.26  Current number of ordered equations: 0
% 224.05/224.26  Current number of rules: 804
% 224.05/224.26  New rule produced :
% 224.05/224.26  [1020]
% 224.05/224.26  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,implies(C,
% 224.05/224.26                                                                   implies(D,
% 224.05/224.26                                                                   implies(E,D)))),F),F)),V_6),
% 224.05/224.26               implies(V_7,V_6))) -> true
% 224.05/224.26  Current number of equations to process: 1431
% 224.05/224.26  Current number of ordered equations: 0
% 224.05/224.26  Current number of rules: 805
% 224.05/224.26  New rule produced :
% 224.05/224.26  [1021]
% 224.05/224.26  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(B,implies(C,
% 224.05/224.26                                                                implies(D,
% 224.05/224.26                                                                implies(E,D)))),F),F)),V_6)),true,
% 224.05/224.26  is_a_theorem(V_6),true) -> true
% 224.05/224.26  Current number of equations to process: 1430
% 224.05/224.26  Current number of ordered equations: 0
% 224.05/224.26  Current number of rules: 806
% 224.05/224.26  New rule produced :
% 224.05/224.26  [1022]
% 224.05/224.26  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(E,
% 224.05/224.26                                                               implies(F,
% 224.05/224.26                                                               implies(E,V_6))),
% 224.05/224.26                                                       implies(V_7,implies(F,
% 224.05/224.26                                                                   implies(E,V_6)))))))))
% 224.05/224.26  -> true
% 224.05/224.26  Current number of equations to process: 1430
% 224.05/224.26  Current number of ordered equations: 0
% 224.05/224.26  Current number of rules: 807
% 224.05/224.26  New rule produced :
% 224.05/224.26  [1023]
% 224.05/224.26  is_a_theorem(implies(implies(implies(implies(implies(implies(implies(A,
% 224.05/224.26                                                               implies(B,A)),C),
% 224.05/224.26                                               implies(D,C)),E),implies(F,E)),V_6),
% 224.05/224.26               implies(V_7,V_6))) -> true
% 224.05/224.26  Current number of equations to process: 1429
% 224.05/224.26  Current number of ordered equations: 0
% 224.05/224.26  Current number of rules: 808
% 224.05/224.26  New rule produced :
% 224.05/224.26  [1024]
% 224.05/224.26  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,implies(C,
% 224.05/224.26                                                                   implies(D,
% 224.05/224.26                                                                   implies(E,D))))),F),
% 224.05/224.26                               implies(V_6,F)),V_7),implies(V_8,V_7))) -> true
% 224.05/224.26  Current number of equations to process: 1428
% 224.05/224.26  Current number of ordered equations: 0
% 224.05/224.26  Current number of rules: 809
% 224.05/224.26  New rule produced :
% 224.05/224.26  [1025]
% 224.05/224.26  is_a_theorem(implies(A,implies(implies(implies(implies(B,implies(C,implies(B,D))),
% 224.05/224.26                                         implies(E,implies(C,implies(B,D)))),F),
% 224.05/224.26                         implies(V_6,F)))) -> true
% 224.05/224.26  Current number of equations to process: 1427
% 224.05/224.26  Current number of ordered equations: 0
% 224.05/224.26  Current number of rules: 810
% 224.05/224.26  New rule produced :
% 224.05/224.26  [1026]
% 224.05/224.26  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(C,
% 224.05/224.26                                                                   implies(D,
% 224.05/224.26                                                                   implies(E,D))),F),
% 224.05/224.26                                                   implies(V_6,F))),V_7),
% 226.25/226.50                         implies(V_8,V_7)))) -> true
% 226.25/226.50  Current number of equations to process: 1426
% 226.25/226.50  Current number of ordered equations: 0
% 226.25/226.50  Current number of rules: 811
% 226.25/226.50  New rule produced :
% 226.25/226.50  [1027]
% 226.25/226.50  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,implies(C,
% 226.25/226.50                                                                   implies(D,
% 226.25/226.50                                                                   implies(E,D)))),F),
% 226.25/226.50                                         implies(V_6,F))),V_7),implies(V_8,V_7)))
% 226.25/226.50  -> true
% 226.25/226.50  Current number of equations to process: 1425
% 226.25/226.50  Current number of ordered equations: 0
% 226.25/226.50  Current number of rules: 812
% 226.25/226.50  New rule produced :
% 226.25/226.50  [1028]
% 226.25/226.50  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,
% 226.25/226.50                                                             implies(E,
% 226.25/226.50                                                             implies(F,
% 226.25/226.50                                                             implies(V_6,
% 226.25/226.50                                                             implies(V_7,V_6)))))),V_8),
% 226.25/226.50                                   implies(V_9,V_8))))) -> true
% 226.25/226.50  Current number of equations to process: 1424
% 226.25/226.50  Current number of ordered equations: 0
% 226.25/226.50  Current number of rules: 813
% 226.25/226.50  New rule produced :
% 226.25/226.50  [1029]
% 226.25/226.50  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(implies(
% 226.25/226.50                                                                     implies(D,
% 226.25/226.50                                                                     implies(E,D)),F),
% 226.25/226.50                                                             implies(V_6,F))),V_7),
% 226.25/226.50                                   implies(V_8,V_7))))) -> true
% 226.25/226.50  Current number of equations to process: 1423
% 226.25/226.50  Current number of ordered equations: 0
% 226.25/226.50  Current number of rules: 814
% 226.25/226.50  New rule produced :
% 226.25/226.50  [1030]
% 226.25/226.50  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(C,
% 226.25/226.50                                                                   implies(D,
% 226.25/226.50                                                                   implies(E,D)))),F),
% 226.25/226.50                                         implies(V_6,F)),V_7),implies(V_8,V_7))))
% 226.25/226.50  -> true
% 226.25/226.50  Current number of equations to process: 1422
% 226.25/226.50  Current number of ordered equations: 0
% 226.25/226.50  Current number of rules: 815
% 226.25/226.50  New rule produced :
% 226.25/226.50  [1031]
% 226.25/226.50  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(C,
% 226.25/226.50                                                                   implies(D,
% 226.25/226.50                                                                   implies(E,D))),F),
% 226.25/226.50                                                   implies(V_6,F))),V_7),V_7)))
% 226.25/226.50  -> true
% 226.25/226.50  Rule
% 226.25/226.50  [731]
% 226.25/226.50  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(C,
% 226.25/226.50                                                                   implies(
% 226.25/226.50                                                                   implies(D,E),
% 226.25/226.50                                                                   implies(F,
% 226.25/226.50                                                                   implies(D,E)))),V_6),
% 226.25/226.50                                                   implies(V_7,V_6))),V_8),V_8)))
% 226.25/226.50  -> true collapsed.
% 226.25/226.50  Current number of equations to process: 1430
% 226.25/226.50  Current number of ordered equations: 0
% 226.25/226.50  Current number of rules: 815
% 226.25/226.50  New rule produced :
% 226.25/226.50  [1032]
% 226.25/226.50  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(
% 226.25/226.50                                                               implies(E,
% 226.25/226.50                                                               implies(F,
% 226.25/226.50                                                               implies(V_6,
% 226.25/226.50                                                               implies(V_7,V_6)))),V_8),
% 226.25/226.50                                                       implies(V_9,V_8)))))))
% 226.25/226.50  -> true
% 226.25/226.50  Current number of equations to process: 1433
% 226.25/226.50  Current number of ordered equations: 0
% 226.25/226.50  Current number of rules: 816
% 226.25/226.50  New rule produced :
% 226.25/226.50  [1033]
% 226.25/226.50  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(C,
% 226.25/226.50                                                                   implies(D,
% 226.25/226.50                                                                   implies(E,D)))),F),
% 226.25/226.50                                         implies(V_6,F)),V_7),V_7))) -> true
% 239.25/239.46  Rule
% 239.25/239.46  [737]
% 239.25/239.46  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(C,
% 239.25/239.46                                                                   implies(
% 239.25/239.46                                                                   implies(D,E),
% 239.25/239.46                                                                   implies(F,
% 239.25/239.46                                                                   implies(D,E))))),V_6),
% 239.25/239.46                                         implies(V_7,V_6)),V_8),V_8))) -> true
% 239.25/239.46  collapsed.
% 239.25/239.46  Current number of equations to process: 1436
% 239.25/239.46  Current number of ordered equations: 0
% 239.25/239.46  Current number of rules: 816
% 239.25/239.46  New rule produced :
% 239.25/239.46  [1034]
% 239.25/239.46  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 239.25/239.46                                                             implies(E,
% 239.25/239.46                                                             implies(F,
% 239.25/239.46                                                             implies(V_6,F)))),V_7),V_7)))))
% 239.25/239.46  -> true
% 239.25/239.46  Rule
% 239.25/239.46  [932]
% 239.25/239.46  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 239.25/239.46                                                             implies(E,
% 239.25/239.46                                                             implies(implies(F,V_6),
% 239.25/239.46                                                             implies(V_7,
% 239.25/239.46                                                             implies(F,V_6))))),V_8),V_8)))))
% 239.25/239.46  -> true collapsed.
% 239.25/239.46  Current number of equations to process: 1436
% 239.25/239.46  Current number of ordered equations: 0
% 239.25/239.46  Current number of rules: 816
% 239.25/239.46  New rule produced :
% 239.25/239.46  [1035]
% 239.25/239.46  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(
% 239.25/239.46                                                                 implies(
% 239.25/239.46                                                                 implies(F,
% 239.25/239.46                                                                 implies(V_6,
% 239.25/239.46                                                                 implies(V_7,V_6))),V_8),
% 239.25/239.46                                                                 implies(V_9,V_8))))))))
% 239.25/239.46  -> true
% 239.25/239.46  Current number of equations to process: 1440
% 239.25/239.46  Current number of ordered equations: 0
% 239.25/239.46  Current number of rules: 817
% 239.25/239.46  New rule produced :
% 239.25/239.46  [1036]
% 239.25/239.46  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(C,
% 239.25/239.46                                                                   implies(D,C))),E),E),F),
% 239.25/239.46                         implies(V_6,F)))) -> true
% 239.25/239.46  Current number of equations to process: 1445
% 239.25/239.46  Current number of ordered equations: 0
% 239.25/239.46  Current number of rules: 818
% 239.25/239.46  New rule produced :
% 239.25/239.46  [1037]
% 239.25/239.46  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(implies(C,
% 239.25/239.46                                                                   implies(D,
% 239.25/239.46                                                                   implies(E,D))),F),F))),V_6),
% 239.25/239.46               implies(V_7,V_6))) -> true
% 239.25/239.46  Current number of equations to process: 1445
% 239.25/239.46  Current number of ordered equations: 0
% 239.25/239.46  Current number of rules: 819
% 239.25/239.46  New rule produced :
% 239.25/239.46  [1038]
% 239.25/239.46  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,implies(C,B))),D),
% 239.25/239.46                               implies(E,D)),F),F)) -> true
% 239.25/239.46  Current number of equations to process: 1445
% 239.25/239.46  Current number of ordered equations: 0
% 239.25/239.46  Current number of rules: 820
% 239.25/239.46  New rule produced :
% 239.25/239.46  [1039]
% 239.25/239.46  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(implies(implies(C,
% 239.25/239.46                                                                implies(D,
% 239.25/239.46                                                                implies(E,D))),F),F))),V_6)),true,
% 239.25/239.46  is_a_theorem(V_6),true) -> true
% 239.25/239.46  Current number of equations to process: 1445
% 239.25/239.46  Current number of ordered equations: 0
% 239.25/239.46  Current number of rules: 821
% 239.25/239.46  New rule produced :
% 239.25/239.46  [1040]
% 239.25/239.46  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(implies(C,
% 239.25/239.46                                                                   implies(D,
% 239.25/239.46                                                                   implies(E,D))),F),
% 239.25/239.46                                                   implies(V_6,F)),V_7),V_7))))
% 239.25/239.46  -> true
% 239.25/239.46  Current number of equations to process: 1447
% 239.25/239.46  Current number of ordered equations: 0
% 239.25/239.46  Current number of rules: 822
% 239.25/239.46  New rule produced :
% 239.25/239.46  [1041]
% 239.25/239.46  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(D,
% 239.85/240.09                                                             implies(E,
% 239.85/240.09                                                             implies(F,
% 239.85/240.09                                                             implies(V_6,
% 239.85/240.09                                                             implies(V_7,V_6)))))))),V_8),
% 239.85/240.09               implies(V_9,V_8))) -> true
% 239.85/240.09  Current number of equations to process: 1446
% 239.85/240.09  Current number of ordered equations: 0
% 239.85/240.09  Current number of rules: 823
% 239.85/240.09  New rule produced :
% 239.85/240.09  [1042]
% 239.85/240.09  ifeq(is_a_theorem(implies(implies(implies(implies(implies(implies(A,implies(B,B)),C),
% 239.85/240.09                                            implies(D,C)),E),implies(F,E)),V_6)),true,
% 239.85/240.09  is_a_theorem(V_6),true) -> true
% 239.85/240.09  Current number of equations to process: 1445
% 239.85/240.09  Current number of ordered equations: 0
% 239.85/240.09  Current number of rules: 824
% 239.85/240.09  New rule produced :
% 239.85/240.09  [1043]
% 239.85/240.09  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(implies(
% 239.85/240.09                                                                     not(
% 239.85/240.09                                                                     implies(D,E)),
% 239.85/240.09                                                                     implies(D,E)),
% 239.85/240.09                                                             implies(D,E))),F),
% 239.85/240.09                                   implies(V_6,F))))) -> true
% 239.85/240.09  Current number of equations to process: 1444
% 239.85/240.09  Current number of ordered equations: 0
% 239.85/240.09  Current number of rules: 825
% 239.85/240.09  New rule produced :
% 239.85/240.09  [1044]
% 239.85/240.09  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(B,implies(
% 239.85/240.09                                                                implies(
% 239.85/240.09                                                                implies(C,C),D),
% 239.85/240.09                                                                implies(E,D))),F),F)),V_6)),true,
% 239.85/240.09  is_a_theorem(V_6),true) -> true
% 239.85/240.09  Current number of equations to process: 1443
% 239.85/240.09  Current number of ordered equations: 0
% 239.85/240.09  Current number of rules: 826
% 239.85/240.09  New rule produced :
% 239.85/240.09  [1045]
% 239.85/240.09  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(B,implies(C,
% 239.85/240.09                                                                implies(
% 239.85/240.09                                                                implies(D,E),
% 239.85/240.09                                                                implies(E,E)))),F),F)),V_6)),true,
% 239.85/240.09  is_a_theorem(V_6),true) -> true
% 239.85/240.09  Current number of equations to process: 1442
% 239.85/240.09  Current number of ordered equations: 0
% 239.85/240.09  Current number of rules: 827
% 239.85/240.09  New rule produced :
% 239.85/240.09  [1046]
% 239.85/240.09  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(implies(implies(B,
% 239.85/240.09                                                                      implies(C,D)),C),
% 239.85/240.09                                                      implies(E,C)),F),F)),V_6)),true,
% 239.85/240.09  is_a_theorem(V_6),true) -> true
% 239.85/240.09  Current number of equations to process: 1441
% 239.85/240.09  Current number of ordered equations: 0
% 239.85/240.09  Current number of rules: 828
% 239.85/240.09  New rule produced :
% 239.85/240.09  [1047]
% 239.85/240.09  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(B,implies(
% 239.85/240.09                                                                implies(B,C),
% 239.85/240.09                                                                implies(D,C))),E),E)),F)),true,
% 239.85/240.09  is_a_theorem(implies(V_6,F)),true) -> true
% 239.85/240.09  Current number of equations to process: 1440
% 239.85/240.09  Current number of ordered equations: 0
% 239.85/240.09  Current number of rules: 829
% 239.85/240.09  New rule produced :
% 239.85/240.09  [1048]
% 239.85/240.09  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(implies(implies(
% 239.85/240.09                                                                implies(
% 239.85/240.09                                                                implies(C,D),C),
% 239.85/240.09                                                                implies(E,C)),F),F))),V_6)),true,
% 239.85/240.09  is_a_theorem(V_6),true) -> true
% 239.85/240.09  Current number of equations to process: 1439
% 239.85/240.09  Current number of ordered equations: 0
% 239.85/240.09  Current number of rules: 830
% 239.85/240.09  New rule produced :
% 239.85/240.09  [1049]
% 239.85/240.09  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(implies(implies(C,
% 239.85/240.09                                                                implies(
% 239.85/240.09                                                                implies(D,E),
% 239.85/240.09                                                                implies(E,E))),F),F))),V_6)),true,
% 240.04/240.28  is_a_theorem(V_6),true) -> true
% 240.04/240.28  Current number of equations to process: 1438
% 240.04/240.28  Current number of ordered equations: 0
% 240.04/240.28  Current number of rules: 831
% 240.04/240.28  New rule produced :
% 240.04/240.28  [1050]
% 240.04/240.28  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(B,C),not(
% 240.04/240.28                                                                   implies(B,C))),
% 240.04/240.28                                      not(implies(B,C)))),D)),true,is_a_theorem(
% 240.04/240.28                                                                   implies(E,D)),true)
% 240.04/240.28  -> true
% 240.04/240.28  Current number of equations to process: 1437
% 240.04/240.28  Current number of ordered equations: 0
% 240.04/240.28  Current number of rules: 832
% 240.04/240.28  New rule produced :
% 240.04/240.28  [1051]
% 240.04/240.28  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(implies(B,
% 240.04/240.28                                                              implies(B,C)),
% 240.04/240.28                                                      implies(D,implies(B,C))),E),E)),F)),true,
% 240.04/240.28  is_a_theorem(F),true) -> true
% 240.04/240.28  Current number of equations to process: 1436
% 240.04/240.28  Current number of ordered equations: 0
% 240.04/240.28  Current number of rules: 833
% 240.04/240.28  New rule produced :
% 240.04/240.28  [1052]
% 240.04/240.28  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(implies(B,C),
% 240.04/240.28                                                      implies(D,implies(B,C))),E),E)),F)),true,
% 240.04/240.28  is_a_theorem(implies(V_6,F)),true) -> true
% 240.04/240.28  Current number of equations to process: 1435
% 240.04/240.28  Current number of ordered equations: 0
% 240.04/240.28  Current number of rules: 834
% 240.04/240.28  New rule produced :
% 240.04/240.28  [1053]
% 240.04/240.28  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(B,implies(
% 240.04/240.28                                                                implies(C,B),
% 240.04/240.28                                                                implies(D,B))),E),E)),F)),true,
% 240.04/240.28  is_a_theorem(implies(V_6,F)),true) -> true
% 240.04/240.28  Current number of equations to process: 1434
% 240.04/240.28  Current number of ordered equations: 0
% 240.04/240.28  Current number of rules: 835
% 240.04/240.28  New rule produced :
% 240.04/240.28  [1054]
% 240.04/240.28  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(implies(
% 240.04/240.28                                                                     not(
% 240.04/240.28                                                                     implies(D,E)),
% 240.04/240.28                                                                     implies(D,E)),
% 240.04/240.28                                                             implies(D,E)))),F),
% 240.04/240.28                         implies(V_6,F)))) -> true
% 240.04/240.28  Current number of equations to process: 1433
% 240.04/240.28  Current number of ordered equations: 0
% 240.04/240.28  Current number of rules: 836
% 240.04/240.28  New rule produced :
% 240.04/240.28  [1055]
% 240.04/240.28  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(implies(
% 240.04/240.28                                                                     not(
% 240.04/240.28                                                                     implies(D,E)),
% 240.04/240.28                                                                     implies(D,E)),
% 240.04/240.28                                                             implies(F,
% 240.04/240.28                                                             implies(D,E)))),V_6),V_6))))
% 240.04/240.28  -> true
% 240.04/240.28  Current number of equations to process: 1432
% 240.04/240.28  Current number of ordered equations: 0
% 240.04/240.28  Current number of rules: 837
% 240.04/240.28  New rule produced :
% 240.04/240.28  [1056]
% 240.04/240.28  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(implies(
% 240.04/240.28                                                                     not(
% 240.04/240.28                                                                     implies(D,E)),
% 240.04/240.28                                                                     implies(D,E)),
% 240.04/240.28                                                             implies(D,E))))),F),
% 240.04/240.28               implies(V_6,F))) -> true
% 240.04/240.28  Current number of equations to process: 1431
% 240.04/240.28  Current number of ordered equations: 0
% 240.04/240.28  Current number of rules: 838
% 240.04/240.28  New rule produced :
% 240.04/240.28  [1057]
% 240.04/240.28  ifeq(is_a_theorem(implies(implies(implies(implies(implies(implies(A,implies(B,A)),C),
% 240.04/240.28                                            implies(D,C)),E),implies(F,E)),V_6)),true,
% 240.04/240.28  is_a_theorem(V_6),true) -> true
% 240.04/240.28  Current number of equations to process: 1430
% 240.04/240.28  Current number of ordered equations: 0
% 240.04/240.28  Current number of rules: 839
% 240.04/240.28  New rule produced :
% 240.04/240.28  [1058]
% 240.04/240.28  ifeq(is_a_theorem(implies(implies(implies(implies(A,implies(B,implies(C,
% 240.04/240.28                                                                implies(D,
% 240.04/240.28                                                                implies(E,D))))),F),
% 246.17/246.39                            implies(V_6,F)),V_7)),true,is_a_theorem(V_7),true)
% 246.17/246.39  -> true
% 246.17/246.39  Current number of equations to process: 1429
% 246.17/246.39  Current number of ordered equations: 0
% 246.17/246.39  Current number of rules: 840
% 246.17/246.39  New rule produced :
% 246.17/246.39  [1059]
% 246.17/246.39  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(B,implies(C,
% 246.17/246.39                                                                implies(D,
% 246.17/246.39                                                                implies(E,D)))),F),
% 246.17/246.39                                      implies(V_6,F))),V_7)),true,is_a_theorem(V_7),true)
% 246.17/246.39  -> true
% 246.17/246.39  Current number of equations to process: 1428
% 246.17/246.39  Current number of ordered equations: 0
% 246.17/246.39  Current number of rules: 841
% 246.17/246.39  New rule produced :
% 246.17/246.39  [1060]
% 246.17/246.39  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(B,implies(C,
% 246.17/246.39                                                                implies(D,C))),E),
% 246.17/246.39                                      implies(F,E))),V_6)),true,is_a_theorem(
% 246.17/246.39                                                                implies(V_7,V_6)),true)
% 246.17/246.39  -> true
% 246.17/246.39  Current number of equations to process: 1427
% 246.17/246.39  Current number of ordered equations: 0
% 246.17/246.39  Current number of rules: 842
% 246.17/246.39  New rule produced :
% 246.17/246.39  [1061]
% 246.17/246.39  ifeq(is_a_theorem(implies(implies(implies(implies(A,implies(B,implies(C,
% 246.17/246.39                                                                implies(D,C)))),E),
% 246.17/246.39                            implies(F,E)),V_6)),true,is_a_theorem(implies(V_7,V_6)),true)
% 246.17/246.39  -> true
% 246.17/246.39  Current number of equations to process: 1426
% 246.17/246.39  Current number of ordered equations: 0
% 246.17/246.39  Current number of rules: 843
% 246.17/246.39  New rule produced :
% 246.17/246.39  [1062]
% 246.17/246.39  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,implies(D,implies(E,
% 246.17/246.39                                                                    implies(F,
% 246.17/246.39                                                                    implies(V_6,
% 246.17/246.39                                                                    implies(V_7,V_6)))))))),V_8)),true,
% 246.17/246.39  is_a_theorem(V_8),true) -> true
% 246.17/246.39  Current number of equations to process: 1425
% 246.17/246.39  Current number of ordered equations: 0
% 246.17/246.39  Current number of rules: 844
% 246.17/246.39  New rule produced :
% 246.17/246.39  [1063]
% 246.17/246.39  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(D,
% 246.17/246.39                                                             implies(E,
% 246.17/246.39                                                             implies(implies(E,F),
% 246.17/246.39                                                             implies(V_6,F))))))),V_7),V_7))
% 246.17/246.39  -> true
% 246.17/246.39  Current number of equations to process: 1425
% 246.17/246.39  Current number of ordered equations: 0
% 246.17/246.39  Current number of rules: 845
% 246.17/246.39  New rule produced :
% 246.17/246.39  [1064]
% 246.17/246.39  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,implies(
% 246.17/246.39                                                                   implies(B,C),
% 246.17/246.39                                                                   implies(D,C))),E),
% 246.17/246.39                                         implies(F,E))),V_6),V_6)) -> true
% 246.17/246.39  Current number of equations to process: 1429
% 246.17/246.39  Current number of ordered equations: 0
% 246.17/246.39  Current number of rules: 846
% 246.17/246.39  New rule produced :
% 246.17/246.39  [1065]
% 246.17/246.39  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,implies(
% 246.17/246.39                                                                   implies(B,C),
% 246.17/246.39                                                                   implies(D,C)))),E),
% 246.17/246.39                               implies(F,E)),V_6),V_6)) -> true
% 246.17/246.39  Current number of equations to process: 1433
% 246.17/246.39  Current number of ordered equations: 0
% 246.17/246.39  Current number of rules: 847
% 246.17/246.39  New rule produced :
% 246.17/246.39  [1066]
% 246.17/246.39  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,C),not(
% 246.17/246.39                                                                      implies(B,C))),
% 246.17/246.39                                         implies(D,not(implies(B,C))))),E),E))
% 246.17/246.39  -> true
% 246.17/246.39  Current number of equations to process: 1437
% 246.17/246.39  Current number of ordered equations: 0
% 246.17/246.39  Current number of rules: 848
% 246.17/246.39  New rule produced :
% 246.17/246.39  [1067]
% 246.17/246.39  is_a_theorem(implies(implies(implies(A,B),implies(implies(implies(not(C),
% 246.17/246.39                                                            not(D)),E),C)),
% 246.17/246.39               implies(implies(C,A),implies(D,A)))) -> true
% 246.17/246.39  Current number of equations to process: 1441
% 255.85/256.03  Current number of ordered equations: 0
% 255.85/256.03  Current number of rules: 849
% 255.85/256.03  New rule produced :
% 255.85/256.03  [1068]
% 255.85/256.03  is_a_theorem(implies(implies(implies(implies(implies(implies(A,B),implies(C,B)),
% 255.85/256.03                                       implies(B,D)),implies(E,implies(B,D))),F),F))
% 255.85/256.03  -> true
% 255.85/256.03  Current number of equations to process: 1445
% 255.85/256.03  Current number of ordered equations: 0
% 255.85/256.03  Current number of rules: 850
% 255.85/256.03  New rule produced :
% 255.85/256.03  [1069]
% 255.85/256.03  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,implies(
% 255.85/256.03                                                                   implies(C,B),
% 255.85/256.03                                                                   implies(D,B)))),E),
% 255.85/256.03                               implies(F,E)),V_6),V_6)) -> true
% 255.85/256.03  Current number of equations to process: 1449
% 255.85/256.03  Current number of ordered equations: 0
% 255.85/256.03  Current number of rules: 851
% 255.85/256.03  New rule produced :
% 255.85/256.03  [1070]
% 255.85/256.03  is_a_theorem(implies(implies(implies(implies(implies(A,implies(implies(
% 255.85/256.03                                                                 implies(B,C),B),
% 255.85/256.03                                                         implies(D,B))),E),
% 255.85/256.03                               implies(F,E)),V_6),V_6)) -> true
% 255.85/256.03  Current number of equations to process: 1453
% 255.85/256.03  Current number of ordered equations: 0
% 255.85/256.03  Current number of rules: 852
% 255.85/256.03  New rule produced :
% 255.85/256.03  [1071]
% 255.85/256.03  is_a_theorem(implies(implies(implies(A,implies(implies(implies(implies(
% 255.85/256.03                                                                 implies(B,C),B),
% 255.85/256.03                                                         implies(D,B)),E),
% 255.85/256.03                                         implies(F,E))),V_6),V_6)) -> true
% 255.85/256.03  Current number of equations to process: 1457
% 255.85/256.03  Current number of ordered equations: 0
% 255.85/256.03  Current number of rules: 853
% 255.85/256.03  New rule produced :
% 255.85/256.03  [1072]
% 255.85/256.03  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,implies(
% 255.85/256.03                                                                   implies(C,B),
% 255.85/256.03                                                                   implies(D,B))),E),
% 255.85/256.03                                         implies(F,E))),V_6),V_6)) -> true
% 255.85/256.03  Current number of equations to process: 1461
% 255.85/256.03  Current number of ordered equations: 0
% 255.85/256.03  Current number of rules: 854
% 255.85/256.03  New rule produced :
% 255.85/256.03  [1073]
% 255.85/256.03  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(D,
% 255.85/256.03                                                             implies(implies(
% 255.85/256.03                                                                     implies(E,F),E),
% 255.85/256.03                                                             implies(V_6,E)))))),V_7),V_7))
% 255.85/256.03  -> true
% 255.85/256.03  Current number of equations to process: 1465
% 255.85/256.03  Current number of ordered equations: 0
% 255.85/256.03  Current number of rules: 855
% 255.85/256.03  New rule produced :
% 255.85/256.03  [1074]
% 255.85/256.03  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(C,implies(D,D)),
% 255.85/256.03                                                   implies(implies(E,D),
% 255.85/256.03                                                   implies(D,D))))),F),F)) ->
% 255.85/256.03  true
% 255.85/256.03  Current number of equations to process: 1469
% 255.85/256.03  Current number of ordered equations: 0
% 255.85/256.03  Current number of rules: 856
% 255.85/256.03  New rule produced :
% 255.85/256.03  [1075]
% 255.85/256.03  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(D,
% 255.85/256.03                                                             implies(E,
% 255.85/256.03                                                             implies(implies(F,E),
% 255.85/256.03                                                             implies(V_6,E))))))),V_7),V_7))
% 255.85/256.03  -> true
% 255.85/256.03  Current number of equations to process: 1473
% 255.85/256.03  Current number of ordered equations: 0
% 255.85/256.03  Current number of rules: 857
% 255.85/256.03  New rule produced :
% 255.85/256.03  [1076]
% 255.85/256.03  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(C,
% 255.85/256.03                                                                   implies(D,
% 255.85/256.03                                                                   implies(
% 255.85/256.03                                                                   implies(D,E),
% 255.85/256.03                                                                   implies(F,E)))),V_6),V_6)),V_7),V_7)))
% 255.85/256.03  -> true
% 255.85/256.03  Current number of equations to process: 1485
% 255.85/256.03  Current number of ordered equations: 0
% 255.85/256.03  Current number of rules: 858
% 255.85/256.03  New rule produced :
% 255.85/256.03  [1077]
% 255.85/256.03  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(
% 259.45/259.66                                                               implies(E,
% 259.45/259.66                                                               implies(F,
% 259.45/259.66                                                               implies(
% 259.45/259.66                                                               implies(F,V_6),
% 259.45/259.66                                                               implies(V_7,V_6)))),V_8),V_8))))))
% 259.45/259.66  -> true
% 259.45/259.66  Current number of equations to process: 1485
% 259.45/259.66  Current number of ordered equations: 0
% 259.45/259.66  Current number of rules: 859
% 259.45/259.66  New rule produced :
% 259.45/259.66  [1078]
% 259.45/259.66  is_a_theorem(implies(A,implies(implies(implies(implies(implies(implies(B,
% 259.45/259.66                                                                 implies(B,C)),
% 259.45/259.66                                                         implies(D,implies(B,C))),E),
% 259.45/259.66                                         implies(F,E)),V_6),V_6))) -> true
% 259.45/259.66  Current number of equations to process: 1494
% 259.45/259.66  Current number of ordered equations: 0
% 259.45/259.66  Current number of rules: 860
% 259.45/259.66  New rule produced :
% 259.45/259.66  [1079]
% 259.45/259.66  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(implies(D,
% 259.45/259.66                                                                     implies(D,E)),
% 259.45/259.66                                                             implies(F,
% 259.45/259.66                                                             implies(D,E))),V_6),V_6)))))
% 259.45/259.66  -> true
% 259.45/259.66  Current number of equations to process: 1494
% 259.45/259.66  Current number of ordered equations: 0
% 259.45/259.66  Current number of rules: 861
% 259.45/259.66  New rule produced :
% 259.45/259.66  [1080]
% 259.45/259.66  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(
% 259.45/259.66                                                                   implies(C,D),
% 259.45/259.66                                                                   implies(E,D)),
% 259.45/259.66                                                           implies(D,F)),
% 259.45/259.66                                                   implies(D,F))),V_6),V_6)))
% 259.45/259.66  -> true
% 259.45/259.66  Current number of equations to process: 1502
% 259.45/259.66  Current number of ordered equations: 0
% 259.45/259.66  Current number of rules: 862
% 259.45/259.66  New rule produced :
% 259.45/259.66  [1081]
% 259.45/259.66  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(
% 259.45/259.66                                                               implies(
% 259.45/259.66                                                               implies(E,F),
% 259.45/259.66                                                               implies(V_6,F)),
% 259.45/259.66                                                               implies(F,V_7)),
% 259.45/259.66                                                       implies(F,V_7))))))) ->
% 259.45/259.66  true
% 259.45/259.66  Current number of equations to process: 1502
% 259.45/259.66  Current number of ordered equations: 0
% 259.45/259.66  Current number of rules: 863
% 259.45/259.66  New rule produced :
% 259.45/259.66  [1082]
% 259.45/259.66  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(implies(
% 259.45/259.66                                                                     implies(D,
% 259.45/259.66                                                                     implies(
% 259.45/259.66                                                                     implies(D,E),
% 259.45/259.66                                                                     implies(F,E))),V_6),V_6))),V_7),V_7)))
% 259.45/259.66  -> true
% 259.45/259.66  Current number of equations to process: 1510
% 259.45/259.66  Current number of ordered equations: 0
% 259.45/259.66  Current number of rules: 864
% 259.45/259.66  New rule produced :
% 259.45/259.66  [1083]
% 259.45/259.66  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(
% 259.45/259.66                                                                 implies(
% 259.45/259.66                                                                 implies(F,
% 259.45/259.66                                                                 implies(
% 259.45/259.66                                                                 implies(F,V_6),
% 259.45/259.66                                                                 implies(V_7,V_6))),V_8),V_8)))))))
% 259.45/259.66  -> true
% 259.45/259.66  Current number of equations to process: 1510
% 259.45/259.66  Current number of ordered equations: 0
% 259.45/259.66  Current number of rules: 865
% 259.45/259.66  New rule produced :
% 259.45/259.66  [1084]
% 259.45/259.66  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(implies(
% 259.45/259.66                                                                     implies(D,E),
% 259.45/259.66                                                                     not(
% 259.45/259.66                                                                     implies(D,E))),
% 259.45/259.66                                                             not(implies(D,E))))),F),F)))
% 263.44/263.66  -> true
% 263.44/263.66  Current number of equations to process: 1518
% 263.44/263.66  Current number of ordered equations: 0
% 263.44/263.66  Current number of rules: 866
% 263.44/263.66  New rule produced :
% 263.44/263.66  [1085]
% 263.44/263.66  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(
% 263.44/263.66                                                                 implies(
% 263.44/263.66                                                                 implies(F,V_6),
% 263.44/263.66                                                                 not(implies(F,V_6))),
% 263.44/263.66                                                                 not(implies(F,V_6)))))))))
% 263.44/263.66  -> true
% 263.44/263.66  Current number of equations to process: 1518
% 263.44/263.66  Current number of ordered equations: 0
% 263.44/263.66  Current number of rules: 867
% 263.44/263.66  New rule produced :
% 263.44/263.66  [1086]
% 263.44/263.66  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(C,
% 263.44/263.66                                                                   implies(D,
% 263.44/263.66                                                                   implies(
% 263.44/263.66                                                                   implies(E,D),
% 263.44/263.66                                                                   implies(F,D)))),V_6),V_6)),V_7),V_7)))
% 263.44/263.66  -> true
% 263.44/263.66  Current number of equations to process: 1526
% 263.44/263.66  Current number of ordered equations: 0
% 263.44/263.66  Current number of rules: 868
% 263.44/263.66  New rule produced :
% 263.44/263.66  [1087]
% 263.44/263.66  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(
% 263.44/263.66                                                               implies(E,
% 263.44/263.66                                                               implies(F,
% 263.44/263.66                                                               implies(
% 263.44/263.66                                                               implies(V_6,F),
% 263.44/263.66                                                               implies(V_7,F)))),V_8),V_8))))))
% 263.44/263.66  -> true
% 263.44/263.66  Current number of equations to process: 1526
% 263.44/263.66  Current number of ordered equations: 0
% 263.44/263.66  Current number of rules: 869
% 263.44/263.66  New rule produced :
% 263.44/263.66  [1088]
% 263.44/263.66  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(C,
% 263.44/263.66                                                                   implies(
% 263.44/263.66                                                                   implies(
% 263.44/263.66                                                                   implies(D,E),D),
% 263.44/263.66                                                                   implies(F,D))),V_6),V_6)),V_7),V_7)))
% 263.44/263.66  -> true
% 263.44/263.66  Current number of equations to process: 1534
% 263.44/263.66  Current number of ordered equations: 0
% 263.44/263.66  Current number of rules: 870
% 263.44/263.66  New rule produced :
% 263.44/263.66  [1089]
% 263.44/263.66  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(
% 263.44/263.66                                                               implies(E,
% 263.44/263.66                                                               implies(
% 263.44/263.66                                                               implies(
% 263.44/263.66                                                               implies(F,V_6),F),
% 263.44/263.66                                                               implies(V_7,F))),V_8),V_8))))))
% 263.44/263.66  -> true
% 263.44/263.66  Current number of equations to process: 1534
% 263.44/263.66  Current number of ordered equations: 0
% 263.44/263.66  Current number of rules: 871
% 263.44/263.66  New rule produced :
% 263.44/263.66  [1090]
% 263.44/263.66  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,
% 263.44/263.66                                                             implies(implies(E,
% 263.44/263.66                                                                     implies(E,F)),
% 263.44/263.66                                                             implies(V_6,
% 263.44/263.66                                                             implies(E,F)))))),V_7),V_7)))
% 263.44/263.66  -> true
% 263.44/263.66  Current number of equations to process: 1541
% 263.44/263.66  Current number of ordered equations: 0
% 263.44/263.66  Current number of rules: 872
% 263.44/263.66  New rule produced :
% 263.44/263.66  [1091]
% 263.44/263.66  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(implies(
% 263.44/263.66                                                                     implies(D,
% 263.44/263.66                                                                     implies(E,
% 263.44/263.66                                                                     implies(F,E))),V_6),
% 263.44/263.66                                                             implies(V_7,V_6)))),V_8),V_8)))
% 263.44/263.66  -> true
% 263.44/263.66  Current number of equations to process: 1548
% 263.44/263.66  Current number of ordered equations: 0
% 275.75/275.96  Current number of rules: 873
% 275.75/275.96  New rule produced :
% 275.75/275.96  [1092]
% 275.75/275.96  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(C,implies(C,D)),
% 275.75/275.96                                                   implies(E,implies(C,D))))),F),F))
% 275.75/275.96  -> true
% 275.75/275.96  Current number of equations to process: 1556
% 275.75/275.96  Current number of ordered equations: 0
% 275.75/275.96  Current number of rules: 874
% 275.75/275.96  New rule produced :
% 275.75/275.96  [1093]
% 275.75/275.96  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,
% 275.75/275.96                                                             implies(E,E)))),F),
% 275.75/275.96                         implies(V_6,F)))) -> true
% 275.75/275.96  Rule
% 275.75/275.96  [506]
% 275.75/275.96  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(implies(D,E),
% 275.75/275.96                                                             implies(E,E)))),F),
% 275.75/275.96                         implies(V_6,F)))) -> true collapsed.
% 275.75/275.96  Current number of equations to process: 1561
% 275.75/275.96  Current number of ordered equations: 0
% 275.75/275.96  Current number of rules: 874
% 275.75/275.96  New rule produced :
% 275.75/275.96  [1094]
% 275.75/275.96  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,implies(D,D)))),E)),true,
% 275.75/275.96  is_a_theorem(implies(F,E)),true) -> true
% 275.75/275.96  Rule
% 275.75/275.96  [508]
% 275.75/275.96  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(implies(C,D),implies(D,D)))),E)),true,
% 275.75/275.96  is_a_theorem(implies(F,E)),true) -> true collapsed.
% 275.75/275.96  Current number of equations to process: 1562
% 275.75/275.96  Current number of ordered equations: 0
% 275.75/275.96  Current number of rules: 874
% 275.75/275.96  New rule produced :
% 275.75/275.96  [1095]
% 275.75/275.96  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,
% 275.75/275.96                                                             implies(E,
% 275.75/275.96                                                             implies(F,F)))),V_6),
% 275.75/275.96                                   implies(V_7,V_6))))) -> true
% 275.75/275.96  Rule
% 275.75/275.96  [509]
% 275.75/275.96  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,
% 275.75/275.96                                                             implies(implies(E,F),
% 275.75/275.96                                                             implies(F,F)))),V_6),
% 275.75/275.96                                   implies(V_7,V_6))))) -> true collapsed.
% 275.75/275.96  Current number of equations to process: 1561
% 275.75/275.96  Current number of ordered equations: 0
% 275.75/275.96  Current number of rules: 874
% 275.75/275.96  New rule produced :
% 275.75/275.96  [1096]
% 275.75/275.96  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(D,
% 275.75/275.96                                                             implies(E,E)))),F),F)))
% 275.75/275.96  -> true
% 275.75/275.96  Rule
% 275.75/275.96  [569]
% 275.75/275.96  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(implies(D,E),
% 275.75/275.96                                                             implies(E,E)))),F),F)))
% 275.75/275.96  -> true collapsed.
% 275.75/275.96  Current number of equations to process: 1563
% 275.75/275.96  Current number of ordered equations: 0
% 275.75/275.96  Current number of rules: 874
% 275.75/275.96  New rule produced :
% 275.75/275.96  [1097]
% 275.75/275.96  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,implies(C,
% 275.75/275.96                                                                   implies(D,D)))),E),
% 275.75/275.96                               implies(F,E)),V_6),implies(V_7,V_6))) -> true
% 275.75/275.96  Rule
% 275.75/275.96  [516]
% 275.75/275.96  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,implies(
% 275.75/275.96                                                                   implies(C,D),
% 275.75/275.96                                                                   implies(D,D)))),E),
% 275.75/275.96                               implies(F,E)),V_6),implies(V_7,V_6))) -> true
% 275.75/275.96  collapsed.
% 275.75/275.96  Current number of equations to process: 1562
% 275.75/275.96  Current number of ordered equations: 0
% 275.75/275.96  Current number of rules: 874
% 275.75/275.96  New rule produced :
% 275.75/275.96  [1098]
% 275.75/275.96  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(implies(C,D),C),C),E),
% 275.75/275.96                                   implies(F,E))))) -> true
% 275.75/275.96  Current number of equations to process: 1565
% 275.75/275.96  Current number of ordered equations: 0
% 275.75/275.96  Current number of rules: 875
% 275.75/275.96  New rule produced :
% 275.75/275.96  [1099]
% 275.75/275.96  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(implies(
% 275.75/275.96                                                                     implies(D,E),D),D))),F),
% 275.75/275.96                         implies(V_6,F)))) -> true
% 275.75/275.96  Current number of equations to process: 1566
% 275.75/275.96  Current number of ordered equations: 0
% 275.75/275.96  Current number of rules: 876
% 275.75/275.96  New rule produced :
% 275.75/275.96  [1100]
% 275.75/275.96  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(implies(implies(C,D),C),C))),E)),true,
% 275.75/275.96  is_a_theorem(implies(F,E)),true) -> true
% 283.24/283.43  Current number of equations to process: 1567
% 283.24/283.43  Current number of ordered equations: 0
% 283.24/283.43  Current number of rules: 877
% 283.24/283.43  New rule produced :
% 283.24/283.43  [1101]
% 283.24/283.43  is_a_theorem(implies(implies(implies(A,implies(implies(implies(implies(
% 283.24/283.43                                                                 implies(B,C),B),B),D),
% 283.24/283.43                                         implies(E,D))),F),implies(V_6,F))) ->
% 283.24/283.43  true
% 283.24/283.43  Current number of equations to process: 1566
% 283.24/283.43  Current number of ordered equations: 0
% 283.24/283.43  Current number of rules: 878
% 283.24/283.43  New rule produced :
% 283.24/283.43  [1102]
% 283.24/283.43  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,
% 283.24/283.43                                                             implies(implies(
% 283.24/283.43                                                                     implies(E,F),E),E))),V_6),
% 283.24/283.43                                   implies(V_7,V_6))))) -> true
% 283.24/283.43  Current number of equations to process: 1565
% 283.24/283.43  Current number of ordered equations: 0
% 283.24/283.43  Current number of rules: 879
% 283.24/283.43  New rule produced :
% 283.24/283.43  [1103]
% 283.24/283.43  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(implies(
% 283.24/283.43                                                                     implies(D,E),D),D))),F),F)))
% 283.24/283.43  -> true
% 283.24/283.43  Current number of equations to process: 1568
% 283.24/283.43  Current number of ordered equations: 0
% 283.24/283.43  Current number of rules: 880
% 283.24/283.43  New rule produced :
% 283.24/283.43  [1104]
% 283.24/283.43  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(E,implies(
% 283.24/283.43                                                                 implies(
% 283.24/283.43                                                                 implies(F,V_6),F),F)))))))
% 283.24/283.43  -> true
% 283.24/283.43  Current number of equations to process: 1568
% 283.24/283.43  Current number of ordered equations: 0
% 283.24/283.43  Current number of rules: 881
% 283.24/283.43  New rule produced :
% 283.24/283.43  [1105]
% 283.24/283.43  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 283.24/283.43                                                             implies(E,
% 283.24/283.43                                                             implies(F,F))),V_6),
% 283.24/283.43                                             implies(V_7,V_6)))))) -> true
% 283.24/283.43  Rule
% 283.24/283.43  [512]
% 283.24/283.43  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 283.24/283.43                                                             implies(implies(E,F),
% 283.24/283.43                                                             implies(F,F))),V_6),
% 283.24/283.43                                             implies(V_7,V_6)))))) -> true
% 283.24/283.43  collapsed.
% 283.24/283.43  Current number of equations to process: 1572
% 283.24/283.43  Current number of ordered equations: 0
% 283.24/283.43  Current number of rules: 881
% 283.24/283.43  New rule produced :
% 283.24/283.43  [1106]
% 283.24/283.43  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,C))),D),D)) ->
% 283.24/283.43  true
% 283.24/283.43  Current number of equations to process: 1574
% 283.24/283.43  Current number of ordered equations: 0
% 283.24/283.43  Current number of rules: 882
% 283.24/283.43  New rule produced :
% 283.24/283.43  [1107]
% 283.24/283.43  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,
% 283.24/283.43                                                             implies(E,E))),F),F))))
% 283.24/283.43  -> true
% 283.24/283.43  Rule
% 283.24/283.43  [599]
% 283.24/283.43  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(implies(D,E),
% 283.24/283.43                                                             implies(E,E))),F),F))))
% 283.24/283.43  -> true collapsed.
% 283.24/283.43  Current number of equations to process: 1577
% 283.24/283.43  Current number of ordered equations: 0
% 283.24/283.43  Current number of rules: 882
% 283.24/283.43  New rule produced :
% 283.24/283.43  [1108]
% 283.24/283.43  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,implies(C,
% 283.24/283.43                                                                   implies(D,D))),E),E)),F),
% 283.24/283.43               implies(V_6,F))) -> true
% 283.24/283.43  Current number of equations to process: 1576
% 283.24/283.43  Current number of ordered equations: 0
% 283.24/283.43  Current number of rules: 883
% 283.24/283.43  New rule produced :
% 283.24/283.43  [1109]
% 283.24/283.43  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(B,implies(C,
% 283.24/283.43                                                                implies(D,D))),E),E)),F)),true,
% 283.24/283.43  is_a_theorem(F),true) -> true
% 283.24/283.43  Current number of equations to process: 1575
% 283.24/283.43  Current number of ordered equations: 0
% 283.24/283.43  Current number of rules: 884
% 283.24/283.43  New rule produced :
% 283.24/283.43  [1110]
% 283.24/283.43  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(C,
% 283.24/283.43                                                                   implies(D,D))),E),
% 283.24/283.43                                         implies(F,E)),V_6),implies(V_7,V_6))))
% 283.24/283.43  -> true
% 283.24/283.43  Rule
% 283.24/283.43  [515]
% 283.24/283.43  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(
% 283.64/283.84                                                                   implies(C,D),
% 283.64/283.84                                                                   implies(D,D))),E),
% 283.64/283.84                                         implies(F,E)),V_6),implies(V_7,V_6))))
% 283.64/283.84  -> true collapsed.
% 283.64/283.84  Current number of equations to process: 1574
% 283.64/283.84  Current number of ordered equations: 0
% 283.64/283.84  Current number of rules: 884
% 283.64/283.84  New rule produced :
% 283.64/283.84  [1111]
% 283.64/283.84  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,implies(C,
% 283.64/283.84                                                                   implies(D,D))),E),
% 283.64/283.84                                         implies(F,E))),V_6),implies(V_7,V_6)))
% 283.64/283.84  -> true
% 283.64/283.84  Rule
% 283.64/283.84  [514]
% 283.64/283.84  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,implies(
% 283.64/283.84                                                                   implies(C,D),
% 283.64/283.84                                                                   implies(D,D))),E),
% 283.64/283.84                                         implies(F,E))),V_6),implies(V_7,V_6)))
% 283.64/283.84  -> true collapsed.
% 283.64/283.84  Current number of equations to process: 1573
% 283.64/283.84  Current number of ordered equations: 0
% 283.64/283.84  Current number of rules: 884
% 283.64/283.84  New rule produced :
% 283.64/283.84  [1112]
% 283.64/283.84  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(
% 283.64/283.84                                                               implies(E,
% 283.64/283.84                                                               implies(F,
% 283.64/283.84                                                               implies(V_6,V_6))),V_7),
% 283.64/283.84                                                       implies(V_8,V_7)))))))
% 283.64/283.84  -> true
% 283.64/283.84  Rule
% 283.64/283.84  [517]
% 283.64/283.84  is_a_theorem(implies(A,implies(B,implies(C,implies(D,implies(implies(
% 283.64/283.84                                                               implies(E,
% 283.64/283.84                                                               implies(
% 283.64/283.84                                                               implies(F,V_6),
% 283.64/283.84                                                               implies(V_6,V_6))),V_7),
% 283.64/283.84                                                       implies(V_8,V_7)))))))
% 283.64/283.84  -> true collapsed.
% 283.64/283.84  Current number of equations to process: 1573
% 283.64/283.84  Current number of ordered equations: 0
% 283.64/283.84  Current number of rules: 884
% 283.64/283.84  New rule produced :
% 283.64/283.84  [1113]
% 283.64/283.84  ifeq(is_a_theorem(implies(implies(implies(implies(A,implies(B,implies(C,
% 283.64/283.84                                                                implies(D,D)))),E),
% 283.64/283.84                            implies(F,E)),V_6)),true,is_a_theorem(V_6),true) ->
% 283.64/283.84  true
% 283.64/283.84  Rule
% 283.64/283.84  [532]
% 283.64/283.84  ifeq(is_a_theorem(implies(implies(implies(implies(A,implies(B,implies(
% 283.64/283.84                                                                implies(C,D),
% 283.64/283.84                                                                implies(D,D)))),E),
% 283.64/283.84                            implies(F,E)),V_6)),true,is_a_theorem(V_6),true) ->
% 283.64/283.84  true collapsed.
% 283.64/283.84  Current number of equations to process: 1575
% 283.64/283.84  Current number of ordered equations: 0
% 283.64/283.84  Current number of rules: 884
% 283.64/283.84  New rule produced :
% 283.64/283.84  [1114]
% 283.64/283.84  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(implies(implies(B,C),B),B),D),
% 283.64/283.84                                      implies(E,D))),F)),true,is_a_theorem(F),true)
% 283.64/283.84  -> true
% 283.64/283.84  Current number of equations to process: 1574
% 283.64/283.84  Current number of ordered equations: 0
% 283.64/283.84  Current number of rules: 885
% 283.64/283.84  New rule produced :
% 283.64/283.84  [1115]
% 283.64/283.84  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(B,implies(C,
% 283.64/283.84                                                                implies(D,D))),E),
% 283.64/283.84                                      implies(F,E))),V_6)),true,is_a_theorem(V_6),true)
% 283.64/283.84  -> true
% 283.64/283.84  Rule
% 283.64/283.84  [531]
% 283.64/283.84  ifeq(is_a_theorem(implies(implies(A,implies(implies(implies(B,implies(
% 283.64/283.84                                                                implies(C,D),
% 283.64/283.84                                                                implies(D,D))),E),
% 283.64/283.84                                      implies(F,E))),V_6)),true,is_a_theorem(V_6),true)
% 283.64/283.84  -> true collapsed.
% 283.64/283.84  Current number of equations to process: 1573
% 283.64/283.84  Current number of ordered equations: 0
% 283.64/283.84  Current number of rules: 885
% 283.64/283.84  New rule produced :
% 283.64/283.84  [1116]
% 283.64/283.84  ifeq(is_a_theorem(implies(implies(implies(implies(A,implies(B,implies(C,C))),D),
% 283.64/283.84                            implies(E,D)),F)),true,is_a_theorem(implies(V_6,F)),true)
% 287.94/288.14  -> true
% 287.94/288.14  Rule
% 287.94/288.14  [533]
% 287.94/288.14  ifeq(is_a_theorem(implies(implies(implies(implies(A,implies(implies(B,C),
% 287.94/288.14                                                      implies(C,C))),D),
% 287.94/288.14                            implies(E,D)),F)),true,is_a_theorem(implies(V_6,F)),true)
% 287.94/288.14  -> true collapsed.
% 287.94/288.14  Current number of equations to process: 1572
% 287.94/288.14  Current number of ordered equations: 0
% 287.94/288.14  Current number of rules: 885
% 287.94/288.14  New rule produced :
% 287.94/288.14  [1117]
% 287.94/288.14  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(C,
% 287.94/288.14                                                                   implies(D,D))),E),
% 287.94/288.14                                         implies(F,E)),V_6),V_6))) -> true
% 287.94/288.14  Rule
% 287.94/288.14  [588]
% 287.94/288.14  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(
% 287.94/288.14                                                                   implies(C,D),
% 287.94/288.14                                                                   implies(D,D))),E),
% 287.94/288.14                                         implies(F,E)),V_6),V_6))) -> true
% 287.94/288.14  collapsed.
% 287.94/288.14  Current number of equations to process: 1576
% 287.94/288.14  Current number of ordered equations: 0
% 287.94/288.14  Current number of rules: 885
% 287.94/288.14  New rule produced :
% 287.94/288.14  [1118]
% 287.94/288.14  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 287.94/288.14                                                             implies(E,
% 287.94/288.14                                                             implies(F,F))),V_6),V_6)))))
% 287.94/288.14  -> true
% 287.94/288.14  Rule
% 287.94/288.14  [927]
% 287.94/288.14  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(D,
% 287.94/288.14                                                             implies(implies(E,F),
% 287.94/288.14                                                             implies(F,F))),V_6),V_6)))))
% 287.94/288.14  -> true collapsed.
% 287.94/288.14  Current number of equations to process: 1576
% 287.94/288.14  Current number of ordered equations: 0
% 287.94/288.14  Current number of rules: 885
% 287.94/288.14  New rule produced :
% 287.94/288.14  [1119]
% 287.94/288.14  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(D,
% 287.94/288.14                                                             implies(implies(E,
% 287.94/288.14                                                                     implies(E,F)),
% 287.94/288.14                                                             implies(V_6,
% 287.94/288.14                                                             implies(E,F))))),V_7),V_7))))
% 287.94/288.14  -> true
% 287.94/288.14  Current number of equations to process: 1576
% 287.94/288.14  Current number of ordered equations: 0
% 287.94/288.14  Current number of rules: 886
% 287.94/288.14  New rule produced :
% 287.94/288.14  [1120]
% 287.94/288.14  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,implies(
% 287.94/288.14                                                                   implies(
% 287.94/288.14                                                                   implies(C,D),C),C))),E),
% 287.94/288.14                               implies(F,E)),V_6),implies(V_7,V_6))) -> true
% 287.94/288.14  Current number of equations to process: 1575
% 287.94/288.14  Current number of ordered equations: 0
% 287.94/288.14  Current number of rules: 887
% 287.94/288.14  New rule produced :
% 287.94/288.14  [1121]
% 287.94/288.14  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(implies(C,
% 287.94/288.14                                                                   implies(D,
% 287.94/288.14                                                                   implies(E,E))),F),
% 287.94/288.14                                                   implies(V_6,F)))),V_7),
% 287.94/288.14               implies(V_8,V_7))) -> true
% 287.94/288.14  Rule
% 287.94/288.14  [539]
% 287.94/288.14  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(implies(C,
% 287.94/288.14                                                                   implies(
% 287.94/288.14                                                                   implies(D,E),
% 287.94/288.14                                                                   implies(E,E))),F),
% 287.94/288.14                                                   implies(V_6,F)))),V_7),
% 287.94/288.14               implies(V_8,V_7))) -> true collapsed.
% 287.94/288.14  Current number of equations to process: 1574
% 287.94/288.14  Current number of ordered equations: 0
% 287.94/288.14  Current number of rules: 887
% 287.94/288.14  New rule produced :
% 287.94/288.14  [1122]
% 287.94/288.14  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(implies(C,
% 287.94/288.14                                                                   implies(D,
% 287.94/288.14                                                                   implies(E,E))),F),
% 287.94/288.14                                                   implies(V_6,F)),V_7),
% 287.94/288.14                                   implies(V_8,V_7))))) -> true
% 287.94/288.14  Rule
% 287.94/288.14  [5Cputime limit exceeded (core dumped)
%------------------------------------------------------------------------------