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

View Problem - Process Solution

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

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

% Result   : Timeout 293.75s
% 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  : LCL026-10 : TPTP v7.3.0. Released v7.3.0.
% 0.00/0.04  % Command  : tptp2X_and_run_cime %s
% 0.04/0.24  % Computer : n190.star.cs.uiowa.edu
% 0.04/0.24  % Model    : x86_64 x86_64
% 0.04/0.24  % CPU      : Intel(R) Xeon(R) CPU E5-2609 0 @ 2.40GHz
% 0.04/0.24  % Memory   : 32218.5MB
% 0.04/0.24  % OS       : Linux 3.10.0-862.11.6.el7.x86_64
% 0.04/0.24  % CPULimit : 300
% 0.04/0.24  % DateTime : Thu Feb 21 13:45:13 CST 2019
% 0.04/0.24  % CPUTime  : 
% 1.20/1.39  Processing problem /tmp/CiME_3648_n190.star.cs.uiowa.edu
% 1.20/1.39  #verbose 1;
% 1.20/1.39                let F = signature " b,a,falsehood,true : constant;  is_a_theorem : 1;  implies : 2;  ifeq : 4;";
% 1.20/1.39  let X = vars "A B C X Y Z";
% 1.20/1.39  let Axioms = equations F X "
% 1.20/1.39   ifeq(A,A,B,C) = B;
% 1.20/1.39   ifeq(is_a_theorem(implies(X,Y)),true,ifeq(is_a_theorem(X),true,is_a_theorem(Y),true),true) = true;
% 1.20/1.39   is_a_theorem(implies(X,implies(Y,X))) = true;
% 1.20/1.39   is_a_theorem(implies(implies(implies(X,falsehood),falsehood),X)) = true;
% 1.20/1.39   is_a_theorem(implies(implies(X,implies(Y,Z)),implies(implies(X,Y),implies(X,Z)))) = true;
% 1.20/1.39  ";
% 1.20/1.39  
% 1.20/1.39  let s1 = status F "
% 1.20/1.39   b lr_lex;
% 1.20/1.39   a lr_lex;
% 1.20/1.39   falsehood lr_lex;
% 1.20/1.39   true lr_lex;
% 1.20/1.39   is_a_theorem lr_lex;
% 1.20/1.39   implies lr_lex;
% 1.20/1.39   ifeq lr_lex;
% 1.20/1.39  ";
% 1.20/1.39  
% 1.20/1.39  let p1 = precedence F "
% 1.20/1.39  ifeq > implies > is_a_theorem > true > falsehood > a > b";
% 1.20/1.39  
% 1.20/1.39  let s2 = status F "
% 1.20/1.39  b mul;
% 1.20/1.39  a mul;
% 1.20/1.39  falsehood mul;
% 1.20/1.39  true mul;
% 1.20/1.39  is_a_theorem mul;
% 1.20/1.39  implies mul;
% 1.20/1.39  ifeq mul;
% 1.20/1.39  ";
% 1.20/1.39  
% 1.20/1.39  let p2 = precedence F "
% 1.20/1.39  ifeq > implies > is_a_theorem > true = falsehood = a = b";
% 1.20/1.39  
% 1.20/1.39  let o_auto = AUTO Axioms;
% 1.20/1.39  
% 1.20/1.39  let o = LEX o_auto (LEX (ACRPO s1 p1) (ACRPO s2 p2));
% 1.20/1.39  
% 1.20/1.39  let Conjectures = equations F X " is_a_theorem(implies(implies(implies(a,b),a),a)) = true;"
% 1.20/1.39  ;
% 1.20/1.39  (*
% 1.20/1.39  let Red_Axioms = normalize_equations Defining_rules Axioms;
% 1.20/1.39  
% 1.20/1.39  let Red_Conjectures =  normalize_equations Defining_rules Conjectures;
% 1.20/1.39  *)
% 1.20/1.39  #time on;
% 1.20/1.39  
% 1.20/1.39  let res = prove_conj_by_ordered_completion o Axioms Conjectures;
% 1.20/1.39  
% 1.20/1.39  #time off;
% 1.20/1.39  
% 1.20/1.39  
% 1.20/1.39  let status = if res then "unsatisfiable" else "satisfiable";
% 1.20/1.39  #quit;
% 1.20/1.39  Verbose level is now 1
% 1.20/1.39  
% 1.20/1.39  F : signature = <signature>
% 1.20/1.39  X : variable_set = <variable set>
% 1.20/1.39  
% 1.20/1.39  Axioms : (F,X) equations = { ifeq(A,A,B,C) = B,
% 1.20/1.39                               ifeq(is_a_theorem(implies(X,Y)),true,ifeq(
% 1.20/1.39                                                                    is_a_theorem(X),true,
% 1.20/1.39                                                                    is_a_theorem(Y),true),true)
% 1.20/1.39                               = true,
% 1.20/1.39                               is_a_theorem(implies(X,implies(Y,X))) = true,
% 1.20/1.39                               is_a_theorem(implies(implies(implies(X,falsehood),falsehood),X))
% 1.20/1.39                               = true,
% 1.20/1.39                               is_a_theorem(implies(implies(X,implies(Y,Z)),
% 1.20/1.39                                            implies(implies(X,Y),implies(X,Z))))
% 1.20/1.39                               = true } (5 equation(s))
% 1.20/1.39  s1 : F status = <status>
% 1.20/1.39  p1 : F precedence = <precedence>
% 1.20/1.39  s2 : F status = <status>
% 1.20/1.39  p2 : F precedence = <precedence>
% 1.20/1.39  o_auto : F term_ordering = <term ordering>
% 1.20/1.39  o : F term_ordering = <term ordering>
% 1.20/1.39  Conjectures : (F,X) equations = { is_a_theorem(implies(implies(implies(a,b),a),a))
% 1.20/1.39                                    = true } (1 equation(s))
% 1.20/1.39  time is now on
% 1.20/1.39  
% 1.20/1.39  Initializing completion ...
% 1.20/1.39  New rule produced : [1] ifeq(A,A,B,C) -> B
% 1.20/1.39  Current number of equations to process: 0
% 1.20/1.39  Current number of ordered equations: 4
% 1.20/1.39  Current number of rules: 1
% 1.20/1.39  New rule produced : [2] is_a_theorem(implies(X,implies(Y,X))) -> true
% 1.20/1.39  Current number of equations to process: 0
% 1.20/1.39  Current number of ordered equations: 3
% 1.20/1.39  Current number of rules: 2
% 1.20/1.39  New rule produced :
% 1.20/1.39  [3] is_a_theorem(implies(implies(implies(X,falsehood),falsehood),X)) -> true
% 1.20/1.39  Current number of equations to process: 0
% 1.20/1.39  Current number of ordered equations: 2
% 1.20/1.39  Current number of rules: 3
% 1.20/1.39  New rule produced :
% 1.20/1.39  [4]
% 1.20/1.39  is_a_theorem(implies(implies(X,implies(Y,Z)),implies(implies(X,Y),implies(X,Z))))
% 1.20/1.39  -> true
% 1.20/1.39  Current number of equations to process: 0
% 1.20/1.39  Current number of ordered equations: 1
% 1.20/1.39  Current number of rules: 4
% 1.20/1.39  New rule produced :
% 1.20/1.39  [5]
% 1.20/1.39  ifeq(is_a_theorem(implies(X,Y)),true,ifeq(is_a_theorem(X),true,is_a_theorem(Y),true),true)
% 1.20/1.39  -> true
% 1.20/1.39  Current number of equations to process: 0
% 1.20/1.39  Current number of ordered equations: 0
% 1.20/1.39  Current number of rules: 5
% 1.20/1.39  New rule produced :
% 1.20/1.39  [6] ifeq(is_a_theorem(A),true,is_a_theorem(implies(B,A)),true) -> true
% 1.20/1.39  Current number of equations to process: 2
% 1.20/1.39  Current number of ordered equations: 0
% 1.20/1.39  Current number of rules: 6
% 1.20/1.39  New rule produced :
% 1.20/1.39  [7]
% 1.20/1.39  ifeq(is_a_theorem(implies(implies(A,falsehood),falsehood)),true,is_a_theorem(A),true)
% 1.20/1.39  -> true
% 1.20/1.39  Current number of equations to process: 4
% 1.20/1.39  Current number of ordered equations: 0
% 1.20/1.39  Current number of rules: 7
% 1.20/1.39  New rule produced :
% 1.20/1.40  [8]
% 1.20/1.40  ifeq(is_a_theorem(implies(implies(A,implies(B,A)),C)),true,is_a_theorem(C),true)
% 1.20/1.40  -> true
% 1.20/1.40  Current number of equations to process: 3
% 1.20/1.40  Current number of ordered equations: 0
% 1.20/1.40  Current number of rules: 8
% 1.20/1.40  New rule produced :
% 1.20/1.40  [9] is_a_theorem(implies(A,implies(B,implies(C,B)))) -> true
% 1.20/1.40  Current number of equations to process: 6
% 1.20/1.40  Current number of ordered equations: 1
% 1.20/1.40  Current number of rules: 9
% 1.20/1.40  New rule produced :
% 1.20/1.40  [10] ifeq(is_a_theorem(implies(A,B)),true,true,true) -> true
% 1.20/1.40  Current number of equations to process: 6
% 1.20/1.40  Current number of ordered equations: 0
% 1.20/1.40  Current number of rules: 10
% 1.20/1.40  New rule produced : [11] ifeq(is_a_theorem(A),true,true,true) -> true
% 1.20/1.40  Rule [10] ifeq(is_a_theorem(implies(A,B)),true,true,true) -> true collapsed.
% 1.20/1.40  Current number of equations to process: 7
% 1.20/1.40  Current number of ordered equations: 0
% 1.20/1.40  Current number of rules: 10
% 1.20/1.40  New rule produced :
% 1.20/1.40  [12]
% 1.20/1.40  is_a_theorem(implies(A,implies(implies(implies(B,falsehood),falsehood),B)))
% 1.20/1.40  -> true
% 1.20/1.40  Current number of equations to process: 6
% 1.20/1.40  Current number of ordered equations: 0
% 1.20/1.40  Current number of rules: 11
% 1.20/1.40  New rule produced : [13] is_a_theorem(implies(falsehood,falsehood)) -> true
% 1.20/1.40  Current number of equations to process: 7
% 1.20/1.40  Current number of ordered equations: 0
% 1.20/1.40  Current number of rules: 12
% 1.20/1.40  New rule produced :
% 1.20/1.40  [14] is_a_theorem(implies(implies(A,B),implies(A,A))) -> true
% 1.20/1.40  Current number of equations to process: 7
% 1.20/1.40  Current number of ordered equations: 0
% 1.20/1.40  Current number of rules: 13
% 1.20/1.40  New rule produced :
% 1.20/1.40  [15] is_a_theorem(implies(A,implies(B,implies(C,implies(X,C))))) -> true
% 1.20/1.40  Current number of equations to process: 8
% 1.20/1.40  Current number of ordered equations: 0
% 1.20/1.40  Current number of rules: 14
% 1.20/1.40  New rule produced :
% 1.20/1.40  [16] is_a_theorem(implies(A,implies(falsehood,falsehood))) -> true
% 1.20/1.40  Current number of equations to process: 12
% 1.20/1.40  Current number of ordered equations: 0
% 1.20/1.40  Current number of rules: 15
% 1.20/1.40  New rule produced :
% 1.20/1.40  [17] ifeq(is_a_theorem(falsehood),true,is_a_theorem(falsehood),true) -> true
% 1.20/1.40  Current number of equations to process: 11
% 1.20/1.40  Current number of ordered equations: 0
% 1.20/1.40  Current number of rules: 16
% 1.20/1.40  New rule produced :
% 1.20/1.40  [18] is_a_theorem(implies(A,implies(implies(B,C),implies(B,B)))) -> true
% 1.20/1.40  Current number of equations to process: 13
% 1.20/1.40  Current number of ordered equations: 0
% 1.20/1.40  Current number of rules: 17
% 1.20/1.40  New rule produced : [19] is_a_theorem(implies(A,A)) -> true
% 1.20/1.40  Rule [13] is_a_theorem(implies(falsehood,falsehood)) -> true collapsed.
% 1.20/1.40  Current number of equations to process: 13
% 1.20/1.40  Current number of ordered equations: 0
% 1.20/1.40  Current number of rules: 17
% 1.20/1.40  New rule produced :
% 1.20/1.40  [20]
% 1.20/1.40  ifeq(is_a_theorem(implies(implies(falsehood,falsehood),A)),true,is_a_theorem(A),true)
% 1.20/1.40  -> true
% 1.20/1.40  Current number of equations to process: 12
% 1.20/1.40  Current number of ordered equations: 0
% 1.20/1.40  Current number of rules: 18
% 1.20/1.40  New rule produced :
% 1.20/1.40  [21] is_a_theorem(implies(A,implies(B,implies(falsehood,falsehood)))) -> true
% 1.20/1.40  Current number of equations to process: 14
% 1.20/1.40  Current number of ordered equations: 0
% 1.20/1.40  Current number of rules: 19
% 1.20/1.40  New rule produced : [22] is_a_theorem(implies(A,implies(B,B))) -> true
% 1.20/1.40  Rule [14] is_a_theorem(implies(implies(A,B),implies(A,A))) -> true collapsed.
% 1.20/1.40  Rule [16] is_a_theorem(implies(A,implies(falsehood,falsehood))) -> true
% 1.20/1.40  collapsed.
% 1.20/1.40  Current number of equations to process: 18
% 1.20/1.40  Current number of ordered equations: 0
% 1.20/1.40  Current number of rules: 18
% 1.20/1.40  New rule produced :
% 1.20/1.40  [23] ifeq(is_a_theorem(A),true,is_a_theorem(A),true) -> true
% 1.20/1.40  Rule
% 1.20/1.40  [17] ifeq(is_a_theorem(falsehood),true,is_a_theorem(falsehood),true) -> true
% 1.20/1.40  collapsed.
% 1.20/1.40  Current number of equations to process: 17
% 1.20/1.40  Current number of ordered equations: 0
% 1.20/1.40  Current number of rules: 18
% 1.20/1.40  New rule produced :
% 1.20/1.40  [24]
% 1.20/1.40  ifeq(is_a_theorem(implies(implies(A,A),B)),true,is_a_theorem(B),true) -> true
% 1.20/1.40  Rule
% 1.20/1.40  [20]
% 1.20/1.40  ifeq(is_a_theorem(implies(implies(falsehood,falsehood),A)),true,is_a_theorem(A),true)
% 1.20/1.40  -> true collapsed.
% 1.20/1.40  Current number of equations to process: 16
% 1.20/1.40  Current number of ordered equations: 0
% 1.20/1.40  Current number of rules: 18
% 1.20/1.40  New rule produced :
% 1.20/1.40  [25]
% 1.20/1.40  is_a_theorem(implies(A,implies(B,implies(C,implies(falsehood,falsehood)))))
% 1.20/1.40  -> true
% 1.20/1.40  Current number of equations to process: 17
% 1.20/1.40  Current number of ordered equations: 0
% 1.20/1.40  Current number of rules: 19
% 1.21/1.43  New rule produced :
% 1.21/1.43  [26] is_a_theorem(implies(A,implies(B,implies(C,C)))) -> true
% 1.21/1.43  Rule [18] is_a_theorem(implies(A,implies(implies(B,C),implies(B,B)))) -> true
% 1.21/1.43  collapsed.
% 1.21/1.43  Rule
% 1.21/1.43  [21] is_a_theorem(implies(A,implies(B,implies(falsehood,falsehood)))) -> true
% 1.21/1.43  collapsed.
% 1.21/1.43  Current number of equations to process: 18
% 1.21/1.43  Current number of ordered equations: 0
% 1.21/1.43  Current number of rules: 18
% 1.21/1.43  New rule produced :
% 1.21/1.43  [27]
% 1.21/1.43  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,falsehood),falsehood),C))))
% 1.21/1.43  -> true
% 1.21/1.43  Current number of equations to process: 17
% 1.21/1.43  Current number of ordered equations: 0
% 1.21/1.43  Current number of rules: 19
% 1.21/1.43  New rule produced :
% 1.21/1.43  [28]
% 1.21/1.43  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(Y,X)))))) ->
% 1.21/1.43  true
% 1.21/1.43  Current number of equations to process: 16
% 1.21/1.43  Current number of ordered equations: 0
% 1.21/1.43  Current number of rules: 20
% 1.21/1.43  New rule produced :
% 1.21/1.43  [29]
% 1.21/1.43  is_a_theorem(implies(A,implies(B,implies(implies(C,X),implies(C,C))))) ->
% 1.21/1.43  true
% 1.21/1.43  Current number of equations to process: 15
% 1.21/1.43  Current number of ordered equations: 0
% 1.21/1.43  Current number of rules: 21
% 1.21/1.43  New rule produced :
% 1.21/1.43  [30]
% 1.21/1.43  is_a_theorem(implies(implies(implies(A,B),A),implies(implies(A,B),B))) ->
% 1.21/1.43  true
% 1.21/1.43  Current number of equations to process: 15
% 1.21/1.43  Current number of ordered equations: 0
% 1.21/1.43  Current number of rules: 22
% 1.21/1.43  New rule produced :
% 1.21/1.43  [31] is_a_theorem(implies(A,implies(B,implies(C,implies(X,X))))) -> true
% 1.21/1.43  Rule
% 1.21/1.43  [25]
% 1.21/1.43  is_a_theorem(implies(A,implies(B,implies(C,implies(falsehood,falsehood)))))
% 1.21/1.43  -> true collapsed.
% 1.21/1.43  Rule
% 1.21/1.43  [29]
% 1.21/1.43  is_a_theorem(implies(A,implies(B,implies(implies(C,X),implies(C,C))))) ->
% 1.21/1.43  true collapsed.
% 1.21/1.43  Current number of equations to process: 18
% 1.21/1.43  Current number of ordered equations: 0
% 1.21/1.43  Current number of rules: 21
% 1.21/1.43  New rule produced :
% 1.21/1.43  [32]
% 1.21/1.43  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(falsehood,falsehood))))))
% 1.21/1.43  -> true
% 1.21/1.43  Current number of equations to process: 17
% 1.21/1.43  Current number of ordered equations: 0
% 1.21/1.43  Current number of rules: 22
% 1.21/1.43  New rule produced :
% 1.21/1.43  [33]
% 1.21/1.43  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(Y,Y)))))) ->
% 1.21/1.43  true
% 1.21/1.43  Rule
% 1.21/1.43  [32]
% 1.21/1.43  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(falsehood,falsehood))))))
% 1.21/1.43  -> true collapsed.
% 1.21/1.43  Current number of equations to process: 25
% 1.21/1.43  Current number of ordered equations: 0
% 1.21/1.43  Current number of rules: 22
% 1.21/1.43  New rule produced :
% 1.21/1.43  [34]
% 1.21/1.43  ifeq(is_a_theorem(implies(implies(A,implies(falsehood,falsehood)),B)),true,
% 1.21/1.43  is_a_theorem(B),true) -> true
% 1.21/1.43  Current number of equations to process: 24
% 1.21/1.43  Current number of ordered equations: 0
% 1.21/1.43  Current number of rules: 23
% 1.21/1.43  New rule produced :
% 1.21/1.43  [35]
% 1.21/1.43  ifeq(is_a_theorem(implies(implies(A,implies(B,B)),C)),true,is_a_theorem(C),true)
% 1.21/1.43  -> true
% 1.21/1.43  Rule
% 1.21/1.43  [34]
% 1.21/1.43  ifeq(is_a_theorem(implies(implies(A,implies(falsehood,falsehood)),B)),true,
% 1.21/1.43  is_a_theorem(B),true) -> true collapsed.
% 1.21/1.43  Current number of equations to process: 25
% 1.21/1.43  Current number of ordered equations: 0
% 1.21/1.43  Current number of rules: 23
% 1.21/1.43  New rule produced :
% 1.21/1.43  [36] is_a_theorem(implies(implies(implies(A,A),B),B)) -> true
% 1.21/1.43  Current number of equations to process: 25
% 1.21/1.43  Current number of ordered equations: 0
% 1.21/1.43  Current number of rules: 24
% 1.21/1.43  New rule produced :
% 1.21/1.43  [37] is_a_theorem(implies(A,implies(implies(implies(B,B),C),C))) -> true
% 1.21/1.43  Current number of equations to process: 26
% 1.21/1.43  Current number of ordered equations: 0
% 1.21/1.43  Current number of rules: 25
% 1.21/1.43  New rule produced :
% 1.21/1.43  [38]
% 1.21/1.43  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,C),X),X)))) ->
% 1.21/1.43  true
% 1.21/1.43  Current number of equations to process: 27
% 1.21/1.43  Current number of ordered equations: 0
% 1.21/1.43  Current number of rules: 26
% 1.21/1.43  New rule produced :
% 1.21/1.43  [39]
% 1.21/1.43  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(X,falsehood),falsehood),X)))))
% 1.21/1.43  -> true
% 1.21/1.43  Current number of equations to process: 28
% 1.21/1.43  Current number of ordered equations: 0
% 1.21/1.43  Current number of rules: 27
% 1.21/1.43  New rule produced :
% 1.21/1.43  [40]
% 1.21/1.43  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(Y,implies(Z,Y)))))))
% 1.21/1.43  -> true
% 1.21/1.43  Current number of equations to process: 29
% 1.21/1.43  Current number of ordered equations: 0
% 1.21/1.43  Current number of rules: 28
% 1.21/1.43  New rule produced :
% 1.21/1.43  [41]
% 1.21/1.43  is_a_theorem(implies(A,implies(implies(implies(B,C),B),implies(implies(B,C),C))))
% 1.21/1.43  -> true
% 1.21/1.43  Current number of equations to process: 30
% 1.21/1.43  Current number of ordered equations: 0
% 1.21/1.43  Current number of rules: 29
% 1.21/1.47  New rule produced :
% 1.21/1.47  [42]
% 1.21/1.47  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(Y,implies(Z,Z)))))))
% 1.21/1.47  -> true
% 1.21/1.47  Current number of equations to process: 31
% 1.21/1.47  Current number of ordered equations: 0
% 1.21/1.47  Current number of rules: 30
% 1.21/1.47  New rule produced :
% 1.21/1.47  [43]
% 1.21/1.47  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(X,X),Y),Y)))))
% 1.21/1.47  -> true
% 1.21/1.47  Current number of equations to process: 32
% 1.21/1.47  Current number of ordered equations: 0
% 1.21/1.47  Current number of rules: 31
% 1.21/1.47  New rule produced :
% 1.21/1.47  [44]
% 1.21/1.47  ifeq(is_a_theorem(implies(implies(implies(implies(A,falsehood),falsehood),A),B)),true,
% 1.21/1.47  is_a_theorem(B),true) -> true
% 1.21/1.47  Current number of equations to process: 33
% 1.21/1.47  Current number of ordered equations: 0
% 1.21/1.47  Current number of rules: 32
% 1.21/1.47  New rule produced :
% 1.21/1.47  [45]
% 1.21/1.47  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,B))),X)),true,
% 1.21/1.47  is_a_theorem(X),true) -> true
% 1.21/1.47  Current number of equations to process: 33
% 1.21/1.47  Current number of ordered equations: 0
% 1.21/1.47  Current number of rules: 33
% 1.21/1.47  New rule produced :
% 1.21/1.47  [46] is_a_theorem(implies(implies(A,B),implies(A,implies(C,B)))) -> true
% 1.21/1.47  Current number of equations to process: 33
% 1.21/1.47  Current number of ordered equations: 0
% 1.21/1.47  Current number of rules: 34
% 1.21/1.47  New rule produced :
% 1.21/1.47  [47] is_a_theorem(implies(implies(implies(A,implies(B,A)),C),C)) -> true
% 1.21/1.47  Current number of equations to process: 33
% 1.21/1.47  Current number of ordered equations: 0
% 1.21/1.47  Current number of rules: 35
% 1.21/1.47  New rule produced :
% 1.21/1.47  [48] is_a_theorem(implies(A,implies(B,implies(C,A)))) -> true
% 1.21/1.47  Current number of equations to process: 36
% 1.21/1.47  Current number of ordered equations: 0
% 1.21/1.47  Current number of rules: 36
% 1.21/1.47  New rule produced :
% 1.21/1.47  [49]
% 1.21/1.47  is_a_theorem(implies(A,implies(implies(B,C),implies(B,implies(X,C))))) ->
% 1.21/1.47  true
% 1.21/1.47  Current number of equations to process: 35
% 1.21/1.47  Current number of ordered equations: 0
% 1.21/1.47  Current number of rules: 37
% 1.21/1.47  New rule produced :
% 1.21/1.47  [50]
% 1.21/1.47  is_a_theorem(implies(implies(implies(A,falsehood),falsehood),implies(B,A)))
% 1.21/1.47  -> true
% 1.21/1.47  Current number of equations to process: 35
% 1.21/1.47  Current number of ordered equations: 0
% 1.21/1.47  Current number of rules: 38
% 1.21/1.47  New rule produced :
% 1.21/1.47  [51]
% 1.21/1.47  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,B)),X),X))) ->
% 1.21/1.47  true
% 1.21/1.47  Current number of equations to process: 36
% 1.21/1.47  Current number of ordered equations: 0
% 1.21/1.47  Current number of rules: 39
% 1.21/1.47  New rule produced :
% 1.21/1.47  [52] is_a_theorem(implies(A,implies(B,implies(C,implies(X,B))))) -> true
% 1.21/1.47  Current number of equations to process: 38
% 1.21/1.47  Current number of ordered equations: 0
% 1.21/1.47  Current number of rules: 40
% 1.21/1.47  New rule produced :
% 1.21/1.47  [53]
% 1.21/1.47  ifeq(is_a_theorem(A),true,is_a_theorem(implies(B,implies(C,A))),true) -> true
% 1.21/1.47  Current number of equations to process: 37
% 1.21/1.47  Current number of ordered equations: 0
% 1.21/1.47  Current number of rules: 41
% 1.21/1.47  New rule produced :
% 1.21/1.47  [54]
% 1.21/1.47  ifeq(is_a_theorem(implies(A,B)),true,is_a_theorem(implies(A,implies(C,B))),true)
% 1.21/1.47  -> true
% 1.21/1.47  Current number of equations to process: 38
% 1.21/1.47  Current number of ordered equations: 0
% 1.21/1.47  Current number of rules: 42
% 1.21/1.47  New rule produced :
% 1.21/1.47  [55]
% 1.21/1.47  is_a_theorem(implies(A,implies(implies(implies(B,falsehood),falsehood),
% 1.21/1.47                         implies(C,B)))) -> true
% 1.21/1.47  Current number of equations to process: 40
% 1.21/1.47  Current number of ordered equations: 0
% 1.21/1.47  Current number of rules: 43
% 1.21/1.47  New rule produced :
% 1.21/1.47  [56]
% 1.21/1.47  ifeq(is_a_theorem(implies(implies(A,falsehood),falsehood)),true,is_a_theorem(
% 1.21/1.47                                                                  implies(B,A)),true)
% 1.21/1.47  -> true
% 1.21/1.47  Current number of equations to process: 41
% 1.21/1.47  Current number of ordered equations: 0
% 1.21/1.47  Current number of rules: 44
% 1.21/1.47  New rule produced :
% 1.21/1.47  [57]
% 1.21/1.47  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(Y,C)))))) ->
% 1.21/1.47  true
% 1.21/1.47  Current number of equations to process: 42
% 1.21/1.47  Current number of ordered equations: 0
% 1.21/1.47  Current number of rules: 45
% 1.21/1.47  New rule produced :
% 1.21/1.47  [58] is_a_theorem(implies(implies(implies(A,A),B),implies(C,B))) -> true
% 1.21/1.47  Current number of equations to process: 61
% 1.21/1.47  Current number of ordered equations: 0
% 1.21/1.47  Current number of rules: 46
% 1.21/1.47  New rule produced :
% 1.21/1.47  [59] is_a_theorem(implies(A,implies(B,implies(C,implies(X,A))))) -> true
% 1.21/1.47  Current number of equations to process: 68
% 1.21/1.47  Current number of ordered equations: 0
% 1.21/1.47  Current number of rules: 47
% 1.21/1.47  New rule produced :
% 1.21/1.47  [60]
% 1.21/1.47  is_a_theorem(implies(implies(A,B),implies(C,implies(A,implies(X,B))))) ->
% 1.21/1.54  true
% 1.21/1.54  Current number of equations to process: 67
% 1.21/1.54  Current number of ordered equations: 0
% 1.21/1.54  Current number of rules: 48
% 1.21/1.54  New rule produced :
% 1.21/1.54  [61]
% 1.21/1.54  is_a_theorem(implies(implies(implies(A,implies(B,A)),C),implies(X,C))) ->
% 1.21/1.54  true
% 1.21/1.54  Current number of equations to process: 66
% 1.21/1.54  Current number of ordered equations: 0
% 1.21/1.54  Current number of rules: 49
% 1.21/1.54  New rule produced :
% 1.21/1.54  [62]
% 1.21/1.54  is_a_theorem(implies(implies(implies(A,falsehood),falsehood),implies(B,
% 1.21/1.54                                                               implies(C,A))))
% 1.21/1.54  -> true
% 1.21/1.54  Current number of equations to process: 67
% 1.21/1.54  Current number of ordered equations: 0
% 1.21/1.54  Current number of rules: 50
% 1.21/1.54  New rule produced :
% 1.21/1.54  [63]
% 1.21/1.54  is_a_theorem(implies(A,implies(implies(implies(B,B),C),implies(X,C)))) ->
% 1.21/1.54  true
% 1.21/1.54  Current number of equations to process: 76
% 1.21/1.54  Current number of ordered equations: 0
% 1.21/1.54  Current number of rules: 51
% 1.21/1.54  New rule produced :
% 1.21/1.54  [64]
% 1.21/1.54  is_a_theorem(implies(implies(implies(A,A),B),implies(C,implies(X,B)))) ->
% 1.21/1.54  true
% 1.21/1.54  Current number of equations to process: 80
% 1.21/1.54  Current number of ordered equations: 0
% 1.21/1.54  Current number of rules: 52
% 1.21/1.54  New rule produced :
% 1.21/1.54  [65]
% 1.21/1.54  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(Y,B)))))) ->
% 1.21/1.54  true
% 1.21/1.54  Current number of equations to process: 79
% 1.21/1.54  Current number of ordered equations: 0
% 1.21/1.54  Current number of rules: 53
% 1.21/1.54  New rule produced :
% 1.21/1.54  [66]
% 1.21/1.54  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(Y,A)))))) ->
% 1.21/1.54  true
% 1.21/1.54  Current number of equations to process: 80
% 1.21/1.54  Current number of ordered equations: 0
% 1.21/1.54  Current number of rules: 54
% 1.21/1.54  New rule produced :
% 1.21/1.54  [67]
% 1.21/1.54  ifeq(is_a_theorem(implies(implies(A,A),B)),true,is_a_theorem(implies(C,B)),true)
% 1.21/1.54  -> true
% 1.21/1.54  Current number of equations to process: 82
% 1.21/1.54  Current number of ordered equations: 0
% 1.21/1.54  Current number of rules: 55
% 1.21/1.54  New rule produced :
% 1.21/1.54  [68]
% 1.21/1.54  ifeq(is_a_theorem(A),true,is_a_theorem(implies(B,implies(C,implies(X,A)))),true)
% 1.21/1.54  -> true
% 1.21/1.54  Current number of equations to process: 81
% 1.21/1.54  Current number of ordered equations: 0
% 1.21/1.54  Current number of rules: 56
% 1.21/1.54  New rule produced :
% 1.21/1.54  [69]
% 1.21/1.54  is_a_theorem(implies(A,implies(B,implies(implies(C,X),implies(C,implies(Y,X))))))
% 1.21/1.54  -> true
% 1.21/1.54  Current number of equations to process: 143
% 1.21/1.54  Current number of ordered equations: 0
% 1.21/1.54  Current number of rules: 57
% 1.21/1.54  New rule produced :
% 1.21/1.54  [70]
% 1.21/1.54  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(X,C)),Y),Y))))
% 1.21/1.54  -> true
% 1.21/1.54  Current number of equations to process: 144
% 1.21/1.54  Current number of ordered equations: 0
% 1.21/1.54  Current number of rules: 58
% 1.21/1.54  New rule produced :
% 1.21/1.54  [71]
% 1.21/1.54  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,falsehood),falsehood),
% 1.21/1.54                                   implies(X,C))))) -> true
% 1.21/1.54  Current number of equations to process: 141
% 1.21/1.54  Current number of ordered equations: 0
% 1.21/1.54  Current number of rules: 59
% 1.21/1.54  New rule produced :
% 1.21/1.54  [72]
% 1.21/1.54  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(Y,implies(Z,X)))))))
% 1.21/1.54  -> true
% 1.21/1.54  Current number of equations to process: 140
% 1.21/1.54  Current number of ordered equations: 0
% 1.21/1.54  Current number of rules: 60
% 1.21/1.54  New rule produced :
% 1.21/1.54  [73]
% 1.21/1.54  is_a_theorem(implies(implies(implies(A,B),A),implies(C,implies(implies(A,B),B))))
% 1.21/1.54  -> true
% 1.21/1.54  Current number of equations to process: 139
% 1.21/1.54  Current number of ordered equations: 0
% 1.21/1.54  Current number of rules: 61
% 1.21/1.54  New rule produced :
% 1.21/1.54  [74]
% 1.21/1.54  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,C),X),implies(Y,X)))))
% 1.21/1.54  -> true
% 1.21/1.54  Current number of equations to process: 134
% 1.21/1.54  Current number of ordered equations: 0
% 1.21/1.54  Current number of rules: 62
% 1.21/1.54  New rule produced :
% 1.21/1.54  [75]
% 1.21/1.54  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(Y,implies(Z,C)))))))
% 1.21/1.54  -> true
% 1.21/1.54  Current number of equations to process: 133
% 1.21/1.54  Current number of ordered equations: 0
% 1.21/1.54  Current number of rules: 63
% 1.21/1.54  New rule produced :
% 1.21/1.54  [76]
% 1.21/1.54  is_a_theorem(implies(A,implies(implies(B,C),implies(X,implies(B,implies(Y,C))))))
% 1.21/1.54  -> true
% 1.21/1.54  Current number of equations to process: 132
% 1.21/1.54  Current number of ordered equations: 0
% 1.21/1.54  Current number of rules: 64
% 1.21/1.54  New rule produced :
% 1.21/1.54  [77]
% 1.21/1.54  is_a_theorem(implies(implies(A,B),implies(C,implies(X,implies(A,implies(Y,B))))))
% 1.21/1.54  -> true
% 1.21/1.54  Current number of equations to process: 131
% 1.21/1.54  Current number of ordered equations: 0
% 1.21/1.54  Current number of rules: 65
% 1.21/1.54  New rule produced :
% 1.21/1.54  [78]
% 1.21/1.54  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,B)),X),implies(Y,X))))
% 1.54/1.74  -> true
% 1.54/1.74  Current number of equations to process: 130
% 1.54/1.74  Current number of ordered equations: 0
% 1.54/1.74  Current number of rules: 66
% 1.54/1.74  New rule produced :
% 1.54/1.74  [79]
% 1.54/1.74  is_a_theorem(implies(implies(implies(A,implies(B,A)),C),implies(X,implies(Y,C))))
% 1.54/1.74  -> true
% 1.54/1.74  Current number of equations to process: 129
% 1.54/1.74  Current number of ordered equations: 0
% 1.54/1.74  Current number of rules: 67
% 1.54/1.74  New rule produced :
% 1.54/1.74  [80]
% 1.54/1.74  is_a_theorem(implies(A,implies(implies(implies(B,falsehood),falsehood),
% 1.54/1.74                         implies(C,implies(X,B))))) -> true
% 1.54/1.74  Current number of equations to process: 128
% 1.54/1.74  Current number of ordered equations: 0
% 1.54/1.74  Current number of rules: 68
% 1.54/1.74  New rule produced :
% 1.54/1.74  [81]
% 1.54/1.74  is_a_theorem(implies(implies(implies(A,falsehood),falsehood),implies(B,
% 1.54/1.74                                                               implies(C,
% 1.54/1.74                                                               implies(X,A)))))
% 1.54/1.74  -> true
% 1.54/1.74  Current number of equations to process: 127
% 1.54/1.74  Current number of ordered equations: 0
% 1.54/1.74  Current number of rules: 69
% 1.54/1.74  New rule produced :
% 1.54/1.74  [82]
% 1.54/1.74  is_a_theorem(implies(A,implies(implies(implies(B,B),C),implies(X,implies(Y,C)))))
% 1.54/1.74  -> true
% 1.54/1.74  Current number of equations to process: 125
% 1.54/1.74  Current number of ordered equations: 0
% 1.54/1.74  Current number of rules: 70
% 1.54/1.74  New rule produced :
% 1.54/1.74  [83]
% 1.54/1.74  is_a_theorem(implies(implies(implies(A,A),B),implies(C,implies(X,implies(Y,B)))))
% 1.54/1.74  -> true
% 1.54/1.74  Current number of equations to process: 124
% 1.54/1.74  Current number of ordered equations: 0
% 1.54/1.74  Current number of rules: 71
% 1.54/1.74  New rule produced :
% 1.54/1.74  [84]
% 1.54/1.74  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(Y,implies(Z,B)))))))
% 1.54/1.74  -> true
% 1.54/1.74  Current number of equations to process: 122
% 1.54/1.74  Current number of ordered equations: 0
% 1.54/1.74  Current number of rules: 72
% 1.54/1.74  New rule produced :
% 1.54/1.74  [85]
% 1.54/1.74  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(Y,implies(Z,A)))))))
% 1.54/1.74  -> true
% 1.54/1.74  Current number of equations to process: 121
% 1.54/1.74  Current number of ordered equations: 0
% 1.54/1.74  Current number of rules: 73
% 1.54/1.74  New rule produced :
% 1.54/1.74  [86]
% 1.54/1.74  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(falsehood,falsehood))),C)),true,
% 1.54/1.74  is_a_theorem(C),true) -> true
% 1.54/1.74  Current number of equations to process: 201
% 1.54/1.74  Current number of ordered equations: 0
% 1.54/1.74  Current number of rules: 74
% 1.54/1.74  New rule produced :
% 1.54/1.74  [87]
% 1.54/1.74  is_a_theorem(implies(implies(implies(A,implies(falsehood,falsehood)),B),B))
% 1.54/1.74  -> true
% 1.54/1.74  Current number of equations to process: 201
% 1.54/1.74  Current number of ordered equations: 0
% 1.54/1.74  Current number of rules: 75
% 1.54/1.74  New rule produced :
% 1.54/1.74  [88]
% 1.54/1.74  is_a_theorem(implies(A,implies(implies(implies(B,implies(falsehood,falsehood)),C),C)))
% 1.54/1.74  -> true
% 1.54/1.74  Current number of equations to process: 202
% 1.54/1.74  Current number of ordered equations: 0
% 1.54/1.74  Current number of rules: 76
% 1.54/1.74  New rule produced :
% 1.54/1.74  [89]
% 1.54/1.74  is_a_theorem(implies(implies(implies(A,implies(falsehood,falsehood)),B),
% 1.54/1.74               implies(C,B))) -> true
% 1.54/1.74  Current number of equations to process: 206
% 1.54/1.74  Current number of ordered equations: 0
% 1.54/1.74  Current number of rules: 77
% 1.54/1.74  New rule produced :
% 1.54/1.74  [90]
% 1.54/1.74  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(falsehood,falsehood)),X),X))))
% 1.54/1.74  -> true
% 1.54/1.74  Current number of equations to process: 213
% 1.54/1.74  Current number of ordered equations: 0
% 1.54/1.74  Current number of rules: 78
% 1.54/1.74  New rule produced :
% 1.54/1.74  [91]
% 1.54/1.74  is_a_theorem(implies(A,implies(implies(implies(B,implies(falsehood,falsehood)),C),
% 1.54/1.74                         implies(X,C)))) -> true
% 1.54/1.74  Current number of equations to process: 214
% 1.54/1.74  Current number of ordered equations: 0
% 1.54/1.74  Current number of rules: 79
% 1.54/1.74  New rule produced :
% 1.54/1.74  [92]
% 1.54/1.74  is_a_theorem(implies(implies(implies(A,implies(falsehood,falsehood)),B),
% 1.54/1.74               implies(C,implies(X,B)))) -> true
% 1.54/1.74  Current number of equations to process: 213
% 1.54/1.74  Current number of ordered equations: 0
% 1.54/1.74  Current number of rules: 80
% 1.54/1.74  New rule produced :
% 1.54/1.74  [93]
% 1.54/1.74  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,C))),X)),true,
% 1.54/1.74  is_a_theorem(X),true) -> true
% 1.54/1.74  Rule
% 1.54/1.74  [86]
% 1.54/1.74  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(falsehood,falsehood))),C)),true,
% 1.54/1.74  is_a_theorem(C),true) -> true collapsed.
% 1.54/1.74  Current number of equations to process: 224
% 1.54/1.74  Current number of ordered equations: 0
% 1.54/1.74  Current number of rules: 80
% 1.54/1.74  New rule produced :
% 1.54/1.74  [94] is_a_theorem(implies(implies(implies(A,implies(B,B)),C),C)) -> true
% 1.62/1.81  Rule
% 1.62/1.81  [87]
% 1.62/1.81  is_a_theorem(implies(implies(implies(A,implies(falsehood,falsehood)),B),B))
% 1.62/1.81  -> true collapsed.
% 1.62/1.81  Current number of equations to process: 225
% 1.62/1.81  Current number of ordered equations: 0
% 1.62/1.81  Current number of rules: 80
% 1.62/1.81  New rule produced :
% 1.62/1.81  [95]
% 1.62/1.81  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,C)),X),X))) ->
% 1.62/1.81  true
% 1.62/1.81  Rule
% 1.62/1.81  [88]
% 1.62/1.81  is_a_theorem(implies(A,implies(implies(implies(B,implies(falsehood,falsehood)),C),C)))
% 1.62/1.81  -> true collapsed.
% 1.62/1.81  Current number of equations to process: 226
% 1.62/1.81  Current number of ordered equations: 0
% 1.62/1.81  Current number of rules: 80
% 1.62/1.81  New rule produced :
% 1.62/1.81  [96]
% 1.62/1.81  is_a_theorem(implies(implies(implies(A,implies(B,B)),C),implies(X,C))) ->
% 1.62/1.81  true
% 1.62/1.81  Rule
% 1.62/1.81  [89]
% 1.62/1.81  is_a_theorem(implies(implies(implies(A,implies(falsehood,falsehood)),B),
% 1.62/1.81               implies(C,B))) -> true collapsed.
% 1.62/1.81  Current number of equations to process: 229
% 1.62/1.81  Current number of ordered equations: 0
% 1.62/1.81  Current number of rules: 80
% 1.62/1.81  New rule produced :
% 1.62/1.81  [97]
% 1.62/1.81  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(X,X)),Y),Y))))
% 1.62/1.81  -> true
% 1.62/1.81  Rule
% 1.62/1.81  [90]
% 1.62/1.81  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(falsehood,falsehood)),X),X))))
% 1.62/1.81  -> true collapsed.
% 1.62/1.81  Current number of equations to process: 236
% 1.62/1.81  Current number of ordered equations: 0
% 1.62/1.81  Current number of rules: 80
% 1.62/1.81  New rule produced :
% 1.62/1.81  [98]
% 1.62/1.81  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,C)),X),implies(Y,X))))
% 1.62/1.81  -> true
% 1.62/1.81  Rule
% 1.62/1.81  [91]
% 1.62/1.81  is_a_theorem(implies(A,implies(implies(implies(B,implies(falsehood,falsehood)),C),
% 1.62/1.81                         implies(X,C)))) -> true collapsed.
% 1.62/1.81  Current number of equations to process: 237
% 1.62/1.81  Current number of ordered equations: 0
% 1.62/1.81  Current number of rules: 80
% 1.62/1.81  New rule produced :
% 1.62/1.81  [99]
% 1.62/1.81  is_a_theorem(implies(implies(implies(A,implies(B,B)),C),implies(X,implies(Y,C))))
% 1.62/1.81  -> true
% 1.62/1.81  Rule
% 1.62/1.81  [92]
% 1.62/1.81  is_a_theorem(implies(implies(implies(A,implies(falsehood,falsehood)),B),
% 1.62/1.81               implies(C,implies(X,B)))) -> true collapsed.
% 1.62/1.81  Current number of equations to process: 236
% 1.62/1.81  Current number of ordered equations: 0
% 1.62/1.81  Current number of rules: 80
% 1.62/1.81  New rule produced :
% 1.62/1.81  [100]
% 1.62/1.81  ifeq(is_a_theorem(implies(implies(A,B),A)),true,is_a_theorem(implies(
% 1.62/1.81                                                               implies(A,B),B)),true)
% 1.62/1.81  -> true
% 1.62/1.81  Current number of equations to process: 247
% 1.62/1.81  Current number of ordered equations: 0
% 1.62/1.81  Current number of rules: 81
% 1.62/1.81  New rule produced :
% 1.62/1.81  [101]
% 1.62/1.81  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(X,X)))),Y),Y))
% 1.62/1.81  -> true
% 1.62/1.81  Current number of equations to process: 247
% 1.62/1.81  Current number of ordered equations: 0
% 1.62/1.81  Current number of rules: 82
% 1.62/1.81  New rule produced :
% 1.62/1.81  [102]
% 1.62/1.81  is_a_theorem(implies(implies(implies(implies(implies(A,falsehood),falsehood),A),B),B))
% 1.62/1.81  -> true
% 1.62/1.81  Current number of equations to process: 248
% 1.62/1.81  Current number of ordered equations: 0
% 1.62/1.81  Current number of rules: 83
% 1.62/1.81  New rule produced :
% 1.62/1.81  [103]
% 1.62/1.81  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,B))),X),X)) ->
% 1.62/1.81  true
% 1.62/1.81  Current number of equations to process: 248
% 1.62/1.81  Current number of ordered equations: 0
% 1.62/1.81  Current number of rules: 84
% 1.62/1.81  New rule produced :
% 1.62/1.81  [104]
% 1.62/1.81  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,C))),X),X)) ->
% 1.62/1.81  true
% 1.62/1.81  Current number of equations to process: 248
% 1.62/1.81  Current number of ordered equations: 0
% 1.62/1.81  Current number of rules: 85
% 1.62/1.81  New rule produced :
% 1.62/1.81  [105]
% 1.62/1.81  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(X,C)))),Y),Y))
% 1.62/1.81  -> true
% 1.62/1.81  Current number of equations to process: 247
% 1.62/1.81  Current number of ordered equations: 0
% 1.62/1.81  Current number of rules: 86
% 1.62/1.81  New rule produced :
% 1.62/1.81  [106]
% 1.62/1.81  is_a_theorem(implies(implies(implies(implies(implies(A,A),B),B),C),C)) ->
% 1.62/1.81  true
% 1.62/1.81  Current number of equations to process: 248
% 1.62/1.81  Current number of ordered equations: 0
% 1.62/1.81  Current number of rules: 87
% 1.62/1.81  New rule produced :
% 1.62/1.81  [107]
% 1.62/1.81  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,falsehood),falsehood),B)),C),C))
% 1.62/1.81  -> true
% 1.62/1.81  Current number of equations to process: 248
% 1.62/1.81  Current number of ordered equations: 0
% 1.62/1.81  Current number of rules: 88
% 1.62/1.81  New rule produced :
% 1.62/1.81  [108]
% 1.62/1.81  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,B),C),C)),X),X))
% 1.62/1.81  -> true
% 1.62/1.81  Current number of equations to process: 247
% 1.62/1.81  Current number of ordered equations: 0
% 1.62/1.81  Current number of rules: 89
% 1.68/1.91  New rule produced :
% 1.68/1.91  [109]
% 1.68/1.91  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,A))),X),X)) ->
% 1.68/1.91  true
% 1.68/1.91  Current number of equations to process: 254
% 1.68/1.91  Current number of ordered equations: 0
% 1.68/1.91  Current number of rules: 90
% 1.68/1.91  New rule produced :
% 1.68/1.91  [110]
% 1.68/1.91  is_a_theorem(implies(implies(implies(implies(A,B),implies(A,implies(C,B))),X),X))
% 1.68/1.91  -> true
% 1.68/1.91  Current number of equations to process: 257
% 1.68/1.91  Current number of ordered equations: 0
% 1.68/1.91  Current number of rules: 91
% 1.68/1.91  New rule produced :
% 1.68/1.91  [111]
% 1.68/1.91  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,A)),C),C),X),X))
% 1.68/1.91  -> true
% 1.68/1.91  Current number of equations to process: 256
% 1.68/1.91  Current number of ordered equations: 0
% 1.68/1.91  Current number of rules: 92
% 1.68/1.91  New rule produced :
% 1.68/1.91  [112]
% 1.68/1.91  is_a_theorem(implies(implies(implies(implies(implies(A,falsehood),falsehood),
% 1.68/1.91                               implies(B,A)),C),C)) -> true
% 1.68/1.91  Current number of equations to process: 255
% 1.68/1.91  Current number of ordered equations: 0
% 1.68/1.91  Current number of rules: 93
% 1.68/1.91  New rule produced :
% 1.68/1.91  [113]
% 1.68/1.91  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(X,B)))),Y),Y))
% 1.68/1.91  -> true
% 1.68/1.91  Current number of equations to process: 254
% 1.68/1.91  Current number of ordered equations: 0
% 1.68/1.91  Current number of rules: 94
% 1.68/1.91  New rule produced :
% 1.68/1.91  [114]
% 1.68/1.91  is_a_theorem(implies(implies(implies(implies(implies(A,A),B),implies(C,B)),X),X))
% 1.68/1.91  -> true
% 1.68/1.91  Current number of equations to process: 253
% 1.68/1.91  Current number of ordered equations: 0
% 1.68/1.91  Current number of rules: 95
% 1.68/1.91  New rule produced :
% 1.68/1.91  [115]
% 1.68/1.91  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(X,A)))),Y),Y))
% 1.68/1.91  -> true
% 1.68/1.91  Current number of equations to process: 252
% 1.68/1.91  Current number of ordered equations: 0
% 1.68/1.91  Current number of rules: 96
% 1.68/1.91  New rule produced :
% 1.68/1.91  [116]
% 1.68/1.91  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,B)),C),C),X),X))
% 1.68/1.91  -> true
% 1.68/1.91  Current number of equations to process: 263
% 1.68/1.91  Current number of ordered equations: 0
% 1.68/1.91  Current number of rules: 97
% 1.68/1.91  New rule produced :
% 1.68/1.91  [117]
% 1.68/1.91  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,falsehood),falsehood),B),C),C)))
% 1.68/1.91  -> true
% 1.68/1.91  Current number of equations to process: 288
% 1.68/1.91  Current number of ordered equations: 0
% 1.68/1.91  Current number of rules: 98
% 1.68/1.91  New rule produced :
% 1.68/1.91  [118]
% 1.68/1.91  is_a_theorem(implies(implies(implies(implies(implies(A,falsehood),falsehood),A),B),
% 1.68/1.91               implies(C,B))) -> true
% 1.68/1.91  Current number of equations to process: 287
% 1.68/1.91  Current number of ordered equations: 0
% 1.68/1.91  Current number of rules: 99
% 1.68/1.91  New rule produced :
% 1.68/1.91  [119]
% 1.68/1.91  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(X,C))),Y),Y)))
% 1.68/1.91  -> true
% 1.68/1.91  Current number of equations to process: 286
% 1.68/1.91  Current number of ordered equations: 0
% 1.68/1.91  Current number of rules: 100
% 1.68/1.91  New rule produced :
% 1.68/1.91  [120]
% 1.68/1.91  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,B))),X),implies(Y,X)))
% 1.68/1.91  -> true
% 1.68/1.91  Current number of equations to process: 285
% 1.68/1.91  Current number of ordered equations: 0
% 1.68/1.91  Current number of rules: 101
% 1.68/1.91  New rule produced :
% 1.68/1.91  [121]
% 1.68/1.91  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(X,X))),Y),Y)))
% 1.68/1.91  -> true
% 1.68/1.91  Current number of equations to process: 284
% 1.68/1.91  Current number of ordered equations: 0
% 1.68/1.91  Current number of rules: 102
% 1.68/1.91  New rule produced :
% 1.68/1.91  [122]
% 1.68/1.91  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,C))),X),implies(Y,X)))
% 1.68/1.91  -> true
% 1.68/1.91  Current number of equations to process: 283
% 1.68/1.91  Current number of ordered equations: 0
% 1.68/1.91  Current number of rules: 103
% 1.68/1.91  New rule produced :
% 1.68/1.91  [123]
% 1.68/1.91  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,B),C),C),X),X)))
% 1.68/1.91  -> true
% 1.68/1.91  Current number of equations to process: 294
% 1.68/1.91  Current number of ordered equations: 0
% 1.68/1.91  Current number of rules: 104
% 1.68/1.91  New rule produced :
% 1.68/1.91  [124]
% 1.68/1.91  is_a_theorem(implies(implies(implies(implies(implies(A,A),B),B),C),implies(X,C)))
% 1.68/1.91  -> true
% 1.68/1.91  Current number of equations to process: 293
% 1.68/1.91  Current number of ordered equations: 0
% 1.68/1.91  Current number of rules: 105
% 1.68/1.91  New rule produced :
% 1.68/1.91  [125]
% 1.68/1.91  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(X,B))),Y),Y)))
% 1.68/1.91  -> true
% 1.68/1.91  Current number of equations to process: 310
% 1.68/1.91  Current number of ordered equations: 0
% 1.68/1.91  Current number of rules: 106
% 1.68/1.91  New rule produced :
% 1.68/1.91  [126]
% 1.68/1.91  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,A))),X),implies(Y,X)))
% 1.68/1.91  -> true
% 1.68/1.91  Current number of equations to process: 309
% 2.22/2.42  Current number of ordered equations: 0
% 2.22/2.42  Current number of rules: 107
% 2.22/2.42  New rule produced :
% 2.22/2.42  [127]
% 2.22/2.42  ifeq(is_a_theorem(implies(implies(implies(implies(A,A),B),B),C)),true,
% 2.22/2.42  is_a_theorem(C),true) -> true
% 2.22/2.42  Current number of equations to process: 402
% 2.22/2.42  Current number of ordered equations: 0
% 2.22/2.42  Current number of rules: 108
% 2.22/2.42  New rule produced :
% 2.22/2.42  [128]
% 2.22/2.42  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,A))),X)),true,
% 2.22/2.42  is_a_theorem(X),true) -> true
% 2.22/2.42  Current number of equations to process: 404
% 2.22/2.42  Current number of ordered equations: 0
% 2.22/2.42  Current number of rules: 109
% 2.22/2.42  New rule produced :
% 2.22/2.42  [129]
% 2.22/2.42  ifeq(is_a_theorem(implies(A,B)),true,is_a_theorem(implies(C,implies(A,
% 2.22/2.42                                                              implies(X,B)))),true)
% 2.22/2.42  -> true
% 2.22/2.42  Current number of equations to process: 405
% 2.22/2.42  Current number of ordered equations: 0
% 2.22/2.42  Current number of rules: 110
% 2.22/2.42  New rule produced :
% 2.22/2.42  [130]
% 2.22/2.42  ifeq(is_a_theorem(implies(implies(A,implies(B,A)),C)),true,is_a_theorem(
% 2.22/2.42                                                             implies(X,C)),true)
% 2.22/2.42  -> true
% 2.22/2.42  Current number of equations to process: 474
% 2.22/2.42  Current number of ordered equations: 0
% 2.22/2.42  Current number of rules: 111
% 2.22/2.42  New rule produced :
% 2.22/2.42  [131]
% 2.22/2.42  ifeq(is_a_theorem(implies(implies(A,falsehood),falsehood)),true,is_a_theorem(
% 2.22/2.42                                                                  implies(B,
% 2.22/2.42                                                                  implies(C,A))),true)
% 2.22/2.42  -> true
% 2.22/2.42  Current number of equations to process: 475
% 2.22/2.42  Current number of ordered equations: 0
% 2.22/2.42  Current number of rules: 112
% 2.22/2.42  New rule produced :
% 2.22/2.42  [132]
% 2.22/2.42  ifeq(is_a_theorem(implies(implies(A,A),B)),true,is_a_theorem(implies(C,
% 2.22/2.42                                                               implies(X,B))),true)
% 2.22/2.42  -> true
% 2.22/2.42  Current number of equations to process: 474
% 2.22/2.42  Current number of ordered equations: 0
% 2.22/2.42  Current number of rules: 113
% 2.22/2.42  New rule produced :
% 2.22/2.42  [133]
% 2.22/2.42  ifeq(is_a_theorem(A),true,is_a_theorem(implies(B,implies(C,implies(X,
% 2.22/2.42                                                             implies(Y,A))))),true)
% 2.22/2.42  -> true
% 2.22/2.42  Current number of equations to process: 498
% 2.22/2.42  Current number of ordered equations: 0
% 2.22/2.42  Current number of rules: 114
% 2.22/2.42  New rule produced :
% 2.22/2.42  [134]
% 2.22/2.42  ifeq(is_a_theorem(implies(implies(A,implies(falsehood,falsehood)),B)),true,
% 2.22/2.42  is_a_theorem(implies(C,B)),true) -> true
% 2.22/2.42  Current number of equations to process: 583
% 2.22/2.42  Current number of ordered equations: 0
% 2.22/2.42  Current number of rules: 115
% 2.22/2.42  New rule produced :
% 2.22/2.42  [135]
% 2.22/2.42  ifeq(is_a_theorem(implies(implies(A,implies(B,B)),C)),true,is_a_theorem(
% 2.22/2.42                                                             implies(X,C)),true)
% 2.22/2.42  -> true
% 2.22/2.42  Rule
% 2.22/2.42  [134]
% 2.22/2.42  ifeq(is_a_theorem(implies(implies(A,implies(falsehood,falsehood)),B)),true,
% 2.22/2.42  is_a_theorem(implies(C,B)),true) -> true collapsed.
% 2.22/2.42  Current number of equations to process: 584
% 2.22/2.42  Current number of ordered equations: 0
% 2.22/2.42  Current number of rules: 115
% 2.22/2.42  New rule produced :
% 2.22/2.42  [136]
% 2.22/2.42  is_a_theorem(implies(A,implies(implies(B,implies(C,X)),implies(implies(B,C),
% 2.22/2.42                                                         implies(B,X))))) ->
% 2.22/2.42  true
% 2.22/2.42  Current number of equations to process: 583
% 2.22/2.42  Current number of ordered equations: 0
% 2.22/2.42  Current number of rules: 116
% 2.22/2.42  New rule produced :
% 2.22/2.42  [137]
% 2.22/2.42  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(implies(
% 2.22/2.42                                                               implies(Y,falsehood),falsehood),Y))))))
% 2.22/2.42  -> true
% 2.22/2.42  Current number of equations to process: 589
% 2.22/2.42  Current number of ordered equations: 0
% 2.22/2.42  Current number of rules: 117
% 2.22/2.42  New rule produced :
% 2.22/2.42  [138]
% 2.22/2.42  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(Y,implies(Z,
% 2.22/2.42                                                                 implies(V_6,Z))))))))
% 2.22/2.42  -> true
% 2.22/2.42  Current number of equations to process: 595
% 2.22/2.42  Current number of ordered equations: 0
% 2.22/2.42  Current number of rules: 118
% 2.22/2.42  New rule produced :
% 2.22/2.42  [139]
% 2.22/2.42  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,X),C),implies(
% 2.22/2.42                                                                   implies(C,X),X)))))
% 2.22/2.42  -> true
% 2.22/2.42  Current number of equations to process: 601
% 2.22/2.42  Current number of ordered equations: 0
% 2.22/2.42  Current number of rules: 119
% 2.22/2.42  New rule produced :
% 2.22/2.42  [140]
% 2.22/2.42  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(Y,implies(Z,
% 2.44/2.69                                                                 implies(V_6,V_6))))))))
% 2.44/2.69  -> true
% 2.44/2.69  Current number of equations to process: 607
% 2.44/2.69  Current number of ordered equations: 0
% 2.44/2.69  Current number of rules: 120
% 2.44/2.69  New rule produced :
% 2.44/2.69  [141]
% 2.44/2.69  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(implies(
% 2.44/2.69                                                               implies(Y,Y),Z),Z))))))
% 2.44/2.69  -> true
% 2.44/2.69  Current number of equations to process: 613
% 2.44/2.69  Current number of ordered equations: 0
% 2.44/2.69  Current number of rules: 121
% 2.44/2.69  New rule produced :
% 2.44/2.69  [142]
% 2.44/2.69  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(X,Y),implies(X,
% 2.44/2.69                                                                  implies(Z,Y)))))))
% 2.44/2.69  -> true
% 2.44/2.69  Current number of equations to process: 614
% 2.44/2.69  Current number of ordered equations: 0
% 2.44/2.69  Current number of rules: 122
% 2.44/2.69  New rule produced :
% 2.44/2.69  [143]
% 2.44/2.69  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(X,
% 2.44/2.69                                                             implies(Y,X)),Z),Z)))))
% 2.44/2.69  -> true
% 2.44/2.69  Current number of equations to process: 620
% 2.44/2.69  Current number of ordered equations: 0
% 2.44/2.69  Current number of rules: 123
% 2.44/2.69  New rule produced :
% 2.44/2.69  [144]
% 2.44/2.69  is_a_theorem(implies(implies(A,implies(B,C)),implies(X,implies(implies(A,B),
% 2.44/2.69                                                         implies(A,C))))) ->
% 2.44/2.69  true
% 2.44/2.69  Current number of equations to process: 626
% 2.44/2.69  Current number of ordered equations: 0
% 2.44/2.69  Current number of rules: 124
% 2.44/2.69  New rule produced :
% 2.44/2.69  [145]
% 2.44/2.69  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(X,falsehood),falsehood),
% 2.44/2.69                                             implies(Y,X)))))) -> true
% 2.44/2.69  Current number of equations to process: 630
% 2.44/2.69  Current number of ordered equations: 0
% 2.44/2.69  Current number of rules: 125
% 2.44/2.69  New rule produced :
% 2.44/2.69  [146]
% 2.44/2.69  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(Y,implies(Z,
% 2.44/2.69                                                                 implies(V_6,Y))))))))
% 2.44/2.69  -> true
% 2.44/2.69  Current number of equations to process: 636
% 2.44/2.69  Current number of ordered equations: 0
% 2.44/2.69  Current number of rules: 126
% 2.44/2.69  New rule produced :
% 2.44/2.69  [147]
% 2.44/2.69  is_a_theorem(implies(A,implies(B,implies(implies(C,X),implies(Y,implies(C,
% 2.44/2.69                                                                  implies(Z,X)))))))
% 2.44/2.69  -> true
% 2.44/2.69  Current number of equations to process: 642
% 2.44/2.69  Current number of ordered equations: 0
% 2.44/2.69  Current number of rules: 127
% 2.44/2.69  New rule produced :
% 2.44/2.69  [148]
% 2.44/2.69  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(X,C)),Y),
% 2.44/2.69                                   implies(Z,Y))))) -> true
% 2.44/2.69  Current number of equations to process: 648
% 2.44/2.69  Current number of ordered equations: 0
% 2.44/2.69  Current number of rules: 128
% 2.44/2.69  New rule produced :
% 2.44/2.69  [149]
% 2.44/2.69  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,falsehood),falsehood),
% 2.44/2.69                                   implies(X,implies(Y,C)))))) -> true
% 2.44/2.69  Current number of equations to process: 654
% 2.44/2.69  Current number of ordered equations: 0
% 2.44/2.69  Current number of rules: 129
% 2.44/2.69  New rule produced :
% 2.44/2.69  [150]
% 2.44/2.69  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(X,X),Y),
% 2.44/2.69                                             implies(Z,Y)))))) -> true
% 2.44/2.69  Current number of equations to process: 660
% 2.44/2.69  Current number of ordered equations: 0
% 2.44/2.69  Current number of rules: 130
% 2.44/2.69  New rule produced :
% 2.44/2.69  [151]
% 2.44/2.69  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,C),X),implies(Y,
% 2.44/2.69                                                                   implies(Z,X))))))
% 2.44/2.69  -> true
% 2.44/2.69  Current number of equations to process: 666
% 2.44/2.69  Current number of ordered equations: 0
% 2.44/2.69  Current number of rules: 131
% 2.44/2.69  New rule produced :
% 2.44/2.69  [152]
% 2.44/2.69  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(Y,implies(Z,
% 2.44/2.69                                                                 implies(V_6,X))))))))
% 2.44/2.69  -> true
% 2.44/2.69  Current number of equations to process: 672
% 2.44/2.69  Current number of ordered equations: 0
% 2.44/2.69  Current number of rules: 132
% 2.44/2.69  New rule produced :
% 2.44/2.69  [153]
% 2.44/2.69  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(Y,implies(Z,
% 2.44/2.69                                                                 implies(V_6,C))))))))
% 2.44/2.69  -> true
% 2.44/2.69  Current number of equations to process: 676
% 2.44/2.69  Current number of ordered equations: 0
% 2.82/3.03  Current number of rules: 133
% 2.82/3.03  New rule produced :
% 2.82/3.03  [154]
% 2.82/3.03  is_a_theorem(implies(A,implies(implies(implies(B,C),B),implies(X,implies(
% 2.82/3.03                                                                   implies(B,C),C)))))
% 2.82/3.03  -> true
% 2.82/3.03  Current number of equations to process: 668
% 2.82/3.03  Current number of ordered equations: 0
% 2.82/3.03  Current number of rules: 134
% 2.82/3.03  New rule produced :
% 2.82/3.03  [155]
% 2.82/3.03  is_a_theorem(implies(implies(implies(A,B),A),implies(C,implies(X,implies(
% 2.82/3.03                                                                   implies(A,B),B)))))
% 2.82/3.03  -> true
% 2.82/3.03  Current number of equations to process: 674
% 2.82/3.03  Current number of ordered equations: 0
% 2.82/3.03  Current number of rules: 135
% 2.82/3.03  New rule produced :
% 2.82/3.03  [156]
% 2.82/3.03  is_a_theorem(implies(A,implies(implies(B,C),implies(X,implies(Y,implies(B,
% 2.82/3.03                                                                  implies(Z,C)))))))
% 2.82/3.03  -> true
% 2.82/3.03  Current number of equations to process: 678
% 2.82/3.03  Current number of ordered equations: 0
% 2.82/3.03  Current number of rules: 136
% 2.82/3.03  New rule produced :
% 2.82/3.03  [157]
% 2.82/3.03  is_a_theorem(implies(implies(A,B),implies(C,implies(X,implies(Y,implies(A,
% 2.82/3.03                                                                  implies(Z,B)))))))
% 2.82/3.03  -> true
% 2.82/3.03  Current number of equations to process: 683
% 2.82/3.03  Current number of ordered equations: 0
% 2.82/3.03  Current number of rules: 137
% 2.82/3.03  New rule produced :
% 2.82/3.03  [158]
% 2.82/3.03  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,B)),X),implies(Y,
% 2.82/3.03                                                                    implies(Z,X)))))
% 2.82/3.03  -> true
% 2.82/3.03  Current number of equations to process: 689
% 2.82/3.03  Current number of ordered equations: 0
% 2.82/3.03  Current number of rules: 138
% 2.82/3.03  New rule produced :
% 2.82/3.03  [159]
% 2.82/3.03  is_a_theorem(implies(implies(implies(A,implies(B,A)),C),implies(X,implies(Y,
% 2.82/3.03                                                                    implies(Z,C)))))
% 2.82/3.03  -> true
% 2.82/3.03  Current number of equations to process: 694
% 2.82/3.03  Current number of ordered equations: 0
% 2.82/3.03  Current number of rules: 139
% 2.82/3.03  New rule produced :
% 2.82/3.03  [160]
% 2.82/3.03  is_a_theorem(implies(A,implies(implies(implies(B,falsehood),falsehood),
% 2.82/3.03                         implies(C,implies(X,implies(Y,B)))))) -> true
% 2.82/3.03  Current number of equations to process: 700
% 2.82/3.03  Current number of ordered equations: 0
% 2.82/3.03  Current number of rules: 140
% 2.82/3.03  New rule produced :
% 2.82/3.03  [161]
% 2.82/3.03  is_a_theorem(implies(implies(implies(A,falsehood),falsehood),implies(B,
% 2.82/3.03                                                               implies(C,
% 2.82/3.03                                                               implies(X,
% 2.82/3.03                                                               implies(Y,A))))))
% 2.82/3.03  -> true
% 2.82/3.03  Current number of equations to process: 705
% 2.82/3.03  Current number of ordered equations: 0
% 2.82/3.03  Current number of rules: 141
% 2.82/3.03  New rule produced :
% 2.82/3.03  [162]
% 2.82/3.03  is_a_theorem(implies(A,implies(implies(implies(B,B),C),implies(X,implies(Y,
% 2.82/3.03                                                                   implies(Z,C))))))
% 2.82/3.03  -> true
% 2.82/3.03  Current number of equations to process: 711
% 2.82/3.03  Current number of ordered equations: 0
% 2.82/3.03  Current number of rules: 142
% 2.82/3.03  New rule produced :
% 2.82/3.03  [163]
% 2.82/3.03  is_a_theorem(implies(implies(implies(A,A),B),implies(C,implies(X,implies(Y,
% 2.82/3.03                                                                   implies(Z,B))))))
% 2.82/3.03  -> true
% 2.82/3.03  Current number of equations to process: 716
% 2.82/3.03  Current number of ordered equations: 0
% 2.82/3.03  Current number of rules: 143
% 2.82/3.03  New rule produced :
% 2.82/3.03  [164]
% 2.82/3.03  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(Y,implies(Z,
% 2.82/3.03                                                                 implies(V_6,B))))))))
% 2.82/3.03  -> true
% 2.82/3.03  Current number of equations to process: 722
% 2.82/3.03  Current number of ordered equations: 0
% 2.82/3.03  Current number of rules: 144
% 2.82/3.03  New rule produced :
% 2.82/3.03  [165]
% 2.82/3.03  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(Y,implies(Z,
% 2.82/3.03                                                                 implies(V_6,A))))))))
% 2.82/3.03  -> true
% 2.82/3.03  Current number of equations to process: 725
% 2.82/3.03  Current number of ordered equations: 0
% 2.82/3.03  Current number of rules: 145
% 2.82/3.03  New rule produced :
% 2.82/3.03  [166]
% 2.82/3.03  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(X,
% 2.82/3.03                                                             implies(falsehood,falsehood)),Y),Y)))))
% 2.82/3.03  -> true
% 2.82/3.03  Current number of equations to process: 740
% 2.82/3.03  Current number of ordered equations: 0
% 2.82/3.03  Current number of rules: 146
% 3.12/3.33  New rule produced :
% 3.12/3.33  [167]
% 3.12/3.33  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(falsehood,falsehood)),X),
% 3.12/3.33                                   implies(Y,X))))) -> true
% 3.12/3.33  Current number of equations to process: 745
% 3.12/3.33  Current number of ordered equations: 0
% 3.12/3.33  Current number of rules: 147
% 3.12/3.33  New rule produced :
% 3.12/3.33  [168]
% 3.12/3.33  is_a_theorem(implies(A,implies(implies(implies(B,implies(falsehood,falsehood)),C),
% 3.12/3.33                         implies(X,implies(Y,C))))) -> true
% 3.12/3.33  Current number of equations to process: 748
% 3.12/3.33  Current number of ordered equations: 0
% 3.12/3.33  Current number of rules: 148
% 3.12/3.33  New rule produced :
% 3.12/3.33  [169]
% 3.12/3.33  is_a_theorem(implies(implies(implies(A,implies(falsehood,falsehood)),B),
% 3.12/3.33               implies(C,implies(X,implies(Y,B))))) -> true
% 3.12/3.33  Current number of equations to process: 753
% 3.12/3.33  Current number of ordered equations: 0
% 3.12/3.33  Current number of rules: 149
% 3.12/3.33  New rule produced :
% 3.12/3.33  [170]
% 3.12/3.33  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(X,
% 3.12/3.33                                                             implies(Y,Y)),Z),Z)))))
% 3.12/3.33  -> true
% 3.12/3.33  Rule
% 3.12/3.33  [166]
% 3.12/3.33  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(X,
% 3.12/3.33                                                             implies(falsehood,falsehood)),Y),Y)))))
% 3.12/3.33  -> true collapsed.
% 3.12/3.33  Current number of equations to process: 759
% 3.12/3.33  Current number of ordered equations: 0
% 3.12/3.33  Current number of rules: 149
% 3.12/3.33  New rule produced :
% 3.12/3.33  [171]
% 3.12/3.33  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(X,X)),Y),
% 3.12/3.33                                   implies(Z,Y))))) -> true
% 3.12/3.33  Rule
% 3.12/3.33  [167]
% 3.12/3.33  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(falsehood,falsehood)),X),
% 3.12/3.33                                   implies(Y,X))))) -> true collapsed.
% 3.12/3.33  Current number of equations to process: 764
% 3.12/3.33  Current number of ordered equations: 0
% 3.12/3.33  Current number of rules: 149
% 3.12/3.33  New rule produced :
% 3.12/3.33  [172]
% 3.12/3.33  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,C)),X),implies(Y,
% 3.12/3.33                                                                    implies(Z,X)))))
% 3.12/3.33  -> true
% 3.12/3.33  Rule
% 3.12/3.33  [168]
% 3.12/3.33  is_a_theorem(implies(A,implies(implies(implies(B,implies(falsehood,falsehood)),C),
% 3.12/3.33                         implies(X,implies(Y,C))))) -> true collapsed.
% 3.12/3.33  Current number of equations to process: 767
% 3.12/3.33  Current number of ordered equations: 0
% 3.12/3.33  Current number of rules: 149
% 3.12/3.33  New rule produced :
% 3.12/3.33  [173]
% 3.12/3.33  is_a_theorem(implies(implies(implies(A,implies(B,B)),C),implies(X,implies(Y,
% 3.12/3.33                                                                    implies(Z,C)))))
% 3.12/3.33  -> true
% 3.12/3.33  Rule
% 3.12/3.33  [169]
% 3.12/3.33  is_a_theorem(implies(implies(implies(A,implies(falsehood,falsehood)),B),
% 3.12/3.33               implies(C,implies(X,implies(Y,B))))) -> true collapsed.
% 3.12/3.33  Current number of equations to process: 772
% 3.12/3.33  Current number of ordered equations: 0
% 3.12/3.33  Current number of rules: 149
% 3.12/3.33  New rule produced :
% 3.12/3.33  [174]
% 3.12/3.33  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(implies(C,falsehood),falsehood),C))),X),X))
% 3.12/3.33  -> true
% 3.12/3.33  Current number of equations to process: 779
% 3.12/3.33  Current number of ordered equations: 0
% 3.12/3.33  Current number of rules: 150
% 3.12/3.33  New rule produced :
% 3.12/3.33  [175]
% 3.12/3.33  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(X,
% 3.12/3.33                                                             implies(Y,X))))),Z),Z))
% 3.12/3.33  -> true
% 3.12/3.33  Current number of equations to process: 786
% 3.12/3.33  Current number of ordered equations: 0
% 3.12/3.33  Current number of rules: 151
% 3.12/3.33  New rule produced :
% 3.12/3.33  [176]
% 3.12/3.33  is_a_theorem(implies(implies(implies(implies(implies(A,B),A),implies(
% 3.12/3.33                                                               implies(A,B),B)),C),C))
% 3.12/3.33  -> true
% 3.12/3.33  Current number of equations to process: 793
% 3.12/3.33  Current number of ordered equations: 0
% 3.12/3.33  Current number of rules: 152
% 3.12/3.33  New rule produced :
% 3.12/3.33  [177]
% 3.12/3.33  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(X,
% 3.12/3.33                                                             implies(Y,Y))))),Z),Z))
% 3.12/3.33  -> true
% 3.12/3.33  Current number of equations to process: 800
% 3.12/3.33  Current number of ordered equations: 0
% 3.12/3.33  Current number of rules: 153
% 3.12/3.33  New rule produced :
% 3.12/3.33  [178]
% 3.12/3.33  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(implies(C,C),X),X))),Y),Y))
% 3.12/3.33  -> true
% 3.12/3.33  Current number of equations to process: 807
% 3.12/3.33  Current number of ordered equations: 0
% 3.12/3.33  Current number of rules: 154
% 3.50/3.69  New rule produced :
% 3.50/3.69  [179]
% 3.50/3.69  is_a_theorem(implies(implies(implies(A,implies(implies(B,C),implies(B,
% 3.50/3.69                                                              implies(X,C)))),Y),Y))
% 3.50/3.69  -> true
% 3.50/3.69  Current number of equations to process: 814
% 3.50/3.69  Current number of ordered equations: 0
% 3.50/3.69  Current number of rules: 155
% 3.50/3.69  New rule produced :
% 3.50/3.69  [180]
% 3.50/3.69  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,implies(C,B)),X),X)),Y),Y))
% 3.50/3.69  -> true
% 3.50/3.69  Current number of equations to process: 821
% 3.50/3.69  Current number of ordered equations: 0
% 3.50/3.69  Current number of rules: 156
% 3.50/3.69  New rule produced :
% 3.50/3.69  [181]
% 3.50/3.69  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,falsehood),falsehood),
% 3.50/3.69                                         implies(C,B))),X),X)) -> true
% 3.50/3.69  Current number of equations to process: 828
% 3.50/3.69  Current number of ordered equations: 0
% 3.50/3.69  Current number of rules: 157
% 3.50/3.69  New rule produced :
% 3.50/3.69  [182]
% 3.50/3.69  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(X,
% 3.50/3.69                                                             implies(Y,C))))),Z),Z))
% 3.50/3.69  -> true
% 3.50/3.69  Current number of equations to process: 835
% 3.50/3.69  Current number of ordered equations: 0
% 3.50/3.69  Current number of rules: 158
% 3.50/3.69  New rule produced :
% 3.50/3.69  [183]
% 3.50/3.69  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,B),C),
% 3.50/3.69                                         implies(X,C))),Y),Y)) -> true
% 3.50/3.69  Current number of equations to process: 842
% 3.50/3.69  Current number of ordered equations: 0
% 3.50/3.69  Current number of rules: 159
% 3.50/3.69  New rule produced :
% 3.50/3.69  [184]
% 3.50/3.69  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(X,
% 3.50/3.69                                                             implies(Y,B))))),Z),Z))
% 3.50/3.69  -> true
% 3.50/3.69  Current number of equations to process: 849
% 3.50/3.69  Current number of ordered equations: 0
% 3.50/3.69  Current number of rules: 160
% 3.50/3.69  New rule produced :
% 3.50/3.69  [185]
% 3.50/3.69  is_a_theorem(implies(implies(implies(implies(A,B),implies(C,implies(A,
% 3.50/3.69                                                              implies(X,B)))),Y),Y))
% 3.50/3.69  -> true
% 3.50/3.69  Current number of equations to process: 856
% 3.50/3.69  Current number of ordered equations: 0
% 3.50/3.69  Current number of rules: 161
% 3.50/3.69  New rule produced :
% 3.50/3.69  [186]
% 3.50/3.69  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,A)),C),
% 3.50/3.69                               implies(X,C)),Y),Y)) -> true
% 3.50/3.69  Current number of equations to process: 863
% 3.50/3.69  Current number of ordered equations: 0
% 3.50/3.69  Current number of rules: 162
% 3.50/3.69  New rule produced :
% 3.50/3.69  [187]
% 3.50/3.69  is_a_theorem(implies(implies(implies(implies(implies(A,falsehood),falsehood),
% 3.50/3.69                               implies(B,implies(C,A))),X),X)) -> true
% 3.50/3.69  Current number of equations to process: 870
% 3.50/3.69  Current number of ordered equations: 0
% 3.50/3.69  Current number of rules: 163
% 3.50/3.69  New rule produced :
% 3.50/3.69  [188]
% 3.50/3.69  is_a_theorem(implies(implies(implies(implies(implies(A,A),B),implies(C,
% 3.50/3.69                                                               implies(X,B))),Y),Y))
% 3.50/3.69  -> true
% 3.50/3.69  Current number of equations to process: 877
% 3.50/3.69  Current number of ordered equations: 0
% 3.50/3.69  Current number of rules: 164
% 3.50/3.69  New rule produced :
% 3.50/3.69  [189]
% 3.50/3.69  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(X,
% 3.50/3.69                                                             implies(Y,A))))),Z),Z))
% 3.50/3.69  -> true
% 3.50/3.69  Current number of equations to process: 884
% 3.50/3.69  Current number of ordered equations: 0
% 3.50/3.69  Current number of rules: 165
% 3.50/3.69  New rule produced :
% 3.50/3.69  [190]
% 3.50/3.69  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,implies(C,C)),X),X)),Y),Y))
% 3.50/3.69  -> true
% 3.50/3.69  Current number of equations to process: 891
% 3.50/3.69  Current number of ordered equations: 0
% 3.50/3.69  Current number of rules: 166
% 3.50/3.69  New rule produced :
% 3.50/3.69  [191]
% 3.50/3.69  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,B)),C),
% 3.50/3.69                               implies(X,C)),Y),Y)) -> true
% 3.50/3.69  Current number of equations to process: 898
% 3.50/3.69  Current number of ordered equations: 0
% 3.50/3.69  Current number of rules: 167
% 3.50/3.69  New rule produced :
% 3.50/3.69  [192]
% 3.50/3.69  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(X,
% 3.50/3.69                                                             implies(Y,Y)))),Z),Z)))
% 3.50/3.69  -> true
% 3.50/3.69  Current number of equations to process: 905
% 3.50/3.69  Current number of ordered equations: 0
% 3.50/3.69  Current number of rules: 168
% 3.50/3.69  New rule produced :
% 3.50/3.69  [193]
% 3.50/3.69  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(X,X)))),Y),
% 3.91/4.11               implies(Z,Y))) -> true
% 3.91/4.11  Current number of equations to process: 911
% 3.91/4.11  Current number of ordered equations: 0
% 3.91/4.11  Current number of rules: 169
% 3.91/4.11  New rule produced :
% 3.91/4.11  [194]
% 3.91/4.11  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(implies(C,falsehood),falsehood),C),X),X))))
% 3.91/4.11  -> true
% 3.91/4.11  Current number of equations to process: 918
% 3.91/4.11  Current number of ordered equations: 0
% 3.91/4.11  Current number of rules: 170
% 3.91/4.11  New rule produced :
% 3.91/4.11  [195]
% 3.91/4.11  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(X,
% 3.91/4.11                                                             implies(Y,X))),Z),Z))))
% 3.91/4.11  -> true
% 3.91/4.11  Current number of equations to process: 924
% 3.91/4.11  Current number of ordered equations: 0
% 3.91/4.11  Current number of rules: 171
% 3.91/4.11  New rule produced :
% 3.91/4.11  [196]
% 3.91/4.11  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(X,
% 3.91/4.11                                                             implies(Y,Y))),Z),Z))))
% 3.91/4.11  -> true
% 3.91/4.11  Current number of equations to process: 930
% 3.91/4.11  Current number of ordered equations: 0
% 3.91/4.11  Current number of rules: 172
% 3.91/4.11  New rule produced :
% 3.91/4.11  [197]
% 3.91/4.11  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(X,
% 3.91/4.11                                                             implies(Y,X)))),Z),Z)))
% 3.91/4.11  -> true
% 3.91/4.11  Current number of equations to process: 936
% 3.91/4.11  Current number of ordered equations: 0
% 3.91/4.11  Current number of rules: 173
% 3.91/4.11  New rule produced :
% 3.91/4.11  [198]
% 3.91/4.11  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(X,C)))),Y),
% 3.91/4.11               implies(Z,Y))) -> true
% 3.91/4.11  Current number of equations to process: 942
% 3.91/4.11  Current number of ordered equations: 0
% 3.91/4.11  Current number of rules: 174
% 3.91/4.11  New rule produced :
% 3.91/4.11  [199]
% 3.91/4.11  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(implies(C,C),X),X),Y),Y))))
% 3.91/4.11  -> true
% 3.91/4.11  Current number of equations to process: 949
% 3.91/4.11  Current number of ordered equations: 0
% 3.91/4.11  Current number of rules: 175
% 3.91/4.11  New rule produced :
% 3.91/4.11  [200]
% 3.91/4.11  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(C,falsehood),falsehood),C)),X),X)))
% 3.91/4.11  -> true
% 3.91/4.11  Current number of equations to process: 955
% 3.91/4.11  Current number of ordered equations: 0
% 3.91/4.11  Current number of rules: 176
% 3.91/4.11  New rule produced :
% 3.91/4.11  [201]
% 3.91/4.11  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,falsehood),falsehood),B)),C),
% 3.91/4.11               implies(X,C))) -> true
% 3.91/4.11  Current number of equations to process: 961
% 3.91/4.11  Current number of ordered equations: 0
% 3.91/4.11  Current number of rules: 177
% 3.91/4.11  New rule produced :
% 3.91/4.11  [202]
% 3.91/4.11  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(C,C),X),X)),Y),Y)))
% 3.91/4.11  -> true
% 3.91/4.11  Current number of equations to process: 968
% 3.91/4.11  Current number of ordered equations: 0
% 3.91/4.11  Current number of rules: 178
% 3.91/4.11  New rule produced :
% 3.91/4.11  [203]
% 3.91/4.11  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,B),C),C)),X),
% 3.91/4.11               implies(Y,X))) -> true
% 3.91/4.11  Current number of equations to process: 974
% 3.91/4.11  Current number of ordered equations: 0
% 3.91/4.11  Current number of rules: 179
% 3.91/4.11  New rule produced :
% 3.91/4.11  [204]
% 3.91/4.11  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(X,
% 3.91/4.11                                                             implies(Y,C))),Z),Z))))
% 3.91/4.11  -> true
% 3.91/4.11  Current number of equations to process: 981
% 3.91/4.11  Current number of ordered equations: 0
% 3.91/4.11  Current number of rules: 180
% 3.91/4.11  New rule produced :
% 3.91/4.11  [205]
% 3.91/4.11  is_a_theorem(implies(A,implies(implies(implies(implies(B,C),implies(B,
% 3.91/4.11                                                              implies(X,C))),Y),Y)))
% 3.91/4.11  -> true
% 3.91/4.11  Current number of equations to process: 987
% 3.91/4.11  Current number of ordered equations: 0
% 3.91/4.11  Current number of rules: 181
% 3.91/4.11  New rule produced :
% 3.91/4.11  [206]
% 3.91/4.11  is_a_theorem(implies(implies(implies(implies(A,B),implies(A,implies(C,B))),X),
% 3.91/4.11               implies(Y,X))) -> true
% 3.91/4.11  Current number of equations to process: 993
% 3.91/4.11  Current number of ordered equations: 0
% 3.91/4.11  Current number of rules: 182
% 3.91/4.11  New rule produced :
% 3.91/4.11  [207]
% 3.91/4.11  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(C,B)),X),X),Y),Y)))
% 3.91/4.11  -> true
% 3.91/4.11  Current number of equations to process: 1000
% 3.91/4.11  Current number of ordered equations: 0
% 3.91/4.11  Current number of rules: 183
% 3.91/4.11  New rule produced :
% 3.91/4.11  [208]
% 3.91/4.11  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,A)),C),C),X),
% 3.91/4.11               implies(Y,X))) -> true
% 3.91/4.11  Current number of equations to process: 1006
% 3.91/4.11  Current number of ordered equations: 0
% 4.39/4.63  Current number of rules: 184
% 4.39/4.63  New rule produced :
% 4.39/4.63  [209]
% 4.39/4.63  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,falsehood),falsehood),
% 4.39/4.63                                         implies(C,B)),X),X))) -> true
% 4.39/4.63  Current number of equations to process: 1013
% 4.39/4.63  Current number of ordered equations: 0
% 4.39/4.63  Current number of rules: 185
% 4.39/4.63  New rule produced :
% 4.39/4.63  [210]
% 4.39/4.63  is_a_theorem(implies(implies(implies(implies(implies(A,falsehood),falsehood),
% 4.39/4.63                               implies(B,A)),C),implies(X,C))) -> true
% 4.39/4.63  Current number of equations to process: 1019
% 4.39/4.63  Current number of ordered equations: 0
% 4.39/4.63  Current number of rules: 186
% 4.39/4.63  New rule produced :
% 4.39/4.63  [211]
% 4.39/4.63  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(X,
% 4.39/4.63                                                             implies(Y,C)))),Z),Z)))
% 4.39/4.63  -> true
% 4.39/4.63  Current number of equations to process: 1026
% 4.39/4.63  Current number of ordered equations: 0
% 4.39/4.63  Current number of rules: 187
% 4.39/4.63  New rule produced :
% 4.39/4.63  [212]
% 4.39/4.63  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(X,B)))),Y),
% 4.39/4.63               implies(Z,Y))) -> true
% 4.39/4.63  Current number of equations to process: 1032
% 4.39/4.63  Current number of ordered equations: 0
% 4.39/4.63  Current number of rules: 188
% 4.39/4.63  New rule produced :
% 4.39/4.63  [213]
% 4.39/4.63  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,B),C),
% 4.39/4.63                                         implies(X,C)),Y),Y))) -> true
% 4.39/4.63  Current number of equations to process: 1039
% 4.39/4.63  Current number of ordered equations: 0
% 4.39/4.63  Current number of rules: 189
% 4.39/4.63  New rule produced :
% 4.39/4.63  [214]
% 4.39/4.63  is_a_theorem(implies(implies(implies(implies(implies(A,A),B),implies(C,B)),X),
% 4.39/4.63               implies(Y,X))) -> true
% 4.39/4.63  Current number of equations to process: 1045
% 4.39/4.63  Current number of ordered equations: 0
% 4.39/4.63  Current number of rules: 190
% 4.39/4.63  New rule produced :
% 4.39/4.63  [215]
% 4.39/4.63  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(X,
% 4.39/4.63                                                             implies(Y,B)))),Z),Z)))
% 4.39/4.63  -> true
% 4.39/4.63  Current number of equations to process: 1052
% 4.39/4.63  Current number of ordered equations: 0
% 4.39/4.63  Current number of rules: 191
% 4.39/4.63  New rule produced :
% 4.39/4.63  [216]
% 4.39/4.63  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(X,A)))),Y),
% 4.39/4.63               implies(Z,Y))) -> true
% 4.39/4.63  Current number of equations to process: 1058
% 4.39/4.63  Current number of ordered equations: 0
% 4.39/4.63  Current number of rules: 192
% 4.39/4.63  New rule produced :
% 4.39/4.63  [217]
% 4.39/4.63  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(C,C)),X),X),Y),Y)))
% 4.39/4.63  -> true
% 4.39/4.63  Current number of equations to process: 1065
% 4.39/4.63  Current number of ordered equations: 0
% 4.39/4.63  Current number of rules: 193
% 4.39/4.63  New rule produced :
% 4.39/4.63  [218]
% 4.39/4.63  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,B)),C),C),X),
% 4.39/4.63               implies(Y,X))) -> true
% 4.39/4.63  Current number of equations to process: 1071
% 4.39/4.63  Current number of ordered equations: 0
% 4.39/4.63  Current number of rules: 194
% 4.39/4.63  New rule produced :
% 4.39/4.63  [219]
% 4.39/4.63  is_a_theorem(implies(implies(implies(implies(implies(implies(implies(A,falsehood),falsehood),A),B),B),C),C))
% 4.39/4.63  -> true
% 4.39/4.63  Current number of equations to process: 1077
% 4.39/4.63  Current number of ordered equations: 0
% 4.39/4.63  Current number of rules: 195
% 4.39/4.63  New rule produced :
% 4.39/4.63  [220]
% 4.39/4.63  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,falsehood),falsehood),B),C),
% 4.39/4.63                         implies(X,C)))) -> true
% 4.39/4.63  Current number of equations to process: 1084
% 4.39/4.63  Current number of ordered equations: 0
% 4.39/4.63  Current number of rules: 196
% 4.39/4.63  New rule produced :
% 4.39/4.63  [221]
% 4.39/4.63  is_a_theorem(implies(implies(implies(implies(implies(A,falsehood),falsehood),A),B),
% 4.39/4.63               implies(C,implies(X,B)))) -> true
% 4.39/4.63  Current number of equations to process: 1090
% 4.39/4.63  Current number of ordered equations: 0
% 4.39/4.63  Current number of rules: 197
% 4.39/4.63  New rule produced :
% 4.39/4.63  [222]
% 4.39/4.63  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,implies(C,B))),X),X),Y),Y))
% 4.39/4.63  -> true
% 4.39/4.63  Current number of equations to process: 1096
% 4.39/4.63  Current number of ordered equations: 0
% 4.39/4.63  Current number of rules: 198
% 4.39/4.63  New rule produced :
% 4.39/4.63  [223]
% 4.39/4.63  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(X,C))),Y),
% 4.39/4.63                         implies(Z,Y)))) -> true
% 4.39/4.63  Current number of equations to process: 1103
% 4.39/4.63  Current number of ordered equations: 0
% 4.39/4.63  Current number of rules: 199
% 4.39/4.63  New rule produced :
% 4.84/5.07  [224]
% 4.84/5.07  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,B))),X),implies(Y,
% 4.84/5.07                                                                     implies(Z,X))))
% 4.84/5.07  -> true
% 4.84/5.07  Current number of equations to process: 1109
% 4.84/5.07  Current number of ordered equations: 0
% 4.84/5.07  Current number of rules: 200
% 4.84/5.07  New rule produced :
% 4.84/5.07  [225]
% 4.84/5.07  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,implies(C,C))),X),X),Y),Y))
% 4.84/5.07  -> true
% 4.84/5.07  Current number of equations to process: 1115
% 4.84/5.07  Current number of ordered equations: 0
% 4.84/5.07  Current number of rules: 201
% 4.84/5.07  New rule produced :
% 4.84/5.07  [226]
% 4.84/5.07  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(X,X))),Y),
% 4.84/5.07                         implies(Z,Y)))) -> true
% 4.84/5.07  Current number of equations to process: 1122
% 4.84/5.07  Current number of ordered equations: 0
% 4.84/5.07  Current number of rules: 202
% 4.84/5.07  New rule produced :
% 4.84/5.07  [227]
% 4.84/5.07  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,C))),X),implies(Y,
% 4.84/5.07                                                                     implies(Z,X))))
% 4.84/5.07  -> true
% 4.84/5.07  Current number of equations to process: 1128
% 4.84/5.07  Current number of ordered equations: 0
% 4.84/5.07  Current number of rules: 203
% 4.84/5.07  New rule produced :
% 4.84/5.07  [228]
% 4.84/5.07  is_a_theorem(implies(implies(implies(implies(implies(implies(implies(A,A),B),B),C),C),X),X))
% 4.84/5.07  -> true
% 4.84/5.07  Current number of equations to process: 1134
% 4.84/5.07  Current number of ordered equations: 0
% 4.84/5.07  Current number of rules: 204
% 4.84/5.07  New rule produced :
% 4.84/5.07  [229]
% 4.84/5.07  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,B),C),C),X),
% 4.84/5.07                         implies(Y,X)))) -> true
% 4.84/5.07  Current number of equations to process: 1141
% 4.84/5.07  Current number of ordered equations: 0
% 4.84/5.07  Current number of rules: 205
% 4.84/5.07  New rule produced :
% 4.84/5.07  [230]
% 4.84/5.07  is_a_theorem(implies(implies(implies(implies(implies(A,A),B),B),C),implies(X,
% 4.84/5.07                                                                     implies(Y,C))))
% 4.84/5.07  -> true
% 4.84/5.07  Current number of equations to process: 1147
% 4.84/5.07  Current number of ordered equations: 0
% 4.84/5.07  Current number of rules: 206
% 4.84/5.07  New rule produced :
% 4.84/5.07  [231]
% 4.84/5.07  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,implies(C,A))),X),X),Y),Y))
% 4.84/5.07  -> true
% 4.84/5.07  Current number of equations to process: 1153
% 4.84/5.07  Current number of ordered equations: 0
% 4.84/5.07  Current number of rules: 207
% 4.84/5.07  New rule produced :
% 4.84/5.07  [232]
% 4.84/5.07  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(X,B))),Y),
% 4.84/5.07                         implies(Z,Y)))) -> true
% 4.84/5.07  Current number of equations to process: 1160
% 4.84/5.07  Current number of ordered equations: 0
% 4.84/5.07  Current number of rules: 208
% 4.84/5.07  New rule produced :
% 4.84/5.07  [233]
% 4.84/5.07  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,A))),X),implies(Y,
% 4.84/5.07                                                                     implies(Z,X))))
% 4.84/5.07  -> true
% 4.84/5.07  Current number of equations to process: 1166
% 4.84/5.07  Current number of ordered equations: 0
% 4.84/5.07  Current number of rules: 209
% 4.84/5.07  New rule produced :
% 4.84/5.07  [234]
% 4.84/5.07  ifeq(is_a_theorem(implies(A,implies(B,C))),true,is_a_theorem(implies(
% 4.84/5.07                                                               implies(A,B),
% 4.84/5.07                                                               implies(A,C))),true)
% 4.84/5.07  -> true
% 4.84/5.07  Current number of equations to process: 1115
% 4.84/5.07  Current number of ordered equations: 0
% 4.84/5.07  Current number of rules: 210
% 4.84/5.07  New rule produced :
% 4.84/5.07  [235]
% 4.84/5.07  is_a_theorem(implies(implies(A,implies(implies(B,falsehood),falsehood)),
% 4.84/5.07               implies(A,B))) -> true
% 4.84/5.07  Current number of equations to process: 1115
% 4.84/5.07  Current number of ordered equations: 0
% 4.84/5.07  Current number of rules: 211
% 4.84/5.07  New rule produced :
% 4.84/5.07  [236]
% 4.84/5.07  is_a_theorem(implies(implies(A,implies(implies(B,B),C)),implies(A,C))) ->
% 4.84/5.07  true
% 4.84/5.07  Current number of equations to process: 1119
% 4.84/5.07  Current number of ordered equations: 0
% 4.84/5.07  Current number of rules: 212
% 4.84/5.07  New rule produced :
% 4.84/5.07  [237]
% 4.84/5.07  is_a_theorem(implies(implies(implies(A,B),A),implies(implies(A,B),implies(C,B))))
% 4.84/5.07  -> true
% 4.84/5.07  Current number of equations to process: 1121
% 4.84/5.07  Current number of ordered equations: 0
% 4.84/5.07  Current number of rules: 213
% 4.84/5.07  New rule produced :
% 4.84/5.07  [238]
% 4.84/5.07  is_a_theorem(implies(implies(A,implies(B,C)),implies(A,implies(B,implies(X,C)))))
% 4.84/5.07  -> true
% 4.84/5.07  Current number of equations to process: 1121
% 4.84/5.07  Current number of ordered equations: 0
% 4.84/5.07  Current number of rules: 214
% 4.84/5.07  New rule produced :
% 4.84/5.07  [239]
% 4.84/5.07  is_a_theorem(implies(implies(A,B),implies(A,implies(C,implies(X,B))))) ->
% 4.98/5.18  true
% 4.98/5.18  Current number of equations to process: 1122
% 4.98/5.18  Current number of ordered equations: 0
% 4.98/5.18  Current number of rules: 215
% 4.98/5.18  New rule produced :
% 4.98/5.18  [240]
% 4.98/5.18  is_a_theorem(implies(implies(A,implies(implies(B,implies(C,B)),X)),implies(A,X)))
% 4.98/5.18  -> true
% 4.98/5.18  Current number of equations to process: 1121
% 4.98/5.18  Current number of ordered equations: 0
% 4.98/5.18  Current number of rules: 216
% 4.98/5.18  New rule produced :
% 4.98/5.18  [241]
% 4.98/5.18  is_a_theorem(implies(implies(A,implies(implies(B,falsehood),falsehood)),
% 4.98/5.18               implies(A,implies(C,B)))) -> true
% 4.98/5.18  Current number of equations to process: 1121
% 4.98/5.18  Current number of ordered equations: 0
% 4.98/5.18  Current number of rules: 217
% 4.98/5.18  New rule produced :
% 4.98/5.18  [242]
% 4.98/5.18  is_a_theorem(implies(implies(A,implies(implies(B,B),C)),implies(A,implies(X,C))))
% 4.98/5.18  -> true
% 4.98/5.18  Current number of equations to process: 1121
% 4.98/5.18  Current number of ordered equations: 0
% 4.98/5.18  Current number of rules: 218
% 4.98/5.18  New rule produced :
% 4.98/5.18  [243]
% 4.98/5.18  is_a_theorem(implies(implies(A,B),implies(A,implies(C,implies(X,implies(Y,B))))))
% 4.98/5.18  -> true
% 4.98/5.18  Current number of equations to process: 1121
% 4.98/5.18  Current number of ordered equations: 0
% 4.98/5.18  Current number of rules: 219
% 4.98/5.18  New rule produced :
% 4.98/5.18  [244]
% 4.98/5.18  is_a_theorem(implies(implies(A,implies(implies(B,implies(C,C)),X)),implies(A,X)))
% 4.98/5.18  -> true
% 4.98/5.18  Current number of equations to process: 1127
% 4.98/5.18  Current number of ordered equations: 0
% 4.98/5.18  Current number of rules: 220
% 4.98/5.18  New rule produced :
% 4.98/5.18  [245]
% 4.98/5.18  is_a_theorem(implies(implies(A,implies(implies(B,C),B)),implies(A,implies(
% 4.98/5.18                                                                    implies(B,C),C))))
% 4.98/5.18  -> true
% 4.98/5.18  Current number of equations to process: 1148
% 4.98/5.18  Current number of ordered equations: 0
% 4.98/5.18  Current number of rules: 221
% 4.98/5.18  New rule produced :
% 4.98/5.18  [246]
% 4.98/5.18  is_a_theorem(implies(implies(A,implies(B,C)),implies(A,implies(X,implies(B,
% 4.98/5.18                                                                   implies(Y,C))))))
% 4.98/5.18  -> true
% 4.98/5.18  Current number of equations to process: 1147
% 4.98/5.18  Current number of ordered equations: 0
% 4.98/5.18  Current number of rules: 222
% 4.98/5.18  New rule produced :
% 4.98/5.18  [247]
% 4.98/5.18  is_a_theorem(implies(implies(A,implies(implies(B,implies(C,B)),X)),implies(A,
% 4.98/5.18                                                                     implies(Y,X))))
% 4.98/5.18  -> true
% 4.98/5.18  Current number of equations to process: 1146
% 4.98/5.18  Current number of ordered equations: 0
% 4.98/5.18  Current number of rules: 223
% 4.98/5.18  New rule produced :
% 4.98/5.18  [248]
% 4.98/5.18  is_a_theorem(implies(implies(A,implies(implies(B,falsehood),falsehood)),
% 4.98/5.18               implies(A,implies(C,implies(X,B))))) -> true
% 4.98/5.18  Current number of equations to process: 1145
% 4.98/5.18  Current number of ordered equations: 0
% 4.98/5.18  Current number of rules: 224
% 4.98/5.18  New rule produced :
% 4.98/5.18  [249]
% 4.98/5.18  is_a_theorem(implies(implies(A,implies(implies(B,B),C)),implies(A,implies(X,
% 4.98/5.18                                                                    implies(Y,C)))))
% 4.98/5.18  -> true
% 4.98/5.18  Current number of equations to process: 1144
% 4.98/5.18  Current number of ordered equations: 0
% 4.98/5.18  Current number of rules: 225
% 4.98/5.18  New rule produced :
% 4.98/5.18  [250]
% 4.98/5.18  is_a_theorem(implies(implies(A,B),implies(A,implies(C,implies(X,implies(Y,
% 4.98/5.18                                                                  implies(Z,B)))))))
% 4.98/5.18  -> true
% 4.98/5.18  Current number of equations to process: 1143
% 4.98/5.18  Current number of ordered equations: 0
% 4.98/5.18  Current number of rules: 226
% 4.98/5.18  New rule produced :
% 4.98/5.18  [251]
% 4.98/5.18  is_a_theorem(implies(implies(A,implies(implies(B,implies(C,C)),X)),implies(A,
% 4.98/5.18                                                                     implies(Y,X))))
% 4.98/5.18  -> true
% 4.98/5.18  Current number of equations to process: 1142
% 4.98/5.18  Current number of ordered equations: 0
% 4.98/5.18  Current number of rules: 227
% 4.98/5.18  New rule produced :
% 4.98/5.18  [252]
% 4.98/5.18  is_a_theorem(implies(implies(A,implies(implies(implies(implies(B,falsehood),falsehood),B),C)),
% 4.98/5.18               implies(A,C))) -> true
% 4.98/5.18  Current number of equations to process: 1141
% 4.98/5.18  Current number of ordered equations: 0
% 4.98/5.18  Current number of rules: 228
% 4.98/5.18  New rule produced :
% 4.98/5.18  [253]
% 4.98/5.18  is_a_theorem(implies(implies(A,implies(implies(B,implies(C,implies(X,C))),Y)),
% 4.98/5.18               implies(A,Y))) -> true
% 4.98/5.18  Current number of equations to process: 1140
% 4.98/5.18  Current number of ordered equations: 0
% 4.98/5.18  Current number of rules: 229
% 4.98/5.18  New rule produced :
% 4.98/5.18  [254]
% 4.98/5.18  is_a_theorem(implies(implies(A,implies(implies(B,implies(C,implies(X,X))),Y)),
% 4.98/5.18               implies(A,Y))) -> true
% 5.38/5.59  Current number of equations to process: 1139
% 5.38/5.59  Current number of ordered equations: 0
% 5.38/5.59  Current number of rules: 230
% 5.38/5.59  New rule produced :
% 5.38/5.59  [255]
% 5.38/5.59  is_a_theorem(implies(implies(A,implies(implies(implies(implies(B,B),C),C),X)),
% 5.38/5.59               implies(A,X))) -> true
% 5.38/5.59  Current number of equations to process: 1138
% 5.38/5.59  Current number of ordered equations: 0
% 5.38/5.59  Current number of rules: 231
% 5.38/5.59  New rule produced :
% 5.38/5.59  [256]
% 5.38/5.59  is_a_theorem(implies(implies(A,implies(implies(B,implies(C,implies(X,B))),Y)),
% 5.38/5.59               implies(A,Y))) -> true
% 5.38/5.59  Current number of equations to process: 1137
% 5.38/5.59  Current number of ordered equations: 0
% 5.38/5.59  Current number of rules: 232
% 5.38/5.59  New rule produced : [257] is_a_theorem(implies(falsehood,A)) -> true
% 5.38/5.59  Current number of equations to process: 1188
% 5.38/5.59  Current number of ordered equations: 0
% 5.38/5.59  Current number of rules: 233
% 5.38/5.59  New rule produced :
% 5.38/5.59  [258]
% 5.38/5.59  is_a_theorem(implies(implies(implies(implies(implies(A,falsehood),falsehood),falsehood),falsehood),A))
% 5.38/5.59  -> true
% 5.38/5.59  Current number of equations to process: 1188
% 5.38/5.59  Current number of ordered equations: 0
% 5.38/5.59  Current number of rules: 234
% 5.38/5.59  New rule produced :
% 5.38/5.59  [259]
% 5.38/5.59  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,falsehood),falsehood)),B))
% 5.38/5.59  -> true
% 5.38/5.59  Current number of equations to process: 1191
% 5.38/5.59  Current number of ordered equations: 0
% 5.38/5.59  Current number of rules: 235
% 5.38/5.59  New rule produced :
% 5.38/5.59  [260] is_a_theorem(implies(A,implies(falsehood,B))) -> true
% 5.38/5.59  Current number of equations to process: 1192
% 5.38/5.59  Current number of ordered equations: 0
% 5.38/5.59  Current number of rules: 236
% 5.38/5.59  New rule produced :
% 5.38/5.59  [261]
% 5.38/5.59  is_a_theorem(implies(A,implies(implies(B,implies(implies(C,falsehood),falsehood)),
% 5.38/5.59                         implies(B,C)))) -> true
% 5.38/5.59  Current number of equations to process: 1191
% 5.38/5.59  Current number of ordered equations: 0
% 5.38/5.59  Current number of rules: 237
% 5.38/5.59  New rule produced :
% 5.38/5.59  [262]
% 5.38/5.59  is_a_theorem(implies(implies(A,implies(implies(B,falsehood),falsehood)),
% 5.38/5.59               implies(C,implies(A,B)))) -> true
% 5.38/5.59  Current number of equations to process: 1190
% 5.38/5.59  Current number of ordered equations: 0
% 5.38/5.59  Current number of rules: 238
% 5.38/5.59  New rule produced :
% 5.38/5.59  [263]
% 5.38/5.59  is_a_theorem(implies(implies(implies(implies(implies(A,A),B),falsehood),falsehood),B))
% 5.38/5.59  -> true
% 5.38/5.59  Current number of equations to process: 1195
% 5.38/5.59  Current number of ordered equations: 0
% 5.38/5.59  Current number of rules: 239
% 5.38/5.59  New rule produced :
% 5.38/5.59  [264]
% 5.38/5.59  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,B),C)),C)) ->
% 5.38/5.59  true
% 5.38/5.59  Current number of equations to process: 1198
% 5.38/5.59  Current number of ordered equations: 0
% 5.38/5.59  Current number of rules: 240
% 5.38/5.59  New rule produced :
% 5.38/5.59  [265]
% 5.38/5.59  is_a_theorem(implies(A,implies(implies(B,implies(implies(C,C),X)),implies(B,X))))
% 5.38/5.59  -> true
% 5.38/5.59  Current number of equations to process: 1198
% 5.38/5.59  Current number of ordered equations: 0
% 5.38/5.59  Current number of rules: 241
% 5.38/5.59  New rule produced :
% 5.38/5.59  [266]
% 5.38/5.59  is_a_theorem(implies(implies(A,implies(implies(B,B),C)),implies(X,implies(A,C))))
% 5.38/5.59  -> true
% 5.38/5.59  Current number of equations to process: 1197
% 5.38/5.59  Current number of ordered equations: 0
% 5.38/5.59  Current number of rules: 242
% 5.38/5.59  New rule produced :
% 5.38/5.59  [267]
% 5.38/5.59  ifeq(is_a_theorem(implies(A,implies(implies(B,falsehood),falsehood))),true,
% 5.38/5.59  is_a_theorem(implies(A,B)),true) -> true
% 5.38/5.59  Current number of equations to process: 1205
% 5.38/5.59  Current number of ordered equations: 0
% 5.38/5.59  Current number of rules: 243
% 5.38/5.59  New rule produced :
% 5.38/5.59  [268]
% 5.38/5.59  ifeq(is_a_theorem(implies(A,implies(implies(B,B),C))),true,is_a_theorem(
% 5.38/5.59                                                             implies(A,C)),true)
% 5.38/5.59  -> true
% 5.38/5.59  Current number of equations to process: 1204
% 5.38/5.59  Current number of ordered equations: 0
% 5.38/5.59  Current number of rules: 244
% 5.38/5.59  New rule produced :
% 5.38/5.59  [269]
% 5.38/5.59  is_a_theorem(implies(implies(implies(implies(A,B),falsehood),falsehood),
% 5.38/5.59               implies(A,implies(C,B)))) -> true
% 5.38/5.59  Current number of equations to process: 1209
% 5.38/5.59  Current number of ordered equations: 0
% 5.38/5.59  Current number of rules: 245
% 5.38/5.59  New rule produced :
% 5.38/5.59  [270]
% 5.38/5.59  is_a_theorem(implies(implies(implies(A,A),implies(B,C)),implies(B,implies(X,C))))
% 5.38/5.59  -> true
% 5.38/5.59  Current number of equations to process: 1212
% 5.38/5.59  Current number of ordered equations: 0
% 5.38/5.59  Current number of rules: 246
% 5.38/5.59  New rule produced :
% 5.38/5.59  [271]
% 5.38/5.59  is_a_theorem(implies(A,implies(implies(B,C),implies(B,implies(X,implies(Y,C))))))
% 5.38/5.59  -> true
% 5.38/5.59  Current number of equations to process: 1221
% 5.74/5.95  Current number of ordered equations: 0
% 5.74/5.95  Current number of rules: 247
% 5.74/5.95  New rule produced :
% 5.74/5.95  [272]
% 5.74/5.95  is_a_theorem(implies(implies(A,B),implies(C,implies(A,implies(X,implies(Y,B))))))
% 5.74/5.95  -> true
% 5.74/5.95  Current number of equations to process: 1220
% 5.74/5.95  Current number of ordered equations: 0
% 5.74/5.95  Current number of rules: 248
% 5.74/5.95  New rule produced :
% 5.74/5.95  [273]
% 5.74/5.95  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,A)),C),falsehood),falsehood),C))
% 5.74/5.95  -> true
% 5.74/5.95  Current number of equations to process: 1225
% 5.74/5.95  Current number of ordered equations: 0
% 5.74/5.95  Current number of rules: 249
% 5.74/5.95  New rule produced :
% 5.74/5.95  [274]
% 5.74/5.95  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,implies(C,B)),X)),X))
% 5.74/5.95  -> true
% 5.74/5.95  Current number of equations to process: 1228
% 5.74/5.95  Current number of ordered equations: 0
% 5.74/5.95  Current number of rules: 250
% 5.74/5.95  New rule produced :
% 5.74/5.95  [275]
% 5.74/5.95  ifeq(is_a_theorem(implies(A,B)),true,is_a_theorem(implies(A,implies(C,
% 5.74/5.95                                                              implies(X,B)))),true)
% 5.74/5.95  -> true
% 5.74/5.95  Current number of equations to process: 1228
% 5.74/5.95  Current number of ordered equations: 0
% 5.74/5.95  Current number of rules: 251
% 5.74/5.95  New rule produced :
% 5.74/5.95  [276]
% 5.74/5.95  is_a_theorem(implies(implies(implies(implies(implies(A,falsehood),falsehood),falsehood),falsehood),
% 5.74/5.95               implies(B,A))) -> true
% 5.74/5.95  Current number of equations to process: 1233
% 5.74/5.95  Current number of ordered equations: 0
% 5.74/5.95  Current number of rules: 252
% 5.74/5.95  New rule produced :
% 5.74/5.95  [277]
% 5.74/5.95  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,falsehood),falsehood)),
% 5.74/5.95               implies(C,B))) -> true
% 5.74/5.95  Current number of equations to process: 1236
% 5.74/5.95  Current number of ordered equations: 0
% 5.74/5.95  Current number of rules: 253
% 5.74/5.95  New rule produced :
% 5.74/5.95  [278]
% 5.74/5.95  is_a_theorem(implies(implies(implies(implies(implies(A,A),B),falsehood),falsehood),
% 5.74/5.95               implies(C,B))) -> true
% 5.74/5.95  Current number of equations to process: 1242
% 5.74/5.95  Current number of ordered equations: 0
% 5.74/5.95  Current number of rules: 254
% 5.74/5.95  New rule produced :
% 5.74/5.95  [279]
% 5.74/5.95  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,B),C)),implies(X,C)))
% 5.74/5.95  -> true
% 5.74/5.95  Current number of equations to process: 1245
% 5.74/5.95  Current number of ordered equations: 0
% 5.74/5.95  Current number of rules: 255
% 5.74/5.95  New rule produced :
% 5.74/5.95  [280]
% 5.74/5.95  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,B)),C),falsehood),falsehood),C))
% 5.74/5.95  -> true
% 5.74/5.95  Current number of equations to process: 1260
% 5.74/5.95  Current number of ordered equations: 0
% 5.74/5.95  Current number of rules: 256
% 5.74/5.95  New rule produced :
% 5.74/5.95  [281]
% 5.74/5.95  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,implies(C,C)),X)),X))
% 5.74/5.95  -> true
% 5.74/5.95  Current number of equations to process: 1263
% 5.74/5.95  Current number of ordered equations: 0
% 5.74/5.95  Current number of rules: 257
% 5.74/5.95  New rule produced :
% 5.74/5.95  [282] is_a_theorem(implies(A,implies(implies(A,B),B))) -> true
% 5.74/5.95  Current number of equations to process: 1269
% 5.74/5.95  Current number of ordered equations: 0
% 5.74/5.95  Current number of rules: 258
% 5.74/5.95  New rule produced :
% 5.74/5.95  [283] is_a_theorem(implies(A,implies(implies(implies(B,A),C),C))) -> true
% 5.74/5.95  Current number of equations to process: 1274
% 5.74/5.95  Current number of ordered equations: 0
% 5.74/5.95  Current number of rules: 259
% 5.74/5.95  New rule produced :
% 5.74/5.95  [284] is_a_theorem(implies(A,implies(B,implies(implies(B,C),C)))) -> true
% 5.74/5.95  Current number of equations to process: 1275
% 5.74/5.95  Current number of ordered equations: 0
% 5.74/5.95  Current number of rules: 260
% 5.74/5.95  New rule produced :
% 5.74/5.95  [285]
% 5.74/5.95  is_a_theorem(implies(A,implies(B,implies(implies(C,implies(implies(X,falsehood),falsehood)),
% 5.74/5.95                                   implies(C,X))))) -> true
% 5.74/5.95  Current number of equations to process: 1274
% 5.74/5.95  Current number of ordered equations: 0
% 5.74/5.95  Current number of rules: 261
% 5.74/5.95  New rule produced :
% 5.74/5.95  [286]
% 5.74/5.95  is_a_theorem(implies(A,implies(implies(B,implies(implies(C,falsehood),falsehood)),
% 5.74/5.95                         implies(X,implies(B,C))))) -> true
% 5.74/5.95  Current number of equations to process: 1273
% 5.74/5.95  Current number of ordered equations: 0
% 5.74/5.95  Current number of rules: 262
% 5.74/5.95  New rule produced :
% 5.74/5.95  [287]
% 5.74/5.95  is_a_theorem(implies(A,implies(B,implies(implies(C,implies(implies(X,X),Y)),
% 5.74/5.95                                   implies(C,Y))))) -> true
% 5.74/5.95  Current number of equations to process: 1272
% 5.74/5.95  Current number of ordered equations: 0
% 5.74/5.95  Current number of rules: 263
% 5.74/5.95  New rule produced :
% 5.74/5.95  [288]
% 5.74/5.95  is_a_theorem(implies(A,implies(implies(B,implies(implies(C,C),X)),implies(Y,
% 5.83/6.01                                                                    implies(B,X)))))
% 5.83/6.01  -> true
% 5.83/6.01  Current number of equations to process: 1271
% 5.83/6.01  Current number of ordered equations: 0
% 5.83/6.01  Current number of rules: 264
% 5.83/6.01  New rule produced :
% 5.83/6.01  [289]
% 5.83/6.01  is_a_theorem(implies(A,implies(implies(implies(B,C),B),implies(implies(B,C),
% 5.83/6.01                                                         implies(X,C))))) ->
% 5.83/6.01  true
% 5.83/6.01  Current number of equations to process: 1270
% 5.83/6.01  Current number of ordered equations: 0
% 5.83/6.01  Current number of rules: 265
% 5.83/6.01  New rule produced :
% 5.83/6.01  [290]
% 5.83/6.01  is_a_theorem(implies(implies(implies(A,B),A),implies(C,implies(implies(A,B),
% 5.83/6.01                                                         implies(X,B))))) ->
% 5.83/6.01  true
% 5.83/6.01  Current number of equations to process: 1269
% 5.83/6.01  Current number of ordered equations: 0
% 5.83/6.01  Current number of rules: 266
% 5.83/6.01  New rule produced :
% 5.83/6.01  [291]
% 5.83/6.01  is_a_theorem(implies(A,implies(implies(B,implies(C,X)),implies(B,implies(C,
% 5.83/6.01                                                                   implies(Y,X))))))
% 5.83/6.01  -> true
% 5.83/6.01  Current number of equations to process: 1268
% 5.83/6.01  Current number of ordered equations: 0
% 5.83/6.01  Current number of rules: 267
% 5.83/6.01  New rule produced :
% 5.83/6.01  [292]
% 5.83/6.01  is_a_theorem(implies(implies(A,implies(B,C)),implies(X,implies(A,implies(B,
% 5.83/6.01                                                                   implies(Y,C))))))
% 5.83/6.01  -> true
% 5.83/6.01  Current number of equations to process: 1267
% 5.83/6.01  Current number of ordered equations: 0
% 5.83/6.01  Current number of rules: 268
% 5.83/6.01  New rule produced :
% 5.83/6.01  [293]
% 5.83/6.01  is_a_theorem(implies(A,implies(B,implies(implies(C,X),implies(C,implies(Y,
% 5.83/6.01                                                                  implies(Z,X)))))))
% 5.83/6.01  -> true
% 5.83/6.01  Current number of equations to process: 1266
% 5.83/6.01  Current number of ordered equations: 0
% 5.83/6.01  Current number of rules: 269
% 5.83/6.01  New rule produced :
% 5.83/6.01  [294]
% 5.83/6.01  is_a_theorem(implies(A,implies(implies(B,C),implies(X,implies(B,implies(Y,
% 5.83/6.01                                                                  implies(Z,C)))))))
% 5.83/6.01  -> true
% 5.83/6.01  Current number of equations to process: 1265
% 5.83/6.01  Current number of ordered equations: 0
% 5.83/6.01  Current number of rules: 270
% 5.83/6.01  New rule produced :
% 5.83/6.01  [295]
% 5.83/6.01  is_a_theorem(implies(implies(implies(A,B),A),implies(implies(A,B),implies(C,
% 5.83/6.01                                                                    implies(X,B)))))
% 5.83/6.01  -> true
% 5.83/6.01  Current number of equations to process: 1264
% 5.83/6.01  Current number of ordered equations: 0
% 5.83/6.01  Current number of rules: 271
% 5.83/6.01  New rule produced :
% 5.83/6.01  [296]
% 5.83/6.01  is_a_theorem(implies(A,implies(implies(B,implies(implies(C,implies(X,C)),Y)),
% 5.83/6.01                         implies(B,Y)))) -> true
% 5.83/6.01  Current number of equations to process: 1263
% 5.83/6.01  Current number of ordered equations: 0
% 5.83/6.01  Current number of rules: 272
% 5.83/6.01  New rule produced :
% 5.83/6.01  [297]
% 5.83/6.01  is_a_theorem(implies(implies(A,implies(implies(B,implies(C,B)),X)),implies(Y,
% 5.83/6.01                                                                     implies(A,X))))
% 5.83/6.01  -> true
% 5.83/6.01  Current number of equations to process: 1262
% 5.83/6.01  Current number of ordered equations: 0
% 5.83/6.01  Current number of rules: 273
% 5.83/6.01  New rule produced :
% 5.83/6.01  [298]
% 5.83/6.01  is_a_theorem(implies(A,implies(implies(B,implies(implies(C,falsehood),falsehood)),
% 5.83/6.01                         implies(B,implies(X,C))))) -> true
% 5.83/6.01  Current number of equations to process: 1261
% 5.83/6.01  Current number of ordered equations: 0
% 5.83/6.01  Current number of rules: 274
% 5.83/6.01  New rule produced :
% 5.83/6.01  [299]
% 5.83/6.01  is_a_theorem(implies(implies(A,implies(implies(B,falsehood),falsehood)),
% 5.83/6.01               implies(C,implies(A,implies(X,B))))) -> true
% 5.83/6.01  Current number of equations to process: 1260
% 5.83/6.01  Current number of ordered equations: 0
% 5.83/6.01  Current number of rules: 275
% 5.83/6.01  New rule produced :
% 5.83/6.01  [300]
% 5.83/6.01  is_a_theorem(implies(A,implies(implies(B,implies(implies(C,C),X)),implies(B,
% 5.83/6.01                                                                    implies(Y,X)))))
% 5.83/6.01  -> true
% 5.83/6.01  Current number of equations to process: 1259
% 5.83/6.01  Current number of ordered equations: 0
% 5.83/6.01  Current number of rules: 276
% 5.83/6.01  New rule produced :
% 5.83/6.01  [301]
% 5.83/6.01  is_a_theorem(implies(implies(A,implies(implies(B,B),C)),implies(X,implies(A,
% 5.83/6.01                                                                    implies(Y,C)))))
% 5.83/6.01  -> true
% 5.83/6.01  Current number of equations to process: 1258
% 5.83/6.01  Current number of ordered equations: 0
% 6.32/6.50  Current number of rules: 277
% 6.32/6.50  New rule produced :
% 6.32/6.50  [302]
% 6.32/6.50  is_a_theorem(implies(A,implies(implies(B,C),implies(B,implies(X,implies(Y,
% 6.32/6.50                                                                  implies(Z,C)))))))
% 6.32/6.50  -> true
% 6.32/6.50  Current number of equations to process: 1257
% 6.32/6.50  Current number of ordered equations: 0
% 6.32/6.50  Current number of rules: 278
% 6.32/6.50  New rule produced :
% 6.32/6.50  [303]
% 6.32/6.50  is_a_theorem(implies(implies(A,B),implies(C,implies(A,implies(X,implies(Y,
% 6.32/6.50                                                                  implies(Z,B)))))))
% 6.32/6.50  -> true
% 6.32/6.50  Current number of equations to process: 1256
% 6.32/6.50  Current number of ordered equations: 0
% 6.32/6.50  Current number of rules: 279
% 6.32/6.50  New rule produced :
% 6.32/6.50  [304]
% 6.32/6.50  is_a_theorem(implies(A,implies(implies(B,implies(implies(C,implies(X,X)),Y)),
% 6.32/6.50                         implies(B,Y)))) -> true
% 6.32/6.50  Current number of equations to process: 1255
% 6.32/6.50  Current number of ordered equations: 0
% 6.32/6.50  Current number of rules: 280
% 6.32/6.50  New rule produced :
% 6.32/6.50  [305]
% 6.32/6.50  is_a_theorem(implies(implies(A,implies(implies(B,implies(C,C)),X)),implies(Y,
% 6.32/6.50                                                                     implies(A,X))))
% 6.32/6.50  -> true
% 6.32/6.50  Current number of equations to process: 1254
% 6.32/6.50  Current number of ordered equations: 0
% 6.32/6.50  Current number of rules: 281
% 6.32/6.50  New rule produced :
% 6.32/6.50  [306]
% 6.32/6.50  is_a_theorem(implies(implies(implies(implies(implies(A,B),A),falsehood),falsehood),
% 6.32/6.50               implies(implies(A,B),B))) -> true
% 6.32/6.50  Current number of equations to process: 1253
% 6.32/6.50  Current number of ordered equations: 0
% 6.32/6.50  Current number of rules: 282
% 6.32/6.50  New rule produced :
% 6.32/6.50  [307]
% 6.32/6.50  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,C),B)),implies(
% 6.32/6.50                                                                     implies(B,C),C)))
% 6.32/6.50  -> true
% 6.32/6.50  Current number of equations to process: 1252
% 6.32/6.50  Current number of ordered equations: 0
% 6.32/6.50  Current number of rules: 283
% 6.32/6.50  New rule produced :
% 6.32/6.50  [308]
% 6.32/6.50  is_a_theorem(implies(implies(implies(implies(A,B),falsehood),falsehood),
% 6.32/6.50               implies(C,implies(A,implies(X,B))))) -> true
% 6.32/6.50  Current number of equations to process: 1262
% 6.32/6.50  Current number of ordered equations: 0
% 6.32/6.50  Current number of rules: 284
% 6.32/6.50  New rule produced :
% 6.32/6.50  [309]
% 6.32/6.50  is_a_theorem(implies(implies(implies(A,A),implies(B,C)),implies(X,implies(B,
% 6.32/6.50                                                                    implies(Y,C)))))
% 6.32/6.50  -> true
% 6.32/6.50  Current number of equations to process: 1261
% 6.32/6.50  Current number of ordered equations: 0
% 6.32/6.50  Current number of rules: 285
% 6.32/6.50  New rule produced :
% 6.32/6.50  [310]
% 6.32/6.50  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,A)),C),falsehood),falsehood),
% 6.32/6.50               implies(X,C))) -> true
% 6.32/6.50  Current number of equations to process: 1271
% 6.32/6.50  Current number of ordered equations: 0
% 6.32/6.50  Current number of rules: 286
% 6.32/6.50  New rule produced :
% 6.32/6.50  [311]
% 6.32/6.50  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,implies(C,B)),X)),
% 6.32/6.50               implies(Y,X))) -> true
% 6.32/6.50  Current number of equations to process: 1270
% 6.32/6.50  Current number of ordered equations: 0
% 6.32/6.50  Current number of rules: 287
% 6.32/6.50  New rule produced :
% 6.32/6.50  [312]
% 6.32/6.50  is_a_theorem(implies(implies(implies(implies(implies(A,falsehood),falsehood),falsehood),falsehood),
% 6.32/6.50               implies(B,implies(C,A)))) -> true
% 6.32/6.50  Current number of equations to process: 1280
% 6.32/6.50  Current number of ordered equations: 0
% 6.32/6.50  Current number of rules: 288
% 6.32/6.50  New rule produced :
% 6.32/6.50  [313]
% 6.32/6.50  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,falsehood),falsehood)),
% 6.32/6.50               implies(C,implies(X,B)))) -> true
% 6.32/6.50  Current number of equations to process: 1279
% 6.32/6.50  Current number of ordered equations: 0
% 6.32/6.50  Current number of rules: 289
% 6.32/6.50  New rule produced :
% 6.32/6.50  [314]
% 6.32/6.50  is_a_theorem(implies(implies(implies(implies(implies(A,A),B),falsehood),falsehood),
% 6.32/6.50               implies(C,implies(X,B)))) -> true
% 6.32/6.50  Current number of equations to process: 1289
% 6.32/6.50  Current number of ordered equations: 0
% 6.32/6.50  Current number of rules: 290
% 6.32/6.50  New rule produced :
% 6.32/6.50  [315]
% 6.32/6.50  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,B),C)),implies(X,
% 6.32/6.50                                                                     implies(Y,C))))
% 6.32/6.50  -> true
% 6.32/6.50  Current number of equations to process: 1288
% 6.32/6.50  Current number of ordered equations: 0
% 6.32/6.50  Current number of rules: 291
% 6.32/6.50  New rule produced :
% 6.32/6.50  [316]
% 6.32/6.50  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,B)),C),falsehood),falsehood),
% 6.64/6.90               implies(X,C))) -> true
% 6.64/6.90  Current number of equations to process: 1307
% 6.64/6.90  Current number of ordered equations: 0
% 6.64/6.90  Current number of rules: 292
% 6.64/6.90  New rule produced :
% 6.64/6.90  [317]
% 6.64/6.90  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,implies(C,C)),X)),
% 6.64/6.90               implies(Y,X))) -> true
% 6.64/6.90  Current number of equations to process: 1306
% 6.64/6.90  Current number of ordered equations: 0
% 6.64/6.90  Current number of rules: 293
% 6.64/6.90  New rule produced :
% 6.64/6.90  [318]
% 6.64/6.90  is_a_theorem(implies(implies(implies(implies(implies(implies(implies(A,falsehood),falsehood),A),B),falsehood),falsehood),B))
% 6.64/6.90  -> true
% 6.64/6.90  Current number of equations to process: 1316
% 6.64/6.90  Current number of ordered equations: 0
% 6.64/6.90  Current number of rules: 294
% 6.64/6.90  New rule produced :
% 6.64/6.90  [319]
% 6.64/6.90  is_a_theorem(implies(implies(implies(A,A),implies(implies(implies(implies(B,falsehood),falsehood),B),C)),C))
% 6.64/6.90  -> true
% 6.64/6.90  Current number of equations to process: 1315
% 6.64/6.90  Current number of ordered equations: 0
% 6.64/6.90  Current number of rules: 295
% 6.64/6.90  New rule produced :
% 6.64/6.90  [320]
% 6.64/6.90  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,implies(C,B))),X),falsehood),falsehood),X))
% 6.64/6.90  -> true
% 6.64/6.90  Current number of equations to process: 1325
% 6.64/6.90  Current number of ordered equations: 0
% 6.64/6.90  Current number of rules: 296
% 6.64/6.90  New rule produced :
% 6.64/6.90  [321]
% 6.64/6.90  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,implies(C,
% 6.64/6.90                                                              implies(X,C))),Y)),Y))
% 6.64/6.90  -> true
% 6.64/6.90  Current number of equations to process: 1324
% 6.64/6.90  Current number of ordered equations: 0
% 6.64/6.90  Current number of rules: 297
% 6.64/6.90  New rule produced :
% 6.64/6.90  [322]
% 6.64/6.90  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,implies(C,C))),X),falsehood),falsehood),X))
% 6.64/6.90  -> true
% 6.64/6.90  Current number of equations to process: 1334
% 6.64/6.90  Current number of ordered equations: 0
% 6.64/6.90  Current number of rules: 298
% 6.64/6.90  New rule produced :
% 6.64/6.90  [323]
% 6.64/6.90  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,implies(C,
% 6.64/6.90                                                              implies(X,X))),Y)),Y))
% 6.64/6.90  -> true
% 6.64/6.90  Current number of equations to process: 1333
% 6.64/6.90  Current number of ordered equations: 0
% 6.64/6.90  Current number of rules: 299
% 6.64/6.90  New rule produced :
% 6.64/6.90  [324]
% 6.64/6.90  is_a_theorem(implies(implies(implies(implies(implies(implies(implies(A,A),B),B),C),falsehood),falsehood),C))
% 6.64/6.90  -> true
% 6.64/6.90  Current number of equations to process: 1343
% 6.64/6.90  Current number of ordered equations: 0
% 6.64/6.90  Current number of rules: 300
% 6.64/6.90  New rule produced :
% 6.64/6.90  [325]
% 6.64/6.90  is_a_theorem(implies(implies(implies(A,A),implies(implies(implies(implies(B,B),C),C),X)),X))
% 6.64/6.90  -> true
% 6.64/6.90  Current number of equations to process: 1342
% 6.64/6.90  Current number of ordered equations: 0
% 6.64/6.90  Current number of rules: 301
% 6.64/6.90  New rule produced :
% 6.64/6.90  [326]
% 6.64/6.90  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,implies(C,A))),X),falsehood),falsehood),X))
% 6.64/6.90  -> true
% 6.64/6.90  Current number of equations to process: 1352
% 6.64/6.90  Current number of ordered equations: 0
% 6.64/6.90  Current number of rules: 302
% 6.64/6.90  New rule produced :
% 6.64/6.90  [327]
% 6.64/6.90  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,implies(C,
% 6.64/6.90                                                              implies(X,B))),Y)),Y))
% 6.64/6.90  -> true
% 6.64/6.90  Current number of equations to process: 1351
% 6.64/6.90  Current number of ordered equations: 0
% 6.64/6.90  Current number of rules: 303
% 6.64/6.90  New rule produced :
% 6.64/6.90  [328] ifeq(is_a_theorem(falsehood),true,is_a_theorem(A),true) -> true
% 6.64/6.90  Current number of equations to process: 1354
% 6.64/6.90  Current number of ordered equations: 0
% 6.64/6.90  Current number of rules: 304
% 6.64/6.90  New rule produced :
% 6.64/6.90  [329] is_a_theorem(implies(A,implies(B,implies(falsehood,C)))) -> true
% 6.64/6.90  Current number of equations to process: 1354
% 6.64/6.90  Current number of ordered equations: 0
% 6.64/6.90  Current number of rules: 305
% 6.64/6.90  New rule produced :
% 6.64/6.90  [330]
% 6.64/6.90  is_a_theorem(implies(A,implies(B,implies(C,implies(falsehood,X))))) -> true
% 6.64/6.90  Current number of equations to process: 1354
% 6.64/6.90  Current number of ordered equations: 0
% 6.64/6.90  Current number of rules: 306
% 6.64/6.90  New rule produced :
% 6.64/6.90  [331]
% 6.64/6.90  ifeq(is_a_theorem(implies(implies(falsehood,A),B)),true,is_a_theorem(B),true)
% 6.64/6.90  -> true
% 6.64/6.90  Current number of equations to process: 1353
% 6.64/6.90  Current number of ordered equations: 0
% 6.64/6.90  Current number of rules: 307
% 6.64/6.90  New rule produced :
% 6.64/6.90  [332]
% 6.64/6.90  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(falsehood,Y))))))
% 7.34/7.57  -> true
% 7.34/7.57  Current number of equations to process: 1352
% 7.34/7.57  Current number of ordered equations: 0
% 7.34/7.57  Current number of rules: 308
% 7.34/7.57  New rule produced :
% 7.34/7.57  [333]
% 7.34/7.57  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,falsehood),falsehood),falsehood),falsehood),B)))
% 7.34/7.57  -> true
% 7.34/7.57  Current number of equations to process: 1358
% 7.34/7.57  Current number of ordered equations: 0
% 7.34/7.57  Current number of rules: 309
% 7.34/7.57  New rule produced :
% 7.34/7.57  [334]
% 7.34/7.57  is_a_theorem(implies(A,implies(implies(implies(B,B),implies(implies(C,falsehood),falsehood)),C)))
% 7.34/7.57  -> true
% 7.34/7.57  Current number of equations to process: 1365
% 7.34/7.57  Current number of ordered equations: 0
% 7.34/7.57  Current number of rules: 310
% 7.34/7.57  New rule produced :
% 7.34/7.57  [335] is_a_theorem(implies(implies(implies(falsehood,A),B),B)) -> true
% 7.34/7.57  Current number of equations to process: 1368
% 7.34/7.57  Current number of ordered equations: 0
% 7.34/7.57  Current number of rules: 311
% 7.34/7.57  New rule produced :
% 7.34/7.57  [336] is_a_theorem(implies(implies(A,falsehood),implies(A,B))) -> true
% 7.34/7.57  Current number of equations to process: 1368
% 7.34/7.57  Current number of ordered equations: 0
% 7.34/7.57  Current number of rules: 312
% 7.34/7.57  New rule produced :
% 7.34/7.57  [337]
% 7.34/7.57  ifeq(is_a_theorem(implies(implies(A,implies(falsehood,B)),C)),true,is_a_theorem(C),true)
% 7.34/7.57  -> true
% 7.34/7.57  Current number of equations to process: 1367
% 7.34/7.57  Current number of ordered equations: 0
% 7.34/7.57  Current number of rules: 313
% 7.34/7.57  New rule produced :
% 7.34/7.57  [338]
% 7.34/7.57  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(Y,implies(falsehood,Z)))))))
% 7.34/7.57  -> true
% 7.34/7.57  Current number of equations to process: 1366
% 7.34/7.57  Current number of ordered equations: 0
% 7.34/7.57  Current number of rules: 314
% 7.34/7.57  New rule produced :
% 7.34/7.57  [339]
% 7.34/7.57  ifeq(is_a_theorem(implies(implies(implies(implies(A,falsehood),falsehood),falsehood),falsehood)),true,
% 7.34/7.57  is_a_theorem(A),true) -> true
% 7.34/7.57  Current number of equations to process: 1370
% 7.34/7.57  Current number of ordered equations: 0
% 7.34/7.57  Current number of rules: 315
% 7.34/7.57  New rule produced :
% 7.34/7.57  [340]
% 7.34/7.57  ifeq(is_a_theorem(implies(implies(A,A),implies(implies(B,falsehood),falsehood))),true,
% 7.34/7.57  is_a_theorem(B),true) -> true
% 7.34/7.57  Current number of equations to process: 1369
% 7.34/7.57  Current number of ordered equations: 0
% 7.34/7.57  Current number of rules: 316
% 7.34/7.57  New rule produced :
% 7.34/7.57  [341]
% 7.34/7.57  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,B),C),falsehood),falsehood),C)))
% 7.34/7.57  -> true
% 7.34/7.57  Current number of equations to process: 1383
% 7.34/7.57  Current number of ordered equations: 0
% 7.34/7.57  Current number of rules: 317
% 7.34/7.57  New rule produced :
% 7.34/7.57  [342]
% 7.34/7.57  is_a_theorem(implies(A,implies(implies(implies(B,B),implies(implies(C,C),X)),X)))
% 7.34/7.57  -> true
% 7.34/7.57  Current number of equations to process: 1390
% 7.34/7.57  Current number of ordered equations: 0
% 7.34/7.57  Current number of rules: 318
% 7.34/7.57  New rule produced :
% 7.34/7.57  [343]
% 7.34/7.57  ifeq(is_a_theorem(implies(implies(implies(implies(A,A),B),falsehood),falsehood)),true,
% 7.34/7.57  is_a_theorem(B),true) -> true
% 7.34/7.57  Current number of equations to process: 1395
% 7.34/7.57  Current number of ordered equations: 0
% 7.34/7.57  Current number of rules: 319
% 7.34/7.57  New rule produced :
% 7.34/7.57  [344]
% 7.34/7.57  ifeq(is_a_theorem(implies(implies(A,A),implies(implies(B,B),C))),true,
% 7.34/7.57  is_a_theorem(C),true) -> true
% 7.34/7.57  Current number of equations to process: 1394
% 7.34/7.57  Current number of ordered equations: 0
% 7.34/7.57  Current number of rules: 320
% 7.34/7.57  New rule produced :
% 7.34/7.57  [345] is_a_theorem(implies(implies(implies(A,falsehood),A),A)) -> true
% 7.34/7.57  Current number of equations to process: 1402
% 7.34/7.57  Current number of ordered equations: 0
% 7.34/7.57  Current number of rules: 321
% 7.34/7.57  New rule produced :
% 7.34/7.57  [346]
% 7.34/7.57  is_a_theorem(implies(implies(implies(falsehood,falsehood),falsehood),A)) ->
% 7.34/7.57  true
% 7.34/7.57  Current number of equations to process: 1403
% 7.34/7.57  Current number of ordered equations: 0
% 7.34/7.57  Current number of rules: 322
% 7.34/7.57  New rule produced :
% 7.34/7.57  [347] is_a_theorem(implies(implies(implies(A,A),falsehood),B)) -> true
% 7.34/7.57  Rule
% 7.34/7.57  [346]
% 7.34/7.57  is_a_theorem(implies(implies(implies(falsehood,falsehood),falsehood),A)) ->
% 7.34/7.57  true collapsed.
% 7.34/7.57  Current number of equations to process: 1403
% 7.34/7.57  Current number of ordered equations: 0
% 7.34/7.57  Current number of rules: 322
% 7.34/7.57  New rule produced :
% 7.34/7.57  [348]
% 7.34/7.57  is_a_theorem(implies(implies(implies(A,implies(B,A)),falsehood),C)) -> true
% 7.34/7.57  Current number of equations to process: 1403
% 7.34/7.57  Current number of ordered equations: 0
% 7.34/7.57  Current number of rules: 323
% 7.34/7.57  New rule produced :
% 7.34/7.57  [349]
% 7.34/7.57  is_a_theorem(implies(implies(implies(A,implies(B,A)),implies(implies(C,falsehood),falsehood)),C))
% 7.34/7.57  -> true
% 7.34/7.57  Current number of equations to process: 1402
% 7.64/7.82  Current number of ordered equations: 0
% 7.64/7.82  Current number of rules: 324
% 7.64/7.82  New rule produced :
% 7.64/7.82  [350]
% 7.64/7.82  is_a_theorem(implies(implies(implies(A,implies(B,B)),falsehood),C)) -> true
% 7.64/7.82  Current number of equations to process: 1403
% 7.64/7.82  Current number of ordered equations: 0
% 7.64/7.82  Current number of rules: 325
% 7.64/7.82  New rule produced :
% 7.64/7.82  [351]
% 7.64/7.82  is_a_theorem(implies(implies(implies(A,implies(B,B)),implies(implies(C,falsehood),falsehood)),C))
% 7.64/7.82  -> true
% 7.64/7.82  Current number of equations to process: 1402
% 7.64/7.82  Current number of ordered equations: 0
% 7.64/7.82  Current number of rules: 326
% 7.64/7.82  New rule produced :
% 7.64/7.82  [352]
% 7.64/7.82  is_a_theorem(implies(implies(implies(implies(implies(A,falsehood),falsehood),A),falsehood),B))
% 7.64/7.82  -> true
% 7.64/7.82  Current number of equations to process: 1418
% 7.64/7.82  Current number of ordered equations: 0
% 7.64/7.82  Current number of rules: 327
% 7.64/7.82  New rule produced :
% 7.64/7.82  [353]
% 7.64/7.82  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,B))),falsehood),X))
% 7.64/7.82  -> true
% 7.64/7.82  Current number of equations to process: 1418
% 7.64/7.82  Current number of ordered equations: 0
% 7.64/7.82  Current number of rules: 328
% 7.64/7.82  New rule produced :
% 7.64/7.82  [354]
% 7.64/7.82  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,C))),falsehood),X))
% 7.64/7.82  -> true
% 7.64/7.82  Current number of equations to process: 1418
% 7.64/7.82  Current number of ordered equations: 0
% 7.64/7.82  Current number of rules: 329
% 7.64/7.82  New rule produced :
% 7.64/7.82  [355]
% 7.64/7.82  is_a_theorem(implies(implies(implies(implies(implies(A,A),B),B),falsehood),C))
% 7.64/7.82  -> true
% 7.64/7.82  Current number of equations to process: 1418
% 7.64/7.82  Current number of ordered equations: 0
% 7.64/7.82  Current number of rules: 330
% 7.64/7.82  New rule produced :
% 7.64/7.82  [356]
% 7.64/7.82  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,A))),falsehood),X))
% 7.64/7.82  -> true
% 7.64/7.82  Current number of equations to process: 1418
% 7.64/7.82  Current number of ordered equations: 0
% 7.64/7.82  Current number of rules: 331
% 7.64/7.82  New rule produced :
% 7.64/7.82  [357]
% 7.64/7.82  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(X,X)))),falsehood),Y))
% 7.64/7.82  -> true
% 7.64/7.82  Current number of equations to process: 1436
% 7.64/7.82  Current number of ordered equations: 0
% 7.64/7.82  Current number of rules: 332
% 7.64/7.82  New rule produced :
% 7.64/7.82  [358]
% 7.64/7.82  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(X,C)))),falsehood),Y))
% 7.64/7.82  -> true
% 7.64/7.82  Current number of equations to process: 1436
% 7.64/7.82  Current number of ordered equations: 0
% 7.64/7.82  Current number of rules: 333
% 7.64/7.82  New rule produced :
% 7.64/7.82  [359]
% 7.64/7.82  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,falsehood),falsehood),B)),falsehood),C))
% 7.64/7.82  -> true
% 7.64/7.82  Current number of equations to process: 1436
% 7.64/7.82  Current number of ordered equations: 0
% 7.64/7.82  Current number of rules: 334
% 7.64/7.82  New rule produced :
% 7.64/7.82  [360]
% 7.64/7.82  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,B),C),C)),falsehood),X))
% 7.64/7.82  -> true
% 7.64/7.82  Current number of equations to process: 1436
% 7.64/7.82  Current number of ordered equations: 0
% 7.64/7.82  Current number of rules: 335
% 7.64/7.82  New rule produced :
% 7.64/7.82  [361]
% 7.64/7.82  is_a_theorem(implies(implies(implies(implies(A,B),implies(A,implies(C,B))),falsehood),X))
% 7.64/7.82  -> true
% 7.64/7.82  Current number of equations to process: 1436
% 7.64/7.82  Current number of ordered equations: 0
% 7.64/7.82  Current number of rules: 336
% 7.64/7.82  New rule produced :
% 7.64/7.82  [362]
% 7.64/7.82  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,A)),C),C),falsehood),X))
% 7.64/7.82  -> true
% 7.64/7.82  Current number of equations to process: 1436
% 7.64/7.82  Current number of ordered equations: 0
% 7.64/7.82  Current number of rules: 337
% 7.64/7.82  New rule produced :
% 7.64/7.82  [363]
% 7.64/7.82  is_a_theorem(implies(implies(implies(implies(implies(A,falsehood),falsehood),
% 7.64/7.82                               implies(B,A)),falsehood),C)) -> true
% 7.64/7.82  Current number of equations to process: 1436
% 7.64/7.82  Current number of ordered equations: 0
% 7.64/7.82  Current number of rules: 338
% 7.64/7.82  New rule produced :
% 7.64/7.82  [364]
% 7.64/7.82  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(X,B)))),falsehood),Y))
% 7.64/7.82  -> true
% 7.64/7.82  Current number of equations to process: 1436
% 7.64/7.82  Current number of ordered equations: 0
% 7.64/7.82  Current number of rules: 339
% 7.64/7.82  New rule produced :
% 7.64/7.82  [365]
% 7.64/7.82  is_a_theorem(implies(implies(implies(implies(implies(A,A),B),implies(C,B)),falsehood),X))
% 7.64/7.82  -> true
% 7.64/7.82  Current number of equations to process: 1436
% 7.64/7.82  Current number of ordered equations: 0
% 7.64/7.82  Current number of rules: 340
% 7.64/7.82  New rule produced :
% 7.64/7.82  [366]
% 7.64/7.82  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(X,A)))),falsehood),Y))
% 7.64/7.82  -> true
% 7.64/7.82  Current number of equations to process: 1436
% 7.64/7.82  Current number of ordered equations: 0
% 9.73/9.98  Current number of rules: 341
% 9.73/9.98  New rule produced :
% 9.73/9.98  [367]
% 9.73/9.98  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,B)),C),C),falsehood),X))
% 9.73/9.98  -> true
% 9.73/9.98  Current number of equations to process: 1436
% 9.73/9.98  Current number of ordered equations: 0
% 9.73/9.98  Current number of rules: 342
% 9.73/9.98  New rule produced :
% 9.73/9.98  [368]
% 9.73/9.98  is_a_theorem(implies(implies(implies(A,falsehood),implies(implies(falsehood,falsehood),falsehood)),A))
% 9.73/9.98  -> true
% 9.73/9.98  Current number of equations to process: 1441
% 9.73/9.98  Current number of ordered equations: 0
% 9.73/9.98  Current number of rules: 343
% 9.73/9.98  New rule produced :
% 9.73/9.98  [369]
% 9.73/9.98  is_a_theorem(implies(implies(implies(A,falsehood),implies(implies(B,B),falsehood)),A))
% 9.73/9.98  -> true
% 9.73/9.98  Rule
% 9.73/9.98  [368]
% 9.73/9.98  is_a_theorem(implies(implies(implies(A,falsehood),implies(implies(falsehood,falsehood),falsehood)),A))
% 9.73/9.98  -> true collapsed.
% 9.73/9.98  Current number of equations to process: 1441
% 9.73/9.98  Current number of ordered equations: 0
% 9.73/9.98  Current number of rules: 343
% 9.73/9.98  New rule produced :
% 9.73/9.98  [370]
% 9.73/9.98  is_a_theorem(implies(implies(implies(A,falsehood),implies(implies(B,implies(C,B)),falsehood)),A))
% 9.73/9.98  -> true
% 9.73/9.98  Current number of equations to process: 1441
% 9.73/9.98  Current number of ordered equations: 0
% 9.73/9.98  Current number of rules: 344
% 9.73/9.98  New rule produced :
% 9.73/9.98  [371]
% 9.73/9.98  is_a_theorem(implies(implies(implies(A,falsehood),implies(implies(B,implies(C,C)),falsehood)),A))
% 9.73/9.98  -> true
% 9.73/9.98  Current number of equations to process: 1441
% 9.73/9.98  Current number of ordered equations: 0
% 9.73/9.98  Current number of rules: 345
% 9.73/9.98  New rule produced :
% 9.73/9.98  [372] is_a_theorem(implies(implies(A,implies(A,B)),implies(A,B))) -> true
% 9.73/9.98  Current number of equations to process: 1450
% 9.73/9.98  Current number of ordered equations: 0
% 9.73/9.98  Current number of rules: 346
% 9.73/9.98  New rule produced :
% 9.73/9.98  [373]
% 9.73/9.98  is_a_theorem(implies(implies(implies(A,implies(B,A)),implies(implies(C,C),X)),X))
% 9.73/9.98  -> true
% 9.73/9.98  Current number of equations to process: 1450
% 9.73/9.98  Current number of ordered equations: 0
% 9.73/9.98  Current number of rules: 347
% 9.73/9.98  New rule produced :
% 9.73/9.98  [374]
% 9.73/9.98  is_a_theorem(implies(implies(implies(A,implies(B,B)),implies(implies(C,C),X)),X))
% 9.73/9.98  -> true
% 9.73/9.98  Current number of equations to process: 1450
% 9.73/9.98  Current number of ordered equations: 0
% 9.73/9.98  Current number of rules: 348
% 9.73/9.98  New rule produced :
% 9.73/9.98  [375]
% 9.73/9.98  is_a_theorem(implies(implies(implies(A,A),implies(implies(falsehood,falsehood),falsehood)),B))
% 9.73/9.98  -> true
% 9.73/9.98  Current number of equations to process: 1730
% 9.73/9.98  Current number of ordered equations: 0
% 9.73/9.98  Current number of rules: 349
% 9.73/9.98  New rule produced :
% 9.73/9.98  [376]
% 9.73/9.98  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,B),falsehood)),C))
% 9.73/9.98  -> true
% 9.73/9.98  Rule
% 9.73/9.98  [375]
% 9.73/9.98  is_a_theorem(implies(implies(implies(A,A),implies(implies(falsehood,falsehood),falsehood)),B))
% 9.73/9.98  -> true collapsed.
% 9.73/9.98  Current number of equations to process: 1746
% 9.73/9.98  Current number of ordered equations: 0
% 9.73/9.98  Current number of rules: 349
% 9.73/9.98  New rule produced :
% 9.73/9.98  [377]
% 9.73/9.98  ifeq(is_a_theorem(A),true,is_a_theorem(implies(implies(A,B),B)),true) -> true
% 9.73/9.98  Current number of equations to process: 1771
% 9.73/9.98  Current number of ordered equations: 0
% 9.73/9.98  Current number of rules: 350
% 9.73/9.98  New rule produced :
% 9.73/9.98  [378] is_a_theorem(implies(A,implies(B,implies(implies(A,C),C)))) -> true
% 9.73/9.98  Current number of equations to process: 1772
% 9.73/9.98  Current number of ordered equations: 0
% 9.73/9.98  Current number of rules: 351
% 9.73/9.98  New rule produced :
% 9.73/9.98  [379]
% 9.73/9.98  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(C,X),X))))) ->
% 9.73/9.98  true
% 9.73/9.98  Current number of equations to process: 1773
% 9.73/9.98  Current number of ordered equations: 0
% 9.73/9.98  Current number of rules: 352
% 9.73/9.98  New rule produced :
% 9.73/9.98  [380]
% 9.73/9.98  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(B,X),X))))) ->
% 9.73/9.98  true
% 9.73/9.98  Current number of equations to process: 1772
% 9.73/9.98  Current number of ordered equations: 0
% 9.73/9.98  Current number of rules: 353
% 9.73/9.98  New rule produced :
% 9.73/9.98  [381]
% 9.73/9.98  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(A,X),X))))) ->
% 9.73/9.98  true
% 9.73/9.98  Current number of equations to process: 1772
% 9.73/9.98  Current number of ordered equations: 0
% 9.73/9.98  Current number of rules: 354
% 9.73/9.98  New rule produced :
% 9.73/9.98  [382]
% 9.73/9.98  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,B),X),X)))) ->
% 9.73/9.98  true
% 9.73/9.98  Current number of equations to process: 1775
% 9.73/9.98  Current number of ordered equations: 0
% 9.73/9.98  Current number of rules: 355
% 9.73/9.98  New rule produced :
% 9.73/9.98  [383]
% 9.73/9.98  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,A),X),X)))) ->
% 9.73/9.98  true
% 9.73/9.98  Current number of equations to process: 1777
% 10.13/10.31  Current number of ordered equations: 0
% 10.13/10.31  Current number of rules: 356
% 10.13/10.31  New rule produced :
% 10.13/10.31  [384]
% 10.13/10.31  ifeq(is_a_theorem(A),true,is_a_theorem(implies(implies(implies(B,A),C),C)),true)
% 10.13/10.31  -> true
% 10.13/10.31  Current number of equations to process: 1777
% 10.13/10.31  Current number of ordered equations: 0
% 10.13/10.31  Current number of rules: 357
% 10.13/10.31  New rule produced :
% 10.13/10.31  [385]
% 10.13/10.31  is_a_theorem(implies(implies(A,implies(implies(B,A),C)),implies(A,C))) ->
% 10.13/10.31  true
% 10.13/10.31  Current number of equations to process: 1777
% 10.13/10.31  Current number of ordered equations: 0
% 10.13/10.31  Current number of rules: 358
% 10.13/10.31  New rule produced :
% 10.13/10.31  [386]
% 10.13/10.31  is_a_theorem(implies(implies(implies(A,implies(implies(A,B),B)),C),C)) ->
% 10.13/10.31  true
% 10.13/10.31  Current number of equations to process: 1782
% 10.13/10.31  Current number of ordered equations: 0
% 10.13/10.31  Current number of rules: 359
% 10.13/10.31  New rule produced :
% 10.13/10.31  [387]
% 10.13/10.31  is_a_theorem(implies(implies(A,B),implies(A,implies(implies(B,C),C)))) ->
% 10.13/10.31  true
% 10.13/10.31  Current number of equations to process: 1782
% 10.13/10.31  Current number of ordered equations: 0
% 10.13/10.31  Current number of rules: 360
% 10.13/10.31  New rule produced :
% 10.13/10.31  [388]
% 10.13/10.31  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(implies(X,Y),Y))))))
% 10.13/10.31  -> true
% 10.13/10.31  Current number of equations to process: 1781
% 10.13/10.31  Current number of ordered equations: 0
% 10.13/10.31  Current number of rules: 361
% 10.13/10.31  New rule produced :
% 10.13/10.31  [389]
% 10.13/10.31  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(X,C),Y),Y)))))
% 10.13/10.31  -> true
% 10.13/10.31  Current number of equations to process: 1780
% 10.13/10.31  Current number of ordered equations: 0
% 10.13/10.31  Current number of rules: 362
% 10.13/10.31  New rule produced :
% 10.13/10.31  [390]
% 10.13/10.31  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(X,B),Y),Y)))))
% 10.13/10.31  -> true
% 10.13/10.31  Current number of equations to process: 1779
% 10.13/10.31  Current number of ordered equations: 0
% 10.13/10.31  Current number of rules: 363
% 10.13/10.31  New rule produced :
% 10.13/10.31  [391]
% 10.13/10.31  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(X,A),Y),Y)))))
% 10.13/10.31  -> true
% 10.13/10.31  Current number of equations to process: 1778
% 10.13/10.31  Current number of ordered equations: 0
% 10.13/10.31  Current number of rules: 364
% 10.13/10.31  New rule produced :
% 10.13/10.31  [392]
% 10.13/10.31  ifeq(is_a_theorem(implies(implies(A,implies(implies(A,B),B)),C)),true,
% 10.13/10.31  is_a_theorem(C),true) -> true
% 10.13/10.31  Current number of equations to process: 1776
% 10.13/10.31  Current number of ordered equations: 0
% 10.13/10.31  Current number of rules: 365
% 10.13/10.31  New rule produced :
% 10.13/10.31  [393]
% 10.13/10.31  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(implies(C,falsehood),falsehood),falsehood),falsehood),C))))
% 10.13/10.31  -> true
% 10.13/10.31  Current number of equations to process: 1782
% 10.13/10.31  Current number of ordered equations: 0
% 10.13/10.31  Current number of rules: 366
% 10.13/10.31  New rule produced :
% 10.13/10.31  [394]
% 10.13/10.31  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,falsehood),falsehood),falsehood),falsehood),
% 10.13/10.31                         implies(C,B)))) -> true
% 10.13/10.31  Current number of equations to process: 1781
% 10.13/10.31  Current number of ordered equations: 0
% 10.13/10.31  Current number of rules: 367
% 10.13/10.31  New rule produced :
% 10.13/10.31  [395]
% 10.13/10.31  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,C),implies(
% 10.13/10.31                                                                implies(X,falsehood),falsehood)),X))))
% 10.13/10.31  -> true
% 10.13/10.31  Current number of equations to process: 1780
% 10.13/10.31  Current number of ordered equations: 0
% 10.13/10.31  Current number of rules: 368
% 10.13/10.31  New rule produced :
% 10.13/10.31  [396]
% 10.13/10.31  is_a_theorem(implies(A,implies(implies(implies(B,B),implies(implies(C,falsehood),falsehood)),
% 10.13/10.31                         implies(X,C)))) -> true
% 10.13/10.31  Current number of equations to process: 1779
% 10.13/10.31  Current number of ordered equations: 0
% 10.13/10.31  Current number of rules: 369
% 10.13/10.31  New rule produced :
% 10.13/10.31  [397]
% 10.13/10.31  is_a_theorem(implies(implies(implies(implies(A,implies(implies(B,falsehood),falsehood)),
% 10.13/10.31                               implies(A,B)),C),C)) -> true
% 10.13/10.31  Current number of equations to process: 1778
% 10.13/10.31  Current number of ordered equations: 0
% 10.13/10.31  Current number of rules: 370
% 10.13/10.31  New rule produced :
% 10.13/10.31  [398]
% 10.13/10.31  is_a_theorem(implies(implies(A,implies(B,implies(implies(C,falsehood),falsehood))),
% 10.13/10.31               implies(A,implies(B,C)))) -> true
% 10.13/10.31  Current number of equations to process: 1777
% 10.13/10.31  Current number of ordered equations: 0
% 10.13/10.31  Current number of rules: 371
% 10.13/10.31  New rule produced :
% 10.13/10.31  [399]
% 10.13/10.31  is_a_theorem(implies(implies(A,implies(implies(B,falsehood),falsehood)),
% 10.13/10.31               implies(C,implies(X,implies(A,B))))) -> true
% 10.13/10.31  Current number of equations to process: 1776
% 10.13/10.31  Current number of ordered equations: 0
% 10.13/10.31  Current number of rules: 372
% 10.13/10.39  New rule produced :
% 10.13/10.39  [400]
% 10.13/10.39  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(implies(C,C),X),falsehood),falsehood),X))))
% 10.13/10.39  -> true
% 10.13/10.39  Current number of equations to process: 1775
% 10.13/10.39  Current number of ordered equations: 0
% 10.13/10.39  Current number of rules: 373
% 10.13/10.39  New rule produced :
% 10.13/10.39  [401]
% 10.13/10.39  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,B),C),falsehood),falsehood),
% 10.13/10.39                         implies(X,C)))) -> true
% 10.13/10.39  Current number of equations to process: 1774
% 10.13/10.39  Current number of ordered equations: 0
% 10.13/10.39  Current number of rules: 374
% 10.13/10.39  New rule produced :
% 10.13/10.39  [402]
% 10.13/10.39  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,C),implies(
% 10.13/10.39                                                                implies(X,X),Y)),Y))))
% 10.13/10.39  -> true
% 10.13/10.39  Current number of equations to process: 1773
% 10.13/10.39  Current number of ordered equations: 0
% 10.13/10.39  Current number of rules: 375
% 10.13/10.39  New rule produced :
% 10.13/10.39  [403]
% 10.13/10.39  is_a_theorem(implies(A,implies(implies(implies(B,B),implies(implies(C,C),X)),
% 10.13/10.39                         implies(Y,X)))) -> true
% 10.13/10.39  Current number of equations to process: 1772
% 10.13/10.39  Current number of ordered equations: 0
% 10.13/10.39  Current number of rules: 376
% 10.13/10.39  New rule produced :
% 10.13/10.39  [404]
% 10.13/10.39  is_a_theorem(implies(implies(implies(implies(A,implies(implies(B,B),C)),
% 10.13/10.39                               implies(A,C)),X),X)) -> true
% 10.13/10.39  Current number of equations to process: 1771
% 10.13/10.39  Current number of ordered equations: 0
% 10.13/10.39  Current number of rules: 377
% 10.13/10.39  New rule produced :
% 10.13/10.39  [405]
% 10.13/10.39  is_a_theorem(implies(implies(A,implies(B,implies(implies(C,C),X))),implies(A,
% 10.13/10.39                                                                     implies(B,X))))
% 10.13/10.39  -> true
% 10.13/10.39  Current number of equations to process: 1770
% 10.13/10.39  Current number of ordered equations: 0
% 10.13/10.39  Current number of rules: 378
% 10.13/10.39  New rule produced :
% 10.13/10.39  [406]
% 10.13/10.39  is_a_theorem(implies(implies(A,implies(implies(B,B),C)),implies(X,implies(Y,
% 10.13/10.39                                                                    implies(A,C)))))
% 10.13/10.39  -> true
% 10.13/10.39  Current number of equations to process: 1769
% 10.13/10.39  Current number of ordered equations: 0
% 10.13/10.39  Current number of rules: 379
% 10.13/10.39  New rule produced :
% 10.13/10.39  [407]
% 10.13/10.39  is_a_theorem(implies(implies(implies(implies(implies(A,falsehood),falsehood),A),
% 10.13/10.39                       implies(implies(B,falsehood),falsehood)),B)) -> true
% 10.13/10.39  Current number of equations to process: 1768
% 10.13/10.39  Current number of ordered equations: 0
% 10.13/10.39  Current number of rules: 380
% 10.13/10.39  New rule produced :
% 10.13/10.39  [408]
% 10.13/10.39  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,B))),implies(
% 10.13/10.39                                                                  implies(X,falsehood),falsehood)),X))
% 10.13/10.39  -> true
% 10.13/10.39  Current number of equations to process: 1767
% 10.13/10.39  Current number of ordered equations: 0
% 10.13/10.39  Current number of rules: 381
% 10.13/10.39  New rule produced :
% 10.13/10.39  [409]
% 10.13/10.39  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,C))),implies(
% 10.13/10.39                                                                  implies(X,falsehood),falsehood)),X))
% 10.13/10.39  -> true
% 10.13/10.39  Current number of equations to process: 1766
% 10.13/10.39  Current number of ordered equations: 0
% 10.13/10.39  Current number of rules: 382
% 10.13/10.39  New rule produced :
% 10.13/10.39  [410]
% 10.13/10.39  is_a_theorem(implies(implies(implies(implies(implies(A,A),B),B),implies(
% 10.13/10.39                                                                  implies(C,falsehood),falsehood)),C))
% 10.13/10.39  -> true
% 10.13/10.39  Current number of equations to process: 1765
% 10.13/10.39  Current number of ordered equations: 0
% 10.13/10.39  Current number of rules: 383
% 10.13/10.39  New rule produced :
% 10.13/10.39  [411]
% 10.13/10.39  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,A))),implies(
% 10.13/10.39                                                                  implies(X,falsehood),falsehood)),X))
% 10.13/10.39  -> true
% 10.13/10.39  Current number of equations to process: 1764
% 10.13/10.39  Current number of ordered equations: 0
% 10.13/10.39  Current number of rules: 384
% 10.13/10.39  New rule produced :
% 10.13/10.39  [412]
% 10.13/10.39  is_a_theorem(implies(implies(implies(A,falsehood),implies(implies(implies(
% 10.13/10.39                                                                    implies(B,falsehood),falsehood),B),falsehood)),A))
% 10.13/10.39  -> true
% 10.13/10.39  Current number of equations to process: 1763
% 10.13/10.39  Current number of ordered equations: 0
% 10.13/10.39  Current number of rules: 385
% 10.13/10.39  New rule produced :
% 10.13/10.39  [413]
% 10.13/10.39  is_a_theorem(implies(implies(implies(A,falsehood),implies(implies(B,implies(C,
% 10.13/10.39                                                                      implies(X,C))),falsehood)),A))
% 10.22/10.48  -> true
% 10.22/10.48  Current number of equations to process: 1762
% 10.22/10.48  Current number of ordered equations: 0
% 10.22/10.48  Current number of rules: 386
% 10.22/10.48  New rule produced :
% 10.22/10.48  [414]
% 10.22/10.48  is_a_theorem(implies(implies(implies(A,falsehood),implies(implies(B,implies(C,
% 10.22/10.48                                                                      implies(X,X))),falsehood)),A))
% 10.22/10.48  -> true
% 10.22/10.48  Current number of equations to process: 1761
% 10.22/10.48  Current number of ordered equations: 0
% 10.22/10.48  Current number of rules: 387
% 10.22/10.48  New rule produced :
% 10.22/10.48  [415]
% 10.22/10.48  is_a_theorem(implies(implies(implies(A,falsehood),implies(implies(implies(
% 10.22/10.48                                                                    implies(B,B),C),C),falsehood)),A))
% 10.22/10.48  -> true
% 10.22/10.48  Current number of equations to process: 1760
% 10.22/10.48  Current number of ordered equations: 0
% 10.22/10.48  Current number of rules: 388
% 10.22/10.48  New rule produced :
% 10.22/10.48  [416]
% 10.22/10.48  is_a_theorem(implies(implies(implies(A,falsehood),implies(implies(B,implies(C,
% 10.22/10.48                                                                      implies(X,B))),falsehood)),A))
% 10.22/10.48  -> true
% 10.22/10.48  Current number of equations to process: 1759
% 10.22/10.48  Current number of ordered equations: 0
% 10.22/10.48  Current number of rules: 389
% 10.22/10.48  New rule produced :
% 10.22/10.48  [417]
% 10.22/10.48  is_a_theorem(implies(implies(implies(implies(implies(implies(implies(A,falsehood),falsehood),falsehood),falsehood),falsehood),falsehood),A))
% 10.22/10.48  -> true
% 10.22/10.48  Current number of equations to process: 1758
% 10.22/10.48  Current number of ordered equations: 0
% 10.22/10.48  Current number of rules: 390
% 10.22/10.48  New rule produced :
% 10.22/10.48  [418]
% 10.22/10.48  is_a_theorem(implies(implies(implies(A,A),implies(implies(implies(implies(B,falsehood),falsehood),falsehood),falsehood)),B))
% 10.22/10.48  -> true
% 10.22/10.48  Current number of equations to process: 1757
% 10.22/10.48  Current number of ordered equations: 0
% 10.22/10.48  Current number of rules: 391
% 10.22/10.48  New rule produced :
% 10.22/10.48  [419]
% 10.22/10.48  is_a_theorem(implies(implies(implies(implies(implies(A,A),implies(implies(B,falsehood),falsehood)),falsehood),falsehood),B))
% 10.22/10.48  -> true
% 10.22/10.48  Current number of equations to process: 1756
% 10.22/10.48  Current number of ordered equations: 0
% 10.22/10.48  Current number of rules: 392
% 10.22/10.48  New rule produced :
% 10.22/10.48  [420]
% 10.22/10.48  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,B),implies(
% 10.22/10.48                                                                 implies(C,falsehood),falsehood))),C))
% 10.22/10.48  -> true
% 10.22/10.48  Current number of equations to process: 1755
% 10.22/10.48  Current number of ordered equations: 0
% 10.22/10.48  Current number of rules: 393
% 10.22/10.48  New rule produced :
% 10.22/10.48  [421]
% 10.22/10.48  is_a_theorem(implies(implies(implies(implies(implies(A,falsehood),falsehood),A),
% 10.22/10.48                       implies(implies(B,B),C)),C)) -> true
% 10.22/10.48  Current number of equations to process: 1754
% 10.22/10.48  Current number of ordered equations: 0
% 10.22/10.48  Current number of rules: 394
% 10.22/10.48  New rule produced :
% 10.22/10.48  [422]
% 10.22/10.48  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,B))),implies(
% 10.22/10.48                                                                  implies(X,X),Y)),Y))
% 10.22/10.48  -> true
% 10.22/10.48  Current number of equations to process: 1753
% 10.22/10.48  Current number of ordered equations: 0
% 10.22/10.48  Current number of rules: 395
% 10.22/10.48  New rule produced :
% 10.22/10.48  [423]
% 10.22/10.48  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,C))),implies(
% 10.22/10.48                                                                  implies(X,X),Y)),Y))
% 10.22/10.48  -> true
% 10.22/10.48  Current number of equations to process: 1752
% 10.22/10.48  Current number of ordered equations: 0
% 10.22/10.48  Current number of rules: 396
% 10.22/10.48  New rule produced :
% 10.22/10.48  [424]
% 10.22/10.48  is_a_theorem(implies(implies(implies(implies(implies(A,A),B),B),implies(
% 10.22/10.48                                                                  implies(C,C),X)),X))
% 10.22/10.48  -> true
% 10.22/10.48  Current number of equations to process: 1751
% 10.22/10.48  Current number of ordered equations: 0
% 10.22/10.48  Current number of rules: 397
% 10.22/10.48  New rule produced :
% 10.22/10.48  [425]
% 10.22/10.48  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,A))),implies(
% 10.22/10.48                                                                  implies(X,X),Y)),Y))
% 10.22/10.48  -> true
% 10.22/10.48  Current number of equations to process: 1750
% 10.22/10.48  Current number of ordered equations: 0
% 10.22/10.48  Current number of rules: 398
% 10.22/10.48  New rule produced :
% 10.22/10.48  [426]
% 10.22/10.48  is_a_theorem(implies(implies(implies(implies(implies(implies(implies(A,A),B),falsehood),falsehood),falsehood),falsehood),B))
% 10.22/10.48  -> true
% 10.22/10.48  Current number of equations to process: 1749
% 10.22/10.48  Current number of ordered equations: 0
% 10.22/10.48  Current number of rules: 399
% 10.22/10.48  New rule produced :
% 10.22/10.48  [427]
% 10.22/10.48  is_a_theorem(implies(implies(implies(A,A),implies(implies(implies(implies(B,B),C),falsehood),falsehood)),C))
% 13.03/13.27  -> true
% 13.03/13.27  Current number of equations to process: 1748
% 13.03/13.27  Current number of ordered equations: 0
% 13.03/13.27  Current number of rules: 400
% 13.03/13.27  New rule produced :
% 13.03/13.27  [428]
% 13.03/13.27  is_a_theorem(implies(implies(implies(implies(implies(A,A),implies(implies(B,B),C)),falsehood),falsehood),C))
% 13.03/13.27  -> true
% 13.03/13.27  Current number of equations to process: 1747
% 13.03/13.27  Current number of ordered equations: 0
% 13.03/13.27  Current number of rules: 401
% 13.03/13.27  New rule produced :
% 13.03/13.27  [429]
% 13.03/13.27  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,B),implies(
% 13.03/13.27                                                                 implies(C,C),X))),X))
% 13.03/13.27  -> true
% 13.03/13.27  Current number of equations to process: 1746
% 13.03/13.27  Current number of ordered equations: 0
% 13.03/13.27  Current number of rules: 402
% 13.03/13.27  New rule produced :
% 13.03/13.27  [430]
% 13.03/13.27  is_a_theorem(implies(A,implies(implies(implies(implies(B,C),falsehood),falsehood),
% 13.03/13.27                         implies(B,implies(X,C))))) -> true
% 13.03/13.27  Current number of equations to process: 1745
% 13.03/13.27  Current number of ordered equations: 0
% 13.03/13.27  Current number of rules: 403
% 13.03/13.27  New rule produced :
% 13.03/13.27  [431]
% 13.03/13.27  is_a_theorem(implies(A,implies(implies(implies(B,B),implies(C,X)),implies(C,
% 13.03/13.27                                                                    implies(Y,X)))))
% 13.03/13.27  -> true
% 13.03/13.27  Current number of equations to process: 1744
% 13.03/13.27  Current number of ordered equations: 0
% 13.03/13.27  Current number of rules: 404
% 13.03/13.27  New rule produced :
% 13.03/13.27  [432]
% 13.03/13.27  is_a_theorem(implies(implies(implies(implies(A,B),implies(A,implies(C,
% 13.03/13.27                                                              implies(X,B)))),Y),Y))
% 13.03/13.27  -> true
% 13.03/13.27  Current number of equations to process: 1743
% 13.03/13.27  Current number of ordered equations: 0
% 13.03/13.27  Current number of rules: 405
% 13.03/13.27  New rule produced :
% 13.03/13.27  [433]
% 13.03/13.27  is_a_theorem(implies(implies(A,implies(B,C)),implies(A,implies(B,implies(X,
% 13.03/13.27                                                                   implies(Y,C))))))
% 13.03/13.27  -> true
% 13.03/13.27  Current number of equations to process: 1742
% 13.03/13.27  Current number of ordered equations: 0
% 13.03/13.27  Current number of rules: 406
% 13.03/13.27  New rule produced :
% 13.03/13.27  [434]
% 13.03/13.27  is_a_theorem(implies(implies(A,B),implies(C,implies(X,implies(A,implies(Y,
% 13.03/13.27                                                                  implies(Z,B)))))))
% 13.03/13.27  -> true
% 13.03/13.27  Current number of equations to process: 1741
% 13.03/13.27  Current number of ordered equations: 0
% 13.03/13.27  Current number of rules: 407
% 13.03/13.27  New rule produced :
% 13.03/13.27  [435]
% 13.03/13.27  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(C,B)),X),falsehood),falsehood),X)))
% 13.03/13.27  -> true
% 13.03/13.27  Current number of equations to process: 1740
% 13.03/13.27  Current number of ordered equations: 0
% 13.03/13.27  Current number of rules: 408
% 13.03/13.27  New rule produced :
% 13.03/13.27  [436]
% 13.03/13.27  is_a_theorem(implies(A,implies(implies(implies(B,B),implies(implies(C,
% 13.03/13.27                                                              implies(X,C)),Y)),Y)))
% 13.03/13.27  -> true
% 13.03/13.27  Current number of equations to process: 1739
% 13.03/13.27  Current number of ordered equations: 0
% 13.03/13.27  Current number of rules: 409
% 13.03/13.27  New rule produced :
% 13.03/13.27  [437]
% 13.03/13.27  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(C,C)),X),falsehood),falsehood),X)))
% 13.03/13.27  -> true
% 13.03/13.27  Current number of equations to process: 1731
% 13.03/13.27  Current number of ordered equations: 0
% 13.03/13.27  Current number of rules: 410
% 13.03/13.27  New rule produced :
% 13.03/13.27  [438]
% 13.03/13.27  is_a_theorem(implies(A,implies(implies(implies(B,B),implies(implies(C,
% 13.03/13.27                                                              implies(X,X)),Y)),Y)))
% 13.03/13.27  -> true
% 13.03/13.27  Current number of equations to process: 1730
% 13.03/13.27  Current number of ordered equations: 0
% 13.03/13.27  Current number of rules: 411
% 13.03/13.27  New rule produced :
% 13.03/13.27  [439]
% 13.03/13.27  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(Y,implies(
% 13.03/13.27                                                                 implies(Y,Z),Z)))))))
% 13.03/13.27  -> true
% 13.03/13.27  Current number of equations to process: 1729
% 13.03/13.27  Current number of ordered equations: 0
% 13.03/13.27  Current number of rules: 412
% 13.03/13.27  New rule produced :
% 13.03/13.27  [440]
% 13.03/13.27  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(implies(
% 13.03/13.27                                                               implies(Y,X),Z),Z))))))
% 13.03/13.27  -> true
% 13.03/13.27  Current number of equations to process: 1728
% 13.03/13.27  Current number of ordered equations: 0
% 13.03/13.27  Current number of rules: 413
% 13.03/13.27  New rule produced :
% 13.03/13.27  [441]
% 13.03/13.27  is_a_theorem(implies(implies(implies(implies(implies(A,falsehood),A),falsehood),falsehood),A))
% 17.42/17.60  -> true
% 17.42/17.60  Current number of equations to process: 1903
% 17.42/17.60  Current number of ordered equations: 0
% 17.42/17.60  Current number of rules: 414
% 17.42/17.60  New rule produced :
% 17.42/17.60  [442]
% 17.42/17.60  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,falsehood),B)),B))
% 17.42/17.60  -> true
% 17.42/17.60  Current number of equations to process: 1913
% 17.42/17.60  Current number of ordered equations: 0
% 17.42/17.60  Current number of rules: 415
% 17.42/17.60  New rule produced :
% 17.42/17.60  [443]
% 17.42/17.60  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,implies(C,B)),falsehood)),X))
% 17.42/17.60  -> true
% 17.42/17.60  Current number of equations to process: 1949
% 17.42/17.60  Current number of ordered equations: 0
% 17.42/17.60  Current number of rules: 416
% 17.42/17.60  New rule produced :
% 17.42/17.60  [444]
% 17.42/17.60  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,implies(C,C)),falsehood)),X))
% 17.42/17.60  -> true
% 17.42/17.60  Current number of equations to process: 2003
% 17.42/17.60  Current number of ordered equations: 0
% 17.42/17.60  Current number of rules: 417
% 17.42/17.60  New rule produced :
% 17.42/17.60  [445]
% 17.42/17.60  is_a_theorem(implies(implies(implies(A,implies(falsehood,B)),C),C)) -> true
% 17.42/17.60  Current number of equations to process: 2126
% 17.42/17.60  Current number of ordered equations: 0
% 17.42/17.60  Current number of rules: 418
% 17.42/17.60  New rule produced :
% 17.42/17.60  [446]
% 17.42/17.60  is_a_theorem(implies(implies(implies(A,implies(B,implies(falsehood,C))),X),X))
% 17.42/17.60  -> true
% 17.42/17.60  Current number of equations to process: 2128
% 17.42/17.60  Current number of ordered equations: 0
% 17.42/17.60  Current number of rules: 419
% 17.42/17.60  New rule produced :
% 17.42/17.60  [447]
% 17.42/17.60  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(falsehood,X)))),Y),Y))
% 17.42/17.60  -> true
% 17.42/17.60  Current number of equations to process: 2130
% 17.42/17.60  Current number of ordered equations: 0
% 17.42/17.60  Current number of rules: 420
% 17.42/17.60  New rule produced :
% 17.42/17.60  [448]
% 17.42/17.60  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(falsehood,C))),X)),true,
% 17.42/17.60  is_a_theorem(X),true) -> true
% 17.42/17.60  Current number of equations to process: 2134
% 17.42/17.60  Current number of ordered equations: 0
% 17.42/17.60  Current number of rules: 421
% 17.42/17.60  New rule produced :
% 17.42/17.60  [449]
% 17.42/17.60  is_a_theorem(implies(A,implies(implies(implies(falsehood,B),C),C))) -> true
% 17.42/17.60  Current number of equations to process: 2143
% 17.42/17.60  Current number of ordered equations: 0
% 17.42/17.60  Current number of rules: 422
% 17.42/17.60  New rule produced :
% 17.42/17.60  [450]
% 17.42/17.60  is_a_theorem(implies(implies(implies(falsehood,A),B),implies(C,B))) -> true
% 17.42/17.60  Current number of equations to process: 2144
% 17.42/17.60  Current number of ordered equations: 0
% 17.42/17.60  Current number of rules: 423
% 17.42/17.60  New rule produced :
% 17.42/17.60  [451]
% 17.42/17.60  is_a_theorem(implies(A,implies(B,implies(implies(implies(falsehood,C),X),X))))
% 17.42/17.60  -> true
% 17.42/17.60  Current number of equations to process: 2145
% 17.42/17.60  Current number of ordered equations: 0
% 17.42/17.60  Current number of rules: 424
% 17.42/17.60  New rule produced :
% 17.42/17.60  [452]
% 17.42/17.60  is_a_theorem(implies(A,implies(implies(implies(falsehood,B),C),implies(X,C))))
% 17.42/17.60  -> true
% 17.42/17.60  Current number of equations to process: 2144
% 17.42/17.60  Current number of ordered equations: 0
% 17.42/17.60  Current number of rules: 425
% 17.42/17.60  New rule produced :
% 17.42/17.60  [453]
% 17.42/17.60  is_a_theorem(implies(A,implies(implies(B,falsehood),implies(B,C)))) -> true
% 17.42/17.60  Current number of equations to process: 2151
% 17.42/17.60  Current number of ordered equations: 0
% 17.42/17.60  Current number of rules: 426
% 17.42/17.60  New rule produced :
% 17.42/17.60  [454]
% 17.42/17.60  ifeq(is_a_theorem(implies(A,falsehood)),true,is_a_theorem(implies(A,B)),true)
% 17.42/17.60  -> true
% 17.42/17.60  Current number of equations to process: 2150
% 17.42/17.60  Current number of ordered equations: 0
% 17.42/17.60  Current number of rules: 427
% 17.42/17.60  New rule produced :
% 17.42/17.60  [455]
% 17.42/17.60  is_a_theorem(implies(implies(A,falsehood),implies(B,implies(A,C)))) -> true
% 17.42/17.60  Current number of equations to process: 2151
% 17.42/17.60  Current number of ordered equations: 0
% 17.42/17.60  Current number of rules: 428
% 17.42/17.60  New rule produced :
% 17.42/17.60  [456]
% 17.42/17.60  is_a_theorem(implies(implies(implies(falsehood,A),implies(implies(B,falsehood),falsehood)),B))
% 17.42/17.60  -> true
% 17.42/17.60  Current number of equations to process: 2152
% 17.42/17.60  Current number of ordered equations: 0
% 17.42/17.60  Current number of rules: 429
% 17.42/17.60  New rule produced :
% 17.42/17.60  [457]
% 17.42/17.60  is_a_theorem(implies(implies(implies(falsehood,A),implies(implies(B,B),C)),C))
% 17.42/17.60  -> true
% 17.42/17.60  Current number of equations to process: 2151
% 17.42/17.60  Current number of ordered equations: 0
% 17.42/17.60  Current number of rules: 430
% 17.42/17.60  New rule produced :
% 17.42/17.60  [458]
% 17.42/17.60  is_a_theorem(implies(implies(implies(falsehood,A),B),implies(C,implies(X,B))))
% 17.42/17.60  -> true
% 17.42/17.60  Current number of equations to process: 2150
% 17.42/17.60  Current number of ordered equations: 0
% 17.42/17.60  Current number of rules: 431
% 17.42/17.60  New rule produced :
% 17.42/17.60  [459]
% 17.42/17.60  is_a_theorem(implies(A,implies(B,implies(implies(C,falsehood),implies(C,X)))))
% 17.42/17.60  -> true
% 17.42/17.60  Current number of equations to process: 2149
% 21.23/21.50  Current number of ordered equations: 0
% 21.23/21.50  Current number of rules: 432
% 21.23/21.50  New rule produced :
% 21.23/21.50  [460]
% 21.23/21.50  is_a_theorem(implies(A,implies(implies(B,falsehood),implies(C,implies(B,X)))))
% 21.23/21.50  -> true
% 21.23/21.50  Current number of equations to process: 2148
% 21.23/21.50  Current number of ordered equations: 0
% 21.23/21.50  Current number of rules: 433
% 21.23/21.50  New rule produced :
% 21.23/21.50  [461]
% 21.23/21.50  is_a_theorem(implies(implies(implies(A,falsehood),A),implies(implies(A,falsehood),B)))
% 21.23/21.50  -> true
% 21.23/21.50  Current number of equations to process: 2149
% 21.23/21.50  Current number of ordered equations: 0
% 21.23/21.50  Current number of rules: 434
% 21.23/21.50  New rule produced :
% 21.23/21.50  [462]
% 21.23/21.50  is_a_theorem(implies(implies(A,falsehood),implies(B,implies(C,implies(A,X)))))
% 21.23/21.50  -> true
% 21.23/21.50  Current number of equations to process: 2148
% 21.23/21.50  Current number of ordered equations: 0
% 21.23/21.50  Current number of rules: 435
% 21.23/21.50  New rule produced :
% 21.23/21.50  [463]
% 21.23/21.50  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(falsehood,X),Y),Y)))))
% 21.23/21.50  -> true
% 21.23/21.50  Current number of equations to process: 2147
% 21.23/21.50  Current number of ordered equations: 0
% 21.23/21.50  Current number of rules: 436
% 21.23/21.50  New rule produced :
% 21.23/21.50  [464]
% 21.23/21.50  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(X,falsehood),
% 21.23/21.50                                             implies(X,Y)))))) -> true
% 21.23/21.50  Current number of equations to process: 2146
% 21.23/21.50  Current number of ordered equations: 0
% 21.23/21.50  Current number of rules: 437
% 21.23/21.50  New rule produced :
% 21.23/21.50  [465]
% 21.23/21.50  ifeq(is_a_theorem(implies(implies(implies(implies(falsehood,A),B),B),C)),true,
% 21.23/21.50  is_a_theorem(C),true) -> true
% 21.23/21.50  Current number of equations to process: 2152
% 21.23/21.50  Current number of ordered equations: 0
% 21.23/21.50  Current number of rules: 438
% 21.23/21.50  New rule produced :
% 21.23/21.50  [466]
% 21.23/21.50  ifeq(is_a_theorem(implies(implies(implies(A,falsehood),implies(A,B)),C)),true,
% 21.23/21.50  is_a_theorem(C),true) -> true
% 21.23/21.50  Current number of equations to process: 2151
% 21.23/21.50  Current number of ordered equations: 0
% 21.23/21.50  Current number of rules: 439
% 21.23/21.50  New rule produced :
% 21.23/21.50  [467]
% 21.23/21.50  is_a_theorem(implies(A,implies(implies(implies(B,falsehood),B),B))) -> true
% 21.23/21.50  Current number of equations to process: 2166
% 21.23/21.50  Current number of ordered equations: 0
% 21.23/21.50  Current number of rules: 440
% 21.23/21.50  New rule produced :
% 21.23/21.50  [468]
% 21.23/21.50  ifeq(is_a_theorem(implies(implies(A,falsehood),A)),true,is_a_theorem(A),true)
% 21.23/21.50  -> true
% 21.23/21.50  Current number of equations to process: 2165
% 21.23/21.50  Current number of ordered equations: 0
% 21.23/21.50  Current number of rules: 441
% 21.23/21.50  New rule produced :
% 21.23/21.50  [469]
% 21.23/21.50  is_a_theorem(implies(implies(implies(A,falsehood),A),implies(B,A))) -> true
% 21.23/21.50  Current number of equations to process: 2166
% 21.23/21.50  Current number of ordered equations: 0
% 21.23/21.50  Current number of rules: 442
% 21.23/21.50  New rule produced :
% 21.23/21.50  [470]
% 21.23/21.50  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,falsehood),C),C))))
% 21.23/21.50  -> true
% 21.23/21.50  Current number of equations to process: 2167
% 21.23/21.50  Current number of ordered equations: 0
% 21.23/21.50  Current number of rules: 443
% 21.23/21.50  New rule produced :
% 21.23/21.50  [471]
% 21.23/21.50  is_a_theorem(implies(A,implies(implies(implies(B,falsehood),B),implies(C,B))))
% 21.23/21.50  -> true
% 21.23/21.50  Current number of equations to process: 2166
% 21.23/21.50  Current number of ordered equations: 0
% 21.23/21.50  Current number of rules: 444
% 21.23/21.50  New rule produced :
% 21.23/21.50  [472]
% 21.23/21.50  is_a_theorem(implies(A,implies(implies(implies(B,B),falsehood),C))) -> true
% 21.23/21.50  Current number of equations to process: 2173
% 21.23/21.50  Current number of ordered equations: 0
% 21.23/21.50  Current number of rules: 445
% 21.23/21.50  New rule produced :
% 21.23/21.50  [473]
% 21.23/21.50  ifeq(is_a_theorem(implies(implies(A,A),falsehood)),true,is_a_theorem(B),true)
% 21.23/21.50  -> true
% 21.23/21.50  Current number of equations to process: 2172
% 21.23/21.50  Current number of ordered equations: 0
% 21.23/21.50  Current number of rules: 446
% 21.23/21.50  New rule produced :
% 21.23/21.50  [474]
% 21.23/21.50  is_a_theorem(implies(implies(implies(A,falsehood),A),implies(B,implies(C,A))))
% 21.23/21.50  -> true
% 21.23/21.50  Current number of equations to process: 2173
% 21.23/21.50  Current number of ordered equations: 0
% 21.23/21.50  Current number of rules: 447
% 21.23/21.50  New rule produced :
% 21.23/21.50  [475]
% 21.23/21.50  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,C),falsehood),X))))
% 21.23/21.50  -> true
% 21.23/21.50  Current number of equations to process: 2172
% 21.23/21.50  Current number of ordered equations: 0
% 21.23/21.50  Current number of rules: 448
% 21.23/21.50  New rule produced :
% 21.23/21.50  [476]
% 21.23/21.50  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,B)),falsehood),X)))
% 21.23/21.50  -> true
% 21.23/21.50  Current number of equations to process: 2175
% 21.23/21.50  Current number of ordered equations: 0
% 21.23/21.50  Current number of rules: 449
% 21.23/21.50  New rule produced :
% 21.23/21.50  [477]
% 21.23/21.50  ifeq(is_a_theorem(implies(implies(A,implies(B,A)),falsehood)),true,is_a_theorem(C),true)
% 22.61/22.87  -> true
% 22.61/22.87  Current number of equations to process: 2176
% 22.61/22.87  Current number of ordered equations: 0
% 22.61/22.87  Current number of rules: 450
% 22.61/22.87  New rule produced :
% 22.61/22.87  [478]
% 22.61/22.87  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(X,falsehood),X),X)))))
% 22.61/22.87  -> true
% 22.61/22.87  Current number of equations to process: 2175
% 22.61/22.87  Current number of ordered equations: 0
% 22.61/22.87  Current number of rules: 451
% 22.61/22.87  New rule produced :
% 22.61/22.87  [479]
% 22.61/22.87  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(X,X),falsehood),Y)))))
% 22.61/22.87  -> true
% 22.61/22.87  Current number of equations to process: 2174
% 22.61/22.87  Current number of ordered equations: 0
% 22.61/22.87  Current number of rules: 452
% 22.61/22.87  New rule produced :
% 22.61/22.87  [480]
% 22.61/22.87  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(X,C)),falsehood),Y))))
% 22.61/22.87  -> true
% 22.61/22.87  Current number of equations to process: 2173
% 22.61/22.87  Current number of ordered equations: 0
% 22.61/22.87  Current number of rules: 453
% 22.61/22.87  New rule produced :
% 22.61/22.87  [481]
% 22.61/22.87  ifeq(is_a_theorem(implies(implies(implies(implies(A,falsehood),A),A),B)),true,
% 22.61/22.87  is_a_theorem(B),true) -> true
% 22.61/22.87  Current number of equations to process: 2180
% 22.61/22.87  Current number of ordered equations: 0
% 22.61/22.87  Current number of rules: 454
% 22.61/22.87  New rule produced :
% 22.61/22.87  [482]
% 22.61/22.87  ifeq(is_a_theorem(implies(implies(implies(implies(A,A),falsehood),B),C)),true,
% 22.61/22.87  is_a_theorem(C),true) -> true
% 22.61/22.87  Current number of equations to process: 2179
% 22.61/22.87  Current number of ordered equations: 0
% 22.61/22.87  Current number of rules: 455
% 22.61/22.87  New rule produced :
% 22.61/22.87  [483]
% 22.61/22.87  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,C)),falsehood),X)))
% 22.61/22.87  -> true
% 22.61/22.87  Current number of equations to process: 2186
% 22.61/22.87  Current number of ordered equations: 0
% 22.61/22.87  Current number of rules: 456
% 22.61/22.87  New rule produced :
% 22.61/22.87  [484]
% 22.61/22.87  ifeq(is_a_theorem(implies(implies(A,implies(B,B)),falsehood)),true,is_a_theorem(C),true)
% 22.61/22.87  -> true
% 22.61/22.87  Current number of equations to process: 2187
% 22.61/22.87  Current number of ordered equations: 0
% 22.61/22.87  Current number of rules: 457
% 22.61/22.87  New rule produced :
% 22.61/22.87  [485]
% 22.61/22.87  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(X,X)),falsehood),Y))))
% 22.61/22.87  -> true
% 22.61/22.87  Current number of equations to process: 2186
% 22.61/22.87  Current number of ordered equations: 0
% 22.61/22.87  Current number of rules: 458
% 22.61/22.87  New rule produced :
% 22.61/22.87  [486]
% 22.61/22.87  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,falsehood),falsehood),B),falsehood),C)))
% 22.61/22.87  -> true
% 22.61/22.87  Current number of equations to process: 2204
% 22.61/22.87  Current number of ordered equations: 0
% 22.61/22.87  Current number of rules: 459
% 22.61/22.87  New rule produced :
% 22.61/22.87  [487]
% 22.61/22.87  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(X,C))),falsehood),Y)))
% 22.61/22.87  -> true
% 22.61/22.87  Current number of equations to process: 2210
% 22.61/22.87  Current number of ordered equations: 0
% 22.61/22.87  Current number of rules: 460
% 22.61/22.87  New rule produced :
% 22.61/22.87  [488]
% 22.61/22.87  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(X,X))),falsehood),Y)))
% 22.61/22.87  -> true
% 22.61/22.87  Current number of equations to process: 2216
% 22.61/22.87  Current number of ordered equations: 0
% 22.61/22.87  Current number of rules: 461
% 22.61/22.87  New rule produced :
% 22.61/22.87  [489]
% 22.61/22.87  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,B),C),C),falsehood),X)))
% 22.61/22.87  -> true
% 22.61/22.87  Current number of equations to process: 2222
% 22.61/22.87  Current number of ordered equations: 0
% 22.61/22.87  Current number of rules: 462
% 22.61/22.87  New rule produced :
% 22.61/22.87  [490]
% 22.61/22.87  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(X,B))),falsehood),Y)))
% 22.61/22.87  -> true
% 22.61/22.87  Current number of equations to process: 2228
% 22.61/22.87  Current number of ordered equations: 0
% 22.61/22.87  Current number of rules: 463
% 22.61/22.87  New rule produced :
% 22.61/22.87  [491]
% 22.61/22.87  ifeq(is_a_theorem(implies(implies(implies(implies(A,falsehood),falsehood),A),falsehood)),true,
% 22.61/22.87  is_a_theorem(B),true) -> true
% 22.61/22.87  Current number of equations to process: 2234
% 22.61/22.87  Current number of ordered equations: 0
% 22.61/22.87  Current number of rules: 464
% 22.61/22.87  New rule produced :
% 22.61/22.87  [492]
% 22.61/22.87  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,B))),falsehood)),true,
% 22.61/22.87  is_a_theorem(X),true) -> true
% 22.61/22.87  Current number of equations to process: 2233
% 22.61/22.87  Current number of ordered equations: 0
% 22.61/22.87  Current number of rules: 465
% 22.61/22.87  New rule produced :
% 22.61/22.87  [493]
% 22.61/22.87  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,C))),falsehood)),true,
% 22.61/22.87  is_a_theorem(X),true) -> true
% 22.61/22.87  Current number of equations to process: 2232
% 22.61/22.87  Current number of ordered equations: 0
% 22.61/22.87  Current number of rules: 466
% 22.61/22.87  New rule produced :
% 22.61/22.87  [494]
% 22.61/22.87  ifeq(is_a_theorem(implies(implies(implies(implies(A,A),B),B),falsehood)),true,
% 26.02/26.20  is_a_theorem(C),true) -> true
% 26.02/26.20  Current number of equations to process: 2231
% 26.02/26.20  Current number of ordered equations: 0
% 26.02/26.20  Current number of rules: 467
% 26.02/26.20  New rule produced :
% 26.02/26.20  [495]
% 26.02/26.20  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(C,A))),falsehood)),true,
% 26.02/26.20  is_a_theorem(X),true) -> true
% 26.02/26.20  Current number of equations to process: 2230
% 26.02/26.20  Current number of ordered equations: 0
% 26.02/26.20  Current number of rules: 468
% 26.02/26.20  New rule produced :
% 26.02/26.20  [496]
% 26.02/26.20  is_a_theorem(implies(A,implies(implies(implies(B,falsehood),implies(implies(C,C),falsehood)),B)))
% 26.02/26.20  -> true
% 26.02/26.20  Current number of equations to process: 2318
% 26.02/26.20  Current number of ordered equations: 0
% 26.02/26.20  Current number of rules: 469
% 26.02/26.20  New rule produced :
% 26.02/26.20  [497]
% 26.02/26.20  is_a_theorem(implies(implies(implies(A,falsehood),implies(implies(B,B),falsehood)),
% 26.02/26.20               implies(C,A))) -> true
% 26.02/26.20  Current number of equations to process: 2317
% 26.02/26.20  Current number of ordered equations: 0
% 26.02/26.20  Current number of rules: 470
% 26.02/26.20  New rule produced :
% 26.02/26.20  [498]
% 26.02/26.20  ifeq(is_a_theorem(implies(implies(A,falsehood),implies(implies(B,B),falsehood))),true,
% 26.02/26.20  is_a_theorem(A),true) -> true
% 26.02/26.20  Current number of equations to process: 2328
% 26.02/26.20  Current number of ordered equations: 0
% 26.02/26.20  Current number of rules: 471
% 26.02/26.20  New rule produced :
% 26.02/26.20  [499]
% 26.02/26.20  is_a_theorem(implies(A,implies(implies(B,implies(B,C)),implies(B,C)))) ->
% 26.02/26.20  true
% 26.02/26.20  Current number of equations to process: 2347
% 26.02/26.20  Current number of ordered equations: 0
% 26.02/26.20  Current number of rules: 472
% 26.02/26.20  New rule produced :
% 26.02/26.20  [500]
% 26.02/26.20  is_a_theorem(implies(implies(A,implies(A,B)),implies(C,implies(A,B)))) ->
% 26.02/26.20  true
% 26.02/26.20  Current number of equations to process: 2349
% 26.02/26.20  Current number of ordered equations: 0
% 26.02/26.20  Current number of rules: 473
% 26.02/26.20  New rule produced :
% 26.02/26.20  [501]
% 26.02/26.20  ifeq(is_a_theorem(implies(A,implies(A,B))),true,is_a_theorem(implies(A,B)),true)
% 26.02/26.20  -> true
% 26.02/26.20  Current number of equations to process: 2349
% 26.02/26.20  Current number of ordered equations: 0
% 26.02/26.20  Current number of rules: 474
% 26.02/26.20  New rule produced :
% 26.02/26.20  [502]
% 26.02/26.20  is_a_theorem(implies(implies(implies(A,falsehood),implies(implies(A,falsehood),falsehood)),A))
% 26.02/26.20  -> true
% 26.02/26.20  Current number of equations to process: 2350
% 26.02/26.20  Current number of ordered equations: 0
% 26.02/26.20  Current number of rules: 475
% 26.02/26.20  New rule produced :
% 26.02/26.20  [503]
% 26.02/26.20  is_a_theorem(implies(A,implies(B,implies(implies(C,implies(C,X)),implies(C,X)))))
% 26.02/26.20  -> true
% 26.02/26.20  Current number of equations to process: 2350
% 26.02/26.20  Current number of ordered equations: 0
% 26.02/26.20  Current number of rules: 476
% 26.02/26.20  New rule produced :
% 26.02/26.20  [504]
% 26.02/26.20  is_a_theorem(implies(A,implies(implies(B,implies(B,C)),implies(X,implies(B,C)))))
% 26.02/26.20  -> true
% 26.02/26.20  Current number of equations to process: 2349
% 26.02/26.20  Current number of ordered equations: 0
% 26.02/26.20  Current number of rules: 477
% 26.02/26.20  New rule produced :
% 26.02/26.20  [505]
% 26.02/26.20  is_a_theorem(implies(implies(A,implies(A,B)),implies(C,implies(X,implies(A,B)))))
% 26.02/26.20  -> true
% 26.02/26.20  Current number of equations to process: 2348
% 26.02/26.20  Current number of ordered equations: 0
% 26.02/26.20  Current number of rules: 478
% 26.02/26.20  New rule produced :
% 26.02/26.20  [506]
% 26.02/26.20  is_a_theorem(implies(A,implies(implies(implies(B,B),implies(implies(C,C),falsehood)),X)))
% 26.02/26.20  -> true
% 26.02/26.20  Current number of equations to process: 2378
% 26.02/26.20  Current number of ordered equations: 0
% 26.02/26.20  Current number of rules: 479
% 26.02/26.20  New rule produced :
% 26.02/26.20  [507]
% 26.02/26.20  is_a_theorem(implies(implies(implies(implies(implies(A,falsehood),A),A),B),B))
% 26.02/26.20  -> true
% 26.02/26.20  Current number of equations to process: 2382
% 26.02/26.20  Current number of ordered equations: 0
% 26.02/26.20  Current number of rules: 480
% 26.02/26.20  New rule produced :
% 26.02/26.20  [508]
% 26.02/26.20  is_a_theorem(implies(implies(implies(implies(implies(falsehood,A),B),B),C),C))
% 26.02/26.20  -> true
% 26.02/26.20  Current number of equations to process: 2609
% 26.02/26.20  Current number of ordered equations: 0
% 26.02/26.20  Current number of rules: 481
% 26.02/26.20  New rule produced :
% 26.02/26.20  [509]
% 26.02/26.20  is_a_theorem(implies(implies(implies(implies(A,falsehood),implies(A,B)),C),C))
% 26.02/26.20  -> true
% 26.02/26.20  Current number of equations to process: 2608
% 26.02/26.20  Current number of ordered equations: 0
% 26.02/26.20  Current number of rules: 482
% 26.02/26.20  New rule produced :
% 26.02/26.20  [510]
% 26.02/26.20  is_a_theorem(implies(implies(implies(implies(implies(A,A),falsehood),B),C),C))
% 26.02/26.20  -> true
% 26.02/26.20  Current number of equations to process: 2612
% 26.02/26.20  Current number of ordered equations: 0
% 26.02/26.20  Current number of rules: 483
% 26.02/26.20  New rule produced :
% 26.02/26.20  [511]
% 26.02/26.20  ifeq(is_a_theorem(A),true,is_a_theorem(implies(B,implies(implies(A,C),C))),true)
% 26.02/26.20  -> true
% 26.02/26.20  Current number of equations to process: 2641
% 27.94/28.15  Current number of ordered equations: 0
% 27.94/28.15  Current number of rules: 484
% 27.94/28.15  New rule produced :
% 27.94/28.15  [512]
% 27.94/28.15  is_a_theorem(implies(A,implies(implies(implies(B,implies(falsehood,C)),X),X)))
% 27.94/28.15  -> true
% 27.94/28.15  Current number of equations to process: 2642
% 27.94/28.15  Current number of ordered equations: 0
% 27.94/28.15  Current number of rules: 485
% 27.94/28.15  New rule produced :
% 27.94/28.15  [513]
% 27.94/28.15  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,A),C),C)),X),X))
% 27.94/28.15  -> true
% 27.94/28.15  Current number of equations to process: 2646
% 27.94/28.15  Current number of ordered equations: 0
% 27.94/28.15  Current number of rules: 486
% 27.94/28.15  New rule produced :
% 27.94/28.15  [514]
% 27.94/28.15  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(B,C),C))),X),X))
% 27.94/28.15  -> true
% 27.94/28.15  Current number of equations to process: 2645
% 27.94/28.15  Current number of ordered equations: 0
% 27.94/28.15  Current number of rules: 487
% 27.94/28.15  New rule produced :
% 27.94/28.15  [515]
% 27.94/28.15  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,A)),falsehood),C),X),X))
% 27.94/28.15  -> true
% 27.94/28.15  Current number of equations to process: 2644
% 27.94/28.15  Current number of ordered equations: 0
% 27.94/28.15  Current number of rules: 488
% 27.94/28.15  New rule produced :
% 27.94/28.15  [516]
% 27.94/28.15  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,B)),falsehood),C),X),X))
% 27.94/28.15  -> true
% 27.94/28.15  Current number of equations to process: 2643
% 27.94/28.15  Current number of ordered equations: 0
% 27.94/28.15  Current number of rules: 489
% 27.94/28.15  New rule produced :
% 27.94/28.15  [517]
% 27.94/28.15  is_a_theorem(implies(implies(implies(implies(A,implies(A,B)),implies(A,B)),C),C))
% 27.94/28.15  -> true
% 27.94/28.15  Current number of equations to process: 2642
% 27.94/28.15  Current number of ordered equations: 0
% 27.94/28.15  Current number of rules: 490
% 27.94/28.15  New rule produced :
% 27.94/28.15  [518]
% 27.94/28.15  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(implies(C,Y),Y))))))
% 27.94/28.15  -> true
% 27.94/28.15  Current number of equations to process: 2641
% 27.94/28.15  Current number of ordered equations: 0
% 27.94/28.15  Current number of rules: 491
% 27.94/28.15  New rule produced :
% 27.94/28.15  [519]
% 27.94/28.15  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(implies(B,Y),Y))))))
% 27.94/28.15  -> true
% 27.94/28.15  Current number of equations to process: 2640
% 27.94/28.15  Current number of ordered equations: 0
% 27.94/28.15  Current number of rules: 492
% 27.94/28.15  New rule produced :
% 27.94/28.15  [520]
% 27.94/28.15  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(implies(A,Y),Y))))))
% 27.94/28.15  -> true
% 27.94/28.15  Current number of equations to process: 2639
% 27.94/28.15  Current number of ordered equations: 0
% 27.94/28.15  Current number of rules: 493
% 27.94/28.15  New rule produced :
% 27.94/28.15  [521]
% 27.94/28.15  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(A,C),C))),X),X))
% 27.94/28.15  -> true
% 27.94/28.15  Current number of equations to process: 2638
% 27.94/28.15  Current number of ordered equations: 0
% 27.94/28.15  Current number of rules: 494
% 27.94/28.15  New rule produced :
% 27.94/28.15  [522]
% 27.94/28.15  is_a_theorem(implies(implies(A,B),implies(A,implies(C,implies(implies(B,X),X)))))
% 27.94/28.15  -> true
% 27.94/28.15  Current number of equations to process: 2649
% 27.94/28.15  Current number of ordered equations: 0
% 27.94/28.15  Current number of rules: 495
% 27.94/28.15  New rule produced :
% 27.94/28.15  [523]
% 27.94/28.15  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(falsehood,X)),Y),Y))))
% 27.94/28.15  -> true
% 27.94/28.15  Current number of equations to process: 2654
% 27.94/28.15  Current number of ordered equations: 0
% 27.94/28.15  Current number of rules: 496
% 27.94/28.15  New rule produced :
% 27.94/28.15  [524]
% 27.94/28.15  is_a_theorem(implies(implies(A,B),implies(A,implies(implies(implies(C,B),X),X))))
% 27.94/28.15  -> true
% 27.94/28.15  Current number of equations to process: 2661
% 27.94/28.15  Current number of ordered equations: 0
% 27.94/28.15  Current number of rules: 497
% 27.94/28.15  New rule produced :
% 27.94/28.15  [525]
% 27.94/28.15  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(falsehood,X))),Y),Y)))
% 27.94/28.15  -> true
% 27.94/28.15  Current number of equations to process: 2665
% 27.94/28.15  Current number of ordered equations: 0
% 27.94/28.15  Current number of rules: 498
% 27.94/28.15  New rule produced :
% 27.94/28.15  [526]
% 27.94/28.15  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,falsehood),B),B)),C),C))
% 27.94/28.15  -> true
% 27.94/28.15  Current number of equations to process: 2736
% 27.94/28.15  Current number of ordered equations: 0
% 27.94/28.15  Current number of rules: 499
% 27.94/28.15  New rule produced :
% 27.94/28.15  [527]
% 27.94/28.15  is_a_theorem(implies(implies(implies(A,implies(implies(implies(falsehood,B),C),C)),X),X))
% 27.94/28.15  -> true
% 27.94/28.15  Current number of equations to process: 2964
% 27.94/28.15  Current number of ordered equations: 0
% 27.94/28.15  Current number of rules: 500
% 27.94/28.15  New rule produced :
% 27.94/28.15  [528]
% 27.94/28.15  is_a_theorem(implies(implies(implies(A,implies(implies(B,falsehood),implies(B,C))),X),X))
% 27.94/28.15  -> true
% 27.94/28.15  Current number of equations to process: 2963
% 27.94/28.15  Current number of ordered equations: 0
% 27.94/28.15  Current number of rules: 501
% 27.94/28.15  New rule produced :
% 27.94/28.15  [529]
% 27.94/28.15  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,B),falsehood),C)),X),X))
% 30.24/30.45  -> true
% 30.24/30.45  Current number of equations to process: 2962
% 30.24/30.45  Current number of ordered equations: 0
% 30.24/30.45  Current number of rules: 502
% 30.24/30.45  New rule produced :
% 30.24/30.45  [530]
% 30.24/30.45  is_a_theorem(implies(A,implies(implies(B,implies(implies(C,B),X)),implies(B,X))))
% 30.24/30.45  -> true
% 30.24/30.45  Current number of equations to process: 2961
% 30.24/30.45  Current number of ordered equations: 0
% 30.24/30.45  Current number of rules: 503
% 30.24/30.45  New rule produced :
% 30.24/30.45  [531]
% 30.24/30.45  is_a_theorem(implies(implies(A,implies(implies(B,A),C)),implies(X,implies(A,C))))
% 30.24/30.45  -> true
% 30.24/30.45  Current number of equations to process: 2960
% 30.24/30.45  Current number of ordered equations: 0
% 30.24/30.45  Current number of rules: 504
% 30.24/30.45  New rule produced :
% 30.24/30.45  [532]
% 30.24/30.45  is_a_theorem(implies(implies(implies(A,falsehood),implies(implies(B,implies(A,falsehood)),falsehood)),A))
% 30.24/30.45  -> true
% 30.24/30.45  Current number of equations to process: 2971
% 30.24/30.45  Current number of ordered equations: 0
% 30.24/30.45  Current number of rules: 505
% 30.24/30.45  New rule produced :
% 30.24/30.45  [533]
% 30.24/30.45  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(B,C),C)),X),X)))
% 30.24/30.45  -> true
% 30.24/30.45  Current number of equations to process: 2970
% 30.24/30.45  Current number of ordered equations: 0
% 30.24/30.45  Current number of rules: 506
% 30.24/30.45  New rule produced :
% 30.24/30.45  [534]
% 30.24/30.45  is_a_theorem(implies(implies(implies(A,implies(implies(A,B),B)),C),implies(X,C)))
% 30.24/30.45  -> true
% 30.24/30.45  Current number of equations to process: 2969
% 30.24/30.45  Current number of ordered equations: 0
% 30.24/30.45  Current number of rules: 507
% 30.24/30.45  New rule produced :
% 30.24/30.45  [535]
% 30.24/30.45  is_a_theorem(implies(implies(implies(A,falsehood),falsehood),implies(
% 30.24/30.45                                                               implies(A,B),B)))
% 30.24/30.45  -> true
% 30.24/30.45  Current number of equations to process: 2979
% 30.24/30.45  Current number of ordered equations: 0
% 30.24/30.45  Current number of rules: 508
% 30.24/30.45  New rule produced :
% 30.24/30.45  [536]
% 30.24/30.45  is_a_theorem(implies(implies(implies(A,A),B),implies(implies(B,C),C))) ->
% 30.24/30.45  true
% 30.24/30.45  Current number of equations to process: 2982
% 30.24/30.45  Current number of ordered equations: 0
% 30.24/30.45  Current number of rules: 509
% 30.24/30.45  New rule produced :
% 30.24/30.45  [537]
% 30.24/30.45  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,A)),X),X))) ->
% 30.24/30.45  true
% 30.24/30.45  Current number of equations to process: 2982
% 30.24/30.45  Current number of ordered equations: 0
% 30.24/30.45  Current number of rules: 510
% 30.24/30.45  New rule produced :
% 30.24/30.45  [538]
% 30.24/30.45  is_a_theorem(implies(A,implies(implies(B,C),implies(B,implies(implies(C,X),X)))))
% 30.24/30.45  -> true
% 30.24/30.45  Current number of equations to process: 2982
% 30.24/30.45  Current number of ordered equations: 0
% 30.24/30.45  Current number of rules: 511
% 30.24/30.45  New rule produced :
% 30.24/30.45  [539]
% 30.24/30.45  is_a_theorem(implies(implies(A,B),implies(C,implies(A,implies(implies(B,X),X)))))
% 30.24/30.45  -> true
% 30.24/30.45  Current number of equations to process: 2981
% 30.24/30.45  Current number of ordered equations: 0
% 30.24/30.45  Current number of rules: 512
% 30.24/30.45  New rule produced :
% 30.24/30.45  [540]
% 30.24/30.45  ifeq(is_a_theorem(implies(implies(A,A),implies(implies(B,B),falsehood))),true,
% 30.24/30.45  is_a_theorem(C),true) -> true
% 30.24/30.45  Current number of equations to process: 2989
% 30.24/30.45  Current number of ordered equations: 0
% 30.24/30.45  Current number of rules: 513
% 30.24/30.45  New rule produced :
% 30.24/30.45  [541]
% 30.24/30.45  ifeq(is_a_theorem(A),true,is_a_theorem(implies(B,implies(C,implies(implies(A,X),X)))),true)
% 30.24/30.45  -> true
% 30.24/30.45  Current number of equations to process: 2988
% 30.24/30.45  Current number of ordered equations: 0
% 30.24/30.45  Current number of rules: 514
% 30.24/30.45  New rule produced :
% 30.24/30.45  [542]
% 30.24/30.45  ifeq(is_a_theorem(A),true,is_a_theorem(implies(B,implies(implies(implies(C,A),X),X))),true)
% 30.24/30.45  -> true
% 30.24/30.45  Current number of equations to process: 2987
% 30.24/30.45  Current number of ordered equations: 0
% 30.24/30.45  Current number of rules: 515
% 30.24/30.45  New rule produced :
% 30.24/30.45  [543]
% 30.24/30.45  ifeq(is_a_theorem(implies(A,implies(implies(B,A),C))),true,is_a_theorem(
% 30.24/30.45                                                             implies(A,C)),true)
% 30.24/30.45  -> true
% 30.24/30.45  Current number of equations to process: 2986
% 30.24/30.45  Current number of ordered equations: 0
% 30.24/30.45  Current number of rules: 516
% 30.24/30.45  New rule produced :
% 30.24/30.45  [544]
% 30.24/30.45  ifeq(is_a_theorem(implies(A,B)),true,is_a_theorem(implies(A,implies(implies(B,C),C))),true)
% 30.24/30.45  -> true
% 30.24/30.45  Current number of equations to process: 2985
% 30.24/30.45  Current number of ordered equations: 0
% 30.24/30.45  Current number of rules: 517
% 30.24/30.45  New rule produced :
% 30.24/30.45  [545] is_a_theorem(implies(A,implies(implies(A,B),implies(C,B)))) -> true
% 30.24/30.45  Current number of equations to process: 3026
% 30.24/30.45  Current number of ordered equations: 0
% 30.24/30.45  Current number of rules: 518
% 30.24/30.45  New rule produced :
% 30.24/30.45  [546]
% 30.24/30.45  is_a_theorem(implies(A,implies(B,implies(implies(A,C),implies(X,C))))) ->
% 30.24/30.45  true
% 30.24/30.45  Current number of equations to process: 3026
% 30.94/31.13  Current number of ordered equations: 0
% 30.94/31.13  Current number of rules: 519
% 30.94/31.13  New rule produced :
% 30.94/31.13  [547]
% 30.94/31.13  is_a_theorem(implies(A,implies(B,implies(implies(B,C),implies(X,C))))) ->
% 30.94/31.13  true
% 30.94/31.13  Current number of equations to process: 3027
% 30.94/31.13  Current number of ordered equations: 0
% 30.94/31.13  Current number of rules: 520
% 30.94/31.13  New rule produced :
% 30.94/31.13  [548]
% 30.94/31.13  is_a_theorem(implies(A,implies(implies(implies(implies(A,B),B),C),C))) ->
% 30.94/31.13  true
% 30.94/31.13  Current number of equations to process: 3030
% 30.94/31.13  Current number of ordered equations: 0
% 30.94/31.13  Current number of rules: 521
% 30.94/31.13  New rule produced :
% 30.94/31.13  [549]
% 30.94/31.13  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(Y,implies(Z,
% 30.94/31.13                                                                 implies(falsehood,V_6))))))))
% 30.94/31.13  -> true
% 30.94/31.13  Current number of equations to process: 3037
% 30.94/31.13  Current number of ordered equations: 0
% 30.94/31.13  Current number of rules: 522
% 30.94/31.13  New rule produced :
% 30.94/31.13  [550]
% 30.94/31.13  is_a_theorem(implies(implies(implies(implies(implies(implies(implies(A,falsehood),falsehood),falsehood),falsehood),A),B),B))
% 30.94/31.13  -> true
% 30.94/31.13  Current number of equations to process: 3036
% 30.94/31.13  Current number of ordered equations: 0
% 30.94/31.13  Current number of rules: 523
% 30.94/31.13  New rule produced :
% 30.94/31.13  [551]
% 30.94/31.13  is_a_theorem(implies(implies(A,implies(implies(implies(implies(B,falsehood),falsehood),falsehood),falsehood)),
% 30.94/31.13               implies(A,B))) -> true
% 30.94/31.13  Current number of equations to process: 3035
% 30.94/31.13  Current number of ordered equations: 0
% 30.94/31.13  Current number of rules: 524
% 30.94/31.13  New rule produced :
% 30.94/31.13  [552]
% 30.94/31.13  is_a_theorem(implies(implies(implies(implies(implies(A,A),implies(implies(B,falsehood),falsehood)),B),C),C))
% 30.94/31.13  -> true
% 30.94/31.13  Current number of equations to process: 3034
% 30.94/31.13  Current number of ordered equations: 0
% 30.94/31.13  Current number of rules: 525
% 30.94/31.13  New rule produced :
% 30.94/31.13  [553]
% 30.94/31.13  is_a_theorem(implies(implies(A,implies(implies(B,B),implies(implies(C,falsehood),falsehood))),
% 30.94/31.13               implies(A,C))) -> true
% 30.94/31.13  Current number of equations to process: 3033
% 30.94/31.13  Current number of ordered equations: 0
% 30.94/31.13  Current number of rules: 526
% 30.94/31.13  New rule produced :
% 30.94/31.13  [554]
% 30.94/31.13  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(implies(
% 30.94/31.13                                                               implies(falsehood,Y),Z),Z))))))
% 30.94/31.13  -> true
% 30.94/31.13  Current number of equations to process: 3032
% 30.94/31.13  Current number of ordered equations: 0
% 30.94/31.13  Current number of rules: 527
% 30.94/31.13  New rule produced :
% 30.94/31.13  [555]
% 30.94/31.13  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(implies(Y,falsehood),
% 30.94/31.13                                                       implies(Y,Z))))))) ->
% 30.94/31.13  true
% 30.94/31.13  Current number of equations to process: 3031
% 30.94/31.13  Current number of ordered equations: 0
% 30.94/31.13  Current number of rules: 528
% 30.94/31.13  New rule produced :
% 30.94/31.13  [556]
% 30.94/31.13  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(X,
% 30.94/31.13                                                             implies(falsehood,Y))))),Z),Z))
% 30.94/31.13  -> true
% 30.94/31.13  Current number of equations to process: 3029
% 30.94/31.13  Current number of ordered equations: 0
% 30.94/31.13  Current number of rules: 529
% 30.94/31.13  New rule produced :
% 30.94/31.13  [557]
% 30.94/31.13  is_a_theorem(implies(implies(implies(implies(implies(implies(implies(A,A),B),falsehood),falsehood),B),C),C))
% 30.94/31.13  -> true
% 30.94/31.13  Current number of equations to process: 3027
% 30.94/31.13  Current number of ordered equations: 0
% 30.94/31.13  Current number of rules: 530
% 30.94/31.13  New rule produced :
% 30.94/31.13  [558]
% 30.94/31.13  is_a_theorem(implies(implies(A,implies(implies(implies(implies(B,B),C),falsehood),falsehood)),
% 30.94/31.13               implies(A,C))) -> true
% 30.94/31.13  Current number of equations to process: 3026
% 30.94/31.13  Current number of ordered equations: 0
% 30.94/31.13  Current number of rules: 531
% 30.94/31.13  New rule produced :
% 30.94/31.13  [559]
% 30.94/31.13  is_a_theorem(implies(implies(implies(implies(implies(A,A),implies(implies(B,B),C)),C),X),X))
% 30.94/31.13  -> true
% 30.94/31.13  Current number of equations to process: 3025
% 30.94/31.13  Current number of ordered equations: 0
% 30.94/31.13  Current number of rules: 532
% 30.94/31.13  New rule produced :
% 30.94/31.13  [560]
% 30.94/31.13  is_a_theorem(implies(implies(A,implies(implies(B,B),implies(implies(C,C),X))),
% 30.94/31.13               implies(A,X))) -> true
% 30.94/31.13  Current number of equations to process: 3024
% 30.94/31.13  Current number of ordered equations: 0
% 30.94/31.13  Current number of rules: 533
% 30.94/31.13  New rule produced :
% 30.94/31.13  [561]
% 30.94/31.13  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(implies(
% 30.94/31.13                                                               implies(Y,falsehood),Y),Y))))))
% 30.94/31.13  -> true
% 30.94/31.13  Current number of equations to process: 3023
% 31.03/31.27  Current number of ordered equations: 0
% 31.03/31.27  Current number of rules: 534
% 31.03/31.27  New rule produced :
% 31.03/31.27  [562]
% 31.03/31.27  is_a_theorem(implies(implies(implies(implies(implies(A,falsehood),falsehood),falsehood),
% 31.03/31.27                       implies(implies(A,falsehood),falsehood)),A)) -> true
% 31.03/31.27  Current number of equations to process: 3022
% 31.03/31.27  Current number of ordered equations: 0
% 31.03/31.27  Current number of rules: 535
% 31.03/31.27  New rule produced :
% 31.03/31.27  [563]
% 31.03/31.27  is_a_theorem(implies(implies(implies(implies(implies(A,A),B),falsehood),
% 31.03/31.27                       implies(implies(A,A),B)),B)) -> true
% 31.03/31.27  Current number of equations to process: 3021
% 31.03/31.27  Current number of ordered equations: 0
% 31.03/31.27  Current number of rules: 536
% 31.03/31.27  New rule produced :
% 31.03/31.27  [564]
% 31.03/31.27  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(implies(
% 31.03/31.27                                                               implies(Y,Y),falsehood),Z))))))
% 31.03/31.27  -> true
% 31.03/31.27  Current number of equations to process: 3020
% 31.03/31.27  Current number of ordered equations: 0
% 31.03/31.27  Current number of rules: 537
% 31.03/31.27  New rule produced :
% 31.03/31.27  [565]
% 31.03/31.27  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(X,
% 31.03/31.27                                                             implies(Y,X)),falsehood),Z)))))
% 31.03/31.27  -> true
% 31.03/31.27  Current number of equations to process: 3019
% 31.03/31.27  Current number of ordered equations: 0
% 31.03/31.27  Current number of rules: 538
% 31.03/31.27  New rule produced :
% 31.03/31.27  [566]
% 31.03/31.27  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,B)),implies(
% 31.03/31.27                                                                 implies(X,falsehood),falsehood)),X)))
% 31.03/31.27  -> true
% 31.03/31.27  Current number of equations to process: 3018
% 31.03/31.27  Current number of ordered equations: 0
% 31.03/31.27  Current number of rules: 539
% 31.03/31.27  New rule produced :
% 31.03/31.27  [567]
% 31.03/31.27  is_a_theorem(implies(implies(implies(A,implies(B,A)),implies(implies(C,falsehood),falsehood)),
% 31.03/31.27               implies(X,C))) -> true
% 31.03/31.27  Current number of equations to process: 3017
% 31.03/31.27  Current number of ordered equations: 0
% 31.03/31.27  Current number of rules: 540
% 31.03/31.27  New rule produced :
% 31.03/31.27  [568]
% 31.03/31.27  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(X,
% 31.03/31.27                                                             implies(Y,Y)),falsehood),Z)))))
% 31.03/31.27  -> true
% 31.03/31.27  Current number of equations to process: 3016
% 31.03/31.27  Current number of ordered equations: 0
% 31.03/31.27  Current number of rules: 541
% 31.03/31.27  New rule produced :
% 31.03/31.27  [569]
% 31.03/31.27  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,C)),implies(
% 31.03/31.27                                                                 implies(X,falsehood),falsehood)),X)))
% 31.03/31.27  -> true
% 31.03/31.27  Current number of equations to process: 3015
% 31.03/31.27  Current number of ordered equations: 0
% 31.03/31.27  Current number of rules: 542
% 31.03/31.27  New rule produced :
% 31.03/31.27  [570]
% 31.03/31.27  is_a_theorem(implies(implies(implies(A,implies(B,B)),implies(implies(C,falsehood),falsehood)),
% 31.03/31.27               implies(X,C))) -> true
% 31.03/31.27  Current number of equations to process: 3014
% 31.03/31.27  Current number of ordered equations: 0
% 31.03/31.27  Current number of rules: 543
% 31.03/31.27  New rule produced :
% 31.03/31.27  [571]
% 31.03/31.27  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(implies(C,falsehood),falsehood),C),falsehood),X))))
% 31.03/31.27  -> true
% 31.03/31.27  Current number of equations to process: 3013
% 31.03/31.27  Current number of ordered equations: 0
% 31.03/31.27  Current number of rules: 544
% 31.03/31.27  New rule produced :
% 31.03/31.27  [572]
% 31.03/31.27  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(X,
% 31.03/31.27                                                             implies(Y,X))),falsehood),Z))))
% 31.03/31.27  -> true
% 31.03/31.27  Current number of equations to process: 3011
% 31.03/31.27  Current number of ordered equations: 0
% 31.03/31.27  Current number of rules: 545
% 31.03/31.27  New rule produced :
% 31.03/31.27  [573]
% 31.03/31.27  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(X,
% 31.03/31.27                                                             implies(Y,Y))),falsehood),Z))))
% 31.03/31.27  -> true
% 31.03/31.27  Current number of equations to process: 3009
% 31.03/31.27  Current number of ordered equations: 0
% 31.03/31.27  Current number of rules: 546
% 31.03/31.27  New rule produced :
% 31.03/31.27  [574]
% 31.03/31.27  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(implies(C,C),X),X),falsehood),Y))))
% 31.03/31.27  -> true
% 31.03/31.27  Current number of equations to process: 3007
% 31.03/31.27  Current number of ordered equations: 0
% 31.03/31.27  Current number of rules: 547
% 31.03/31.27  New rule produced :
% 31.03/31.27  [575]
% 31.03/31.27  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(X,
% 31.03/31.27                                                             implies(Y,C))),falsehood),Z))))
% 31.03/31.27  -> true
% 31.23/31.41  Current number of equations to process: 3005
% 31.23/31.41  Current number of ordered equations: 0
% 31.23/31.41  Current number of rules: 548
% 31.23/31.41  New rule produced :
% 31.23/31.41  [576]
% 31.23/31.41  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(X,
% 31.23/31.41                                                             implies(Y,Y)))),falsehood),Z)))
% 31.23/31.41  -> true
% 31.23/31.41  Current number of equations to process: 3003
% 31.23/31.41  Current number of ordered equations: 0
% 31.23/31.41  Current number of rules: 549
% 31.23/31.41  New rule produced :
% 31.23/31.41  [577]
% 31.23/31.41  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(X,
% 31.23/31.41                                                             implies(Y,X)))),falsehood),Z)))
% 31.23/31.41  -> true
% 31.23/31.41  Current number of equations to process: 3002
% 31.23/31.41  Current number of ordered equations: 0
% 31.23/31.41  Current number of rules: 550
% 31.23/31.41  New rule produced :
% 31.23/31.41  [578]
% 31.23/31.41  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(C,falsehood),falsehood),C)),falsehood),X)))
% 31.23/31.41  -> true
% 31.23/31.41  Current number of equations to process: 3001
% 31.23/31.41  Current number of ordered equations: 0
% 31.23/31.41  Current number of rules: 551
% 31.23/31.41  New rule produced :
% 31.23/31.41  [579]
% 31.23/31.41  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(C,C),X),X)),falsehood),Y)))
% 31.23/31.41  -> true
% 31.23/31.41  Current number of equations to process: 3000
% 31.23/31.41  Current number of ordered equations: 0
% 31.23/31.41  Current number of rules: 552
% 31.23/31.41  New rule produced :
% 31.23/31.41  [580]
% 31.23/31.41  is_a_theorem(implies(A,implies(implies(implies(implies(B,C),implies(B,
% 31.23/31.41                                                              implies(X,C))),falsehood),Y)))
% 31.23/31.41  -> true
% 31.23/31.41  Current number of equations to process: 2999
% 31.23/31.41  Current number of ordered equations: 0
% 31.23/31.41  Current number of rules: 553
% 31.23/31.41  New rule produced :
% 31.23/31.41  [581]
% 31.23/31.41  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(C,B)),X),X),falsehood),Y)))
% 31.23/31.41  -> true
% 31.23/31.41  Current number of equations to process: 2998
% 31.23/31.41  Current number of ordered equations: 0
% 31.23/31.41  Current number of rules: 554
% 31.23/31.41  New rule produced :
% 31.23/31.41  [582]
% 31.23/31.41  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,falsehood),falsehood),
% 31.23/31.41                                         implies(C,B)),falsehood),X))) -> true
% 31.23/31.41  Current number of equations to process: 2997
% 31.23/31.41  Current number of ordered equations: 0
% 31.23/31.41  Current number of rules: 555
% 31.23/31.41  New rule produced :
% 31.23/31.41  [583]
% 31.23/31.41  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(X,
% 31.23/31.41                                                             implies(Y,C)))),falsehood),Z)))
% 31.23/31.41  -> true
% 31.23/31.41  Current number of equations to process: 2996
% 31.23/31.41  Current number of ordered equations: 0
% 31.23/31.41  Current number of rules: 556
% 31.23/31.41  New rule produced :
% 31.23/31.41  [584]
% 31.23/31.41  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,B),C),
% 31.23/31.41                                         implies(X,C)),falsehood),Y))) -> true
% 31.23/31.41  Current number of equations to process: 2995
% 31.23/31.41  Current number of ordered equations: 0
% 31.23/31.41  Current number of rules: 557
% 31.23/31.41  New rule produced :
% 31.23/31.41  [585]
% 31.23/31.41  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(X,
% 31.23/31.41                                                             implies(Y,B)))),falsehood),Z)))
% 31.23/31.41  -> true
% 31.23/31.41  Current number of equations to process: 2994
% 31.23/31.41  Current number of ordered equations: 0
% 31.23/31.41  Current number of rules: 558
% 31.23/31.41  New rule produced :
% 31.23/31.41  [586]
% 31.23/31.41  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(C,C)),X),X),falsehood),Y)))
% 31.23/31.41  -> true
% 31.23/31.41  Current number of equations to process: 2993
% 31.23/31.41  Current number of ordered equations: 0
% 31.23/31.41  Current number of rules: 559
% 31.23/31.41  New rule produced :
% 31.23/31.41  [587]
% 31.23/31.41  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,falsehood),
% 31.23/31.41                                           implies(implies(X,X),falsehood)),C))))
% 31.23/31.41  -> true
% 31.23/31.41  Current number of equations to process: 2992
% 31.23/31.41  Current number of ordered equations: 0
% 31.23/31.41  Current number of rules: 560
% 31.23/31.41  New rule produced :
% 31.23/31.41  [588]
% 31.23/31.41  is_a_theorem(implies(A,implies(implies(implies(B,falsehood),implies(implies(C,C),falsehood)),
% 31.23/31.41                         implies(X,B)))) -> true
% 31.23/31.41  Current number of equations to process: 2991
% 31.23/31.41  Current number of ordered equations: 0
% 31.23/31.41  Current number of rules: 561
% 31.23/31.41  New rule produced :
% 31.23/31.41  [589]
% 31.23/31.41  is_a_theorem(implies(implies(implies(implies(implies(A,falsehood),falsehood),falsehood),
% 31.23/31.41                       implies(implies(B,B),falsehood)),A)) -> true
% 31.23/31.41  Current number of equations to process: 2990
% 31.23/31.41  Current number of ordered equations: 0
% 31.33/31.54  Current number of rules: 562
% 31.33/31.54  New rule produced :
% 31.33/31.54  [590]
% 31.33/31.54  is_a_theorem(implies(implies(implies(implies(implies(A,A),B),falsehood),
% 31.33/31.54                       implies(implies(C,C),falsehood)),B)) -> true
% 31.33/31.54  Current number of equations to process: 2989
% 31.33/31.54  Current number of ordered equations: 0
% 31.33/31.54  Current number of rules: 563
% 31.33/31.54  New rule produced :
% 31.33/31.54  [591]
% 31.33/31.54  is_a_theorem(implies(implies(implies(A,falsehood),implies(implies(B,B),falsehood)),
% 31.33/31.54               implies(C,implies(X,A)))) -> true
% 31.33/31.54  Current number of equations to process: 2988
% 31.33/31.54  Current number of ordered equations: 0
% 31.33/31.54  Current number of rules: 564
% 31.33/31.54  New rule produced :
% 31.33/31.54  [592]
% 31.33/31.54  is_a_theorem(implies(A,implies(implies(implies(B,falsehood),implies(implies(C,
% 31.33/31.54                                                                      implies(X,C)),falsehood)),B)))
% 31.33/31.54  -> true
% 31.33/31.54  Current number of equations to process: 2987
% 31.33/31.54  Current number of ordered equations: 0
% 31.33/31.54  Current number of rules: 565
% 31.33/31.54  New rule produced :
% 31.33/31.54  [593]
% 31.33/31.54  is_a_theorem(implies(implies(implies(A,falsehood),implies(implies(B,implies(C,B)),falsehood)),
% 31.33/31.54               implies(X,A))) -> true
% 31.33/31.54  Current number of equations to process: 2986
% 31.33/31.54  Current number of ordered equations: 0
% 31.33/31.54  Current number of rules: 566
% 31.33/31.54  New rule produced :
% 31.33/31.54  [594]
% 31.33/31.54  is_a_theorem(implies(A,implies(implies(implies(B,falsehood),implies(implies(C,
% 31.33/31.54                                                                      implies(X,X)),falsehood)),B)))
% 31.33/31.54  -> true
% 31.33/31.54  Current number of equations to process: 2985
% 31.33/31.54  Current number of ordered equations: 0
% 31.33/31.54  Current number of rules: 567
% 31.33/31.54  New rule produced :
% 31.33/31.54  [595]
% 31.33/31.54  is_a_theorem(implies(implies(implies(A,falsehood),implies(implies(B,implies(C,C)),falsehood)),
% 31.33/31.54               implies(X,A))) -> true
% 31.33/31.54  Current number of equations to process: 2984
% 31.33/31.54  Current number of ordered equations: 0
% 31.33/31.54  Current number of rules: 568
% 31.33/31.54  New rule produced :
% 31.33/31.54  [596]
% 31.33/31.54  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(X,implies(X,Y)),
% 31.33/31.54                                             implies(X,Y)))))) -> true
% 31.33/31.54  Current number of equations to process: 2983
% 31.33/31.54  Current number of ordered equations: 0
% 31.33/31.54  Current number of rules: 569
% 31.33/31.54  New rule produced :
% 31.33/31.54  [597]
% 31.33/31.54  is_a_theorem(implies(implies(implies(A,implies(A,B)),A),implies(implies(A,
% 31.33/31.54                                                                  implies(A,B)),B)))
% 31.33/31.54  -> true
% 31.33/31.54  Current number of equations to process: 2982
% 31.33/31.54  Current number of ordered equations: 0
% 31.33/31.54  Current number of rules: 570
% 31.33/31.54  New rule produced :
% 31.33/31.54  [598]
% 31.33/31.54  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,B)),implies(
% 31.33/31.54                                                                 implies(X,X),Y)),Y)))
% 31.33/31.54  -> true
% 31.33/31.54  Current number of equations to process: 2981
% 31.33/31.54  Current number of ordered equations: 0
% 31.33/31.54  Current number of rules: 571
% 31.33/31.54  New rule produced :
% 31.33/31.54  [599]
% 31.33/31.54  is_a_theorem(implies(implies(implies(A,implies(B,A)),implies(implies(C,C),X)),
% 31.33/31.54               implies(Y,X))) -> true
% 31.33/31.54  Current number of equations to process: 2980
% 31.33/31.54  Current number of ordered equations: 0
% 31.33/31.54  Current number of rules: 572
% 31.33/31.54  New rule produced :
% 31.33/31.54  [600]
% 31.33/31.54  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,C)),implies(
% 31.33/31.54                                                                 implies(X,X),Y)),Y)))
% 31.33/31.54  -> true
% 31.33/31.54  Current number of equations to process: 2979
% 31.33/31.54  Current number of ordered equations: 0
% 31.33/31.54  Current number of rules: 573
% 31.33/31.54  New rule produced :
% 31.33/31.54  [601]
% 31.33/31.54  is_a_theorem(implies(implies(implies(A,implies(B,B)),implies(implies(C,C),X)),
% 31.33/31.54               implies(Y,X))) -> true
% 31.33/31.54  Current number of equations to process: 2978
% 31.33/31.54  Current number of ordered equations: 0
% 31.33/31.54  Current number of rules: 574
% 31.33/31.54  New rule produced :
% 31.33/31.54  [602]
% 31.33/31.54  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,C),implies(
% 31.33/31.54                                                                implies(X,X),falsehood)),Y))))
% 31.33/31.54  -> true
% 31.33/31.54  Current number of equations to process: 2977
% 31.33/31.54  Current number of ordered equations: 0
% 31.33/31.54  Current number of rules: 575
% 31.33/31.54  New rule produced :
% 31.33/31.54  [603]
% 31.33/31.54  is_a_theorem(implies(implies(implies(implies(implies(implies(implies(A,falsehood),falsehood),A),falsehood),B),C),C))
% 31.33/31.54  -> true
% 31.33/31.54  Current number of equations to process: 2970
% 31.33/31.54  Current number of ordered equations: 0
% 31.33/31.54  Current number of rules: 576
% 31.33/31.54  New rule produced :
% 31.33/31.54  [604]
% 31.33/31.54  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,implies(C,B))),falsehood),X),Y),Y))
% 31.53/31.70  -> true
% 31.53/31.70  Current number of equations to process: 2969
% 31.53/31.70  Current number of ordered equations: 0
% 31.53/31.70  Current number of rules: 577
% 31.53/31.70  New rule produced :
% 31.53/31.70  [605]
% 31.53/31.70  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,implies(C,C))),falsehood),X),Y),Y))
% 31.53/31.70  -> true
% 31.53/31.70  Current number of equations to process: 2968
% 31.53/31.70  Current number of ordered equations: 0
% 31.53/31.70  Current number of rules: 578
% 31.53/31.70  New rule produced :
% 31.53/31.70  [606]
% 31.53/31.70  is_a_theorem(implies(implies(implies(implies(implies(implies(implies(A,A),B),B),falsehood),C),X),X))
% 31.53/31.70  -> true
% 31.53/31.70  Current number of equations to process: 2967
% 31.53/31.70  Current number of ordered equations: 0
% 31.53/31.70  Current number of rules: 579
% 31.53/31.70  New rule produced :
% 31.53/31.70  [607]
% 31.53/31.70  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,implies(C,A))),falsehood),X),Y),Y))
% 31.53/31.70  -> true
% 31.53/31.70  Current number of equations to process: 2966
% 31.53/31.70  Current number of ordered equations: 0
% 31.53/31.70  Current number of rules: 580
% 31.53/31.70  New rule produced :
% 31.53/31.70  [608]
% 31.53/31.70  is_a_theorem(implies(implies(implies(implies(implies(A,falsehood),implies(
% 31.53/31.70                                                                    implies(B,B),falsehood)),A),C),C))
% 31.53/31.70  -> true
% 31.53/31.70  Current number of equations to process: 2965
% 31.53/31.70  Current number of ordered equations: 0
% 31.53/31.70  Current number of rules: 581
% 31.53/31.70  New rule produced :
% 31.53/31.70  [609]
% 31.53/31.70  is_a_theorem(implies(implies(implies(implies(implies(A,A),implies(implies(B,B),falsehood)),C),X),X))
% 31.53/31.70  -> true
% 31.53/31.70  Current number of equations to process: 2964
% 31.53/31.70  Current number of ordered equations: 0
% 31.53/31.70  Current number of rules: 582
% 31.53/31.70  New rule produced :
% 31.53/31.70  [610]
% 31.53/31.70  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(Y,implies(
% 31.53/31.70                                                                 implies(X,Z),Z)))))))
% 31.53/31.70  -> true
% 31.53/31.70  Current number of equations to process: 2963
% 31.53/31.70  Current number of ordered equations: 0
% 31.53/31.70  Current number of rules: 583
% 31.53/31.70  New rule produced :
% 31.53/31.70  [611]
% 31.53/31.70  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(implies(C,X),X)))),Y),Y))
% 31.53/31.70  -> true
% 31.53/31.70  Current number of equations to process: 2962
% 31.53/31.70  Current number of ordered equations: 0
% 31.53/31.70  Current number of rules: 584
% 31.53/31.70  New rule produced :
% 31.53/31.70  [612]
% 31.53/31.70  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(implies(B,X),X)))),Y),Y))
% 31.53/31.70  -> true
% 31.53/31.70  Current number of equations to process: 2960
% 31.53/31.70  Current number of ordered equations: 0
% 31.53/31.70  Current number of rules: 585
% 31.53/31.70  New rule produced :
% 31.53/31.70  [613]
% 31.53/31.70  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(Y,implies(
% 31.53/31.70                                                                 implies(C,Z),Z)))))))
% 31.53/31.70  -> true
% 31.53/31.70  Current number of equations to process: 2959
% 31.53/31.70  Current number of ordered equations: 0
% 31.53/31.70  Current number of rules: 586
% 31.53/31.70  New rule produced :
% 31.53/31.70  [614]
% 31.53/31.70  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(Y,implies(
% 31.53/31.70                                                                 implies(B,Z),Z)))))))
% 31.53/31.70  -> true
% 31.53/31.70  Current number of equations to process: 2958
% 31.53/31.70  Current number of ordered equations: 0
% 31.53/31.70  Current number of rules: 587
% 31.53/31.70  New rule produced :
% 31.53/31.70  [615]
% 31.53/31.70  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(Y,implies(
% 31.53/31.70                                                                 implies(A,Z),Z)))))))
% 31.53/31.70  -> true
% 31.53/31.70  Current number of equations to process: 2957
% 31.53/31.70  Current number of ordered equations: 0
% 31.53/31.70  Current number of rules: 588
% 31.53/31.70  New rule produced :
% 31.53/31.70  [616]
% 31.53/31.70  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(implies(A,X),X)))),Y),Y))
% 31.53/31.70  -> true
% 31.53/31.70  Current number of equations to process: 2956
% 31.53/31.70  Current number of ordered equations: 0
% 31.53/31.70  Current number of rules: 589
% 31.53/31.70  New rule produced :
% 31.53/31.70  [617]
% 31.53/31.70  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(implies(C,B),X),X))),Y),Y))
% 31.53/31.70  -> true
% 31.53/31.70  Current number of equations to process: 2955
% 31.53/31.70  Current number of ordered equations: 0
% 31.53/31.70  Current number of rules: 590
% 31.53/31.70  New rule produced :
% 31.53/31.70  [618]
% 31.53/31.70  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(implies(
% 31.53/31.70                                                               implies(Y,C),Z),Z))))))
% 31.53/31.70  -> true
% 31.53/31.70  Current number of equations to process: 2954
% 31.53/31.70  Current number of ordered equations: 0
% 31.53/31.70  Current number of rules: 591
% 31.53/31.70  New rule produced :
% 31.53/31.70  [619]
% 31.53/31.70  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(implies(
% 31.53/31.70                                                               implies(Y,B),Z),Z))))))
% 31.63/31.89  -> true
% 31.63/31.89  Current number of equations to process: 2953
% 31.63/31.89  Current number of ordered equations: 0
% 31.63/31.89  Current number of rules: 592
% 31.63/31.89  New rule produced :
% 31.63/31.89  [620]
% 31.63/31.89  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(implies(
% 31.63/31.89                                                               implies(Y,A),Z),Z))))))
% 31.63/31.89  -> true
% 31.63/31.89  Current number of equations to process: 2952
% 31.63/31.89  Current number of ordered equations: 0
% 31.63/31.89  Current number of rules: 593
% 31.63/31.89  New rule produced :
% 31.63/31.89  [621]
% 31.63/31.89  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(implies(C,A),X),X))),Y),Y))
% 31.63/31.89  -> true
% 31.63/31.89  Current number of equations to process: 2951
% 31.63/31.89  Current number of ordered equations: 0
% 31.63/31.89  Current number of rules: 594
% 31.63/31.89  New rule produced :
% 31.63/31.89  [622]
% 31.63/31.89  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,implies(C,B)),falsehood),X)),Y),Y))
% 31.63/31.89  -> true
% 31.63/31.89  Current number of equations to process: 2947
% 31.63/31.89  Current number of ordered equations: 0
% 31.63/31.89  Current number of rules: 595
% 31.63/31.89  New rule produced :
% 31.63/31.89  [623]
% 31.63/31.89  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,implies(C,C)),falsehood),X)),Y),Y))
% 31.63/31.89  -> true
% 31.63/31.89  Current number of equations to process: 2946
% 31.63/31.89  Current number of ordered equations: 0
% 31.63/31.89  Current number of rules: 596
% 31.63/31.89  New rule produced :
% 31.63/31.89  [624]
% 31.63/31.89  is_a_theorem(implies(implies(implies(A,implies(implies(B,implies(B,C)),
% 31.63/31.89                                         implies(B,C))),X),X)) -> true
% 31.63/31.89  Current number of equations to process: 2945
% 31.63/31.89  Current number of ordered equations: 0
% 31.63/31.89  Current number of rules: 597
% 31.63/31.89  New rule produced :
% 31.63/31.89  [625]
% 31.63/31.89  is_a_theorem(implies(A,implies(B,implies(implies(C,implies(implies(X,C),Y)),
% 31.63/31.89                                   implies(C,Y))))) -> true
% 31.63/31.89  Current number of equations to process: 2943
% 31.63/31.89  Current number of ordered equations: 0
% 31.63/31.89  Current number of rules: 598
% 31.63/31.89  New rule produced :
% 31.63/31.89  [626]
% 31.63/31.89  is_a_theorem(implies(A,implies(implies(B,implies(implies(C,B),X)),implies(Y,
% 31.63/31.89                                                                    implies(B,X)))))
% 31.63/31.89  -> true
% 31.63/31.89  Current number of equations to process: 2942
% 31.63/31.89  Current number of ordered equations: 0
% 31.63/31.89  Current number of rules: 599
% 31.63/31.89  New rule produced :
% 31.63/31.89  [627]
% 31.63/31.89  is_a_theorem(implies(implies(A,implies(implies(B,A),C)),implies(X,implies(Y,
% 31.63/31.89                                                                    implies(A,C)))))
% 31.63/31.89  -> true
% 31.63/31.89  Current number of equations to process: 2941
% 31.63/31.89  Current number of ordered equations: 0
% 31.63/31.89  Current number of rules: 600
% 31.63/31.89  New rule produced :
% 31.63/31.89  [628]
% 31.63/31.89  is_a_theorem(implies(implies(implies(implies(A,implies(implies(B,A),C)),
% 31.63/31.89                               implies(A,C)),X),X)) -> true
% 31.63/31.89  Current number of equations to process: 2940
% 31.63/31.89  Current number of ordered equations: 0
% 31.63/31.89  Current number of rules: 601
% 31.63/31.89  New rule produced :
% 31.63/31.89  [629]
% 31.63/31.89  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(implies(C,X),X)),Y),Y))))
% 31.63/31.89  -> true
% 31.63/31.89  Current number of equations to process: 2939
% 31.63/31.89  Current number of ordered equations: 0
% 31.63/31.89  Current number of rules: 602
% 31.63/31.89  New rule produced :
% 31.63/31.89  [630]
% 31.63/31.89  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(B,C),C)),X),
% 31.63/31.89                         implies(Y,X)))) -> true
% 31.63/31.89  Current number of equations to process: 2938
% 31.63/31.89  Current number of ordered equations: 0
% 31.63/31.89  Current number of rules: 603
% 31.63/31.89  New rule produced :
% 31.63/31.89  [631]
% 31.63/31.89  is_a_theorem(implies(implies(implies(A,implies(implies(A,B),B)),implies(
% 31.63/31.89                                                                  implies(C,falsehood),falsehood)),C))
% 31.63/31.89  -> true
% 31.63/31.89  Current number of equations to process: 2937
% 31.63/31.89  Current number of ordered equations: 0
% 31.63/31.89  Current number of rules: 604
% 31.63/31.89  New rule produced :
% 31.63/31.89  [632]
% 31.63/31.89  is_a_theorem(implies(implies(implies(A,implies(implies(A,B),B)),implies(
% 31.63/31.89                                                                  implies(C,C),X)),X))
% 31.63/31.89  -> true
% 31.63/31.89  Current number of equations to process: 2936
% 31.63/31.89  Current number of ordered equations: 0
% 31.63/31.89  Current number of rules: 605
% 31.63/31.89  New rule produced :
% 31.63/31.89  [633]
% 31.63/31.89  is_a_theorem(implies(implies(implies(A,implies(implies(A,B),B)),C),implies(X,
% 31.63/31.89                                                                     implies(Y,C))))
% 31.63/31.89  -> true
% 31.63/31.89  Current number of equations to process: 2935
% 31.63/31.89  Current number of ordered equations: 0
% 31.63/31.89  Current number of rules: 606
% 34.95/35.11  New rule produced :
% 34.95/35.11  [634]
% 34.95/35.11  is_a_theorem(implies(implies(implies(implies(implies(A,implies(implies(A,B),B)),C),C),X),X))
% 34.95/35.11  -> true
% 34.95/35.11  Current number of equations to process: 2934
% 34.95/35.11  Current number of ordered equations: 0
% 34.95/35.11  Current number of rules: 607
% 34.95/35.11  New rule produced :
% 34.95/35.11  [635]
% 34.95/35.11  is_a_theorem(implies(A,implies(B,implies(implies(C,X),implies(C,implies(
% 34.95/35.11                                                                  implies(X,Y),Y))))))
% 34.95/35.11  -> true
% 34.95/35.11  Current number of equations to process: 2933
% 34.95/35.11  Current number of ordered equations: 0
% 34.95/35.11  Current number of rules: 608
% 34.95/35.11  New rule produced :
% 34.95/35.11  [636]
% 34.95/35.11  is_a_theorem(implies(A,implies(implies(B,C),implies(X,implies(B,implies(
% 34.95/35.11                                                                  implies(C,Y),Y))))))
% 34.95/35.11  -> true
% 34.95/35.11  Current number of equations to process: 2932
% 34.95/35.11  Current number of ordered equations: 0
% 34.95/35.11  Current number of rules: 609
% 34.95/35.11  New rule produced :
% 34.95/35.11  [637]
% 34.95/35.11  is_a_theorem(implies(implies(implies(A,B),A),implies(implies(A,B),implies(
% 34.95/35.11                                                                    implies(B,C),C))))
% 34.95/35.11  -> true
% 34.95/35.11  Current number of equations to process: 2931
% 34.95/35.11  Current number of ordered equations: 0
% 34.95/35.11  Current number of rules: 610
% 34.95/35.11  New rule produced :
% 34.95/35.11  [638]
% 34.95/35.11  is_a_theorem(implies(implies(A,B),implies(C,implies(X,implies(A,implies(
% 34.95/35.11                                                                  implies(B,Y),Y))))))
% 34.95/35.11  -> true
% 34.95/35.11  Current number of equations to process: 2930
% 34.95/35.11  Current number of ordered equations: 0
% 34.95/35.11  Current number of rules: 611
% 34.95/35.11  New rule produced :
% 34.95/35.11  [639]
% 34.95/35.11  is_a_theorem(implies(implies(implies(implies(A,B),implies(A,implies(implies(B,C),C))),X),X))
% 34.95/35.11  -> true
% 34.95/35.11  Current number of equations to process: 2929
% 34.95/35.11  Current number of ordered equations: 0
% 34.95/35.11  Current number of rules: 612
% 34.95/35.11  New rule produced :
% 34.95/35.11  [640]
% 34.95/35.11  is_a_theorem(implies(implies(A,B),implies(A,implies(C,implies(implies(
% 34.95/35.11                                                                implies(X,B),Y),Y)))))
% 34.95/35.11  -> true
% 34.95/35.11  Current number of equations to process: 2923
% 34.95/35.11  Current number of ordered equations: 0
% 34.95/35.11  Current number of rules: 613
% 34.95/35.11  New rule produced :
% 34.95/35.11  [641]
% 34.95/35.11  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(X,
% 34.95/35.11                                                             implies(falsehood,Y))),Z),Z))))
% 34.95/35.11  -> true
% 34.95/35.11  Current number of equations to process: 2920
% 34.95/35.11  Current number of ordered equations: 0
% 34.95/35.11  Current number of rules: 614
% 34.95/35.11  New rule produced :
% 34.95/35.11  [642]
% 34.95/35.11  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(implies(C,X),X))),Y),Y)))
% 34.95/35.11  -> true
% 34.95/35.11  Current number of equations to process: 2915
% 34.95/35.11  Current number of ordered equations: 0
% 34.95/35.11  Current number of rules: 615
% 34.95/35.11  New rule produced :
% 34.95/35.11  [643]
% 34.95/35.11  is_a_theorem(implies(implies(implies(implies(A,implies(implies(B,falsehood),falsehood)),falsehood),falsehood),
% 34.95/35.11               implies(A,B))) -> true
% 34.95/35.11  Current number of equations to process: 2969
% 34.95/35.11  Current number of ordered equations: 0
% 34.95/35.11  Current number of rules: 616
% 34.95/35.11  New rule produced :
% 34.95/35.11  [644]
% 34.95/35.11  is_a_theorem(implies(implies(implies(A,A),implies(B,implies(implies(C,falsehood),falsehood))),
% 34.95/35.11               implies(B,C))) -> true
% 34.95/35.11  Current number of equations to process: 2968
% 34.95/35.11  Current number of ordered equations: 0
% 34.95/35.11  Current number of rules: 617
% 34.95/35.11  New rule produced :
% 34.95/35.11  [645]
% 34.95/35.11  is_a_theorem(implies(A,implies(implies(A,implies(implies(B,falsehood),falsehood)),B)))
% 34.95/35.11  -> true
% 34.95/35.11  Current number of equations to process: 2972
% 34.95/35.11  Current number of ordered equations: 0
% 34.95/35.11  Current number of rules: 618
% 34.95/35.11  New rule produced :
% 34.95/35.11  [646]
% 34.95/35.11  is_a_theorem(implies(implies(implies(implies(A,implies(implies(B,B),C)),falsehood),falsehood),
% 34.95/35.11               implies(A,C))) -> true
% 34.95/35.11  Current number of equations to process: 3044
% 34.95/35.11  Current number of ordered equations: 0
% 34.95/35.11  Current number of rules: 619
% 34.95/35.11  New rule produced :
% 34.95/35.11  [647]
% 34.95/35.11  is_a_theorem(implies(implies(implies(A,A),implies(B,implies(implies(C,C),X))),
% 34.95/35.11               implies(B,X))) -> true
% 34.95/35.11  Current number of equations to process: 3043
% 34.95/35.11  Current number of ordered equations: 0
% 34.95/35.11  Current number of rules: 620
% 34.95/35.11  New rule produced :
% 34.95/35.11  [648]
% 34.95/35.11  is_a_theorem(implies(A,implies(implies(A,implies(implies(B,B),C)),C))) ->
% 34.95/35.11  true
% 34.95/35.11  Current number of equations to process: 3047
% 34.95/35.11  Current number of ordered equations: 0
% 34.95/35.11  Current number of rules: 621
% 44.73/44.92  New rule produced :
% 44.73/44.92  [649]
% 44.73/44.92  is_a_theorem(implies(implies(implies(implies(A,B),falsehood),falsehood),
% 44.73/44.92               implies(A,implies(C,implies(X,B))))) -> true
% 44.73/44.92  Current number of equations to process: 3423
% 44.73/44.92  Current number of ordered equations: 0
% 44.73/44.92  Current number of rules: 622
% 44.73/44.92  New rule produced :
% 44.73/44.92  [650]
% 44.73/44.92  is_a_theorem(implies(implies(implies(A,A),implies(B,C)),implies(B,implies(X,
% 44.73/44.92                                                                    implies(Y,C)))))
% 44.73/44.92  -> true
% 44.73/44.92  Current number of equations to process: 3422
% 44.73/44.92  Current number of ordered equations: 0
% 44.73/44.92  Current number of rules: 623
% 44.73/44.92  New rule produced :
% 44.73/44.92  [651]
% 44.73/44.92  is_a_theorem(implies(A,implies(implies(A,B),implies(C,implies(X,B))))) ->
% 44.73/44.92  true
% 44.73/44.92  Current number of equations to process: 3426
% 44.73/44.92  Current number of ordered equations: 0
% 44.73/44.92  Current number of rules: 624
% 44.73/44.92  New rule produced :
% 44.73/44.92  [652]
% 44.73/44.92  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,falsehood),B),falsehood),falsehood),B)))
% 44.73/44.92  -> true
% 44.73/44.92  Current number of equations to process: 3502
% 44.73/44.92  Current number of ordered equations: 0
% 44.73/44.92  Current number of rules: 625
% 44.73/44.92  New rule produced :
% 44.73/44.92  [653]
% 44.73/44.92  is_a_theorem(implies(implies(implies(implies(implies(A,falsehood),A),falsehood),falsehood),
% 44.73/44.92               implies(B,A))) -> true
% 44.73/44.92  Current number of equations to process: 3501
% 44.73/44.92  Current number of ordered equations: 0
% 44.73/44.92  Current number of rules: 626
% 44.73/44.92  New rule produced :
% 44.73/44.92  [654]
% 44.73/44.92  is_a_theorem(implies(A,implies(implies(implies(B,B),implies(implies(C,falsehood),C)),C)))
% 44.73/44.92  -> true
% 44.73/44.92  Current number of equations to process: 3514
% 44.73/44.92  Current number of ordered equations: 0
% 44.73/44.92  Current number of rules: 627
% 44.73/44.92  New rule produced :
% 44.73/44.92  [655]
% 44.73/44.92  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,falsehood),B)),
% 44.73/44.92               implies(C,B))) -> true
% 44.73/44.92  Current number of equations to process: 3513
% 44.73/44.92  Current number of ordered equations: 0
% 44.73/44.92  Current number of rules: 628
% 44.73/44.92  New rule produced :
% 44.73/44.92  [656]
% 44.73/44.92  ifeq(is_a_theorem(implies(implies(implies(implies(A,falsehood),A),falsehood),falsehood)),true,
% 44.73/44.92  is_a_theorem(A),true) -> true
% 44.73/44.92  Current number of equations to process: 3525
% 44.73/44.92  Current number of ordered equations: 0
% 44.73/44.92  Current number of rules: 629
% 44.73/44.92  New rule produced :
% 44.73/44.92  [657]
% 44.73/44.92  ifeq(is_a_theorem(implies(implies(A,A),implies(implies(B,falsehood),B))),true,
% 44.73/44.92  is_a_theorem(B),true) -> true
% 44.73/44.92  Current number of equations to process: 3524
% 44.73/44.92  Current number of ordered equations: 0
% 44.73/44.92  Current number of rules: 630
% 44.73/44.92  New rule produced :
% 44.73/44.92  [658]
% 44.73/44.92  is_a_theorem(implies(implies(implies(A,implies(falsehood,B)),C),implies(X,C)))
% 44.73/44.92  -> true
% 44.73/44.92  Current number of equations to process: 3540
% 44.73/44.92  Current number of ordered equations: 0
% 44.73/44.92  Current number of rules: 631
% 44.73/44.92  New rule produced :
% 44.73/44.92  [659]
% 44.73/44.92  is_a_theorem(implies(A,implies(implies(implies(B,implies(falsehood,C)),X),
% 44.73/44.92                         implies(Y,X)))) -> true
% 44.73/44.92  Current number of equations to process: 3551
% 44.73/44.92  Current number of ordered equations: 0
% 44.73/44.92  Current number of rules: 632
% 44.73/44.92  New rule produced :
% 44.73/44.92  [660]
% 44.73/44.92  is_a_theorem(implies(implies(implies(A,implies(falsehood,B)),implies(
% 44.73/44.92                                                               implies(C,falsehood),falsehood)),C))
% 44.73/44.92  -> true
% 44.73/44.92  Current number of equations to process: 3550
% 44.73/44.92  Current number of ordered equations: 0
% 44.73/44.92  Current number of rules: 633
% 44.73/44.92  New rule produced :
% 44.73/44.92  [661]
% 44.73/44.92  is_a_theorem(implies(implies(implies(A,implies(falsehood,B)),implies(
% 44.73/44.92                                                               implies(C,C),X)),X))
% 44.73/44.92  -> true
% 44.73/44.92  Current number of equations to process: 3549
% 44.73/44.92  Current number of ordered equations: 0
% 44.73/44.92  Current number of rules: 634
% 44.73/44.92  New rule produced :
% 44.73/44.92  [662]
% 44.73/44.92  is_a_theorem(implies(implies(implies(A,implies(falsehood,B)),C),implies(X,
% 44.73/44.92                                                                  implies(Y,C))))
% 44.73/44.92  -> true
% 44.73/44.92  Current number of equations to process: 3548
% 44.73/44.92  Current number of ordered equations: 0
% 44.73/44.92  Current number of rules: 635
% 44.73/44.92  New rule produced :
% 44.73/44.92  [663]
% 44.73/44.92  is_a_theorem(implies(implies(implies(implies(implies(A,implies(falsehood,B)),C),C),X),X))
% 44.73/44.92  -> true
% 44.73/44.92  Current number of equations to process: 3547
% 44.73/44.92  Current number of ordered equations: 0
% 44.73/44.92  Current number of rules: 636
% 44.73/44.92  New rule produced :
% 44.73/44.92  [664]
% 44.73/44.92  is_a_theorem(implies(implies(implies(A,implies(B,implies(falsehood,C))),X),
% 44.73/44.92               implies(Y,X))) -> true
% 49.54/49.75  Current number of equations to process: 3546
% 49.54/49.75  Current number of ordered equations: 0
% 49.54/49.75  Current number of rules: 637
% 49.54/49.75  New rule produced :
% 49.54/49.75  [665]
% 49.54/49.75  is_a_theorem(implies(implies(A,implies(implies(falsehood,B),C)),implies(A,C)))
% 49.54/49.75  -> true
% 49.54/49.75  Current number of equations to process: 3572
% 49.54/49.75  Current number of ordered equations: 0
% 49.54/49.75  Current number of rules: 638
% 49.54/49.75  New rule produced :
% 49.54/49.75  [666]
% 49.54/49.75  ifeq(is_a_theorem(implies(implies(falsehood,A),B)),true,is_a_theorem(
% 49.54/49.75                                                          implies(C,B)),true)
% 49.54/49.75  -> true
% 49.54/49.75  Current number of equations to process: 3578
% 49.54/49.75  Current number of ordered equations: 0
% 49.54/49.75  Current number of rules: 639
% 49.54/49.75  New rule produced :
% 49.54/49.75  [667]
% 49.54/49.75  is_a_theorem(implies(implies(implies(falsehood,A),falsehood),B)) -> true
% 49.54/49.75  Current number of equations to process: 3578
% 49.54/49.75  Current number of ordered equations: 0
% 49.54/49.75  Current number of rules: 640
% 49.54/49.75  New rule produced :
% 49.54/49.75  [668]
% 49.54/49.75  is_a_theorem(implies(A,implies(B,implies(implies(implies(falsehood,C),X),
% 49.54/49.75                                   implies(Y,X))))) -> true
% 49.54/49.75  Current number of equations to process: 3583
% 49.54/49.75  Current number of ordered equations: 0
% 49.54/49.75  Current number of rules: 641
% 49.54/49.75  New rule produced :
% 49.54/49.75  [669]
% 49.54/49.75  is_a_theorem(implies(A,implies(implies(implies(falsehood,B),C),implies(X,
% 49.54/49.75                                                                 implies(Y,C)))))
% 49.54/49.75  -> true
% 49.54/49.75  Current number of equations to process: 3582
% 49.54/49.75  Current number of ordered equations: 0
% 49.54/49.75  Current number of rules: 642
% 49.54/49.75  New rule produced :
% 49.54/49.75  [670]
% 49.54/49.75  is_a_theorem(implies(implies(implies(falsehood,A),B),implies(C,implies(X,
% 49.54/49.75                                                                 implies(Y,B)))))
% 49.54/49.75  -> true
% 49.54/49.75  Current number of equations to process: 3581
% 49.54/49.75  Current number of ordered equations: 0
% 49.54/49.75  Current number of rules: 643
% 49.54/49.75  New rule produced :
% 49.54/49.75  [671]
% 49.54/49.75  is_a_theorem(implies(implies(implies(implies(implies(falsehood,A),B),
% 49.54/49.75                               implies(C,B)),X),X)) -> true
% 49.54/49.75  Current number of equations to process: 3580
% 49.54/49.75  Current number of ordered equations: 0
% 49.54/49.75  Current number of rules: 644
% 49.54/49.75  New rule produced :
% 49.54/49.75  [672]
% 49.54/49.75  is_a_theorem(implies(implies(A,implies(B,falsehood)),implies(A,implies(B,C))))
% 49.54/49.75  -> true
% 49.54/49.75  Current number of equations to process: 3591
% 49.54/49.75  Current number of ordered equations: 0
% 49.54/49.75  Current number of rules: 645
% 49.54/49.75  New rule produced :
% 49.54/49.75  [673]
% 49.54/49.75  is_a_theorem(implies(implies(implies(A,implies(implies(A,B),B)),falsehood),C))
% 49.54/49.75  -> true
% 49.54/49.75  Current number of equations to process: 3623
% 49.54/49.75  Current number of ordered equations: 0
% 49.54/49.75  Current number of rules: 646
% 49.54/49.75  New rule produced :
% 49.54/49.75  [674]
% 49.54/49.75  is_a_theorem(implies(implies(implies(A,implies(falsehood,B)),falsehood),C))
% 49.54/49.75  -> true
% 49.54/49.75  Current number of equations to process: 3640
% 49.54/49.75  Current number of ordered equations: 0
% 49.54/49.75  Current number of rules: 647
% 49.54/49.75  New rule produced :
% 49.54/49.75  [675]
% 49.54/49.75  is_a_theorem(implies(implies(implies(A,implies(B,implies(falsehood,C))),falsehood),X))
% 49.54/49.75  -> true
% 49.54/49.75  Current number of equations to process: 3640
% 49.54/49.75  Current number of ordered equations: 0
% 49.54/49.75  Current number of rules: 648
% 49.54/49.75  New rule produced :
% 49.54/49.75  [676]
% 49.54/49.75  ifeq(is_a_theorem(implies(A,falsehood)),true,is_a_theorem(implies(B,implies(A,C))),true)
% 49.54/49.75  -> true
% 49.54/49.75  Current number of equations to process: 3646
% 49.54/49.75  Current number of ordered equations: 0
% 49.54/49.75  Current number of rules: 649
% 49.54/49.75  New rule produced :
% 49.54/49.75  [677]
% 49.54/49.75  is_a_theorem(implies(implies(A,implies(implies(falsehood,B),C)),implies(A,
% 49.54/49.75                                                                  implies(X,C))))
% 49.54/49.75  -> true
% 49.54/49.75  Current number of equations to process: 3656
% 49.54/49.75  Current number of ordered equations: 0
% 49.54/49.75  Current number of rules: 650
% 49.54/49.75  New rule produced :
% 49.54/49.75  [678]
% 49.54/49.75  is_a_theorem(implies(implies(implies(A,implies(B,B)),implies(implies(C,C),falsehood)),X))
% 49.54/49.75  -> true
% 49.54/49.75  Current number of equations to process: 3655
% 49.54/49.75  Current number of ordered equations: 0
% 49.54/49.75  Current number of rules: 651
% 49.54/49.75  New rule produced :
% 49.54/49.75  [679]
% 49.54/49.75  is_a_theorem(implies(implies(implies(A,implies(B,A)),implies(implies(falsehood,falsehood),falsehood)),C))
% 49.54/49.75  -> true
% 49.54/49.75  Current number of equations to process: 3654
% 49.54/49.75  Current number of ordered equations: 0
% 49.54/49.75  Current number of rules: 652
% 49.54/49.75  New rule produced :
% 49.54/49.75  [680]
% 49.54/49.75  is_a_theorem(implies(implies(implies(A,implies(B,A)),implies(implies(C,C),falsehood)),X))
% 49.54/49.75  -> true
% 49.54/49.75  Rule
% 49.54/49.75  [679]
% 49.54/49.75  is_a_theorem(implies(implies(implies(A,implies(B,A)),implies(implies(falsehood,falsehood),falsehood)),C))
% 51.24/51.43  -> true collapsed.
% 51.24/51.43  Current number of equations to process: 3653
% 51.24/51.43  Current number of ordered equations: 0
% 51.24/51.43  Current number of rules: 652
% 51.24/51.43  New rule produced :
% 51.24/51.43  [681]
% 51.24/51.43  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(falsehood,X)))),falsehood),Y))
% 51.24/51.43  -> true
% 51.24/51.43  Current number of equations to process: 3652
% 51.24/51.43  Current number of ordered equations: 0
% 51.24/51.43  Current number of rules: 653
% 51.24/51.43  New rule produced :
% 51.24/51.43  [682]
% 51.24/51.43  is_a_theorem(implies(A,implies(B,implies(implies(C,falsehood),implies(X,
% 51.24/51.43                                                                implies(C,Y))))))
% 51.24/51.43  -> true
% 51.24/51.43  Current number of equations to process: 3651
% 51.24/51.43  Current number of ordered equations: 0
% 51.24/51.43  Current number of rules: 654
% 51.24/51.43  New rule produced :
% 51.24/51.43  [683]
% 51.24/51.43  is_a_theorem(implies(A,implies(implies(B,falsehood),implies(C,implies(X,
% 51.24/51.43                                                                implies(B,Y))))))
% 51.24/51.43  -> true
% 51.24/51.43  Current number of equations to process: 3650
% 51.24/51.43  Current number of ordered equations: 0
% 51.24/51.43  Current number of rules: 655
% 51.24/51.43  New rule produced :
% 51.24/51.43  [684]
% 51.24/51.43  is_a_theorem(implies(implies(A,falsehood),implies(B,implies(C,implies(X,
% 51.24/51.43                                                                implies(A,Y))))))
% 51.24/51.43  -> true
% 51.24/51.43  Current number of equations to process: 3649
% 51.24/51.43  Current number of ordered equations: 0
% 51.24/51.43  Current number of rules: 656
% 51.24/51.43  New rule produced :
% 51.24/51.43  [685]
% 51.24/51.43  is_a_theorem(implies(implies(implies(implies(A,falsehood),implies(B,implies(A,C))),X),X))
% 51.24/51.43  -> true
% 51.24/51.43  Current number of equations to process: 3648
% 51.24/51.43  Current number of ordered equations: 0
% 51.24/51.43  Current number of rules: 657
% 51.24/51.43  New rule produced :
% 51.24/51.43  [686]
% 51.24/51.43  is_a_theorem(implies(A,implies(implies(implies(falsehood,B),implies(implies(C,falsehood),falsehood)),C)))
% 51.24/51.43  -> true
% 51.24/51.43  Current number of equations to process: 3647
% 51.24/51.43  Current number of ordered equations: 0
% 51.24/51.43  Current number of rules: 658
% 51.24/51.43  New rule produced :
% 51.24/51.43  [687]
% 51.24/51.43  is_a_theorem(implies(implies(implies(falsehood,A),implies(implies(B,falsehood),falsehood)),
% 51.24/51.43               implies(C,B))) -> true
% 51.24/51.43  Current number of equations to process: 3646
% 51.24/51.43  Current number of ordered equations: 0
% 51.24/51.43  Current number of rules: 659
% 51.24/51.43  New rule produced :
% 51.24/51.43  [688]
% 51.24/51.43  is_a_theorem(implies(implies(implies(falsehood,A),implies(implies(falsehood,falsehood),falsehood)),B))
% 51.24/51.43  -> true
% 51.24/51.43  Current number of equations to process: 3652
% 51.24/51.43  Current number of ordered equations: 0
% 51.24/51.43  Current number of rules: 660
% 51.24/51.43  New rule produced :
% 51.24/51.43  [689]
% 51.24/51.43  is_a_theorem(implies(A,implies(implies(implies(falsehood,B),implies(implies(C,C),X)),X)))
% 51.24/51.43  -> true
% 51.24/51.43  Current number of equations to process: 3659
% 51.24/51.43  Current number of ordered equations: 0
% 51.24/51.43  Current number of rules: 661
% 51.24/51.43  New rule produced :
% 51.24/51.43  [690]
% 51.24/51.43  is_a_theorem(implies(implies(implies(falsehood,A),implies(implies(B,B),C)),
% 51.24/51.43               implies(X,C))) -> true
% 51.24/51.43  Current number of equations to process: 3658
% 51.24/51.43  Current number of ordered equations: 0
% 51.24/51.43  Current number of rules: 662
% 51.24/51.43  New rule produced :
% 51.24/51.43  [691]
% 51.24/51.43  is_a_theorem(implies(implies(implies(falsehood,A),implies(implies(B,B),falsehood)),C))
% 51.24/51.43  -> true
% 51.24/51.43  Rule
% 51.24/51.43  [688]
% 51.24/51.43  is_a_theorem(implies(implies(implies(falsehood,A),implies(implies(falsehood,falsehood),falsehood)),B))
% 51.24/51.43  -> true collapsed.
% 51.24/51.43  Current number of equations to process: 3664
% 51.24/51.43  Current number of ordered equations: 0
% 51.24/51.43  Current number of rules: 662
% 51.24/51.43  New rule produced :
% 51.24/51.43  [692]
% 51.24/51.43  is_a_theorem(implies(implies(A,implies(B,falsehood)),implies(A,implies(C,
% 51.24/51.43                                                                 implies(B,X)))))
% 51.24/51.43  -> true
% 51.24/51.43  Current number of equations to process: 3692
% 51.24/51.43  Current number of ordered equations: 0
% 51.24/51.43  Current number of rules: 663
% 51.24/51.43  New rule produced :
% 51.24/51.43  [693]
% 51.24/51.43  is_a_theorem(implies(A,implies(implies(implies(B,falsehood),B),implies(
% 51.24/51.43                                                                 implies(B,falsehood),C))))
% 51.24/51.43  -> true
% 51.24/51.43  Current number of equations to process: 3691
% 51.24/51.43  Current number of ordered equations: 0
% 51.24/51.43  Current number of rules: 664
% 51.24/51.43  New rule produced :
% 51.24/51.43  [694]
% 51.24/51.43  is_a_theorem(implies(implies(implies(A,falsehood),A),implies(B,implies(
% 51.24/51.43                                                                 implies(A,falsehood),C))))
% 51.24/51.43  -> true
% 51.24/51.43  Current number of equations to process: 3690
% 51.24/51.43  Current number of ordered equations: 0
% 59.15/59.33  Current number of rules: 665
% 59.15/59.33  New rule produced :
% 59.15/59.33  [695]
% 59.15/59.33  ifeq(is_a_theorem(implies(implies(falsehood,A),implies(implies(B,falsehood),falsehood))),true,
% 59.15/59.33  is_a_theorem(B),true) -> true
% 59.15/59.33  Current number of equations to process: 3707
% 59.15/59.33  Current number of ordered equations: 0
% 59.15/59.33  Current number of rules: 666
% 59.15/59.33  New rule produced :
% 59.15/59.33  [696]
% 59.15/59.33  ifeq(is_a_theorem(implies(implies(falsehood,A),implies(implies(B,B),C))),true,
% 59.15/59.33  is_a_theorem(C),true) -> true
% 59.15/59.33  Current number of equations to process: 3706
% 59.15/59.33  Current number of ordered equations: 0
% 59.15/59.33  Current number of rules: 667
% 59.15/59.33  New rule produced :
% 59.15/59.33  [697]
% 59.15/59.33  ifeq(is_a_theorem(implies(implies(falsehood,A),B)),true,is_a_theorem(
% 59.15/59.33                                                          implies(C,implies(X,B))),true)
% 59.15/59.33  -> true
% 59.15/59.33  Current number of equations to process: 3705
% 59.15/59.33  Current number of ordered equations: 0
% 59.15/59.33  Current number of rules: 668
% 59.15/59.33  New rule produced :
% 59.15/59.33  [698]
% 59.15/59.33  ifeq(is_a_theorem(implies(implies(A,falsehood),A)),true,is_a_theorem(
% 59.15/59.33                                                          implies(implies(A,falsehood),B)),true)
% 59.15/59.33  -> true
% 59.15/59.33  Current number of equations to process: 3704
% 59.15/59.33  Current number of ordered equations: 0
% 59.15/59.33  Current number of rules: 669
% 59.15/59.33  New rule produced :
% 59.15/59.33  [699]
% 59.15/59.33  ifeq(is_a_theorem(implies(A,falsehood)),true,is_a_theorem(implies(B,implies(C,
% 59.15/59.33                                                                      implies(A,X)))),true)
% 59.15/59.33  -> true
% 59.15/59.33  Current number of equations to process: 3703
% 59.15/59.33  Current number of ordered equations: 0
% 59.15/59.33  Current number of rules: 670
% 59.15/59.33  New rule produced :
% 59.15/59.33  [700]
% 59.15/59.33  is_a_theorem(implies(implies(implies(falsehood,A),implies(B,C)),implies(B,
% 59.15/59.33                                                                  implies(X,C))))
% 59.15/59.33  -> true
% 59.15/59.33  Current number of equations to process: 3717
% 59.15/59.33  Current number of ordered equations: 0
% 59.15/59.33  Current number of rules: 671
% 59.15/59.33  New rule produced :
% 59.15/59.33  [701]
% 59.15/59.33  is_a_theorem(implies(implies(implies(falsehood,A),implies(implies(B,implies(C,B)),X)),X))
% 59.15/59.33  -> true
% 59.15/59.33  Current number of equations to process: 3717
% 59.15/59.33  Current number of ordered equations: 0
% 59.15/59.33  Current number of rules: 672
% 59.15/59.33  New rule produced :
% 59.15/59.33  [702]
% 59.15/59.33  is_a_theorem(implies(implies(implies(falsehood,A),implies(implies(B,implies(C,C)),X)),X))
% 59.15/59.33  -> true
% 59.15/59.33  Current number of equations to process: 3717
% 59.15/59.33  Current number of ordered equations: 0
% 59.15/59.33  Current number of rules: 673
% 59.15/59.33  New rule produced :
% 59.15/59.33  [703]
% 59.15/59.33  is_a_theorem(implies(implies(implies(falsehood,A),B),implies(implies(B,C),C)))
% 59.15/59.33  -> true
% 59.15/59.33  Current number of equations to process: 3738
% 59.15/59.33  Current number of ordered equations: 0
% 59.15/59.33  Current number of rules: 674
% 59.15/59.33  New rule produced :
% 59.15/59.33  [704]
% 59.15/59.33  is_a_theorem(implies(A,implies(implies(implies(implies(implies(falsehood,B),C),C),X),X)))
% 59.15/59.33  -> true
% 59.15/59.33  Current number of equations to process: 3737
% 59.15/59.33  Current number of ordered equations: 0
% 59.15/59.33  Current number of rules: 675
% 59.15/59.33  New rule produced :
% 59.15/59.33  [705]
% 59.15/59.33  is_a_theorem(implies(A,implies(implies(implies(falsehood,B),falsehood),C)))
% 59.15/59.33  -> true
% 59.15/59.33  Current number of equations to process: 3744
% 59.15/59.33  Current number of ordered equations: 0
% 59.15/59.33  Current number of rules: 676
% 59.15/59.33  New rule produced :
% 59.15/59.33  [706]
% 59.15/59.33  is_a_theorem(implies(A,implies(B,implies(implies(implies(falsehood,C),falsehood),X))))
% 59.15/59.33  -> true
% 59.15/59.33  Current number of equations to process: 3744
% 59.15/59.33  Current number of ordered equations: 0
% 59.15/59.33  Current number of rules: 677
% 59.15/59.33  New rule produced :
% 59.15/59.33  [707]
% 59.15/59.33  is_a_theorem(implies(implies(A,falsehood),implies(implies(implies(A,B),C),C)))
% 59.15/59.33  -> true
% 59.15/59.33  Current number of equations to process: 3752
% 59.15/59.33  Current number of ordered equations: 0
% 59.15/59.33  Current number of rules: 678
% 59.15/59.33  New rule produced :
% 59.15/59.33  [708]
% 59.15/59.33  is_a_theorem(implies(A,implies(implies(implies(implies(B,falsehood),implies(B,C)),X),X)))
% 59.15/59.33  -> true
% 59.15/59.33  Current number of equations to process: 3751
% 59.15/59.33  Current number of ordered equations: 0
% 59.15/59.33  Current number of rules: 679
% 59.15/59.33  New rule produced :
% 59.15/59.33  [709]
% 59.15/59.33  is_a_theorem(implies(implies(A,implies(implies(B,falsehood),B)),implies(A,B)))
% 59.15/59.33  -> true
% 59.15/59.33  Current number of equations to process: 3755
% 59.15/59.33  Current number of ordered equations: 0
% 59.15/59.33  Current number of rules: 680
% 59.15/59.33  New rule produced :
% 59.15/59.33  [710]
% 59.15/59.33  ifeq(is_a_theorem(implies(implies(A,falsehood),A)),true,is_a_theorem(
% 59.15/59.33                                                          implies(B,A)),true)
% 59.15/59.33  -> true
% 59.15/59.33  Current number of equations to process: 3761
% 59.15/59.33  Current number of ordered equations: 0
% 80.55/80.70  Current number of rules: 681
% 80.55/80.70  New rule produced :
% 80.55/80.70  [711]
% 80.55/80.70  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,falsehood),C),
% 80.55/80.70                                   implies(X,C))))) -> true
% 80.55/80.70  Current number of equations to process: 3766
% 80.55/80.70  Current number of ordered equations: 0
% 80.55/80.70  Current number of rules: 682
% 80.55/80.70  New rule produced :
% 80.55/80.70  [712]
% 80.55/80.70  is_a_theorem(implies(A,implies(implies(implies(B,falsehood),B),implies(C,
% 80.55/80.70                                                                 implies(X,B)))))
% 80.55/80.70  -> true
% 80.55/80.70  Current number of equations to process: 3765
% 80.55/80.70  Current number of ordered equations: 0
% 80.55/80.70  Current number of rules: 683
% 80.55/80.70  New rule produced :
% 80.55/80.70  [713]
% 80.55/80.70  is_a_theorem(implies(implies(implies(A,falsehood),A),implies(B,implies(C,
% 80.55/80.70                                                                 implies(X,A)))))
% 80.55/80.70  -> true
% 80.55/80.70  Current number of equations to process: 3764
% 80.55/80.70  Current number of ordered equations: 0
% 80.55/80.70  Current number of rules: 684
% 80.55/80.70  New rule produced :
% 80.55/80.70  [714]
% 80.55/80.70  is_a_theorem(implies(implies(implies(implies(implies(A,falsehood),A),
% 80.55/80.70                               implies(B,A)),C),C)) -> true
% 80.55/80.70  Current number of equations to process: 3763
% 80.55/80.70  Current number of ordered equations: 0
% 80.55/80.70  Current number of rules: 685
% 80.55/80.70  New rule produced :
% 80.55/80.70  [715]
% 80.55/80.70  is_a_theorem(implies(implies(A,implies(implies(B,B),falsehood)),implies(A,C)))
% 80.55/80.70  -> true
% 80.55/80.70  Current number of equations to process: 3774
% 80.55/80.70  Current number of ordered equations: 0
% 80.55/80.70  Current number of rules: 686
% 80.55/80.70  New rule produced :
% 80.55/80.70  [716]
% 80.55/80.70  is_a_theorem(implies(implies(A,implies(implies(B,falsehood),B)),implies(A,
% 80.55/80.70                                                                  implies(C,B))))
% 80.55/80.70  -> true
% 80.55/80.70  Current number of equations to process: 3780
% 80.55/80.70  Current number of ordered equations: 0
% 80.55/80.70  Current number of rules: 687
% 80.55/80.70  New rule produced :
% 80.55/80.70  [717]
% 80.55/80.70  is_a_theorem(implies(implies(A,implies(implies(B,implies(C,B)),falsehood)),
% 80.55/80.70               implies(A,X))) -> true
% 80.55/80.70  Current number of equations to process: 3792
% 80.55/80.70  Current number of ordered equations: 0
% 80.55/80.70  Current number of rules: 688
% 80.55/80.70  New rule produced :
% 80.55/80.70  [718]
% 80.55/80.70  ifeq(is_a_theorem(implies(implies(A,falsehood),A)),true,is_a_theorem(
% 80.55/80.70                                                          implies(B,implies(C,A))),true)
% 80.55/80.70  -> true
% 80.55/80.70  Current number of equations to process: 3796
% 80.55/80.70  Current number of ordered equations: 0
% 80.55/80.70  Current number of rules: 689
% 80.55/80.70  New rule produced :
% 80.55/80.70  [719]
% 80.55/80.70  is_a_theorem(implies(implies(implies(A,falsehood),A),implies(implies(A,B),B)))
% 80.55/80.70  -> true
% 80.55/80.70  Current number of equations to process: 3844
% 80.55/80.70  Current number of ordered equations: 0
% 80.55/80.70  Current number of rules: 690
% 80.55/80.70  New rule produced :
% 80.55/80.70  [720]
% 80.55/80.70  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,falsehood),B),B),C),C)))
% 80.55/80.70  -> true
% 80.55/80.70  Current number of equations to process: 3843
% 80.55/80.70  Current number of ordered equations: 0
% 80.55/80.70  Current number of rules: 691
% 80.55/80.70  New rule produced :
% 80.55/80.70  [721]
% 80.55/80.70  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,B),falsehood),C),X),X)))
% 80.55/80.70  -> true
% 80.55/80.70  Current number of equations to process: 3854
% 80.55/80.70  Current number of ordered equations: 0
% 80.55/80.70  Current number of rules: 692
% 80.55/80.70  New rule produced :
% 80.55/80.70  [722]
% 80.55/80.70  is_a_theorem(implies(implies(A,implies(implies(B,implies(C,C)),falsehood)),
% 80.55/80.70               implies(A,X))) -> true
% 80.55/80.70  Current number of equations to process: 3859
% 80.55/80.70  Current number of ordered equations: 0
% 80.55/80.70  Current number of rules: 693
% 80.55/80.70  New rule produced :
% 80.55/80.70  [723]
% 80.55/80.70  is_a_theorem(implies(implies(A,implies(B,implies(B,C))),implies(A,implies(B,C))))
% 80.55/80.70  -> true
% 80.55/80.70  Current number of equations to process: 3925
% 80.55/80.70  Current number of ordered equations: 0
% 80.55/80.70  Current number of rules: 694
% 80.55/80.70  New rule produced :
% 80.55/80.70  [724]
% 80.55/80.70  is_a_theorem(implies(A,implies(implies(implies(B,falsehood),implies(implies(B,falsehood),falsehood)),B)))
% 80.55/80.70  -> true
% 80.55/80.70  Current number of equations to process: 3935
% 80.55/80.70  Current number of ordered equations: 0
% 80.55/80.70  Current number of rules: 695
% 80.55/80.70  New rule produced :
% 80.55/80.70  [725]
% 80.55/80.70  is_a_theorem(implies(implies(implies(A,falsehood),implies(implies(A,falsehood),falsehood)),
% 80.55/80.70               implies(B,A))) -> true
% 80.55/80.70  Current number of equations to process: 3934
% 80.55/80.70  Current number of ordered equations: 0
% 80.55/80.70  Current number of rules: 696
% 80.55/80.70  New rule produced :
% 80.55/80.70  [726]
% 80.55/80.70  ifeq(is_a_theorem(implies(A,implies(A,B))),true,is_a_theorem(implies(C,
% 80.55/80.70                                                               implies(A,B))),true)
% 89.86/90.09  -> true
% 89.86/90.09  Current number of equations to process: 3943
% 89.86/90.09  Current number of ordered equations: 0
% 89.86/90.09  Current number of rules: 697
% 89.86/90.09  New rule produced :
% 89.86/90.09  [727]
% 89.86/90.09  ifeq(is_a_theorem(implies(implies(A,falsehood),implies(implies(A,falsehood),falsehood))),true,
% 89.86/90.09  is_a_theorem(A),true) -> true
% 89.86/90.09  Current number of equations to process: 3942
% 89.86/90.09  Current number of ordered equations: 0
% 89.86/90.09  Current number of rules: 698
% 89.86/90.09  New rule produced :
% 89.86/90.09  [728]
% 89.86/90.09  is_a_theorem(implies(implies(implies(implies(implies(A,falsehood),A),A),B),
% 89.86/90.09               implies(C,B))) -> true
% 89.86/90.09  Current number of equations to process: 3977
% 89.86/90.09  Current number of ordered equations: 0
% 89.86/90.09  Current number of rules: 699
% 89.86/90.09  New rule produced :
% 89.86/90.09  [729]
% 89.86/90.09  is_a_theorem(implies(implies(implies(implies(implies(A,falsehood),A),A),falsehood),B))
% 89.86/90.09  -> true
% 89.86/90.09  Current number of equations to process: 3983
% 89.86/90.09  Current number of ordered equations: 0
% 89.86/90.09  Current number of rules: 700
% 89.86/90.09  New rule produced :
% 89.86/90.09  [730]
% 89.86/90.09  is_a_theorem(implies(implies(implies(implies(implies(falsehood,A),B),B),C),
% 89.86/90.09               implies(X,C))) -> true
% 89.86/90.09  Current number of equations to process: 3988
% 89.86/90.09  Current number of ordered equations: 0
% 89.86/90.09  Current number of rules: 701
% 89.86/90.09  New rule produced :
% 89.86/90.09  [731]
% 89.86/90.09  is_a_theorem(implies(implies(implies(implies(implies(falsehood,A),B),B),falsehood),C))
% 89.86/90.09  -> true
% 89.86/90.09  Current number of equations to process: 3994
% 89.86/90.09  Current number of ordered equations: 0
% 89.86/90.09  Current number of rules: 702
% 89.86/90.09  New rule produced :
% 89.86/90.09  [732]
% 89.86/90.09  is_a_theorem(implies(implies(implies(implies(A,falsehood),implies(A,B)),C),
% 89.86/90.09               implies(X,C))) -> true
% 89.86/90.09  Current number of equations to process: 3999
% 89.86/90.09  Current number of ordered equations: 0
% 89.86/90.09  Current number of rules: 703
% 89.86/90.09  New rule produced :
% 89.86/90.09  [733]
% 89.86/90.09  is_a_theorem(implies(implies(implies(implies(A,falsehood),implies(A,B)),falsehood),C))
% 89.86/90.09  -> true
% 89.86/90.09  Current number of equations to process: 4005
% 89.86/90.09  Current number of ordered equations: 0
% 89.86/90.09  Current number of rules: 704
% 89.86/90.09  New rule produced :
% 89.86/90.09  [734]
% 89.86/90.09  is_a_theorem(implies(implies(implies(implies(implies(A,A),falsehood),B),C),
% 89.86/90.09               implies(X,C))) -> true
% 89.86/90.09  Current number of equations to process: 4010
% 89.86/90.09  Current number of ordered equations: 0
% 89.86/90.09  Current number of rules: 705
% 89.86/90.09  New rule produced :
% 89.86/90.09  [735]
% 89.86/90.09  is_a_theorem(implies(implies(implies(implies(implies(A,A),falsehood),B),falsehood),C))
% 89.86/90.09  -> true
% 89.86/90.09  Current number of equations to process: 4016
% 89.86/90.09  Current number of ordered equations: 0
% 89.86/90.09  Current number of rules: 706
% 89.86/90.09  New rule produced :
% 89.86/90.09  [736]
% 89.86/90.09  is_a_theorem(implies(implies(A,implies(implies(B,implies(falsehood,C)),X)),
% 89.86/90.09               implies(A,X))) -> true
% 89.86/90.09  Current number of equations to process: 4421
% 89.86/90.09  Current number of ordered equations: 0
% 89.86/90.09  Current number of rules: 707
% 89.86/90.09  New rule produced :
% 89.86/90.09  [737]
% 89.86/90.09  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,A),C),C)),falsehood),X))
% 89.86/90.09  -> true
% 89.86/90.09  Current number of equations to process: 4435
% 89.86/90.09  Current number of ordered equations: 0
% 89.86/90.09  Current number of rules: 708
% 89.86/90.09  New rule produced :
% 89.86/90.09  [738]
% 89.86/90.09  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(B,C),C))),falsehood),X))
% 89.86/90.09  -> true
% 89.86/90.09  Current number of equations to process: 4449
% 89.86/90.09  Current number of ordered equations: 0
% 89.86/90.09  Current number of rules: 709
% 89.86/90.09  New rule produced :
% 89.86/90.09  [739]
% 89.86/90.09  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,A)),falsehood),C),falsehood),X))
% 89.86/90.09  -> true
% 89.86/90.09  Current number of equations to process: 4464
% 89.86/90.09  Current number of ordered equations: 0
% 89.86/90.09  Current number of rules: 710
% 89.86/90.09  New rule produced :
% 89.86/90.09  [740]
% 89.86/90.09  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,B)),falsehood),C),falsehood),X))
% 89.86/90.09  -> true
% 89.86/90.09  Current number of equations to process: 4479
% 89.86/90.09  Current number of ordered equations: 0
% 89.86/90.09  Current number of rules: 711
% 89.86/90.09  New rule produced :
% 89.86/90.09  [741]
% 89.86/90.09  is_a_theorem(implies(implies(implies(implies(A,implies(A,B)),implies(A,B)),falsehood),C))
% 89.86/90.09  -> true
% 89.86/90.09  Current number of equations to process: 4494
% 89.86/90.09  Current number of ordered equations: 0
% 89.86/90.09  Current number of rules: 712
% 89.86/90.09  New rule produced :
% 89.86/90.09  [742]
% 89.86/90.09  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(A,C),C))),falsehood),X))
% 89.86/90.09  -> true
% 89.86/90.09  Current number of equations to process: 4548
% 89.86/90.09  Current number of ordered equations: 0
% 89.86/90.09  Current number of rules: 713
% 89.86/90.09  New rule produced :
% 92.46/92.68  [743]
% 92.46/92.68  is_a_theorem(implies(implies(implies(A,falsehood),falsehood),implies(B,
% 92.46/92.68                                                               implies(
% 92.46/92.68                                                               implies(A,C),C))))
% 92.46/92.68  -> true
% 92.46/92.68  Current number of equations to process: 4553
% 92.46/92.68  Current number of ordered equations: 0
% 92.46/92.68  Current number of rules: 714
% 92.46/92.68  New rule produced :
% 92.46/92.68  [744]
% 92.46/92.68  is_a_theorem(implies(implies(implies(A,A),B),implies(C,implies(implies(B,X),X))))
% 92.46/92.68  -> true
% 92.46/92.68  Current number of equations to process: 4556
% 92.46/92.68  Current number of ordered equations: 0
% 92.46/92.68  Current number of rules: 715
% 92.46/92.68  New rule produced :
% 92.46/92.68  [745]
% 92.46/92.68  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(X,A)),Y),Y))))
% 92.46/92.68  -> true
% 92.46/92.68  Current number of equations to process: 4556
% 92.46/92.68  Current number of ordered equations: 0
% 92.46/92.68  Current number of rules: 716
% 92.46/92.68  New rule produced :
% 92.46/92.68  [746]
% 92.46/92.68  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(A,C),C),X),X))))
% 92.46/92.68  -> true
% 92.46/92.68  Current number of equations to process: 4561
% 92.46/92.68  Current number of ordered equations: 0
% 92.46/92.68  Current number of rules: 717
% 92.46/92.68  New rule produced :
% 92.46/92.68  [747]
% 92.46/92.68  is_a_theorem(implies(implies(implies(falsehood,A),B),implies(C,implies(
% 92.46/92.68                                                                 implies(B,X),X))))
% 92.46/92.68  -> true
% 92.46/92.68  Current number of equations to process: 4561
% 92.46/92.68  Current number of ordered equations: 0
% 92.46/92.68  Current number of rules: 718
% 92.46/92.68  New rule produced :
% 92.46/92.68  [748]
% 92.46/92.68  is_a_theorem(implies(implies(A,falsehood),implies(B,implies(implies(implies(A,C),X),X))))
% 92.46/92.68  -> true
% 92.46/92.68  Current number of equations to process: 4561
% 92.46/92.68  Current number of ordered equations: 0
% 92.46/92.68  Current number of rules: 719
% 92.46/92.68  New rule produced :
% 92.46/92.68  [749]
% 92.46/92.68  is_a_theorem(implies(implies(implies(A,falsehood),A),implies(B,implies(
% 92.46/92.68                                                                 implies(A,C),C))))
% 92.46/92.68  -> true
% 92.46/92.68  Current number of equations to process: 4561
% 92.46/92.68  Current number of ordered equations: 0
% 92.46/92.68  Current number of rules: 720
% 92.46/92.68  New rule produced :
% 92.46/92.68  [750]
% 92.46/92.68  is_a_theorem(implies(implies(implies(A,falsehood),falsehood),implies(
% 92.46/92.68                                                               implies(
% 92.46/92.68                                                               implies(B,A),C),C)))
% 92.46/92.68  -> true
% 92.46/92.68  Current number of equations to process: 4576
% 92.46/92.68  Current number of ordered equations: 0
% 92.46/92.68  Current number of rules: 721
% 92.46/92.68  New rule produced :
% 92.46/92.68  [751]
% 92.46/92.68  is_a_theorem(implies(implies(implies(A,A),B),implies(implies(implies(C,B),X),X)))
% 92.46/92.68  -> true
% 92.46/92.68  Current number of equations to process: 4579
% 92.46/92.68  Current number of ordered equations: 0
% 92.46/92.68  Current number of rules: 722
% 92.46/92.68  New rule produced :
% 92.46/92.68  [752]
% 92.46/92.68  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(X,A))),Y),Y)))
% 92.46/92.68  -> true
% 92.46/92.68  Current number of equations to process: 4579
% 92.46/92.68  Current number of ordered equations: 0
% 92.46/92.68  Current number of rules: 723
% 92.46/92.68  New rule produced :
% 92.46/92.68  [753]
% 92.46/92.68  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(X,B)),Y),Y))))
% 92.46/92.68  -> true
% 92.46/92.68  Current number of equations to process: 4580
% 92.46/92.68  Current number of ordered equations: 0
% 92.46/92.68  Current number of rules: 724
% 92.46/92.68  New rule produced :
% 92.46/92.68  [754]
% 92.46/92.68  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(A,C),C)),X),X)))
% 92.46/92.68  -> true
% 92.46/92.68  Current number of equations to process: 4584
% 92.46/92.68  Current number of ordered equations: 0
% 92.46/92.68  Current number of rules: 725
% 92.46/92.68  New rule produced :
% 92.46/92.68  [755]
% 92.46/92.68  is_a_theorem(implies(implies(implies(falsehood,A),B),implies(implies(
% 92.46/92.68                                                               implies(C,B),X),X)))
% 92.46/92.68  -> true
% 92.46/92.68  Current number of equations to process: 4584
% 92.46/92.68  Current number of ordered equations: 0
% 92.46/92.68  Current number of rules: 726
% 92.46/92.68  New rule produced :
% 92.46/92.68  [756]
% 92.46/92.68  is_a_theorem(implies(implies(A,falsehood),implies(implies(implies(B,implies(A,C)),X),X)))
% 92.46/92.68  -> true
% 92.46/92.68  Current number of equations to process: 4584
% 92.46/92.68  Current number of ordered equations: 0
% 92.46/92.68  Current number of rules: 727
% 92.46/92.68  New rule produced :
% 92.46/92.68  [757]
% 92.46/92.68  is_a_theorem(implies(implies(implies(A,falsehood),A),implies(implies(
% 92.46/92.68                                                               implies(B,A),C),C)))
% 92.46/92.68  -> true
% 92.46/92.68  Current number of equations to process: 4584
% 92.46/92.68  Current number of ordered equations: 0
% 92.46/92.68  Current number of rules: 728
% 92.46/92.68  New rule produced :
% 92.46/92.68  [758]
% 92.46/92.68  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,falsehood),B),B)),falsehood),C))
% 107.05/107.29  -> true
% 107.05/107.29  Current number of equations to process: 4608
% 107.05/107.29  Current number of ordered equations: 0
% 107.05/107.29  Current number of rules: 729
% 107.05/107.29  New rule produced :
% 107.05/107.29  [759]
% 107.05/107.29  is_a_theorem(implies(implies(implies(A,implies(implies(implies(falsehood,B),C),C)),falsehood),X))
% 107.05/107.29  -> true
% 107.05/107.29  Current number of equations to process: 4623
% 107.05/107.29  Current number of ordered equations: 0
% 107.05/107.29  Current number of rules: 730
% 107.05/107.29  New rule produced :
% 107.05/107.29  [760]
% 107.05/107.29  is_a_theorem(implies(implies(implies(A,implies(implies(B,falsehood),implies(B,C))),falsehood),X))
% 107.05/107.29  -> true
% 107.05/107.29  Current number of equations to process: 4638
% 107.05/107.29  Current number of ordered equations: 0
% 107.05/107.29  Current number of rules: 731
% 107.05/107.29  New rule produced :
% 107.05/107.29  [761]
% 107.05/107.29  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,B),falsehood),C)),falsehood),X))
% 107.05/107.29  -> true
% 107.05/107.29  Current number of equations to process: 4653
% 107.05/107.29  Current number of ordered equations: 0
% 107.05/107.29  Current number of rules: 732
% 107.05/107.29  New rule produced :
% 107.05/107.29  [762]
% 107.05/107.29  is_a_theorem(implies(A,implies(implies(implies(B,falsehood),falsehood),
% 107.05/107.29                         implies(implies(B,C),C)))) -> true
% 107.05/107.29  Current number of equations to process: 4711
% 107.05/107.29  Current number of ordered equations: 0
% 107.05/107.29  Current number of rules: 733
% 107.05/107.29  New rule produced :
% 107.05/107.29  [763]
% 107.05/107.29  is_a_theorem(implies(A,implies(implies(implies(B,B),C),implies(implies(C,X),X))))
% 107.05/107.29  -> true
% 107.05/107.29  Current number of equations to process: 4722
% 107.05/107.29  Current number of ordered equations: 0
% 107.05/107.29  Current number of rules: 734
% 107.05/107.29  New rule produced :
% 107.05/107.29  [764]
% 107.05/107.29  is_a_theorem(implies(implies(A,implies(implies(B,implies(C,A)),X)),implies(A,X)))
% 107.05/107.29  -> true
% 107.05/107.29  Current number of equations to process: 4741
% 107.05/107.29  Current number of ordered equations: 0
% 107.05/107.29  Current number of rules: 735
% 107.05/107.29  New rule produced :
% 107.05/107.29  [765]
% 107.05/107.29  ifeq(is_a_theorem(implies(implies(A,falsehood),falsehood)),true,is_a_theorem(
% 107.05/107.29                                                                  implies(
% 107.05/107.29                                                                  implies(A,B),B)),true)
% 107.05/107.29  -> true
% 107.05/107.29  Current number of equations to process: 4744
% 107.05/107.29  Current number of ordered equations: 0
% 107.05/107.29  Current number of rules: 736
% 107.05/107.29  New rule produced :
% 107.05/107.29  [766]
% 107.05/107.29  ifeq(is_a_theorem(implies(implies(A,A),B)),true,is_a_theorem(implies(
% 107.14/107.29                                                               implies(B,C),C)),true)
% 107.14/107.29  -> true
% 107.14/107.29  Current number of equations to process: 4743
% 107.14/107.29  Current number of ordered equations: 0
% 107.14/107.29  Current number of rules: 737
% 107.14/107.29  New rule produced :
% 107.14/107.29  [767]
% 107.14/107.29  ifeq(is_a_theorem(A),true,is_a_theorem(implies(implies(implies(B,implies(C,A)),X),X)),true)
% 107.14/107.29  -> true
% 107.14/107.29  Current number of equations to process: 4742
% 107.14/107.29  Current number of ordered equations: 0
% 107.14/107.29  Current number of rules: 738
% 107.14/107.29  New rule produced :
% 107.14/107.29  [768]
% 107.14/107.29  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(B,C),C),X),X))))
% 107.14/107.29  -> true
% 107.14/107.29  Current number of equations to process: 4755
% 107.14/107.29  Current number of ordered equations: 0
% 107.14/107.29  Current number of rules: 739
% 107.14/107.29  New rule produced :
% 107.14/107.29  [769]
% 107.14/107.29  is_a_theorem(implies(A,implies(implies(implies(falsehood,B),C),implies(
% 107.14/107.29                                                                 implies(C,X),X))))
% 107.14/107.29  -> true
% 107.14/107.29  Current number of equations to process: 4755
% 107.14/107.29  Current number of ordered equations: 0
% 107.14/107.29  Current number of rules: 740
% 107.14/107.29  New rule produced :
% 107.14/107.29  [770]
% 107.14/107.29  is_a_theorem(implies(A,implies(implies(B,falsehood),implies(implies(implies(B,C),X),X))))
% 107.14/107.29  -> true
% 107.14/107.29  Current number of equations to process: 4755
% 107.14/107.29  Current number of ordered equations: 0
% 107.14/107.29  Current number of rules: 741
% 107.14/107.29  New rule produced :
% 107.14/107.29  [771]
% 107.14/107.29  is_a_theorem(implies(A,implies(implies(implies(B,falsehood),B),implies(
% 107.14/107.29                                                                 implies(B,C),C))))
% 107.14/107.29  -> true
% 107.14/107.29  Current number of equations to process: 4755
% 107.14/107.29  Current number of ordered equations: 0
% 107.14/107.29  Current number of rules: 742
% 107.14/107.29  New rule produced :
% 107.14/107.29  [772]
% 107.14/107.29  is_a_theorem(implies(implies(A,B),implies(implies(C,A),implies(C,B)))) ->
% 107.14/107.29  true
% 107.14/107.29  Current number of equations to process: 2411
% 107.14/107.29  Current number of ordered equations: 0
% 107.14/107.29  Current number of rules: 743
% 107.14/107.29  New rule produced :
% 107.14/107.29  [773] is_a_theorem(implies(implies(implies(A,B),C),implies(B,C))) -> true
% 107.14/107.29  Current number of equations to process: 2411
% 107.14/107.29  Current number of ordered equations: 0
% 107.14/107.29  Current number of rules: 744
% 107.14/107.29  New rule produced :
% 107.14/107.29  [774]
% 107.14/107.29  is_a_theorem(implies(implies(A,B),implies(implies(implies(A,implies(C,B)),X),X)))
% 111.86/112.02  -> true
% 111.86/112.02  Current number of equations to process: 2427
% 111.86/112.02  Current number of ordered equations: 0
% 111.86/112.02  Current number of rules: 745
% 111.86/112.02  New rule produced :
% 111.86/112.02  [775]
% 111.86/112.02  is_a_theorem(implies(implies(implies(A,implies(B,A)),C),implies(implies(C,X),X)))
% 111.86/112.02  -> true
% 111.86/112.02  Current number of equations to process: 2426
% 111.86/112.02  Current number of ordered equations: 0
% 111.86/112.02  Current number of rules: 746
% 111.86/112.02  New rule produced :
% 111.86/112.02  [776]
% 111.86/112.02  is_a_theorem(implies(implies(implies(A,implies(B,B)),C),implies(implies(C,X),X)))
% 111.86/112.02  -> true
% 111.86/112.02  Current number of equations to process: 2443
% 111.86/112.02  Current number of ordered equations: 0
% 111.86/112.02  Current number of rules: 747
% 111.86/112.02  New rule produced :
% 111.86/112.02  [777]
% 111.86/112.02  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,A),C),C),X),X)))
% 111.86/112.02  -> true
% 111.86/112.02  Current number of equations to process: 2607
% 111.86/112.02  Current number of ordered equations: 0
% 111.86/112.02  Current number of rules: 748
% 111.86/112.02  New rule produced :
% 111.86/112.02  [778]
% 111.86/112.02  is_a_theorem(implies(implies(A,implies(A,B)),implies(implies(implies(A,B),C),C)))
% 111.86/112.02  -> true
% 111.86/112.02  Current number of equations to process: 2661
% 111.86/112.02  Current number of ordered equations: 0
% 111.86/112.02  Current number of rules: 749
% 111.86/112.02  New rule produced :
% 111.86/112.02  [779]
% 111.86/112.02  is_a_theorem(implies(implies(implies(A,implies(falsehood,B)),C),implies(
% 111.86/112.02                                                                  implies(C,X),X)))
% 111.86/112.02  -> true
% 111.86/112.02  Current number of equations to process: 2724
% 111.86/112.02  Current number of ordered equations: 0
% 111.86/112.02  Current number of rules: 750
% 111.86/112.02  New rule produced :
% 111.86/112.02  [780]
% 111.86/112.02  ifeq(is_a_theorem(A),true,is_a_theorem(implies(implies(A,B),implies(C,B))),true)
% 111.86/112.02  -> true
% 111.86/112.02  Current number of equations to process: 2797
% 111.86/112.02  Current number of ordered equations: 0
% 111.86/112.02  Current number of rules: 751
% 111.86/112.02  New rule produced :
% 111.86/112.02  [781]
% 111.86/112.02  is_a_theorem(implies(implies(A,implies(A,B)),implies(A,implies(C,B)))) ->
% 111.86/112.02  true
% 111.86/112.02  Current number of equations to process: 2797
% 111.86/112.02  Current number of ordered equations: 0
% 111.86/112.02  Current number of rules: 752
% 111.86/112.02  New rule produced :
% 111.86/112.02  [782]
% 111.86/112.02  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(C,X),implies(Y,X))))))
% 111.86/112.02  -> true
% 111.86/112.02  Current number of equations to process: 2811
% 111.86/112.02  Current number of ordered equations: 0
% 111.86/112.02  Current number of rules: 753
% 111.86/112.03  New rule produced :
% 111.86/112.03  [783]
% 111.86/112.03  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(B,X),implies(Y,X))))))
% 111.86/112.03  -> true
% 111.86/112.03  Current number of equations to process: 2810
% 111.86/112.03  Current number of ordered equations: 0
% 111.86/112.03  Current number of rules: 754
% 111.86/112.03  New rule produced :
% 111.86/112.03  [784]
% 111.86/112.03  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(A,X),implies(Y,X))))))
% 111.86/112.03  -> true
% 111.86/112.03  Current number of equations to process: 2809
% 111.86/112.03  Current number of ordered equations: 0
% 111.86/112.03  Current number of rules: 755
% 111.86/112.03  New rule produced :
% 111.86/112.03  [785]
% 111.86/112.03  is_a_theorem(implies(implies(implies(A,implies(implies(A,B),implies(C,B))),X),X))
% 111.86/112.03  -> true
% 111.86/112.03  Current number of equations to process: 2808
% 111.86/112.03  Current number of ordered equations: 0
% 111.86/112.03  Current number of rules: 756
% 111.86/112.03  New rule produced :
% 111.86/112.03  [786]
% 111.86/112.03  is_a_theorem(implies(A,implies(implies(implies(implies(A,B),implies(C,B)),X),X)))
% 111.86/112.03  -> true
% 111.86/112.03  Current number of equations to process: 2807
% 111.86/112.03  Current number of ordered equations: 0
% 111.86/112.03  Current number of rules: 757
% 111.86/112.03  New rule produced :
% 111.86/112.03  [787]
% 111.86/112.03  is_a_theorem(implies(A,implies(implies(implies(B,A),C),implies(X,C)))) ->
% 111.86/112.03  true
% 111.86/112.03  Current number of equations to process: 2827
% 111.86/112.03  Current number of ordered equations: 0
% 111.86/112.03  Current number of rules: 758
% 111.86/112.03  New rule produced :
% 111.86/112.03  [788]
% 111.86/112.03  is_a_theorem(implies(implies(A,B),implies(A,implies(implies(B,C),implies(X,C)))))
% 111.86/112.03  -> true
% 111.86/112.03  Current number of equations to process: 2833
% 111.86/112.03  Current number of ordered equations: 0
% 111.86/112.03  Current number of rules: 759
% 111.86/112.03  New rule produced :
% 111.86/112.03  [789]
% 111.86/112.03  is_a_theorem(implies(implies(A,implies(implies(implies(A,B),B),C)),implies(A,C)))
% 111.86/112.03  -> true
% 111.86/112.03  Current number of equations to process: 2845
% 111.86/112.03  Current number of ordered equations: 0
% 111.86/112.03  Current number of rules: 760
% 111.86/112.03  New rule produced :
% 111.86/112.03  [790]
% 111.86/112.03  ifeq(is_a_theorem(A),true,is_a_theorem(implies(B,implies(implies(A,C),
% 111.86/112.03                                                   implies(X,C)))),true) ->
% 111.86/112.03  true
% 111.86/112.03  Current number of equations to process: 2844
% 111.86/112.03  Current number of ordered equations: 0
% 111.86/112.03  Current number of rules: 761
% 111.86/112.03  New rule produced :
% 111.86/112.03  [791]
% 111.86/112.03  ifeq(is_a_theorem(A),true,is_a_theorem(implies(implies(implies(implies(A,B),B),C),C)),true)
% 111.86/112.03  -> true
% 111.86/112.03  Current number of equations to process: 2843
% 112.34/112.49  Current number of ordered equations: 0
% 112.34/112.49  Current number of rules: 762
% 112.34/112.49  New rule produced :
% 112.34/112.49  [792]
% 112.34/112.49  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(implies(C,falsehood),C),falsehood),falsehood),C))))
% 112.34/112.49  -> true
% 112.34/112.49  Current number of equations to process: 2849
% 112.34/112.49  Current number of ordered equations: 0
% 112.34/112.49  Current number of rules: 763
% 112.34/112.49  New rule produced :
% 112.34/112.49  [793]
% 112.34/112.49  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,falsehood),B),falsehood),falsehood),
% 112.34/112.49                         implies(C,B)))) -> true
% 112.34/112.49  Current number of equations to process: 2848
% 112.34/112.49  Current number of ordered equations: 0
% 112.34/112.49  Current number of rules: 764
% 112.34/112.49  New rule produced :
% 112.34/112.49  [794]
% 112.34/112.49  is_a_theorem(implies(implies(implies(implies(implies(A,falsehood),A),falsehood),falsehood),
% 112.34/112.49               implies(B,implies(C,A)))) -> true
% 112.34/112.49  Current number of equations to process: 2847
% 112.34/112.49  Current number of ordered equations: 0
% 112.34/112.49  Current number of rules: 765
% 112.34/112.49  New rule produced :
% 112.34/112.49  [795]
% 112.34/112.49  is_a_theorem(implies(implies(implies(implies(implies(implies(implies(A,falsehood),A),falsehood),falsehood),A),B),B))
% 112.34/112.49  -> true
% 112.34/112.49  Current number of equations to process: 2846
% 112.34/112.49  Current number of ordered equations: 0
% 112.34/112.49  Current number of rules: 766
% 112.34/112.49  New rule produced :
% 112.34/112.49  [796]
% 112.34/112.49  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,C),implies(
% 112.34/112.49                                                                implies(X,falsehood),X)),X))))
% 112.34/112.49  -> true
% 112.34/112.49  Current number of equations to process: 2845
% 112.34/112.49  Current number of ordered equations: 0
% 112.34/112.49  Current number of rules: 767
% 112.34/112.49  New rule produced :
% 112.34/112.49  [797]
% 112.34/112.49  is_a_theorem(implies(A,implies(implies(implies(B,B),implies(implies(C,falsehood),C)),
% 112.34/112.49                         implies(X,C)))) -> true
% 112.34/112.49  Current number of equations to process: 2844
% 112.34/112.49  Current number of ordered equations: 0
% 112.34/112.49  Current number of rules: 768
% 112.34/112.49  New rule produced :
% 112.34/112.49  [798]
% 112.34/112.49  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,falsehood),B)),
% 112.34/112.49               implies(C,implies(X,B)))) -> true
% 112.34/112.49  Current number of equations to process: 2843
% 112.34/112.49  Current number of ordered equations: 0
% 112.34/112.49  Current number of rules: 769
% 112.34/112.49  New rule produced :
% 112.34/112.49  [799]
% 112.34/112.49  is_a_theorem(implies(implies(implies(implies(implies(A,A),implies(implies(B,falsehood),B)),B),C),C))
% 112.34/112.49  -> true
% 112.34/112.49  Current number of equations to process: 2842
% 112.34/112.49  Current number of ordered equations: 0
% 112.34/112.49  Current number of rules: 770
% 112.34/112.49  New rule produced :
% 112.34/112.49  [800]
% 112.34/112.49  is_a_theorem(implies(A,implies(implies(implies(B,B),implies(implies(C,
% 112.34/112.49                                                              implies(X,C)),falsehood)),Y)))
% 112.34/112.49  -> true
% 112.34/112.49  Current number of equations to process: 2841
% 112.34/112.49  Current number of ordered equations: 0
% 112.34/112.49  Current number of rules: 771
% 112.34/112.49  New rule produced :
% 112.34/112.49  [801]
% 112.34/112.49  is_a_theorem(implies(A,implies(implies(implies(B,B),implies(implies(C,
% 112.34/112.49                                                              implies(X,X)),falsehood)),Y)))
% 112.34/112.49  -> true
% 112.34/112.49  Current number of equations to process: 2840
% 112.34/112.49  Current number of ordered equations: 0
% 112.34/112.49  Current number of rules: 772
% 112.34/112.49  New rule produced :
% 112.34/112.49  [802]
% 112.34/112.49  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(X,
% 112.34/112.49                                                             implies(falsehood,Y)),Z),Z)))))
% 112.34/112.49  -> true
% 112.34/112.49  Current number of equations to process: 2839
% 112.34/112.49  Current number of ordered equations: 0
% 112.34/112.49  Current number of rules: 773
% 112.34/112.49  New rule produced :
% 112.34/112.49  [803]
% 112.34/112.49  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,implies(falsehood,C)),X),X)),Y),Y))
% 112.34/112.49  -> true
% 112.34/112.49  Current number of equations to process: 2838
% 112.34/112.49  Current number of ordered equations: 0
% 112.34/112.49  Current number of rules: 774
% 112.34/112.49  New rule produced :
% 112.34/112.49  [804]
% 112.34/112.49  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(falsehood,X))),Y),
% 112.34/112.49                         implies(Z,Y)))) -> true
% 112.34/112.49  Current number of equations to process: 2837
% 112.34/112.49  Current number of ordered equations: 0
% 112.34/112.49  Current number of rules: 775
% 112.34/112.49  New rule produced :
% 112.34/112.49  [805]
% 112.34/112.49  is_a_theorem(implies(implies(implies(A,implies(B,implies(falsehood,C))),
% 112.34/112.49                       implies(implies(X,falsehood),falsehood)),X)) -> true
% 112.34/112.49  Current number of equations to process: 2836
% 112.34/112.49  Current number of ordered equations: 0
% 112.34/112.49  Current number of rules: 776
% 112.34/112.49  New rule produced :
% 112.34/112.49  [806]
% 112.34/112.49  is_a_theorem(implies(implies(implies(A,implies(B,implies(falsehood,C))),
% 112.34/112.49                       implies(implies(X,X),Y)),Y)) -> true
% 112.55/112.73  Current number of equations to process: 2835
% 112.55/112.73  Current number of ordered equations: 0
% 112.55/112.73  Current number of rules: 777
% 112.55/112.73  New rule produced :
% 112.55/112.73  [807]
% 112.55/112.73  is_a_theorem(implies(implies(implies(A,implies(B,implies(falsehood,C))),X),
% 112.55/112.73               implies(Y,implies(Z,X)))) -> true
% 112.55/112.73  Current number of equations to process: 2834
% 112.55/112.73  Current number of ordered equations: 0
% 112.55/112.73  Current number of rules: 778
% 112.55/112.73  New rule produced :
% 112.55/112.73  [808]
% 112.55/112.73  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,implies(falsehood,C))),X),X),Y),Y))
% 112.55/112.73  -> true
% 112.55/112.73  Current number of equations to process: 2833
% 112.55/112.73  Current number of ordered equations: 0
% 112.55/112.73  Current number of rules: 779
% 112.55/112.73  New rule produced :
% 112.55/112.73  [809]
% 112.55/112.73  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(X,
% 112.55/112.73                                                             implies(falsehood,Y)))),Z),Z)))
% 112.55/112.73  -> true
% 112.55/112.73  Current number of equations to process: 2832
% 112.55/112.73  Current number of ordered equations: 0
% 112.55/112.73  Current number of rules: 780
% 112.55/112.73  New rule produced :
% 112.55/112.73  [810]
% 112.55/112.73  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(falsehood,X)))),Y),
% 112.55/112.73               implies(Z,Y))) -> true
% 112.55/112.73  Current number of equations to process: 2831
% 112.55/112.73  Current number of ordered equations: 0
% 112.55/112.73  Current number of rules: 781
% 112.55/112.73  New rule produced :
% 112.55/112.73  [811]
% 112.55/112.73  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(implies(falsehood,C),X),X))),Y),Y))
% 112.55/112.73  -> true
% 112.55/112.73  Current number of equations to process: 2829
% 112.55/112.73  Current number of ordered equations: 0
% 112.55/112.73  Current number of rules: 782
% 112.55/112.73  New rule produced :
% 112.55/112.73  [812]
% 112.55/112.73  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(falsehood,X),Y),
% 112.55/112.73                                             implies(Z,Y)))))) -> true
% 112.55/112.73  Current number of equations to process: 2828
% 112.55/112.73  Current number of ordered equations: 0
% 112.55/112.73  Current number of rules: 783
% 112.55/112.73  New rule produced :
% 112.55/112.73  [813]
% 112.55/112.73  is_a_theorem(implies(implies(implies(A,implies(implies(implies(falsehood,B),C),
% 112.55/112.73                                         implies(X,C))),Y),Y)) -> true
% 112.55/112.73  Current number of equations to process: 2827
% 112.55/112.73  Current number of ordered equations: 0
% 112.55/112.73  Current number of rules: 784
% 112.55/112.73  New rule produced :
% 112.55/112.73  [814]
% 112.55/112.73  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(C,falsehood),
% 112.55/112.73                                                   implies(C,X)))),Y),Y)) ->
% 112.55/112.73  true
% 112.55/112.73  Current number of equations to process: 2823
% 112.55/112.73  Current number of ordered equations: 0
% 112.55/112.73  Current number of rules: 785
% 112.55/112.73  New rule produced :
% 112.55/112.73  [815]
% 112.55/112.73  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(implies(C,falsehood),falsehood),C))),falsehood),X))
% 112.55/112.73  -> true
% 112.55/112.73  Current number of equations to process: 2822
% 112.55/112.73  Current number of ordered equations: 0
% 112.55/112.73  Current number of rules: 786
% 112.55/112.73  New rule produced :
% 112.55/112.73  [816]
% 112.55/112.73  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(X,
% 112.55/112.73                                                             implies(Y,X))))),falsehood),Z))
% 112.55/112.73  -> true
% 112.55/112.73  Current number of equations to process: 2821
% 112.55/112.73  Current number of ordered equations: 0
% 112.55/112.73  Current number of rules: 787
% 112.55/112.73  New rule produced :
% 112.55/112.73  [817]
% 112.55/112.73  is_a_theorem(implies(implies(implies(implies(implies(A,B),A),implies(
% 112.55/112.73                                                               implies(A,B),B)),falsehood),C))
% 112.55/112.73  -> true
% 112.55/112.73  Current number of equations to process: 2820
% 112.55/112.73  Current number of ordered equations: 0
% 112.55/112.73  Current number of rules: 788
% 112.55/112.73  New rule produced :
% 112.55/112.73  [818]
% 112.55/112.73  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(X,
% 112.55/112.73                                                             implies(Y,Y))))),falsehood),Z))
% 112.55/112.73  -> true
% 112.55/112.73  Current number of equations to process: 2819
% 112.55/112.73  Current number of ordered equations: 0
% 112.55/112.73  Current number of rules: 789
% 112.55/112.73  New rule produced :
% 112.55/112.73  [819]
% 112.55/112.73  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(implies(C,C),X),X))),falsehood),Y))
% 112.55/112.73  -> true
% 112.55/112.73  Current number of equations to process: 2818
% 112.55/112.73  Current number of ordered equations: 0
% 112.55/112.73  Current number of rules: 790
% 112.55/112.73  New rule produced :
% 112.55/112.73  [820]
% 112.55/112.73  is_a_theorem(implies(implies(implies(A,implies(implies(B,C),implies(B,
% 112.55/112.73                                                              implies(X,C)))),falsehood),Y))
% 112.55/112.73  -> true
% 112.55/112.73  Current number of equations to process: 2817
% 112.55/112.73  Current number of ordered equations: 0
% 112.55/112.73  Current number of rules: 791
% 112.85/113.07  New rule produced :
% 112.85/113.07  [821]
% 112.85/113.07  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,implies(C,B)),X),X)),falsehood),Y))
% 112.85/113.07  -> true
% 112.85/113.07  Current number of equations to process: 2816
% 112.85/113.07  Current number of ordered equations: 0
% 112.85/113.07  Current number of rules: 792
% 112.85/113.07  New rule produced :
% 112.85/113.07  [822]
% 112.85/113.07  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,falsehood),falsehood),
% 112.85/113.07                                         implies(C,B))),falsehood),X)) -> true
% 112.85/113.07  Current number of equations to process: 2815
% 112.85/113.07  Current number of ordered equations: 0
% 112.85/113.07  Current number of rules: 793
% 112.85/113.07  New rule produced :
% 112.85/113.07  [823]
% 112.85/113.07  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(X,
% 112.85/113.07                                                             implies(Y,C))))),falsehood),Z))
% 112.85/113.07  -> true
% 112.85/113.07  Current number of equations to process: 2814
% 112.85/113.07  Current number of ordered equations: 0
% 112.85/113.07  Current number of rules: 794
% 112.85/113.07  New rule produced :
% 112.85/113.07  [824]
% 112.85/113.07  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,B),C),
% 112.85/113.07                                         implies(X,C))),falsehood),Y)) -> true
% 112.85/113.07  Current number of equations to process: 2813
% 112.85/113.07  Current number of ordered equations: 0
% 112.85/113.07  Current number of rules: 795
% 112.85/113.07  New rule produced :
% 112.85/113.07  [825]
% 112.85/113.07  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(X,
% 112.85/113.07                                                             implies(Y,B))))),falsehood),Z))
% 112.85/113.07  -> true
% 112.85/113.07  Current number of equations to process: 2812
% 112.85/113.07  Current number of ordered equations: 0
% 112.85/113.07  Current number of rules: 796
% 112.85/113.07  New rule produced :
% 112.85/113.07  [826]
% 112.85/113.07  is_a_theorem(implies(implies(implies(implies(A,B),implies(C,implies(A,
% 112.85/113.07                                                              implies(X,B)))),falsehood),Y))
% 112.85/113.07  -> true
% 112.85/113.07  Current number of equations to process: 2811
% 112.85/113.07  Current number of ordered equations: 0
% 112.85/113.07  Current number of rules: 797
% 112.85/113.07  New rule produced :
% 112.85/113.07  [827]
% 112.85/113.07  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,A)),C),
% 112.85/113.07                               implies(X,C)),falsehood),Y)) -> true
% 112.85/113.07  Current number of equations to process: 2810
% 112.85/113.07  Current number of ordered equations: 0
% 112.85/113.07  Current number of rules: 798
% 112.85/113.07  New rule produced :
% 112.85/113.07  [828]
% 112.85/113.07  is_a_theorem(implies(implies(implies(implies(implies(A,falsehood),falsehood),
% 112.85/113.07                               implies(B,implies(C,A))),falsehood),X)) -> true
% 112.85/113.07  Current number of equations to process: 2809
% 112.85/113.07  Current number of ordered equations: 0
% 112.85/113.07  Current number of rules: 799
% 112.85/113.07  New rule produced :
% 112.85/113.07  [829]
% 112.85/113.07  is_a_theorem(implies(implies(implies(implies(implies(A,A),B),implies(C,
% 112.85/113.07                                                               implies(X,B))),falsehood),Y))
% 112.85/113.07  -> true
% 112.85/113.07  Current number of equations to process: 2808
% 112.85/113.07  Current number of ordered equations: 0
% 112.85/113.07  Current number of rules: 800
% 112.85/113.07  New rule produced :
% 112.85/113.07  [830]
% 112.85/113.07  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(X,
% 112.85/113.07                                                             implies(Y,A))))),falsehood),Z))
% 112.85/113.07  -> true
% 112.85/113.07  Current number of equations to process: 2807
% 112.85/113.07  Current number of ordered equations: 0
% 112.85/113.07  Current number of rules: 801
% 112.85/113.07  New rule produced :
% 112.85/113.07  [831]
% 112.85/113.07  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,implies(C,C)),X),X)),falsehood),Y))
% 112.85/113.07  -> true
% 112.85/113.07  Current number of equations to process: 2806
% 112.85/113.07  Current number of ordered equations: 0
% 112.85/113.07  Current number of rules: 802
% 112.85/113.07  New rule produced :
% 112.85/113.07  [832]
% 112.85/113.07  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,B)),C),
% 112.85/113.07                               implies(X,C)),falsehood),Y)) -> true
% 112.85/113.07  Current number of equations to process: 2805
% 112.85/113.07  Current number of ordered equations: 0
% 112.85/113.07  Current number of rules: 803
% 112.85/113.07  New rule produced :
% 112.85/113.07  [833]
% 112.85/113.07  is_a_theorem(implies(implies(implies(implies(implies(implies(implies(A,falsehood),falsehood),A),B),B),falsehood),C))
% 112.85/113.07  -> true
% 112.85/113.07  Current number of equations to process: 2804
% 112.85/113.07  Current number of ordered equations: 0
% 112.85/113.07  Current number of rules: 804
% 112.85/113.07  New rule produced :
% 112.85/113.07  [834]
% 112.85/113.07  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,implies(C,B))),X),X),falsehood),Y))
% 112.85/113.07  -> true
% 112.85/113.07  Current number of equations to process: 2803
% 112.85/113.07  Current number of ordered equations: 0
% 112.85/113.07  Current number of rules: 805
% 112.85/113.07  New rule produced :
% 112.85/113.07  [835]
% 112.85/113.07  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,implies(C,C))),X),X),falsehood),Y))
% 113.26/113.41  -> true
% 113.26/113.41  Current number of equations to process: 2802
% 113.26/113.41  Current number of ordered equations: 0
% 113.26/113.41  Current number of rules: 806
% 113.26/113.41  New rule produced :
% 113.26/113.41  [836]
% 113.26/113.41  is_a_theorem(implies(implies(implies(implies(implies(implies(implies(A,A),B),B),C),C),falsehood),X))
% 113.26/113.41  -> true
% 113.26/113.41  Current number of equations to process: 2801
% 113.26/113.41  Current number of ordered equations: 0
% 113.26/113.41  Current number of rules: 807
% 113.26/113.41  New rule produced :
% 113.26/113.41  [837]
% 113.26/113.41  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,implies(C,A))),X),X),falsehood),Y))
% 113.26/113.41  -> true
% 113.26/113.41  Current number of equations to process: 2800
% 113.26/113.41  Current number of ordered equations: 0
% 113.26/113.41  Current number of rules: 808
% 113.26/113.41  New rule produced :
% 113.26/113.41  [838]
% 113.26/113.41  is_a_theorem(implies(implies(implies(A,A),implies(implies(implies(implies(B,falsehood),falsehood),B),falsehood)),C))
% 113.26/113.41  -> true
% 113.26/113.41  Current number of equations to process: 2799
% 113.26/113.41  Current number of ordered equations: 0
% 113.26/113.41  Current number of rules: 809
% 113.26/113.41  New rule produced :
% 113.26/113.41  [839]
% 113.26/113.41  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,implies(C,
% 113.26/113.41                                                              implies(X,C))),falsehood)),Y))
% 113.26/113.41  -> true
% 113.26/113.41  Current number of equations to process: 2798
% 113.26/113.41  Current number of ordered equations: 0
% 113.26/113.41  Current number of rules: 810
% 113.26/113.41  New rule produced :
% 113.26/113.41  [840]
% 113.26/113.41  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,implies(C,
% 113.26/113.41                                                              implies(X,X))),falsehood)),Y))
% 113.26/113.41  -> true
% 113.26/113.41  Current number of equations to process: 2797
% 113.26/113.41  Current number of ordered equations: 0
% 113.26/113.41  Current number of rules: 811
% 113.26/113.41  New rule produced :
% 113.26/113.41  [841]
% 113.26/113.41  is_a_theorem(implies(implies(implies(A,A),implies(implies(implies(implies(B,B),C),C),falsehood)),X))
% 113.26/113.41  -> true
% 113.26/113.41  Current number of equations to process: 2796
% 113.26/113.41  Current number of ordered equations: 0
% 113.26/113.41  Current number of rules: 812
% 113.26/113.41  New rule produced :
% 113.26/113.41  [842]
% 113.26/113.41  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,implies(C,
% 113.26/113.41                                                              implies(X,B))),falsehood)),Y))
% 113.26/113.41  -> true
% 113.26/113.41  Current number of equations to process: 2795
% 113.26/113.41  Current number of ordered equations: 0
% 113.26/113.41  Current number of rules: 813
% 113.26/113.41  New rule produced :
% 113.26/113.41  [843]
% 113.26/113.41  is_a_theorem(implies(implies(implies(implies(A,implies(implies(B,falsehood),falsehood)),
% 113.26/113.41                               implies(A,B)),falsehood),C)) -> true
% 113.26/113.41  Current number of equations to process: 2794
% 113.26/113.41  Current number of ordered equations: 0
% 113.26/113.41  Current number of rules: 814
% 113.26/113.41  New rule produced :
% 113.26/113.41  [844]
% 113.26/113.41  is_a_theorem(implies(implies(implies(implies(A,implies(implies(B,B),C)),
% 113.26/113.41                               implies(A,C)),falsehood),X)) -> true
% 113.26/113.41  Current number of equations to process: 2793
% 113.26/113.41  Current number of ordered equations: 0
% 113.26/113.41  Current number of rules: 815
% 113.26/113.41  New rule produced :
% 113.26/113.41  [845]
% 113.26/113.41  is_a_theorem(implies(implies(implies(implies(implies(A,falsehood),falsehood),A),
% 113.26/113.41                       implies(implies(falsehood,falsehood),falsehood)),B)) ->
% 113.26/113.41  true
% 113.26/113.41  Current number of equations to process: 2792
% 113.26/113.41  Current number of ordered equations: 0
% 113.26/113.41  Current number of rules: 816
% 113.26/113.41  New rule produced :
% 113.26/113.41  [846]
% 113.26/113.41  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,B))),implies(
% 113.26/113.41                                                                  implies(falsehood,falsehood),falsehood)),X))
% 113.26/113.41  -> true
% 113.26/113.41  Current number of equations to process: 2791
% 113.26/113.41  Current number of ordered equations: 0
% 113.26/113.41  Current number of rules: 817
% 113.26/113.41  New rule produced :
% 113.26/113.41  [847]
% 113.26/113.41  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,C))),implies(
% 113.26/113.41                                                                  implies(falsehood,falsehood),falsehood)),X))
% 113.26/113.41  -> true
% 113.26/113.41  Current number of equations to process: 2790
% 113.26/113.41  Current number of ordered equations: 0
% 113.26/113.41  Current number of rules: 818
% 113.26/113.41  New rule produced :
% 113.26/113.41  [848]
% 113.26/113.41  is_a_theorem(implies(implies(implies(implies(implies(A,A),B),B),implies(
% 113.26/113.41                                                                  implies(falsehood,falsehood),falsehood)),C))
% 113.26/113.41  -> true
% 113.26/113.41  Current number of equations to process: 2789
% 113.26/113.41  Current number of ordered equations: 0
% 113.26/113.41  Current number of rules: 819
% 113.26/113.41  New rule produced :
% 113.26/113.41  [849]
% 113.26/113.41  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,A))),implies(
% 113.26/113.41                                                                  implies(falsehood,falsehood),falsehood)),X))
% 113.36/113.58  -> true
% 113.36/113.58  Current number of equations to process: 2788
% 113.36/113.58  Current number of ordered equations: 0
% 113.36/113.58  Current number of rules: 820
% 113.36/113.58  New rule produced :
% 113.36/113.58  [850]
% 113.36/113.58  is_a_theorem(implies(implies(implies(implies(implies(A,A),implies(implies(falsehood,falsehood),falsehood)),falsehood),falsehood),B))
% 113.36/113.58  -> true
% 113.36/113.58  Current number of equations to process: 2787
% 113.36/113.58  Current number of ordered equations: 0
% 113.36/113.58  Current number of rules: 821
% 113.36/113.58  New rule produced :
% 113.36/113.58  [851]
% 113.36/113.58  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,B),implies(
% 113.36/113.58                                                                 implies(falsehood,falsehood),falsehood))),C))
% 113.36/113.58  -> true
% 113.36/113.58  Current number of equations to process: 2786
% 113.36/113.58  Current number of ordered equations: 0
% 113.36/113.58  Current number of rules: 822
% 113.36/113.58  New rule produced :
% 113.36/113.58  [852]
% 113.36/113.58  is_a_theorem(implies(implies(implies(implies(implies(A,falsehood),falsehood),A),
% 113.36/113.58                       implies(implies(B,B),falsehood)),C)) -> true
% 113.36/113.58  Rule
% 113.36/113.58  [845]
% 113.36/113.58  is_a_theorem(implies(implies(implies(implies(implies(A,falsehood),falsehood),A),
% 113.36/113.58                       implies(implies(falsehood,falsehood),falsehood)),B)) ->
% 113.36/113.58  true collapsed.
% 113.36/113.58  Current number of equations to process: 2785
% 113.36/113.58  Current number of ordered equations: 0
% 113.36/113.58  Current number of rules: 822
% 113.36/113.58  New rule produced :
% 113.36/113.58  [853]
% 113.36/113.58  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,B))),implies(
% 113.36/113.58                                                                  implies(X,X),falsehood)),Y))
% 113.36/113.58  -> true
% 113.36/113.58  Rule
% 113.36/113.58  [846]
% 113.36/113.58  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,B))),implies(
% 113.36/113.58                                                                  implies(falsehood,falsehood),falsehood)),X))
% 113.36/113.58  -> true collapsed.
% 113.36/113.58  Current number of equations to process: 2784
% 113.36/113.58  Current number of ordered equations: 0
% 113.36/113.58  Current number of rules: 822
% 113.36/113.58  New rule produced :
% 113.36/113.58  [854]
% 113.36/113.58  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,C))),implies(
% 113.36/113.58                                                                  implies(X,X),falsehood)),Y))
% 113.36/113.58  -> true
% 113.36/113.58  Rule
% 113.36/113.58  [847]
% 113.36/113.58  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,C))),implies(
% 113.36/113.59                                                                  implies(falsehood,falsehood),falsehood)),X))
% 113.36/113.59  -> true collapsed.
% 113.36/113.59  Current number of equations to process: 2783
% 113.36/113.59  Current number of ordered equations: 0
% 113.36/113.59  Current number of rules: 822
% 113.36/113.59  New rule produced :
% 113.36/113.59  [855]
% 113.36/113.59  is_a_theorem(implies(implies(implies(implies(implies(A,A),B),B),implies(
% 113.36/113.59                                                                  implies(C,C),falsehood)),X))
% 113.36/113.59  -> true
% 113.36/113.59  Rule
% 113.36/113.59  [848]
% 113.36/113.59  is_a_theorem(implies(implies(implies(implies(implies(A,A),B),B),implies(
% 113.36/113.59                                                                  implies(falsehood,falsehood),falsehood)),C))
% 113.36/113.59  -> true collapsed.
% 113.36/113.59  Current number of equations to process: 2782
% 113.36/113.59  Current number of ordered equations: 0
% 113.36/113.59  Current number of rules: 822
% 113.36/113.59  New rule produced :
% 113.36/113.59  [856]
% 113.36/113.59  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,A))),implies(
% 113.36/113.59                                                                  implies(X,X),falsehood)),Y))
% 113.36/113.59  -> true
% 113.36/113.59  Rule
% 113.36/113.59  [849]
% 113.36/113.59  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,A))),implies(
% 113.36/113.59                                                                  implies(falsehood,falsehood),falsehood)),X))
% 113.36/113.59  -> true collapsed.
% 113.36/113.59  Current number of equations to process: 2781
% 113.36/113.59  Current number of ordered equations: 0
% 113.36/113.59  Current number of rules: 822
% 113.36/113.59  New rule produced :
% 113.36/113.59  [857]
% 113.36/113.59  is_a_theorem(implies(implies(implies(implies(implies(A,A),implies(implies(B,B),falsehood)),falsehood),falsehood),C))
% 113.36/113.59  -> true
% 113.36/113.59  Rule
% 113.36/113.59  [850]
% 113.36/113.59  is_a_theorem(implies(implies(implies(implies(implies(A,A),implies(implies(falsehood,falsehood),falsehood)),falsehood),falsehood),B))
% 113.36/113.59  -> true collapsed.
% 113.36/113.59  Current number of equations to process: 2780
% 113.36/113.59  Current number of ordered equations: 0
% 113.36/113.59  Current number of rules: 822
% 113.36/113.59  New rule produced :
% 113.36/113.59  [858]
% 113.36/113.59  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,B),implies(
% 113.36/113.59                                                                 implies(C,C),falsehood))),X))
% 113.36/113.59  -> true
% 113.36/113.59  Rule
% 113.36/113.59  [851]
% 113.36/113.59  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,B),implies(
% 113.36/113.59                                                                 implies(falsehood,falsehood),falsehood))),C))
% 113.56/113.76  -> true collapsed.
% 113.56/113.76  Current number of equations to process: 2779
% 113.56/113.76  Current number of ordered equations: 0
% 113.56/113.76  Current number of rules: 822
% 113.56/113.76  New rule produced :
% 113.56/113.76  [859]
% 113.56/113.76  is_a_theorem(implies(implies(implies(implies(A,B),implies(A,implies(C,
% 113.56/113.76                                                              implies(X,B)))),falsehood),Y))
% 113.56/113.76  -> true
% 113.56/113.76  Current number of equations to process: 2778
% 113.56/113.76  Current number of ordered equations: 0
% 113.56/113.76  Current number of rules: 823
% 113.56/113.76  New rule produced :
% 113.56/113.76  [860]
% 113.56/113.76  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(X,falsehood),
% 113.56/113.76                                             implies(Y,implies(X,Z))))))) ->
% 113.56/113.76  true
% 113.56/113.76  Current number of equations to process: 2777
% 113.56/113.76  Current number of ordered equations: 0
% 113.56/113.76  Current number of rules: 824
% 113.56/113.76  New rule produced :
% 113.56/113.76  [861]
% 113.56/113.76  is_a_theorem(implies(implies(implies(A,implies(implies(B,falsehood),implies(C,
% 113.56/113.76                                                                      implies(B,X)))),Y),Y))
% 113.56/113.76  -> true
% 113.56/113.76  Current number of equations to process: 2776
% 113.56/113.76  Current number of ordered equations: 0
% 113.56/113.76  Current number of rules: 825
% 113.56/113.76  New rule produced :
% 113.56/113.76  [862]
% 113.56/113.76  is_a_theorem(implies(A,implies(B,implies(implies(implies(falsehood,C),
% 113.56/113.76                                           implies(implies(X,falsehood),falsehood)),X))))
% 113.56/113.76  -> true
% 113.56/113.76  Current number of equations to process: 2775
% 113.56/113.76  Current number of ordered equations: 0
% 113.56/113.76  Current number of rules: 826
% 113.56/113.76  New rule produced :
% 113.56/113.76  [863]
% 113.56/113.76  is_a_theorem(implies(A,implies(implies(implies(falsehood,B),implies(implies(C,falsehood),falsehood)),
% 113.56/113.76                         implies(X,C)))) -> true
% 113.56/113.76  Current number of equations to process: 2774
% 113.56/113.76  Current number of ordered equations: 0
% 113.56/113.76  Current number of rules: 827
% 113.56/113.76  New rule produced :
% 113.56/113.76  [864]
% 113.56/113.76  is_a_theorem(implies(implies(implies(falsehood,A),implies(implies(implies(
% 113.56/113.76                                                                    implies(B,falsehood),falsehood),falsehood),falsehood)),B))
% 113.56/113.76  -> true
% 113.56/113.76  Current number of equations to process: 2773
% 113.56/113.76  Current number of ordered equations: 0
% 113.56/113.76  Current number of rules: 828
% 113.56/113.76  New rule produced :
% 113.56/113.76  [865]
% 113.56/113.76  is_a_theorem(implies(implies(implies(falsehood,A),implies(implies(implies(
% 113.56/113.76                                                                    implies(B,B),C),falsehood),falsehood)),C))
% 113.56/113.76  -> true
% 113.56/113.76  Current number of equations to process: 2772
% 113.56/113.76  Current number of ordered equations: 0
% 113.56/113.76  Current number of rules: 829
% 113.56/113.76  New rule produced :
% 113.56/113.76  [866]
% 113.56/113.76  is_a_theorem(implies(implies(implies(falsehood,A),implies(implies(B,falsehood),falsehood)),
% 113.56/113.76               implies(C,implies(X,B)))) -> true
% 113.56/113.76  Current number of equations to process: 2771
% 113.56/113.76  Current number of ordered equations: 0
% 113.56/113.76  Current number of rules: 830
% 113.56/113.76  New rule produced :
% 113.56/113.76  [867]
% 113.56/113.76  is_a_theorem(implies(implies(implies(implies(implies(falsehood,A),implies(
% 113.56/113.76                                                                    implies(B,falsehood),falsehood)),B),C),C))
% 113.56/113.76  -> true
% 113.56/113.76  Current number of equations to process: 2770
% 113.56/113.76  Current number of ordered equations: 0
% 113.56/113.76  Current number of rules: 831
% 113.56/113.76  New rule produced :
% 113.56/113.76  [868]
% 113.56/113.76  is_a_theorem(implies(A,implies(B,implies(implies(implies(falsehood,C),
% 113.56/113.76                                           implies(implies(X,X),Y)),Y)))) ->
% 113.56/113.76  true
% 113.56/113.76  Current number of equations to process: 2769
% 113.56/113.76  Current number of ordered equations: 0
% 113.56/113.76  Current number of rules: 832
% 113.56/113.76  New rule produced :
% 113.56/113.76  [869]
% 113.56/113.76  is_a_theorem(implies(A,implies(implies(implies(falsehood,B),implies(implies(C,C),X)),
% 113.56/113.76                         implies(Y,X)))) -> true
% 113.56/113.76  Current number of equations to process: 2768
% 113.56/113.76  Current number of ordered equations: 0
% 113.56/113.76  Current number of rules: 833
% 113.56/113.76  New rule produced :
% 113.56/113.76  [870]
% 113.56/113.76  is_a_theorem(implies(implies(implies(falsehood,A),implies(implies(B,B),
% 113.56/113.76                                                    implies(implies(C,falsehood),falsehood))),C))
% 113.56/113.76  -> true
% 113.56/113.76  Current number of equations to process: 2767
% 113.56/113.76  Current number of ordered equations: 0
% 113.56/113.76  Current number of rules: 834
% 113.56/113.76  New rule produced :
% 113.56/113.76  [871]
% 113.56/113.76  is_a_theorem(implies(implies(implies(falsehood,A),implies(implies(B,B),
% 113.56/113.76                                                    implies(implies(C,C),X))),X))
% 113.56/113.76  -> true
% 113.56/113.76  Current number of equations to process: 2766
% 113.86/114.06  Current number of ordered equations: 0
% 113.86/114.06  Current number of rules: 835
% 113.86/114.06  New rule produced :
% 113.86/114.06  [872]
% 113.86/114.06  is_a_theorem(implies(implies(implies(falsehood,A),implies(implies(B,B),C)),
% 113.86/114.06               implies(X,implies(Y,C)))) -> true
% 113.86/114.06  Current number of equations to process: 2765
% 113.86/114.06  Current number of ordered equations: 0
% 113.86/114.06  Current number of rules: 836
% 113.86/114.06  New rule produced :
% 113.86/114.06  [873]
% 113.86/114.06  is_a_theorem(implies(implies(implies(implies(implies(falsehood,A),implies(
% 113.86/114.06                                                                    implies(B,B),C)),C),X),X))
% 113.86/114.06  -> true
% 113.86/114.06  Current number of equations to process: 2764
% 113.86/114.06  Current number of ordered equations: 0
% 113.86/114.06  Current number of rules: 837
% 113.86/114.06  New rule produced :
% 113.86/114.06  [874]
% 113.86/114.06  is_a_theorem(implies(A,implies(B,implies(implies(implies(falsehood,C),X),
% 113.86/114.06                                   implies(Y,implies(Z,X)))))) -> true
% 113.86/114.06  Current number of equations to process: 2763
% 113.86/114.06  Current number of ordered equations: 0
% 113.86/114.06  Current number of rules: 838
% 113.86/114.06  New rule produced :
% 113.86/114.06  [875]
% 113.86/114.06  is_a_theorem(implies(A,implies(implies(implies(falsehood,B),C),implies(X,
% 113.86/114.06                                                                 implies(Y,
% 113.86/114.06                                                                 implies(Z,C))))))
% 113.86/114.06  -> true
% 113.86/114.06  Current number of equations to process: 2762
% 113.86/114.06  Current number of ordered equations: 0
% 113.86/114.06  Current number of rules: 839
% 113.86/114.06  New rule produced :
% 113.86/114.06  [876]
% 113.86/114.06  is_a_theorem(implies(implies(implies(falsehood,A),B),implies(C,implies(X,
% 113.86/114.06                                                                 implies(Y,
% 113.86/114.06                                                                 implies(Z,B))))))
% 113.86/114.06  -> true
% 113.86/114.06  Current number of equations to process: 2761
% 113.86/114.06  Current number of ordered equations: 0
% 113.86/114.06  Current number of rules: 840
% 113.86/114.06  New rule produced :
% 113.86/114.06  [877]
% 113.86/114.06  is_a_theorem(implies(implies(implies(implies(implies(falsehood,A),B),
% 113.86/114.06                               implies(C,implies(X,B))),Y),Y)) -> true
% 113.86/114.06  Current number of equations to process: 2760
% 113.86/114.06  Current number of ordered equations: 0
% 113.86/114.06  Current number of rules: 841
% 113.86/114.06  New rule produced :
% 113.86/114.06  [878]
% 113.86/114.06  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,falsehood),C),
% 113.86/114.06                                   implies(implies(C,falsehood),X))))) -> true
% 113.86/114.06  Current number of equations to process: 2756
% 113.86/114.06  Current number of ordered equations: 0
% 113.86/114.06  Current number of rules: 842
% 113.86/114.06  New rule produced :
% 113.86/114.06  [879]
% 113.86/114.06  is_a_theorem(implies(A,implies(implies(implies(B,falsehood),B),implies(C,
% 113.86/114.06                                                                 implies(
% 113.86/114.06                                                                 implies(B,falsehood),X)))))
% 113.86/114.06  -> true
% 113.86/114.06  Current number of equations to process: 2755
% 113.86/114.06  Current number of ordered equations: 0
% 113.86/114.06  Current number of rules: 843
% 113.86/114.06  New rule produced :
% 113.86/114.06  [880]
% 113.86/114.06  is_a_theorem(implies(implies(implies(A,falsehood),A),implies(B,implies(C,
% 113.86/114.06                                                                 implies(
% 113.86/114.06                                                                 implies(A,falsehood),X)))))
% 113.86/114.06  -> true
% 113.86/114.06  Current number of equations to process: 2754
% 113.86/114.06  Current number of ordered equations: 0
% 113.86/114.06  Current number of rules: 844
% 113.86/114.06  New rule produced :
% 113.86/114.06  [881]
% 113.86/114.06  is_a_theorem(implies(implies(implies(implies(implies(A,falsehood),A),
% 113.86/114.06                               implies(implies(A,falsehood),B)),C),C)) -> true
% 113.86/114.06  Current number of equations to process: 2753
% 113.86/114.06  Current number of ordered equations: 0
% 113.86/114.06  Current number of rules: 845
% 113.86/114.06  New rule produced :
% 113.86/114.06  [882]
% 113.86/114.06  is_a_theorem(implies(A,implies(B,implies(implies(C,falsehood),implies(X,
% 113.86/114.06                                                                implies(Y,
% 113.86/114.06                                                                implies(C,Z)))))))
% 113.86/114.06  -> true
% 113.86/114.06  Current number of equations to process: 2752
% 113.86/114.06  Current number of ordered equations: 0
% 113.86/114.06  Current number of rules: 846
% 113.86/114.06  New rule produced :
% 113.86/114.06  [883]
% 113.86/114.06  is_a_theorem(implies(A,implies(implies(B,falsehood),implies(C,implies(X,
% 113.86/114.06                                                                implies(Y,
% 113.86/114.06                                                                implies(B,Z)))))))
% 113.86/114.06  -> true
% 113.86/114.06  Current number of equations to process: 2751
% 113.86/114.06  Current number of ordered equations: 0
% 113.86/114.06  Current number of rules: 847
% 113.86/114.06  New rule produced :
% 114.25/114.44  [884]
% 114.25/114.44  is_a_theorem(implies(implies(A,falsehood),implies(B,implies(C,implies(X,
% 114.25/114.44                                                                implies(Y,
% 114.25/114.44                                                                implies(A,Z)))))))
% 114.25/114.44  -> true
% 114.25/114.44  Current number of equations to process: 2750
% 114.25/114.44  Current number of ordered equations: 0
% 114.25/114.44  Current number of rules: 848
% 114.25/114.44  New rule produced :
% 114.25/114.44  [885]
% 114.25/114.44  is_a_theorem(implies(implies(implies(implies(A,falsehood),implies(B,implies(C,
% 114.25/114.44                                                                      implies(A,X)))),Y),Y))
% 114.25/114.44  -> true
% 114.25/114.44  Current number of equations to process: 2749
% 114.25/114.44  Current number of ordered equations: 0
% 114.25/114.44  Current number of rules: 849
% 114.25/114.44  New rule produced :
% 114.25/114.44  [886]
% 114.25/114.44  is_a_theorem(implies(implies(implies(falsehood,A),implies(implies(B,C),B)),
% 114.25/114.44               implies(implies(B,C),C))) -> true
% 114.25/114.44  Current number of equations to process: 2745
% 114.25/114.44  Current number of ordered equations: 0
% 114.25/114.44  Current number of rules: 850
% 114.25/114.44  New rule produced :
% 114.25/114.44  [887]
% 114.25/114.44  is_a_theorem(implies(implies(implies(falsehood,A),implies(B,C)),implies(X,
% 114.25/114.44                                                                  implies(B,
% 114.25/114.44                                                                  implies(Y,C)))))
% 114.25/114.44  -> true
% 114.25/114.44  Current number of equations to process: 2744
% 114.25/114.44  Current number of ordered equations: 0
% 114.25/114.44  Current number of rules: 851
% 114.25/114.44  New rule produced :
% 114.25/114.44  [888]
% 114.25/114.44  is_a_theorem(implies(implies(implies(falsehood,A),implies(implies(B,implies(C,B)),X)),
% 114.25/114.44               implies(Y,X))) -> true
% 114.25/114.44  Current number of equations to process: 2743
% 114.25/114.44  Current number of ordered equations: 0
% 114.25/114.44  Current number of rules: 852
% 114.25/114.44  New rule produced :
% 114.25/114.44  [889]
% 114.25/114.44  is_a_theorem(implies(implies(implies(falsehood,A),implies(implies(B,implies(C,C)),X)),
% 114.25/114.44               implies(Y,X))) -> true
% 114.25/114.44  Current number of equations to process: 2739
% 114.25/114.44  Current number of ordered equations: 0
% 114.25/114.44  Current number of rules: 853
% 114.25/114.44  New rule produced :
% 114.25/114.44  [890]
% 114.25/114.44  is_a_theorem(implies(implies(implies(falsehood,A),implies(implies(implies(
% 114.25/114.44                                                                    implies(B,falsehood),falsehood),B),C)),C))
% 114.25/114.44  -> true
% 114.25/114.44  Current number of equations to process: 2738
% 114.25/114.44  Current number of ordered equations: 0
% 114.25/114.44  Current number of rules: 854
% 114.25/114.44  New rule produced :
% 114.25/114.44  [891]
% 114.25/114.44  is_a_theorem(implies(implies(implies(falsehood,A),implies(implies(B,implies(C,
% 114.25/114.44                                                                      implies(X,C))),Y)),Y))
% 114.25/114.44  -> true
% 114.25/114.44  Current number of equations to process: 2737
% 114.25/114.44  Current number of ordered equations: 0
% 114.25/114.44  Current number of rules: 855
% 114.25/114.44  New rule produced :
% 114.25/114.44  [892]
% 114.25/114.44  is_a_theorem(implies(implies(implies(falsehood,A),implies(implies(B,implies(C,
% 114.25/114.44                                                                      implies(X,X))),Y)),Y))
% 114.25/114.44  -> true
% 114.25/114.44  Current number of equations to process: 2736
% 114.25/114.44  Current number of ordered equations: 0
% 114.25/114.44  Current number of rules: 856
% 114.25/114.44  New rule produced :
% 114.25/114.44  [893]
% 114.25/114.44  is_a_theorem(implies(implies(implies(falsehood,A),implies(implies(implies(
% 114.25/114.44                                                                    implies(B,B),C),C),X)),X))
% 114.25/114.44  -> true
% 114.25/114.44  Current number of equations to process: 2735
% 114.25/114.44  Current number of ordered equations: 0
% 114.25/114.44  Current number of rules: 857
% 114.25/114.44  New rule produced :
% 114.25/114.44  [894]
% 114.25/114.44  is_a_theorem(implies(implies(implies(falsehood,A),implies(implies(B,implies(C,
% 114.25/114.44                                                                      implies(X,B))),Y)),Y))
% 114.25/114.44  -> true
% 114.25/114.44  Current number of equations to process: 2734
% 114.25/114.44  Current number of ordered equations: 0
% 114.25/114.44  Current number of rules: 858
% 114.25/114.44  New rule produced :
% 114.25/114.44  [895]
% 114.25/114.44  is_a_theorem(implies(A,implies(implies(implies(falsehood,B),implies(C,X)),
% 114.25/114.44                         implies(C,implies(Y,X))))) -> true
% 114.25/114.44  Current number of equations to process: 2733
% 114.25/114.44  Current number of ordered equations: 0
% 114.25/114.44  Current number of rules: 859
% 114.25/114.44  New rule produced :
% 114.25/114.44  [896]
% 114.25/114.44  is_a_theorem(implies(A,implies(implies(implies(falsehood,B),implies(implies(C,
% 114.25/114.44                                                                      implies(X,C)),Y)),Y)))
% 114.25/114.44  -> true
% 114.25/114.44  Current number of equations to process: 2732
% 114.25/114.44  Current number of ordered equations: 0
% 114.25/114.44  Current number of rules: 860
% 114.25/114.44  New rule produced :
% 114.25/114.44  [897]
% 114.25/114.44  is_a_theorem(implies(A,implies(implies(implies(falsehood,B),implies(implies(C,
% 114.66/114.86                                                                      implies(X,X)),Y)),Y)))
% 114.66/114.86  -> true
% 114.66/114.86  Current number of equations to process: 2728
% 114.66/114.86  Current number of ordered equations: 0
% 114.66/114.86  Current number of rules: 861
% 114.66/114.86  New rule produced :
% 114.66/114.86  [898]
% 114.66/114.86  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(implies(falsehood,C),X),X),Y),Y))))
% 114.66/114.86  -> true
% 114.66/114.86  Current number of equations to process: 2727
% 114.66/114.86  Current number of ordered equations: 0
% 114.66/114.86  Current number of rules: 862
% 114.66/114.86  New rule produced :
% 114.66/114.86  [899]
% 114.66/114.86  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(falsehood,C),X),X)),Y),Y)))
% 114.66/114.86  -> true
% 114.66/114.86  Current number of equations to process: 2726
% 114.66/114.86  Current number of ordered equations: 0
% 114.66/114.86  Current number of rules: 863
% 114.66/114.86  New rule produced :
% 114.66/114.86  [900]
% 114.66/114.86  is_a_theorem(implies(implies(implies(falsehood,A),implies(B,implies(implies(C,falsehood),falsehood))),
% 114.66/114.86               implies(B,C))) -> true
% 114.66/114.86  Current number of equations to process: 2725
% 114.66/114.86  Current number of ordered equations: 0
% 114.66/114.86  Current number of rules: 864
% 114.66/114.86  New rule produced :
% 114.66/114.86  [901]
% 114.66/114.86  is_a_theorem(implies(implies(implies(falsehood,A),implies(B,implies(implies(C,C),X))),
% 114.66/114.86               implies(B,X))) -> true
% 114.66/114.86  Current number of equations to process: 2723
% 114.66/114.86  Current number of ordered equations: 0
% 114.66/114.86  Current number of rules: 865
% 114.66/114.86  New rule produced :
% 114.66/114.86  [902]
% 114.66/114.86  is_a_theorem(implies(implies(implies(falsehood,A),implies(B,C)),implies(B,
% 114.66/114.86                                                                  implies(X,
% 114.66/114.86                                                                  implies(Y,C)))))
% 114.66/114.86  -> true
% 114.66/114.86  Current number of equations to process: 2721
% 114.66/114.86  Current number of ordered equations: 0
% 114.66/114.86  Current number of rules: 866
% 114.66/114.86  New rule produced :
% 114.66/114.86  [903]
% 114.66/114.86  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(C,falsehood),
% 114.66/114.86                                                   implies(C,X)),Y),Y)))) ->
% 114.66/114.86  true
% 114.66/114.86  Current number of equations to process: 2716
% 114.66/114.86  Current number of ordered equations: 0
% 114.66/114.86  Current number of rules: 867
% 114.66/114.86  New rule produced :
% 114.66/114.86  [904]
% 114.66/114.86  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(C,falsehood),
% 114.66/114.86                                                   implies(C,X))),Y),Y))) ->
% 114.66/114.86  true
% 114.66/114.86  Current number of equations to process: 2715
% 114.66/114.86  Current number of ordered equations: 0
% 114.66/114.86  Current number of rules: 868
% 114.66/114.86  New rule produced :
% 114.66/114.86  [905]
% 114.66/114.86  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(implies(C,falsehood),C),C))),X),X))
% 114.66/114.86  -> true
% 114.66/114.86  Current number of equations to process: 2713
% 114.66/114.86  Current number of ordered equations: 0
% 114.66/114.86  Current number of rules: 869
% 114.66/114.86  New rule produced :
% 114.66/114.86  [906]
% 114.66/114.86  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(X,falsehood),X),
% 114.66/114.86                                             implies(Y,X)))))) -> true
% 114.66/114.86  Current number of equations to process: 2712
% 114.66/114.86  Current number of ordered equations: 0
% 114.66/114.86  Current number of rules: 870
% 114.66/114.86  New rule produced :
% 114.66/114.86  [907]
% 114.66/114.86  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,falsehood),B),
% 114.66/114.86                                         implies(C,B))),X),X)) -> true
% 114.66/114.86  Current number of equations to process: 2711
% 114.66/114.86  Current number of ordered equations: 0
% 114.66/114.86  Current number of rules: 871
% 114.66/114.86  New rule produced :
% 114.66/114.86  [908]
% 114.66/114.86  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(implies(C,C),falsehood),X))),Y),Y))
% 114.66/114.86  -> true
% 114.66/114.86  Current number of equations to process: 2707
% 114.66/114.86  Current number of ordered equations: 0
% 114.66/114.86  Current number of rules: 872
% 114.66/114.86  New rule produced :
% 114.66/114.86  [909]
% 114.66/114.86  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,falsehood),C),
% 114.66/114.86                                   implies(X,implies(Y,C)))))) -> true
% 114.66/114.86  Current number of equations to process: 2706
% 114.66/114.86  Current number of ordered equations: 0
% 114.66/114.86  Current number of rules: 873
% 114.66/114.86  New rule produced :
% 114.66/114.86  [910]
% 114.66/114.86  is_a_theorem(implies(A,implies(implies(implies(B,falsehood),B),implies(C,
% 114.66/114.86                                                                 implies(X,
% 114.66/114.86                                                                 implies(Y,B))))))
% 114.66/114.86  -> true
% 114.66/114.86  Current number of equations to process: 2705
% 114.66/114.86  Current number of ordered equations: 0
% 114.66/114.86  Current number of rules: 874
% 114.66/114.86  New rule produced :
% 114.66/114.86  [911]
% 114.66/114.86  is_a_theorem(implies(implies(implies(A,falsehood),A),implies(B,implies(C,
% 115.06/115.28                                                                 implies(X,
% 115.06/115.28                                                                 implies(Y,A))))))
% 115.06/115.28  -> true
% 115.06/115.28  Current number of equations to process: 2704
% 115.06/115.28  Current number of ordered equations: 0
% 115.06/115.28  Current number of rules: 875
% 115.06/115.28  New rule produced :
% 115.06/115.28  [912]
% 115.06/115.28  is_a_theorem(implies(implies(implies(implies(implies(A,falsehood),A),
% 115.06/115.28                               implies(B,implies(C,A))),X),X)) -> true
% 115.06/115.28  Current number of equations to process: 2703
% 115.06/115.28  Current number of ordered equations: 0
% 115.06/115.28  Current number of rules: 876
% 115.06/115.28  New rule produced :
% 115.06/115.28  [913]
% 115.06/115.28  is_a_theorem(implies(implies(implies(implies(A,B),falsehood),implies(A,B)),
% 115.06/115.28               implies(A,implies(C,B)))) -> true
% 115.06/115.28  Current number of equations to process: 2698
% 115.06/115.28  Current number of ordered equations: 0
% 115.06/115.28  Current number of rules: 877
% 115.06/115.28  New rule produced :
% 115.06/115.28  [914]
% 115.06/115.28  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(implies(C,falsehood),C),C),X),X))))
% 115.06/115.28  -> true
% 115.06/115.28  Current number of equations to process: 2695
% 115.06/115.28  Current number of ordered equations: 0
% 115.06/115.28  Current number of rules: 878
% 115.06/115.28  New rule produced :
% 115.06/115.28  [915]
% 115.06/115.28  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(C,falsehood),C),C)),X),X)))
% 115.06/115.28  -> true
% 115.06/115.28  Current number of equations to process: 2694
% 115.06/115.28  Current number of ordered equations: 0
% 115.06/115.28  Current number of rules: 879
% 115.06/115.28  New rule produced :
% 115.06/115.28  [916]
% 115.06/115.28  is_a_theorem(implies(A,implies(B,implies(implies(implies(implies(implies(C,C),falsehood),X),Y),Y))))
% 115.06/115.28  -> true
% 115.06/115.28  Current number of equations to process: 2692
% 115.06/115.28  Current number of ordered equations: 0
% 115.06/115.28  Current number of rules: 880
% 115.06/115.28  New rule produced :
% 115.06/115.28  [917]
% 115.06/115.28  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(C,C),falsehood),X)),Y),Y)))
% 115.06/115.28  -> true
% 115.06/115.28  Current number of equations to process: 2691
% 115.06/115.28  Current number of ordered equations: 0
% 115.06/115.28  Current number of rules: 881
% 115.06/115.28  New rule produced :
% 115.06/115.28  [918]
% 115.06/115.28  is_a_theorem(implies(implies(A,implies(implies(implies(implies(B,falsehood),falsehood),B),falsehood)),
% 115.06/115.28               implies(A,C))) -> true
% 115.06/115.28  Current number of equations to process: 2690
% 115.06/115.28  Current number of ordered equations: 0
% 115.06/115.28  Current number of rules: 882
% 115.06/115.28  New rule produced :
% 115.06/115.28  [919]
% 115.06/115.28  is_a_theorem(implies(implies(A,implies(implies(B,implies(C,implies(X,C))),falsehood)),
% 115.06/115.28               implies(A,Y))) -> true
% 115.06/115.28  Current number of equations to process: 2689
% 115.06/115.28  Current number of ordered equations: 0
% 115.06/115.28  Current number of rules: 883
% 115.06/115.28  New rule produced :
% 115.06/115.28  [920]
% 115.06/115.28  is_a_theorem(implies(implies(A,implies(implies(B,implies(C,implies(X,X))),falsehood)),
% 115.06/115.28               implies(A,Y))) -> true
% 115.06/115.28  Current number of equations to process: 2688
% 115.06/115.28  Current number of ordered equations: 0
% 115.06/115.28  Current number of rules: 884
% 115.06/115.28  New rule produced :
% 115.06/115.28  [921]
% 115.06/115.28  is_a_theorem(implies(implies(A,implies(implies(implies(implies(B,B),C),C),falsehood)),
% 115.06/115.28               implies(A,X))) -> true
% 115.06/115.28  Current number of equations to process: 2687
% 115.06/115.28  Current number of ordered equations: 0
% 115.06/115.28  Current number of rules: 885
% 115.06/115.28  New rule produced :
% 115.06/115.28  [922]
% 115.06/115.28  is_a_theorem(implies(implies(A,implies(implies(B,implies(C,implies(X,B))),falsehood)),
% 115.06/115.28               implies(A,Y))) -> true
% 115.06/115.28  Current number of equations to process: 2686
% 115.06/115.28  Current number of ordered equations: 0
% 115.06/115.28  Current number of rules: 886
% 115.06/115.28  New rule produced :
% 115.06/115.28  [923]
% 115.06/115.28  is_a_theorem(implies(implies(A,implies(implies(B,falsehood),implies(implies(C,C),falsehood))),
% 115.06/115.28               implies(A,B))) -> true
% 115.06/115.28  Current number of equations to process: 2685
% 115.06/115.28  Current number of ordered equations: 0
% 115.06/115.28  Current number of rules: 887
% 115.06/115.28  New rule produced :
% 115.06/115.28  [924]
% 115.06/115.28  is_a_theorem(implies(A,implies(B,implies(implies(C,implies(C,X)),implies(Y,
% 115.06/115.28                                                                   implies(C,X))))))
% 115.06/115.28  -> true
% 115.06/115.28  Current number of equations to process: 2684
% 115.06/115.28  Current number of ordered equations: 0
% 115.06/115.28  Current number of rules: 888
% 115.06/115.28  New rule produced :
% 115.06/115.28  [925]
% 115.06/115.28  is_a_theorem(implies(A,implies(implies(B,implies(B,C)),implies(X,implies(Y,
% 115.06/115.28                                                                   implies(B,C))))))
% 115.06/115.28  -> true
% 115.06/115.28  Current number of equations to process: 2683
% 115.06/115.28  Current number of ordered equations: 0
% 115.06/115.28  Current number of rules: 889
% 115.06/115.28  New rule produced :
% 115.06/115.28  [926]
% 115.06/115.28  is_a_theorem(implies(implies(A,implies(A,B)),implies(C,implies(X,implies(Y,
% 115.36/115.58                                                                   implies(A,B))))))
% 115.36/115.58  -> true
% 115.36/115.58  Current number of equations to process: 2682
% 115.36/115.58  Current number of ordered equations: 0
% 115.36/115.58  Current number of rules: 890
% 115.36/115.58  New rule produced :
% 115.36/115.58  [927]
% 115.36/115.58  is_a_theorem(implies(implies(implies(implies(A,implies(A,B)),implies(C,
% 115.36/115.58                                                               implies(A,B))),X),X))
% 115.36/115.58  -> true
% 115.36/115.58  Current number of equations to process: 2681
% 115.36/115.58  Current number of ordered equations: 0
% 115.36/115.58  Current number of rules: 891
% 115.36/115.58  New rule produced :
% 115.36/115.58  [928]
% 115.36/115.58  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,falsehood),
% 115.36/115.58                                           implies(implies(C,falsehood),falsehood)),C))))
% 115.36/115.58  -> true
% 115.36/115.58  Current number of equations to process: 2680
% 115.36/115.58  Current number of ordered equations: 0
% 115.36/115.58  Current number of rules: 892
% 115.36/115.58  New rule produced :
% 115.36/115.58  [929]
% 115.36/115.58  is_a_theorem(implies(A,implies(implies(implies(B,falsehood),implies(implies(B,falsehood),falsehood)),
% 115.36/115.58                         implies(C,B)))) -> true
% 115.36/115.58  Current number of equations to process: 2679
% 115.36/115.58  Current number of ordered equations: 0
% 115.36/115.58  Current number of rules: 893
% 115.36/115.58  New rule produced :
% 115.36/115.58  [930]
% 115.36/115.58  is_a_theorem(implies(implies(implies(A,falsehood),implies(implies(A,falsehood),falsehood)),
% 115.36/115.58               implies(B,implies(C,A)))) -> true
% 115.36/115.58  Current number of equations to process: 2678
% 115.36/115.58  Current number of ordered equations: 0
% 115.36/115.58  Current number of rules: 894
% 115.36/115.58  New rule produced :
% 115.36/115.58  [931]
% 115.36/115.58  is_a_theorem(implies(implies(implies(implies(implies(A,falsehood),implies(
% 115.36/115.58                                                                    implies(A,falsehood),falsehood)),A),B),B))
% 115.36/115.58  -> true
% 115.36/115.58  Current number of equations to process: 2677
% 115.36/115.58  Current number of ordered equations: 0
% 115.36/115.58  Current number of rules: 895
% 115.36/115.58  New rule produced :
% 115.36/115.58  [932]
% 115.36/115.58  is_a_theorem(implies(implies(A,implies(B,implies(B,C))),implies(A,implies(X,
% 115.36/115.58                                                                    implies(B,C)))))
% 115.36/115.58  -> true
% 115.36/115.58  Current number of equations to process: 2673
% 115.36/115.58  Current number of ordered equations: 0
% 115.36/115.58  Current number of rules: 896
% 115.36/115.58  New rule produced :
% 115.36/115.58  [933]
% 115.36/115.58  is_a_theorem(implies(implies(A,implies(implies(B,B),implies(implies(C,C),falsehood))),
% 115.36/115.58               implies(A,X))) -> true
% 115.36/115.58  Current number of equations to process: 2670
% 115.36/115.58  Current number of ordered equations: 0
% 115.36/115.58  Current number of rules: 897
% 115.36/115.58  New rule produced :
% 115.36/115.58  [934]
% 115.36/115.58  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,falsehood),B),B),C),
% 115.36/115.58                         implies(X,C)))) -> true
% 115.36/115.58  Current number of equations to process: 2668
% 115.36/115.58  Current number of ordered equations: 0
% 115.36/115.58  Current number of rules: 898
% 115.36/115.58  New rule produced :
% 115.36/115.58  [935]
% 115.36/115.58  is_a_theorem(implies(implies(implies(implies(implies(A,falsehood),A),A),
% 115.36/115.58                       implies(implies(B,falsehood),falsehood)),B)) -> true
% 115.36/115.58  Current number of equations to process: 2667
% 115.36/115.58  Current number of ordered equations: 0
% 115.36/115.58  Current number of rules: 899
% 115.36/115.58  New rule produced :
% 115.36/115.58  [936]
% 115.36/115.58  is_a_theorem(implies(implies(implies(implies(implies(A,falsehood),A),A),
% 115.36/115.58                       implies(implies(B,B),C)),C)) -> true
% 115.36/115.58  Current number of equations to process: 2666
% 115.36/115.58  Current number of ordered equations: 0
% 115.36/115.58  Current number of rules: 900
% 115.36/115.58  New rule produced :
% 115.36/115.58  [937]
% 115.36/115.58  is_a_theorem(implies(implies(implies(implies(implies(A,falsehood),A),A),B),
% 115.36/115.58               implies(C,implies(X,B)))) -> true
% 115.36/115.58  Current number of equations to process: 2665
% 115.36/115.58  Current number of ordered equations: 0
% 115.36/115.58  Current number of rules: 901
% 115.36/115.58  New rule produced :
% 115.36/115.58  [938]
% 115.36/115.58  is_a_theorem(implies(implies(implies(implies(implies(implies(implies(A,falsehood),A),A),B),B),C),C))
% 115.36/115.58  -> true
% 115.36/115.58  Current number of equations to process: 2664
% 115.36/115.58  Current number of ordered equations: 0
% 115.36/115.58  Current number of rules: 902
% 115.36/115.58  New rule produced :
% 115.36/115.58  [939]
% 115.36/115.58  is_a_theorem(implies(A,implies(implies(implies(implies(implies(falsehood,B),C),C),X),
% 115.36/115.58                         implies(Y,X)))) -> true
% 115.36/115.58  Current number of equations to process: 2662
% 115.36/115.58  Current number of ordered equations: 0
% 115.36/115.58  Current number of rules: 903
% 115.36/115.58  New rule produced :
% 115.36/115.58  [940]
% 115.36/115.58  is_a_theorem(implies(implies(implies(implies(implies(falsehood,A),B),B),
% 115.36/115.58                       implies(implies(C,falsehood),falsehood)),C)) -> true
% 115.36/115.58  Current number of equations to process: 2661
% 115.66/115.81  Current number of ordered equations: 0
% 115.66/115.81  Current number of rules: 904
% 115.66/115.81  New rule produced :
% 115.66/115.81  [941]
% 115.66/115.81  is_a_theorem(implies(implies(implies(implies(implies(falsehood,A),B),B),
% 115.66/115.81                       implies(implies(C,C),X)),X)) -> true
% 115.66/115.81  Current number of equations to process: 2660
% 115.66/115.81  Current number of ordered equations: 0
% 115.66/115.81  Current number of rules: 905
% 115.66/115.81  New rule produced :
% 115.66/115.81  [942]
% 115.66/115.81  is_a_theorem(implies(implies(implies(implies(implies(falsehood,A),B),B),C),
% 115.66/115.81               implies(X,implies(Y,C)))) -> true
% 115.66/115.81  Current number of equations to process: 2659
% 115.66/115.81  Current number of ordered equations: 0
% 115.66/115.81  Current number of rules: 906
% 115.66/115.81  New rule produced :
% 115.66/115.81  [943]
% 115.66/115.81  is_a_theorem(implies(implies(implies(implies(implies(implies(implies(falsehood,A),B),B),C),C),X),X))
% 115.66/115.81  -> true
% 115.66/115.81  Current number of equations to process: 2658
% 115.66/115.81  Current number of ordered equations: 0
% 115.66/115.81  Current number of rules: 907
% 115.66/115.81  New rule produced :
% 115.66/115.81  [944]
% 115.66/115.81  is_a_theorem(implies(A,implies(implies(implies(implies(B,falsehood),implies(B,C)),X),
% 115.66/115.81                         implies(Y,X)))) -> true
% 115.66/115.81  Current number of equations to process: 2656
% 115.66/115.81  Current number of ordered equations: 0
% 115.66/115.81  Current number of rules: 908
% 115.66/115.81  New rule produced :
% 115.66/115.81  [945]
% 115.66/115.81  is_a_theorem(implies(implies(implies(implies(A,falsehood),implies(A,B)),
% 115.66/115.81                       implies(implies(C,falsehood),falsehood)),C)) -> true
% 115.66/115.81  Current number of equations to process: 2655
% 115.66/115.81  Current number of ordered equations: 0
% 115.66/115.81  Current number of rules: 909
% 115.66/115.81  New rule produced :
% 115.66/115.81  [946]
% 115.66/115.81  is_a_theorem(implies(implies(implies(implies(A,falsehood),implies(A,B)),
% 115.66/115.81                       implies(implies(C,C),X)),X)) -> true
% 115.66/115.81  Current number of equations to process: 2654
% 115.66/115.81  Current number of ordered equations: 0
% 115.66/115.81  Current number of rules: 910
% 115.66/115.81  New rule produced :
% 115.66/115.81  [947]
% 115.66/115.81  is_a_theorem(implies(implies(implies(implies(A,falsehood),implies(A,B)),C),
% 115.66/115.81               implies(X,implies(Y,C)))) -> true
% 115.66/115.81  Current number of equations to process: 2653
% 115.66/115.81  Current number of ordered equations: 0
% 115.66/115.81  Current number of rules: 911
% 115.66/115.81  New rule produced :
% 115.66/115.81  [948]
% 115.66/115.81  is_a_theorem(implies(implies(implies(implies(implies(implies(A,falsehood),
% 115.66/115.81                                               implies(A,B)),C),C),X),X)) ->
% 115.66/115.81  true
% 115.66/115.81  Current number of equations to process: 2652
% 115.66/115.81  Current number of ordered equations: 0
% 115.66/115.81  Current number of rules: 912
% 115.66/115.81  New rule produced :
% 115.66/115.81  [949]
% 115.66/115.81  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,B),falsehood),C),X),
% 115.66/115.81                         implies(Y,X)))) -> true
% 115.66/115.81  Current number of equations to process: 2650
% 115.66/115.81  Current number of ordered equations: 0
% 115.66/115.81  Current number of rules: 913
% 115.66/115.81  New rule produced :
% 115.66/115.81  [950]
% 115.66/115.81  is_a_theorem(implies(implies(implies(implies(implies(A,A),falsehood),B),
% 115.66/115.81                       implies(implies(C,falsehood),falsehood)),C)) -> true
% 115.66/115.81  Current number of equations to process: 2649
% 115.66/115.81  Current number of ordered equations: 0
% 115.66/115.81  Current number of rules: 914
% 115.66/115.81  New rule produced :
% 115.66/115.81  [951]
% 115.66/115.81  is_a_theorem(implies(implies(implies(implies(implies(A,A),falsehood),B),
% 115.66/115.81                       implies(implies(C,C),X)),X)) -> true
% 115.66/115.81  Current number of equations to process: 2648
% 115.66/115.81  Current number of ordered equations: 0
% 115.66/115.81  Current number of rules: 915
% 115.66/115.81  New rule produced :
% 115.66/115.81  [952]
% 115.66/115.81  is_a_theorem(implies(implies(implies(implies(implies(A,A),falsehood),B),C),
% 115.66/115.81               implies(X,implies(Y,C)))) -> true
% 115.66/115.81  Current number of equations to process: 2647
% 115.66/115.81  Current number of ordered equations: 0
% 115.66/115.81  Current number of rules: 916
% 115.66/115.81  New rule produced :
% 115.66/115.81  [953]
% 115.66/115.81  is_a_theorem(implies(implies(implies(implies(implies(implies(implies(A,A),falsehood),B),C),C),X),X))
% 115.66/115.81  -> true
% 115.66/115.81  Current number of equations to process: 2646
% 115.66/115.81  Current number of ordered equations: 0
% 115.66/115.81  Current number of rules: 917
% 115.66/115.81  New rule produced :
% 115.66/115.81  [954]
% 115.66/115.81  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(C,B),X),X)),Y),Y)))
% 115.66/115.81  -> true
% 115.66/115.81  Current number of equations to process: 2645
% 115.66/115.81  Current number of ordered equations: 0
% 115.66/115.81  Current number of rules: 918
% 115.66/115.81  New rule produced :
% 115.66/115.81  [955]
% 115.66/115.81  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(C,B)),falsehood),X),Y),Y)))
% 115.66/115.81  -> true
% 115.66/115.81  Current number of equations to process: 2643
% 115.66/115.81  Current number of ordered equations: 0
% 115.66/115.81  Current number of rules: 919
% 115.87/116.10  New rule produced :
% 115.87/116.10  [956]
% 115.87/116.10  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(C,C)),falsehood),X),Y),Y)))
% 115.87/116.10  -> true
% 115.87/116.10  Current number of equations to process: 2642
% 115.87/116.10  Current number of ordered equations: 0
% 115.87/116.10  Current number of rules: 920
% 115.87/116.10  New rule produced :
% 115.87/116.10  [957]
% 115.87/116.10  is_a_theorem(implies(A,implies(implies(implies(implies(B,implies(B,C)),
% 115.87/116.10                                         implies(B,C)),X),X))) -> true
% 115.87/116.10  Current number of equations to process: 2641
% 115.87/116.10  Current number of ordered equations: 0
% 115.87/116.10  Current number of rules: 921
% 115.87/116.10  New rule produced :
% 115.87/116.10  [958]
% 115.87/116.10  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(implies(B,X),X))),Y),Y)))
% 115.87/116.10  -> true
% 115.87/116.10  Current number of equations to process: 2640
% 115.87/116.10  Current number of ordered equations: 0
% 115.87/116.10  Current number of rules: 922
% 115.87/116.10  New rule produced :
% 115.87/116.10  [959]
% 115.87/116.10  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(falsehood,C)),X),X),Y),Y)))
% 115.87/116.10  -> true
% 115.87/116.10  Current number of equations to process: 2639
% 115.87/116.10  Current number of ordered equations: 0
% 115.87/116.10  Current number of rules: 923
% 115.87/116.10  New rule produced :
% 115.87/116.10  [960]
% 115.87/116.10  is_a_theorem(implies(A,implies(implies(implies(implies(implies(falsehood,B),C),
% 115.87/116.10                                         implies(X,C)),Y),Y))) -> true
% 115.87/116.10  Current number of equations to process: 2637
% 115.87/116.10  Current number of ordered equations: 0
% 115.87/116.10  Current number of rules: 924
% 115.87/116.10  New rule produced :
% 115.87/116.10  [961]
% 115.87/116.10  is_a_theorem(implies(A,implies(implies(implies(implies(B,falsehood),implies(C,
% 115.87/116.10                                                                      implies(B,X))),Y),Y)))
% 115.87/116.10  -> true
% 115.87/116.10  Current number of equations to process: 2635
% 115.87/116.10  Current number of ordered equations: 0
% 115.87/116.10  Current number of rules: 925
% 115.87/116.10  New rule produced :
% 115.87/116.10  [962]
% 115.87/116.10  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,falsehood),B),
% 115.87/116.10                                         implies(C,B)),X),X))) -> true
% 115.87/116.10  Current number of equations to process: 2633
% 115.87/116.10  Current number of ordered equations: 0
% 115.87/116.10  Current number of rules: 926
% 115.87/116.10  New rule produced :
% 115.87/116.10  [963]
% 115.87/116.10  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,A),C),C)),X),
% 115.87/116.10               implies(Y,X))) -> true
% 115.87/116.10  Current number of equations to process: 2628
% 115.87/116.10  Current number of ordered equations: 0
% 115.87/116.10  Current number of rules: 927
% 115.87/116.10  New rule produced :
% 115.87/116.10  [964]
% 115.87/116.10  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(B,C),C))),X),
% 115.87/116.10               implies(Y,X))) -> true
% 115.87/116.10  Current number of equations to process: 2627
% 115.87/116.10  Current number of ordered equations: 0
% 115.87/116.10  Current number of rules: 928
% 115.87/116.10  New rule produced :
% 115.87/116.10  [965]
% 115.87/116.10  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,A)),falsehood),C),X),
% 115.87/116.10               implies(Y,X))) -> true
% 115.87/116.10  Current number of equations to process: 2625
% 115.87/116.10  Current number of ordered equations: 0
% 115.87/116.10  Current number of rules: 929
% 115.87/116.10  New rule produced :
% 115.87/116.10  [966]
% 115.87/116.10  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,B)),falsehood),C),X),
% 115.87/116.10               implies(Y,X))) -> true
% 115.87/116.10  Current number of equations to process: 2623
% 115.87/116.10  Current number of ordered equations: 0
% 115.87/116.10  Current number of rules: 930
% 115.87/116.10  New rule produced :
% 115.87/116.10  [967]
% 115.87/116.10  is_a_theorem(implies(implies(implies(implies(A,implies(A,B)),implies(A,B)),C),
% 115.87/116.10               implies(X,C))) -> true
% 115.87/116.10  Current number of equations to process: 2621
% 115.87/116.10  Current number of ordered equations: 0
% 115.87/116.10  Current number of rules: 931
% 115.87/116.10  New rule produced :
% 115.87/116.10  [968]
% 115.87/116.10  is_a_theorem(implies(implies(A,B),implies(A,implies(C,implies(X,implies(
% 115.87/116.10                                                                  implies(B,Y),Y))))))
% 115.87/116.10  -> true
% 115.87/116.10  Current number of equations to process: 2620
% 115.87/116.10  Current number of ordered equations: 0
% 115.87/116.10  Current number of rules: 932
% 115.87/116.10  New rule produced :
% 115.87/116.10  [969]
% 115.87/116.10  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(A,C),C))),X),
% 115.87/116.10               implies(Y,X))) -> true
% 115.87/116.10  Current number of equations to process: 2617
% 115.87/116.10  Current number of ordered equations: 0
% 115.87/116.10  Current number of rules: 933
% 115.87/116.10  New rule produced :
% 115.87/116.10  [970]
% 115.87/116.10  is_a_theorem(implies(A,implies(implies(B,C),implies(B,implies(X,implies(
% 115.87/116.10                                                                  implies(C,Y),Y))))))
% 115.87/116.10  -> true
% 115.87/116.10  Current number of equations to process: 2616
% 115.87/116.10  Current number of ordered equations: 0
% 115.87/116.10  Current number of rules: 934
% 115.87/116.10  New rule produced :
% 115.87/116.10  [971]
% 115.87/116.10  is_a_theorem(implies(implies(A,B),implies(C,implies(A,implies(X,implies(
% 116.27/116.41                                                                  implies(B,Y),Y))))))
% 116.27/116.41  -> true
% 116.27/116.41  Current number of equations to process: 2615
% 116.27/116.41  Current number of ordered equations: 0
% 116.27/116.41  Current number of rules: 935
% 116.27/116.41  New rule produced :
% 116.27/116.41  [972]
% 116.27/116.41  is_a_theorem(implies(A,implies(implies(B,C),implies(B,implies(implies(
% 116.27/116.41                                                                implies(X,C),Y),Y)))))
% 116.27/116.41  -> true
% 116.27/116.41  Current number of equations to process: 2611
% 116.27/116.41  Current number of ordered equations: 0
% 116.27/116.41  Current number of rules: 936
% 116.27/116.41  New rule produced :
% 116.27/116.41  [973]
% 116.27/116.41  is_a_theorem(implies(implies(A,B),implies(C,implies(A,implies(implies(
% 116.27/116.41                                                                implies(X,B),Y),Y)))))
% 116.27/116.41  -> true
% 116.27/116.41  Current number of equations to process: 2610
% 116.27/116.41  Current number of ordered equations: 0
% 116.27/116.41  Current number of rules: 937
% 116.27/116.41  New rule produced :
% 116.27/116.41  [974]
% 116.27/116.41  is_a_theorem(implies(implies(A,implies(implies(B,implies(C,implies(falsehood,X))),Y)),
% 116.27/116.41               implies(A,Y))) -> true
% 116.27/116.41  Current number of equations to process: 2608
% 116.27/116.41  Current number of ordered equations: 0
% 116.27/116.41  Current number of rules: 938
% 116.27/116.41  New rule produced :
% 116.27/116.41  [975]
% 116.27/116.41  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,falsehood),B),B)),C),
% 116.27/116.41               implies(X,C))) -> true
% 116.27/116.41  Current number of equations to process: 2606
% 116.27/116.41  Current number of ordered equations: 0
% 116.27/116.41  Current number of rules: 939
% 116.27/116.41  New rule produced :
% 116.27/116.41  [976]
% 116.27/116.41  is_a_theorem(implies(implies(implies(A,implies(implies(implies(falsehood,B),C),C)),X),
% 116.27/116.41               implies(Y,X))) -> true
% 116.27/116.41  Current number of equations to process: 2604
% 116.27/116.41  Current number of ordered equations: 0
% 116.27/116.41  Current number of rules: 940
% 116.27/116.41  New rule produced :
% 116.27/116.41  [977]
% 116.27/116.41  is_a_theorem(implies(implies(implies(A,implies(implies(B,falsehood),implies(B,C))),X),
% 116.27/116.41               implies(Y,X))) -> true
% 116.27/116.41  Current number of equations to process: 2602
% 116.27/116.41  Current number of ordered equations: 0
% 116.27/116.41  Current number of rules: 941
% 116.27/116.41  New rule produced :
% 116.27/116.41  [978]
% 116.27/116.41  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,B),falsehood),C)),X),
% 116.27/116.41               implies(Y,X))) -> true
% 116.27/116.41  Current number of equations to process: 2600
% 116.27/116.41  Current number of ordered equations: 0
% 116.27/116.41  Current number of rules: 942
% 116.27/116.41  New rule produced :
% 116.27/116.41  [979]
% 116.27/116.41  is_a_theorem(implies(implies(A,implies(B,implies(implies(C,B),X))),implies(A,
% 116.27/116.41                                                                     implies(B,X))))
% 116.27/116.41  -> true
% 116.27/116.41  Current number of equations to process: 2599
% 116.27/116.41  Current number of ordered equations: 0
% 116.27/116.41  Current number of rules: 943
% 116.27/116.41  New rule produced :
% 116.27/116.41  [980]
% 116.27/116.41  is_a_theorem(implies(A,implies(implies(implies(B,falsehood),implies(implies(C,
% 116.27/116.41                                                                      implies(B,falsehood)),falsehood)),B)))
% 116.27/116.41  -> true
% 116.27/116.41  Current number of equations to process: 2598
% 116.27/116.41  Current number of ordered equations: 0
% 116.27/116.41  Current number of rules: 944
% 116.27/116.41  New rule produced :
% 116.27/116.41  [981]
% 116.27/116.41  is_a_theorem(implies(implies(implies(A,falsehood),implies(implies(B,implies(A,falsehood)),falsehood)),
% 116.27/116.41               implies(C,A))) -> true
% 116.27/116.41  Current number of equations to process: 2597
% 116.27/116.41  Current number of ordered equations: 0
% 116.27/116.41  Current number of rules: 945
% 116.27/116.41  New rule produced :
% 116.27/116.41  [982]
% 116.27/116.41  is_a_theorem(implies(implies(A,implies(implies(B,implies(implies(B,C),C)),X)),
% 116.27/116.41               implies(A,X))) -> true
% 116.27/116.41  Current number of equations to process: 2596
% 116.27/116.41  Current number of ordered equations: 0
% 116.27/116.41  Current number of rules: 946
% 116.27/116.41  New rule produced :
% 116.27/116.41  [983]
% 116.27/116.41  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,falsehood),falsehood),
% 116.27/116.41                                   implies(implies(C,X),X))))) -> true
% 116.27/116.41  Current number of equations to process: 2595
% 116.27/116.41  Current number of ordered equations: 0
% 116.27/116.41  Current number of rules: 947
% 116.27/116.41  New rule produced :
% 116.27/116.41  [984]
% 116.27/116.41  is_a_theorem(implies(A,implies(implies(implies(B,falsehood),falsehood),
% 116.27/116.41                         implies(C,implies(implies(B,X),X))))) -> true
% 116.27/116.41  Current number of equations to process: 2594
% 116.27/116.41  Current number of ordered equations: 0
% 116.27/116.41  Current number of rules: 948
% 116.27/116.41  New rule produced :
% 116.27/116.41  [985]
% 116.27/116.41  is_a_theorem(implies(implies(implies(A,falsehood),falsehood),implies(B,
% 116.27/116.41                                                               implies(C,
% 116.68/116.82                                                               implies(
% 116.68/116.82                                                               implies(A,X),X)))))
% 116.68/116.82  -> true
% 116.68/116.82  Current number of equations to process: 2593
% 116.68/116.82  Current number of ordered equations: 0
% 116.68/116.82  Current number of rules: 949
% 116.68/116.82  New rule produced :
% 116.68/116.82  [986]
% 116.68/116.82  is_a_theorem(implies(implies(implies(implies(implies(A,falsehood),falsehood),
% 116.68/116.82                               implies(implies(A,B),B)),C),C)) -> true
% 116.68/116.82  Current number of equations to process: 2592
% 116.68/116.82  Current number of ordered equations: 0
% 116.68/116.82  Current number of rules: 950
% 116.68/116.82  New rule produced :
% 116.68/116.82  [987]
% 116.68/116.82  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,C),X),implies(
% 116.68/116.82                                                                   implies(X,Y),Y)))))
% 116.68/116.82  -> true
% 116.68/116.82  Current number of equations to process: 2591
% 116.68/116.82  Current number of ordered equations: 0
% 116.68/116.82  Current number of rules: 951
% 116.68/116.82  New rule produced :
% 116.68/116.82  [988]
% 116.68/116.82  is_a_theorem(implies(A,implies(implies(implies(B,B),C),implies(X,implies(
% 116.68/116.82                                                                   implies(C,Y),Y)))))
% 116.68/116.82  -> true
% 116.68/116.82  Current number of equations to process: 2590
% 116.68/116.82  Current number of ordered equations: 0
% 116.68/116.82  Current number of rules: 952
% 116.68/116.82  New rule produced :
% 116.68/116.82  [989]
% 116.68/116.82  is_a_theorem(implies(implies(implies(A,A),B),implies(C,implies(X,implies(
% 116.68/116.82                                                                   implies(B,Y),Y)))))
% 116.68/116.82  -> true
% 116.68/116.82  Current number of equations to process: 2589
% 116.68/116.82  Current number of ordered equations: 0
% 116.68/116.82  Current number of rules: 953
% 116.68/116.82  New rule produced :
% 116.68/116.82  [990]
% 116.68/116.82  is_a_theorem(implies(implies(implies(implies(implies(A,A),B),implies(
% 116.68/116.82                                                               implies(B,C),C)),X),X))
% 116.68/116.82  -> true
% 116.68/116.82  Current number of equations to process: 2588
% 116.68/116.82  Current number of ordered equations: 0
% 116.68/116.82  Current number of rules: 954
% 116.68/116.82  New rule produced :
% 116.68/116.82  [991]
% 116.68/116.82  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(X,
% 116.68/116.82                                                             implies(Y,C)),Z),Z)))))
% 116.68/116.82  -> true
% 116.68/116.82  Current number of equations to process: 2587
% 116.68/116.82  Current number of ordered equations: 0
% 116.68/116.82  Current number of rules: 955
% 116.68/116.82  New rule produced :
% 116.68/116.82  [992]
% 116.68/116.82  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(X,
% 116.68/116.82                                                             implies(Y,B)),Z),Z)))))
% 116.68/116.82  -> true
% 116.68/116.82  Current number of equations to process: 2586
% 116.68/116.82  Current number of ordered equations: 0
% 116.68/116.82  Current number of rules: 956
% 116.68/116.82  New rule produced :
% 116.68/116.82  [993]
% 116.68/116.82  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(X,
% 116.68/116.82                                                             implies(Y,A)),Z),Z)))))
% 116.68/116.82  -> true
% 116.68/116.82  Current number of equations to process: 2585
% 116.68/116.82  Current number of ordered equations: 0
% 116.68/116.82  Current number of rules: 957
% 116.68/116.82  New rule produced :
% 116.68/116.82  [994]
% 116.68/116.82  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,implies(C,A)),X),X)),Y),Y))
% 116.68/116.82  -> true
% 116.68/116.82  Current number of equations to process: 2584
% 116.68/116.82  Current number of ordered equations: 0
% 116.68/116.82  Current number of rules: 958
% 116.68/116.82  New rule produced :
% 116.68/116.82  [995]
% 116.68/116.82  is_a_theorem(implies(implies(A,implies(B,C)),implies(A,implies(B,implies(
% 116.68/116.82                                                                   implies(C,X),X)))))
% 116.68/116.82  -> true
% 116.68/116.82  Current number of equations to process: 2579
% 116.68/116.82  Current number of ordered equations: 0
% 116.68/116.82  Current number of rules: 959
% 116.68/116.82  New rule produced :
% 116.68/116.82  [996]
% 116.68/116.82  is_a_theorem(implies(implies(implies(A,B),A),implies(implies(implies(
% 116.68/116.82                                                               implies(A,B),B),C),C)))
% 116.68/116.82  -> true
% 116.68/116.82  Current number of equations to process: 2569
% 116.68/116.82  Current number of ordered equations: 0
% 116.68/116.82  Current number of rules: 960
% 116.68/116.82  New rule produced :
% 116.68/116.82  [997]
% 116.68/116.82  is_a_theorem(implies(implies(A,B),implies(implies(implies(C,implies(A,
% 116.68/116.82                                                              implies(X,B))),Y),Y)))
% 116.68/116.82  -> true
% 116.68/116.82  Current number of equations to process: 2568
% 116.68/116.82  Current number of ordered equations: 0
% 116.68/116.82  Current number of rules: 961
% 116.68/116.82  New rule produced :
% 116.68/116.82  [998]
% 116.68/116.82  is_a_theorem(implies(implies(implies(A,implies(B,A)),C),implies(implies(
% 116.68/116.82                                                                  implies(X,C),Y),Y)))
% 116.68/116.82  -> true
% 116.68/116.82  Current number of equations to process: 2567
% 116.68/116.82  Current number of ordered equations: 0
% 117.07/117.23  Current number of rules: 962
% 117.07/117.23  New rule produced :
% 117.07/117.23  [999]
% 117.07/117.23  is_a_theorem(implies(implies(implies(A,falsehood),falsehood),implies(
% 117.07/117.23                                                               implies(
% 117.07/117.23                                                               implies(B,
% 117.07/117.23                                                               implies(C,A)),X),X)))
% 117.07/117.23  -> true
% 117.07/117.23  Current number of equations to process: 2566
% 117.07/117.23  Current number of ordered equations: 0
% 117.07/117.23  Current number of rules: 963
% 117.07/117.23  New rule produced :
% 117.07/117.23  [1000]
% 117.07/117.23  is_a_theorem(implies(implies(implies(A,A),B),implies(implies(implies(C,
% 117.07/117.23                                                               implies(X,B)),Y),Y)))
% 117.07/117.23  -> true
% 117.07/117.23  Current number of equations to process: 2565
% 117.07/117.23  Current number of ordered equations: 0
% 117.07/117.23  Current number of rules: 964
% 117.07/117.23  New rule produced :
% 117.07/117.23  [1001]
% 117.07/117.23  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(X,
% 117.07/117.23                                                             implies(Y,A)))),Z),Z)))
% 117.07/117.23  -> true
% 117.07/117.23  Current number of equations to process: 2564
% 117.07/117.23  Current number of ordered equations: 0
% 117.07/117.23  Current number of rules: 965
% 117.07/117.23  New rule produced :
% 117.07/117.23  [1002]
% 117.07/117.23  is_a_theorem(implies(implies(implies(A,implies(B,B)),C),implies(implies(
% 117.07/117.23                                                                  implies(X,C),Y),Y)))
% 117.07/117.23  -> true
% 117.07/117.23  Current number of equations to process: 2563
% 117.07/117.23  Current number of ordered equations: 0
% 117.07/117.23  Current number of rules: 966
% 117.07/117.23  New rule produced :
% 117.07/117.23  [1003]
% 117.07/117.23  is_a_theorem(implies(implies(implies(implies(implies(A,falsehood),falsehood),A),B),
% 117.07/117.23               implies(implies(B,C),C))) -> true
% 117.07/117.23  Current number of equations to process: 2562
% 117.07/117.23  Current number of ordered equations: 0
% 117.07/117.23  Current number of rules: 967
% 117.07/117.23  New rule produced :
% 117.07/117.23  [1004]
% 117.07/117.23  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,B))),X),implies(
% 117.07/117.23                                                                     implies(X,Y),Y)))
% 117.07/117.23  -> true
% 117.07/117.23  Current number of equations to process: 2561
% 117.07/117.23  Current number of ordered equations: 0
% 117.07/117.23  Current number of rules: 968
% 117.07/117.23  New rule produced :
% 117.07/117.23  [1005]
% 117.07/117.23  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,C))),X),implies(
% 117.07/117.23                                                                     implies(X,Y),Y)))
% 117.07/117.23  -> true
% 117.07/117.23  Current number of equations to process: 2560
% 117.07/117.23  Current number of ordered equations: 0
% 117.07/117.23  Current number of rules: 969
% 117.07/117.23  New rule produced :
% 117.07/117.23  [1006]
% 117.07/117.23  is_a_theorem(implies(implies(implies(implies(implies(A,A),B),B),C),implies(
% 117.07/117.23                                                                     implies(C,X),X)))
% 117.07/117.23  -> true
% 117.07/117.23  Current number of equations to process: 2559
% 117.07/117.23  Current number of ordered equations: 0
% 117.07/117.23  Current number of rules: 970
% 117.07/117.23  New rule produced :
% 117.07/117.23  [1007]
% 117.07/117.23  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,A))),X),implies(
% 117.07/117.23                                                                     implies(X,Y),Y)))
% 117.07/117.23  -> true
% 117.07/117.23  Current number of equations to process: 2558
% 117.07/117.23  Current number of ordered equations: 0
% 117.07/117.23  Current number of rules: 971
% 117.07/117.23  New rule produced :
% 117.07/117.23  [1008]
% 117.07/117.23  is_a_theorem(implies(implies(A,implies(implies(B,falsehood),falsehood)),
% 117.07/117.23               implies(implies(implies(A,B),C),C))) -> true
% 117.07/117.23  Current number of equations to process: 2557
% 117.07/117.23  Current number of ordered equations: 0
% 117.07/117.23  Current number of rules: 972
% 117.07/117.23  New rule produced :
% 117.07/117.23  [1009]
% 117.07/117.23  is_a_theorem(implies(implies(A,implies(implies(B,B),C)),implies(implies(
% 117.07/117.23                                                                  implies(A,C),X),X)))
% 117.07/117.23  -> true
% 117.07/117.23  Current number of equations to process: 2556
% 117.07/117.23  Current number of ordered equations: 0
% 117.07/117.23  Current number of rules: 973
% 117.07/117.23  New rule produced :
% 117.07/117.23  [1010]
% 117.07/117.23  is_a_theorem(implies(implies(A,B),implies(implies(implies(A,implies(C,
% 117.07/117.23                                                              implies(X,B))),Y),Y)))
% 117.07/117.23  -> true
% 117.07/117.23  Current number of equations to process: 2555
% 117.07/117.23  Current number of ordered equations: 0
% 117.07/117.23  Current number of rules: 974
% 117.07/117.23  New rule produced :
% 117.07/117.23  [1011]
% 117.07/117.23  is_a_theorem(implies(implies(implies(implies(implies(A,falsehood),falsehood),falsehood),falsehood),
% 117.07/117.23               implies(implies(A,B),B))) -> true
% 117.07/117.23  Current number of equations to process: 2554
% 117.07/117.23  Current number of ordered equations: 0
% 117.07/117.23  Current number of rules: 975
% 117.07/117.23  New rule produced :
% 117.07/117.23  [1012]
% 117.07/117.23  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,falsehood),falsehood)),
% 117.27/117.48               implies(implies(B,C),C))) -> true
% 117.27/117.48  Current number of equations to process: 2553
% 117.27/117.48  Current number of ordered equations: 0
% 117.27/117.48  Current number of rules: 976
% 117.27/117.48  New rule produced :
% 117.27/117.48  [1013]
% 117.27/117.48  is_a_theorem(implies(implies(implies(implies(implies(A,A),B),falsehood),falsehood),
% 117.27/117.48               implies(implies(B,C),C))) -> true
% 117.27/117.48  Current number of equations to process: 2552
% 117.27/117.48  Current number of ordered equations: 0
% 117.27/117.48  Current number of rules: 977
% 117.27/117.48  New rule produced :
% 117.27/117.48  [1014]
% 117.27/117.48  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,B),C)),implies(
% 117.27/117.48                                                                     implies(C,X),X)))
% 117.27/117.48  -> true
% 117.27/117.48  Current number of equations to process: 2551
% 117.27/117.48  Current number of ordered equations: 0
% 117.27/117.48  Current number of rules: 978
% 117.27/117.48  New rule produced :
% 117.27/117.48  [1015]
% 117.27/117.48  is_a_theorem(implies(implies(implies(A,falsehood),implies(implies(B,B),falsehood)),
% 117.27/117.48               implies(implies(A,C),C))) -> true
% 117.27/117.48  Current number of equations to process: 2549
% 117.27/117.48  Current number of ordered equations: 0
% 117.27/117.48  Current number of rules: 979
% 117.27/117.48  New rule produced :
% 117.27/117.48  [1016]
% 117.27/117.48  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(implies(A,X),X))),Y),Y)))
% 117.27/117.48  -> true
% 117.27/117.48  Current number of equations to process: 2547
% 117.27/117.48  Current number of ordered equations: 0
% 117.27/117.48  Current number of rules: 980
% 117.27/117.48  New rule produced :
% 117.27/117.48  [1017]
% 117.27/117.48  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(implies(C,A),X),X)),Y),Y)))
% 117.27/117.48  -> true
% 117.27/117.48  Current number of equations to process: 2545
% 117.27/117.48  Current number of ordered equations: 0
% 117.27/117.48  Current number of rules: 981
% 117.27/117.48  New rule produced :
% 117.27/117.48  [1018]
% 117.27/117.48  is_a_theorem(implies(implies(A,implies(implies(B,A),C)),implies(implies(
% 117.27/117.48                                                                  implies(A,C),X),X)))
% 117.27/117.48  -> true
% 117.27/117.48  Current number of equations to process: 2544
% 117.27/117.48  Current number of ordered equations: 0
% 117.27/117.48  Current number of rules: 982
% 117.27/117.48  New rule produced :
% 117.27/117.48  [1019]
% 117.27/117.48  is_a_theorem(implies(implies(implies(A,implies(implies(A,B),B)),C),implies(
% 117.27/117.48                                                                     implies(C,X),X)))
% 117.27/117.48  -> true
% 117.27/117.48  Current number of equations to process: 2543
% 117.27/117.48  Current number of ordered equations: 0
% 117.27/117.48  Current number of rules: 983
% 117.27/117.48  New rule produced :
% 117.27/117.48  [1020]
% 117.27/117.48  is_a_theorem(implies(implies(A,B),implies(implies(implies(A,implies(implies(B,C),C)),X),X)))
% 117.27/117.48  -> true
% 117.27/117.48  Current number of equations to process: 2542
% 117.27/117.48  Current number of ordered equations: 0
% 117.27/117.48  Current number of rules: 984
% 117.27/117.48  New rule produced :
% 117.27/117.48  [1021]
% 117.27/117.48  is_a_theorem(implies(implies(implies(implies(implies(A,falsehood),A),falsehood),falsehood),
% 117.27/117.48               implies(implies(A,B),B))) -> true
% 117.27/117.48  Current number of equations to process: 2541
% 117.27/117.48  Current number of ordered equations: 0
% 117.27/117.48  Current number of rules: 985
% 117.27/117.48  New rule produced :
% 117.27/117.48  [1022]
% 117.27/117.48  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,falsehood),B)),
% 117.27/117.48               implies(implies(B,C),C))) -> true
% 117.27/117.48  Current number of equations to process: 2540
% 117.27/117.48  Current number of ordered equations: 0
% 117.27/117.48  Current number of rules: 986
% 117.27/117.48  New rule produced :
% 117.27/117.48  [1023]
% 117.27/117.48  is_a_theorem(implies(implies(implies(A,implies(B,implies(falsehood,C))),X),
% 117.27/117.48               implies(implies(X,Y),Y))) -> true
% 117.27/117.48  Current number of equations to process: 2539
% 117.27/117.48  Current number of ordered equations: 0
% 117.27/117.48  Current number of rules: 987
% 117.27/117.48  New rule produced :
% 117.27/117.48  [1024]
% 117.27/117.48  is_a_theorem(implies(implies(implies(falsehood,A),implies(implies(B,falsehood),falsehood)),
% 117.27/117.48               implies(implies(B,C),C))) -> true
% 117.27/117.48  Current number of equations to process: 2536
% 117.27/117.48  Current number of ordered equations: 0
% 117.27/117.48  Current number of rules: 988
% 117.27/117.48  New rule produced :
% 117.27/117.48  [1025]
% 117.27/117.48  is_a_theorem(implies(implies(implies(falsehood,A),implies(implies(B,B),C)),
% 117.27/117.48               implies(implies(C,X),X))) -> true
% 117.27/117.48  Current number of equations to process: 2535
% 117.27/117.48  Current number of ordered equations: 0
% 117.27/117.48  Current number of rules: 989
% 117.27/117.48  New rule produced :
% 117.27/117.48  [1026]
% 117.27/117.48  is_a_theorem(implies(implies(implies(falsehood,A),B),implies(implies(
% 117.27/117.48                                                               implies(C,
% 117.27/117.48                                                               implies(X,B)),Y),Y)))
% 117.27/117.48  -> true
% 117.27/117.48  Current number of equations to process: 2534
% 117.27/117.48  Current number of ordered equations: 0
% 117.57/117.74  Current number of rules: 990
% 117.57/117.74  New rule produced :
% 117.57/117.74  [1027]
% 117.57/117.74  is_a_theorem(implies(implies(implies(A,falsehood),A),implies(implies(
% 117.57/117.74                                                               implies(
% 117.57/117.74                                                               implies(A,falsehood),B),C),C)))
% 117.57/117.74  -> true
% 117.57/117.74  Current number of equations to process: 2531
% 117.57/117.74  Current number of ordered equations: 0
% 117.57/117.74  Current number of rules: 991
% 117.57/117.74  New rule produced :
% 117.57/117.74  [1028]
% 117.57/117.74  is_a_theorem(implies(implies(A,falsehood),implies(implies(implies(B,implies(C,
% 117.57/117.74                                                                      implies(A,X))),Y),Y)))
% 117.57/117.74  -> true
% 117.57/117.74  Current number of equations to process: 2530
% 117.57/117.74  Current number of ordered equations: 0
% 117.57/117.74  Current number of rules: 992
% 117.57/117.74  New rule produced :
% 117.57/117.74  [1029]
% 117.57/117.74  is_a_theorem(implies(implies(implies(A,falsehood),A),implies(implies(
% 117.57/117.74                                                               implies(B,
% 117.57/117.74                                                               implies(C,A)),X),X)))
% 117.57/117.74  -> true
% 117.57/117.74  Current number of equations to process: 2527
% 117.57/117.74  Current number of ordered equations: 0
% 117.57/117.74  Current number of rules: 993
% 117.57/117.74  New rule produced :
% 117.57/117.74  [1030]
% 117.57/117.74  is_a_theorem(implies(implies(A,implies(A,B)),implies(implies(implies(C,
% 117.57/117.74                                                               implies(A,B)),X),X)))
% 117.57/117.74  -> true
% 117.57/117.74  Current number of equations to process: 2522
% 117.57/117.74  Current number of ordered equations: 0
% 117.57/117.74  Current number of rules: 994
% 117.57/117.74  New rule produced :
% 117.57/117.74  [1031]
% 117.57/117.74  is_a_theorem(implies(implies(implies(A,falsehood),implies(implies(A,falsehood),falsehood)),
% 117.57/117.74               implies(implies(A,B),B))) -> true
% 117.57/117.74  Current number of equations to process: 2521
% 117.57/117.74  Current number of ordered equations: 0
% 117.57/117.74  Current number of rules: 995
% 117.57/117.74  New rule produced :
% 117.57/117.74  [1032]
% 117.57/117.74  is_a_theorem(implies(implies(implies(implies(implies(A,falsehood),A),A),B),
% 117.57/117.74               implies(implies(B,C),C))) -> true
% 117.57/117.74  Current number of equations to process: 2520
% 117.57/117.74  Current number of ordered equations: 0
% 117.57/117.74  Current number of rules: 996
% 117.57/117.74  New rule produced :
% 117.57/117.74  [1033]
% 117.57/117.74  is_a_theorem(implies(implies(implies(implies(implies(falsehood,A),B),B),C),
% 117.57/117.74               implies(implies(C,X),X))) -> true
% 117.57/117.74  Current number of equations to process: 2519
% 117.57/117.74  Current number of ordered equations: 0
% 117.57/117.74  Current number of rules: 997
% 117.57/117.74  New rule produced :
% 117.57/117.74  [1034]
% 117.57/117.74  is_a_theorem(implies(implies(implies(implies(A,falsehood),implies(A,B)),C),
% 117.57/117.74               implies(implies(C,X),X))) -> true
% 117.57/117.74  Current number of equations to process: 2518
% 117.57/117.74  Current number of ordered equations: 0
% 117.57/117.74  Current number of rules: 998
% 117.57/117.74  New rule produced :
% 117.57/117.74  [1035]
% 117.57/117.74  is_a_theorem(implies(implies(implies(implies(implies(A,A),falsehood),B),C),
% 117.57/117.74               implies(implies(C,X),X))) -> true
% 117.57/117.74  Current number of equations to process: 2517
% 117.57/117.74  Current number of ordered equations: 0
% 117.57/117.74  Current number of rules: 999
% 117.57/117.74  New rule produced :
% 117.57/117.74  [1036]
% 117.57/117.74  is_a_theorem(implies(implies(implies(A,falsehood),falsehood),implies(
% 117.57/117.74                                                               implies(
% 117.57/117.74                                                               implies(
% 117.57/117.74                                                               implies(A,B),B),C),C)))
% 117.57/117.74  -> true
% 117.57/117.74  Current number of equations to process: 2515
% 117.57/117.74  Current number of ordered equations: 0
% 117.57/117.74  Current number of rules: 1000
% 117.57/117.74  New rule produced :
% 117.57/117.74  [1037]
% 117.57/117.74  is_a_theorem(implies(implies(implies(A,A),B),implies(implies(implies(
% 117.57/117.74                                                               implies(B,C),C),X),X)))
% 117.57/117.74  -> true
% 117.57/117.74  Current number of equations to process: 2514
% 117.57/117.74  Current number of ordered equations: 0
% 117.57/117.74  Current number of rules: 1001
% 117.57/117.74  New rule produced :
% 117.57/117.74  [1038]
% 117.57/117.74  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,implies(C,A)),X),X),Y),Y)))
% 117.57/117.74  -> true
% 117.57/117.74  Current number of equations to process: 2513
% 117.57/117.74  Current number of ordered equations: 0
% 117.57/117.74  Current number of rules: 1002
% 117.57/117.74  New rule produced :
% 117.57/117.74  [1039]
% 117.57/117.74  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(implies(X,Y),
% 117.57/117.74                                                       implies(Z,Y))))))) ->
% 117.57/117.74  true
% 117.57/117.74  Current number of equations to process: 2512
% 117.57/117.74  Current number of ordered equations: 0
% 117.57/117.74  Current number of rules: 1003
% 117.57/117.74  New rule produced :
% 117.57/117.74  [1040]
% 117.57/117.74  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(B,C),
% 123.16/123.33                                                   implies(X,C)))),Y),Y)) ->
% 123.16/123.33  true
% 123.16/123.33  Current number of equations to process: 2511
% 123.16/123.33  Current number of ordered equations: 0
% 123.16/123.33  Current number of rules: 1004
% 123.16/123.33  New rule produced :
% 123.16/123.33  [1041]
% 123.16/123.33  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(B,C),
% 123.16/123.33                                                   implies(X,C))),Y),Y))) ->
% 123.16/123.33  true
% 123.16/123.33  Current number of equations to process: 2510
% 123.16/123.33  Current number of ordered equations: 0
% 123.16/123.33  Current number of rules: 1005
% 123.16/123.33  New rule produced :
% 123.16/123.33  [1042]
% 123.16/123.33  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(implies(C,Y),
% 123.16/123.33                                                       implies(Z,Y))))))) ->
% 123.16/123.33  true
% 123.16/123.33  Current number of equations to process: 2509
% 123.16/123.33  Current number of ordered equations: 0
% 123.16/123.33  Current number of rules: 1006
% 123.16/123.33  New rule produced :
% 123.16/123.33  [1043]
% 123.16/123.33  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(implies(B,Y),
% 123.16/123.33                                                       implies(Z,Y))))))) ->
% 123.16/123.33  true
% 123.16/123.33  Current number of equations to process: 2508
% 123.16/123.33  Current number of ordered equations: 0
% 123.16/123.33  Current number of rules: 1007
% 123.16/123.33  New rule produced :
% 123.16/123.33  [1044]
% 123.16/123.33  is_a_theorem(implies(A,implies(B,implies(C,implies(X,implies(implies(A,Y),
% 123.16/123.33                                                       implies(Z,Y))))))) ->
% 123.16/123.33  true
% 123.16/123.33  Current number of equations to process: 2507
% 123.16/123.33  Current number of ordered equations: 0
% 123.16/123.33  Current number of rules: 1008
% 123.16/123.33  New rule produced :
% 123.16/123.33  [1045]
% 123.16/123.33  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(A,C),
% 123.16/123.33                                                   implies(X,C)))),Y),Y)) ->
% 123.16/123.33  true
% 123.16/123.33  Current number of equations to process: 2506
% 123.16/123.33  Current number of ordered equations: 0
% 123.16/123.33  Current number of rules: 1009
% 123.16/123.33  New rule produced :
% 123.16/123.33  [1046]
% 123.16/123.33  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(A,C),
% 123.16/123.33                                                   implies(X,C))),Y),Y))) ->
% 123.16/123.33  true
% 123.16/123.33  Current number of equations to process: 2500
% 123.16/123.33  Current number of ordered equations: 0
% 123.16/123.33  Current number of rules: 1010
% 123.16/123.33  New rule produced :
% 123.16/123.33  [1047]
% 123.16/123.33  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(implies(C,X),X),Y),Y)))))
% 123.16/123.33  -> true
% 123.16/123.33  Current number of equations to process: 2496
% 123.16/123.33  Current number of ordered equations: 0
% 123.16/123.33  Current number of rules: 1011
% 123.16/123.33  New rule produced :
% 123.16/123.33  [1048]
% 123.16/123.33  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(implies(B,X),X),Y),Y)))))
% 123.16/123.33  -> true
% 123.16/123.33  Current number of equations to process: 2495
% 123.16/123.33  Current number of ordered equations: 0
% 123.16/123.33  Current number of rules: 1012
% 123.16/123.33  New rule produced :
% 123.16/123.33  [1049]
% 123.16/123.33  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(implies(A,X),X),Y),Y)))))
% 123.16/123.33  -> true
% 123.16/123.33  Current number of equations to process: 2494
% 123.16/123.33  Current number of ordered equations: 0
% 123.16/123.33  Current number of rules: 1013
% 123.16/123.33  New rule produced :
% 123.16/123.33  [1050]
% 123.16/123.33  is_a_theorem(implies(implies(implies(A,implies(implies(implies(implies(A,B),B),C),C)),X),X))
% 123.16/123.33  -> true
% 123.16/123.33  Current number of equations to process: 2493
% 123.16/123.33  Current number of ordered equations: 0
% 123.16/123.33  Current number of rules: 1014
% 123.16/123.33  New rule produced :
% 123.16/123.33  [1051]
% 123.16/123.33  is_a_theorem(implies(A,implies(implies(implies(implies(implies(implies(A,B),B),C),C),X),X)))
% 123.16/123.33  -> true
% 123.16/123.33  Current number of equations to process: 2487
% 123.16/123.33  Current number of ordered equations: 0
% 123.16/123.33  Current number of rules: 1015
% 123.16/123.33  New rule produced :
% 123.16/123.33  [1052]
% 123.16/123.33  is_a_theorem(implies(implies(implies(implies(implies(implies(implies(A,falsehood),falsehood),falsehood),falsehood),A),falsehood),B))
% 123.16/123.33  -> true
% 123.16/123.33  Current number of equations to process: 2519
% 123.16/123.33  Current number of ordered equations: 0
% 123.16/123.33  Current number of rules: 1016
% 123.16/123.33  New rule produced :
% 123.16/123.33  [1053]
% 123.16/123.33  is_a_theorem(implies(implies(implies(implies(implies(A,A),implies(implies(B,falsehood),falsehood)),B),falsehood),C))
% 123.16/123.33  -> true
% 123.16/123.33  Current number of equations to process: 2554
% 123.16/123.33  Current number of ordered equations: 0
% 123.16/123.33  Current number of rules: 1017
% 123.16/123.33  New rule produced :
% 123.16/123.33  [1054]
% 123.16/123.33  is_a_theorem(implies(implies(implies(A,falsehood),implies(implies(B,B),
% 123.16/123.33                                                    implies(implies(falsehood,falsehood),falsehood))),A))
% 123.16/123.33  -> true
% 123.16/123.33  Current number of equations to process: 2570
% 123.16/123.33  Current number of ordered equations: 0
% 123.16/123.33  Current number of rules: 1018
% 123.16/123.33  New rule produced :
% 159.36/159.50  [1055]
% 159.36/159.50  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(X,
% 159.36/159.50                                                             implies(falsehood,Y))))),falsehood),Z))
% 159.36/159.50  -> true
% 159.36/159.50  Current number of equations to process: 2614
% 159.36/159.50  Current number of ordered equations: 0
% 159.36/159.50  Current number of rules: 1019
% 159.36/159.50  New rule produced :
% 159.36/159.50  [1056]
% 159.36/159.50  is_a_theorem(implies(implies(implies(implies(implies(implies(implies(A,A),B),falsehood),falsehood),B),falsehood),C))
% 159.36/159.50  -> true
% 159.36/159.50  Current number of equations to process: 2632
% 159.36/159.50  Current number of ordered equations: 0
% 159.36/159.50  Current number of rules: 1020
% 159.36/159.50  New rule produced :
% 159.36/159.50  [1057]
% 159.36/159.50  is_a_theorem(implies(implies(implies(implies(implies(A,A),implies(implies(B,B),C)),C),falsehood),X))
% 159.36/159.50  -> true
% 159.36/159.50  Rule
% 159.36/159.50  [857]
% 159.36/159.50  is_a_theorem(implies(implies(implies(implies(implies(A,A),implies(implies(B,B),falsehood)),falsehood),falsehood),C))
% 159.36/159.50  -> true collapsed.
% 159.36/159.50  Current number of equations to process: 2667
% 159.36/159.50  Current number of ordered equations: 0
% 159.36/159.50  Current number of rules: 1020
% 159.36/159.50  New rule produced :
% 159.36/159.50  [1058]
% 159.36/159.50  is_a_theorem(implies(implies(implies(A,falsehood),implies(implies(B,B),
% 159.36/159.50                                                    implies(implies(C,C),falsehood))),A))
% 159.36/159.50  -> true
% 159.36/159.50  Rule
% 159.36/159.50  [1054]
% 159.36/159.50  is_a_theorem(implies(implies(implies(A,falsehood),implies(implies(B,B),
% 159.36/159.50                                                    implies(implies(falsehood,falsehood),falsehood))),A))
% 159.36/159.50  -> true collapsed.
% 159.36/159.50  Current number of equations to process: 2683
% 159.36/159.50  Current number of ordered equations: 0
% 159.36/159.50  Current number of rules: 1020
% 159.36/159.50  New rule produced :
% 159.36/159.50  [1059]
% 159.36/159.50  is_a_theorem(implies(implies(implies(A,implies(B,A)),implies(implies(A,
% 159.36/159.50                                                               implies(B,A)),C)),C))
% 159.36/159.50  -> true
% 159.36/159.50  Current number of equations to process: 3198
% 159.36/159.50  Current number of ordered equations: 0
% 159.36/159.50  Current number of rules: 1021
% 159.36/159.50  New rule produced :
% 159.36/159.50  [1060]
% 159.36/159.50  is_a_theorem(implies(implies(implies(A,implies(B,B)),implies(implies(A,
% 159.36/159.50                                                               implies(B,B)),C)),C))
% 159.36/159.50  -> true
% 159.36/159.50  Current number of equations to process: 3197
% 159.36/159.50  Current number of ordered equations: 0
% 159.36/159.50  Current number of rules: 1022
% 159.36/159.50  New rule produced :
% 159.36/159.50  [1061]
% 159.36/159.50  is_a_theorem(implies(implies(implies(falsehood,A),implies(implies(falsehood,A),B)),B))
% 159.36/159.50  -> true
% 159.36/159.50  Current number of equations to process: 3199
% 159.36/159.50  Current number of ordered equations: 0
% 159.36/159.50  Current number of rules: 1023
% 159.36/159.50  New rule produced :
% 159.36/159.50  [1062]
% 159.36/159.50  is_a_theorem(implies(implies(implies(A,implies(falsehood,B)),implies(
% 159.36/159.50                                                               implies(A,
% 159.36/159.50                                                               implies(falsehood,B)),C)),C))
% 159.36/159.50  -> true
% 159.36/159.50  Current number of equations to process: 3212
% 159.36/159.50  Current number of ordered equations: 0
% 159.36/159.50  Current number of rules: 1024
% 159.36/159.50  New rule produced :
% 159.36/159.50  [1063]
% 159.36/159.50  is_a_theorem(implies(implies(implies(implies(implies(implies(implies(A,falsehood),falsehood),A),falsehood),B),falsehood),C))
% 159.36/159.50  -> true
% 159.36/159.50  Current number of equations to process: 3302
% 159.36/159.50  Current number of ordered equations: 0
% 159.36/159.50  Current number of rules: 1025
% 159.36/159.50  New rule produced :
% 159.36/159.50  [1064]
% 159.36/159.50  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,implies(C,B))),falsehood),X),falsehood),Y))
% 159.36/159.50  -> true
% 159.36/159.50  Current number of equations to process: 3320
% 159.36/159.50  Current number of ordered equations: 0
% 159.36/159.50  Current number of rules: 1026
% 159.36/159.50  New rule produced :
% 159.36/159.50  [1065]
% 159.36/159.50  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,implies(C,C))),falsehood),X),falsehood),Y))
% 159.36/159.50  -> true
% 159.36/159.50  Current number of equations to process: 3338
% 159.36/159.50  Current number of ordered equations: 0
% 159.36/159.50  Current number of rules: 1027
% 159.36/159.50  New rule produced :
% 159.36/159.50  [1066]
% 159.36/159.50  is_a_theorem(implies(implies(implies(implies(implies(implies(implies(A,A),B),B),falsehood),C),falsehood),X))
% 159.36/159.50  -> true
% 159.36/159.50  Current number of equations to process: 3356
% 159.36/159.50  Current number of ordered equations: 0
% 159.36/159.50  Current number of rules: 1028
% 159.36/159.50  New rule produced :
% 159.36/159.50  [1067]
% 159.36/159.50  is_a_theorem(implies(implies(implies(implies(implies(A,implies(B,implies(C,A))),falsehood),X),falsehood),Y))
% 159.36/159.50  -> true
% 159.36/159.50  Current number of equations to process: 3374
% 159.36/159.50  Current number of ordered equations: 0
% 159.36/159.50  Current number of rules: 1029
% 159.36/159.50  New rule produced :
% 159.36/159.50  [1068]
% 159.36/159.50  is_a_theorem(implies(implies(implies(implies(implies(A,falsehood),implies(
% 181.77/181.92                                                                    implies(B,B),falsehood)),A),falsehood),C))
% 181.77/181.92  -> true
% 181.77/181.92  Current number of equations to process: 3392
% 181.77/181.92  Current number of ordered equations: 0
% 181.77/181.92  Current number of rules: 1030
% 181.77/181.92  New rule produced :
% 181.77/181.92  [1069]
% 181.77/181.92  is_a_theorem(implies(implies(implies(implies(implies(A,A),implies(implies(B,B),falsehood)),C),falsehood),X))
% 181.77/181.92  -> true
% 181.77/181.92  Current number of equations to process: 3409
% 181.77/181.92  Current number of ordered equations: 0
% 181.77/181.92  Current number of rules: 1031
% 181.77/181.92  New rule produced :
% 181.77/181.92  [1070]
% 181.77/181.92  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(implies(C,X),X)))),falsehood),Y))
% 181.77/181.92  -> true
% 181.77/181.92  Current number of equations to process: 3441
% 181.77/181.92  Current number of ordered equations: 0
% 181.77/181.92  Current number of rules: 1032
% 181.77/181.92  New rule produced :
% 181.77/181.92  [1071]
% 181.77/181.92  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(implies(B,X),X)))),falsehood),Y))
% 181.77/181.92  -> true
% 181.77/181.92  Current number of equations to process: 3458
% 181.77/181.92  Current number of ordered equations: 0
% 181.77/181.92  Current number of rules: 1033
% 181.77/181.92  New rule produced :
% 181.77/181.92  [1072]
% 181.77/181.92  is_a_theorem(implies(implies(implies(A,implies(B,implies(C,implies(implies(A,X),X)))),falsehood),Y))
% 181.77/181.92  -> true
% 181.77/181.92  Current number of equations to process: 3537
% 181.77/181.92  Current number of ordered equations: 0
% 181.77/181.92  Current number of rules: 1034
% 181.77/181.92  New rule produced :
% 181.77/181.92  [1073]
% 181.77/181.92  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(implies(C,B),X),X))),falsehood),Y))
% 181.77/181.92  -> true
% 181.77/181.92  Current number of equations to process: 3554
% 181.77/181.92  Current number of ordered equations: 0
% 181.77/181.92  Current number of rules: 1035
% 181.77/181.92  New rule produced :
% 181.77/181.92  [1074]
% 181.77/181.92  is_a_theorem(implies(implies(implies(A,implies(B,implies(implies(implies(C,A),X),X))),falsehood),Y))
% 181.77/181.92  -> true
% 181.77/181.92  Current number of equations to process: 3633
% 181.77/181.92  Current number of ordered equations: 0
% 181.77/181.92  Current number of rules: 1036
% 181.77/181.92  New rule produced :
% 181.77/181.92  [1075]
% 181.77/181.92  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,implies(C,B)),falsehood),X)),falsehood),Y))
% 181.77/181.92  -> true
% 181.77/181.92  Current number of equations to process: 3651
% 181.77/181.92  Current number of ordered equations: 0
% 181.77/181.92  Current number of rules: 1037
% 181.77/181.92  New rule produced :
% 181.77/181.92  [1076]
% 181.77/181.92  is_a_theorem(implies(implies(implies(A,implies(implies(implies(B,implies(C,C)),falsehood),X)),falsehood),Y))
% 181.77/181.92  -> true
% 181.77/181.92  Current number of equations to process: 3669
% 181.77/181.92  Current number of ordered equations: 0
% 181.77/181.92  Current number of rules: 1038
% 181.77/181.92  New rule produced :
% 181.77/181.92  [1077]
% 181.77/181.92  is_a_theorem(implies(implies(implies(A,implies(implies(B,implies(B,C)),
% 181.77/181.92                                         implies(B,C))),falsehood),X)) -> true
% 181.77/181.92  Current number of equations to process: 3686
% 181.77/181.92  Current number of ordered equations: 0
% 181.77/181.92  Current number of rules: 1039
% 181.77/181.92  New rule produced :
% 181.77/181.92  [1078]
% 181.77/181.92  is_a_theorem(implies(implies(implies(A,B),C),implies(X,implies(B,C)))) ->
% 181.77/181.92  true
% 181.77/181.92  Current number of equations to process: 3705
% 181.77/181.92  Current number of ordered equations: 0
% 181.77/181.92  Current number of rules: 1040
% 181.77/181.92  New rule produced :
% 181.77/181.92  [1079]
% 181.77/181.92  is_a_theorem(implies(implies(implies(implies(A,implies(implies(B,A),C)),
% 181.77/181.92                               implies(A,C)),falsehood),X)) -> true
% 181.77/181.92  Current number of equations to process: 3746
% 181.77/181.92  Current number of ordered equations: 0
% 181.77/181.92  Current number of rules: 1041
% 181.77/181.92  New rule produced :
% 181.77/181.92  [1080]
% 181.77/181.92  is_a_theorem(implies(implies(implies(A,implies(implies(A,B),B)),implies(
% 181.77/181.92                                                                  implies(falsehood,falsehood),falsehood)),C))
% 181.77/181.92  -> true
% 181.77/181.92  Current number of equations to process: 3792
% 181.77/181.92  Current number of ordered equations: 0
% 181.77/181.92  Current number of rules: 1042
% 181.77/181.92  New rule produced :
% 181.77/181.92  [1081]
% 181.77/181.92  is_a_theorem(implies(implies(implies(A,implies(implies(A,B),B)),implies(
% 181.77/181.92                                                                  implies(C,C),falsehood)),X))
% 181.77/181.92  -> true
% 181.77/181.92  Rule
% 181.77/181.92  [1080]
% 181.77/181.92  is_a_theorem(implies(implies(implies(A,implies(implies(A,B),B)),implies(
% 181.77/181.92                                                                  implies(falsehood,falsehood),falsehood)),C))
% 181.77/181.92  -> true collapsed.
% 181.77/181.92  Current number of equations to process: 3810
% 181.77/181.92  Current number of ordered equations: 0
% 181.77/181.92  Current number of rules: 1042
% 181.77/181.92  New rule produced :
% 181.77/181.92  [1082]
% 181.77/181.92  is_a_theorem(implies(implies(implies(implies(implies(A,implies(implies(A,B),B)),C),C),falsehood),X))
% 181.77/181.92  -> true
% 181.77/181.92  Current number of equations to process: 3842
% 191.27/191.45  Current number of ordered equations: 0
% 191.27/191.45  Current number of rules: 1043
% 191.27/191.45  New rule produced :
% 191.27/191.45  [1083]
% 191.27/191.45  is_a_theorem(implies(A,implies(B,implies(implies(implies(falsehood,C),X),
% 191.27/191.45                                   implies(implies(X,Y),Y))))) -> true
% 191.27/191.45  Current number of equations to process: 3903
% 191.27/191.45  Current number of ordered equations: 0
% 191.27/191.45  Current number of rules: 1044
% 191.27/191.45  New rule produced :
% 191.27/191.45  [1084]
% 191.27/191.45  is_a_theorem(implies(A,implies(B,implies(implies(C,falsehood),implies(
% 191.27/191.45                                                                implies(
% 191.27/191.45                                                                implies(C,X),Y),Y)))))
% 191.27/191.45  -> true
% 191.27/191.45  Current number of equations to process: 3902
% 191.27/191.45  Current number of ordered equations: 0
% 191.27/191.45  Current number of rules: 1045
% 191.27/191.45  New rule produced :
% 191.27/191.45  [1085]
% 191.27/191.45  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,falsehood),C),
% 191.27/191.45                                   implies(implies(C,X),X))))) -> true
% 191.27/191.45  Current number of equations to process: 3901
% 191.27/191.45  Current number of ordered equations: 0
% 191.27/191.45  Current number of rules: 1046
% 191.27/191.45  New rule produced :
% 191.27/191.45  [1086]
% 191.27/191.45  is_a_theorem(implies(implies(implies(implies(A,B),implies(A,implies(implies(B,C),C))),falsehood),X))
% 191.27/191.45  -> true
% 191.27/191.45  Current number of equations to process: 3922
% 191.27/191.45  Current number of ordered equations: 0
% 191.27/191.45  Current number of rules: 1047
% 191.27/191.45  New rule produced :
% 191.27/191.45  [1087]
% 191.27/191.45  is_a_theorem(implies(implies(implies(A,falsehood),falsehood),implies(B,
% 191.27/191.45                                                               implies(
% 191.27/191.45                                                               implies(
% 191.27/191.45                                                               implies(C,A),X),X))))
% 191.27/191.45  -> true
% 191.27/191.45  Current number of equations to process: 3921
% 191.27/191.45  Current number of ordered equations: 0
% 191.27/191.45  Current number of rules: 1048
% 191.27/191.45  New rule produced :
% 191.27/191.45  [1088]
% 191.27/191.45  is_a_theorem(implies(implies(implies(A,A),B),implies(C,implies(implies(
% 191.27/191.45                                                                 implies(X,B),Y),Y))))
% 191.27/191.45  -> true
% 191.27/191.45  Current number of equations to process: 3920
% 191.27/191.45  Current number of ordered equations: 0
% 191.27/191.45  Current number of rules: 1049
% 191.27/191.45  New rule produced :
% 191.27/191.45  [1089]
% 191.27/191.45  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(X,
% 191.27/191.45                                                             implies(Y,A))),Z),Z))))
% 191.27/191.45  -> true
% 191.27/191.45  Current number of equations to process: 3919
% 191.27/191.45  Current number of ordered equations: 0
% 191.27/191.45  Current number of rules: 1050
% 191.27/191.45  New rule produced :
% 191.27/191.45  [1090]
% 191.27/191.45  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(implies(A,X),X)),Y),Y))))
% 191.27/191.45  -> true
% 191.27/191.45  Current number of equations to process: 3937
% 191.27/191.45  Current number of ordered equations: 0
% 191.27/191.45  Current number of rules: 1051
% 191.27/191.45  New rule produced :
% 191.27/191.45  [1091]
% 191.27/191.45  is_a_theorem(implies(implies(implies(falsehood,A),B),implies(C,implies(
% 191.27/191.45                                                                 implies(
% 191.27/191.45                                                                 implies(X,B),Y),Y))))
% 191.27/191.45  -> true
% 191.27/191.45  Current number of equations to process: 3936
% 191.27/191.45  Current number of ordered equations: 0
% 191.27/191.45  Current number of rules: 1052
% 191.27/191.45  New rule produced :
% 191.27/191.45  [1092]
% 191.27/191.45  is_a_theorem(implies(implies(A,falsehood),implies(B,implies(implies(implies(C,
% 191.27/191.45                                                                      implies(A,X)),Y),Y))))
% 191.27/191.45  -> true
% 191.27/191.45  Current number of equations to process: 3935
% 191.27/191.45  Current number of ordered equations: 0
% 191.27/191.45  Current number of rules: 1053
% 191.27/191.45  New rule produced :
% 191.27/191.45  [1093]
% 191.27/191.45  is_a_theorem(implies(implies(implies(A,falsehood),A),implies(B,implies(
% 191.27/191.45                                                                 implies(
% 191.27/191.45                                                                 implies(C,A),X),X))))
% 191.27/191.45  -> true
% 191.27/191.45  Current number of equations to process: 3934
% 191.27/191.45  Current number of ordered equations: 0
% 191.27/191.45  Current number of rules: 1054
% 191.27/191.45  New rule produced :
% 191.27/191.45  [1094]
% 191.27/191.45  is_a_theorem(implies(implies(implies(implies(implies(A,falsehood),implies(
% 191.27/191.45                                                                    implies(falsehood,falsehood),falsehood)),falsehood),falsehood),A))
% 191.27/191.45  -> true
% 191.27/191.45  Current number of equations to process: 3978
% 191.27/191.45  Current number of ordered equations: 0
% 191.27/191.45  Current number of rules: 1055
% 191.27/191.45  New rule produced :
% 191.27/191.45  [1095]
% 191.27/191.45  is_a_theorem(implies(A,implies(B,implies(implies(B,implies(implies(C,falsehood),falsehood)),C))))
% 194.78/194.90  -> true
% 194.78/194.90  Current number of equations to process: 3994
% 194.78/194.90  Current number of ordered equations: 0
% 194.78/194.90  Current number of rules: 1056
% 194.78/194.90  New rule produced :
% 194.78/194.90  [1096]
% 194.78/194.90  is_a_theorem(implies(A,implies(B,implies(implies(A,implies(implies(C,falsehood),falsehood)),C))))
% 194.78/194.90  -> true
% 194.78/194.90  Current number of equations to process: 3993
% 194.78/194.90  Current number of ordered equations: 0
% 194.78/194.90  Current number of rules: 1057
% 194.78/194.90  New rule produced :
% 194.78/194.90  [1097]
% 194.78/194.90  is_a_theorem(implies(implies(A,implies(A,implies(implies(B,falsehood),falsehood))),
% 194.78/194.90               implies(A,B))) -> true
% 194.78/194.90  Current number of equations to process: 4000
% 194.78/194.90  Current number of ordered equations: 0
% 194.78/194.90  Current number of rules: 1058
% 194.78/194.90  New rule produced :
% 194.78/194.90  [1098]
% 194.78/194.90  ifeq(is_a_theorem(A),true,is_a_theorem(implies(implies(A,implies(implies(B,falsehood),falsehood)),B)),true)
% 194.78/194.90  -> true
% 194.78/194.90  Current number of equations to process: 3999
% 194.78/194.90  Current number of ordered equations: 0
% 194.78/194.90  Current number of rules: 1059
% 194.78/194.90  New rule produced :
% 194.78/194.90  [1099]
% 194.78/194.90  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,falsehood),
% 194.78/194.90                                            implies(implies(falsehood,falsehood),falsehood))),B))
% 194.78/194.90  -> true
% 194.78/194.90  Current number of equations to process: 4006
% 194.78/194.90  Current number of ordered equations: 0
% 194.78/194.90  Current number of rules: 1060
% 194.78/194.90  New rule produced :
% 194.78/194.90  [1100]
% 194.78/194.90  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(C,implies(
% 194.78/194.90                                                               implies(X,falsehood),falsehood)),X)))))
% 194.78/194.90  -> true
% 194.78/194.90  Current number of equations to process: 4005
% 194.78/194.90  Current number of ordered equations: 0
% 194.78/194.90  Current number of rules: 1061
% 194.78/194.90  New rule produced :
% 194.78/194.90  [1101]
% 194.78/194.90  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(B,implies(
% 194.78/194.90                                                               implies(X,falsehood),falsehood)),X)))))
% 194.78/194.90  -> true
% 194.78/194.90  Current number of equations to process: 4004
% 194.78/194.90  Current number of ordered equations: 0
% 194.78/194.90  Current number of rules: 1062
% 194.78/194.90  New rule produced :
% 194.78/194.90  [1102]
% 194.78/194.90  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(A,implies(
% 194.78/194.90                                                               implies(X,falsehood),falsehood)),X)))))
% 194.78/194.90  -> true
% 194.78/194.90  Current number of equations to process: 4003
% 194.78/194.90  Current number of ordered equations: 0
% 194.78/194.90  Current number of rules: 1063
% 194.78/194.90  New rule produced :
% 194.78/194.90  [1103]
% 194.78/194.90  is_a_theorem(implies(implies(implies(A,implies(implies(A,implies(implies(B,falsehood),falsehood)),B)),C),C))
% 194.78/194.90  -> true
% 194.78/194.90  Current number of equations to process: 4002
% 194.78/194.90  Current number of ordered equations: 0
% 194.78/194.90  Current number of rules: 1064
% 194.78/194.90  New rule produced :
% 194.78/194.90  [1104]
% 194.78/194.90  is_a_theorem(implies(A,implies(implies(implies(implies(A,implies(implies(B,falsehood),falsehood)),B),C),C)))
% 194.78/194.90  -> true
% 194.78/194.90  Current number of equations to process: 4001
% 194.78/194.90  Current number of ordered equations: 0
% 194.78/194.90  Current number of rules: 1065
% 194.78/194.90  New rule produced :
% 194.78/194.90  [1105]
% 194.78/194.90  is_a_theorem(implies(implies(implies(implies(implies(A,falsehood),implies(
% 194.78/194.90                                                                    implies(B,B),falsehood)),falsehood),falsehood),A))
% 194.78/194.90  -> true
% 194.78/194.90  Rule
% 194.78/194.90  [1094]
% 194.78/194.90  is_a_theorem(implies(implies(implies(implies(implies(A,falsehood),implies(
% 194.78/194.90                                                                    implies(falsehood,falsehood),falsehood)),falsehood),falsehood),A))
% 194.78/194.90  -> true collapsed.
% 194.78/194.90  Current number of equations to process: 4017
% 194.78/194.90  Current number of ordered equations: 0
% 194.78/194.90  Current number of rules: 1065
% 194.78/194.90  New rule produced :
% 194.78/194.90  [1106]
% 194.78/194.90  is_a_theorem(implies(A,implies(B,implies(implies(B,implies(implies(C,C),X)),X))))
% 194.78/194.90  -> true
% 194.78/194.90  Current number of equations to process: 4033
% 194.78/194.90  Current number of ordered equations: 0
% 194.78/194.90  Current number of rules: 1066
% 194.78/194.90  New rule produced :
% 194.78/194.90  [1107]
% 194.78/194.90  is_a_theorem(implies(A,implies(B,implies(implies(A,implies(implies(C,C),X)),X))))
% 194.78/194.90  -> true
% 194.78/194.90  Current number of equations to process: 4032
% 194.78/194.90  Current number of ordered equations: 0
% 194.78/194.90  Current number of rules: 1067
% 194.78/194.90  New rule produced :
% 194.78/194.90  [1108]
% 194.78/194.90  is_a_theorem(implies(implies(A,implies(A,implies(implies(B,B),C))),implies(A,C)))
% 194.78/194.90  -> true
% 194.78/194.90  Current number of equations to process: 4039
% 194.78/194.90  Current number of ordered equations: 0
% 194.78/194.90  Current number of rules: 1068
% 194.78/194.90  New rule produced :
% 194.78/194.90  [1109]
% 194.78/194.90  ifeq(is_a_theorem(A),true,is_a_theorem(implies(implies(A,implies(implies(B,B),C)),C)),true)
% 214.16/214.38  -> true
% 214.16/214.38  Current number of equations to process: 4038
% 214.16/214.38  Current number of ordered equations: 0
% 214.16/214.38  Current number of rules: 1069
% 214.16/214.38  New rule produced :
% 214.16/214.38  [1110]
% 214.16/214.38  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,falsehood),
% 214.16/214.38                                            implies(implies(C,C),falsehood))),B))
% 214.16/214.38  -> true
% 214.16/214.38  Rule
% 214.16/214.38  [1099]
% 214.16/214.38  is_a_theorem(implies(implies(implies(A,A),implies(implies(B,falsehood),
% 214.16/214.38                                            implies(implies(falsehood,falsehood),falsehood))),B))
% 214.16/214.38  -> true collapsed.
% 214.16/214.38  Current number of equations to process: 4045
% 214.16/214.38  Current number of ordered equations: 0
% 214.16/214.38  Current number of rules: 1069
% 214.16/214.38  New rule produced :
% 214.16/214.38  [1111]
% 214.16/214.38  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(C,implies(
% 214.16/214.38                                                               implies(X,X),Y)),Y)))))
% 214.16/214.38  -> true
% 214.16/214.38  Current number of equations to process: 4044
% 214.16/214.38  Current number of ordered equations: 0
% 214.16/214.38  Current number of rules: 1070
% 214.16/214.38  New rule produced :
% 214.16/214.38  [1112]
% 214.16/214.38  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(B,implies(
% 214.16/214.38                                                               implies(X,X),Y)),Y)))))
% 214.16/214.38  -> true
% 214.16/214.38  Current number of equations to process: 4043
% 214.16/214.38  Current number of ordered equations: 0
% 214.16/214.38  Current number of rules: 1071
% 214.16/214.38  New rule produced :
% 214.16/214.38  [1113]
% 214.16/214.38  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(A,implies(
% 214.16/214.38                                                               implies(X,X),Y)),Y)))))
% 214.16/214.38  -> true
% 214.16/214.38  Current number of equations to process: 4042
% 214.16/214.38  Current number of ordered equations: 0
% 214.16/214.38  Current number of rules: 1072
% 214.16/214.38  New rule produced :
% 214.16/214.38  [1114]
% 214.16/214.38  is_a_theorem(implies(implies(implies(A,implies(implies(A,implies(implies(B,B),C)),C)),X),X))
% 214.16/214.38  -> true
% 214.16/214.38  Current number of equations to process: 4041
% 214.16/214.38  Current number of ordered equations: 0
% 214.16/214.38  Current number of rules: 1073
% 214.16/214.38  New rule produced :
% 214.16/214.38  [1115]
% 214.16/214.38  is_a_theorem(implies(A,implies(implies(implies(implies(A,implies(implies(B,B),C)),C),X),X)))
% 214.16/214.38  -> true
% 214.16/214.38  Current number of equations to process: 4040
% 214.16/214.38  Current number of ordered equations: 0
% 214.16/214.38  Current number of rules: 1074
% 214.16/214.38  New rule produced :
% 214.16/214.38  [1116]
% 214.16/214.38  is_a_theorem(implies(A,implies(B,implies(implies(B,C),implies(X,implies(Y,C))))))
% 214.16/214.38  -> true
% 214.16/214.38  Current number of equations to process: 4071
% 214.16/214.38  Current number of ordered equations: 0
% 214.16/214.38  Current number of rules: 1075
% 214.16/214.38  New rule produced :
% 214.16/214.38  [1117]
% 214.16/214.38  is_a_theorem(implies(A,implies(B,implies(implies(A,C),implies(X,implies(Y,C))))))
% 214.16/214.38  -> true
% 214.16/214.38  Current number of equations to process: 4070
% 214.16/214.38  Current number of ordered equations: 0
% 214.16/214.38  Current number of rules: 1076
% 214.16/214.38  New rule produced :
% 214.16/214.38  [1118]
% 214.16/214.38  is_a_theorem(implies(implies(A,implies(A,B)),implies(A,implies(C,implies(X,B)))))
% 214.16/214.38  -> true
% 214.16/214.38  Current number of equations to process: 4077
% 214.16/214.38  Current number of ordered equations: 0
% 214.16/214.38  Current number of rules: 1077
% 214.16/214.38  New rule produced :
% 214.16/214.38  [1119]
% 214.16/214.38  ifeq(is_a_theorem(A),true,is_a_theorem(implies(implies(A,B),implies(C,
% 214.16/214.38                                                              implies(X,B)))),true)
% 214.16/214.38  -> true
% 214.16/214.38  Current number of equations to process: 4080
% 214.16/214.38  Current number of ordered equations: 0
% 214.16/214.38  Current number of rules: 1078
% 214.16/214.38  New rule produced :
% 214.16/214.38  [1120]
% 214.16/214.38  ifeq(is_a_theorem(implies(implies(A,implies(falsehood,B)),C)),true,is_a_theorem(
% 214.16/214.38                                                                     implies(X,C)),true)
% 214.16/214.38  -> true
% 214.16/214.38  Current number of equations to process: 4142
% 214.16/214.38  Current number of ordered equations: 0
% 214.16/214.38  Current number of rules: 1079
% 214.16/214.38  New rule produced :
% 214.16/214.38  [1121]
% 214.16/214.38  is_a_theorem(implies(implies(implies(A,implies(falsehood,B)),implies(
% 214.16/214.38                                                               implies(falsehood,falsehood),falsehood)),C))
% 214.16/214.38  -> true
% 214.16/214.38  Current number of equations to process: 4163
% 214.16/214.38  Current number of ordered equations: 0
% 214.16/214.38  Current number of rules: 1080
% 214.16/214.38  New rule produced :
% 214.16/214.38  [1122]
% 214.16/214.38  is_a_theorem(implies(implies(implies(A,implies(falsehood,B)),implies(
% 214.16/214.38                                                               implies(C,C),falsehood)),X))
% 214.16/214.38  -> true
% 214.16/214.38  Rule
% 214.16/214.38  [1121]
% 214.16/214.38  is_a_theorem(implies(implies(implies(A,implies(falsehood,B)),implies(
% 214.16/214.38                                                               implies(falsehood,falsehood),falsehood)),C))
% 214.16/214.38  -> true collapsed.
% 214.16/214.38  Current number of equations to process: 4181
% 228.44/228.66  Current number of ordered equations: 0
% 228.44/228.66  Current number of rules: 1080
% 228.44/228.66  New rule produced :
% 228.44/228.66  [1123]
% 228.44/228.66  is_a_theorem(implies(implies(implies(implies(implies(A,implies(falsehood,B)),C),C),falsehood),X))
% 228.44/228.66  -> true
% 228.44/228.66  Current number of equations to process: 4213
% 228.44/228.66  Current number of ordered equations: 0
% 228.44/228.66  Current number of rules: 1081
% 228.44/228.66  New rule produced :
% 228.44/228.66  [1124]
% 228.44/228.66  is_a_theorem(implies(implies(implies(implies(implies(falsehood,A),B),falsehood),falsehood),B))
% 228.44/228.66  -> true
% 228.44/228.66  Current number of equations to process: 4234
% 228.44/228.66  Current number of ordered equations: 0
% 228.44/228.66  Current number of rules: 1082
% 228.44/228.66  New rule produced :
% 228.44/228.66  [1125]
% 228.44/228.66  is_a_theorem(implies(implies(implies(A,A),implies(implies(falsehood,B),C)),C))
% 228.44/228.66  -> true
% 228.44/228.66  Current number of equations to process: 4237
% 228.44/228.66  Current number of ordered equations: 0
% 228.44/228.66  Current number of rules: 1083
% 228.44/228.66  New rule produced :
% 228.44/228.66  [1126]
% 228.44/228.66  is_a_theorem(implies(A,implies(implies(B,implies(implies(falsehood,C),X)),
% 228.44/228.66                         implies(B,X)))) -> true
% 228.44/228.66  Current number of equations to process: 4237
% 228.44/228.66  Current number of ordered equations: 0
% 228.44/228.66  Current number of rules: 1084
% 228.44/228.66  New rule produced :
% 228.44/228.66  [1127]
% 228.44/228.66  is_a_theorem(implies(implies(A,implies(implies(falsehood,B),C)),implies(X,
% 228.44/228.66                                                                  implies(A,C))))
% 228.44/228.66  -> true
% 228.44/228.66  Current number of equations to process: 4236
% 228.44/228.66  Current number of ordered equations: 0
% 228.44/228.66  Current number of rules: 1085
% 228.44/228.66  New rule produced :
% 228.44/228.66  [1128]
% 228.44/228.66  is_a_theorem(implies(implies(implies(A,falsehood),implies(implies(falsehood,B),falsehood)),A))
% 228.44/228.66  -> true
% 228.44/228.66  Current number of equations to process: 4237
% 228.44/228.66  Current number of ordered equations: 0
% 228.44/228.66  Current number of rules: 1086
% 228.44/228.66  New rule produced :
% 228.44/228.66  [1129]
% 228.44/228.66  is_a_theorem(implies(implies(implies(falsehood,A),implies(implies(falsehood,B),C)),C))
% 228.44/228.66  -> true
% 228.44/228.66  Rule
% 228.44/228.66  [1061]
% 228.44/228.66  is_a_theorem(implies(implies(implies(falsehood,A),implies(implies(falsehood,A),B)),B))
% 228.44/228.66  -> true collapsed.
% 228.44/228.66  Current number of equations to process: 4240
% 228.44/228.66  Current number of ordered equations: 0
% 228.44/228.66  Current number of rules: 1086
% 228.44/228.66  New rule produced :
% 228.44/228.66  [1130]
% 228.44/228.66  ifeq(is_a_theorem(implies(implies(falsehood,A),falsehood)),true,is_a_theorem(B),true)
% 228.44/228.66  -> true
% 228.44/228.66  Current number of equations to process: 4250
% 228.44/228.66  Current number of ordered equations: 0
% 228.44/228.66  Current number of rules: 1087
% 228.44/228.66  New rule produced :
% 228.44/228.66  [1131]
% 228.44/228.66  is_a_theorem(implies(implies(implies(implies(implies(falsehood,A),falsehood),B),C),C))
% 228.44/228.66  -> true
% 228.44/228.66  Current number of equations to process: 4255
% 228.44/228.66  Current number of ordered equations: 0
% 228.44/228.66  Current number of rules: 1088
% 228.44/228.66  New rule produced :
% 228.44/228.66  [1132]
% 228.44/228.66  is_a_theorem(implies(A,implies(B,implies(C,implies(implies(implies(falsehood,X),falsehood),Y)))))
% 228.44/228.66  -> true
% 228.44/228.66  Current number of equations to process: 4254
% 228.44/228.66  Current number of ordered equations: 0
% 228.44/228.66  Current number of rules: 1089
% 228.44/228.66  New rule produced :
% 228.44/228.66  [1133]
% 228.44/228.66  is_a_theorem(implies(implies(implies(A,implies(implies(implies(falsehood,B),falsehood),C)),X),X))
% 228.44/228.66  -> true
% 228.44/228.66  Current number of equations to process: 4253
% 228.44/228.66  Current number of ordered equations: 0
% 228.44/228.66  Current number of rules: 1090
% 228.44/228.66  New rule produced :
% 228.44/228.66  [1134]
% 228.44/228.66  is_a_theorem(implies(A,implies(implies(implies(implies(implies(falsehood,B),falsehood),C),X),X)))
% 228.44/228.66  -> true
% 228.44/228.66  Current number of equations to process: 4252
% 228.44/228.66  Current number of ordered equations: 0
% 228.44/228.66  Current number of rules: 1091
% 228.44/228.66  New rule produced :
% 228.44/228.66  [1135]
% 228.44/228.66  ifeq(is_a_theorem(implies(A,implies(implies(falsehood,B),C))),true,is_a_theorem(
% 228.44/228.66                                                                     implies(A,C)),true)
% 228.44/228.66  -> true
% 228.44/228.66  Current number of equations to process: 4255
% 228.44/228.66  Current number of ordered equations: 0
% 228.44/228.66  Current number of rules: 1092
% 228.44/228.66  New rule produced :
% 228.44/228.66  [1136]
% 228.44/228.66  ifeq(is_a_theorem(implies(implies(implies(implies(falsehood,A),falsehood),B),C)),true,
% 228.44/228.66  is_a_theorem(C),true) -> true
% 228.44/228.66  Current number of equations to process: 4254
% 228.44/228.66  Current number of ordered equations: 0
% 228.44/228.66  Current number of rules: 1093
% 228.44/228.66  New rule produced :
% 228.44/228.66  [1137]
% 228.44/228.66  is_a_theorem(implies(implies(implies(implies(implies(falsehood,A),B),
% 228.44/228.66                               implies(C,B)),falsehood),X)) -> true
% 228.44/228.66  Current number of equations to process: 4297
% 228.44/228.66  Current number of ordered equations: 0
% 228.44/228.66  Current number of rules: 1094
% 228.44/228.66  New rule produced :
% 228.44/228.66  [1138]
% 228.44/228.66  is_a_theorem(implies(implies(implies(implies(A,falsehood),falsehood),falsehood),
% 234.33/234.58               implies(A,B))) -> true
% 234.33/234.58  Current number of equations to process: 4305
% 234.33/234.58  Current number of ordered equations: 0
% 234.33/234.58  Current number of rules: 1095
% 234.33/234.58  New rule produced :
% 234.33/234.58  [1139]
% 234.33/234.58  is_a_theorem(implies(implies(implies(A,A),implies(B,falsehood)),implies(B,C)))
% 234.33/234.58  -> true
% 234.33/234.58  Current number of equations to process: 4308
% 234.33/234.58  Current number of ordered equations: 0
% 234.33/234.58  Current number of rules: 1096
% 234.33/234.58  New rule produced :
% 234.33/234.58  [1140]
% 234.33/234.58  is_a_theorem(implies(A,implies(implies(B,implies(C,falsehood)),implies(B,
% 234.33/234.58                                                                 implies(C,X)))))
% 234.33/234.58  -> true
% 234.33/234.58  Current number of equations to process: 4308
% 234.33/234.58  Current number of ordered equations: 0
% 234.33/234.58  Current number of rules: 1097
% 234.33/234.58  New rule produced :
% 234.33/234.58  [1141]
% 234.33/234.58  is_a_theorem(implies(implies(A,implies(B,falsehood)),implies(C,implies(A,
% 234.33/234.58                                                                 implies(B,X)))))
% 234.33/234.58  -> true
% 234.33/234.58  Current number of equations to process: 4307
% 234.33/234.58  Current number of ordered equations: 0
% 234.33/234.58  Current number of rules: 1098
% 234.33/234.58  New rule produced :
% 234.33/234.58  [1142] is_a_theorem(implies(A,implies(implies(A,falsehood),B))) -> true
% 234.33/234.58  Current number of equations to process: 4311
% 234.33/234.58  Current number of ordered equations: 0
% 234.33/234.58  Current number of rules: 1099
% 234.33/234.58  New rule produced :
% 234.33/234.58  [1143]
% 234.33/234.58  is_a_theorem(implies(implies(implies(falsehood,A),implies(B,falsehood)),
% 234.33/234.58               implies(B,C))) -> true
% 234.33/234.58  Current number of equations to process: 4311
% 234.33/234.58  Current number of ordered equations: 0
% 234.33/234.58  Current number of rules: 1100
% 234.33/234.58  New rule produced :
% 234.33/234.58  [1144]
% 234.33/234.58  is_a_theorem(implies(implies(implies(implies(A,falsehood),falsehood),
% 234.33/234.58                       implies(A,falsehood)),implies(A,B))) -> true
% 234.33/234.58  Current number of equations to process: 4322
% 234.33/234.58  Current number of ordered equations: 0
% 234.33/234.58  Current number of rules: 1101
% 234.33/234.58  New rule produced :
% 234.33/234.58  [1145]
% 234.33/234.58  is_a_theorem(implies(A,implies(implies(implies(B,implies(implies(B,C),C)),falsehood),X)))
% 234.33/234.58  -> true
% 234.33/234.58  Current number of equations to process: 4321
% 234.33/234.58  Current number of ordered equations: 0
% 234.33/234.58  Current number of rules: 1102
% 234.33/234.58  New rule produced :
% 234.33/234.58  [1146]
% 234.33/234.58  is_a_theorem(implies(A,implies(implies(implies(B,implies(falsehood,C)),falsehood),X)))
% 234.33/234.58  -> true
% 234.33/234.58  Current number of equations to process: 4329
% 234.33/234.58  Current number of ordered equations: 0
% 234.33/234.58  Current number of rules: 1103
% 234.33/234.58  New rule produced :
% 234.33/234.58  [1147]
% 234.33/234.58  ifeq(is_a_theorem(implies(implies(A,implies(falsehood,B)),falsehood)),true,
% 234.33/234.58  is_a_theorem(C),true) -> true
% 234.33/234.58  Current number of equations to process: 4330
% 234.33/234.58  Current number of ordered equations: 0
% 234.33/234.58  Current number of rules: 1104
% 234.33/234.58  New rule produced :
% 234.33/234.58  [1148]
% 234.33/234.58  is_a_theorem(implies(A,implies(B,implies(implies(implies(C,implies(falsehood,X)),falsehood),Y))))
% 234.33/234.58  -> true
% 234.33/234.58  Current number of equations to process: 4341
% 234.33/234.58  Current number of ordered equations: 0
% 234.33/234.58  Current number of rules: 1105
% 234.33/234.58  New rule produced :
% 234.33/234.58  [1149]
% 234.33/234.58  is_a_theorem(implies(implies(implies(implies(implies(A,implies(falsehood,B)),falsehood),C),X),X))
% 234.33/234.58  -> true
% 234.33/234.58  Current number of equations to process: 4340
% 234.33/234.58  Current number of ordered equations: 0
% 234.33/234.58  Current number of rules: 1106
% 234.33/234.58  New rule produced :
% 234.33/234.58  [1150]
% 234.33/234.58  is_a_theorem(implies(A,implies(implies(implies(B,implies(C,implies(falsehood,X))),falsehood),Y)))
% 234.33/234.58  -> true
% 234.33/234.58  Current number of equations to process: 4339
% 234.33/234.58  Current number of ordered equations: 0
% 234.33/234.58  Current number of rules: 1107
% 234.33/234.58  New rule produced :
% 234.33/234.58  [1151]
% 234.33/234.58  is_a_theorem(implies(A,implies(implies(implies(falsehood,B),implies(implies(falsehood,falsehood),falsehood)),C)))
% 234.33/234.58  -> true
% 234.33/234.58  Current number of equations to process: 4408
% 234.33/234.58  Current number of ordered equations: 0
% 234.33/234.58  Current number of rules: 1108
% 234.33/234.58  New rule produced :
% 234.33/234.58  [1152]
% 234.33/234.58  is_a_theorem(implies(A,implies(implies(implies(falsehood,B),implies(implies(C,C),falsehood)),X)))
% 234.33/234.58  -> true
% 234.33/234.58  Rule
% 234.33/234.58  [1151]
% 234.33/234.58  is_a_theorem(implies(A,implies(implies(implies(falsehood,B),implies(implies(falsehood,falsehood),falsehood)),C)))
% 234.33/234.58  -> true collapsed.
% 234.33/234.58  Current number of equations to process: 4407
% 234.33/234.58  Current number of ordered equations: 0
% 234.33/234.58  Current number of rules: 1108
% 234.33/234.58  New rule produced :
% 234.33/234.58  [1153]
% 234.33/234.58  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,falsehood),B),B),falsehood),C)))
% 234.33/234.58  -> true
% 234.33/234.58  Current number of equations to process: 4406
% 234.33/234.58  Current number of ordered equations: 0
% 234.33/234.58  Current number of rules: 1109
% 267.94/268.16  New rule produced :
% 267.94/268.16  [1154]
% 267.94/268.16  is_a_theorem(implies(A,implies(implies(implies(implies(implies(falsehood,B),C),C),falsehood),X)))
% 267.94/268.16  -> true
% 267.94/268.16  Current number of equations to process: 4405
% 267.94/268.16  Current number of ordered equations: 0
% 267.94/268.16  Current number of rules: 1110
% 267.94/268.16  New rule produced :
% 267.94/268.16  [1155]
% 267.94/268.16  is_a_theorem(implies(A,implies(implies(implies(implies(B,falsehood),implies(B,C)),falsehood),X)))
% 267.94/268.16  -> true
% 267.94/268.16  Current number of equations to process: 4404
% 267.94/268.16  Current number of ordered equations: 0
% 267.94/268.16  Current number of rules: 1111
% 267.94/268.16  New rule produced :
% 267.94/268.16  [1156]
% 267.94/268.16  is_a_theorem(implies(A,implies(implies(implies(implies(implies(B,B),falsehood),C),falsehood),X)))
% 267.94/268.16  -> true
% 267.94/268.16  Current number of equations to process: 4403
% 267.94/268.16  Current number of ordered equations: 0
% 267.94/268.16  Current number of rules: 1112
% 267.94/268.16  New rule produced :
% 267.94/268.16  [1157]
% 267.94/268.16  is_a_theorem(implies(implies(implies(implies(implies(falsehood,A),B),falsehood),falsehood),
% 267.94/268.16               implies(C,B))) -> true
% 267.94/268.16  Current number of equations to process: 4436
% 267.94/268.16  Current number of ordered equations: 0
% 267.94/268.16  Current number of rules: 1113
% 267.94/268.16  New rule produced :
% 267.94/268.16  [1158]
% 267.94/268.16  is_a_theorem(implies(implies(implies(A,A),implies(implies(falsehood,B),C)),
% 267.94/268.16               implies(X,C))) -> true
% 267.94/268.16  Current number of equations to process: 4439
% 267.94/268.16  Current number of ordered equations: 0
% 267.94/268.16  Current number of rules: 1114
% 267.94/268.16  New rule produced :
% 267.94/268.16  [1159]
% 267.94/268.16  ifeq(is_a_theorem(implies(A,implies(B,falsehood))),true,is_a_theorem(
% 267.94/268.16                                                          implies(A,implies(B,C))),true)
% 267.94/268.16  -> true
% 267.94/268.16  Current number of equations to process: 4439
% 267.94/268.16  Current number of ordered equations: 0
% 267.94/268.16  Current number of rules: 1115
% 267.94/268.16  New rule produced :
% 267.94/268.16  [1160]
% 267.94/268.16  ifeq(is_a_theorem(implies(implies(A,implies(implies(A,B),B)),falsehood)),true,
% 267.94/268.16  is_a_theorem(C),true) -> true
% 267.94/268.16  Current number of equations to process: 4438
% 267.94/268.16  Current number of ordered equations: 0
% 267.94/268.16  Current number of rules: 1116
% 267.94/268.16  New rule produced :
% 267.94/268.16  [1161]
% 267.94/268.16  ifeq(is_a_theorem(implies(implies(A,implies(B,implies(falsehood,C))),falsehood)),true,
% 267.94/268.16  is_a_theorem(X),true) -> true
% 267.94/268.16  Current number of equations to process: 4437
% 267.94/268.16  Current number of ordered equations: 0
% 267.94/268.16  Current number of rules: 1117
% 267.94/268.16  New rule produced :
% 267.94/268.16  [1162]
% 267.94/268.16  is_a_theorem(implies(implies(implies(falsehood,A),implies(implies(falsehood,B),C)),
% 267.94/268.16               implies(X,C))) -> true
% 267.94/268.16  Current number of equations to process: 4441
% 267.94/268.16  Current number of ordered equations: 0
% 267.94/268.16  Current number of rules: 1118
% 267.94/268.16  New rule produced :
% 267.94/268.16  [1163]
% 267.94/268.16  is_a_theorem(implies(implies(implies(implies(A,falsehood),implies(B,implies(A,C))),falsehood),X))
% 267.94/268.16  -> true
% 267.94/268.16  Current number of equations to process: 4532
% 267.94/268.16  Current number of ordered equations: 0
% 267.94/268.16  Current number of rules: 1119
% 267.94/268.16  New rule produced :
% 267.94/268.16  [1164]
% 267.94/268.16  is_a_theorem(implies(implies(implies(implies(A,falsehood),falsehood),falsehood),
% 267.94/268.16               implies(B,implies(A,C)))) -> true
% 267.94/268.16  Current number of equations to process: 4598
% 267.94/268.16  Current number of ordered equations: 0
% 267.94/268.16  Current number of rules: 1120
% 267.94/268.16  New rule produced :
% 267.94/268.16  [1165]
% 267.94/268.16  is_a_theorem(implies(implies(implies(A,A),implies(B,falsehood)),implies(C,
% 267.94/268.16                                                                  implies(B,X))))
% 267.94/268.16  -> true
% 267.94/268.16  Current number of equations to process: 4601
% 267.94/268.16  Current number of ordered equations: 0
% 267.94/268.16  Current number of rules: 1121
% 267.94/268.16  New rule produced :
% 267.94/268.16  [1166]
% 267.94/268.16  ifeq(is_a_theorem(implies(implies(falsehood,A),implies(implies(B,B),falsehood))),true,
% 267.94/268.16  is_a_theorem(C),true) -> true
% 267.94/268.16  Current number of equations to process: 4601
% 267.94/268.16  Current number of ordered equations: 0
% 267.94/268.16  Current number of rules: 1122
% 267.94/268.16  New rule produced :
% 267.94/268.16  [1167]
% 267.94/268.16  is_a_theorem(implies(A,implies(B,implies(implies(A,falsehood),C)))) -> true
% 267.94/268.16  Current number of equations to process: 4605
% 267.94/268.16  Current number of ordered equations: 0
% 267.94/268.16  Current number of rules: 1123
% 267.94/268.16  New rule produced :
% 267.94/268.16  [1168]
% 267.94/268.16  is_a_theorem(implies(implies(implies(falsehood,A),implies(B,falsehood)),
% 267.94/268.16               implies(C,implies(B,X)))) -> true
% 267.94/268.16  Current number of equations to process: 4605
% 267.94/268.16  Current number of ordered equations: 0
% 267.94/268.16  Current number of rules: 1124
% 267.94/268.16  New rule produced :
% 267.94/268.16  [1169]
% 267.94/268.16  is_a_theorem(implies(implies(implies(implies(implies(A,falsehood),A),
% 267.94/268.16                               implies(B,A)),falsehood),C)) -> true
% 267.94/268.16  Current number of equations to process: 4841
% 293.75/293.97  Current number of ordered equations: 0
% 293.75/293.97  Current number of rules: 1125
% 293.75/293.97  New rule produced :
% 293.75/293.97  [1170]
% 293.75/293.97  is_a_theorem(implies(implies(implies(A,implies(implies(A,B),implies(C,B))),falsehood),X))
% 293.75/293.97  -> true
% 293.75/293.97  Current number of equations to process: 4846
% 293.75/293.97  Current number of ordered equations: 0
% 293.75/293.97  Current number of rules: 1126
% 293.75/293.97  New rule produced :
% 293.75/293.97  [1171]
% 293.75/293.97  is_a_theorem(implies(implies(implies(falsehood,A),implies(implies(B,implies(C,B)),falsehood)),X))
% 293.75/293.97  -> true
% 293.75/293.97  Current number of equations to process: 2215
% 293.75/293.97  Current number of ordered equations: 0
% 293.75/293.97  Current number of rules: 1127
% 293.75/293.97  New rule produced :
% 293.75/293.97  [1172]
% 293.75/293.97  is_a_theorem(implies(implies(implies(falsehood,A),implies(implies(B,implies(C,C)),falsehood)),X))
% 293.75/293.97  -> true
% 293.75/293.97  Current number of equations to process: 2233
% 293.75/293.97  Current number of ordered equations: 0
% 293.75/293.97  Current number of rules: 1128
% 293.75/293.97  New rule produced :
% 293.75/293.97  [1173]
% 293.75/293.97  ifeq(is_a_theorem(implies(implies(falsehood,A),B)),true,is_a_theorem(
% 293.75/293.97                                                          implies(implies(B,C),C)),true)
% 293.75/293.97  -> true
% 293.75/293.97  Current number of equations to process: 2255
% 293.75/293.97  Current number of ordered equations: 0
% 293.75/293.97  Current number of rules: 1129
% 293.75/293.97  New rule produced :
% 293.75/293.97  [1174]
% 293.75/293.97  is_a_theorem(implies(implies(A,implies(implies(falsehood,B),falsehood)),
% 293.75/293.97               implies(A,C))) -> true
% 293.75/293.97  Current number of equations to process: 2266
% 293.75/293.97  Current number of ordered equations: 0
% 293.75/293.97  Current number of rules: 1130
% 293.75/293.97  New rule produced :
% 293.75/293.97  [1175]
% 293.75/293.97  is_a_theorem(implies(implies(implies(implies(implies(falsehood,A),falsehood),B),falsehood),C))
% 293.75/293.97  -> true
% 293.75/293.97  Current number of equations to process: 2270
% 293.75/293.97  Current number of ordered equations: 0
% 293.75/293.97  Current number of rules: 1131
% 293.75/293.97  New rule produced :
% 293.75/293.97  [1176]
% 293.75/293.97  is_a_theorem(implies(implies(implies(A,implies(implies(implies(falsehood,B),falsehood),C)),falsehood),X))
% 293.75/293.97  -> true
% 293.75/293.97  Current number of equations to process: 2285
% 293.75/293.97  Current number of ordered equations: 0
% 293.75/293.97  Current number of rules: 1132
% 293.75/293.97  New rule produced :
% 293.75/293.97  [1177]
% 293.75/293.97  ifeq(is_a_theorem(implies(A,falsehood)),true,is_a_theorem(implies(implies(
% 293.75/293.97                                                                    implies(A,B),C),C)),true)
% 293.75/293.97  -> true
% 293.75/293.97  Current number of equations to process: 2296
% 293.75/293.97  Current number of ordered equations: 0
% 293.75/293.97  Current number of rules: 1133
% 293.75/293.97  New rule produced :
% 293.75/293.97  [1178]
% 293.75/293.97  is_a_theorem(implies(A,implies(implies(B,implies(implies(C,falsehood),C)),
% 293.75/293.97                         implies(B,C)))) -> true
% 293.75/293.97  Current number of equations to process: 2311
% 293.75/293.97  Current number of ordered equations: 0
% 293.75/293.97  Current number of rules: 1134
% 293.75/293.97  New rule produced :
% 293.75/293.97  [1179]
% 293.75/293.97  is_a_theorem(implies(implies(A,implies(implies(B,falsehood),B)),implies(C,
% 293.75/293.97                                                                  implies(A,B))))
% 293.75/293.97  -> true
% 293.75/293.97  Current number of equations to process: 2310
% 293.75/293.97  Current number of ordered equations: 0
% 293.75/293.97  Current number of rules: 1135
% 293.75/293.97  New rule produced :
% 293.75/293.97  [1180]
% 293.75/293.97  is_a_theorem(implies(implies(implies(falsehood,A),implies(implies(B,falsehood),B)),B))
% 293.75/293.97  -> true
% 293.75/293.97  Current number of equations to process: 2314
% 293.75/293.97  Current number of ordered equations: 0
% 293.75/293.97  Current number of rules: 1136
% 293.75/293.97  New rule produced :
% 293.75/293.97  [1181]
% 293.75/293.97  ifeq(is_a_theorem(implies(A,implies(implies(B,falsehood),B))),true,is_a_theorem(
% 293.75/293.97                                                                     implies(A,B)),true)
% 293.75/293.97  -> true
% 293.75/293.97  Current number of equations to process: 2322
% 293.75/293.97  Current number of ordered equations: 0
% 293.75/293.97  Current number of rules: 1137
% 293.75/293.97  New rule produced :
% 293.75/293.97  [1182]
% 293.75/293.97  is_a_theorem(implies(A,implies(implies(B,implies(implies(C,C),falsehood)),
% 293.75/293.97                         implies(B,X)))) -> true
% 293.75/293.97  Current number of equations to process: 2380
% 293.75/293.97  Current number of ordered equations: 0
% 293.75/293.97  Current number of rules: 1138
% 293.75/293.97  New rule produced :
% 293.75/293.97  [1183]
% 293.75/293.97  is_a_theorem(implies(implies(A,implies(implies(B,B),falsehood)),implies(C,
% 293.75/293.97                                                                  implies(A,X))))
% 293.75/293.97  -> true
% 293.75/293.97  Current number of equations to process: 2379
% 293.75/293.97  Current number of ordered equations: 0
% 293.75/293.97  Current number of rules: 1139
% 293.75/293.97  New rule produced :
% 293.75/293.97  [1184]
% 293.75/293.97  ifeq(is_a_theorem(implies(A,implies(implies(B,B),falsehood))),true,is_a_theorem(
% 293.75/293.97                                                                     implies(A,C)),true)
% 293.75/293.97  -> tru
%------------------------------------------------------------------------------