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

View Problem - Process Solution

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

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

% Result   : Timeout 292.06s
% 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  : CAT019-10 : TPTP v7.3.0. Released v7.3.0.
% 0.00/0.04  % Command  : tptp2X_and_run_cime %s
% 0.03/0.25  % Computer : n191.star.cs.uiowa.edu
% 0.03/0.25  % Model    : x86_64 x86_64
% 0.03/0.25  % CPU      : Intel(R) Xeon(R) CPU E5-2609 0 @ 2.40GHz
% 0.03/0.25  % Memory   : 32218.5MB
% 0.03/0.25  % OS       : Linux 3.10.0-862.11.6.el7.x86_64
% 0.03/0.25  % CPULimit : 300
% 0.03/0.25  % DateTime : Mon Feb 18 11:46:59 CST 2019
% 0.03/0.25  % CPUTime  : 
% 1.18/1.41  Processing problem /tmp/CiME_38990_n191.star.cs.uiowa.edu
% 1.18/1.41  #verbose 1;
% 1.18/1.41                let F = signature " b,a,true : constant;  compose : 2;  codomain : 1;  domain : 1;  there_exists : 1;  equivalent : 2;  ifeq : 4;  ifeq2 : 4;  ifeq3 : 4;  ifeq4 : 4;";
% 1.18/1.41  let X = vars "A B C X Y Z";
% 1.18/1.41  let Axioms = equations F X "
% 1.18/1.41   compose(compose(A,B),C) = compose(A,compose(B,C));
% 1.18/1.41   ifeq4(A,A,B,C) = B;
% 1.18/1.41   ifeq3(A,A,B,C) = B;
% 1.18/1.41   ifeq2(A,A,B,C) = B;
% 1.18/1.41   ifeq(A,A,B,C) = B;
% 1.18/1.41   ifeq(equivalent(X,Y),true,there_exists(X),true) = true;
% 1.18/1.41   ifeq2(equivalent(X,Y),true,X,Y) = Y;
% 1.18/1.41   ifeq(there_exists(Y),true,equivalent(Y,Y),true) = true;
% 1.18/1.41   ifeq(there_exists(domain(X)),true,there_exists(X),true) = true;
% 1.18/1.41   ifeq(there_exists(codomain(X)),true,there_exists(X),true) = true;
% 1.18/1.41   ifeq(there_exists(compose(X,Y)),true,there_exists(domain(X)),true) = true;
% 1.18/1.41   ifeq2(there_exists(compose(X,Y)),true,domain(X),codomain(Y)) = codomain(Y);
% 1.18/1.41   ifeq(there_exists(domain(X)),true,ifeq3(domain(X),codomain(Y),there_exists(compose(X,Y)),true),true) = true;
% 1.18/1.41   compose(X,domain(X)) = X;
% 1.18/1.41   compose(codomain(X),X) = X;
% 1.18/1.41   ifeq2(there_exists(Z),true,ifeq4(a,Z,b,Z),Z) = Z;
% 1.18/1.41   ifeq2(there_exists(Z),true,ifeq4(b,Z,a,Z),Z) = Z;
% 1.18/1.41  ";
% 1.18/1.41  
% 1.18/1.41  let s1 = status F "
% 1.18/1.41   b lr_lex;
% 1.18/1.41   a lr_lex;
% 1.18/1.41   compose lr_lex;
% 1.18/1.41   codomain lr_lex;
% 1.18/1.41   domain lr_lex;
% 1.18/1.41   there_exists lr_lex;
% 1.18/1.41   true lr_lex;
% 1.18/1.41   equivalent lr_lex;
% 1.18/1.41   ifeq lr_lex;
% 1.18/1.41   ifeq2 lr_lex;
% 1.18/1.41   ifeq3 lr_lex;
% 1.18/1.41   ifeq4 lr_lex;
% 1.18/1.41  ";
% 1.18/1.41  
% 1.18/1.41  let p1 = precedence F "
% 1.18/1.41  ifeq4 > ifeq3 > ifeq2 > ifeq > equivalent > compose > there_exists > domain > codomain > true > a > b";
% 1.18/1.41  
% 1.18/1.41  let s2 = status F "
% 1.18/1.41  b mul;
% 1.18/1.41  a mul;
% 1.18/1.41  compose mul;
% 1.18/1.41  codomain mul;
% 1.18/1.41  domain mul;
% 1.18/1.41  there_exists mul;
% 1.18/1.41  true mul;
% 1.18/1.41  equivalent mul;
% 1.18/1.41  ifeq mul;
% 1.18/1.41  ifeq2 mul;
% 1.18/1.41  ifeq3 mul;
% 1.18/1.41  ifeq4 mul;
% 1.18/1.41  ";
% 1.18/1.41  
% 1.18/1.41  let p2 = precedence F "
% 1.18/1.41  ifeq4 > ifeq3 > ifeq2 > ifeq > equivalent > compose > there_exists > domain > codomain > true = a = b";
% 1.18/1.41  
% 1.18/1.41  let o_auto = AUTO Axioms;
% 1.18/1.41  
% 1.18/1.41  let o = LEX o_auto (LEX (ACRPO s1 p1) (ACRPO s2 p2));
% 1.18/1.41  
% 1.18/1.41  let Conjectures = equations F X " a = b;"
% 1.18/1.41  ;
% 1.18/1.41  (*
% 1.18/1.41  let Red_Axioms = normalize_equations Defining_rules Axioms;
% 1.18/1.41  
% 1.18/1.41  let Red_Conjectures =  normalize_equations Defining_rules Conjectures;
% 1.18/1.41  *)
% 1.18/1.41  #time on;
% 1.18/1.41  
% 1.18/1.41  let res = prove_conj_by_ordered_completion o Axioms Conjectures;
% 1.18/1.41  
% 1.18/1.41  #time off;
% 1.18/1.41  
% 1.18/1.41  
% 1.18/1.41  let status = if res then "unsatisfiable" else "satisfiable";
% 1.18/1.41  #quit;
% 1.18/1.41  Verbose level is now 1
% 1.18/1.41  
% 1.18/1.41  F : signature = <signature>
% 1.18/1.41  X : variable_set = <variable set>
% 1.18/1.41  
% 1.18/1.41  Axioms : (F,X) equations = { compose(compose(A,B),C) =
% 1.18/1.41                               compose(A,compose(B,C)),
% 1.18/1.41                               ifeq4(A,A,B,C) = B,
% 1.18/1.41                               ifeq3(A,A,B,C) = B,
% 1.18/1.41                               ifeq2(A,A,B,C) = B,
% 1.18/1.41                               ifeq(A,A,B,C) = B,
% 1.18/1.41                               ifeq(equivalent(X,Y),true,there_exists(X),true)
% 1.18/1.41                               = true,
% 1.18/1.41                               ifeq2(equivalent(X,Y),true,X,Y) = Y,
% 1.18/1.41                               ifeq(there_exists(Y),true,equivalent(Y,Y),true)
% 1.18/1.41                               = true,
% 1.18/1.41                               ifeq(there_exists(domain(X)),true,there_exists(X),true)
% 1.18/1.41                               = true,
% 1.18/1.41                               ifeq(there_exists(codomain(X)),true,there_exists(X),true)
% 1.18/1.41                               = true,
% 1.18/1.41                               ifeq(there_exists(compose(X,Y)),true,there_exists(
% 1.18/1.41                                                                    domain(X)),true)
% 1.18/1.41                               = true,
% 1.18/1.41                               ifeq2(there_exists(compose(X,Y)),true,domain(X),
% 1.18/1.41                               codomain(Y)) = codomain(Y),
% 1.18/1.41                               ifeq(there_exists(domain(X)),true,ifeq3(
% 1.18/1.41                                                                 domain(X),
% 1.18/1.41                                                                 codomain(Y),
% 1.18/1.41                                                                 there_exists(
% 1.18/1.41                                                                 compose(X,Y)),true),true)
% 1.18/1.41                               = true,
% 1.18/1.41                               compose(X,domain(X)) = X,
% 1.18/1.41                               compose(codomain(X),X) = X,
% 1.18/1.41                               ifeq2(there_exists(Z),true,ifeq4(a,Z,b,Z),Z) = Z,
% 1.18/1.41                               ifeq2(there_exists(Z),true,ifeq4(b,Z,a,Z),Z) = Z }
% 1.18/1.42                               (17 equation(s))
% 1.18/1.42  s1 : F status = <status>
% 1.18/1.42  p1 : F precedence = <precedence>
% 1.18/1.42  s2 : F status = <status>
% 1.18/1.42  p2 : F precedence = <precedence>
% 1.18/1.42  o_auto : F term_ordering = <term ordering>
% 1.18/1.42  o : F term_ordering = <term ordering>
% 1.18/1.42  Conjectures : (F,X) equations = { a = b } (1 equation(s))
% 1.18/1.42  time is now on
% 1.18/1.42  
% 1.18/1.42  Initializing completion ...
% 1.18/1.42  New rule produced : [1] compose(X,domain(X)) -> X
% 1.18/1.42  Current number of equations to process: 0
% 1.18/1.42  Current number of ordered equations: 16
% 1.18/1.42  Current number of rules: 1
% 1.18/1.42  New rule produced : [2] compose(codomain(X),X) -> X
% 1.18/1.42  Current number of equations to process: 0
% 1.18/1.42  Current number of ordered equations: 15
% 1.18/1.42  Current number of rules: 2
% 1.18/1.42  New rule produced : [3] ifeq(A,A,B,C) -> B
% 1.18/1.42  Current number of equations to process: 0
% 1.18/1.42  Current number of ordered equations: 14
% 1.18/1.42  Current number of rules: 3
% 1.18/1.42  New rule produced : [4] ifeq2(A,A,B,C) -> B
% 1.18/1.42  Current number of equations to process: 0
% 1.18/1.42  Current number of ordered equations: 13
% 1.18/1.42  Current number of rules: 4
% 1.18/1.42  New rule produced : [5] ifeq3(A,A,B,C) -> B
% 1.18/1.42  Current number of equations to process: 0
% 1.18/1.42  Current number of ordered equations: 12
% 1.18/1.42  Current number of rules: 5
% 1.18/1.42  New rule produced : [6] ifeq4(A,A,B,C) -> B
% 1.18/1.42  Current number of equations to process: 0
% 1.18/1.42  Current number of ordered equations: 11
% 1.18/1.42  Current number of rules: 6
% 1.18/1.42  New rule produced : [7] compose(compose(A,B),C) -> compose(A,compose(B,C))
% 1.18/1.42  Current number of equations to process: 0
% 1.18/1.42  Current number of ordered equations: 10
% 1.18/1.42  Current number of rules: 7
% 1.18/1.42  New rule produced : [8] ifeq2(equivalent(X,Y),true,X,Y) -> Y
% 1.18/1.42  Current number of equations to process: 0
% 1.18/1.42  Current number of ordered equations: 9
% 1.18/1.42  Current number of rules: 8
% 1.18/1.42  New rule produced :
% 1.18/1.42  [9] ifeq(there_exists(domain(X)),true,there_exists(X),true) -> true
% 1.18/1.42  Current number of equations to process: 0
% 1.18/1.42  Current number of ordered equations: 8
% 1.18/1.42  Current number of rules: 9
% 1.18/1.42  New rule produced :
% 1.18/1.42  [10] ifeq(there_exists(Y),true,equivalent(Y,Y),true) -> true
% 1.18/1.42  Current number of equations to process: 0
% 1.18/1.42  Current number of ordered equations: 7
% 1.18/1.42  Current number of rules: 10
% 1.18/1.42  New rule produced :
% 1.18/1.42  [11] ifeq(there_exists(codomain(X)),true,there_exists(X),true) -> true
% 1.18/1.42  Current number of equations to process: 0
% 1.18/1.42  Current number of ordered equations: 6
% 1.18/1.42  Current number of rules: 11
% 1.18/1.42  New rule produced :
% 1.18/1.42  [12] ifeq(equivalent(X,Y),true,there_exists(X),true) -> true
% 1.18/1.42  Current number of equations to process: 0
% 1.18/1.42  Current number of ordered equations: 5
% 1.18/1.42  Current number of rules: 12
% 1.18/1.42  New rule produced : [13] ifeq2(there_exists(Z),true,ifeq4(a,Z,b,Z),Z) -> Z
% 1.18/1.42  Current number of equations to process: 0
% 1.18/1.42  Current number of ordered equations: 4
% 1.18/1.42  Current number of rules: 13
% 1.18/1.42  New rule produced : [14] ifeq2(there_exists(Z),true,ifeq4(b,Z,a,Z),Z) -> Z
% 1.18/1.42  Current number of equations to process: 0
% 1.18/1.42  Current number of ordered equations: 3
% 1.18/1.42  Current number of rules: 14
% 1.18/1.42  New rule produced :
% 1.18/1.42  [15]
% 1.18/1.42  ifeq(there_exists(compose(X,Y)),true,there_exists(domain(X)),true) -> true
% 1.18/1.42  Current number of equations to process: 0
% 1.18/1.42  Current number of ordered equations: 2
% 1.18/1.42  Current number of rules: 15
% 1.18/1.42  New rule produced :
% 1.18/1.42  [16]
% 1.18/1.42  ifeq2(there_exists(compose(X,Y)),true,domain(X),codomain(Y)) -> codomain(Y)
% 1.18/1.42  Current number of equations to process: 0
% 1.18/1.42  Current number of ordered equations: 1
% 1.18/1.42  Current number of rules: 16
% 1.18/1.42  New rule produced :
% 1.18/1.42  [17]
% 1.18/1.42  ifeq(there_exists(domain(X)),true,ifeq3(domain(X),codomain(Y),there_exists(
% 1.18/1.42                                                                compose(X,Y)),true),true)
% 1.18/1.42  -> true
% 1.18/1.42  Current number of equations to process: 0
% 1.18/1.42  Current number of ordered equations: 0
% 1.18/1.42  Current number of rules: 17
% 1.18/1.42  New rule produced : [18] compose(A,compose(domain(A),B)) -> compose(A,B)
% 1.18/1.42  Current number of equations to process: 2
% 1.18/1.42  Current number of ordered equations: 0
% 1.18/1.42  Current number of rules: 18
% 1.18/1.42  New rule produced : [19] compose(codomain(A),compose(A,B)) -> compose(A,B)
% 1.18/1.42  Current number of equations to process: 1
% 1.18/1.42  Current number of ordered equations: 0
% 1.18/1.42  Current number of rules: 19
% 1.18/1.42  New rule produced :
% 1.18/1.42  [20] compose(A,compose(B,domain(compose(A,B)))) -> compose(A,B)
% 1.18/1.42  Current number of equations to process: 0
% 1.18/1.42  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 20
% 1.18/1.44  New rule produced : [21] ifeq2(there_exists(a),true,b,a) -> a
% 1.18/1.44  Current number of equations to process: 0
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 21
% 1.18/1.44  New rule produced : [22] ifeq2(there_exists(b),true,a,b) -> b
% 1.18/1.44  Current number of equations to process: 0
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 22
% 1.18/1.44  New rule produced :
% 1.18/1.44  [23] ifeq(there_exists(A),true,there_exists(domain(A)),true) -> true
% 1.18/1.44  Current number of equations to process: 1
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 23
% 1.18/1.44  New rule produced :
% 1.18/1.44  [24]
% 1.18/1.44  ifeq(there_exists(A),true,there_exists(domain(codomain(A))),true) -> true
% 1.18/1.44  Current number of equations to process: 1
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 24
% 1.18/1.44  New rule produced :
% 1.18/1.44  [25]
% 1.18/1.44  ifeq2(there_exists(A),true,domain(codomain(A)),codomain(A)) -> codomain(A)
% 1.18/1.44  Current number of equations to process: 3
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 25
% 1.18/1.44  New rule produced :
% 1.18/1.44  [26]
% 1.18/1.44  ifeq2(there_exists(A),true,domain(A),codomain(domain(A))) ->
% 1.18/1.44  codomain(domain(A))
% 1.18/1.44  Current number of equations to process: 2
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 26
% 1.18/1.44  New rule produced :
% 1.18/1.44  [27]
% 1.18/1.44  ifeq(there_exists(compose(A,compose(B,C))),true,there_exists(domain(compose(A,B))),true)
% 1.18/1.44  -> true
% 1.18/1.44  Current number of equations to process: 1
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 27
% 1.18/1.44  New rule produced :
% 1.18/1.44  [28]
% 1.18/1.44  ifeq2(there_exists(compose(A,compose(B,C))),true,domain(compose(A,B)),
% 1.18/1.44  codomain(C)) -> codomain(C)
% 1.18/1.44  Current number of equations to process: 0
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 28
% 1.18/1.44  New rule produced : [29] compose(A,domain(domain(A))) -> A
% 1.18/1.44  Current number of equations to process: 4
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 29
% 1.18/1.44  New rule produced :
% 1.18/1.44  [30] compose(A,compose(domain(domain(A)),B)) -> compose(A,B)
% 1.18/1.44  Current number of equations to process: 4
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 30
% 1.18/1.44  New rule produced : [31] compose(codomain(codomain(A)),A) -> A
% 1.18/1.44  Current number of equations to process: 7
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 31
% 1.18/1.44  New rule produced :
% 1.18/1.44  [32] compose(codomain(codomain(A)),compose(A,B)) -> compose(A,B)
% 1.18/1.44  Current number of equations to process: 7
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 32
% 1.18/1.44  New rule produced :
% 1.18/1.44  [33]
% 1.18/1.44  ifeq(there_exists(compose(A,B)),true,there_exists(domain(codomain(A))),true)
% 1.18/1.44  -> true
% 1.18/1.44  Current number of equations to process: 8
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 33
% 1.18/1.44  New rule produced :
% 1.18/1.44  [34]
% 1.18/1.44  compose(A,compose(B,compose(domain(compose(A,B)),C))) ->
% 1.18/1.44  compose(A,compose(B,C))
% 1.18/1.44  Current number of equations to process: 12
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 34
% 1.18/1.44  New rule produced :
% 1.18/1.44  [35]
% 1.18/1.44  compose(codomain(compose(A,B)),compose(A,compose(B,C))) ->
% 1.18/1.44  compose(A,compose(B,C))
% 1.18/1.44  Current number of equations to process: 11
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 35
% 1.18/1.44  New rule produced :
% 1.18/1.44  [36] compose(A,compose(B,domain(compose(domain(A),B)))) -> compose(A,B)
% 1.18/1.44  Current number of equations to process: 11
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 36
% 1.18/1.44  New rule produced :
% 1.18/1.44  [37]
% 1.18/1.44  ifeq(there_exists(compose(A,B)),true,there_exists(domain(compose(A,codomain(B)))),true)
% 1.18/1.44  -> true
% 1.18/1.44  Current number of equations to process: 13
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 37
% 1.18/1.44  New rule produced :
% 1.18/1.44  [38]
% 1.18/1.44  compose(A,compose(B,compose(C,domain(compose(A,compose(B,C)))))) ->
% 1.18/1.44  compose(A,compose(B,C))
% 1.18/1.44  Current number of equations to process: 11
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 38
% 1.18/1.44  New rule produced :
% 1.18/1.44  [39]
% 1.18/1.44  ifeq2(there_exists(compose(A,B)),true,domain(codomain(A)),codomain(compose(A,B)))
% 1.18/1.44  -> codomain(compose(A,B))
% 1.18/1.44  Current number of equations to process: 10
% 1.18/1.44  Current number of ordered equations: 0
% 1.18/1.44  Current number of rules: 39
% 1.18/1.44  New rule produced :
% 1.18/1.44  [40]
% 1.18/1.44  ifeq2(there_exists(compose(A,B)),true,domain(compose(A,codomain(B))),
% 1.18/1.44  codomain(B)) -> codomain(B)
% 1.18/1.44  Current number of equations to process: 14
% 1.18/1.45  Current number of ordered equations: 0
% 1.18/1.45  Current number of rules: 40
% 1.18/1.45  New rule produced :
% 1.18/1.45  [41]
% 1.18/1.45  ifeq2(there_exists(compose(A,B)),true,domain(compose(A,B)),codomain(domain(B)))
% 1.18/1.45  -> codomain(domain(B))
% 1.18/1.45  Current number of equations to process: 13
% 1.18/1.45  Current number of ordered equations: 0
% 1.18/1.45  Current number of rules: 41
% 1.18/1.45  New rule produced :
% 1.18/1.45  [42]
% 1.18/1.45  ifeq(there_exists(domain(A)),true,ifeq3(domain(A),codomain(domain(A)),
% 1.18/1.45                                    there_exists(A),true),true) -> true
% 1.18/1.45  Current number of equations to process: 12
% 1.18/1.45  Current number of ordered equations: 0
% 1.18/1.45  Current number of rules: 42
% 1.18/1.45  New rule produced :
% 1.18/1.45  [43]
% 1.18/1.45  ifeq2(there_exists(compose(A,B)),true,domain(A),codomain(compose(domain(A),B)))
% 1.18/1.45  -> codomain(compose(domain(A),B))
% 1.18/1.45  Current number of equations to process: 11
% 1.18/1.45  Current number of ordered equations: 0
% 1.18/1.45  Current number of rules: 43
% 1.18/1.45  New rule produced :
% 1.18/1.45  [44]
% 1.18/1.45  ifeq(there_exists(compose(A,B)),true,there_exists(domain(compose(codomain(
% 1.18/1.45                                                                   compose(A,B)),A))),true)
% 1.18/1.45  -> true
% 1.18/1.45  Current number of equations to process: 10
% 1.18/1.45  Current number of ordered equations: 0
% 1.18/1.45  Current number of rules: 44
% 1.18/1.45  New rule produced :
% 1.18/1.45  [45]
% 1.18/1.45  ifeq(there_exists(compose(A,compose(B,C))),true,there_exists(domain(compose(A,
% 1.18/1.45                                                                      codomain(B)))),true)
% 1.18/1.45  -> true
% 1.18/1.45  Current number of equations to process: 9
% 1.18/1.45  Current number of ordered equations: 0
% 1.18/1.45  Current number of rules: 45
% 1.18/1.45  New rule produced :
% 1.18/1.45  [46] compose(A,compose(B,domain(domain(compose(A,B))))) -> compose(A,B)
% 1.18/1.45  Current number of equations to process: 13
% 1.18/1.45  Current number of ordered equations: 0
% 1.18/1.45  Current number of rules: 46
% 1.18/1.45  New rule produced : [47] compose(A,domain(domain(domain(A)))) -> A
% 1.18/1.45  Current number of equations to process: 14
% 1.18/1.45  Current number of ordered equations: 0
% 1.18/1.45  Current number of rules: 47
% 1.18/1.45  New rule produced :
% 1.18/1.45  [48] compose(A,compose(domain(domain(domain(domain(A)))),B)) -> compose(A,B)
% 1.18/1.45  Current number of equations to process: 17
% 1.18/1.45  Current number of ordered equations: 0
% 1.18/1.45  Current number of rules: 48
% 1.18/1.45  New rule produced :
% 1.18/1.45  [49]
% 1.18/1.45  ifeq2(there_exists(A),true,domain(A),codomain(domain(domain(A)))) ->
% 1.18/1.45  codomain(domain(domain(A)))
% 1.18/1.45  Current number of equations to process: 16
% 1.18/1.45  Current number of ordered equations: 0
% 1.18/1.45  Current number of rules: 49
% 1.18/1.45  New rule produced :
% 1.18/1.45  [50] compose(A,compose(domain(domain(domain(A))),B)) -> compose(A,B)
% 1.18/1.45  Current number of equations to process: 18
% 1.18/1.45  Current number of ordered equations: 0
% 1.18/1.45  Current number of rules: 50
% 1.18/1.45  New rule produced :
% 1.18/1.45  [51]
% 1.18/1.45  compose(A,compose(B,domain(compose(domain(domain(A)),B)))) -> compose(A,B)
% 1.18/1.45  Current number of equations to process: 17
% 1.18/1.45  Current number of ordered equations: 0
% 1.18/1.45  Current number of rules: 51
% 1.18/1.45  New rule produced : [52] compose(A,domain(domain(domain(domain(A))))) -> A
% 1.18/1.45  Current number of equations to process: 18
% 1.18/1.45  Current number of ordered equations: 0
% 1.18/1.45  Current number of rules: 52
% 1.18/1.45  New rule produced :
% 1.18/1.45  [53]
% 1.18/1.45  ifeq(there_exists(A),true,there_exists(domain(codomain(codomain(A)))),true)
% 1.18/1.45  -> true
% 1.18/1.45  Current number of equations to process: 19
% 1.18/1.45  Current number of ordered equations: 0
% 1.18/1.45  Current number of rules: 53
% 1.18/1.45  New rule produced : [54] compose(codomain(codomain(codomain(A))),A) -> A
% 1.18/1.45  Current number of equations to process: 20
% 1.18/1.45  Current number of ordered equations: 0
% 1.18/1.45  Current number of rules: 54
% 1.18/1.45  New rule produced :
% 1.18/1.45  [55]
% 1.18/1.45  compose(codomain(codomain(codomain(codomain(A)))),compose(A,B)) ->
% 1.18/1.45  compose(A,B)
% 1.18/1.45  Current number of equations to process: 27
% 1.18/1.45  Current number of ordered equations: 0
% 1.18/1.45  Current number of rules: 55
% 1.18/1.45  New rule produced :
% 1.18/1.45  [56]
% 1.18/1.45  ifeq2(there_exists(A),true,domain(codomain(codomain(A))),codomain(A)) ->
% 1.18/1.45  codomain(A)
% 1.18/1.45  Current number of equations to process: 26
% 1.18/1.45  Current number of ordered equations: 0
% 1.18/1.45  Current number of rules: 56
% 1.18/1.45  New rule produced :
% 1.18/1.45  [57] compose(codomain(codomain(codomain(A))),compose(A,B)) -> compose(A,B)
% 1.18/1.45  Current number of equations to process: 27
% 1.18/1.45  Current number of ordered equations: 0
% 1.18/1.45  Current number of rules: 57
% 1.18/1.45  New rule produced :
% 1.18/1.45  [58] compose(codomain(codomain(codomain(codomain(A)))),A) -> A
% 1.18/1.45  Current number of equations to process: 29
% 1.18/1.45  Current number of ordered equations: 0
% 1.18/1.45  Current number of rules: 58
% 1.20/1.48  New rule produced :
% 1.20/1.48  [59]
% 1.20/1.48  ifeq(there_exists(compose(A,B)),true,there_exists(domain(codomain(codomain(A)))),true)
% 1.20/1.48  -> true
% 1.20/1.48  Current number of equations to process: 29
% 1.20/1.48  Current number of ordered equations: 0
% 1.20/1.48  Current number of rules: 59
% 1.20/1.48  New rule produced :
% 1.20/1.48  [60]
% 1.20/1.48  compose(A,compose(B,compose(domain(domain(compose(A,B))),C))) ->
% 1.20/1.48  compose(A,compose(B,C))
% 1.20/1.48  Current number of equations to process: 28
% 1.20/1.48  Current number of ordered equations: 0
% 1.20/1.48  Current number of rules: 60
% 1.20/1.48  New rule produced :
% 1.20/1.48  [61]
% 1.20/1.48  compose(codomain(codomain(compose(A,B))),compose(A,compose(B,C))) ->
% 1.20/1.48  compose(A,compose(B,C))
% 1.20/1.48  Current number of equations to process: 27
% 1.20/1.48  Current number of ordered equations: 0
% 1.20/1.48  Current number of rules: 61
% 1.20/1.48  New rule produced :
% 1.20/1.48  [62]
% 1.20/1.48  ifeq(there_exists(A),true,there_exists(domain(codomain(codomain(codomain(A))))),true)
% 1.20/1.48  -> true
% 1.20/1.48  Current number of equations to process: 28
% 1.20/1.48  Current number of ordered equations: 0
% 1.20/1.48  Current number of rules: 62
% 1.20/1.48  New rule produced :
% 1.20/1.48  [63]
% 1.20/1.48  ifeq(there_exists(compose(A,B)),true,there_exists(domain(codomain(codomain(
% 1.20/1.48                                                                    codomain(A))))),true)
% 1.20/1.48  -> true
% 1.20/1.48  Current number of equations to process: 31
% 1.20/1.48  Current number of ordered equations: 0
% 1.20/1.48  Current number of rules: 63
% 1.20/1.48  New rule produced :
% 1.20/1.48  [64]
% 1.20/1.48  compose(A,compose(B,domain(compose(B,domain(compose(A,B)))))) -> compose(A,B)
% 1.20/1.48  Current number of equations to process: 34
% 1.20/1.48  Current number of ordered equations: 0
% 1.20/1.48  Current number of rules: 64
% 1.20/1.48  New rule produced :
% 1.20/1.48  [65]
% 1.20/1.48  compose(A,compose(B,compose(domain(compose(domain(A),B)),C))) ->
% 1.20/1.48  compose(A,compose(B,C))
% 1.20/1.48  Current number of equations to process: 33
% 1.20/1.48  Current number of ordered equations: 0
% 1.20/1.48  Current number of rules: 65
% 1.20/1.48  New rule produced :
% 1.20/1.48  [66]
% 1.20/1.48  compose(A,compose(B,domain(domain(domain(compose(A,B)))))) -> compose(A,B)
% 1.20/1.48  Current number of equations to process: 37
% 1.20/1.48  Current number of ordered equations: 0
% 1.20/1.48  Current number of rules: 66
% 1.20/1.48  New rule produced :
% 1.20/1.48  [67] compose(codomain(compose(A,codomain(B))),compose(A,B)) -> compose(A,B)
% 1.20/1.48  Current number of equations to process: 41
% 1.20/1.48  Current number of ordered equations: 0
% 1.20/1.48  Current number of rules: 67
% 1.20/1.48  New rule produced :
% 1.20/1.48  [68]
% 1.20/1.48  compose(codomain(compose(codomain(compose(A,B)),A)),compose(A,B)) ->
% 1.20/1.48  compose(A,B)
% 1.20/1.48  Current number of equations to process: 42
% 1.20/1.48  Current number of ordered equations: 0
% 1.20/1.48  Current number of rules: 68
% 1.20/1.48  New rule produced :
% 1.20/1.48  [69]
% 1.20/1.48  compose(codomain(compose(A,codomain(B))),compose(A,compose(B,C))) ->
% 1.20/1.48  compose(A,compose(B,C))
% 1.20/1.48  Current number of equations to process: 45
% 1.20/1.48  Current number of ordered equations: 0
% 1.20/1.48  Current number of rules: 69
% 1.20/1.48  New rule produced :
% 1.20/1.48  [70]
% 1.20/1.48  compose(codomain(compose(A,codomain(codomain(B)))),compose(A,B)) ->
% 1.20/1.48  compose(A,B)
% 1.20/1.48  Current number of equations to process: 50
% 1.20/1.48  Current number of ordered equations: 0
% 1.20/1.48  Current number of rules: 70
% 1.20/1.48  New rule produced : [71] compose(A,domain(compose(domain(A),domain(A)))) -> A
% 1.20/1.48  Current number of equations to process: 56
% 1.20/1.48  Current number of ordered equations: 0
% 1.20/1.48  Current number of rules: 71
% 1.20/1.48  New rule produced :
% 1.20/1.48  [72] compose(A,domain(compose(domain(codomain(A)),A))) -> A
% 1.20/1.48  Current number of equations to process: 56
% 1.20/1.48  Current number of ordered equations: 0
% 1.20/1.48  Current number of rules: 72
% 1.20/1.48  New rule produced :
% 1.20/1.48  [73] compose(A,domain(compose(domain(codomain(codomain(A))),A))) -> A
% 1.20/1.48  Current number of equations to process: 59
% 1.20/1.48  Current number of ordered equations: 0
% 1.20/1.48  Current number of rules: 73
% 1.20/1.48  New rule produced :
% 1.20/1.48  [74]
% 1.20/1.48  compose(A,compose(B,domain(compose(domain(domain(domain(A))),B)))) ->
% 1.20/1.48  compose(A,B)
% 1.20/1.48  Current number of equations to process: 60
% 1.20/1.48  Current number of ordered equations: 0
% 1.20/1.48  Current number of rules: 74
% 1.20/1.48  New rule produced :
% 1.20/1.48  [75]
% 1.20/1.48  ifeq(there_exists(A),true,there_exists(domain(compose(A,codomain(domain(A))))),true)
% 1.20/1.48  -> true
% 1.20/1.48  Current number of equations to process: 62
% 1.20/1.48  Current number of ordered equations: 0
% 1.20/1.48  Current number of rules: 75
% 1.20/1.48  New rule produced :
% 1.20/1.48  [76]
% 1.20/1.48  ifeq(there_exists(A),true,there_exists(domain(compose(codomain(A),codomain(A)))),true)
% 1.20/1.48  -> true
% 1.20/1.48  Current number of equations to process: 61
% 1.20/1.48  Current number of ordered equations: 0
% 1.20/1.48  Current number of rules: 76
% 1.20/1.48  New rule produced :
% 1.20/1.48  [77]
% 1.20/1.48  compose(codomain(compose(codomain(codomain(compose(A,B))),A)),compose(A,B))
% 1.20/1.50  -> compose(A,B)
% 1.20/1.50  Current number of equations to process: 60
% 1.20/1.50  Current number of ordered equations: 0
% 1.20/1.50  Current number of rules: 77
% 1.20/1.50  New rule produced :
% 1.20/1.50  [78]
% 1.20/1.50  compose(A,compose(B,domain(compose(domain(B),domain(compose(A,B)))))) ->
% 1.20/1.50  compose(A,B)
% 1.20/1.50  Current number of equations to process: 59
% 1.20/1.50  Current number of ordered equations: 0
% 1.20/1.50  Current number of rules: 78
% 1.20/1.50  New rule produced :
% 1.20/1.50  [79]
% 1.20/1.50  ifeq(there_exists(compose(A,B)),true,there_exists(domain(compose(A,codomain(
% 1.20/1.50                                                                     codomain(B))))),true)
% 1.20/1.50  -> true
% 1.20/1.50  Current number of equations to process: 58
% 1.20/1.50  Current number of ordered equations: 0
% 1.20/1.50  Current number of rules: 79
% 1.20/1.50  New rule produced :
% 1.20/1.50  [80]
% 1.20/1.50  compose(A,compose(B,compose(domain(domain(domain(compose(A,B)))),C))) ->
% 1.20/1.50  compose(A,compose(B,C))
% 1.20/1.50  Current number of equations to process: 56
% 1.20/1.50  Current number of ordered equations: 1
% 1.20/1.50  Current number of rules: 80
% 1.20/1.50  New rule produced :
% 1.20/1.50  [81]
% 1.20/1.50  compose(A,compose(B,compose(domain(compose(domain(domain(A)),B)),C))) ->
% 1.20/1.50  compose(A,compose(B,C))
% 1.20/1.50  Current number of equations to process: 56
% 1.20/1.50  Current number of ordered equations: 0
% 1.20/1.50  Current number of rules: 81
% 1.20/1.50  New rule produced :
% 1.20/1.50  [82]
% 1.20/1.50  compose(codomain(compose(A,codomain(codomain(B)))),compose(A,compose(B,C)))
% 1.20/1.50  -> compose(A,compose(B,C))
% 1.20/1.50  Current number of equations to process: 54
% 1.20/1.50  Current number of ordered equations: 1
% 1.20/1.50  Current number of rules: 82
% 1.20/1.50  New rule produced :
% 1.20/1.50  [83]
% 1.20/1.50  compose(codomain(codomain(codomain(compose(A,B)))),compose(A,compose(B,C)))
% 1.20/1.50  -> compose(A,compose(B,C))
% 1.20/1.50  Current number of equations to process: 54
% 1.20/1.50  Current number of ordered equations: 0
% 1.20/1.50  Current number of rules: 83
% 1.20/1.50  New rule produced :
% 1.20/1.50  [84]
% 1.20/1.50  ifeq(there_exists(A),true,there_exists(domain(compose(A,codomain(domain(
% 1.20/1.50                                                                   domain(A)))))),true)
% 1.20/1.50  -> true
% 1.20/1.50  Current number of equations to process: 62
% 1.20/1.50  Current number of ordered equations: 0
% 1.20/1.50  Current number of rules: 84
% 1.20/1.50  New rule produced :
% 1.20/1.50  [85]
% 1.20/1.50  ifeq2(there_exists(compose(A,B)),true,domain(compose(A,codomain(codomain(B)))),
% 1.20/1.50  codomain(B)) -> codomain(B)
% 1.20/1.50  Current number of equations to process: 66
% 1.20/1.50  Current number of ordered equations: 0
% 1.20/1.50  Current number of rules: 85
% 1.20/1.50  New rule produced :
% 1.20/1.50  [86]
% 1.20/1.50  ifeq(there_exists(compose(A,compose(B,C))),true,there_exists(domain(codomain(
% 1.20/1.50                                                                      compose(A,B)))),true)
% 1.20/1.50  -> true
% 1.20/1.50  Current number of equations to process: 72
% 1.20/1.50  Current number of ordered equations: 0
% 1.20/1.50  Current number of rules: 86
% 1.20/1.50  New rule produced :
% 1.20/1.50  [87]
% 1.20/1.50  compose(A,compose(B,compose(domain(compose(B,domain(compose(A,B)))),C))) ->
% 1.20/1.50  compose(A,compose(B,C))
% 1.20/1.50  Current number of equations to process: 71
% 1.20/1.50  Current number of ordered equations: 0
% 1.20/1.50  Current number of rules: 87
% 1.20/1.50  New rule produced :
% 1.20/1.50  [88]
% 1.20/1.50  compose(A,compose(B,compose(C,domain(compose(domain(compose(A,B)),C))))) ->
% 1.20/1.50  compose(A,compose(B,C))
% 1.20/1.50  Current number of equations to process: 70
% 1.20/1.50  Current number of ordered equations: 0
% 1.20/1.50  Current number of rules: 88
% 1.20/1.50  New rule produced :
% 1.20/1.50  [89]
% 1.20/1.50  compose(codomain(compose(codomain(compose(A,B)),A)),compose(A,compose(B,C)))
% 1.20/1.50  -> compose(A,compose(B,C))
% 1.20/1.50  Current number of equations to process: 69
% 1.20/1.50  Current number of ordered equations: 0
% 1.20/1.50  Current number of rules: 89
% 1.20/1.50  New rule produced :
% 1.20/1.50  [90]
% 1.20/1.50  compose(A,compose(B,compose(C,domain(compose(domain(A),compose(B,C)))))) ->
% 1.20/1.50  compose(A,compose(B,C))
% 1.20/1.50  Current number of equations to process: 66
% 1.20/1.50  Current number of ordered equations: 0
% 1.20/1.50  Current number of rules: 90
% 1.20/1.50  New rule produced :
% 1.20/1.50  [91]
% 1.20/1.50  ifeq2(there_exists(A),true,domain(codomain(codomain(codomain(A)))),codomain(A))
% 1.20/1.50  -> codomain(A)
% 1.20/1.50  Current number of equations to process: 67
% 1.20/1.50  Current number of ordered equations: 0
% 1.20/1.50  Current number of rules: 91
% 1.20/1.50  New rule produced :
% 1.20/1.50  [92]
% 1.20/1.50  ifeq2(there_exists(A),true,domain(compose(codomain(A),codomain(A))),codomain(A))
% 1.20/1.50  -> codomain(A)
% 1.20/1.50  Current number of equations to process: 70
% 1.20/1.50  Current number of ordered equations: 0
% 1.20/1.50  Current number of rules: 92
% 1.20/1.50  New rule produced :
% 1.20/1.50  [93]
% 1.20/1.50  ifeq2(there_exists(A),true,domain(compose(A,codomain(domain(A)))),codomain(
% 1.20/1.50                                                                    domain(A)))
% 1.20/1.50  -> codomain(domain(A))
% 1.20/1.50  Current number of equations to process: 69
% 1.20/1.56  Current number of ordered equations: 0
% 1.20/1.56  Current number of rules: 93
% 1.20/1.56  New rule produced :
% 1.20/1.56  [94]
% 1.20/1.56  ifeq2(there_exists(A),true,domain(A),codomain(domain(domain(domain(A))))) ->
% 1.20/1.56  codomain(domain(domain(domain(A))))
% 1.20/1.56  Current number of equations to process: 84
% 1.20/1.56  Current number of ordered equations: 0
% 1.20/1.56  Current number of rules: 94
% 1.20/1.56  New rule produced :
% 1.20/1.56  [95]
% 1.20/1.56  ifeq2(there_exists(A),true,domain(A),codomain(compose(domain(A),domain(A))))
% 1.20/1.56  -> codomain(compose(domain(A),domain(A)))
% 1.20/1.56  Current number of equations to process: 86
% 1.20/1.56  Current number of ordered equations: 0
% 1.20/1.56  Current number of rules: 95
% 1.20/1.56  New rule produced :
% 1.20/1.56  [96]
% 1.20/1.56  ifeq(there_exists(A),true,there_exists(domain(compose(codomain(A),codomain(
% 1.20/1.56                                                                    codomain(A))))),true)
% 1.20/1.56  -> true
% 1.20/1.56  Current number of equations to process: 97
% 1.20/1.56  Current number of ordered equations: 0
% 1.20/1.56  Current number of rules: 96
% 1.20/1.56  New rule produced :
% 1.20/1.56  [97]
% 1.20/1.56  ifeq(there_exists(compose(A,B)),true,there_exists(domain(compose(A,codomain(
% 1.20/1.56                                                                     domain(A))))),true)
% 1.20/1.56  -> true
% 1.20/1.56  Current number of equations to process: 102
% 1.20/1.56  Current number of ordered equations: 0
% 1.20/1.56  Current number of rules: 97
% 1.20/1.56  New rule produced :
% 1.20/1.56  [98]
% 1.20/1.56  ifeq(there_exists(compose(A,B)),true,there_exists(domain(compose(codomain(A),
% 1.20/1.56                                                           codomain(A)))),true)
% 1.20/1.56  -> true
% 1.20/1.56  Current number of equations to process: 101
% 1.20/1.56  Current number of ordered equations: 0
% 1.20/1.56  Current number of rules: 98
% 1.20/1.56  New rule produced :
% 1.20/1.56  [99]
% 1.20/1.56  compose(A,compose(B,domain(domain(compose(domain(A),B))))) -> compose(A,B)
% 1.20/1.56  Current number of equations to process: 110
% 1.20/1.56  Current number of ordered equations: 0
% 1.20/1.56  Current number of rules: 99
% 1.20/1.56  New rule produced :
% 1.20/1.56  [100]
% 1.20/1.56  compose(A,compose(B,domain(domain(compose(domain(domain(A)),B))))) ->
% 1.20/1.56  compose(A,B)
% 1.20/1.56  Current number of equations to process: 114
% 1.20/1.56  Current number of ordered equations: 0
% 1.20/1.56  Current number of rules: 100
% 1.20/1.56  New rule produced :
% 1.20/1.56  [101] compose(A,domain(domain(domain(domain(domain(A)))))) -> A
% 1.20/1.56  Current number of equations to process: 119
% 1.20/1.56  Current number of ordered equations: 0
% 1.20/1.56  Current number of rules: 101
% 1.20/1.56  New rule produced :
% 1.20/1.56  [102]
% 1.20/1.56  compose(A,compose(B,domain(domain(domain(domain(compose(A,B))))))) ->
% 1.20/1.56  compose(A,B)
% 1.20/1.56  Current number of equations to process: 125
% 1.20/1.56  Current number of ordered equations: 0
% 1.20/1.56  Current number of rules: 102
% 1.20/1.56  New rule produced :
% 1.20/1.56  [103]
% 1.20/1.56  compose(A,compose(domain(domain(domain(domain(domain(A))))),B)) ->
% 1.20/1.56  compose(A,B)
% 1.20/1.56  Current number of equations to process: 127
% 1.20/1.56  Current number of ordered equations: 0
% 1.20/1.56  Current number of rules: 103
% 1.20/1.56  New rule produced :
% 1.20/1.56  [104] compose(A,domain(domain(domain(domain(domain(domain(A))))))) -> A
% 1.20/1.56  Current number of equations to process: 129
% 1.20/1.56  Current number of ordered equations: 0
% 1.20/1.56  Current number of rules: 104
% 1.20/1.56  New rule produced :
% 1.20/1.56  [105]
% 1.20/1.56  compose(A,compose(domain(domain(domain(domain(domain(domain(A)))))),B)) ->
% 1.20/1.56  compose(A,B)
% 1.20/1.56  Current number of equations to process: 133
% 1.20/1.56  Current number of ordered equations: 0
% 1.20/1.56  Current number of rules: 105
% 1.20/1.56  New rule produced :
% 1.20/1.56  [106]
% 1.20/1.56  compose(A,domain(domain(domain(domain(domain(domain(domain(A)))))))) -> A
% 1.20/1.56  Current number of equations to process: 137
% 1.20/1.56  Current number of ordered equations: 0
% 1.20/1.56  Current number of rules: 106
% 1.20/1.56  New rule produced :
% 1.20/1.56  [107]
% 1.20/1.56  compose(A,compose(B,domain(domain(compose(B,domain(compose(A,B))))))) ->
% 1.20/1.56  compose(A,B)
% 1.20/1.56  Current number of equations to process: 136
% 1.20/1.56  Current number of ordered equations: 0
% 1.20/1.56  Current number of rules: 107
% 1.20/1.56  New rule produced :
% 1.20/1.56  [108]
% 1.20/1.56  compose(A,compose(B,domain(compose(domain(domain(domain(domain(A)))),B)))) ->
% 1.20/1.56  compose(A,B)
% 1.20/1.56  Current number of equations to process: 135
% 1.20/1.56  Current number of ordered equations: 0
% 1.20/1.56  Current number of rules: 108
% 1.20/1.56  New rule produced :
% 1.20/1.56  [109]
% 1.20/1.56  compose(A,compose(B,domain(domain(compose(domain(domain(domain(A))),B))))) ->
% 1.20/1.56  compose(A,B)
% 1.20/1.56  Current number of equations to process: 149
% 1.20/1.56  Current number of ordered equations: 0
% 1.20/1.56  Current number of rules: 109
% 1.20/1.56  New rule produced :
% 1.20/1.56  [110]
% 1.20/1.56  compose(A,compose(domain(domain(domain(domain(domain(domain(domain(A))))))),B))
% 1.20/1.56  -> compose(A,B)
% 1.20/1.56  Current number of equations to process: 148
% 1.20/1.56  Current number of ordered equations: 0
% 1.20/1.62  Current number of rules: 110
% 1.20/1.62  New rule produced :
% 1.20/1.62  [111] compose(A,domain(compose(domain(domain(A)),domain(A)))) -> A
% 1.20/1.62  Current number of equations to process: 150
% 1.20/1.62  Current number of ordered equations: 0
% 1.20/1.62  Current number of rules: 111
% 1.20/1.62  New rule produced :
% 1.20/1.62  [112] compose(A,domain(compose(domain(domain(codomain(A))),A))) -> A
% 1.20/1.62  Current number of equations to process: 149
% 1.20/1.62  Current number of ordered equations: 0
% 1.20/1.62  Current number of rules: 112
% 1.20/1.62  New rule produced :
% 1.20/1.62  [113] compose(A,domain(compose(domain(domain(A)),domain(domain(A))))) -> A
% 1.20/1.62  Current number of equations to process: 152
% 1.20/1.62  Current number of ordered equations: 0
% 1.20/1.62  Current number of rules: 113
% 1.20/1.62  New rule produced :
% 1.20/1.62  [114]
% 1.20/1.62  compose(A,domain(compose(domain(domain(codomain(codomain(A)))),A))) -> A
% 1.20/1.62  Current number of equations to process: 151
% 1.20/1.62  Current number of ordered equations: 0
% 1.20/1.62  Current number of rules: 114
% 1.20/1.62  New rule produced :
% 1.20/1.62  [115]
% 1.20/1.62  compose(A,domain(domain(domain(domain(domain(domain(domain(domain(A)))))))))
% 1.20/1.62  -> A
% 1.20/1.62  Current number of equations to process: 164
% 1.20/1.62  Current number of ordered equations: 0
% 1.20/1.62  Current number of rules: 115
% 1.20/1.62  New rule produced :
% 1.20/1.62  [116] compose(codomain(codomain(codomain(codomain(codomain(A))))),A) -> A
% 1.20/1.62  Current number of equations to process: 169
% 1.20/1.62  Current number of ordered equations: 0
% 1.20/1.62  Current number of rules: 116
% 1.20/1.62  New rule produced :
% 1.20/1.62  [117]
% 1.20/1.62  ifeq(there_exists(A),true,there_exists(domain(codomain(codomain(codomain(
% 1.20/1.62                                                                  codomain(A)))))),true)
% 1.20/1.62  -> true
% 1.20/1.62  Current number of equations to process: 180
% 1.20/1.62  Current number of ordered equations: 0
% 1.20/1.62  Current number of rules: 117
% 1.20/1.62  New rule produced :
% 1.20/1.62  [118]
% 1.20/1.62  compose(codomain(compose(A,codomain(codomain(codomain(B))))),compose(A,B)) ->
% 1.20/1.62  compose(A,B)
% 1.20/1.62  Current number of equations to process: 179
% 1.20/1.62  Current number of ordered equations: 0
% 1.20/1.62  Current number of rules: 118
% 1.20/1.62  New rule produced :
% 1.20/1.62  [119]
% 1.20/1.62  ifeq2(there_exists(A),true,domain(codomain(codomain(codomain(codomain(A))))),
% 1.20/1.62  codomain(A)) -> codomain(A)
% 1.20/1.62  Current number of equations to process: 178
% 1.20/1.62  Current number of ordered equations: 0
% 1.20/1.62  Current number of rules: 119
% 1.20/1.62  New rule produced :
% 1.20/1.62  [120]
% 1.20/1.62  compose(codomain(codomain(codomain(codomain(codomain(A))))),compose(A,B)) ->
% 1.20/1.62  compose(A,B)
% 1.20/1.62  Current number of equations to process: 179
% 1.20/1.62  Current number of ordered equations: 0
% 1.20/1.62  Current number of rules: 120
% 1.20/1.62  New rule produced :
% 1.20/1.62  [121]
% 1.20/1.62  compose(codomain(codomain(codomain(codomain(codomain(codomain(A)))))),A) -> A
% 1.20/1.62  Current number of equations to process: 182
% 1.20/1.62  Current number of ordered equations: 0
% 1.20/1.62  Current number of rules: 121
% 1.20/1.62  New rule produced :
% 1.20/1.62  [122]
% 1.20/1.62  compose(A,domain(compose(domain(codomain(codomain(codomain(codomain(A))))),A)))
% 1.20/1.62  -> A
% 1.20/1.62  Current number of equations to process: 185
% 1.20/1.62  Current number of ordered equations: 0
% 1.20/1.62  Current number of rules: 122
% 1.20/1.62  New rule produced :
% 1.20/1.62  [123]
% 1.20/1.62  compose(codomain(codomain(codomain(codomain(codomain(codomain(A)))))),
% 1.20/1.62  compose(A,B)) -> compose(A,B)
% 1.20/1.62  Current number of equations to process: 185
% 1.20/1.62  Current number of ordered equations: 0
% 1.20/1.62  Current number of rules: 123
% 1.20/1.62  New rule produced :
% 1.20/1.62  [124]
% 1.20/1.62  compose(codomain(codomain(codomain(codomain(codomain(codomain(codomain(A))))))),A)
% 1.20/1.62  -> A
% 1.20/1.62  Current number of equations to process: 191
% 1.20/1.62  Current number of ordered equations: 0
% 1.20/1.62  Current number of rules: 124
% 1.20/1.62  New rule produced :
% 1.20/1.62  [125]
% 1.20/1.62  compose(A,domain(compose(domain(domain(codomain(codomain(codomain(codomain(A)))))),A)))
% 1.20/1.62  -> A
% 1.20/1.62  Current number of equations to process: 190
% 1.20/1.62  Current number of ordered equations: 0
% 1.20/1.62  Current number of rules: 125
% 1.20/1.62  New rule produced :
% 1.20/1.62  [126]
% 1.20/1.62  compose(A,compose(B,domain(domain(domain(domain(domain(compose(A,B)))))))) ->
% 1.20/1.62  compose(A,B)
% 1.20/1.62  Current number of equations to process: 189
% 1.20/1.62  Current number of ordered equations: 0
% 1.20/1.62  Current number of rules: 126
% 1.20/1.62  New rule produced :
% 1.20/1.62  [127]
% 1.20/1.62  compose(A,domain(compose(domain(codomain(codomain(codomain(A)))),A))) -> A
% 1.20/1.62  Current number of equations to process: 195
% 1.20/1.62  Current number of ordered equations: 0
% 1.20/1.62  Current number of rules: 127
% 1.20/1.62  New rule produced :
% 1.20/1.62  [128]
% 1.20/1.62  compose(A,domain(compose(domain(domain(codomain(codomain(codomain(A))))),A)))
% 1.20/1.62  -> A
% 1.20/1.62  Current number of equations to process: 201
% 1.20/1.62  Current number of ordered equations: 0
% 1.20/1.62  Current number of rules: 128
% 1.20/1.62  New rule produced :
% 1.20/1.65  [129]
% 1.20/1.65  compose(codomain(codomain(codomain(codomain(codomain(codomain(codomain(
% 1.20/1.65                                                                codomain(A)))))))),A)
% 1.20/1.65  -> A
% 1.20/1.65  Current number of equations to process: 214
% 1.20/1.65  Current number of ordered equations: 0
% 1.20/1.65  Current number of rules: 129
% 1.20/1.65  New rule produced :
% 1.20/1.65  [130]
% 1.20/1.65  compose(codomain(codomain(codomain(codomain(codomain(codomain(codomain(A))))))),
% 1.20/1.65  compose(A,B)) -> compose(A,B)
% 1.20/1.65  Current number of equations to process: 214
% 1.20/1.65  Current number of ordered equations: 0
% 1.20/1.65  Current number of rules: 130
% 1.20/1.65  New rule produced :
% 1.20/1.65  [131]
% 1.20/1.65  ifeq(there_exists(A),true,there_exists(domain(codomain(codomain(codomain(
% 1.20/1.65                                                                  codomain(
% 1.20/1.65                                                                  codomain(A))))))),true)
% 1.20/1.65  -> true
% 1.20/1.65  Current number of equations to process: 213
% 1.20/1.65  Current number of ordered equations: 0
% 1.20/1.65  Current number of rules: 131
% 1.20/1.65  New rule produced :
% 1.20/1.65  [132]
% 1.20/1.65  compose(codomain(compose(A,codomain(codomain(codomain(codomain(B)))))),
% 1.20/1.65  compose(A,B)) -> compose(A,B)
% 1.20/1.65  Current number of equations to process: 212
% 1.20/1.65  Current number of ordered equations: 0
% 1.20/1.65  Current number of rules: 132
% 1.20/1.65  New rule produced :
% 1.20/1.65  [133]
% 1.20/1.65  ifeq2(there_exists(A),true,domain(codomain(codomain(codomain(codomain(
% 1.20/1.65                                                               codomain(A)))))),
% 1.20/1.65  codomain(A)) -> codomain(A)
% 1.20/1.65  Current number of equations to process: 211
% 1.20/1.65  Current number of ordered equations: 0
% 1.20/1.65  Current number of rules: 133
% 1.20/1.65  New rule produced :
% 1.20/1.65  [134]
% 1.20/1.65  ifeq(there_exists(A),true,there_exists(domain(compose(A,codomain(domain(
% 1.20/1.65                                                                   domain(
% 1.20/1.65                                                                   domain(A))))))),true)
% 1.20/1.65  -> true
% 1.20/1.65  Current number of equations to process: 218
% 1.20/1.65  Current number of ordered equations: 0
% 1.20/1.65  Current number of rules: 134
% 1.20/1.65  New rule produced :
% 1.20/1.65  [135]
% 1.20/1.65  compose(A,compose(domain(domain(domain(domain(domain(domain(domain(domain(A)))))))),B))
% 1.20/1.65  -> compose(A,B)
% 1.20/1.65  Current number of equations to process: 217
% 1.20/1.65  Current number of ordered equations: 0
% 1.20/1.65  Current number of rules: 135
% 1.20/1.65  New rule produced :
% 1.20/1.65  [136]
% 1.20/1.65  compose(A,compose(B,domain(compose(domain(domain(domain(domain(domain(A))))),B))))
% 1.20/1.65  -> compose(A,B)
% 1.20/1.65  Current number of equations to process: 216
% 1.20/1.65  Current number of ordered equations: 0
% 1.20/1.65  Current number of rules: 136
% 1.20/1.65  New rule produced :
% 1.20/1.65  [137]
% 1.20/1.65  compose(A,compose(B,domain(domain(compose(domain(domain(domain(domain(A)))),B)))))
% 1.20/1.65  -> compose(A,B)
% 1.20/1.65  Current number of equations to process: 215
% 1.20/1.65  Current number of ordered equations: 0
% 1.20/1.65  Current number of rules: 137
% 1.20/1.65  New rule produced :
% 1.20/1.65  [138]
% 1.20/1.65  compose(A,compose(B,domain(compose(domain(domain(B)),domain(compose(A,B))))))
% 1.20/1.65  -> compose(A,B)
% 1.20/1.65  Current number of equations to process: 214
% 1.20/1.65  Current number of ordered equations: 0
% 1.20/1.65  Current number of rules: 138
% 1.20/1.65  New rule produced :
% 1.20/1.65  [139]
% 1.20/1.65  compose(codomain(compose(codomain(codomain(codomain(compose(A,B)))),A)),
% 1.20/1.65  compose(A,B)) -> compose(A,B)
% 1.20/1.65  Current number of equations to process: 212
% 1.20/1.65  Current number of ordered equations: 0
% 1.20/1.65  Current number of rules: 139
% 1.20/1.65  New rule produced :
% 1.20/1.65  [140]
% 1.20/1.65  ifeq(there_exists(A),true,there_exists(domain(compose(codomain(A),codomain(
% 1.20/1.65                                                                    codomain(
% 1.20/1.65                                                                    codomain(A)))))),true)
% 1.20/1.65  -> true
% 1.20/1.65  Current number of equations to process: 211
% 1.20/1.65  Current number of ordered equations: 0
% 1.20/1.65  Current number of rules: 140
% 1.20/1.65  New rule produced :
% 1.20/1.65  [141]
% 1.20/1.65  compose(codomain(codomain(codomain(codomain(codomain(codomain(codomain(
% 1.20/1.65                                                                codomain(A)))))))),
% 1.20/1.65  compose(A,B)) -> compose(A,B)
% 1.20/1.65  Current number of equations to process: 210
% 1.20/1.65  Current number of ordered equations: 0
% 1.20/1.65  Current number of rules: 141
% 1.20/1.65  New rule produced :
% 1.20/1.65  [142]
% 1.20/1.65  ifeq(there_exists(compose(A,B)),true,there_exists(domain(codomain(codomain(
% 1.20/1.65                                                                    codomain(
% 1.20/1.65                                                                    codomain(A)))))),true)
% 1.20/1.65  -> true
% 1.20/1.65  Current number of equations to process: 209
% 1.20/1.65  Current number of ordered equations: 0
% 1.20/1.73  Current number of rules: 142
% 1.20/1.73  New rule produced :
% 1.20/1.73  [143]
% 1.20/1.73  ifeq(there_exists(A),true,there_exists(domain(codomain(codomain(codomain(
% 1.20/1.73                                                                  codomain(
% 1.20/1.73                                                                  codomain(
% 1.20/1.73                                                                  codomain(A)))))))),true)
% 1.20/1.73  -> true
% 1.20/1.73  Current number of equations to process: 208
% 1.20/1.73  Current number of ordered equations: 0
% 1.20/1.73  Current number of rules: 143
% 1.20/1.73  New rule produced :
% 1.20/1.73  [144]
% 1.20/1.73  compose(A,compose(B,domain(compose(B,domain(domain(compose(A,B))))))) ->
% 1.20/1.73  compose(A,B)
% 1.20/1.73  Current number of equations to process: 211
% 1.20/1.73  Current number of ordered equations: 0
% 1.20/1.73  Current number of rules: 144
% 1.20/1.73  New rule produced :
% 1.20/1.73  [145]
% 1.20/1.73  compose(codomain(codomain(compose(A,codomain(B)))),compose(A,B)) ->
% 1.20/1.73  compose(A,B)
% 1.20/1.73  Current number of equations to process: 241
% 1.20/1.73  Current number of ordered equations: 0
% 1.20/1.73  Current number of rules: 145
% 1.20/1.73  New rule produced :
% 1.20/1.73  [146]
% 1.20/1.73  compose(codomain(codomain(compose(codomain(compose(A,B)),A))),compose(A,B))
% 1.20/1.73  -> compose(A,B)
% 1.20/1.73  Current number of equations to process: 242
% 1.20/1.73  Current number of ordered equations: 0
% 1.20/1.73  Current number of rules: 146
% 1.20/1.73  New rule produced :
% 1.20/1.73  [147]
% 1.20/1.73  compose(A,compose(B,compose(domain(domain(compose(domain(A),B))),C))) ->
% 1.20/1.73  compose(A,compose(B,C))
% 1.20/1.73  Current number of equations to process: 241
% 1.20/1.73  Current number of ordered equations: 0
% 1.20/1.73  Current number of rules: 147
% 1.20/1.73  New rule produced :
% 1.20/1.73  [148]
% 1.20/1.73  compose(A,compose(B,domain(compose(domain(B),domain(domain(compose(A,B)))))))
% 1.20/1.73  -> compose(A,B)
% 1.20/1.73  Current number of equations to process: 240
% 1.20/1.73  Current number of ordered equations: 0
% 1.20/1.73  Current number of rules: 148
% 1.20/1.73  New rule produced :
% 1.20/1.73  [149]
% 1.20/1.73  compose(A,compose(B,domain(domain(compose(B,domain(domain(compose(A,B))))))))
% 1.20/1.73  -> compose(A,B)
% 1.20/1.73  Current number of equations to process: 239
% 1.20/1.73  Current number of ordered equations: 0
% 1.20/1.73  Current number of rules: 149
% 1.20/1.73  New rule produced :
% 1.20/1.73  [150]
% 1.20/1.73  compose(A,compose(B,domain(domain(domain(domain(domain(domain(compose(A,B)))))))))
% 1.20/1.73  -> compose(A,B)
% 1.20/1.73  Current number of equations to process: 238
% 1.20/1.73  Current number of ordered equations: 0
% 1.20/1.73  Current number of rules: 150
% 1.20/1.73  New rule produced :
% 1.20/1.73  [151]
% 1.20/1.73  compose(codomain(codomain(compose(A,codomain(codomain(B))))),compose(A,B)) ->
% 1.20/1.73  compose(A,B)
% 1.20/1.73  Current number of equations to process: 248
% 1.20/1.73  Current number of ordered equations: 0
% 1.20/1.73  Current number of rules: 151
% 1.20/1.73  New rule produced :
% 1.20/1.73  [152]
% 1.20/1.73  compose(codomain(codomain(compose(A,codomain(codomain(codomain(B)))))),
% 1.20/1.73  compose(A,B)) -> compose(A,B)
% 1.20/1.73  Current number of equations to process: 267
% 1.20/1.73  Current number of ordered equations: 0
% 1.20/1.73  Current number of rules: 152
% 1.20/1.73  New rule produced :
% 1.20/1.73  [153]
% 1.20/1.73  compose(codomain(codomain(compose(A,codomain(B)))),compose(A,compose(B,C)))
% 1.20/1.73  -> compose(A,compose(B,C))
% 1.20/1.73  Current number of equations to process: 267
% 1.20/1.73  Current number of ordered equations: 0
% 1.20/1.73  Current number of rules: 153
% 1.20/1.73  New rule produced :
% 1.20/1.73  [154]
% 1.20/1.73  compose(codomain(codomain(compose(codomain(codomain(compose(A,B))),A))),
% 1.20/1.73  compose(A,B)) -> compose(A,B)
% 1.20/1.73  Current number of equations to process: 266
% 1.20/1.73  Current number of ordered equations: 0
% 1.20/1.73  Current number of rules: 154
% 1.20/1.73  New rule produced :
% 1.20/1.73  [155]
% 1.20/1.73  compose(codomain(codomain(compose(A,codomain(codomain(codomain(codomain(B))))))),
% 1.20/1.73  compose(A,B)) -> compose(A,B)
% 1.20/1.73  Current number of equations to process: 265
% 1.20/1.73  Current number of ordered equations: 0
% 1.20/1.73  Current number of rules: 155
% 1.20/1.73  New rule produced :
% 1.20/1.73  [156]
% 1.20/1.73  compose(A,compose(B,domain(compose(B,domain(compose(domain(A),B)))))) ->
% 1.20/1.73  compose(A,B)
% 1.20/1.73  Current number of equations to process: 275
% 1.20/1.73  Current number of ordered equations: 0
% 1.20/1.73  Current number of rules: 156
% 1.20/1.73  New rule produced :
% 1.20/1.73  [157] compose(A,domain(compose(domain(domain(domain(A))),domain(A)))) -> A
% 1.20/1.73  Current number of equations to process: 284
% 1.20/1.73  Current number of ordered equations: 0
% 1.20/1.73  Current number of rules: 157
% 1.20/1.73  New rule produced :
% 1.20/1.73  [158]
% 1.20/1.73  compose(A,domain(compose(domain(domain(domain(domain(A)))),domain(A)))) -> A
% 1.20/1.73  Current number of equations to process: 286
% 1.20/1.73  Current number of ordered equations: 0
% 1.20/1.73  Current number of rules: 158
% 1.20/1.73  New rule produced :
% 1.20/1.73  [159]
% 1.20/1.73  compose(A,compose(B,domain(compose(B,domain(compose(domain(domain(A)),B))))))
% 1.20/1.73  -> compose(A,B)
% 1.20/1.73  Current number of equations to process: 293
% 1.60/1.83  Current number of ordered equations: 0
% 1.60/1.83  Current number of rules: 159
% 1.60/1.83  New rule produced :
% 1.60/1.83  [160]
% 1.60/1.83  compose(A,compose(domain(compose(domain(A),domain(A))),B)) -> compose(A,B)
% 1.60/1.83  Current number of equations to process: 296
% 1.60/1.83  Current number of ordered equations: 0
% 1.60/1.83  Current number of rules: 160
% 1.60/1.83  New rule produced :
% 1.60/1.83  [161]
% 1.60/1.83  compose(A,compose(domain(compose(domain(codomain(A)),A)),B)) -> compose(A,B)
% 1.60/1.83  Current number of equations to process: 295
% 1.60/1.83  Current number of ordered equations: 0
% 1.60/1.83  Current number of rules: 161
% 1.60/1.83  New rule produced :
% 1.60/1.83  [162]
% 1.60/1.83  compose(A,compose(B,domain(domain(domain(compose(domain(A),B)))))) ->
% 1.60/1.83  compose(A,B)
% 1.60/1.83  Current number of equations to process: 300
% 1.60/1.83  Current number of ordered equations: 0
% 1.60/1.83  Current number of rules: 162
% 1.60/1.83  New rule produced :
% 1.60/1.83  [163]
% 1.60/1.83  compose(A,compose(domain(compose(domain(codomain(codomain(A))),A)),B)) ->
% 1.60/1.83  compose(A,B)
% 1.60/1.83  Current number of equations to process: 299
% 1.60/1.83  Current number of ordered equations: 0
% 1.60/1.83  Current number of rules: 163
% 1.60/1.83  New rule produced :
% 1.60/1.83  [164]
% 1.60/1.83  compose(A,compose(B,domain(domain(domain(domain(compose(domain(A),B))))))) ->
% 1.60/1.83  compose(A,B)
% 1.60/1.83  Current number of equations to process: 329
% 1.60/1.83  Current number of ordered equations: 0
% 1.60/1.83  Current number of rules: 164
% 1.60/1.83  New rule produced :
% 1.60/1.83  [165]
% 1.60/1.83  compose(A,compose(domain(compose(domain(codomain(codomain(codomain(A)))),A)),B))
% 1.60/1.83  -> compose(A,B)
% 1.60/1.83  Current number of equations to process: 328
% 1.60/1.83  Current number of ordered equations: 0
% 1.60/1.83  Current number of rules: 165
% 1.60/1.83  New rule produced :
% 1.60/1.83  [166] compose(codomain(compose(A,codomain(domain(A)))),A) -> A
% 1.60/1.83  Current number of equations to process: 345
% 1.60/1.83  Current number of ordered equations: 0
% 1.60/1.83  Current number of rules: 166
% 1.60/1.83  New rule produced :
% 1.60/1.83  [167] compose(codomain(compose(codomain(A),codomain(A))),A) -> A
% 1.60/1.83  Current number of equations to process: 344
% 1.60/1.83  Current number of ordered equations: 0
% 1.60/1.83  Current number of rules: 167
% 1.60/1.83  New rule produced :
% 1.60/1.83  [168] compose(codomain(compose(A,codomain(domain(domain(A))))),A) -> A
% 1.60/1.83  Current number of equations to process: 358
% 1.60/1.83  Current number of ordered equations: 0
% 1.60/1.83  Current number of rules: 168
% 1.60/1.83  New rule produced :
% 1.60/1.83  [169]
% 1.60/1.83  compose(codomain(codomain(codomain(compose(A,codomain(B))))),compose(A,B)) ->
% 1.60/1.83  compose(A,B)
% 1.60/1.83  Current number of equations to process: 365
% 1.60/1.83  Current number of ordered equations: 0
% 1.60/1.83  Current number of rules: 169
% 1.60/1.83  New rule produced :
% 1.60/1.83  [170]
% 1.60/1.83  compose(codomain(compose(A,codomain(domain(domain(domain(A)))))),A) -> A
% 1.60/1.83  Current number of equations to process: 373
% 1.60/1.83  Current number of ordered equations: 0
% 1.60/1.83  Current number of rules: 170
% 1.60/1.83  New rule produced :
% 1.60/1.83  [171]
% 1.60/1.83  compose(codomain(compose(A,codomain(domain(domain(domain(domain(A))))))),A)
% 1.60/1.83  -> A
% 1.60/1.83  Current number of equations to process: 380
% 1.60/1.83  Current number of ordered equations: 0
% 1.60/1.83  Current number of rules: 171
% 1.60/1.83  New rule produced :
% 1.60/1.83  [172]
% 1.60/1.83  compose(A,compose(B,domain(domain(domain(compose(domain(domain(A)),B)))))) ->
% 1.60/1.83  compose(A,B)
% 1.60/1.83  Current number of equations to process: 391
% 1.60/1.83  Current number of ordered equations: 0
% 1.60/1.83  Current number of rules: 172
% 1.60/1.83  New rule produced :
% 1.60/1.83  [173]
% 1.60/1.83  compose(codomain(compose(A,codomain(compose(domain(A),B)))),compose(A,B)) ->
% 1.60/1.83  compose(A,B)
% 1.60/1.83  Current number of equations to process: 390
% 1.60/1.83  Current number of ordered equations: 0
% 1.60/1.83  Current number of rules: 173
% 1.60/1.83  New rule produced :
% 1.60/1.83  [174]
% 1.60/1.83  compose(codomain(compose(codomain(A),codomain(compose(A,B)))),compose(A,B))
% 1.60/1.83  -> compose(A,B)
% 1.60/1.83  Current number of equations to process: 389
% 1.60/1.83  Current number of ordered equations: 0
% 1.60/1.83  Current number of rules: 174
% 1.60/1.83  New rule produced :
% 1.60/1.83  [175]
% 1.60/1.83  compose(codomain(compose(codomain(compose(A,codomain(B))),A)),compose(A,B))
% 1.60/1.83  -> compose(A,B)
% 1.60/1.83  Current number of equations to process: 388
% 1.60/1.83  Current number of ordered equations: 0
% 1.60/1.83  Current number of rules: 175
% 1.60/1.83  New rule produced :
% 1.60/1.83  [176]
% 1.60/1.83  compose(codomain(codomain(codomain(codomain(compose(A,codomain(B)))))),
% 1.60/1.83  compose(A,B)) -> compose(A,B)
% 1.60/1.83  Current number of equations to process: 387
% 1.60/1.83  Current number of ordered equations: 0
% 1.60/1.83  Current number of rules: 176
% 1.60/1.83  New rule produced :
% 1.60/1.83  [177]
% 1.60/1.83  compose(codomain(compose(codomain(compose(A,B)),codomain(A))),compose(A,B))
% 1.60/1.83  -> compose(A,B)
% 1.60/1.83  Current number of equations to process: 390
% 1.60/1.83  Current number of ordered equations: 0
% 1.60/1.83  Current number of rules: 177
% 1.60/1.83  New rule produced :
% 1.60/1.83  [178] compose(codomain(compose(codomain(A),codomain(codomain(A)))),A) -> A
% 1.60/1.89  Current number of equations to process: 392
% 1.60/1.89  Current number of ordered equations: 0
% 1.60/1.89  Current number of rules: 178
% 1.60/1.89  New rule produced :
% 1.60/1.89  [179]
% 1.60/1.89  compose(codomain(compose(codomain(A),codomain(codomain(codomain(A))))),A) ->
% 1.60/1.89  A
% 1.60/1.89  Current number of equations to process: 405
% 1.60/1.89  Current number of ordered equations: 0
% 1.60/1.89  Current number of rules: 179
% 1.60/1.89  New rule produced :
% 1.60/1.89  [180]
% 1.60/1.89  compose(codomain(compose(codomain(A),codomain(codomain(codomain(codomain(A)))))),A)
% 1.60/1.89  -> A
% 1.60/1.89  Current number of equations to process: 409
% 1.60/1.89  Current number of ordered equations: 0
% 1.60/1.89  Current number of rules: 180
% 1.60/1.89  New rule produced :
% 1.60/1.89  [181]
% 1.60/1.89  compose(A,compose(B,domain(compose(domain(B),domain(compose(domain(A),B))))))
% 1.60/1.89  -> compose(A,B)
% 1.60/1.89  Current number of equations to process: 421
% 1.60/1.89  Current number of ordered equations: 0
% 1.60/1.89  Current number of rules: 181
% 1.60/1.89  New rule produced :
% 1.60/1.89  [182]
% 1.60/1.89  compose(A,compose(B,domain(domain(compose(B,domain(compose(domain(A),B)))))))
% 1.60/1.89  -> compose(A,B)
% 1.60/1.89  Current number of equations to process: 420
% 1.60/1.89  Current number of ordered equations: 0
% 1.60/1.89  Current number of rules: 182
% 1.60/1.89  New rule produced :
% 1.60/1.89  [183]
% 1.60/1.89  compose(A,compose(B,domain(domain(domain(domain(domain(compose(domain(A),B))))))))
% 1.60/1.89  -> compose(A,B)
% 1.60/1.89  Current number of equations to process: 419
% 1.60/1.89  Current number of ordered equations: 0
% 1.60/1.89  Current number of rules: 183
% 1.60/1.89  New rule produced :
% 1.60/1.89  [184]
% 1.60/1.89  compose(A,compose(domain(compose(domain(codomain(codomain(codomain(codomain(A))))),A)),B))
% 1.60/1.89  -> compose(A,B)
% 1.60/1.89  Current number of equations to process: 418
% 1.60/1.89  Current number of ordered equations: 0
% 1.60/1.89  Current number of rules: 184
% 1.60/1.89  New rule produced :
% 1.60/1.89  [185]
% 1.60/1.89  compose(A,compose(B,domain(domain(domain(compose(B,domain(compose(A,B))))))))
% 1.60/1.89  -> compose(A,B)
% 1.60/1.89  Current number of equations to process: 417
% 1.60/1.89  Current number of ordered equations: 0
% 1.60/1.89  Current number of rules: 185
% 1.60/1.89  New rule produced :
% 1.60/1.89  [186]
% 1.60/1.89  compose(A,compose(B,domain(domain(domain(compose(domain(domain(domain(A))),B))))))
% 1.60/1.89  -> compose(A,B)
% 1.60/1.89  Current number of equations to process: 416
% 1.60/1.89  Current number of ordered equations: 0
% 1.60/1.89  Current number of rules: 186
% 1.60/1.89  New rule produced :
% 1.60/1.89  [187]
% 1.60/1.89  ifeq(there_exists(compose(A,B)),true,there_exists(domain(codomain(compose(A,
% 1.60/1.89                                                                    codomain(B))))),true)
% 1.60/1.89  -> true
% 1.60/1.89  Current number of equations to process: 415
% 1.60/1.89  Current number of ordered equations: 0
% 1.60/1.89  Current number of rules: 187
% 1.60/1.89  New rule produced :
% 1.60/1.89  [188]
% 1.60/1.89  compose(codomain(compose(A,codomain(compose(domain(domain(A)),B)))),compose(A,B))
% 1.60/1.89  -> compose(A,B)
% 1.60/1.89  Current number of equations to process: 414
% 1.60/1.89  Current number of ordered equations: 0
% 1.60/1.89  Current number of rules: 188
% 1.60/1.89  New rule produced :
% 1.60/1.89  [189]
% 1.60/1.89  compose(codomain(compose(codomain(codomain(A)),codomain(compose(A,B)))),
% 1.60/1.89  compose(A,B)) -> compose(A,B)
% 1.60/1.89  Current number of equations to process: 413
% 1.60/1.89  Current number of ordered equations: 0
% 1.60/1.89  Current number of rules: 189
% 1.60/1.89  New rule produced :
% 1.60/1.89  [190]
% 1.60/1.89  compose(codomain(codomain(codomain(codomain(codomain(compose(A,codomain(B))))))),
% 1.60/1.89  compose(A,B)) -> compose(A,B)
% 1.60/1.89  Current number of equations to process: 412
% 1.60/1.89  Current number of ordered equations: 0
% 1.60/1.89  Current number of rules: 190
% 1.60/1.89  New rule produced :
% 1.60/1.89  [191]
% 1.60/1.89  compose(codomain(codomain(compose(codomain(compose(A,codomain(B))),A))),
% 1.60/1.89  compose(A,B)) -> compose(A,B)
% 1.60/1.89  Current number of equations to process: 411
% 1.60/1.89  Current number of ordered equations: 0
% 1.60/1.89  Current number of rules: 191
% 1.60/1.89  New rule produced :
% 1.60/1.89  [192]
% 1.60/1.89  compose(codomain(compose(codomain(compose(A,B)),codomain(codomain(A)))),
% 1.60/1.89  compose(A,B)) -> compose(A,B)
% 1.60/1.89  Current number of equations to process: 409
% 1.60/1.89  Current number of ordered equations: 1
% 1.60/1.89  Current number of rules: 192
% 1.60/1.89  New rule produced :
% 1.60/1.89  [193]
% 1.60/1.89  compose(codomain(codomain(codomain(compose(codomain(compose(A,B)),A)))),
% 1.60/1.89  compose(A,B)) -> compose(A,B)
% 1.60/1.89  Current number of equations to process: 409
% 1.60/1.89  Current number of ordered equations: 0
% 1.60/1.89  Current number of rules: 193
% 1.60/1.89  New rule produced :
% 1.60/1.89  [194]
% 1.60/1.89  compose(codomain(compose(A,codomain(domain(A)))),compose(A,B)) ->
% 1.60/1.89  compose(A,B)
% 1.60/1.89  Current number of equations to process: 411
% 1.60/1.89  Current number of ordered equations: 0
% 1.60/1.89  Current number of rules: 194
% 1.60/1.89  New rule produced :
% 1.60/1.89  [195]
% 1.60/1.89  compose(codomain(compose(codomain(A),codomain(A))),compose(A,B)) ->
% 1.75/2.02  compose(A,B)
% 1.75/2.02  Current number of equations to process: 410
% 1.75/2.02  Current number of ordered equations: 0
% 1.75/2.02  Current number of rules: 195
% 1.75/2.02  New rule produced :
% 1.75/2.02  [196]
% 1.75/2.02  compose(codomain(compose(A,codomain(domain(domain(A))))),compose(A,B)) ->
% 1.75/2.02  compose(A,B)
% 1.75/2.02  Current number of equations to process: 418
% 1.75/2.02  Current number of ordered equations: 0
% 1.75/2.02  Current number of rules: 196
% 1.75/2.02  New rule produced :
% 1.75/2.02  [197] compose(codomain(compose(A,codomain(codomain(domain(A))))),A) -> A
% 1.75/2.02  Current number of equations to process: 452
% 1.75/2.02  Current number of ordered equations: 0
% 1.75/2.02  Current number of rules: 197
% 1.75/2.02  New rule produced :
% 1.75/2.02  [198]
% 1.75/2.02  compose(codomain(compose(A,codomain(domain(domain(domain(A)))))),compose(A,B))
% 1.75/2.02  -> compose(A,B)
% 1.75/2.02  Current number of equations to process: 453
% 1.75/2.02  Current number of ordered equations: 0
% 1.75/2.02  Current number of rules: 198
% 1.75/2.02  New rule produced :
% 1.75/2.02  [199]
% 1.75/2.02  compose(codomain(compose(A,codomain(codomain(domain(domain(A)))))),A) -> A
% 1.75/2.02  Current number of equations to process: 465
% 1.75/2.02  Current number of ordered equations: 0
% 1.75/2.02  Current number of rules: 199
% 1.75/2.02  New rule produced :
% 1.75/2.02  [200]
% 1.75/2.02  compose(codomain(compose(codomain(codomain(A)),codomain(codomain(A)))),A) ->
% 1.75/2.02  A
% 1.75/2.02  Current number of equations to process: 464
% 1.75/2.02  Current number of ordered equations: 0
% 1.75/2.02  Current number of rules: 200
% 1.75/2.02  New rule produced :
% 1.75/2.02  [201]
% 1.75/2.02  compose(codomain(compose(A,codomain(codomain(domain(domain(domain(A))))))),A)
% 1.75/2.02  -> A
% 1.75/2.02  Current number of equations to process: 480
% 1.75/2.02  Current number of ordered equations: 0
% 1.75/2.02  Current number of rules: 201
% 1.75/2.02  New rule produced :
% 1.75/2.02  [202] compose(A,domain(compose(domain(codomain(domain(A))),domain(A)))) -> A
% 1.75/2.02  Current number of equations to process: 526
% 1.75/2.02  Current number of ordered equations: 0
% 1.75/2.02  Current number of rules: 202
% 1.75/2.02  New rule produced :
% 1.75/2.02  [203]
% 1.75/2.02  compose(codomain(compose(A,codomain(codomain(domain(domain(domain(domain(A)))))))),A)
% 1.75/2.02  -> A
% 1.75/2.02  Current number of equations to process: 544
% 1.75/2.02  Current number of ordered equations: 0
% 1.75/2.02  Current number of rules: 203
% 1.75/2.02  New rule produced :
% 1.75/2.02  [204]
% 1.75/2.02  compose(A,domain(compose(domain(domain(domain(A))),domain(domain(domain(A))))))
% 1.75/2.02  -> A
% 1.75/2.02  Current number of equations to process: 543
% 1.75/2.02  Current number of ordered equations: 0
% 1.75/2.02  Current number of rules: 204
% 1.75/2.02  New rule produced :
% 1.75/2.02  [205]
% 1.75/2.02  compose(A,domain(compose(domain(compose(domain(A),domain(A))),domain(A)))) ->
% 1.75/2.02  A
% 1.75/2.02  Current number of equations to process: 542
% 1.75/2.02  Current number of ordered equations: 0
% 1.75/2.02  Current number of rules: 205
% 1.75/2.02  New rule produced :
% 1.75/2.02  [206]
% 1.75/2.02  compose(codomain(compose(A,codomain(domain(compose(domain(A),domain(A)))))),A)
% 1.75/2.02  -> A
% 1.75/2.02  Current number of equations to process: 541
% 1.75/2.02  Current number of ordered equations: 0
% 1.75/2.02  Current number of rules: 206
% 1.75/2.02  New rule produced :
% 1.75/2.02  [207]
% 1.75/2.02  compose(A,domain(compose(domain(codomain(domain(domain(A)))),domain(domain(A)))))
% 1.75/2.02  -> A
% 1.75/2.02  Current number of equations to process: 540
% 1.75/2.02  Current number of ordered equations: 0
% 1.75/2.02  Current number of rules: 207
% 1.75/2.02  New rule produced :
% 1.75/2.02  [208]
% 1.75/2.02  compose(A,domain(compose(domain(compose(domain(codomain(A)),A)),domain(A))))
% 1.75/2.02  -> A
% 1.75/2.02  Current number of equations to process: 539
% 1.75/2.02  Current number of ordered equations: 0
% 1.75/2.02  Current number of rules: 208
% 1.75/2.02  New rule produced :
% 1.75/2.02  [209]
% 1.75/2.02  compose(codomain(compose(A,codomain(domain(compose(domain(codomain(A)),A))))),A)
% 1.75/2.02  -> A
% 1.75/2.02  Current number of equations to process: 538
% 1.75/2.02  Current number of ordered equations: 0
% 1.75/2.02  Current number of rules: 209
% 1.75/2.02  New rule produced :
% 1.75/2.02  [210]
% 1.75/2.02  compose(A,domain(compose(domain(codomain(codomain(domain(A)))),domain(A))))
% 1.75/2.02  -> A
% 1.75/2.02  Current number of equations to process: 539
% 1.75/2.02  Current number of ordered equations: 0
% 1.75/2.02  Current number of rules: 210
% 1.75/2.02  New rule produced :
% 1.75/2.02  [211]
% 1.75/2.02  compose(codomain(codomain(codomain(compose(A,codomain(codomain(B)))))),
% 1.75/2.02  compose(A,B)) -> compose(A,B)
% 1.75/2.02  Current number of equations to process: 560
% 1.75/2.02  Current number of ordered equations: 0
% 1.75/2.02  Current number of rules: 211
% 1.75/2.02  New rule produced :
% 1.75/2.02  [212]
% 1.75/2.02  compose(codomain(compose(A,codomain(codomain(domain(compose(domain(A),
% 1.75/2.02                                                      domain(A))))))),A) -> A
% 1.75/2.02  Current number of equations to process: 559
% 1.75/2.02  Current number of ordered equations: 0
% 1.75/2.02  Current number of rules: 212
% 1.75/2.02  New rule produced :
% 1.75/2.02  [213]
% 1.75/2.02  compose(codomain(compose(A,codomain(codomain(domain(compose(domain(codomain(A)),A)))))),A)
% 1.75/2.02  -> A
% 1.75/2.02  Current number of equations to process: 558
% 1.87/2.10  Current number of ordered equations: 0
% 1.87/2.10  Current number of rules: 213
% 1.87/2.10  New rule produced :
% 1.87/2.10  [214]
% 1.87/2.10  compose(A,domain(compose(domain(codomain(codomain(domain(domain(A))))),
% 1.87/2.10                   domain(domain(A))))) -> A
% 1.87/2.10  Current number of equations to process: 557
% 1.87/2.10  Current number of ordered equations: 0
% 1.87/2.10  Current number of rules: 214
% 1.87/2.10  New rule produced :
% 1.87/2.10  [215]
% 1.87/2.10  compose(A,domain(compose(domain(compose(domain(codomain(codomain(A))),A)),
% 1.87/2.10                   domain(A)))) -> A
% 1.87/2.10  Current number of equations to process: 556
% 1.87/2.10  Current number of ordered equations: 0
% 1.87/2.10  Current number of rules: 215
% 1.87/2.10  New rule produced :
% 1.87/2.10  [216]
% 1.87/2.10  compose(codomain(compose(A,codomain(domain(compose(domain(codomain(codomain(A))),A))))),A)
% 1.87/2.10  -> A
% 1.87/2.10  Current number of equations to process: 555
% 1.87/2.10  Current number of ordered equations: 0
% 1.87/2.10  Current number of rules: 216
% 1.87/2.10  New rule produced :
% 1.87/2.10  [217] compose(A,domain(compose(domain(domain(domain(codomain(A)))),A))) -> A
% 1.87/2.10  Current number of equations to process: 556
% 1.87/2.10  Current number of ordered equations: 0
% 1.87/2.10  Current number of rules: 217
% 1.87/2.10  New rule produced :
% 1.87/2.10  [218]
% 1.87/2.10  compose(A,domain(compose(domain(domain(domain(A))),domain(domain(A))))) -> A
% 1.87/2.10  Current number of equations to process: 559
% 1.87/2.10  Current number of ordered equations: 0
% 1.87/2.10  Current number of rules: 218
% 1.87/2.10  New rule produced :
% 1.87/2.10  [219]
% 1.87/2.10  compose(A,domain(compose(domain(domain(domain(codomain(codomain(A))))),A)))
% 1.87/2.10  -> A
% 1.87/2.10  Current number of equations to process: 558
% 1.87/2.10  Current number of ordered equations: 0
% 1.87/2.10  Current number of rules: 219
% 1.87/2.10  New rule produced :
% 1.87/2.10  [220]
% 1.87/2.10  compose(A,domain(compose(domain(domain(domain(codomain(codomain(codomain(A)))))),A)))
% 1.87/2.10  -> A
% 1.87/2.10  Current number of equations to process: 567
% 1.87/2.10  Current number of ordered equations: 0
% 1.87/2.10  Current number of rules: 220
% 1.87/2.10  New rule produced :
% 1.87/2.10  [221]
% 1.87/2.10  compose(A,domain(compose(domain(domain(domain(codomain(codomain(codomain(
% 1.87/2.10                                                                  codomain(A))))))),A)))
% 1.87/2.10  -> A
% 1.87/2.10  Current number of equations to process: 576
% 1.87/2.10  Current number of ordered equations: 0
% 1.87/2.10  Current number of rules: 221
% 1.87/2.10  New rule produced :
% 1.87/2.10  [222]
% 1.87/2.10  compose(codomain(compose(codomain(codomain(compose(A,B))),codomain(A))),
% 1.87/2.10  compose(A,B)) -> compose(A,B)
% 1.87/2.10  Current number of equations to process: 580
% 1.87/2.10  Current number of ordered equations: 0
% 1.87/2.10  Current number of rules: 222
% 1.87/2.10  New rule produced :
% 1.87/2.10  [223]
% 1.87/2.10  compose(codomain(compose(A,codomain(domain(domain(domain(domain(A))))))),
% 1.87/2.10  compose(A,B)) -> compose(A,B)
% 1.87/2.10  Current number of equations to process: 579
% 1.87/2.10  Current number of ordered equations: 0
% 1.87/2.10  Current number of rules: 223
% 1.87/2.10  New rule produced :
% 1.87/2.10  [224]
% 1.87/2.10  compose(codomain(compose(A,codomain(codomain(codomain(codomain(codomain(B))))))),
% 1.87/2.10  compose(A,B)) -> compose(A,B)
% 1.87/2.10  Current number of equations to process: 578
% 1.87/2.10  Current number of ordered equations: 0
% 1.87/2.10  Current number of rules: 224
% 1.87/2.10  New rule produced :
% 1.87/2.10  [225]
% 1.87/2.10  compose(codomain(compose(codomain(compose(A,codomain(B))),codomain(A))),
% 1.87/2.10  compose(A,B)) -> compose(A,B)
% 1.87/2.10  Current number of equations to process: 577
% 1.87/2.10  Current number of ordered equations: 0
% 1.87/2.10  Current number of rules: 225
% 1.87/2.10  New rule produced :
% 1.87/2.10  [226]
% 1.87/2.10  compose(codomain(compose(A,codomain(codomain(compose(domain(A),B))))),
% 1.87/2.10  compose(A,B)) -> compose(A,B)
% 1.87/2.10  Current number of equations to process: 576
% 1.87/2.10  Current number of ordered equations: 0
% 1.87/2.10  Current number of rules: 226
% 1.87/2.10  New rule produced :
% 1.87/2.10  [227]
% 1.87/2.10  compose(codomain(compose(codomain(A),codomain(codomain(compose(A,B))))),
% 1.87/2.10  compose(A,B)) -> compose(A,B)
% 1.87/2.10  Current number of equations to process: 575
% 1.87/2.10  Current number of ordered equations: 0
% 1.87/2.10  Current number of rules: 227
% 1.87/2.10  New rule produced :
% 1.87/2.10  [228]
% 1.87/2.10  compose(codomain(compose(codomain(compose(A,codomain(codomain(B)))),A)),
% 1.87/2.10  compose(A,B)) -> compose(A,B)
% 1.87/2.10  Current number of equations to process: 574
% 1.87/2.10  Current number of ordered equations: 0
% 1.87/2.10  Current number of rules: 228
% 1.87/2.10  New rule produced :
% 1.87/2.10  [229]
% 1.87/2.10  compose(codomain(codomain(codomain(codomain(compose(A,codomain(codomain(B))))))),
% 1.87/2.10  compose(A,B)) -> compose(A,B)
% 1.87/2.10  Current number of equations to process: 573
% 1.87/2.10  Current number of ordered equations: 0
% 1.87/2.10  Current number of rules: 229
% 1.87/2.10  New rule produced :
% 1.87/2.10  [230]
% 1.87/2.10  compose(A,compose(domain(compose(domain(domain(A)),domain(domain(A)))),
% 1.87/2.10            domain(domain(A)))) -> A
% 1.87/2.10  Current number of equations to process: 572
% 1.97/2.24  Current number of ordered equations: 0
% 1.97/2.24  Current number of rules: 230
% 1.97/2.24  New rule produced :
% 1.97/2.24  [231]
% 1.97/2.24  compose(A,domain(compose(domain(domain(domain(domain(A)))),domain(domain(
% 1.97/2.24                                                                    domain(
% 1.97/2.24                                                                    domain(A)))))))
% 1.97/2.24  -> A
% 1.97/2.24  Current number of equations to process: 571
% 1.97/2.24  Current number of ordered equations: 0
% 1.97/2.24  Current number of rules: 231
% 1.97/2.24  New rule produced :
% 1.97/2.24  [232]
% 1.97/2.24  compose(A,compose(domain(compose(domain(codomain(domain(A))),domain(A))),
% 1.97/2.24            domain(domain(A)))) -> A
% 1.97/2.24  Current number of equations to process: 570
% 1.97/2.24  Current number of ordered equations: 0
% 1.97/2.24  Current number of rules: 232
% 1.97/2.24  New rule produced :
% 1.97/2.24  [233]
% 1.97/2.24  compose(A,domain(compose(domain(codomain(domain(domain(domain(A))))),
% 1.97/2.24                   domain(domain(domain(A)))))) -> A
% 1.97/2.24  Current number of equations to process: 569
% 1.97/2.24  Current number of ordered equations: 0
% 1.97/2.24  Current number of rules: 233
% 1.97/2.24  New rule produced :
% 1.97/2.24  [234]
% 1.97/2.24  compose(codomain(compose(A,codomain(codomain(domain(compose(domain(codomain(
% 1.97/2.24                                                                     codomain(A))),A)))))),A)
% 1.97/2.24  -> A
% 1.97/2.24  Current number of equations to process: 568
% 1.97/2.24  Current number of ordered equations: 0
% 1.97/2.24  Current number of rules: 234
% 1.97/2.24  New rule produced :
% 1.97/2.24  [235]
% 1.97/2.24  compose(codomain(compose(codomain(codomain(A)),codomain(codomain(codomain(A))))),A)
% 1.97/2.24  -> A
% 1.97/2.24  Current number of equations to process: 586
% 1.97/2.24  Current number of ordered equations: 0
% 1.97/2.24  Current number of rules: 235
% 1.97/2.24  New rule produced :
% 1.97/2.24  [236]
% 1.97/2.24  compose(codomain(compose(codomain(codomain(A)),codomain(codomain(codomain(
% 1.97/2.24                                                                   codomain(A)))))),A)
% 1.97/2.24  -> A
% 1.97/2.24  Current number of equations to process: 590
% 1.97/2.24  Current number of ordered equations: 0
% 1.97/2.24  Current number of rules: 236
% 1.97/2.24  New rule produced :
% 1.97/2.24  [237]
% 1.97/2.24  compose(A,domain(compose(domain(domain(domain(domain(domain(A))))),domain(A))))
% 1.97/2.24  -> A
% 1.97/2.24  Current number of equations to process: 622
% 1.97/2.24  Current number of ordered equations: 0
% 1.97/2.24  Current number of rules: 237
% 1.97/2.24  New rule produced :
% 1.97/2.24  [238]
% 1.97/2.24  compose(A,domain(compose(domain(domain(compose(domain(A),domain(A)))),
% 1.97/2.24                   domain(A)))) -> A
% 1.97/2.24  Current number of equations to process: 630
% 1.97/2.24  Current number of ordered equations: 0
% 1.97/2.24  Current number of rules: 238
% 1.97/2.24  New rule produced :
% 1.97/2.24  [239]
% 1.97/2.24  compose(A,domain(compose(domain(domain(compose(domain(codomain(A)),A))),
% 1.97/2.24                   domain(A)))) -> A
% 1.97/2.24  Current number of equations to process: 629
% 1.97/2.24  Current number of ordered equations: 0
% 1.97/2.24  Current number of rules: 239
% 1.97/2.24  New rule produced :
% 1.97/2.24  [240]
% 1.97/2.24  ifeq(there_exists(A),true,there_exists(domain(compose(A,codomain(codomain(
% 1.97/2.24                                                                   domain(A)))))),true)
% 1.97/2.24  -> true
% 1.97/2.24  Current number of equations to process: 630
% 1.97/2.24  Current number of ordered equations: 0
% 1.97/2.24  Current number of rules: 240
% 1.97/2.24  New rule produced :
% 1.97/2.24  [241]
% 1.97/2.24  compose(A,domain(compose(domain(domain(compose(domain(codomain(codomain(A))),A))),
% 1.97/2.24                   domain(A)))) -> A
% 1.97/2.24  Current number of equations to process: 629
% 1.97/2.24  Current number of ordered equations: 0
% 1.97/2.24  Current number of rules: 241
% 1.97/2.24  New rule produced :
% 1.97/2.24  [242]
% 1.97/2.24  ifeq2(there_exists(A),true,domain(A),codomain(domain(domain(domain(domain(A))))))
% 1.97/2.24  -> codomain(domain(domain(domain(domain(A)))))
% 1.97/2.24  Current number of equations to process: 628
% 1.97/2.24  Current number of ordered equations: 0
% 1.97/2.24  Current number of rules: 242
% 1.97/2.24  New rule produced :
% 1.97/2.24  [243]
% 1.97/2.24  ifeq(there_exists(A),true,there_exists(domain(compose(A,codomain(codomain(
% 1.97/2.24                                                                   domain(
% 1.97/2.24                                                                   domain(A))))))),true)
% 1.97/2.24  -> true
% 1.97/2.24  Current number of equations to process: 638
% 1.97/2.24  Current number of ordered equations: 0
% 1.97/2.24  Current number of rules: 243
% 1.97/2.24  New rule produced :
% 1.97/2.24  [244]
% 1.97/2.24  ifeq(there_exists(A),true,there_exists(domain(compose(codomain(codomain(A)),
% 1.97/2.24                                                codomain(codomain(A))))),true)
% 1.97/2.24  -> true
% 1.97/2.24  Current number of equations to process: 637
% 1.97/2.24  Current number of ordered equations: 0
% 1.97/2.24  Current number of rules: 244
% 1.97/2.24  New rule produced :
% 1.97/2.24  [245]
% 1.97/2.24  compose(A,compose(B,domain(compose(B,domain(domain(domain(compose(A,B))))))))
% 2.29/2.55  -> compose(A,B)
% 2.29/2.55  Current number of equations to process: 668
% 2.29/2.55  Current number of ordered equations: 0
% 2.29/2.55  Current number of rules: 245
% 2.29/2.55  New rule produced :
% 2.29/2.55  [246]
% 2.29/2.55  compose(A,compose(domain(compose(domain(domain(A)),domain(A))),B)) ->
% 2.29/2.55  compose(A,B)
% 2.29/2.55  Current number of equations to process: 727
% 2.29/2.55  Current number of ordered equations: 0
% 2.29/2.55  Current number of rules: 246
% 2.29/2.55  New rule produced :
% 2.29/2.55  [247]
% 2.29/2.55  compose(A,compose(domain(compose(domain(domain(codomain(A))),A)),B)) ->
% 2.29/2.55  compose(A,B)
% 2.29/2.55  Current number of equations to process: 726
% 2.29/2.55  Current number of ordered equations: 0
% 2.29/2.55  Current number of rules: 247
% 2.29/2.55  New rule produced :
% 2.29/2.55  [248]
% 2.29/2.55  compose(A,compose(domain(compose(domain(domain(A)),domain(domain(A)))),B)) ->
% 2.29/2.55  compose(A,B)
% 2.29/2.55  Rule
% 2.29/2.55  [230]
% 2.29/2.55  compose(A,compose(domain(compose(domain(domain(A)),domain(domain(A)))),
% 2.29/2.55            domain(domain(A)))) -> A collapsed.
% 2.29/2.55  Current number of equations to process: 737
% 2.29/2.55  Current number of ordered equations: 0
% 2.29/2.55  Current number of rules: 247
% 2.29/2.55  New rule produced :
% 2.29/2.55  [249]
% 2.29/2.55  compose(A,compose(domain(compose(domain(domain(codomain(codomain(A)))),A)),B))
% 2.29/2.55  -> compose(A,B)
% 2.29/2.55  Current number of equations to process: 736
% 2.29/2.55  Current number of ordered equations: 0
% 2.29/2.55  Current number of rules: 248
% 2.29/2.55  New rule produced :
% 2.29/2.55  [250]
% 2.29/2.55  compose(A,compose(B,domain(domain(domain(domain(compose(domain(domain(A)),B)))))))
% 2.29/2.55  -> compose(A,B)
% 2.29/2.55  Current number of equations to process: 788
% 2.29/2.55  Current number of ordered equations: 0
% 2.29/2.55  Current number of rules: 249
% 2.29/2.55  New rule produced :
% 2.29/2.55  [251]
% 2.29/2.55  compose(A,compose(domain(compose(domain(domain(codomain(codomain(codomain(A))))),A)),B))
% 2.29/2.55  -> compose(A,B)
% 2.29/2.55  Current number of equations to process: 787
% 2.29/2.55  Current number of ordered equations: 0
% 2.29/2.55  Current number of rules: 250
% 2.29/2.55  New rule produced :
% 2.29/2.55  [252]
% 2.29/2.55  compose(codomain(compose(A,codomain(codomain(domain(A))))),compose(A,B)) ->
% 2.29/2.55  compose(A,B)
% 2.29/2.55  Current number of equations to process: 791
% 2.29/2.55  Current number of ordered equations: 0
% 2.29/2.55  Current number of rules: 251
% 2.29/2.55  New rule produced :
% 2.29/2.55  [253]
% 2.29/2.55  compose(codomain(compose(codomain(A),codomain(codomain(A)))),compose(A,B)) ->
% 2.29/2.55  compose(A,B)
% 2.29/2.55  Current number of equations to process: 790
% 2.29/2.55  Current number of ordered equations: 0
% 2.29/2.55  Current number of rules: 252
% 2.29/2.55  New rule produced :
% 2.29/2.55  [254]
% 2.29/2.55  compose(codomain(compose(A,codomain(codomain(domain(domain(A)))))),compose(A,B))
% 2.29/2.55  -> compose(A,B)
% 2.29/2.55  Current number of equations to process: 803
% 2.29/2.55  Current number of ordered equations: 0
% 2.29/2.55  Current number of rules: 253
% 2.29/2.55  New rule produced :
% 2.29/2.55  [255]
% 2.29/2.55  compose(codomain(compose(codomain(codomain(A)),codomain(codomain(A)))),
% 2.29/2.55  compose(A,B)) -> compose(A,B)
% 2.29/2.55  Current number of equations to process: 802
% 2.29/2.55  Current number of ordered equations: 0
% 2.29/2.55  Current number of rules: 254
% 2.29/2.55  New rule produced :
% 2.29/2.55  [256]
% 2.29/2.55  compose(codomain(compose(A,codomain(codomain(domain(domain(domain(A))))))),
% 2.29/2.55  compose(A,B)) -> compose(A,B)
% 2.29/2.55  Current number of equations to process: 845
% 2.29/2.55  Current number of ordered equations: 0
% 2.29/2.55  Current number of rules: 255
% 2.29/2.55  New rule produced :
% 2.29/2.55  [257]
% 2.29/2.55  compose(codomain(codomain(codomain(compose(A,codomain(codomain(codomain(B))))))),
% 2.29/2.55  compose(A,B)) -> compose(A,B)
% 2.29/2.55  Current number of equations to process: 902
% 2.29/2.55  Current number of ordered equations: 0
% 2.29/2.55  Current number of rules: 256
% 2.29/2.55  New rule produced :
% 2.29/2.55  [258]
% 2.29/2.55  ifeq2(there_exists(A),true,domain(compose(codomain(A),codomain(codomain(A)))),
% 2.29/2.55  codomain(A)) -> codomain(A)
% 2.29/2.55  Current number of equations to process: 904
% 2.29/2.55  Current number of ordered equations: 0
% 2.29/2.55  Current number of rules: 257
% 2.29/2.55  New rule produced :
% 2.29/2.55  [259]
% 2.29/2.55  ifeq(there_exists(compose(A,B)),true,there_exists(domain(compose(A,codomain(
% 2.29/2.55                                                                     domain(
% 2.29/2.55                                                                     domain(A)))))),true)
% 2.29/2.55  -> true
% 2.29/2.55  Current number of equations to process: 903
% 2.29/2.55  Current number of ordered equations: 0
% 2.29/2.55  Current number of rules: 258
% 2.29/2.55  New rule produced :
% 2.29/2.55  [260]
% 2.29/2.55  ifeq(there_exists(compose(A,B)),true,there_exists(domain(compose(A,codomain(
% 2.29/2.55                                                                     codomain(
% 2.29/2.55                                                                     codomain(B)))))),true)
% 2.29/2.55  -> true
% 2.29/2.55  Current number of equations to process: 902
% 2.29/2.55  Current number of ordered equations: 0
% 2.37/2.59  Current number of rules: 259
% 2.37/2.59  New rule produced :
% 2.37/2.59  [261]
% 2.37/2.59  compose(A,compose(B,compose(C,domain(domain(compose(A,compose(B,C))))))) ->
% 2.37/2.59  compose(A,compose(B,C))
% 2.37/2.59  Current number of equations to process: 901
% 2.37/2.59  Current number of ordered equations: 0
% 2.37/2.59  Current number of rules: 260
% 2.37/2.59  New rule produced :
% 2.37/2.59  [262]
% 2.37/2.59  compose(A,compose(B,compose(domain(domain(domain(domain(compose(A,B))))),C)))
% 2.37/2.59  -> compose(A,compose(B,C))
% 2.37/2.59  Current number of equations to process: 899
% 2.37/2.59  Current number of ordered equations: 1
% 2.37/2.59  Current number of rules: 261
% 2.37/2.59  New rule produced :
% 2.37/2.59  [263]
% 2.37/2.59  compose(A,compose(B,compose(domain(compose(domain(domain(domain(A))),B)),C)))
% 2.37/2.59  -> compose(A,compose(B,C))
% 2.37/2.59  Current number of equations to process: 899
% 2.37/2.59  Current number of ordered equations: 0
% 2.37/2.59  Current number of rules: 262
% 2.37/2.59  New rule produced :
% 2.37/2.59  [264]
% 2.37/2.59  compose(A,compose(B,domain(compose(domain(domain(domain(domain(domain(
% 2.37/2.59                                                                 domain(A)))))),B))))
% 2.37/2.59  -> compose(A,B)
% 2.37/2.59  Current number of equations to process: 898
% 2.37/2.59  Current number of ordered equations: 0
% 2.37/2.59  Current number of rules: 263
% 2.37/2.59  New rule produced :
% 2.37/2.59  [265]
% 2.37/2.59  ifeq(there_exists(A),true,there_exists(domain(compose(A,codomain(domain(
% 2.37/2.59                                                                   domain(
% 2.37/2.59                                                                   domain(
% 2.37/2.59                                                                   domain(A)))))))),true)
% 2.37/2.59  -> true
% 2.37/2.59  Current number of equations to process: 897
% 2.37/2.59  Current number of ordered equations: 0
% 2.37/2.59  Current number of rules: 264
% 2.37/2.59  New rule produced :
% 2.37/2.59  [266]
% 2.37/2.59  compose(codomain(codomain(codomain(codomain(compose(A,B))))),compose(A,
% 2.37/2.59                                                               compose(B,C)))
% 2.37/2.59  -> compose(A,compose(B,C))
% 2.37/2.59  Current number of equations to process: 895
% 2.37/2.59  Current number of ordered equations: 0
% 2.37/2.59  Current number of rules: 265
% 2.37/2.59  New rule produced :
% 2.37/2.59  [267]
% 2.37/2.59  ifeq(there_exists(compose(A,B)),true,there_exists(domain(codomain(codomain(
% 2.37/2.59                                                                    codomain(
% 2.37/2.59                                                                    codomain(
% 2.37/2.59                                                                    codomain(A))))))),true)
% 2.37/2.59  -> true
% 2.37/2.59  Current number of equations to process: 894
% 2.37/2.59  Current number of ordered equations: 0
% 2.37/2.59  Current number of rules: 266
% 2.37/2.59  New rule produced :
% 2.37/2.59  [268]
% 2.37/2.59  compose(codomain(compose(A,codomain(codomain(codomain(B))))),compose(A,
% 2.37/2.59                                                               compose(B,C)))
% 2.37/2.59  -> compose(A,compose(B,C))
% 2.37/2.59  Current number of equations to process: 892
% 2.37/2.59  Current number of ordered equations: 0
% 2.37/2.59  Current number of rules: 267
% 2.37/2.59  New rule produced :
% 2.37/2.59  [269]
% 2.37/2.59  compose(codomain(compose(codomain(codomain(codomain(codomain(compose(A,B))))),A)),
% 2.37/2.59  compose(A,B)) -> compose(A,B)
% 2.37/2.59  Current number of equations to process: 891
% 2.37/2.59  Current number of ordered equations: 0
% 2.37/2.59  Current number of rules: 268
% 2.37/2.59  New rule produced :
% 2.37/2.59  [270]
% 2.37/2.59  ifeq(there_exists(A),true,there_exists(domain(compose(codomain(A),codomain(
% 2.37/2.59                                                                    codomain(
% 2.37/2.59                                                                    codomain(
% 2.37/2.59                                                                    codomain(A))))))),true)
% 2.37/2.59  -> true
% 2.37/2.59  Current number of equations to process: 890
% 2.37/2.59  Current number of ordered equations: 0
% 2.37/2.59  Current number of rules: 269
% 2.37/2.59  New rule produced :
% 2.37/2.59  [271]
% 2.37/2.59  compose(A,compose(B,compose(domain(domain(compose(domain(domain(A)),B))),C)))
% 2.37/2.59  -> compose(A,compose(B,C))
% 2.37/2.59  Current number of equations to process: 887
% 2.37/2.59  Current number of ordered equations: 0
% 2.37/2.59  Current number of rules: 270
% 2.37/2.59  New rule produced :
% 2.37/2.59  [272]
% 2.37/2.59  compose(A,compose(B,domain(compose(domain(domain(B)),domain(domain(compose(A,B)))))))
% 2.37/2.59  -> compose(A,B)
% 2.37/2.59  Current number of equations to process: 886
% 2.37/2.59  Current number of ordered equations: 0
% 2.37/2.59  Current number of rules: 271
% 2.37/2.59  New rule produced :
% 2.37/2.59  [273]
% 2.37/2.59  compose(codomain(codomain(compose(A,codomain(codomain(B))))),compose(A,
% 2.37/2.59                                                               compose(B,C)))
% 2.37/2.59  -> compose(A,compose(B,C))
% 2.37/2.59  Current number of equations to process: 884
% 2.37/2.59  Current number of ordered equations: 0
% 2.37/2.65  Current number of rules: 272
% 2.37/2.65  New rule produced :
% 2.37/2.65  [274]
% 2.37/2.65  compose(codomain(codomain(compose(codomain(codomain(codomain(compose(A,B)))),A))),
% 2.37/2.65  compose(A,B)) -> compose(A,B)
% 2.37/2.65  Current number of equations to process: 883
% 2.37/2.65  Current number of ordered equations: 0
% 2.37/2.65  Current number of rules: 273
% 2.37/2.65  New rule produced :
% 2.37/2.65  [275]
% 2.37/2.65  ifeq(there_exists(A),true,there_exists(domain(codomain(codomain(codomain(
% 2.37/2.65                                                                  codomain(
% 2.37/2.65                                                                  codomain(
% 2.37/2.65                                                                  codomain(
% 2.37/2.65                                                                  codomain(A))))))))),true)
% 2.37/2.65  -> true
% 2.37/2.65  Current number of equations to process: 881
% 2.37/2.65  Current number of ordered equations: 0
% 2.37/2.65  Current number of rules: 274
% 2.37/2.65  New rule produced :
% 2.37/2.65  [276]
% 2.37/2.65  compose(A,compose(B,domain(compose(B,domain(compose(domain(domain(domain(A))),B))))))
% 2.37/2.65  -> compose(A,B)
% 2.37/2.65  Current number of equations to process: 880
% 2.37/2.65  Current number of ordered equations: 0
% 2.37/2.65  Current number of rules: 275
% 2.37/2.65  New rule produced :
% 2.37/2.65  [277]
% 2.37/2.65  compose(A,compose(B,compose(domain(domain(domain(compose(domain(A),B)))),C)))
% 2.37/2.65  -> compose(A,compose(B,C))
% 2.37/2.65  Current number of equations to process: 878
% 2.37/2.65  Current number of ordered equations: 0
% 2.37/2.65  Current number of rules: 276
% 2.37/2.65  New rule produced :
% 2.37/2.65  [278]
% 2.37/2.65  compose(A,compose(B,domain(compose(domain(domain(B)),domain(compose(domain(A),B))))))
% 2.37/2.65  -> compose(A,B)
% 2.37/2.65  Current number of equations to process: 877
% 2.37/2.65  Current number of ordered equations: 0
% 2.37/2.65  Current number of rules: 277
% 2.37/2.65  New rule produced :
% 2.37/2.65  [279]
% 2.37/2.65  compose(A,compose(B,domain(domain(domain(compose(domain(domain(domain(
% 2.37/2.65                                                                 domain(A)))),B))))))
% 2.37/2.65  -> compose(A,B)
% 2.37/2.65  Current number of equations to process: 876
% 2.37/2.65  Current number of ordered equations: 0
% 2.37/2.65  Current number of rules: 278
% 2.37/2.65  New rule produced :
% 2.37/2.65  [280]
% 2.37/2.65  compose(A,compose(B,domain(domain(domain(compose(B,domain(domain(compose(A,B)))))))))
% 2.37/2.65  -> compose(A,B)
% 2.37/2.65  Current number of equations to process: 875
% 2.37/2.65  Current number of ordered equations: 0
% 2.37/2.65  Current number of rules: 279
% 2.37/2.65  New rule produced :
% 2.37/2.65  [281]
% 2.37/2.65  compose(A,compose(B,domain(domain(domain(compose(B,domain(compose(domain(A),B))))))))
% 2.37/2.65  -> compose(A,B)
% 2.37/2.65  Current number of equations to process: 874
% 2.37/2.65  Current number of ordered equations: 0
% 2.37/2.65  Current number of rules: 280
% 2.37/2.65  New rule produced :
% 2.37/2.65  [282]
% 2.37/2.65  compose(codomain(compose(A,compose(B,codomain(C)))),compose(A,compose(B,C)))
% 2.37/2.65  -> compose(A,compose(B,C))
% 2.37/2.65  Current number of equations to process: 873
% 2.37/2.65  Current number of ordered equations: 0
% 2.37/2.65  Current number of rules: 281
% 2.37/2.65  New rule produced :
% 2.37/2.65  [283]
% 2.37/2.65  compose(codomain(compose(A,codomain(compose(B,domain(compose(A,B)))))),
% 2.37/2.65  compose(A,B)) -> compose(A,B)
% 2.37/2.65  Current number of equations to process: 872
% 2.37/2.65  Current number of ordered equations: 0
% 2.37/2.65  Current number of rules: 282
% 2.37/2.65  New rule produced :
% 2.37/2.65  [284]
% 2.37/2.65  ifeq(there_exists(compose(A,B)),true,there_exists(domain(codomain(codomain(
% 2.37/2.65                                                                    compose(A,
% 2.37/2.65                                                                    codomain(B)))))),true)
% 2.37/2.65  -> true
% 2.37/2.65  Current number of equations to process: 871
% 2.37/2.65  Current number of ordered equations: 0
% 2.37/2.65  Current number of rules: 283
% 2.37/2.65  New rule produced :
% 2.37/2.65  [285]
% 2.37/2.65  compose(codomain(compose(A,codomain(compose(domain(domain(domain(A))),B)))),
% 2.37/2.65  compose(A,B)) -> compose(A,B)
% 2.37/2.65  Current number of equations to process: 870
% 2.37/2.65  Current number of ordered equations: 0
% 2.37/2.65  Current number of rules: 284
% 2.37/2.65  New rule produced :
% 2.37/2.65  [286]
% 2.37/2.65  compose(codomain(compose(codomain(codomain(codomain(A))),codomain(compose(A,B)))),
% 2.37/2.65  compose(A,B)) -> compose(A,B)
% 2.37/2.65  Current number of equations to process: 869
% 2.37/2.65  Current number of ordered equations: 0
% 2.37/2.65  Current number of rules: 285
% 2.37/2.65  New rule produced :
% 2.37/2.65  [287]
% 2.37/2.65  compose(codomain(compose(codomain(compose(codomain(compose(A,B)),A)),A)),
% 2.37/2.65  compose(A,B)) -> compose(A,B)
% 2.37/2.65  Current number of equations to process: 868
% 2.37/2.65  Current number of ordered equations: 0
% 2.37/2.65  Current number of rules: 286
% 2.37/2.65  New rule produced :
% 2.37/2.65  [288]
% 2.37/2.65  compose(codomain(codomain(codomain(codomain(compose(codomain(compose(A,B)),A))))),
% 2.37/2.65  compose(A,B)) -> compose(A,B)
% 2.37/2.65  Current number of equations to process: 866
% 2.48/2.71  Current number of ordered equations: 1
% 2.48/2.71  Current number of rules: 287
% 2.48/2.71  New rule produced :
% 2.48/2.71  [289]
% 2.48/2.71  compose(codomain(compose(codomain(compose(A,B)),codomain(codomain(codomain(A))))),
% 2.48/2.71  compose(A,B)) -> compose(A,B)
% 2.48/2.71  Current number of equations to process: 866
% 2.48/2.71  Current number of ordered equations: 0
% 2.48/2.71  Current number of rules: 288
% 2.48/2.71  New rule produced :
% 2.48/2.71  [290]
% 2.48/2.71  compose(codomain(codomain(codomain(compose(A,codomain(B))))),compose(A,
% 2.48/2.71                                                               compose(B,C)))
% 2.48/2.71  -> compose(A,compose(B,C))
% 2.48/2.71  Current number of equations to process: 864
% 2.48/2.71  Current number of ordered equations: 0
% 2.48/2.71  Current number of rules: 289
% 2.48/2.71  New rule produced :
% 2.48/2.71  [291]
% 2.48/2.71  compose(codomain(compose(codomain(codomain(codomain(compose(A,B)))),codomain(A))),
% 2.48/2.71  compose(A,B)) -> compose(A,B)
% 2.48/2.71  Current number of equations to process: 863
% 2.48/2.71  Current number of ordered equations: 0
% 2.48/2.71  Current number of rules: 290
% 2.48/2.71  New rule produced :
% 2.48/2.71  [292]
% 2.48/2.71  ifeq(there_exists(compose(A,B)),true,there_exists(domain(codomain(compose(A,
% 2.48/2.71                                                                    codomain(
% 2.48/2.71                                                                    codomain(B)))))),true)
% 2.48/2.71  -> true
% 2.48/2.71  Current number of equations to process: 862
% 2.48/2.71  Current number of ordered equations: 0
% 2.48/2.71  Current number of rules: 291
% 2.48/2.71  New rule produced :
% 2.48/2.71  [293]
% 2.48/2.71  compose(codomain(compose(A,codomain(codomain(compose(domain(domain(A)),B))))),
% 2.48/2.71  compose(A,B)) -> compose(A,B)
% 2.48/2.71  Current number of equations to process: 861
% 2.48/2.71  Current number of ordered equations: 0
% 2.48/2.71  Current number of rules: 292
% 2.48/2.71  New rule produced :
% 2.48/2.71  [294]
% 2.48/2.71  compose(codomain(compose(codomain(codomain(A)),codomain(codomain(compose(A,B))))),
% 2.48/2.71  compose(A,B)) -> compose(A,B)
% 2.48/2.71  Current number of equations to process: 860
% 2.48/2.71  Current number of ordered equations: 0
% 2.48/2.71  Current number of rules: 293
% 2.48/2.71  New rule produced :
% 2.48/2.71  [295]
% 2.48/2.71  compose(codomain(codomain(codomain(codomain(codomain(compose(A,codomain(
% 2.48/2.71                                                                 codomain(B)))))))),
% 2.48/2.71  compose(A,B)) -> compose(A,B)
% 2.48/2.71  Current number of equations to process: 859
% 2.48/2.71  Current number of ordered equations: 0
% 2.48/2.71  Current number of rules: 294
% 2.48/2.71  New rule produced :
% 2.48/2.71  [296]
% 2.48/2.71  compose(codomain(codomain(compose(codomain(compose(A,codomain(codomain(B)))),A))),
% 2.48/2.71  compose(A,B)) -> compose(A,B)
% 2.48/2.71  Current number of equations to process: 858
% 2.48/2.71  Current number of ordered equations: 0
% 2.48/2.71  Current number of rules: 295
% 2.48/2.71  New rule produced :
% 2.48/2.71  [297]
% 2.48/2.71  compose(codomain(compose(codomain(compose(A,codomain(codomain(B)))),codomain(A))),
% 2.48/2.71  compose(A,B)) -> compose(A,B)
% 2.48/2.71  Current number of equations to process: 857
% 2.48/2.71  Current number of ordered equations: 0
% 2.48/2.71  Current number of rules: 296
% 2.48/2.71  New rule produced :
% 2.48/2.71  [298]
% 2.48/2.71  compose(A,compose(B,domain(compose(domain(compose(A,B)),domain(compose(A,B))))))
% 2.48/2.71  -> compose(A,B)
% 2.48/2.71  Current number of equations to process: 856
% 2.48/2.71  Current number of ordered equations: 0
% 2.48/2.71  Current number of rules: 297
% 2.48/2.71  New rule produced :
% 2.48/2.71  [299]
% 2.48/2.71  compose(A,compose(B,domain(compose(domain(codomain(compose(A,B))),compose(A,B)))))
% 2.48/2.71  -> compose(A,B)
% 2.48/2.71  Current number of equations to process: 855
% 2.48/2.71  Current number of ordered equations: 0
% 2.48/2.71  Current number of rules: 298
% 2.48/2.71  New rule produced :
% 2.48/2.71  [300]
% 2.48/2.71  compose(A,compose(domain(compose(domain(codomain(codomain(domain(A)))),
% 2.48/2.71                           domain(A))),domain(domain(A)))) -> A
% 2.48/2.71  Current number of equations to process: 854
% 2.48/2.71  Current number of ordered equations: 0
% 2.48/2.71  Current number of rules: 299
% 2.48/2.71  New rule produced :
% 2.48/2.71  [301]
% 2.48/2.71  compose(A,domain(compose(domain(codomain(codomain(domain(domain(domain(A)))))),
% 2.48/2.71                   domain(domain(domain(A)))))) -> A
% 2.48/2.71  Current number of equations to process: 853
% 2.48/2.71  Current number of ordered equations: 0
% 2.48/2.71  Current number of rules: 300
% 2.48/2.71  New rule produced :
% 2.48/2.71  [302]
% 2.48/2.71  compose(A,compose(B,domain(compose(domain(domain(domain(B))),domain(compose(A,B))))))
% 2.48/2.71  -> compose(A,B)
% 2.48/2.71  Current number of equations to process: 851
% 2.48/2.71  Current number of ordered equations: 0
% 2.48/2.71  Current number of rules: 301
% 2.48/2.71  New rule produced :
% 2.48/2.71  [303]
% 2.48/2.71  compose(codomain(compose(codomain(codomain(compose(A,B))),codomain(codomain(A)))),
% 2.48/2.71  compose(A,B)) -> compose(A,B)
% 2.48/2.71  Current number of equations to process: 848
% 2.48/2.71  Current number of ordered equations: 1
% 2.50/2.77  Current number of rules: 302
% 2.50/2.77  New rule produced :
% 2.50/2.77  [304]
% 2.50/2.77  compose(codomain(codomain(codomain(compose(codomain(codomain(compose(A,B))),A)))),
% 2.50/2.77  compose(A,B)) -> compose(A,B)
% 2.50/2.77  Current number of equations to process: 848
% 2.50/2.77  Current number of ordered equations: 0
% 2.50/2.77  Current number of rules: 303
% 2.50/2.77  New rule produced :
% 2.50/2.77  [305]
% 2.50/2.77  compose(A,compose(B,domain(compose(domain(B),domain(compose(domain(domain(A)),B))))))
% 2.50/2.77  -> compose(A,B)
% 2.50/2.77  Current number of equations to process: 847
% 2.50/2.77  Current number of ordered equations: 0
% 2.50/2.77  Current number of rules: 304
% 2.50/2.77  New rule produced :
% 2.50/2.77  [306]
% 2.50/2.77  ifeq(there_exists(A),true,there_exists(domain(compose(A,codomain(codomain(
% 2.50/2.77                                                                   domain(
% 2.50/2.77                                                                   domain(
% 2.50/2.77                                                                   domain(A)))))))),true)
% 2.50/2.77  -> true
% 2.50/2.77  Current number of equations to process: 846
% 2.50/2.77  Current number of ordered equations: 0
% 2.50/2.77  Current number of rules: 305
% 2.50/2.77  New rule produced :
% 2.50/2.77  [307]
% 2.50/2.77  compose(A,compose(B,domain(compose(domain(B),domain(domain(domain(compose(A,B))))))))
% 2.50/2.77  -> compose(A,B)
% 2.50/2.77  Current number of equations to process: 843
% 2.50/2.77  Current number of ordered equations: 0
% 2.50/2.77  Current number of rules: 306
% 2.50/2.77  New rule produced :
% 2.50/2.77  [308]
% 2.50/2.77  compose(A,compose(B,domain(domain(compose(B,domain(domain(domain(compose(A,B)))))))))
% 2.50/2.77  -> compose(A,B)
% 2.50/2.77  Current number of equations to process: 842
% 2.50/2.77  Current number of ordered equations: 0
% 2.50/2.77  Current number of rules: 307
% 2.50/2.77  New rule produced :
% 2.50/2.77  [309]
% 2.50/2.77  compose(A,compose(B,domain(domain(domain(domain(domain(domain(domain(
% 2.50/2.77                                                                compose(A,B))))))))))
% 2.50/2.77  -> compose(A,B)
% 2.50/2.77  Current number of equations to process: 841
% 2.50/2.77  Current number of ordered equations: 0
% 2.50/2.77  Current number of rules: 308
% 2.50/2.77  New rule produced :
% 2.50/2.77  [310]
% 2.50/2.77  compose(A,compose(B,domain(domain(compose(B,domain(compose(domain(domain(A)),B)))))))
% 2.50/2.77  -> compose(A,B)
% 2.50/2.77  Current number of equations to process: 837
% 2.50/2.77  Current number of ordered equations: 0
% 2.50/2.77  Current number of rules: 309
% 2.50/2.77  New rule produced :
% 2.50/2.77  [311]
% 2.50/2.77  compose(A,compose(B,domain(domain(domain(domain(domain(compose(domain(
% 2.50/2.77                                                                 domain(A)),B))))))))
% 2.50/2.77  -> compose(A,B)
% 2.50/2.77  Current number of equations to process: 836
% 2.50/2.77  Current number of ordered equations: 0
% 2.50/2.77  Current number of rules: 310
% 2.50/2.77  New rule produced :
% 2.50/2.77  [312]
% 2.50/2.77  compose(A,compose(domain(compose(domain(domain(codomain(codomain(codomain(
% 2.50/2.77                                                                   codomain(A)))))),A)),B))
% 2.50/2.77  -> compose(A,B)
% 2.50/2.77  Current number of equations to process: 835
% 2.50/2.77  Current number of ordered equations: 0
% 2.50/2.77  Current number of rules: 311
% 2.50/2.77  New rule produced :
% 2.50/2.77  [313]
% 2.50/2.77  compose(codomain(compose(A,codomain(codomain(domain(domain(domain(domain(A)))))))),
% 2.50/2.77  compose(A,B)) -> compose(A,B)
% 2.50/2.77  Current number of equations to process: 831
% 2.50/2.77  Current number of ordered equations: 0
% 2.50/2.77  Current number of rules: 312
% 2.50/2.77  New rule produced :
% 2.50/2.77  [314]
% 2.50/2.77  compose(codomain(compose(A,codomain(codomain(codomain(codomain(codomain(
% 2.50/2.77                                                                 codomain(B)))))))),
% 2.50/2.77  compose(A,B)) -> compose(A,B)
% 2.50/2.77  Current number of equations to process: 830
% 2.50/2.77  Current number of ordered equations: 0
% 2.50/2.77  Current number of rules: 313
% 2.50/2.77  New rule produced :
% 2.50/2.77  [315]
% 2.50/2.77  compose(codomain(compose(codomain(compose(A,codomain(B))),codomain(codomain(A)))),
% 2.50/2.77  compose(A,B)) -> compose(A,B)
% 2.50/2.77  Current number of equations to process: 829
% 2.50/2.77  Current number of ordered equations: 0
% 2.50/2.77  Current number of rules: 314
% 2.50/2.77  New rule produced :
% 2.50/2.77  [316]
% 2.50/2.77  compose(codomain(codomain(codomain(compose(A,codomain(codomain(codomain(
% 2.50/2.77                                                                 codomain(B)))))))),
% 2.50/2.77  compose(A,B)) -> compose(A,B)
% 2.50/2.77  Current number of equations to process: 825
% 2.50/2.77  Current number of ordered equations: 0
% 2.50/2.77  Current number of rules: 315
% 2.50/2.77  New rule produced :
% 2.50/2.77  [317]
% 2.50/2.77  compose(codomain(codomain(codomain(compose(codomain(compose(A,codomain(B))),A)))),
% 2.50/2.77  compose(A,B)) -> compose(A,B)
% 2.50/2.77  Current number of equations to process: 824
% 2.50/2.77  Current number of ordered equations: 0
% 2.50/2.77  Current number of rules: 316
% 2.50/2.77  New rule produced :
% 2.50/2.77  [318]
% 2.50/2.77  ifeq2(there_exists(A),true,domain(compose(A,codomain(codomain(domain(A))))),
% 2.97/3.27  codomain(domain(A))) -> codomain(domain(A))
% 2.97/3.27  Current number of equations to process: 823
% 2.97/3.27  Current number of ordered equations: 0
% 2.97/3.27  Current number of rules: 317
% 2.97/3.27  New rule produced :
% 2.97/3.27  [319]
% 2.97/3.27  ifeq2(there_exists(A),true,domain(compose(codomain(codomain(A)),codomain(
% 2.97/3.27                                                                  codomain(A)))),
% 2.97/3.27  codomain(A)) -> codomain(A)
% 2.97/3.27  Current number of equations to process: 833
% 2.97/3.27  Current number of ordered equations: 0
% 2.97/3.27  Current number of rules: 318
% 2.97/3.27  New rule produced :
% 2.97/3.27  [320]
% 2.97/3.27  compose(A,compose(domain(compose(domain(domain(domain(A))),domain(A))),B)) ->
% 2.97/3.27  compose(A,B)
% 2.97/3.27  Current number of equations to process: 922
% 2.97/3.27  Current number of ordered equations: 0
% 2.97/3.27  Current number of rules: 319
% 2.97/3.27  New rule produced :
% 2.97/3.27  [321]
% 2.97/3.27  compose(A,compose(domain(compose(domain(domain(domain(domain(A)))),domain(A))),B))
% 2.97/3.27  -> compose(A,B)
% 2.97/3.27  Current number of equations to process: 951
% 2.97/3.27  Current number of ordered equations: 0
% 2.97/3.27  Current number of rules: 320
% 2.97/3.27  New rule produced :
% 2.97/3.27  [322]
% 2.97/3.27  compose(A,compose(B,domain(compose(B,domain(compose(B,domain(compose(A,B))))))))
% 2.97/3.27  -> compose(A,B)
% 2.97/3.27  Current number of equations to process: 966
% 2.97/3.27  Current number of ordered equations: 0
% 2.97/3.27  Current number of rules: 321
% 2.97/3.27  New rule produced :
% 2.97/3.27  [323]
% 2.97/3.27  compose(A,compose(B,domain(domain(domain(domain(compose(B,domain(compose(A,B)))))))))
% 2.97/3.27  -> compose(A,B)
% 2.97/3.27  Current number of equations to process: 965
% 2.97/3.27  Current number of ordered equations: 0
% 2.97/3.27  Current number of rules: 322
% 2.97/3.27  New rule produced :
% 2.97/3.27  [324]
% 2.97/3.27  compose(A,compose(domain(compose(domain(compose(domain(A),domain(A))),
% 2.97/3.27                           domain(A))),B)) -> compose(A,B)
% 2.97/3.27  Current number of equations to process: 964
% 2.97/3.27  Current number of ordered equations: 0
% 2.97/3.27  Current number of rules: 323
% 2.97/3.27  New rule produced :
% 2.97/3.27  [325]
% 2.97/3.27  compose(A,compose(domain(compose(domain(compose(domain(codomain(A)),A)),
% 2.97/3.27                           domain(A))),B)) -> compose(A,B)
% 2.97/3.27  Current number of equations to process: 963
% 2.97/3.27  Current number of ordered equations: 0
% 2.97/3.27  Current number of rules: 324
% 2.97/3.27  New rule produced :
% 2.97/3.27  [326]
% 2.97/3.27  compose(A,compose(B,domain(compose(domain(compose(A,B)),domain(B))))) ->
% 2.97/3.27  compose(A,B)
% 2.97/3.27  Current number of equations to process: 966
% 2.97/3.27  Current number of ordered equations: 0
% 2.97/3.27  Current number of rules: 325
% 2.97/3.27  New rule produced :
% 2.97/3.27  [327]
% 2.97/3.27  compose(A,compose(B,domain(compose(domain(compose(A,codomain(B))),B)))) ->
% 2.97/3.27  compose(A,B)
% 2.97/3.27  Current number of equations to process: 965
% 2.97/3.27  Current number of ordered equations: 0
% 2.97/3.27  Current number of rules: 326
% 2.97/3.27  New rule produced :
% 2.97/3.27  [328]
% 2.97/3.27  compose(A,compose(B,domain(compose(domain(compose(A,B)),domain(domain(B))))))
% 2.97/3.27  -> compose(A,B)
% 2.97/3.27  Current number of equations to process: 973
% 2.97/3.27  Current number of ordered equations: 0
% 2.97/3.27  Current number of rules: 327
% 2.97/3.27  New rule produced :
% 2.97/3.27  [329]
% 2.97/3.27  compose(A,compose(B,domain(compose(domain(compose(A,codomain(codomain(B)))),B))))
% 2.97/3.27  -> compose(A,B)
% 2.97/3.27  Current number of equations to process: 972
% 2.97/3.27  Current number of ordered equations: 0
% 2.97/3.27  Current number of rules: 328
% 2.97/3.27  New rule produced :
% 2.97/3.27  [330]
% 2.97/3.27  compose(A,compose(B,domain(compose(domain(compose(codomain(compose(A,B)),A)),B))))
% 2.97/3.27  -> compose(A,B)
% 2.97/3.27  Current number of equations to process: 1014
% 2.97/3.27  Current number of ordered equations: 0
% 2.97/3.27  Current number of rules: 329
% 2.97/3.27  New rule produced :
% 2.97/3.27  [331]
% 2.97/3.27  compose(A,compose(B,domain(compose(domain(compose(A,B)),domain(domain(
% 2.97/3.27                                                                 domain(B)))))))
% 2.97/3.27  -> compose(A,B)
% 2.97/3.27  Current number of equations to process: 1013
% 2.97/3.27  Current number of ordered equations: 0
% 2.97/3.27  Current number of rules: 330
% 2.97/3.27  New rule produced :
% 2.97/3.27  [332]
% 2.97/3.27  compose(A,compose(B,domain(compose(domain(compose(A,codomain(codomain(
% 2.97/3.27                                                               codomain(B))))),B))))
% 2.97/3.27  -> compose(A,B)
% 2.97/3.27  Current number of equations to process: 1012
% 2.97/3.27  Current number of ordered equations: 0
% 2.97/3.27  Current number of rules: 331
% 2.97/3.27  New rule produced :
% 2.97/3.27  [333]
% 2.97/3.27  compose(codomain(compose(codomain(A),codomain(codomain(codomain(A))))),
% 2.97/3.27  compose(A,B)) -> compose(A,B)
% 2.97/3.27  Current number of equations to process: 1043
% 2.97/3.27  Current number of ordered equations: 0
% 2.97/3.27  Current number of rules: 332
% 2.97/3.27  New rule produced :
% 2.97/3.27  [334]
% 2.97/3.27  compose(codomain(compose(codomain(A),codomain(codomain(codomain(codomain(A)))))),
% 3.49/3.75  compose(A,B)) -> compose(A,B)
% 3.49/3.75  Current number of equations to process: 1064
% 3.49/3.75  Current number of ordered equations: 0
% 3.49/3.75  Current number of rules: 333
% 3.49/3.75  New rule produced :
% 3.49/3.75  [335]
% 3.49/3.75  compose(codomain(compose(codomain(compose(A,codomain(codomain(codomain(B))))),A)),
% 3.49/3.75  compose(A,B)) -> compose(A,B)
% 3.49/3.75  Current number of equations to process: 1082
% 3.49/3.75  Current number of ordered equations: 0
% 3.49/3.75  Current number of rules: 334
% 3.49/3.75  New rule produced :
% 3.49/3.75  [336]
% 3.49/3.75  compose(A,compose(B,domain(compose(domain(A),compose(domain(A),B))))) ->
% 3.49/3.75  compose(A,B)
% 3.49/3.75  Current number of equations to process: 1085
% 3.49/3.75  Current number of ordered equations: 0
% 3.49/3.75  Current number of rules: 335
% 3.49/3.75  New rule produced :
% 3.49/3.75  [337]
% 3.49/3.75  compose(A,compose(B,domain(compose(domain(codomain(A)),compose(A,B))))) ->
% 3.49/3.75  compose(A,B)
% 3.49/3.75  Current number of equations to process: 1084
% 3.49/3.75  Current number of ordered equations: 0
% 3.49/3.75  Current number of rules: 336
% 3.49/3.75  New rule produced :
% 3.49/3.75  [338]
% 3.49/3.75  compose(A,compose(B,domain(compose(domain(codomain(codomain(A))),compose(A,B)))))
% 3.49/3.75  -> compose(A,B)
% 3.49/3.75  Current number of equations to process: 1091
% 3.49/3.75  Current number of ordered equations: 0
% 3.49/3.75  Current number of rules: 337
% 3.49/3.75  New rule produced :
% 3.49/3.75  [339]
% 3.49/3.75  compose(A,compose(B,domain(compose(domain(A),compose(B,domain(compose(A,B)))))))
% 3.49/3.75  -> compose(A,B)
% 3.49/3.75  Current number of equations to process: 1123
% 3.49/3.75  Current number of ordered equations: 0
% 3.49/3.75  Current number of rules: 338
% 3.49/3.75  New rule produced :
% 3.49/3.75  [340]
% 3.49/3.75  compose(A,compose(B,domain(compose(domain(codomain(codomain(codomain(A)))),
% 3.49/3.75                             compose(A,B))))) -> compose(A,B)
% 3.49/3.75  Current number of equations to process: 1122
% 3.49/3.75  Current number of ordered equations: 0
% 3.49/3.75  Current number of rules: 339
% 3.49/3.75  New rule produced :
% 3.49/3.75  [341]
% 3.49/3.75  ifeq(there_exists(A),true,there_exists(domain(compose(codomain(A),codomain(
% 3.49/3.75                                                                    domain(
% 3.49/3.75                                                                    codomain(A)))))),true)
% 3.49/3.75  -> true
% 3.49/3.75  Current number of equations to process: 1123
% 3.49/3.75  Current number of ordered equations: 0
% 3.49/3.75  Current number of rules: 340
% 3.49/3.75  New rule produced :
% 3.49/3.75  [342] compose(A,domain(domain(compose(domain(A),domain(A))))) -> A
% 3.49/3.75  Current number of equations to process: 1163
% 3.49/3.75  Current number of ordered equations: 0
% 3.49/3.75  Current number of rules: 341
% 3.49/3.75  New rule produced :
% 3.49/3.75  [343] compose(A,domain(domain(compose(domain(codomain(A)),A)))) -> A
% 3.49/3.75  Current number of equations to process: 1162
% 3.49/3.75  Current number of ordered equations: 0
% 3.49/3.75  Current number of rules: 342
% 3.49/3.75  New rule produced :
% 3.49/3.75  [344]
% 3.49/3.75  compose(A,domain(domain(compose(domain(codomain(codomain(A))),A)))) -> A
% 3.49/3.75  Current number of equations to process: 1164
% 3.49/3.75  Current number of ordered equations: 0
% 3.49/3.75  Current number of rules: 343
% 3.49/3.75  New rule produced :
% 3.49/3.75  [345]
% 3.49/3.75  compose(A,domain(domain(compose(domain(codomain(codomain(codomain(A)))),A))))
% 3.49/3.75  -> A
% 3.49/3.75  Current number of equations to process: 1171
% 3.49/3.75  Current number of ordered equations: 0
% 3.49/3.75  Current number of rules: 344
% 3.49/3.75  New rule produced :
% 3.49/3.75  [346]
% 3.49/3.75  compose(A,domain(domain(compose(domain(codomain(codomain(codomain(codomain(A))))),A))))
% 3.49/3.75  -> A
% 3.49/3.75  Current number of equations to process: 1178
% 3.49/3.75  Current number of ordered equations: 0
% 3.49/3.75  Current number of rules: 345
% 3.49/3.75  New rule produced :
% 3.49/3.75  [347] compose(A,domain(domain(compose(domain(domain(A)),domain(A))))) -> A
% 3.49/3.75  Current number of equations to process: 1192
% 3.49/3.75  Current number of ordered equations: 0
% 3.49/3.75  Current number of rules: 346
% 3.49/3.75  New rule produced :
% 3.49/3.75  [348] compose(A,domain(domain(compose(domain(domain(codomain(A))),A)))) -> A
% 3.49/3.75  Current number of equations to process: 1191
% 3.49/3.75  Current number of ordered equations: 0
% 3.49/3.75  Current number of rules: 347
% 3.49/3.75  New rule produced :
% 3.49/3.75  [349]
% 3.49/3.75  compose(A,domain(domain(compose(domain(domain(A)),domain(domain(A)))))) -> A
% 3.49/3.75  Current number of equations to process: 1194
% 3.49/3.75  Current number of ordered equations: 0
% 3.49/3.75  Current number of rules: 348
% 3.49/3.75  New rule produced :
% 3.49/3.75  [350]
% 3.49/3.75  compose(A,domain(domain(compose(domain(domain(codomain(codomain(A)))),A))))
% 3.49/3.75  -> A
% 3.49/3.75  Current number of equations to process: 1193
% 3.49/3.75  Current number of ordered equations: 0
% 3.49/3.75  Current number of rules: 349
% 3.49/3.75  New rule produced :
% 3.49/3.75  [351]
% 3.49/3.75  compose(A,domain(domain(compose(domain(domain(codomain(codomain(codomain(A))))),A))))
% 3.49/3.75  -> A
% 3.49/3.75  Current number of equations to process: 1201
% 3.49/3.75  Current number of ordered equations: 0
% 3.97/4.20  Current number of rules: 350
% 3.97/4.20  New rule produced :
% 3.97/4.20  [352]
% 3.97/4.20  compose(A,domain(domain(compose(domain(domain(codomain(codomain(codomain(
% 3.97/4.20                                                                  codomain(A)))))),A))))
% 3.97/4.20  -> A
% 3.97/4.20  Current number of equations to process: 1214
% 3.97/4.20  Current number of ordered equations: 0
% 3.97/4.20  Current number of rules: 351
% 3.97/4.20  New rule produced :
% 3.97/4.20  [353]
% 3.97/4.20  compose(A,domain(domain(domain(domain(domain(domain(domain(domain(domain(A))))))))))
% 3.97/4.20  -> A
% 3.97/4.20  Current number of equations to process: 1237
% 3.97/4.20  Current number of ordered equations: 0
% 3.97/4.20  Current number of rules: 352
% 3.97/4.20  New rule produced :
% 3.97/4.20  [354]
% 3.97/4.20  compose(codomain(compose(A,codomain(domain(domain(domain(domain(domain(A)))))))),A)
% 3.97/4.20  -> A
% 3.97/4.20  Current number of equations to process: 1236
% 3.97/4.20  Current number of ordered equations: 0
% 3.97/4.20  Current number of rules: 353
% 3.97/4.20  New rule produced :
% 3.97/4.20  [355]
% 3.97/4.20  compose(codomain(compose(A,codomain(codomain(domain(domain(domain(domain(
% 3.97/4.20                                                                    domain(A))))))))),A)
% 3.97/4.20  -> A
% 3.97/4.20  Current number of equations to process: 1235
% 3.97/4.20  Current number of ordered equations: 0
% 3.97/4.20  Current number of rules: 354
% 3.97/4.20  New rule produced :
% 3.97/4.20  [356]
% 3.97/4.20  compose(A,domain(compose(domain(domain(domain(domain(domain(domain(A)))))),
% 3.97/4.20                   domain(A)))) -> A
% 3.97/4.20  Current number of equations to process: 1234
% 3.97/4.20  Current number of ordered equations: 0
% 3.97/4.20  Current number of rules: 355
% 3.97/4.20  New rule produced :
% 3.97/4.20  [357]
% 3.97/4.20  compose(A,domain(domain(domain(domain(domain(domain(domain(domain(domain(
% 3.97/4.20                                                                    domain(A)))))))))))
% 3.97/4.20  -> A
% 3.97/4.20  Current number of equations to process: 1324
% 3.97/4.20  Current number of ordered equations: 0
% 3.97/4.20  Current number of rules: 356
% 3.97/4.20  New rule produced :
% 3.97/4.20  [358]
% 3.97/4.20  compose(codomain(compose(A,codomain(domain(domain(domain(domain(domain(
% 3.97/4.20                                                                  domain(A))))))))),A)
% 3.97/4.20  -> A
% 3.97/4.20  Current number of equations to process: 1323
% 3.97/4.20  Current number of ordered equations: 0
% 3.97/4.20  Current number of rules: 357
% 3.97/4.20  New rule produced :
% 3.97/4.20  [359]
% 3.97/4.20  compose(A,compose(B,domain(domain(compose(domain(B),domain(compose(A,B)))))))
% 3.97/4.20  -> compose(A,B)
% 3.97/4.20  Current number of equations to process: 1398
% 3.97/4.20  Current number of ordered equations: 0
% 3.97/4.20  Current number of rules: 358
% 3.97/4.20  New rule produced :
% 3.97/4.20  [360]
% 3.97/4.20  compose(codomain(compose(A,codomain(codomain(domain(domain(domain(domain(
% 3.97/4.20                                                                    domain(
% 3.97/4.20                                                                    domain(A)))))))))),A)
% 3.97/4.20  -> A
% 3.97/4.20  Current number of equations to process: 1397
% 3.97/4.20  Current number of ordered equations: 0
% 3.97/4.20  Current number of rules: 359
% 3.97/4.20  New rule produced :
% 3.97/4.20  [361]
% 3.97/4.20  compose(A,domain(compose(domain(domain(domain(domain(domain(domain(domain(A))))))),
% 3.97/4.20                   domain(A)))) -> A
% 3.97/4.20  Current number of equations to process: 1396
% 3.97/4.20  Current number of ordered equations: 0
% 3.97/4.20  Current number of rules: 360
% 3.97/4.20  New rule produced :
% 3.97/4.20  [362]
% 3.97/4.20  compose(A,domain(domain(domain(domain(domain(domain(domain(domain(domain(
% 3.97/4.20                                                                    domain(
% 3.97/4.20                                                                    domain(A))))))))))))
% 3.97/4.20  -> A
% 3.97/4.20  Current number of equations to process: 1395
% 3.97/4.20  Current number of ordered equations: 0
% 3.97/4.20  Current number of rules: 361
% 3.97/4.20  New rule produced :
% 3.97/4.20  [363]
% 3.97/4.20  compose(codomain(compose(A,codomain(domain(domain(domain(domain(domain(
% 3.97/4.20                                                                  domain(
% 3.97/4.20                                                                  domain(A)))))))))),A)
% 3.97/4.20  -> A
% 3.97/4.20  Current number of equations to process: 1393
% 3.97/4.20  Current number of ordered equations: 0
% 3.97/4.20  Current number of rules: 362
% 3.97/4.20  New rule produced :
% 3.97/4.20  [364]
% 3.97/4.20  compose(A,domain(domain(compose(domain(domain(domain(A))),domain(A))))) -> A
% 3.97/4.20  Current number of equations to process: 1403
% 3.97/4.20  Current number of ordered equations: 0
% 3.97/4.20  Current number of rules: 363
% 3.97/4.20  New rule produced :
% 3.97/4.20  [365]
% 3.97/4.20  compose(A,domain(domain(compose(domain(domain(domain(domain(A)))),domain(A)))))
% 3.97/4.20  -> A
% 3.97/4.20  Current number of equations to process: 1405
% 3.97/4.20  Current number of ordered equations: 0
% 3.97/4.20  Current number of rules: 364
% 3.97/4.20  New rule produced :
% 3.97/4.20  [366]
% 3.97/4.20  compose(A,domain(domain(compose(domain(compose(domain(A),domain(A))),
% 4.19/4.43                          domain(A))))) -> A
% 4.19/4.43  Current number of equations to process: 1413
% 4.19/4.43  Current number of ordered equations: 0
% 4.19/4.43  Current number of rules: 365
% 4.19/4.43  New rule produced :
% 4.19/4.43  [367]
% 4.19/4.43  compose(A,domain(domain(compose(domain(compose(domain(codomain(A)),A)),
% 4.19/4.43                          domain(A))))) -> A
% 4.19/4.43  Current number of equations to process: 1412
% 4.19/4.43  Current number of ordered equations: 0
% 4.19/4.43  Current number of rules: 366
% 4.19/4.43  New rule produced :
% 4.19/4.43  [368]
% 4.19/4.43  compose(A,domain(domain(compose(domain(domain(domain(domain(domain(A))))),
% 4.19/4.43                          domain(A))))) -> A
% 4.19/4.43  Current number of equations to process: 1430
% 4.19/4.43  Current number of ordered equations: 0
% 4.19/4.43  Current number of rules: 367
% 4.19/4.43  New rule produced :
% 4.19/4.43  [369]
% 4.19/4.43  compose(A,domain(domain(compose(domain(compose(domain(codomain(codomain(A))),A)),
% 4.19/4.43                          domain(A))))) -> A
% 4.19/4.43  Current number of equations to process: 1429
% 4.19/4.43  Current number of ordered equations: 0
% 4.19/4.43  Current number of rules: 368
% 4.19/4.43  New rule produced :
% 4.19/4.43  [370]
% 4.19/4.43  compose(A,domain(domain(compose(domain(domain(domain(domain(domain(domain(A)))))),
% 4.19/4.43                          domain(A))))) -> A
% 4.19/4.43  Current number of equations to process: 1428
% 4.19/4.43  Current number of ordered equations: 0
% 4.19/4.43  Current number of rules: 369
% 4.19/4.43  New rule produced :
% 4.19/4.43  [371]
% 4.19/4.43  compose(A,domain(compose(domain(domain(domain(domain(codomain(A))))),A))) ->
% 4.19/4.43  A
% 4.19/4.43  Current number of equations to process: 1429
% 4.19/4.43  Current number of ordered equations: 0
% 4.19/4.43  Current number of rules: 370
% 4.19/4.43  New rule produced :
% 4.19/4.43  [372]
% 4.19/4.43  compose(A,domain(compose(domain(domain(domain(domain(A)))),domain(domain(A)))))
% 4.19/4.43  -> A
% 4.19/4.43  Current number of equations to process: 1432
% 4.19/4.43  Current number of ordered equations: 0
% 4.19/4.43  Current number of rules: 371
% 4.19/4.43  New rule produced :
% 4.19/4.43  [373]
% 4.19/4.43  compose(A,domain(compose(domain(domain(domain(domain(codomain(codomain(A)))))),A)))
% 4.19/4.43  -> A
% 4.19/4.43  Current number of equations to process: 1431
% 4.19/4.43  Current number of ordered equations: 0
% 4.19/4.43  Current number of rules: 372
% 4.19/4.43  New rule produced :
% 4.19/4.43  [374]
% 4.19/4.43  compose(A,domain(compose(domain(domain(domain(domain(A)))),domain(domain(
% 4.19/4.43                                                                    domain(A))))))
% 4.19/4.43  -> A
% 4.19/4.43  Current number of equations to process: 1450
% 4.19/4.43  Current number of ordered equations: 0
% 4.19/4.43  Current number of rules: 373
% 4.19/4.43  New rule produced :
% 4.19/4.43  [375]
% 4.19/4.43  compose(A,domain(compose(domain(domain(domain(domain(codomain(codomain(
% 4.19/4.43                                                                codomain(A))))))),A)))
% 4.19/4.43  -> A
% 4.19/4.43  Current number of equations to process: 1449
% 4.19/4.43  Current number of ordered equations: 0
% 4.19/4.43  Current number of rules: 374
% 4.19/4.43  New rule produced :
% 4.19/4.43  [376]
% 4.19/4.43  compose(A,domain(compose(domain(domain(domain(domain(codomain(codomain(
% 4.19/4.43                                                                codomain(
% 4.19/4.43                                                                codomain(A)))))))),A)))
% 4.19/4.43  -> A
% 4.19/4.43  Current number of equations to process: 1467
% 4.19/4.43  Current number of ordered equations: 0
% 4.19/4.43  Current number of rules: 375
% 4.19/4.43  New rule produced :
% 4.19/4.43  [377]
% 4.19/4.43  compose(A,domain(domain(compose(domain(domain(domain(codomain(A)))),A)))) ->
% 4.19/4.43  A
% 4.19/4.43  Current number of equations to process: 1468
% 4.19/4.43  Current number of ordered equations: 0
% 4.19/4.43  Current number of rules: 376
% 4.19/4.43  New rule produced :
% 4.19/4.43  [378]
% 4.19/4.43  compose(A,domain(domain(compose(domain(domain(domain(A))),domain(domain(A))))))
% 4.19/4.43  -> A
% 4.19/4.43  Current number of equations to process: 1472
% 4.19/4.43  Current number of ordered equations: 0
% 4.19/4.43  Current number of rules: 377
% 4.19/4.43  New rule produced :
% 4.19/4.43  [379]
% 4.19/4.43  compose(A,domain(domain(compose(domain(domain(domain(codomain(codomain(A))))),A))))
% 4.19/4.43  -> A
% 4.19/4.43  Current number of equations to process: 1471
% 4.19/4.43  Current number of ordered equations: 0
% 4.19/4.43  Current number of rules: 378
% 4.19/4.43  New rule produced :
% 4.19/4.43  [380]
% 4.19/4.43  compose(A,domain(domain(compose(domain(domain(domain(A))),domain(domain(
% 4.19/4.43                                                                   domain(A)))))))
% 4.19/4.43  -> A
% 4.19/4.43  Current number of equations to process: 1490
% 4.19/4.43  Current number of ordered equations: 0
% 4.19/4.43  Current number of rules: 379
% 4.19/4.43  New rule produced :
% 4.19/4.43  [381]
% 4.19/4.43  compose(A,domain(domain(compose(domain(domain(domain(codomain(codomain(
% 4.19/4.43                                                                codomain(A)))))),A))))
% 4.19/4.43  -> A
% 4.19/4.43  Current number of equations to process: 1489
% 4.19/4.43  Current number of ordered equations: 0
% 4.70/4.95  Current number of rules: 380
% 4.70/4.95  New rule produced :
% 4.70/4.95  [382]
% 4.70/4.95  compose(A,domain(domain(compose(domain(domain(domain(codomain(codomain(
% 4.70/4.95                                                                codomain(
% 4.70/4.95                                                                codomain(A))))))),A))))
% 4.70/4.95  -> A
% 4.70/4.95  Current number of equations to process: 1504
% 4.70/4.95  Current number of ordered equations: 0
% 4.70/4.95  Current number of rules: 381
% 4.70/4.95  New rule produced :
% 4.70/4.95  [383]
% 4.70/4.95  compose(A,domain(compose(domain(domain(codomain(domain(A)))),domain(A)))) ->
% 4.70/4.95  A
% 4.70/4.95  Current number of equations to process: 1597
% 4.70/4.95  Current number of ordered equations: 0
% 4.70/4.95  Current number of rules: 382
% 4.70/4.95  New rule produced :
% 4.70/4.95  [384]
% 4.70/4.95  compose(A,domain(compose(domain(domain(codomain(codomain(domain(A))))),
% 4.70/4.95                   domain(A)))) -> A
% 4.70/4.95  Current number of equations to process: 1670
% 4.70/4.95  Current number of ordered equations: 0
% 4.70/4.95  Current number of rules: 383
% 4.70/4.95  New rule produced :
% 4.70/4.95  [385]
% 4.70/4.95  compose(A,domain(compose(domain(compose(domain(domain(A)),domain(A))),
% 4.70/4.95                   domain(A)))) -> A
% 4.70/4.95  Current number of equations to process: 1706
% 4.70/4.95  Current number of ordered equations: 0
% 4.70/4.95  Current number of rules: 384
% 4.70/4.95  New rule produced :
% 4.70/4.95  [386]
% 4.70/4.95  compose(codomain(compose(A,codomain(domain(compose(domain(domain(A)),
% 4.70/4.95                                             domain(A)))))),A) -> A
% 4.70/4.95  Current number of equations to process: 1705
% 4.70/4.95  Current number of ordered equations: 0
% 4.70/4.95  Current number of rules: 385
% 4.70/4.95  New rule produced :
% 4.70/4.95  [387]
% 4.70/4.95  compose(A,domain(compose(domain(domain(codomain(domain(domain(A))))),
% 4.70/4.95                   domain(domain(A))))) -> A
% 4.70/4.95  Current number of equations to process: 1704
% 4.70/4.95  Current number of ordered equations: 0
% 4.70/4.95  Current number of rules: 386
% 4.70/4.95  New rule produced :
% 4.70/4.95  [388]
% 4.70/4.95  compose(A,domain(compose(domain(compose(domain(domain(codomain(A))),A)),
% 4.70/4.95                   domain(A)))) -> A
% 4.70/4.95  Current number of equations to process: 1703
% 4.70/4.95  Current number of ordered equations: 0
% 4.70/4.95  Current number of rules: 387
% 4.70/4.95  New rule produced :
% 4.70/4.95  [389]
% 4.70/4.95  compose(codomain(compose(A,codomain(domain(compose(domain(domain(codomain(A))),A))))),A)
% 4.70/4.95  -> A
% 4.70/4.95  Current number of equations to process: 1702
% 4.70/4.95  Current number of ordered equations: 0
% 4.70/4.95  Current number of rules: 388
% 4.70/4.95  New rule produced :
% 4.70/4.95  [390]
% 4.70/4.95  compose(codomain(codomain(codomain(codomain(codomain(codomain(codomain(
% 4.70/4.95                                                                codomain(
% 4.70/4.95                                                                codomain(A))))))))),A)
% 4.70/4.95  -> A
% 4.70/4.95  Current number of equations to process: 1763
% 4.70/4.95  Current number of ordered equations: 0
% 4.70/4.95  Current number of rules: 389
% 4.70/4.95  New rule produced :
% 4.70/4.95  [391]
% 4.70/4.95  compose(codomain(compose(codomain(A),codomain(codomain(codomain(codomain(
% 4.70/4.95                                                                  codomain(A))))))),A)
% 4.70/4.95  -> A
% 4.70/4.95  Current number of equations to process: 1762
% 4.70/4.95  Current number of ordered equations: 0
% 4.70/4.95  Current number of rules: 390
% 4.70/4.95  New rule produced :
% 4.70/4.95  [392]
% 4.70/4.95  compose(codomain(compose(codomain(codomain(A)),codomain(codomain(codomain(
% 4.70/4.95                                                                   codomain(
% 4.70/4.95                                                                   codomain(A))))))),A)
% 4.70/4.95  -> A
% 4.70/4.95  Current number of equations to process: 1761
% 4.70/4.95  Current number of ordered equations: 0
% 4.70/4.95  Current number of rules: 391
% 4.70/4.95  New rule produced :
% 4.70/4.95  [393]
% 4.70/4.95  compose(codomain(compose(A,codomain(codomain(codomain(domain(A)))))),A) -> A
% 4.70/4.95  Current number of equations to process: 1763
% 4.70/4.95  Current number of ordered equations: 0
% 4.70/4.95  Current number of rules: 392
% 4.70/4.95  New rule produced :
% 4.70/4.95  [394]
% 4.70/4.95  compose(codomain(compose(A,codomain(codomain(codomain(domain(domain(A))))))),A)
% 4.70/4.95  -> A
% 4.70/4.95  Current number of equations to process: 1775
% 4.70/4.95  Current number of ordered equations: 0
% 4.70/4.95  Current number of rules: 393
% 4.70/4.95  New rule produced :
% 4.70/4.95  [395]
% 4.70/4.95  compose(codomain(compose(A,codomain(codomain(codomain(domain(domain(domain(A)))))))),A)
% 4.70/4.95  -> A
% 4.70/4.95  Current number of equations to process: 1799
% 4.70/4.95  Current number of ordered equations: 0
% 4.70/4.95  Current number of rules: 394
% 4.70/4.95  New rule produced :
% 4.70/4.95  [396]
% 4.70/4.95  compose(codomain(compose(codomain(codomain(codomain(A))),codomain(codomain(
% 4.70/4.95                                                                    codomain(A))))),A)
% 4.70/4.95  -> A
% 4.70/4.95  Current number of equations to process: 1798
% 4.88/5.11  Current number of ordered equations: 0
% 4.88/5.11  Current number of rules: 395
% 4.88/5.11  New rule produced :
% 4.88/5.11  [397]
% 4.88/5.11  compose(codomain(compose(A,codomain(codomain(codomain(domain(domain(domain(
% 4.88/5.11                                                                      domain(A))))))))),A)
% 4.88/5.11  -> A
% 4.88/5.11  Current number of equations to process: 1830
% 4.88/5.11  Current number of ordered equations: 0
% 4.88/5.11  Current number of rules: 396
% 4.88/5.11  New rule produced :
% 4.88/5.11  [398]
% 4.88/5.11  compose(codomain(compose(A,codomain(codomain(domain(compose(domain(domain(A)),
% 4.88/5.11                                                      domain(A))))))),A) -> A
% 4.88/5.11  Current number of equations to process: 1857
% 4.88/5.11  Current number of ordered equations: 0
% 4.88/5.11  Current number of rules: 397
% 4.88/5.11  New rule produced :
% 4.88/5.11  [399]
% 4.88/5.11  compose(A,domain(compose(domain(domain(compose(domain(domain(A)),domain(A)))),
% 4.88/5.11                   domain(A)))) -> A
% 4.88/5.11  Current number of equations to process: 1856
% 4.88/5.11  Current number of ordered equations: 0
% 4.88/5.11  Current number of rules: 398
% 4.88/5.11  New rule produced :
% 4.88/5.11  [400]
% 4.88/5.11  compose(A,domain(domain(compose(domain(compose(domain(domain(A)),domain(A))),
% 4.88/5.11                          domain(A))))) -> A
% 4.88/5.11  Current number of equations to process: 1855
% 4.88/5.11  Current number of ordered equations: 0
% 4.88/5.11  Current number of rules: 399
% 4.88/5.11  New rule produced :
% 4.88/5.11  [401]
% 4.88/5.11  compose(codomain(compose(A,codomain(codomain(domain(compose(domain(domain(
% 4.88/5.11                                                                     codomain(A))),A)))))),A)
% 4.88/5.11  -> A
% 4.88/5.11  Current number of equations to process: 1854
% 4.88/5.11  Current number of ordered equations: 0
% 4.88/5.11  Current number of rules: 400
% 4.88/5.11  New rule produced :
% 4.88/5.11  [402]
% 4.88/5.11  compose(A,domain(compose(domain(domain(compose(domain(domain(codomain(A))),A))),
% 4.88/5.11                   domain(A)))) -> A
% 4.88/5.11  Current number of equations to process: 1853
% 4.88/5.11  Current number of ordered equations: 0
% 4.88/5.11  Current number of rules: 401
% 4.88/5.11  New rule produced :
% 4.88/5.11  [403]
% 4.88/5.11  compose(A,domain(domain(compose(domain(compose(domain(domain(codomain(A))),A)),
% 4.88/5.11                          domain(A))))) -> A
% 4.88/5.11  Current number of equations to process: 1852
% 4.88/5.11  Current number of ordered equations: 0
% 4.88/5.11  Current number of rules: 402
% 4.88/5.11  New rule produced :
% 4.88/5.11  [404]
% 4.88/5.11  compose(A,domain(compose(domain(compose(domain(domain(A)),domain(domain(A)))),
% 4.88/5.11                   domain(A)))) -> A
% 4.88/5.11  Current number of equations to process: 1851
% 4.88/5.11  Current number of ordered equations: 0
% 4.88/5.11  Current number of rules: 403
% 4.88/5.11  New rule produced :
% 4.88/5.11  [405]
% 4.88/5.11  compose(codomain(compose(A,codomain(domain(compose(domain(domain(A)),
% 4.88/5.11                                             domain(domain(A))))))),A) -> A
% 4.88/5.11  Current number of equations to process: 1850
% 4.88/5.11  Current number of ordered equations: 0
% 4.88/5.11  Current number of rules: 404
% 4.88/5.11  New rule produced :
% 4.88/5.11  [406]
% 4.88/5.11  compose(A,domain(compose(domain(domain(codomain(codomain(domain(domain(A)))))),
% 4.88/5.11                   domain(domain(A))))) -> A
% 4.88/5.11  Current number of equations to process: 1849
% 4.88/5.11  Current number of ordered equations: 0
% 4.88/5.11  Current number of rules: 405
% 4.88/5.11  New rule produced :
% 4.88/5.11  [407]
% 4.88/5.11  compose(A,domain(compose(domain(compose(domain(domain(codomain(codomain(A)))),A)),
% 4.88/5.11                   domain(A)))) -> A
% 4.88/5.11  Current number of equations to process: 1848
% 4.88/5.11  Current number of ordered equations: 0
% 4.88/5.11  Current number of rules: 406
% 4.88/5.11  New rule produced :
% 4.88/5.11  [408]
% 4.88/5.11  compose(codomain(compose(A,codomain(domain(compose(domain(domain(codomain(
% 4.88/5.11                                                                   codomain(A)))),A))))),A)
% 4.88/5.11  -> A
% 4.88/5.11  Current number of equations to process: 1847
% 4.88/5.11  Current number of ordered equations: 0
% 4.88/5.11  Current number of rules: 407
% 4.88/5.11  New rule produced :
% 4.88/5.11  [409]
% 4.88/5.11  compose(codomain(compose(A,codomain(codomain(codomain(domain(compose(
% 4.88/5.11                                                               domain(A),
% 4.88/5.11                                                               domain(A)))))))),A)
% 4.88/5.11  -> A
% 4.88/5.11  Current number of equations to process: 1846
% 4.88/5.11  Current number of ordered equations: 0
% 4.88/5.11  Current number of rules: 408
% 4.88/5.11  New rule produced :
% 4.88/5.11  [410]
% 4.88/5.11  compose(codomain(compose(A,codomain(codomain(codomain(domain(compose(
% 4.88/5.11                                                               domain(codomain(A)),A))))))),A)
% 4.88/5.11  -> A
% 4.88/5.11  Current number of equations to process: 1845
% 4.88/5.11  Current number of ordered equations: 0
% 4.88/5.11  Current number of rules: 409
% 4.88/5.11  New rule produced :
% 4.88/5.11  [411]
% 4.88/5.11  compose(codomain(compose(A,codomain(codomain(codomain(domain(domain(domain(
% 5.32/5.59                                                                      domain(
% 5.32/5.59                                                                      domain(A)))))))))),A)
% 5.32/5.59  -> A
% 5.32/5.59  Current number of equations to process: 1844
% 5.32/5.59  Current number of ordered equations: 0
% 5.32/5.59  Current number of rules: 410
% 5.32/5.59  New rule produced :
% 5.32/5.59  [412]
% 5.32/5.59  compose(A,domain(compose(domain(codomain(codomain(codomain(codomain(codomain(A)))))),A)))
% 5.32/5.59  -> A
% 5.32/5.59  Current number of equations to process: 1854
% 5.32/5.59  Current number of ordered equations: 0
% 5.32/5.59  Current number of rules: 411
% 5.32/5.59  New rule produced :
% 5.32/5.59  [413]
% 5.32/5.59  compose(A,domain(compose(domain(domain(codomain(codomain(codomain(codomain(
% 5.32/5.59                                                                    codomain(A))))))),A)))
% 5.32/5.59  -> A
% 5.32/5.59  Current number of equations to process: 1930
% 5.32/5.59  Current number of ordered equations: 0
% 5.32/5.59  Current number of rules: 412
% 5.32/5.59  New rule produced :
% 5.32/5.59  [414]
% 5.32/5.59  compose(A,domain(domain(compose(domain(codomain(codomain(codomain(codomain(
% 5.32/5.59                                                                    codomain(A)))))),A))))
% 5.32/5.59  -> A
% 5.32/5.59  Current number of equations to process: 1929
% 5.32/5.59  Current number of ordered equations: 0
% 5.32/5.59  Current number of rules: 413
% 5.32/5.59  New rule produced :
% 5.32/5.59  [415]
% 5.32/5.59  compose(codomain(codomain(codomain(codomain(codomain(codomain(codomain(
% 5.32/5.59                                                                codomain(
% 5.32/5.59                                                                codomain(
% 5.32/5.59                                                                codomain(A)))))))))),A)
% 5.32/5.59  -> A
% 5.32/5.59  Current number of equations to process: 1928
% 5.32/5.59  Current number of ordered equations: 0
% 5.32/5.59  Current number of rules: 414
% 5.32/5.59  New rule produced :
% 5.32/5.59  [416]
% 5.32/5.59  compose(codomain(compose(codomain(A),codomain(codomain(codomain(codomain(
% 5.32/5.59                                                                  codomain(
% 5.32/5.59                                                                  codomain(A)))))))),A)
% 5.32/5.59  -> A
% 5.32/5.59  Current number of equations to process: 1927
% 5.32/5.59  Current number of ordered equations: 0
% 5.32/5.59  Current number of rules: 415
% 5.32/5.59  New rule produced :
% 5.32/5.59  [417]
% 5.32/5.59  compose(A,domain(compose(domain(codomain(codomain(codomain(codomain(domain(A)))))),
% 5.32/5.59                   domain(A)))) -> A
% 5.32/5.59  Current number of equations to process: 1968
% 5.32/5.59  Current number of ordered equations: 0
% 5.32/5.59  Current number of rules: 416
% 5.32/5.59  New rule produced :
% 5.32/5.59  [418]
% 5.32/5.59  compose(A,domain(compose(domain(codomain(codomain(codomain(codomain(codomain(
% 5.32/5.59                                                                      codomain(A))))))),A)))
% 5.32/5.59  -> A
% 5.32/5.59  Current number of equations to process: 1975
% 5.32/5.59  Current number of ordered equations: 0
% 5.32/5.59  Current number of rules: 417
% 5.32/5.59  New rule produced :
% 5.32/5.59  [419]
% 5.32/5.59  compose(A,domain(compose(domain(domain(domain(codomain(codomain(codomain(
% 5.32/5.59                                                                  codomain(
% 5.32/5.59                                                                  codomain(A)))))))),A)))
% 5.32/5.59  -> A
% 5.32/5.59  Current number of equations to process: 2101
% 5.32/5.59  Current number of ordered equations: 0
% 5.32/5.59  Current number of rules: 418
% 5.32/5.59  New rule produced :
% 5.32/5.59  [420]
% 5.32/5.59  compose(A,domain(domain(compose(domain(domain(codomain(codomain(codomain(
% 5.32/5.59                                                                  codomain(
% 5.32/5.59                                                                  codomain(A))))))),A))))
% 5.32/5.59  -> A
% 5.32/5.59  Current number of equations to process: 2100
% 5.32/5.59  Current number of ordered equations: 0
% 5.32/5.59  Current number of rules: 419
% 5.32/5.59  New rule produced :
% 5.32/5.59  [421]
% 5.32/5.59  compose(codomain(compose(codomain(codomain(A)),codomain(codomain(codomain(
% 5.32/5.59                                                                   codomain(
% 5.32/5.59                                                                   codomain(
% 5.32/5.59                                                                   codomain(A)))))))),A)
% 5.32/5.59  -> A
% 5.32/5.59  Current number of equations to process: 2099
% 5.32/5.59  Current number of ordered equations: 0
% 5.32/5.59  Current number of rules: 420
% 5.32/5.59  New rule produced :
% 5.32/5.59  [422]
% 5.32/5.59  compose(codomain(codomain(codomain(codomain(codomain(codomain(codomain(
% 5.32/5.59                                                                codomain(
% 5.32/5.59                                                                codomain(
% 5.32/5.59                                                                codomain(
% 5.91/6.17                                                                codomain(A))))))))))),A)
% 5.91/6.17  -> A
% 5.91/6.17  Current number of equations to process: 2098
% 5.91/6.17  Current number of ordered equations: 0
% 5.91/6.17  Current number of rules: 421
% 5.91/6.17  New rule produced :
% 5.91/6.17  [423]
% 5.91/6.17  compose(A,domain(compose(domain(domain(codomain(codomain(codomain(codomain(
% 5.91/6.17                                                                    codomain(
% 5.91/6.17                                                                    codomain(A)))))))),A)))
% 5.91/6.17  -> A
% 5.91/6.17  Current number of equations to process: 2097
% 5.91/6.17  Current number of ordered equations: 0
% 5.91/6.17  Current number of rules: 422
% 5.91/6.17  New rule produced :
% 5.91/6.17  [424]
% 5.91/6.17  compose(A,domain(domain(compose(domain(codomain(codomain(codomain(codomain(
% 5.91/6.17                                                                    codomain(
% 5.91/6.17                                                                    codomain(A))))))),A))))
% 5.91/6.17  -> A
% 5.91/6.17  Current number of equations to process: 2096
% 5.91/6.17  Current number of ordered equations: 0
% 5.91/6.17  Current number of rules: 423
% 5.91/6.17  New rule produced :
% 5.91/6.17  [425]
% 5.91/6.17  compose(codomain(compose(codomain(A),codomain(codomain(codomain(codomain(
% 5.91/6.17                                                                  codomain(
% 5.91/6.17                                                                  codomain(
% 5.91/6.17                                                                  codomain(A))))))))),A)
% 5.91/6.17  -> A
% 5.91/6.17  Current number of equations to process: 2094
% 5.91/6.17  Current number of ordered equations: 0
% 5.91/6.17  Current number of rules: 424
% 5.91/6.17  New rule produced :
% 5.91/6.17  [426]
% 5.91/6.17  compose(A,domain(compose(domain(domain(codomain(codomain(codomain(codomain(
% 5.91/6.17                                                                    domain(A))))))),
% 5.91/6.17                   domain(A)))) -> A
% 5.91/6.17  Current number of equations to process: 2093
% 5.91/6.17  Current number of ordered equations: 0
% 5.91/6.17  Current number of rules: 425
% 5.91/6.17  New rule produced :
% 5.91/6.17  [427]
% 5.91/6.17  compose(A,domain(compose(domain(codomain(codomain(codomain(domain(A))))),
% 5.91/6.17                   domain(A)))) -> A
% 5.91/6.17  Current number of equations to process: 2127
% 5.91/6.17  Current number of ordered equations: 0
% 5.91/6.17  Current number of rules: 426
% 5.91/6.17  New rule produced :
% 5.91/6.17  [428]
% 5.91/6.17  compose(A,domain(compose(domain(domain(codomain(codomain(codomain(domain(A)))))),
% 5.91/6.17                   domain(A)))) -> A
% 5.91/6.17  Current number of equations to process: 2204
% 5.91/6.17  Current number of ordered equations: 0
% 5.91/6.17  Current number of rules: 427
% 5.91/6.17  New rule produced :
% 5.91/6.17  [429]
% 5.91/6.17  compose(A,domain(compose(domain(codomain(codomain(codomain(domain(domain(A)))))),
% 5.91/6.17                   domain(domain(A))))) -> A
% 5.91/6.17  Current number of equations to process: 2245
% 5.91/6.17  Current number of ordered equations: 0
% 5.91/6.17  Current number of rules: 428
% 5.91/6.17  New rule produced :
% 5.91/6.17  [430]
% 5.91/6.17  compose(A,domain(compose(domain(compose(domain(codomain(codomain(codomain(A)))),A)),
% 5.91/6.17                   domain(A)))) -> A
% 5.91/6.17  Current number of equations to process: 2244
% 5.91/6.17  Current number of ordered equations: 0
% 5.91/6.17  Current number of rules: 429
% 5.91/6.17  New rule produced :
% 5.91/6.17  [431]
% 5.91/6.17  compose(codomain(compose(A,codomain(domain(compose(domain(codomain(codomain(
% 5.91/6.17                                                                     codomain(A)))),A))))),A)
% 5.91/6.17  -> A
% 5.91/6.17  Current number of equations to process: 2243
% 5.91/6.17  Current number of ordered equations: 0
% 5.91/6.17  Current number of rules: 430
% 5.91/6.17  New rule produced :
% 5.91/6.17  [432]
% 5.91/6.17  compose(A,domain(compose(domain(codomain(codomain(codomain(codomain(codomain(
% 5.91/6.17                                                                      codomain(
% 5.91/6.17                                                                      codomain(A)))))))),A)))
% 5.91/6.17  -> A
% 5.91/6.17  Current number of equations to process: 2301
% 5.91/6.17  Current number of ordered equations: 0
% 5.91/6.17  Current number of rules: 431
% 5.91/6.17  New rule produced :
% 5.91/6.17  [433]
% 5.91/6.17  compose(codomain(compose(A,codomain(codomain(codomain(codomain(domain(A))))))),A)
% 5.91/6.17  -> A
% 5.91/6.17  Current number of equations to process: 2304
% 5.91/6.17  Current number of ordered equations: 0
% 5.91/6.17  Current number of rules: 432
% 5.91/6.17  New rule produced :
% 5.91/6.17  [434]
% 5.91/6.17  compose(codomain(compose(A,codomain(codomain(codomain(codomain(domain(
% 5.91/6.17                                                                 domain(A)))))))),A)
% 5.91/6.17  -> A
% 5.91/6.17  Current number of equations to process: 2317
% 5.91/6.17  Current number of ordered equations: 0
% 5.91/6.17  Current number of rules: 433
% 5.91/6.17  New rule produced :
% 5.91/6.17  [435]
% 5.91/6.17  compose(codomain(compose(A,codomain(codomain(codomain(codomain(domain(
% 6.38/6.62                                                                 domain(
% 6.38/6.62                                                                 domain(A))))))))),A)
% 6.38/6.62  -> A
% 6.38/6.62  Current number of equations to process: 2366
% 6.38/6.62  Current number of ordered equations: 0
% 6.38/6.62  Current number of rules: 434
% 6.38/6.62  New rule produced :
% 6.38/6.62  [436]
% 6.38/6.62  compose(codomain(compose(codomain(codomain(codomain(A))),codomain(codomain(
% 6.38/6.62                                                                    codomain(
% 6.38/6.62                                                                    codomain(A)))))),A)
% 6.38/6.62  -> A
% 6.38/6.62  Current number of equations to process: 2365
% 6.38/6.62  Current number of ordered equations: 0
% 6.38/6.62  Current number of rules: 435
% 6.38/6.62  New rule produced :
% 6.38/6.62  [437]
% 6.38/6.62  compose(codomain(compose(A,codomain(codomain(codomain(codomain(domain(
% 6.38/6.62                                                                 domain(
% 6.38/6.62                                                                 domain(
% 6.38/6.62                                                                 domain(A)))))))))),A)
% 6.38/6.62  -> A
% 6.38/6.62  Current number of equations to process: 2415
% 6.38/6.62  Current number of ordered equations: 0
% 6.38/6.62  Current number of rules: 436
% 6.38/6.62  New rule produced :
% 6.38/6.62  [438]
% 6.38/6.62  compose(codomain(compose(codomain(codomain(codomain(codomain(A)))),codomain(
% 6.38/6.62                                                                     codomain(
% 6.38/6.62                                                                     codomain(
% 6.38/6.62                                                                     codomain(A)))))),A)
% 6.38/6.62  -> A
% 6.38/6.62  Current number of equations to process: 2414
% 6.38/6.62  Current number of ordered equations: 0
% 6.38/6.62  Current number of rules: 437
% 6.38/6.62  New rule produced :
% 6.38/6.62  [439]
% 6.38/6.62  ifeq2(there_exists(A),true,domain(codomain(codomain(codomain(codomain(
% 6.38/6.62                                                               codomain(
% 6.38/6.62                                                               codomain(A))))))),
% 6.38/6.62  codomain(A)) -> codomain(A)
% 6.38/6.62  Current number of equations to process: 2413
% 6.38/6.62  Current number of ordered equations: 0
% 6.38/6.62  Current number of rules: 438
% 6.38/6.62  New rule produced :
% 6.38/6.62  [440]
% 6.38/6.62  compose(A,domain(compose(domain(domain(domain(domain(domain(codomain(A)))))),A)))
% 6.38/6.62  -> A
% 6.38/6.62  Current number of equations to process: 2493
% 6.38/6.62  Current number of ordered equations: 0
% 6.38/6.62  Current number of rules: 439
% 6.38/6.62  New rule produced :
% 6.38/6.62  [441]
% 6.38/6.62  compose(A,domain(compose(domain(domain(domain(domain(domain(A))))),domain(
% 6.38/6.62                                                                     domain(A)))))
% 6.38/6.62  -> A
% 6.38/6.62  Current number of equations to process: 2499
% 6.38/6.62  Current number of ordered equations: 0
% 6.38/6.62  Current number of rules: 440
% 6.38/6.62  New rule produced :
% 6.38/6.62  [442]
% 6.38/6.62  compose(A,domain(compose(domain(domain(domain(domain(domain(codomain(
% 6.38/6.62                                                              codomain(A))))))),A)))
% 6.38/6.62  -> A
% 6.38/6.62  Current number of equations to process: 2498
% 6.38/6.62  Current number of ordered equations: 0
% 6.38/6.62  Current number of rules: 441
% 6.38/6.62  New rule produced :
% 6.38/6.62  [443]
% 6.38/6.62  compose(A,domain(compose(domain(domain(domain(domain(domain(A))))),domain(
% 6.38/6.62                                                                     domain(
% 6.38/6.62                                                                     domain(A))))))
% 6.38/6.62  -> A
% 6.38/6.62  Current number of equations to process: 2522
% 6.38/6.62  Current number of ordered equations: 0
% 6.38/6.62  Current number of rules: 442
% 6.38/6.62  New rule produced :
% 6.38/6.62  [444]
% 6.38/6.62  compose(A,domain(compose(domain(domain(domain(domain(domain(codomain(
% 6.38/6.62                                                              codomain(
% 6.38/6.62                                                              codomain(A)))))))),A)))
% 6.38/6.62  -> A
% 6.38/6.62  Current number of equations to process: 2521
% 6.38/6.62  Current number of ordered equations: 0
% 6.38/6.62  Current number of rules: 443
% 6.38/6.62  New rule produced :
% 6.38/6.62  [445]
% 6.38/6.62  compose(A,domain(domain(compose(domain(domain(domain(domain(codomain(A))))),A))))
% 6.38/6.62  -> A
% 6.38/6.62  Current number of equations to process: 2554
% 6.38/6.62  Current number of ordered equations: 0
% 6.38/6.62  Current number of rules: 444
% 6.38/6.62  New rule produced :
% 6.38/6.62  [446]
% 6.38/6.62  compose(A,domain(domain(compose(domain(domain(domain(domain(A)))),domain(
% 6.38/6.62                                                                    domain(A))))))
% 6.38/6.62  -> A
% 6.38/6.62  Current number of equations to process: 2560
% 6.38/6.62  Current number of ordered equations: 0
% 6.38/6.62  Current number of rules: 445
% 7.49/7.70  New rule produced :
% 7.49/7.70  [447]
% 7.49/7.70  compose(A,domain(domain(compose(domain(domain(domain(domain(codomain(
% 7.49/7.70                                                              codomain(A)))))),A))))
% 7.49/7.70  -> A
% 7.49/7.70  Current number of equations to process: 2559
% 7.49/7.70  Current number of ordered equations: 0
% 7.49/7.70  Current number of rules: 446
% 7.49/7.70  New rule produced :
% 7.49/7.70  [448]
% 7.49/7.70  compose(A,domain(domain(compose(domain(domain(domain(domain(A)))),domain(
% 7.49/7.70                                                                    domain(
% 7.49/7.70                                                                    domain(A)))))))
% 7.49/7.70  -> A
% 7.49/7.70  Current number of equations to process: 2583
% 7.49/7.70  Current number of ordered equations: 0
% 7.49/7.70  Current number of rules: 447
% 7.49/7.70  New rule produced :
% 7.49/7.70  [449]
% 7.49/7.70  compose(A,domain(domain(compose(domain(domain(domain(domain(codomain(
% 7.49/7.70                                                              codomain(
% 7.49/7.70                                                              codomain(A))))))),A))))
% 7.49/7.70  -> A
% 7.49/7.70  Current number of equations to process: 2582
% 7.49/7.70  Current number of ordered equations: 0
% 7.49/7.70  Current number of rules: 448
% 7.49/7.70  New rule produced :
% 7.49/7.70  [450]
% 7.49/7.70  compose(A,domain(compose(domain(domain(domain(compose(domain(A),domain(A))))),
% 7.49/7.70                   domain(A)))) -> A
% 7.49/7.70  Current number of equations to process: 2636
% 7.49/7.70  Current number of ordered equations: 0
% 7.49/7.70  Current number of rules: 449
% 7.49/7.70  New rule produced :
% 7.49/7.70  [451]
% 7.49/7.70  compose(A,domain(compose(domain(domain(domain(compose(domain(codomain(A)),A)))),
% 7.49/7.70                   domain(A)))) -> A
% 7.49/7.70  Current number of equations to process: 2635
% 7.49/7.70  Current number of ordered equations: 0
% 7.49/7.70  Current number of rules: 450
% 7.49/7.70  New rule produced :
% 7.49/7.70  [452]
% 7.49/7.70  compose(codomain(compose(codomain(codomain(codomain(A))),codomain(codomain(
% 7.49/7.70                                                                    codomain(
% 7.49/7.70                                                                    codomain(
% 7.49/7.70                                                                    codomain(A))))))),A)
% 7.49/7.70  -> A
% 7.49/7.70  Current number of equations to process: 2727
% 7.49/7.70  Current number of ordered equations: 0
% 7.49/7.70  Current number of rules: 451
% 7.49/7.70  New rule produced :
% 7.49/7.70  [453]
% 7.49/7.70  compose(A,domain(compose(domain(compose(domain(A),domain(A))),domain(
% 7.49/7.70                                                                domain(A)))))
% 7.49/7.70  -> A
% 7.49/7.70  Current number of equations to process: 2853
% 7.49/7.70  Current number of ordered equations: 0
% 7.49/7.70  Current number of rules: 452
% 7.49/7.70  New rule produced :
% 7.49/7.70  [454]
% 7.49/7.70  compose(A,domain(compose(domain(compose(domain(codomain(A)),A)),domain(
% 7.49/7.70                                                                  domain(A)))))
% 7.49/7.70  -> A
% 7.49/7.70  Current number of equations to process: 2852
% 7.49/7.70  Current number of ordered equations: 0
% 7.49/7.70  Current number of rules: 453
% 7.49/7.70  New rule produced :
% 7.49/7.70  [455] compose(codomain(codomain(compose(A,codomain(domain(A))))),A) -> A
% 7.49/7.70  Current number of equations to process: 2881
% 7.49/7.70  Current number of ordered equations: 0
% 7.49/7.70  Current number of rules: 454
% 7.49/7.70  New rule produced :
% 7.49/7.70  [456] compose(codomain(codomain(compose(codomain(A),codomain(A)))),A) -> A
% 7.49/7.70  Current number of equations to process: 2880
% 7.49/7.70  Current number of ordered equations: 0
% 7.49/7.70  Current number of rules: 455
% 7.49/7.70  New rule produced :
% 7.49/7.70  [457]
% 7.49/7.70  compose(codomain(codomain(compose(A,codomain(domain(domain(A)))))),A) -> A
% 7.49/7.70  Current number of equations to process: 2891
% 7.49/7.70  Current number of ordered equations: 0
% 7.49/7.70  Current number of rules: 456
% 7.49/7.70  New rule produced :
% 7.49/7.70  [458]
% 7.49/7.70  compose(codomain(codomain(compose(A,codomain(domain(domain(domain(A))))))),A)
% 7.49/7.70  -> A
% 7.49/7.70  Current number of equations to process: 2907
% 7.49/7.70  Current number of ordered equations: 0
% 7.49/7.70  Current number of rules: 457
% 7.49/7.70  New rule produced :
% 7.49/7.70  [459]
% 7.49/7.70  compose(codomain(codomain(compose(A,codomain(domain(domain(domain(domain(A)))))))),A)
% 7.49/7.70  -> A
% 7.49/7.70  Current number of equations to process: 2937
% 7.49/7.70  Current number of ordered equations: 0
% 7.49/7.70  Current number of rules: 458
% 7.49/7.70  New rule produced :
% 7.49/7.70  [460]
% 7.49/7.70  compose(codomain(codomain(compose(A,codomain(domain(compose(domain(A),
% 7.49/7.70                                                      domain(A))))))),A) -> A
% 7.49/7.70  Current number of equations to process: 3003
% 7.49/7.70  Current number of ordered equations: 0
% 7.49/7.70  Current number of rules: 459
% 7.49/7.70  New rule produced :
% 7.49/7.70  [461]
% 7.49/7.70  compose(codomain(codomain(compose(A,codomain(domain(compose(domain(codomain(A)),A)))))),A)
% 7.49/7.70  -> A
% 7.49/7.70  Current number of equations to process: 3002
% 7.60/7.86  Current number of ordered equations: 0
% 7.60/7.86  Current number of rules: 460
% 7.60/7.86  New rule produced :
% 7.60/7.86  [462]
% 7.60/7.86  compose(codomain(codomain(compose(A,codomain(domain(domain(domain(domain(
% 7.60/7.86                                                                    domain(A))))))))),A)
% 7.60/7.86  -> A
% 7.60/7.86  Current number of equations to process: 3001
% 7.60/7.86  Current number of ordered equations: 0
% 7.60/7.86  Current number of rules: 461
% 7.60/7.86  New rule produced :
% 7.60/7.86  [463]
% 7.60/7.86  compose(A,compose(B,domain(compose(B,domain(domain(compose(domain(A),B)))))))
% 7.60/7.86  -> compose(A,B)
% 7.60/7.86  Current number of equations to process: 3000
% 7.60/7.86  Current number of ordered equations: 0
% 7.60/7.86  Current number of rules: 462
% 7.60/7.86  New rule produced :
% 7.60/7.86  [464]
% 7.60/7.86  compose(A,domain(compose(domain(compose(domain(codomain(codomain(A))),A)),
% 7.60/7.86                   domain(domain(A))))) -> A
% 7.60/7.86  Current number of equations to process: 2999
% 7.60/7.86  Current number of ordered equations: 0
% 7.60/7.86  Current number of rules: 463
% 7.60/7.86  New rule produced :
% 7.60/7.86  [465]
% 7.60/7.86  compose(A,domain(compose(domain(domain(domain(domain(domain(domain(A)))))),
% 7.60/7.86                   domain(domain(A))))) -> A
% 7.60/7.86  Current number of equations to process: 2998
% 7.60/7.86  Current number of ordered equations: 0
% 7.60/7.86  Current number of rules: 464
% 7.60/7.86  New rule produced :
% 7.60/7.86  [466]
% 7.60/7.86  compose(A,domain(compose(domain(compose(domain(domain(A)),domain(A))),
% 7.60/7.86                   domain(domain(A))))) -> A
% 7.60/7.86  Current number of equations to process: 2997
% 7.60/7.86  Current number of ordered equations: 0
% 7.60/7.86  Current number of rules: 465
% 7.60/7.86  New rule produced :
% 7.60/7.86  [467]
% 7.60/7.86  compose(A,domain(compose(domain(compose(domain(domain(codomain(A))),A)),
% 7.60/7.86                   domain(domain(A))))) -> A
% 7.60/7.86  Current number of equations to process: 2996
% 7.60/7.86  Current number of ordered equations: 0
% 7.60/7.86  Current number of rules: 466
% 7.60/7.86  New rule produced :
% 7.60/7.86  [468]
% 7.60/7.86  compose(codomain(codomain(compose(A,codomain(compose(domain(A),B))))),
% 7.60/7.86  compose(A,B)) -> compose(A,B)
% 7.60/7.86  Current number of equations to process: 2995
% 7.60/7.86  Current number of ordered equations: 0
% 7.60/7.86  Current number of rules: 467
% 7.60/7.86  New rule produced :
% 7.60/7.86  [469]
% 7.60/7.86  compose(codomain(codomain(compose(codomain(A),codomain(compose(A,B))))),
% 7.60/7.86  compose(A,B)) -> compose(A,B)
% 7.60/7.86  Current number of equations to process: 2994
% 7.60/7.86  Current number of ordered equations: 0
% 7.60/7.86  Current number of rules: 468
% 7.60/7.86  New rule produced :
% 7.60/7.86  [470]
% 7.60/7.86  compose(codomain(compose(codomain(codomain(compose(A,codomain(B)))),A)),
% 7.60/7.86  compose(A,B)) -> compose(A,B)
% 7.60/7.86  Current number of equations to process: 2993
% 7.60/7.86  Current number of ordered equations: 0
% 7.60/7.86  Current number of rules: 469
% 7.60/7.86  New rule produced :
% 7.60/7.86  [471]
% 7.60/7.86  compose(codomain(codomain(compose(A,codomain(domain(compose(domain(codomain(
% 7.60/7.86                                                                     codomain(A))),A)))))),A)
% 7.60/7.86  -> A
% 7.60/7.86  Current number of equations to process: 2992
% 7.60/7.86  Current number of ordered equations: 0
% 7.60/7.86  Current number of rules: 470
% 7.60/7.86  New rule produced :
% 7.60/7.86  [472]
% 7.60/7.86  compose(codomain(codomain(compose(A,codomain(domain(domain(domain(domain(
% 7.60/7.86                                                                    domain(
% 7.60/7.86                                                                    domain(A)))))))))),A)
% 7.60/7.86  -> A
% 7.60/7.86  Current number of equations to process: 2991
% 7.60/7.86  Current number of ordered equations: 0
% 7.60/7.86  Current number of rules: 471
% 7.60/7.86  New rule produced :
% 7.60/7.86  [473]
% 7.60/7.86  compose(codomain(codomain(compose(A,codomain(domain(compose(domain(domain(A)),
% 7.60/7.86                                                      domain(A))))))),A) -> A
% 7.60/7.86  Current number of equations to process: 2990
% 7.60/7.86  Current number of ordered equations: 0
% 7.60/7.86  Current number of rules: 472
% 7.60/7.86  New rule produced :
% 7.60/7.86  [474]
% 7.60/7.86  compose(codomain(codomain(compose(A,codomain(domain(compose(domain(domain(
% 7.60/7.86                                                                     codomain(A))),A)))))),A)
% 7.60/7.86  -> A
% 7.60/7.86  Current number of equations to process: 2989
% 7.60/7.86  Current number of ordered equations: 0
% 7.60/7.86  Current number of rules: 473
% 7.60/7.86  New rule produced :
% 7.60/7.86  [475]
% 7.60/7.86  compose(codomain(codomain(compose(codomain(A),codomain(codomain(A))))),A) ->
% 7.60/7.86  A
% 7.60/7.86  Current number of equations to process: 2995
% 7.60/7.86  Current number of ordered equations: 0
% 7.60/7.86  Current number of rules: 474
% 7.60/7.86  New rule produced :
% 7.60/7.86  [476]
% 7.60/7.86  compose(codomain(codomain(compose(codomain(A),codomain(codomain(codomain(A)))))),A)
% 7.60/7.86  -> A
% 7.60/7.86  Current number of equations to process: 3007
% 7.60/7.86  Current number of ordered equations: 0
% 8.78/9.05  Current number of rules: 475
% 8.78/9.05  New rule produced :
% 8.78/9.05  [477]
% 8.78/9.05  compose(codomain(codomain(compose(codomain(A),codomain(codomain(codomain(
% 8.78/9.05                                                                  codomain(A))))))),A)
% 8.78/9.05  -> A
% 8.78/9.05  Current number of equations to process: 3011
% 8.78/9.05  Current number of ordered equations: 0
% 8.78/9.05  Current number of rules: 476
% 8.78/9.05  New rule produced :
% 8.78/9.05  [478]
% 8.78/9.05  compose(codomain(codomain(compose(codomain(A),codomain(codomain(codomain(
% 8.78/9.05                                                                  codomain(
% 8.78/9.05                                                                  codomain(A)))))))),A)
% 8.78/9.05  -> A
% 8.78/9.05  Current number of equations to process: 3055
% 8.78/9.05  Current number of ordered equations: 0
% 8.78/9.05  Current number of rules: 477
% 8.78/9.05  New rule produced :
% 8.78/9.05  [479]
% 8.78/9.05  compose(codomain(codomain(compose(codomain(compose(A,B)),codomain(A)))),
% 8.78/9.05  compose(A,B)) -> compose(A,B)
% 8.78/9.05  Current number of equations to process: 3067
% 8.78/9.05  Current number of ordered equations: 0
% 8.78/9.05  Current number of rules: 478
% 8.78/9.05  New rule produced :
% 8.78/9.05  [480]
% 8.78/9.05  compose(codomain(codomain(compose(codomain(A),codomain(codomain(codomain(
% 8.78/9.05                                                                  codomain(
% 8.78/9.05                                                                  codomain(
% 8.78/9.05                                                                  codomain(A))))))))),A)
% 8.78/9.05  -> A
% 8.78/9.05  Current number of equations to process: 3066
% 8.78/9.05  Current number of ordered equations: 0
% 8.78/9.05  Current number of rules: 479
% 8.78/9.05  New rule produced :
% 8.78/9.05  [481]
% 8.78/9.05  compose(A,compose(domain(domain(compose(domain(A),domain(A)))),B)) ->
% 8.78/9.05  compose(A,B)
% 8.78/9.05  Current number of equations to process: 3069
% 8.78/9.05  Current number of ordered equations: 0
% 8.78/9.05  Current number of rules: 480
% 8.78/9.05  New rule produced :
% 8.78/9.05  [482]
% 8.78/9.05  compose(A,compose(domain(domain(compose(domain(codomain(A)),A))),B)) ->
% 8.78/9.05  compose(A,B)
% 8.78/9.05  Current number of equations to process: 3068
% 8.78/9.05  Current number of ordered equations: 0
% 8.78/9.05  Current number of rules: 481
% 8.78/9.05  New rule produced :
% 8.78/9.05  [483]
% 8.78/9.05  compose(A,compose(domain(domain(compose(domain(codomain(codomain(A))),A))),B))
% 8.78/9.05  -> compose(A,B)
% 8.78/9.05  Current number of equations to process: 3078
% 8.78/9.05  Current number of ordered equations: 0
% 8.78/9.05  Current number of rules: 482
% 8.78/9.05  New rule produced :
% 8.78/9.05  [484]
% 8.78/9.05  compose(A,compose(domain(domain(compose(domain(codomain(codomain(codomain(A)))),A))),B))
% 8.78/9.05  -> compose(A,B)
% 8.78/9.05  Current number of equations to process: 3125
% 8.78/9.05  Current number of ordered equations: 0
% 8.78/9.05  Current number of rules: 483
% 8.78/9.05  New rule produced :
% 8.78/9.05  [485]
% 8.78/9.05  compose(A,domain(compose(domain(domain(compose(domain(A),domain(A)))),
% 8.78/9.05                   domain(domain(A))))) -> A
% 8.78/9.05  Current number of equations to process: 3226
% 8.78/9.05  Current number of ordered equations: 0
% 8.78/9.05  Current number of rules: 484
% 8.78/9.05  New rule produced :
% 8.78/9.05  [486]
% 8.78/9.05  compose(A,domain(compose(domain(domain(compose(domain(codomain(A)),A))),
% 8.78/9.05                   domain(domain(A))))) -> A
% 8.78/9.05  Current number of equations to process: 3225
% 8.78/9.05  Current number of ordered equations: 0
% 8.78/9.05  Current number of rules: 485
% 8.78/9.05  New rule produced :
% 8.78/9.05  [487]
% 8.78/9.05  compose(A,domain(domain(compose(domain(compose(domain(A),domain(A))),
% 8.78/9.05                          domain(domain(A)))))) -> A
% 8.78/9.05  Current number of equations to process: 3282
% 8.78/9.05  Current number of ordered equations: 0
% 8.78/9.05  Current number of rules: 486
% 8.78/9.05  New rule produced :
% 8.78/9.05  [488]
% 8.78/9.05  compose(A,domain(domain(compose(domain(compose(domain(codomain(A)),A)),
% 8.78/9.05                          domain(domain(A)))))) -> A
% 8.78/9.05  Current number of equations to process: 3281
% 8.78/9.05  Current number of ordered equations: 0
% 8.78/9.05  Current number of rules: 487
% 8.78/9.05  New rule produced :
% 8.78/9.05  [489]
% 8.78/9.05  compose(A,domain(domain(compose(domain(domain(domain(domain(domain(A))))),
% 8.78/9.05                          domain(domain(A)))))) -> A
% 8.78/9.05  Current number of equations to process: 3309
% 8.78/9.05  Current number of ordered equations: 0
% 8.78/9.05  Current number of rules: 488
% 8.78/9.05  New rule produced :
% 8.78/9.05  [490]
% 8.78/9.05  compose(codomain(codomain(compose(A,codomain(codomain(domain(A)))))),A) -> A
% 8.78/9.05  Current number of equations to process: 3350
% 8.78/9.05  Current number of ordered equations: 0
% 8.78/9.05  Current number of rules: 489
% 8.78/9.05  New rule produced :
% 8.78/9.05  [491]
% 8.78/9.05  compose(codomain(codomain(compose(A,codomain(codomain(domain(domain(A))))))),A)
% 8.78/9.05  -> A
% 8.78/9.05  Current number of equations to process: 3363
% 8.78/9.05  Current number of ordered equations: 0
% 8.78/9.05  Current number of rules: 490
% 8.78/9.05  New rule produced :
% 8.78/9.05  [492]
% 8.78/9.05  compose(codomain(codomain(compose(codomain(codomain(A)),codomain(codomain(A))))),A)
% 9.31/9.56  -> A
% 9.31/9.56  Current number of equations to process: 3362
% 9.31/9.56  Current number of ordered equations: 0
% 9.31/9.56  Current number of rules: 491
% 9.31/9.56  New rule produced :
% 9.31/9.56  [493]
% 9.31/9.56  compose(codomain(codomain(compose(A,codomain(codomain(domain(domain(domain(A)))))))),A)
% 9.31/9.56  -> A
% 9.31/9.56  Current number of equations to process: 3385
% 9.31/9.56  Current number of ordered equations: 0
% 9.31/9.56  Current number of rules: 492
% 9.31/9.56  New rule produced :
% 9.31/9.56  [494]
% 9.31/9.56  compose(codomain(codomain(compose(A,codomain(codomain(domain(domain(domain(
% 9.31/9.56                                                                      domain(A))))))))),A)
% 9.31/9.56  -> A
% 9.31/9.56  Current number of equations to process: 3417
% 9.31/9.56  Current number of ordered equations: 0
% 9.31/9.56  Current number of rules: 493
% 9.31/9.56  New rule produced :
% 9.31/9.56  [495]
% 9.31/9.56  compose(codomain(codomain(compose(A,codomain(codomain(codomain(domain(A))))))),A)
% 9.31/9.56  -> A
% 9.31/9.56  Current number of equations to process: 3481
% 9.31/9.56  Current number of ordered equations: 0
% 9.31/9.56  Current number of rules: 494
% 9.31/9.56  New rule produced :
% 9.31/9.56  [496]
% 9.31/9.56  compose(codomain(codomain(compose(A,codomain(codomain(domain(compose(
% 9.31/9.56                                                               domain(A),
% 9.31/9.56                                                               domain(A)))))))),A)
% 9.31/9.56  -> A
% 9.31/9.56  Current number of equations to process: 3482
% 9.31/9.56  Current number of ordered equations: 0
% 9.31/9.56  Current number of rules: 495
% 9.31/9.56  New rule produced :
% 9.31/9.56  [497]
% 9.31/9.56  compose(codomain(codomain(compose(A,codomain(codomain(domain(compose(
% 9.31/9.56                                                               domain(codomain(A)),A))))))),A)
% 9.31/9.56  -> A
% 9.31/9.56  Current number of equations to process: 3481
% 9.31/9.56  Current number of ordered equations: 0
% 9.31/9.56  Current number of rules: 496
% 9.31/9.56  New rule produced :
% 9.31/9.56  [498]
% 9.31/9.56  compose(codomain(codomain(compose(A,codomain(codomain(domain(domain(domain(
% 9.31/9.56                                                                      domain(
% 9.31/9.56                                                                      domain(A)))))))))),A)
% 9.31/9.56  -> A
% 9.31/9.56  Current number of equations to process: 3480
% 9.31/9.56  Current number of ordered equations: 0
% 9.31/9.56  Current number of rules: 497
% 9.31/9.56  New rule produced :
% 9.31/9.56  [499]
% 9.31/9.56  compose(codomain(codomain(compose(A,codomain(codomain(codomain(domain(
% 9.31/9.56                                                                 domain(A)))))))),A)
% 9.31/9.56  -> A
% 9.31/9.56  Current number of equations to process: 3493
% 9.31/9.56  Current number of ordered equations: 0
% 9.31/9.56  Current number of rules: 498
% 9.31/9.56  New rule produced :
% 9.31/9.56  [500]
% 9.31/9.56  compose(codomain(codomain(compose(codomain(codomain(A)),codomain(codomain(
% 9.31/9.56                                                                   codomain(A)))))),A)
% 9.31/9.56  -> A
% 9.31/9.56  Current number of equations to process: 3492
% 9.31/9.56  Current number of ordered equations: 0
% 9.31/9.56  Current number of rules: 499
% 9.31/9.56  New rule produced :
% 9.31/9.56  [501]
% 9.31/9.56  compose(codomain(codomain(compose(A,codomain(codomain(codomain(domain(
% 9.31/9.56                                                                 domain(
% 9.31/9.56                                                                 domain(A))))))))),A)
% 9.31/9.56  -> A
% 9.31/9.56  Current number of equations to process: 3540
% 9.31/9.56  Current number of ordered equations: 0
% 9.31/9.56  Current number of rules: 500
% 9.31/9.56  New rule produced :
% 9.31/9.56  [502]
% 9.31/9.56  compose(codomain(codomain(compose(codomain(codomain(codomain(A))),codomain(
% 9.31/9.56                                                                    codomain(
% 9.31/9.56                                                                    codomain(A)))))),A)
% 9.31/9.56  -> A
% 9.31/9.56  Current number of equations to process: 3539
% 9.31/9.56  Current number of ordered equations: 0
% 9.31/9.56  Current number of rules: 501
% 9.31/9.56  New rule produced :
% 9.31/9.56  [503]
% 9.31/9.56  compose(codomain(codomain(compose(A,codomain(codomain(codomain(domain(
% 9.31/9.56                                                                 domain(
% 9.31/9.56                                                                 domain(
% 9.31/9.56                                                                 domain(A)))))))))),A)
% 9.31/9.56  -> A
% 9.31/9.56  Current number of equations to process: 3616
% 9.31/9.56  Current number of ordered equations: 0
% 9.31/9.56  Current number of rules: 502
% 9.31/9.56  New rule produced :
% 9.31/9.56  [504]
% 9.31/9.56  compose(codomain(codomain(compose(A,codomain(domain(A))))),compose(A,B)) ->
% 9.31/9.56  compose(A,B)
% 9.31/9.56  Current number of equations to process: 3618
% 9.31/9.56  Current number of ordered equations: 0
% 9.31/9.56  Current number of rules: 503
% 9.31/9.56  New rule produced :
% 9.31/9.56  [505]
% 9.31/9.56  compose(codomain(codomain(compose(codomain(A),codomain(A)))),compose(A,B)) ->
% 11.00/11.21  compose(A,B)
% 11.00/11.21  Current number of equations to process: 3617
% 11.00/11.21  Current number of ordered equations: 0
% 11.00/11.21  Current number of rules: 504
% 11.00/11.21  New rule produced :
% 11.00/11.21  [506]
% 11.00/11.21  compose(codomain(codomain(compose(A,codomain(domain(domain(A)))))),compose(A,B))
% 11.00/11.21  -> compose(A,B)
% 11.00/11.21  Current number of equations to process: 3629
% 11.00/11.21  Current number of ordered equations: 0
% 11.00/11.21  Current number of rules: 505
% 11.00/11.21  New rule produced :
% 11.00/11.21  [507]
% 11.00/11.21  compose(codomain(codomain(compose(A,codomain(domain(domain(domain(A))))))),
% 11.00/11.21  compose(A,B)) -> compose(A,B)
% 11.00/11.21  Current number of equations to process: 3675
% 11.00/11.21  Current number of ordered equations: 0
% 11.00/11.21  Current number of rules: 506
% 11.00/11.21  New rule produced :
% 11.00/11.21  [508]
% 11.00/11.21  compose(codomain(codomain(compose(codomain(codomain(A)),codomain(codomain(
% 11.00/11.21                                                                   codomain(
% 11.00/11.21                                                                   codomain(A))))))),A)
% 11.00/11.21  -> A
% 11.00/11.21  Current number of equations to process: 3758
% 11.00/11.21  Current number of ordered equations: 0
% 11.00/11.21  Current number of rules: 507
% 11.00/11.21  New rule produced :
% 11.00/11.21  [509]
% 11.00/11.21  compose(codomain(codomain(compose(A,codomain(codomain(codomain(codomain(
% 11.00/11.21                                                                 domain(A)))))))),A)
% 11.00/11.21  -> A
% 11.00/11.21  Current number of equations to process: 3822
% 11.00/11.21  Current number of ordered equations: 0
% 11.00/11.21  Current number of rules: 508
% 11.00/11.21  New rule produced :
% 11.00/11.21  [510]
% 11.00/11.21  compose(codomain(codomain(compose(codomain(codomain(A)),codomain(codomain(
% 11.00/11.21                                                                   codomain(
% 11.00/11.21                                                                   codomain(
% 11.00/11.21                                                                   codomain(A)))))))),A)
% 11.00/11.21  -> A
% 11.00/11.21  Current number of equations to process: 3822
% 11.00/11.21  Current number of ordered equations: 0
% 11.00/11.21  Current number of rules: 509
% 11.00/11.21  New rule produced :
% 11.00/11.21  [511]
% 11.00/11.21  compose(codomain(codomain(compose(A,codomain(codomain(codomain(codomain(
% 11.00/11.21                                                                 domain(
% 11.00/11.21                                                                 domain(A))))))))),A)
% 11.00/11.21  -> A
% 11.00/11.21  Current number of equations to process: 3839
% 11.00/11.21  Current number of ordered equations: 0
% 11.00/11.21  Current number of rules: 510
% 11.00/11.21  New rule produced :
% 11.00/11.21  [512]
% 11.00/11.21  compose(codomain(codomain(compose(A,codomain(codomain(codomain(codomain(
% 11.00/11.21                                                                 domain(
% 11.00/11.21                                                                 domain(
% 11.00/11.21                                                                 domain(A)))))))))),A)
% 11.00/11.21  -> A
% 11.00/11.21  Current number of equations to process: 3892
% 11.00/11.21  Current number of ordered equations: 0
% 11.00/11.21  Current number of rules: 511
% 11.00/11.21  New rule produced :
% 11.00/11.21  [513]
% 11.00/11.21  compose(codomain(codomain(compose(codomain(codomain(codomain(A))),codomain(
% 11.00/11.21                                                                    codomain(
% 11.00/11.21                                                                    codomain(
% 11.00/11.21                                                                    codomain(A))))))),A)
% 11.00/11.21  -> A
% 11.00/11.21  Current number of equations to process: 3891
% 11.00/11.21  Current number of ordered equations: 0
% 11.00/11.21  Current number of rules: 512
% 11.00/11.21  New rule produced :
% 11.00/11.21  [514]
% 11.00/11.21  compose(A,domain(compose(domain(A),domain(compose(domain(A),domain(A)))))) ->
% 11.00/11.21  A
% 11.00/11.21  Current number of equations to process: 3968
% 11.00/11.21  Current number of ordered equations: 0
% 11.00/11.21  Current number of rules: 513
% 11.00/11.21  New rule produced :
% 11.00/11.21  [515]
% 11.00/11.21  compose(A,domain(compose(domain(compose(domain(domain(domain(A))),domain(A))),
% 11.00/11.21                   domain(A)))) -> A
% 11.00/11.21  Current number of equations to process: 4131
% 11.00/11.21  Current number of ordered equations: 0
% 11.00/11.21  Current number of rules: 514
% 11.00/11.21  New rule produced :
% 11.00/11.21  [516]
% 11.00/11.21  compose(codomain(compose(A,codomain(domain(compose(domain(domain(domain(A))),
% 11.00/11.21                                             domain(A)))))),A) -> A
% 11.00/11.21  Current number of equations to process: 4130
% 11.00/11.21  Current number of ordered equations: 0
% 11.00/11.21  Current number of rules: 515
% 11.00/11.21  New rule produced :
% 11.00/11.21  [517]
% 11.00/11.21  compose(A,domain(compose(domain(A),domain(compose(domain(domain(A)),domain(A))))))
% 11.00/11.21  -> A
% 11.00/11.21  Current number of equations to process: 4131
% 11.00/11.21  Current number of ordered equations: 0
% 11.00/11.21  Current number of rules: 516
% 11.00/11.21  New rule produced :
% 11.00/11.21  [518] compose(A,domain(domain(domain(compose(domain(A),domain(A)))))) -> A
% 11.62/11.86  Current number of equations to process: 4198
% 11.62/11.86  Current number of ordered equations: 0
% 11.62/11.86  Current number of rules: 517
% 11.62/11.86  New rule produced :
% 11.62/11.86  [519]
% 11.62/11.86  compose(A,domain(domain(domain(domain(compose(domain(A),domain(A))))))) -> A
% 11.62/11.86  Current number of equations to process: 4210
% 11.62/11.86  Current number of ordered equations: 0
% 11.62/11.86  Current number of rules: 518
% 11.62/11.86  New rule produced :
% 11.62/11.86  [520]
% 11.62/11.86  compose(A,domain(domain(domain(domain(domain(compose(domain(A),domain(A))))))))
% 11.62/11.86  -> A
% 11.62/11.86  Current number of equations to process: 4230
% 11.62/11.86  Current number of ordered equations: 0
% 11.62/11.86  Current number of rules: 519
% 11.62/11.86  New rule produced :
% 11.62/11.86  [521]
% 11.62/11.86  compose(A,compose(domain(domain(domain(compose(domain(A),domain(A))))),B)) ->
% 11.62/11.86  compose(A,B)
% 11.62/11.86  Current number of equations to process: 4302
% 11.62/11.86  Current number of ordered equations: 0
% 11.62/11.86  Current number of rules: 520
% 11.62/11.86  New rule produced :
% 11.62/11.86  [522]
% 11.62/11.86  compose(A,domain(compose(domain(domain(A)),domain(compose(domain(A),domain(A))))))
% 11.62/11.86  -> A
% 11.62/11.86  Current number of equations to process: 4301
% 11.62/11.86  Current number of ordered equations: 0
% 11.62/11.86  Current number of rules: 521
% 11.62/11.86  New rule produced :
% 11.62/11.86  [523]
% 11.62/11.86  compose(A,domain(domain(compose(domain(A),domain(compose(domain(A),domain(A)))))))
% 11.62/11.86  -> A
% 11.62/11.86  Current number of equations to process: 4300
% 11.62/11.86  Current number of ordered equations: 0
% 11.62/11.86  Current number of rules: 522
% 11.62/11.86  New rule produced :
% 11.62/11.86  [524]
% 11.62/11.86  compose(A,domain(domain(domain(domain(domain(domain(compose(domain(A),
% 11.62/11.86                                                      domain(A))))))))) -> A
% 11.62/11.86  Current number of equations to process: 4299
% 11.62/11.86  Current number of ordered equations: 0
% 11.62/11.86  Current number of rules: 523
% 11.62/11.86  New rule produced :
% 11.62/11.86  [525] compose(A,domain(domain(domain(compose(domain(codomain(A)),A))))) -> A
% 11.62/11.86  Current number of equations to process: 4305
% 11.62/11.86  Current number of ordered equations: 0
% 11.62/11.86  Current number of rules: 524
% 11.62/11.86  New rule produced :
% 11.62/11.86  [526]
% 11.62/11.86  compose(A,domain(compose(domain(A),domain(compose(domain(codomain(A)),A)))))
% 11.62/11.86  -> A
% 11.62/11.86  Current number of equations to process: 4309
% 11.62/11.86  Current number of ordered equations: 0
% 11.62/11.86  Current number of rules: 525
% 11.62/11.86  New rule produced :
% 11.62/11.86  [527]
% 11.62/11.86  compose(A,domain(domain(domain(domain(compose(domain(codomain(A)),A)))))) ->
% 11.62/11.86  A
% 11.62/11.86  Current number of equations to process: 4318
% 11.62/11.86  Current number of ordered equations: 0
% 11.62/11.86  Current number of rules: 526
% 11.62/11.86  New rule produced :
% 11.62/11.86  [528]
% 11.62/11.86  compose(A,domain(domain(domain(domain(domain(compose(domain(codomain(A)),A)))))))
% 11.62/11.86  -> A
% 11.62/11.86  Current number of equations to process: 4338
% 11.62/11.86  Current number of ordered equations: 0
% 11.62/11.86  Current number of rules: 527
% 11.62/11.86  New rule produced :
% 11.62/11.86  [529]
% 11.62/11.86  compose(A,compose(domain(compose(domain(codomain(domain(A))),domain(A))),B))
% 11.62/11.86  -> compose(A,B)
% 11.62/11.86  Rule
% 11.62/11.86  [232]
% 11.62/11.86  compose(A,compose(domain(compose(domain(codomain(domain(A))),domain(A))),
% 11.62/11.86            domain(domain(A)))) -> A collapsed.
% 11.62/11.86  Current number of equations to process: 4414
% 11.62/11.86  Current number of ordered equations: 0
% 11.62/11.86  Current number of rules: 527
% 11.62/11.86  New rule produced :
% 11.62/11.86  [530]
% 11.62/11.86  compose(A,compose(domain(domain(domain(compose(domain(codomain(A)),A)))),B))
% 11.62/11.86  -> compose(A,B)
% 11.62/11.86  Current number of equations to process: 4413
% 11.62/11.86  Current number of ordered equations: 0
% 11.62/11.86  Current number of rules: 528
% 11.62/11.86  New rule produced :
% 11.62/11.86  [531]
% 11.62/11.86  compose(A,domain(compose(domain(domain(A)),domain(compose(domain(codomain(A)),A)))))
% 11.62/11.86  -> A
% 11.62/11.86  Current number of equations to process: 4412
% 11.62/11.86  Current number of ordered equations: 0
% 11.62/11.86  Current number of rules: 529
% 11.62/11.86  New rule produced :
% 11.62/11.86  [532]
% 11.62/11.86  compose(A,domain(domain(compose(domain(A),domain(compose(domain(codomain(A)),A))))))
% 11.62/11.86  -> A
% 11.62/11.86  Current number of equations to process: 4411
% 11.62/11.86  Current number of ordered equations: 0
% 11.62/11.86  Current number of rules: 530
% 11.62/11.86  New rule produced :
% 11.62/11.86  [533]
% 11.62/11.86  compose(A,domain(domain(domain(domain(domain(domain(compose(domain(codomain(A)),A))))))))
% 11.62/11.86  -> A
% 11.62/11.86  Current number of equations to process: 4410
% 11.62/11.86  Current number of ordered equations: 0
% 11.62/11.86  Current number of rules: 531
% 11.62/11.86  New rule produced :
% 11.62/11.86  [534]
% 11.62/11.86  compose(A,domain(domain(domain(compose(domain(codomain(codomain(A))),A)))))
% 11.62/11.86  -> A
% 11.62/11.86  Current number of equations to process: 4413
% 11.62/11.86  Current number of ordered equations: 0
% 11.62/11.86  Current number of rules: 532
% 11.62/11.86  New rule produced :
% 11.62/11.86  [535]
% 11.62/11.86  compose(A,domain(domain(domain(compose(domain(codomain(codomain(codomain(A)))),A)))))
% 11.62/11.86  -> A
% 11.62/11.86  Current number of equations to process: 4420
% 12.10/12.36  Current number of ordered equations: 0
% 12.10/12.36  Current number of rules: 533
% 12.10/12.36  New rule produced :
% 12.10/12.36  [536]
% 12.10/12.36  compose(A,domain(domain(domain(compose(domain(codomain(codomain(codomain(
% 12.10/12.36                                                                  codomain(A))))),A)))))
% 12.10/12.36  -> A
% 12.10/12.36  Current number of equations to process: 4431
% 12.10/12.36  Current number of ordered equations: 0
% 12.10/12.36  Current number of rules: 534
% 12.10/12.36  New rule produced :
% 12.10/12.36  [537]
% 12.10/12.36  compose(A,domain(compose(domain(A),domain(compose(domain(codomain(codomain(A))),A)))))
% 12.10/12.36  -> A
% 12.10/12.36  Current number of equations to process: 4480
% 12.10/12.36  Current number of ordered equations: 0
% 12.10/12.36  Current number of rules: 535
% 12.10/12.36  New rule produced :
% 12.10/12.36  [538]
% 12.10/12.36  compose(A,domain(domain(domain(domain(compose(domain(codomain(codomain(A))),A))))))
% 12.10/12.36  -> A
% 12.10/12.36  Current number of equations to process: 4493
% 12.10/12.36  Current number of ordered equations: 0
% 12.10/12.36  Current number of rules: 536
% 12.10/12.36  New rule produced :
% 12.10/12.36  [539]
% 12.10/12.36  compose(A,domain(domain(domain(domain(domain(compose(domain(codomain(
% 12.10/12.36                                                              codomain(A))),A)))))))
% 12.10/12.37  -> A
% 12.10/12.37  Current number of equations to process: 4515
% 12.10/12.37  Current number of ordered equations: 0
% 12.10/12.37  Current number of rules: 537
% 12.10/12.37  New rule produced :
% 12.10/12.37  [540]
% 12.10/12.37  compose(A,compose(B,domain(compose(domain(compose(domain(A),domain(A))),B))))
% 12.10/12.37  -> compose(A,B)
% 12.10/12.37  Current number of equations to process: 4589
% 12.10/12.37  Current number of ordered equations: 0
% 12.10/12.37  Current number of rules: 538
% 12.10/12.37  New rule produced :
% 12.10/12.37  [541]
% 12.10/12.37  compose(A,compose(domain(domain(domain(domain(compose(domain(A),domain(A)))))),B))
% 12.10/12.37  -> compose(A,B)
% 12.10/12.37  Current number of equations to process: 4588
% 12.10/12.37  Current number of ordered equations: 0
% 12.10/12.37  Current number of rules: 539
% 12.10/12.37  New rule produced :
% 12.10/12.37  [542]
% 12.10/12.37  compose(A,domain(compose(domain(domain(domain(A))),domain(compose(domain(A),
% 12.10/12.37                                                            domain(A)))))) -> A
% 12.10/12.37  Current number of equations to process: 4587
% 12.10/12.37  Current number of ordered equations: 0
% 12.10/12.37  Current number of rules: 540
% 12.10/12.37  New rule produced :
% 12.10/12.37  [543]
% 12.10/12.37  compose(A,domain(domain(compose(domain(domain(A)),domain(compose(domain(A),
% 12.10/12.37                                                           domain(A))))))) -> A
% 12.10/12.37  Current number of equations to process: 4586
% 12.10/12.37  Current number of ordered equations: 0
% 12.10/12.37  Current number of rules: 541
% 12.10/12.37  New rule produced :
% 12.10/12.37  [544]
% 12.10/12.37  compose(A,domain(domain(domain(domain(domain(domain(domain(compose(domain(A),
% 12.10/12.37                                                             domain(A))))))))))
% 12.10/12.37  -> A
% 12.10/12.37  Current number of equations to process: 4585
% 12.10/12.37  Current number of ordered equations: 0
% 12.10/12.37  Current number of rules: 542
% 12.10/12.37  New rule produced :
% 12.10/12.37  [545]
% 12.10/12.37  compose(A,compose(B,domain(compose(domain(compose(domain(codomain(A)),A)),B))))
% 12.10/12.37  -> compose(A,B)
% 12.10/12.37  Current number of equations to process: 4584
% 12.10/12.37  Current number of ordered equations: 0
% 12.10/12.37  Current number of rules: 543
% 12.10/12.37  New rule produced :
% 12.10/12.37  [546]
% 12.10/12.37  compose(A,compose(domain(domain(domain(domain(compose(domain(codomain(A)),A))))),B))
% 12.10/12.37  -> compose(A,B)
% 12.10/12.37  Current number of equations to process: 4583
% 12.10/12.37  Current number of ordered equations: 0
% 12.10/12.37  Current number of rules: 544
% 12.10/12.37  New rule produced :
% 12.10/12.37  [547]
% 12.10/12.37  compose(A,domain(compose(domain(domain(domain(A))),domain(compose(domain(
% 12.10/12.37                                                                    codomain(A)),A)))))
% 12.10/12.37  -> A
% 12.10/12.37  Current number of equations to process: 4582
% 12.10/12.37  Current number of ordered equations: 0
% 12.10/12.37  Current number of rules: 545
% 12.10/12.37  New rule produced :
% 12.10/12.37  [548]
% 12.10/12.37  compose(A,domain(domain(compose(domain(domain(A)),domain(compose(domain(
% 12.10/12.37                                                                   codomain(A)),A))))))
% 12.10/12.37  -> A
% 12.10/12.37  Current number of equations to process: 4581
% 12.10/12.37  Current number of ordered equations: 0
% 12.10/12.37  Current number of rules: 546
% 12.10/12.37  New rule produced :
% 12.10/12.37  [549]
% 12.10/12.37  compose(A,domain(domain(domain(domain(domain(domain(domain(compose(domain(
% 12.10/12.37                                                                     codomain(A)),A)))))))))
% 12.10/12.37  -> A
% 12.10/12.37  Current number of equations to process: 4580
% 12.10/12.37  Current number of ordered equations: 0
% 12.10/12.37  Current number of rules: 547
% 12.10/12.37  New rule produced :
% 12.10/12.37  [550]
% 12.10/12.37  compose(A,domain(domain(domain(compose(domain(codomain(codomain(codomain(
% 12.10/12.37                                                                  codomain(
% 12.10/12.37                                                                  codomain(A)))))),A)))))
% 13.02/13.21  -> A
% 13.02/13.21  Current number of equations to process: 4579
% 13.02/13.21  Current number of ordered equations: 0
% 13.02/13.21  Current number of rules: 548
% 13.02/13.21  New rule produced :
% 13.02/13.21  [551]
% 13.02/13.21  compose(A,domain(domain(domain(compose(domain(A),domain(compose(domain(A),
% 13.02/13.21                                                          domain(A)))))))) -> A
% 13.02/13.21  Current number of equations to process: 4578
% 13.02/13.21  Current number of ordered equations: 0
% 13.02/13.21  Current number of rules: 549
% 13.02/13.21  New rule produced :
% 13.02/13.21  [552]
% 13.02/13.21  compose(A,domain(domain(domain(compose(domain(A),domain(compose(domain(
% 13.02/13.21                                                                  codomain(A)),A)))))))
% 13.02/13.21  -> A
% 13.02/13.21  Current number of equations to process: 4577
% 13.02/13.21  Current number of ordered equations: 0
% 13.02/13.21  Current number of rules: 550
% 13.02/13.21  New rule produced :
% 13.02/13.21  [553]
% 13.02/13.21  compose(A,compose(domain(compose(domain(codomain(codomain(domain(A)))),
% 13.02/13.21                           domain(A))),B)) -> compose(A,B)
% 13.02/13.21  Rule
% 13.02/13.21  [300]
% 13.02/13.21  compose(A,compose(domain(compose(domain(codomain(codomain(domain(A)))),
% 13.02/13.21                           domain(A))),domain(domain(A)))) -> A collapsed.
% 13.02/13.21  Current number of equations to process: 4576
% 13.02/13.21  Current number of ordered equations: 0
% 13.02/13.21  Current number of rules: 550
% 13.02/13.21  New rule produced :
% 13.02/13.21  [554]
% 13.02/13.21  compose(A,compose(domain(domain(domain(compose(domain(codomain(codomain(A))),A)))),B))
% 13.02/13.21  -> compose(A,B)
% 13.02/13.21  Current number of equations to process: 4575
% 13.02/13.21  Current number of ordered equations: 0
% 13.02/13.21  Current number of rules: 551
% 13.02/13.21  New rule produced :
% 13.02/13.21  [555]
% 13.02/13.21  compose(A,domain(compose(domain(domain(A)),domain(compose(domain(codomain(
% 13.02/13.21                                                                   codomain(A))),A)))))
% 13.02/13.21  -> A
% 13.02/13.21  Current number of equations to process: 4574
% 13.02/13.21  Current number of ordered equations: 0
% 13.02/13.21  Current number of rules: 552
% 13.02/13.21  New rule produced :
% 13.02/13.21  [556]
% 13.02/13.21  compose(A,domain(domain(compose(domain(A),domain(compose(domain(codomain(
% 13.02/13.21                                                                  codomain(A))),A))))))
% 13.02/13.21  -> A
% 13.02/13.21  Current number of equations to process: 4573
% 13.02/13.21  Current number of ordered equations: 0
% 13.02/13.21  Current number of rules: 553
% 13.02/13.21  New rule produced :
% 13.02/13.21  [557]
% 13.02/13.21  compose(A,domain(domain(domain(domain(domain(domain(compose(domain(codomain(
% 13.02/13.21                                                                     codomain(A))),A))))))))
% 13.02/13.21  -> A
% 13.02/13.21  Current number of equations to process: 4572
% 13.02/13.21  Current number of ordered equations: 0
% 13.02/13.21  Current number of rules: 554
% 13.02/13.21  New rule produced :
% 13.02/13.21  [558]
% 13.02/13.21  compose(A,domain(domain(domain(domain(compose(domain(codomain(codomain(
% 13.02/13.21                                                                codomain(A)))),A))))))
% 13.02/13.21  -> A
% 13.02/13.21  Current number of equations to process: 4591
% 13.02/13.21  Current number of ordered equations: 0
% 13.02/13.21  Current number of rules: 555
% 13.02/13.21  New rule produced :
% 13.02/13.21  [559]
% 13.02/13.21  compose(A,domain(domain(domain(domain(compose(domain(codomain(codomain(
% 13.02/13.21                                                                codomain(
% 13.02/13.21                                                                codomain(A))))),A))))))
% 13.02/13.21  -> A
% 13.02/13.21  Current number of equations to process: 4635
% 13.02/13.21  Current number of ordered equations: 0
% 13.02/13.21  Current number of rules: 556
% 13.02/13.21  New rule produced :
% 13.02/13.21  [560]
% 13.02/13.21  compose(codomain(codomain(codomain(compose(A,codomain(domain(A)))))),A) -> A
% 13.02/13.21  Current number of equations to process: 4765
% 13.02/13.21  Current number of ordered equations: 0
% 13.02/13.21  Current number of rules: 557
% 13.02/13.21  New rule produced :
% 13.02/13.21  [561]
% 13.02/13.21  compose(codomain(codomain(codomain(codomain(compose(A,codomain(domain(A))))))),A)
% 13.02/13.21  -> A
% 13.02/13.21  Current number of equations to process: 4791
% 13.02/13.21  Current number of ordered equations: 0
% 13.02/13.21  Current number of rules: 558
% 13.02/13.21  New rule produced :
% 13.02/13.21  [562]
% 13.02/13.21  compose(codomain(codomain(codomain(compose(codomain(A),codomain(A))))),A) ->
% 13.02/13.21  A
% 13.02/13.21  Current number of equations to process: 4830
% 13.02/13.21  Current number of ordered equations: 0
% 13.02/13.21  Current number of rules: 559
% 13.02/13.21  New rule produced :
% 13.02/13.21  [563]
% 13.02/13.21  compose(codomain(codomain(codomain(codomain(compose(codomain(A),codomain(A)))))),A)
% 13.02/13.21  -> A
% 13.02/13.21  Current number of equations to process: 4854
% 13.02/13.21  Current number of ordered equations: 0
% 13.02/13.21  Current number of rules: 560
% 13.02/13.21  New rule produced :
% 13.02/13.21  [564]
% 13.02/13.21  compose(codomain(codomain(codomain(codomain(codomain(compose(A,codomain(
% 13.02/13.21                                                                 domain(A)))))))),A)
% 13.21/13.46  -> A
% 13.21/13.46  Current number of equations to process: 4882
% 13.21/13.46  Current number of ordered equations: 0
% 13.21/13.46  Current number of rules: 561
% 13.21/13.46  New rule produced :
% 13.21/13.46  [565]
% 13.21/13.46  compose(codomain(compose(codomain(compose(A,codomain(domain(A)))),codomain(A))),A)
% 13.21/13.46  -> A
% 13.21/13.46  Current number of equations to process: 4881
% 13.21/13.46  Current number of ordered equations: 0
% 13.21/13.46  Current number of rules: 562
% 13.21/13.46  New rule produced :
% 13.21/13.46  [566]
% 13.21/13.46  compose(codomain(compose(codomain(A),codomain(compose(A,codomain(domain(A)))))),A)
% 13.21/13.46  -> A
% 13.21/13.46  Current number of equations to process: 4880
% 13.21/13.46  Current number of ordered equations: 0
% 13.21/13.46  Current number of rules: 563
% 13.21/13.46  New rule produced :
% 13.21/13.46  [567]
% 13.21/13.46  compose(codomain(codomain(codomain(codomain(codomain(compose(codomain(A),
% 13.21/13.46                                                       codomain(A))))))),A) ->
% 13.21/13.46  A
% 13.21/13.46  Current number of equations to process: 4879
% 13.21/13.46  Current number of ordered equations: 0
% 13.21/13.46  Current number of rules: 564
% 13.21/13.46  New rule produced :
% 13.21/13.46  [568]
% 13.21/13.46  compose(codomain(compose(codomain(compose(codomain(A),codomain(A))),codomain(A))),A)
% 13.21/13.46  -> A
% 13.21/13.46  Current number of equations to process: 4878
% 13.21/13.46  Current number of ordered equations: 0
% 13.21/13.46  Current number of rules: 565
% 13.21/13.46  New rule produced :
% 13.21/13.46  [569]
% 13.21/13.46  compose(codomain(compose(codomain(A),codomain(compose(codomain(A),codomain(A))))),A)
% 13.21/13.46  -> A
% 13.21/13.46  Current number of equations to process: 4877
% 13.21/13.46  Current number of ordered equations: 0
% 13.21/13.46  Current number of rules: 566
% 13.21/13.46  New rule produced :
% 13.21/13.46  [570]
% 13.21/13.46  compose(codomain(codomain(codomain(compose(A,codomain(domain(domain(A))))))),A)
% 13.21/13.46  -> A
% 13.21/13.46  Current number of equations to process: 4884
% 13.21/13.46  Current number of ordered equations: 0
% 13.21/13.46  Current number of rules: 567
% 13.21/13.46  New rule produced :
% 13.21/13.46  [571]
% 13.21/13.46  compose(codomain(codomain(codomain(codomain(compose(A,codomain(domain(
% 13.21/13.46                                                                 domain(A)))))))),A)
% 13.21/13.46  -> A
% 13.21/13.46  Current number of equations to process: 4941
% 13.21/13.46  Current number of ordered equations: 0
% 13.21/13.46  Current number of rules: 568
% 13.21/13.46  New rule produced :
% 13.21/13.46  [572]
% 13.21/13.46  ifeq(there_exists(A),true,there_exists(domain(codomain(compose(A,codomain(
% 13.21/13.46                                                                   domain(A)))))),true)
% 13.21/13.46  -> true
% 13.21/13.46  Current number of equations to process: 4940
% 13.21/13.46  Current number of ordered equations: 0
% 13.21/13.46  Current number of rules: 569
% 13.21/13.46  New rule produced :
% 13.21/13.46  [573]
% 13.21/13.46  compose(codomain(compose(codomain(compose(A,codomain(domain(A)))),codomain(
% 13.21/13.46                                                                    codomain(A)))),A)
% 13.21/13.46  -> A
% 13.21/13.46  Current number of equations to process: 4939
% 13.21/13.46  Current number of ordered equations: 0
% 13.21/13.46  Current number of rules: 570
% 13.21/13.46  New rule produced :
% 13.21/13.46  [574]
% 13.21/13.46  compose(codomain(compose(codomain(codomain(A)),codomain(compose(A,codomain(
% 13.21/13.46                                                                    domain(A)))))),A)
% 13.21/13.46  -> A
% 13.21/13.46  Current number of equations to process: 4938
% 13.21/13.46  Current number of ordered equations: 0
% 13.21/13.46  Current number of rules: 571
% 13.21/13.46  New rule produced :
% 13.21/13.46  [575]
% 13.21/13.46  compose(codomain(codomain(codomain(codomain(codomain(codomain(compose(A,
% 13.21/13.46                                                                codomain(
% 13.21/13.46                                                                domain(A))))))))),A)
% 13.21/13.46  -> A
% 13.21/13.46  Current number of equations to process: 4937
% 13.21/13.46  Current number of ordered equations: 0
% 13.21/13.46  Current number of rules: 572
% 13.21/13.46  New rule produced :
% 13.21/13.46  [576]
% 13.21/13.46  compose(codomain(codomain(compose(codomain(compose(A,codomain(domain(A)))),
% 13.21/13.46                            codomain(A)))),A) -> A
% 13.21/13.46  Current number of equations to process: 4936
% 13.21/13.46  Current number of ordered equations: 0
% 13.21/13.46  Current number of rules: 573
% 13.21/13.46  New rule produced :
% 13.21/13.46  [577]
% 13.21/13.46  compose(codomain(codomain(compose(codomain(A),codomain(compose(A,codomain(
% 13.21/13.46                                                                   domain(A))))))),A)
% 13.21/13.46  -> A
% 13.21/13.46  Current number of equations to process: 4935
% 13.21/13.46  Current number of ordered equations: 0
% 13.21/13.46  Current number of rules: 574
% 13.21/13.46  New rule produced :
% 13.21/13.46  [578]
% 13.21/13.46  ifeq(there_exists(A),true,there_exists(domain(codomain(compose(codomain(A),
% 13.21/13.46                                                         codomain(A))))),true)
% 13.21/13.46  -> true
% 13.21/13.46  Current number of equations to process: 4934
% 13.21/13.46  Current number of ordered equations: 0
% 13.21/13.46  Current number of rules: 575
% 13.21/13.46  New rule produced :
% 13.21/13.46  [579]
% 13.21/13.46  compose(codomain(compose(codomain(compose(codomain(A),codomain(A))),codomain(
% 13.90/14.13                                                                      codomain(A)))),A)
% 13.90/14.13  -> A
% 13.90/14.13  Current number of equations to process: 4933
% 13.90/14.13  Current number of ordered equations: 0
% 13.90/14.13  Current number of rules: 576
% 13.90/14.13  New rule produced :
% 13.90/14.13  [580]
% 13.90/14.13  compose(codomain(compose(codomain(codomain(A)),codomain(compose(codomain(A),
% 13.90/14.13                                                          codomain(A))))),A) ->
% 13.90/14.13  A
% 13.90/14.13  Current number of equations to process: 4932
% 13.90/14.13  Current number of ordered equations: 0
% 13.90/14.13  Current number of rules: 577
% 13.90/14.13  New rule produced :
% 13.90/14.13  [581]
% 13.90/14.13  compose(codomain(codomain(codomain(codomain(codomain(codomain(compose(
% 13.90/14.13                                                                codomain(A),
% 13.90/14.13                                                                codomain(A)))))))),A)
% 13.90/14.13  -> A
% 13.90/14.13  Current number of equations to process: 4931
% 13.90/14.13  Current number of ordered equations: 0
% 13.90/14.13  Current number of rules: 578
% 13.90/14.13  New rule produced :
% 13.90/14.13  [582]
% 13.90/14.13  compose(codomain(codomain(compose(codomain(compose(codomain(A),codomain(A))),
% 13.90/14.13                            codomain(A)))),A) -> A
% 13.90/14.13  Current number of equations to process: 4930
% 13.90/14.13  Current number of ordered equations: 0
% 13.90/14.13  Current number of rules: 579
% 13.90/14.13  New rule produced :
% 13.90/14.13  [583]
% 13.90/14.13  compose(codomain(codomain(compose(codomain(A),codomain(compose(codomain(A),
% 13.90/14.13                                                         codomain(A)))))),A) ->
% 13.90/14.13  A
% 13.90/14.13  Current number of equations to process: 4929
% 13.90/14.13  Current number of ordered equations: 0
% 13.90/14.13  Current number of rules: 580
% 13.90/14.13  New rule produced :
% 13.90/14.13  [584]
% 13.90/14.13  compose(codomain(codomain(codomain(codomain(codomain(compose(A,codomain(
% 13.90/14.13                                                                 domain(
% 13.90/14.13                                                                 domain(A))))))))),A)
% 13.90/14.13  -> A
% 13.90/14.13  Current number of equations to process: 4928
% 13.90/14.13  Current number of ordered equations: 0
% 13.90/14.13  Current number of rules: 581
% 13.90/14.13  New rule produced :
% 13.90/14.13  [585]
% 13.90/14.13  compose(codomain(compose(codomain(compose(A,codomain(domain(domain(A))))),
% 13.90/14.13                   codomain(A))),A) -> A
% 13.90/14.13  Current number of equations to process: 4927
% 13.90/14.13  Current number of ordered equations: 0
% 13.90/14.13  Current number of rules: 582
% 13.90/14.13  New rule produced :
% 13.90/14.13  [586]
% 13.90/14.13  compose(codomain(compose(codomain(A),codomain(compose(A,codomain(domain(
% 13.90/14.13                                                                   domain(A))))))),A)
% 13.90/14.13  -> A
% 13.90/14.13  Current number of equations to process: 4926
% 13.90/14.13  Current number of ordered equations: 0
% 13.90/14.13  Current number of rules: 583
% 13.90/14.13  New rule produced :
% 13.90/14.13  [587]
% 13.90/14.13  ifeq2(there_exists(A),true,domain(codomain(compose(A,codomain(domain(A))))),
% 13.90/14.13  codomain(A)) -> codomain(A)
% 13.90/14.13  Current number of equations to process: 4925
% 13.90/14.13  Current number of ordered equations: 0
% 13.90/14.13  Current number of rules: 584
% 13.90/14.13  New rule produced :
% 13.90/14.13  [588]
% 13.90/14.13  ifeq2(there_exists(A),true,domain(codomain(compose(codomain(A),codomain(A)))),
% 13.90/14.13  codomain(A)) -> codomain(A)
% 13.90/14.13  Current number of equations to process: 4924
% 13.90/14.13  Current number of ordered equations: 0
% 13.90/14.13  Current number of rules: 585
% 13.90/14.13  New rule produced :
% 13.90/14.13  [589]
% 13.90/14.13  compose(codomain(codomain(codomain(compose(A,codomain(domain(domain(domain(A)))))))),A)
% 13.90/14.13  -> A
% 13.90/14.13  Current number of equations to process: 4958
% 13.90/14.13  Current number of ordered equations: 0
% 13.90/14.14  Current number of rules: 586
% 13.90/14.14  New rule produced :
% 13.90/14.14  [590]
% 13.90/14.14  compose(codomain(codomain(codomain(compose(A,codomain(domain(domain(domain(
% 13.90/14.14                                                                      domain(A))))))))),A)
% 13.90/14.14  -> A
% 13.90/14.14  Current number of equations to process: 4990
% 13.90/14.14  Current number of ordered equations: 0
% 13.90/14.14  Current number of rules: 587
% 13.90/14.14  New rule produced :
% 13.90/14.14  [591]
% 13.90/14.14  compose(codomain(codomain(codomain(codomain(compose(A,codomain(domain(
% 13.90/14.14                                                                 domain(
% 13.90/14.14                                                                 domain(A))))))))),A)
% 13.90/14.14  -> A
% 13.90/14.14  Current number of equations to process: 2386
% 13.90/14.14  Current number of ordered equations: 0
% 13.90/14.14  Current number of rules: 588
% 13.90/14.14  New rule produced :
% 13.90/14.14  [592]
% 13.90/14.14  compose(A,domain(compose(domain(A),domain(compose(domain(codomain(codomain(
% 13.90/14.14                                                                    codomain(A)))),A)))))
% 13.90/14.14  -> A
% 13.90/14.14  Current number of equations to process: 2453
% 13.90/14.14  Current number of ordered equations: 0
% 13.90/14.14  Current number of rules: 589
% 13.90/14.14  New rule produced :
% 14.01/14.23  [593]
% 14.01/14.23  compose(A,domain(domain(domain(domain(domain(compose(domain(codomain(
% 14.01/14.23                                                              codomain(
% 14.01/14.23                                                              codomain(A)))),A)))))))
% 14.01/14.23  -> A
% 14.01/14.23  Current number of equations to process: 2452
% 14.01/14.23  Current number of ordered equations: 0
% 14.01/14.23  Current number of rules: 590
% 14.01/14.23  New rule produced :
% 14.01/14.23  [594]
% 14.01/14.23  ifeq(there_exists(A),true,there_exists(domain(codomain(codomain(compose(A,
% 14.01/14.23                                                                  codomain(
% 14.01/14.23                                                                  domain(A))))))),true)
% 14.01/14.23  -> true
% 14.01/14.23  Current number of equations to process: 2451
% 14.01/14.23  Current number of ordered equations: 0
% 14.01/14.23  Current number of rules: 591
% 14.01/14.23  New rule produced :
% 14.01/14.23  [595]
% 14.01/14.23  compose(codomain(compose(A,codomain(compose(B,codomain(domain(B)))))),
% 14.01/14.23  compose(A,B)) -> compose(A,B)
% 14.01/14.23  Current number of equations to process: 2450
% 14.01/14.23  Current number of ordered equations: 0
% 14.01/14.23  Current number of rules: 592
% 14.01/14.23  New rule produced :
% 14.01/14.23  [596]
% 14.01/14.23  compose(codomain(compose(codomain(compose(A,codomain(domain(A)))),codomain(
% 14.01/14.23                                                                    codomain(
% 14.01/14.23                                                                    codomain(A))))),A)
% 14.01/14.23  -> A
% 14.01/14.23  Current number of equations to process: 2449
% 14.01/14.23  Current number of ordered equations: 0
% 14.01/14.23  Current number of rules: 593
% 14.01/14.23  New rule produced :
% 14.01/14.23  [597]
% 14.01/14.23  compose(codomain(codomain(codomain(codomain(codomain(codomain(codomain(
% 14.01/14.23                                                                compose(A,
% 14.01/14.23                                                                codomain(
% 14.01/14.23                                                                domain(A)))))))))),A)
% 14.01/14.23  -> A
% 14.01/14.23  Current number of equations to process: 2448
% 14.01/14.23  Current number of ordered equations: 0
% 14.01/14.23  Current number of rules: 594
% 14.01/14.23  New rule produced :
% 14.01/14.23  [598]
% 14.01/14.23  compose(codomain(compose(codomain(codomain(codomain(A))),codomain(compose(A,
% 14.01/14.23                                                                    codomain(
% 14.01/14.23                                                                    domain(A)))))),A)
% 14.01/14.23  -> A
% 14.01/14.23  Current number of equations to process: 2447
% 14.01/14.23  Current number of ordered equations: 0
% 14.01/14.23  Current number of rules: 595
% 14.01/14.23  New rule produced :
% 14.01/14.23  [599]
% 14.01/14.23  compose(codomain(codomain(compose(codomain(compose(A,codomain(domain(A)))),
% 14.01/14.23                            codomain(codomain(A))))),A) -> A
% 14.01/14.23  Current number of equations to process: 2446
% 14.01/14.23  Current number of ordered equations: 0
% 14.01/14.23  Current number of rules: 596
% 14.01/14.23  New rule produced :
% 14.01/14.23  [600]
% 14.01/14.23  compose(codomain(codomain(compose(codomain(codomain(A)),codomain(compose(A,
% 14.01/14.23                                                                   codomain(
% 14.01/14.23                                                                   domain(A))))))),A)
% 14.01/14.23  -> A
% 14.01/14.23  Current number of equations to process: 2445
% 14.01/14.23  Current number of ordered equations: 0
% 14.01/14.23  Current number of rules: 597
% 14.01/14.23  New rule produced :
% 14.01/14.23  [601]
% 14.01/14.23  ifeq(there_exists(A),true,there_exists(domain(codomain(codomain(compose(
% 14.01/14.23                                                                  codomain(A),
% 14.01/14.23                                                                  codomain(A)))))),true)
% 14.01/14.23  -> true
% 14.01/14.23  Current number of equations to process: 2444
% 14.01/14.23  Current number of ordered equations: 0
% 14.01/14.23  Current number of rules: 598
% 14.01/14.23  New rule produced :
% 14.01/14.23  [602]
% 14.01/14.23  compose(codomain(compose(A,codomain(compose(codomain(B),codomain(B))))),
% 14.01/14.23  compose(A,B)) -> compose(A,B)
% 14.01/14.23  Current number of equations to process: 2443
% 14.01/14.23  Current number of ordered equations: 0
% 14.01/14.23  Current number of rules: 599
% 14.01/14.23  New rule produced :
% 14.01/14.23  [603]
% 14.01/14.23  compose(codomain(compose(codomain(compose(codomain(A),codomain(A))),codomain(
% 14.01/14.23                                                                      codomain(
% 14.01/14.23                                                                      codomain(A))))),A)
% 14.01/14.23  -> A
% 14.01/14.23  Current number of equations to process: 2442
% 14.01/14.23  Current number of ordered equations: 0
% 14.01/14.23  Current number of rules: 600
% 14.01/14.23  New rule produced :
% 14.01/14.23  [604]
% 14.01/14.23  compose(codomain(codomain(codomain(codomain(codomain(codomain(codomain(
% 14.01/14.23                                                                compose(
% 14.01/14.23                                                                codomain(A),
% 14.11/14.33                                                                codomain(A))))))))),A)
% 14.11/14.33  -> A
% 14.11/14.33  Current number of equations to process: 2441
% 14.11/14.33  Current number of ordered equations: 0
% 14.11/14.33  Current number of rules: 601
% 14.11/14.33  New rule produced :
% 14.11/14.33  [605]
% 14.11/14.33  compose(codomain(compose(codomain(codomain(codomain(A))),codomain(compose(
% 14.11/14.33                                                                    codomain(A),
% 14.11/14.33                                                                    codomain(A))))),A)
% 14.11/14.33  -> A
% 14.11/14.33  Current number of equations to process: 2440
% 14.11/14.33  Current number of ordered equations: 0
% 14.11/14.33  Current number of rules: 602
% 14.11/14.33  New rule produced :
% 14.11/14.33  [606]
% 14.11/14.33  compose(codomain(codomain(compose(codomain(compose(codomain(A),codomain(A))),
% 14.11/14.33                            codomain(codomain(A))))),A) -> A
% 14.11/14.33  Current number of equations to process: 2439
% 14.11/14.33  Current number of ordered equations: 0
% 14.11/14.33  Current number of rules: 603
% 14.11/14.33  New rule produced :
% 14.11/14.33  [607]
% 14.11/14.33  compose(codomain(codomain(compose(codomain(codomain(A)),codomain(compose(
% 14.11/14.33                                                                   codomain(A),
% 14.11/14.33                                                                   codomain(A)))))),A)
% 14.11/14.33  -> A
% 14.11/14.33  Current number of equations to process: 2438
% 14.11/14.33  Current number of ordered equations: 0
% 14.11/14.33  Current number of rules: 604
% 14.11/14.33  New rule produced :
% 14.11/14.33  [608]
% 14.11/14.33  ifeq(there_exists(A),true,there_exists(domain(codomain(compose(A,codomain(
% 14.11/14.33                                                                   domain(
% 14.11/14.33                                                                   domain(A))))))),true)
% 14.11/14.33  -> true
% 14.11/14.33  Current number of equations to process: 2437
% 14.11/14.33  Current number of ordered equations: 0
% 14.11/14.33  Current number of rules: 605
% 14.11/14.33  New rule produced :
% 14.11/14.33  [609]
% 14.11/14.33  compose(codomain(compose(codomain(compose(A,codomain(domain(domain(A))))),
% 14.11/14.33                   codomain(codomain(A)))),A) -> A
% 14.11/14.33  Current number of equations to process: 2436
% 14.11/14.33  Current number of ordered equations: 0
% 14.11/14.33  Current number of rules: 606
% 14.11/14.33  New rule produced :
% 14.11/14.33  [610]
% 14.11/14.33  compose(codomain(compose(codomain(codomain(A)),codomain(compose(A,codomain(
% 14.11/14.33                                                                    domain(
% 14.11/14.33                                                                    domain(A))))))),A)
% 14.11/14.33  -> A
% 14.11/14.33  Current number of equations to process: 2435
% 14.11/14.33  Current number of ordered equations: 0
% 14.11/14.33  Current number of rules: 607
% 14.11/14.33  New rule produced :
% 14.11/14.33  [611]
% 14.11/14.33  compose(codomain(codomain(codomain(codomain(codomain(codomain(compose(A,
% 14.11/14.33                                                                codomain(
% 14.11/14.33                                                                domain(
% 14.11/14.33                                                                domain(A)))))))))),A)
% 14.11/14.33  -> A
% 14.11/14.33  Current number of equations to process: 2434
% 14.11/14.33  Current number of ordered equations: 0
% 14.11/14.33  Current number of rules: 608
% 14.11/14.33  New rule produced :
% 14.11/14.33  [612]
% 14.11/14.33  compose(codomain(codomain(compose(codomain(compose(A,codomain(domain(
% 14.11/14.33                                                                domain(A))))),
% 14.11/14.33                            codomain(A)))),A) -> A
% 14.11/14.33  Current number of equations to process: 2433
% 14.11/14.33  Current number of ordered equations: 0
% 14.11/14.33  Current number of rules: 609
% 14.11/14.33  New rule produced :
% 14.11/14.33  [613]
% 14.11/14.33  compose(codomain(codomain(compose(codomain(A),codomain(compose(A,codomain(
% 14.11/14.33                                                                   domain(
% 14.11/14.33                                                                   domain(A)))))))),A)
% 14.11/14.33  -> A
% 14.11/14.33  Current number of equations to process: 2432
% 14.11/14.33  Current number of ordered equations: 0
% 14.11/14.33  Current number of rules: 610
% 14.11/14.33  New rule produced :
% 14.11/14.33  [614]
% 14.11/14.33  compose(codomain(codomain(codomain(compose(A,codomain(domain(compose(
% 14.11/14.33                                                               domain(A),
% 14.11/14.33                                                               domain(A)))))))),A)
% 14.11/14.33  -> A
% 14.11/14.33  Current number of equations to process: 2431
% 14.11/14.33  Current number of ordered equations: 0
% 14.11/14.33  Current number of rules: 611
% 14.11/14.33  New rule produced :
% 14.11/14.33  [615]
% 14.11/14.33  compose(codomain(codomain(codomain(compose(A,codomain(domain(compose(
% 14.11/14.33                                                               domain(codomain(A)),A))))))),A)
% 14.11/14.33  -> A
% 14.11/14.33  Current number of equations to process: 2430
% 14.11/14.33  Current number of ordered equations: 0
% 14.11/14.33  Current number of rules: 612
% 14.42/14.71  New rule produced :
% 14.42/14.71  [616]
% 14.42/14.71  compose(codomain(codomain(codomain(compose(A,codomain(domain(domain(domain(
% 14.42/14.71                                                                      domain(
% 14.42/14.71                                                                      domain(A)))))))))),A)
% 14.42/14.71  -> A
% 14.42/14.71  Current number of equations to process: 2429
% 14.42/14.71  Current number of ordered equations: 0
% 14.42/14.71  Current number of rules: 613
% 14.42/14.71  New rule produced :
% 14.42/14.71  [617]
% 14.42/14.71  compose(codomain(codomain(codomain(compose(codomain(compose(A,codomain(
% 14.42/14.71                                                                domain(A)))),
% 14.42/14.71                                     codomain(A))))),A) -> A
% 14.42/14.71  Current number of equations to process: 2428
% 14.42/14.71  Current number of ordered equations: 0
% 14.42/14.71  Current number of rules: 614
% 14.42/14.71  New rule produced :
% 14.42/14.71  [618]
% 14.42/14.71  compose(codomain(codomain(codomain(compose(codomain(compose(codomain(A),
% 14.42/14.71                                                      codomain(A))),codomain(A))))),A)
% 14.42/14.71  -> A
% 14.42/14.71  Current number of equations to process: 2427
% 14.42/14.71  Current number of ordered equations: 0
% 14.42/14.71  Current number of rules: 615
% 14.42/14.71  New rule produced :
% 14.42/14.71  [619]
% 14.42/14.71  compose(codomain(codomain(codomain(codomain(codomain(compose(A,codomain(
% 14.42/14.71                                                                 domain(
% 14.42/14.71                                                                 domain(
% 14.42/14.71                                                                 domain(A)))))))))),A)
% 14.42/14.71  -> A
% 14.42/14.71  Current number of equations to process: 2426
% 14.42/14.71  Current number of ordered equations: 0
% 14.42/14.71  Current number of rules: 616
% 14.42/14.71  New rule produced :
% 14.42/14.71  [620]
% 14.42/14.71  compose(codomain(compose(codomain(compose(A,codomain(domain(domain(domain(A)))))),
% 14.42/14.71                   codomain(A))),A) -> A
% 14.42/14.71  Current number of equations to process: 2425
% 14.42/14.71  Current number of ordered equations: 0
% 14.42/14.71  Current number of rules: 617
% 14.42/14.71  New rule produced :
% 14.42/14.71  [621]
% 14.42/14.71  compose(codomain(compose(codomain(A),codomain(compose(A,codomain(domain(
% 14.42/14.71                                                                   domain(
% 14.42/14.71                                                                   domain(A)))))))),A)
% 14.42/14.71  -> A
% 14.42/14.71  Current number of equations to process: 2424
% 14.42/14.71  Current number of ordered equations: 0
% 14.42/14.71  Current number of rules: 618
% 14.42/14.71  New rule produced :
% 14.42/14.71  [622]
% 14.42/14.71  compose(codomain(codomain(codomain(codomain(compose(A,codomain(domain(
% 14.42/14.71                                                                 domain(
% 14.42/14.71                                                                 domain(
% 14.42/14.71                                                                 domain(A)))))))))),A)
% 14.42/14.71  -> A
% 14.42/14.71  Current number of equations to process: 2423
% 14.42/14.71  Current number of ordered equations: 0
% 14.42/14.71  Current number of rules: 619
% 14.42/14.71  New rule produced :
% 14.42/14.71  [623]
% 14.42/14.71  compose(A,domain(domain(domain(compose(domain(domain(A)),domain(A)))))) -> A
% 14.42/14.71  Current number of equations to process: 2425
% 14.42/14.71  Current number of ordered equations: 0
% 14.42/14.71  Current number of rules: 620
% 14.42/14.71  New rule produced :
% 14.42/14.71  [624]
% 14.42/14.71  compose(A,domain(domain(domain(compose(domain(domain(codomain(A))),A))))) ->
% 14.42/14.71  A
% 14.42/14.71  Current number of equations to process: 2424
% 14.42/14.71  Current number of ordered equations: 0
% 14.42/14.71  Current number of rules: 621
% 14.42/14.71  New rule produced :
% 14.42/14.71  [625]
% 14.42/14.71  compose(A,domain(domain(domain(compose(domain(domain(A)),domain(domain(A)))))))
% 14.42/14.71  -> A
% 14.42/14.71  Current number of equations to process: 2427
% 14.42/14.71  Current number of ordered equations: 0
% 14.42/14.71  Current number of rules: 622
% 14.42/14.71  New rule produced :
% 14.42/14.71  [626]
% 14.42/14.71  compose(A,domain(domain(domain(compose(domain(domain(codomain(codomain(A)))),A)))))
% 14.42/14.71  -> A
% 14.42/14.71  Current number of equations to process: 2426
% 14.42/14.71  Current number of ordered equations: 0
% 14.42/14.71  Current number of rules: 623
% 14.42/14.71  New rule produced :
% 14.42/14.71  [627]
% 14.42/14.71  compose(A,domain(domain(domain(compose(domain(domain(codomain(codomain(
% 14.42/14.71                                                                codomain(A))))),A)))))
% 14.42/14.71  -> A
% 14.42/14.71  Current number of equations to process: 2444
% 14.42/14.71  Current number of ordered equations: 0
% 14.42/14.71  Current number of rules: 624
% 14.42/14.71  New rule produced :
% 14.42/14.71  [628]
% 14.42/14.71  compose(codomain(compose(A,codomain(compose(domain(A),domain(A))))),A) -> A
% 14.42/14.71  Current number of equations to process: 2494
% 14.42/14.71  Current number of ordered equations: 0
% 14.42/14.71  Current number of rules: 625
% 14.42/14.71  New rule produced :
% 14.42/14.71  [629]
% 14.42/14.71  compose(codomain(compose(codomain(A),codomain(compose(domain(codomain(A)),A)))),A)
% 14.42/14.71  -> A
% 14.42/14.71  Current number of equations to process: 2495
% 17.22/17.42  Current number of ordered equations: 0
% 17.22/17.42  Current number of rules: 626
% 17.22/17.42  New rule produced :
% 17.22/17.42  [630]
% 17.22/17.42  compose(A,domain(domain(domain(compose(domain(domain(codomain(codomain(
% 17.22/17.42                                                                codomain(
% 17.22/17.42                                                                codomain(A)))))),A)))))
% 17.22/17.42  -> A
% 17.22/17.42  Current number of equations to process: 2494
% 17.22/17.42  Current number of ordered equations: 0
% 17.22/17.42  Current number of rules: 627
% 17.22/17.42  New rule produced :
% 17.22/17.42  [631]
% 17.22/17.42  compose(codomain(compose(codomain(codomain(A)),codomain(compose(domain(
% 17.22/17.42                                                                  codomain(
% 17.22/17.42                                                                  codomain(A))),A)))),A)
% 17.22/17.42  -> A
% 17.22/17.42  Current number of equations to process: 2641
% 17.22/17.42  Current number of ordered equations: 0
% 17.22/17.42  Current number of rules: 628
% 17.22/17.42  New rule produced :
% 17.22/17.42  [632]
% 17.22/17.42  compose(codomain(compose(codomain(codomain(compose(A,codomain(domain(A))))),
% 17.22/17.42                   codomain(A))),A) -> A
% 17.22/17.42  Current number of equations to process: 2736
% 17.22/17.42  Current number of ordered equations: 0
% 17.22/17.42  Current number of rules: 629
% 17.22/17.42  New rule produced :
% 17.22/17.42  [633]
% 17.22/17.42  compose(codomain(compose(codomain(codomain(compose(codomain(A),codomain(A)))),
% 17.22/17.42                   codomain(A))),A) -> A
% 17.22/17.42  Current number of equations to process: 2735
% 17.22/17.42  Current number of ordered equations: 0
% 17.22/17.42  Current number of rules: 630
% 17.22/17.42  New rule produced :
% 17.22/17.42  [634]
% 17.22/17.42  compose(codomain(compose(codomain(codomain(compose(A,codomain(domain(
% 17.22/17.42                                                                domain(A)))))),
% 17.22/17.42                   codomain(A))),A) -> A
% 17.22/17.42  Current number of equations to process: 2734
% 17.22/17.42  Current number of ordered equations: 0
% 17.22/17.42  Current number of rules: 631
% 17.22/17.42  New rule produced :
% 17.22/17.42  [635]
% 17.22/17.42  compose(codomain(codomain(codomain(compose(codomain(A),codomain(codomain(A)))))),A)
% 17.22/17.42  -> A
% 17.22/17.42  Current number of equations to process: 3177
% 17.22/17.42  Current number of ordered equations: 0
% 17.22/17.42  Current number of rules: 632
% 17.22/17.42  New rule produced :
% 17.22/17.42  [636]
% 17.22/17.42  compose(codomain(codomain(codomain(codomain(compose(codomain(A),codomain(
% 17.22/17.42                                                                  codomain(A))))))),A)
% 17.22/17.42  -> A
% 17.22/17.42  Current number of equations to process: 3240
% 17.22/17.42  Current number of ordered equations: 0
% 17.22/17.42  Current number of rules: 633
% 17.22/17.42  New rule produced :
% 17.22/17.42  [637]
% 17.22/17.42  compose(codomain(codomain(codomain(compose(codomain(A),codomain(codomain(
% 17.22/17.42                                                                  codomain(A))))))),A)
% 17.22/17.42  -> A
% 17.22/17.42  Current number of equations to process: 3249
% 17.22/17.42  Current number of ordered equations: 0
% 17.22/17.42  Current number of rules: 634
% 17.22/17.42  New rule produced :
% 17.22/17.42  [638]
% 17.22/17.42  compose(codomain(compose(codomain(A),codomain(codomain(compose(A,codomain(
% 17.22/17.42                                                                   domain(A))))))),A)
% 17.22/17.42  -> A
% 17.22/17.42  Current number of equations to process: 3312
% 17.22/17.42  Current number of ordered equations: 0
% 17.22/17.42  Current number of rules: 635
% 17.22/17.42  New rule produced :
% 17.22/17.42  [639]
% 17.22/17.42  compose(codomain(compose(codomain(A),codomain(codomain(compose(codomain(A),
% 17.22/17.42                                                         codomain(A)))))),A) ->
% 17.22/17.42  A
% 17.22/17.42  Current number of equations to process: 3311
% 17.22/17.42  Current number of ordered equations: 0
% 17.22/17.42  Current number of rules: 636
% 17.22/17.42  New rule produced :
% 17.22/17.42  [640]
% 17.22/17.42  compose(codomain(codomain(codomain(codomain(codomain(compose(codomain(A),
% 17.22/17.42                                                       codomain(codomain(A)))))))),A)
% 17.22/17.42  -> A
% 17.22/17.42  Current number of equations to process: 3310
% 17.22/17.42  Current number of ordered equations: 0
% 17.22/17.42  Current number of rules: 637
% 17.22/17.42  New rule produced :
% 17.22/17.42  [641]
% 17.22/17.42  compose(codomain(compose(codomain(compose(codomain(A),codomain(codomain(A)))),
% 17.22/17.42                   codomain(A))),A) -> A
% 17.22/17.42  Current number of equations to process: 3309
% 17.22/17.42  Current number of ordered equations: 0
% 17.22/17.42  Current number of rules: 638
% 17.22/17.42  New rule produced :
% 17.22/17.42  [642]
% 17.22/17.42  compose(codomain(compose(codomain(A),codomain(compose(codomain(A),codomain(
% 17.22/17.42                                                                    codomain(A)))))),A)
% 17.22/17.42  -> A
% 17.22/17.42  Current number of equations to process: 3308
% 17.22/17.42  Current number of ordered equations: 0
% 17.22/17.42  Current number of rules: 639
% 17.22/17.42  New rule produced :
% 17.22/17.42  [643]
% 17.22/17.42  compose(codomain(codomain(codomain(codomain(compose(codomain(A),codomain(
% 17.22/17.42                                                                  codomain(
% 17.51/17.72                                                                  codomain(A)))))))),A)
% 17.51/17.72  -> A
% 17.51/17.72  Current number of equations to process: 3307
% 17.51/17.72  Current number of ordered equations: 0
% 17.51/17.72  Current number of rules: 640
% 17.51/17.72  New rule produced :
% 17.51/17.72  [644]
% 17.51/17.72  compose(codomain(codomain(codomain(compose(codomain(A),codomain(codomain(
% 17.51/17.72                                                                  codomain(
% 17.51/17.72                                                                  codomain(A)))))))),A)
% 17.51/17.72  -> A
% 17.51/17.72  Current number of equations to process: 3382
% 17.51/17.72  Current number of ordered equations: 0
% 17.51/17.72  Current number of rules: 641
% 17.51/17.72  New rule produced :
% 17.51/17.72  [645]
% 17.51/17.72  compose(codomain(compose(codomain(A),codomain(codomain(compose(A,codomain(
% 17.51/17.72                                                                   domain(
% 17.51/17.72                                                                   domain(A)))))))),A)
% 17.51/17.72  -> A
% 17.51/17.72  Current number of equations to process: 3386
% 17.51/17.72  Current number of ordered equations: 0
% 17.51/17.72  Current number of rules: 642
% 17.51/17.72  New rule produced :
% 17.51/17.72  [646]
% 17.51/17.72  ifeq(there_exists(A),true,there_exists(domain(codomain(compose(codomain(A),
% 17.51/17.72                                                         codomain(codomain(A)))))),true)
% 17.51/17.72  -> true
% 17.51/17.72  Current number of equations to process: 3385
% 17.51/17.72  Current number of ordered equations: 0
% 17.51/17.72  Current number of rules: 643
% 17.51/17.72  New rule produced :
% 17.51/17.72  [647]
% 17.51/17.72  compose(codomain(compose(codomain(compose(codomain(A),codomain(codomain(A)))),
% 17.51/17.72                   codomain(codomain(A)))),A) -> A
% 17.51/17.72  Current number of equations to process: 3384
% 17.51/17.72  Current number of ordered equations: 0
% 17.51/17.72  Current number of rules: 644
% 17.51/17.72  New rule produced :
% 17.51/17.72  [648]
% 17.51/17.72  compose(codomain(compose(codomain(codomain(A)),codomain(compose(codomain(A),
% 17.51/17.72                                                          codomain(codomain(A)))))),A)
% 17.51/17.72  -> A
% 17.51/17.72  Current number of equations to process: 3383
% 17.51/17.72  Current number of ordered equations: 0
% 17.51/17.72  Current number of rules: 645
% 17.51/17.72  New rule produced :
% 17.51/17.72  [649]
% 17.51/17.72  compose(codomain(codomain(codomain(codomain(codomain(codomain(compose(
% 17.51/17.72                                                                codomain(A),
% 17.51/17.72                                                                codomain(
% 17.51/17.72                                                                codomain(A))))))))),A)
% 17.51/17.72  -> A
% 17.51/17.72  Current number of equations to process: 3382
% 17.51/17.72  Current number of ordered equations: 0
% 17.51/17.72  Current number of rules: 646
% 17.51/17.72  New rule produced :
% 17.51/17.72  [650]
% 17.51/17.72  compose(codomain(codomain(compose(codomain(compose(codomain(A),codomain(
% 17.51/17.72                                                                 codomain(A)))),
% 17.51/17.72                            codomain(A)))),A) -> A
% 17.51/17.72  Current number of equations to process: 3381
% 17.51/17.72  Current number of ordered equations: 0
% 17.51/17.72  Current number of rules: 647
% 17.51/17.72  New rule produced :
% 17.51/17.72  [651]
% 17.51/17.72  compose(codomain(codomain(compose(codomain(A),codomain(compose(codomain(A),
% 17.51/17.72                                                         codomain(codomain(A))))))),A)
% 17.51/17.72  -> A
% 17.51/17.72  Current number of equations to process: 3380
% 17.51/17.72  Current number of ordered equations: 0
% 17.51/17.72  Current number of rules: 648
% 17.51/17.72  New rule produced :
% 17.51/17.72  [652]
% 17.51/17.72  compose(codomain(compose(codomain(codomain(compose(codomain(A),codomain(
% 17.51/17.72                                                                 codomain(A))))),
% 17.51/17.72                   codomain(A))),A) -> A
% 17.51/17.72  Current number of equations to process: 3379
% 17.51/17.72  Current number of ordered equations: 0
% 17.51/17.72  Current number of rules: 649
% 17.51/17.72  New rule produced :
% 17.51/17.72  [653]
% 17.51/17.72  compose(codomain(compose(codomain(A),codomain(codomain(compose(codomain(A),
% 17.51/17.72                                                         codomain(codomain(A))))))),A)
% 17.51/17.72  -> A
% 17.51/17.72  Current number of equations to process: 3378
% 17.51/17.72  Current number of ordered equations: 0
% 17.51/17.72  Current number of rules: 650
% 17.51/17.72  New rule produced :
% 17.51/17.72  [654]
% 17.51/17.72  compose(codomain(codomain(codomain(codomain(codomain(compose(codomain(A),
% 17.51/17.72                                                       codomain(codomain(
% 17.51/17.72                                                                codomain(A))))))))),A)
% 17.51/17.72  -> A
% 17.51/17.72  Current number of equations to process: 3377
% 17.51/17.72  Current number of ordered equations: 0
% 17.51/17.72  Current number of rules: 651
% 17.51/17.72  New rule produced :
% 17.51/17.72  [655]
% 17.51/17.72  compose(codomain(compose(codomain(compose(codomain(A),codomain(codomain(
% 19.30/19.53                                                                 codomain(A))))),
% 19.30/19.53                   codomain(A))),A) -> A
% 19.30/19.53  Current number of equations to process: 3376
% 19.30/19.53  Current number of ordered equations: 0
% 19.30/19.53  Current number of rules: 652
% 19.30/19.53  New rule produced :
% 19.30/19.53  [656]
% 19.30/19.53  compose(codomain(compose(codomain(A),codomain(compose(codomain(A),codomain(
% 19.30/19.53                                                                    codomain(
% 19.30/19.53                                                                    codomain(A))))))),A)
% 19.30/19.53  -> A
% 19.30/19.53  Current number of equations to process: 3375
% 19.30/19.53  Current number of ordered equations: 0
% 19.30/19.53  Current number of rules: 653
% 19.30/19.53  New rule produced :
% 19.30/19.53  [657]
% 19.30/19.53  compose(codomain(codomain(codomain(codomain(compose(codomain(A),codomain(
% 19.30/19.53                                                                  codomain(
% 19.30/19.53                                                                  codomain(
% 19.30/19.53                                                                  codomain(A))))))))),A)
% 19.30/19.53  -> A
% 19.30/19.53  Current number of equations to process: 3374
% 19.30/19.53  Current number of ordered equations: 0
% 19.30/19.53  Current number of rules: 654
% 19.30/19.53  New rule produced :
% 19.30/19.53  [658]
% 19.30/19.53  ifeq2(there_exists(A),true,domain(codomain(codomain(compose(A,codomain(
% 19.30/19.53                                                                domain(A)))))),
% 19.30/19.53  codomain(A)) -> codomain(A)
% 19.30/19.53  Current number of equations to process: 3373
% 19.30/19.53  Current number of ordered equations: 0
% 19.30/19.53  Current number of rules: 655
% 19.30/19.53  New rule produced :
% 19.30/19.53  [659]
% 19.30/19.53  ifeq2(there_exists(A),true,domain(codomain(codomain(compose(codomain(A),
% 19.30/19.53                                                      codomain(A))))),codomain(A))
% 19.30/19.53  -> codomain(A)
% 19.30/19.53  Current number of equations to process: 3372
% 19.30/19.53  Current number of ordered equations: 0
% 19.30/19.53  Current number of rules: 656
% 19.30/19.53  New rule produced :
% 19.30/19.53  [660]
% 19.30/19.53  ifeq2(there_exists(A),true,domain(codomain(compose(A,codomain(domain(
% 19.30/19.53                                                                domain(A)))))),
% 19.30/19.53  codomain(A)) -> codomain(A)
% 19.30/19.53  Current number of equations to process: 3371
% 19.30/19.53  Current number of ordered equations: 0
% 19.30/19.53  Current number of rules: 657
% 19.30/19.53  New rule produced :
% 19.30/19.53  [661]
% 19.30/19.53  ifeq2(there_exists(A),true,domain(codomain(compose(codomain(A),codomain(
% 19.30/19.53                                                                 codomain(A))))),
% 19.30/19.53  codomain(A)) -> codomain(A)
% 19.30/19.53  Current number of equations to process: 3370
% 19.30/19.53  Current number of ordered equations: 0
% 19.30/19.53  Current number of rules: 658
% 19.30/19.53  New rule produced :
% 19.30/19.53  [662]
% 19.30/19.53  compose(A,domain(domain(domain(compose(domain(domain(domain(A))),domain(A))))))
% 19.30/19.53  -> A
% 19.30/19.53  Current number of equations to process: 3744
% 19.30/19.53  Current number of ordered equations: 0
% 19.30/19.53  Current number of rules: 659
% 19.30/19.53  New rule produced :
% 19.30/19.53  [663]
% 19.30/19.53  compose(A,domain(domain(domain(compose(domain(domain(domain(domain(A)))),
% 19.30/19.53                                 domain(A)))))) -> A
% 19.30/19.53  Current number of equations to process: 3745
% 19.30/19.53  Current number of ordered equations: 0
% 19.30/19.53  Current number of rules: 660
% 19.30/19.53  New rule produced :
% 19.30/19.53  [664]
% 19.30/19.53  compose(A,domain(domain(domain(compose(domain(compose(domain(A),domain(A))),
% 19.30/19.53                                 domain(A)))))) -> A
% 19.30/19.53  Current number of equations to process: 3758
% 19.30/19.53  Current number of ordered equations: 0
% 19.30/19.53  Current number of rules: 661
% 19.30/19.53  New rule produced :
% 19.30/19.53  [665]
% 19.30/19.53  compose(A,domain(domain(domain(compose(domain(compose(domain(codomain(A)),A)),
% 19.30/19.53                                 domain(A)))))) -> A
% 19.30/19.53  Current number of equations to process: 3757
% 19.30/19.53  Current number of ordered equations: 0
% 19.30/19.53  Current number of rules: 662
% 19.30/19.53  New rule produced :
% 19.30/19.53  [666]
% 19.30/19.53  compose(A,domain(domain(domain(compose(domain(domain(domain(domain(domain(A))))),
% 19.30/19.53                                 domain(A)))))) -> A
% 19.30/19.53  Current number of equations to process: 3800
% 19.30/19.53  Current number of ordered equations: 0
% 19.30/19.53  Current number of rules: 663
% 19.30/19.53  New rule produced :
% 19.30/19.53  [667]
% 19.30/19.53  compose(A,domain(domain(domain(compose(domain(domain(domain(codomain(A)))),A)))))
% 19.30/19.53  -> A
% 19.30/19.53  Current number of equations to process: 3801
% 19.30/19.53  Current number of ordered equations: 0
% 19.30/19.53  Current number of rules: 664
% 19.30/19.53  New rule produced :
% 19.30/19.53  [668]
% 19.30/19.53  compose(A,domain(domain(domain(compose(domain(domain(domain(A))),domain(
% 19.30/19.53                                                                   domain(A)))))))
% 19.30/19.53  -> A
% 19.30/19.53  Current number of equations to process: 3807
% 19.30/19.53  Current number of ordered equations: 0
% 24.08/24.28  Current number of rules: 665
% 24.08/24.28  New rule produced :
% 24.08/24.28  [669]
% 24.08/24.28  compose(A,domain(domain(domain(compose(domain(domain(domain(codomain(
% 24.08/24.28                                                              codomain(A))))),A)))))
% 24.08/24.28  -> A
% 24.08/24.28  Current number of equations to process: 3806
% 24.08/24.28  Current number of ordered equations: 0
% 24.08/24.28  Current number of rules: 666
% 24.08/24.28  New rule produced :
% 24.08/24.28  [670]
% 24.08/24.28  compose(A,domain(domain(domain(compose(domain(domain(domain(A))),domain(
% 24.08/24.28                                                                   domain(
% 24.08/24.28                                                                   domain(A))))))))
% 24.08/24.28  -> A
% 24.08/24.28  Current number of equations to process: 3828
% 24.08/24.28  Current number of ordered equations: 0
% 24.08/24.28  Current number of rules: 667
% 24.08/24.28  New rule produced :
% 24.08/24.28  [671]
% 24.08/24.28  compose(A,domain(domain(domain(compose(domain(domain(domain(codomain(
% 24.08/24.28                                                              codomain(
% 24.08/24.28                                                              codomain(A)))))),A)))))
% 24.08/24.28  -> A
% 24.08/24.28  Current number of equations to process: 3827
% 24.08/24.28  Current number of ordered equations: 0
% 24.08/24.28  Current number of rules: 668
% 24.08/24.28  New rule produced :
% 24.08/24.28  [672]
% 24.08/24.28  compose(codomain(compose(A,codomain(compose(domain(domain(A)),domain(A))))),A)
% 24.08/24.28  -> A
% 24.08/24.28  Current number of equations to process: 3999
% 24.08/24.28  Current number of ordered equations: 0
% 24.08/24.28  Current number of rules: 669
% 24.08/24.28  New rule produced :
% 24.08/24.28  [673]
% 24.08/24.28  compose(codomain(compose(codomain(A),codomain(compose(domain(domain(codomain(A))),A)))),A)
% 24.08/24.28  -> A
% 24.08/24.28  Current number of equations to process: 3999
% 24.08/24.28  Current number of ordered equations: 0
% 24.08/24.28  Current number of rules: 670
% 24.08/24.28  New rule produced :
% 24.08/24.28  [674]
% 24.08/24.28  compose(codomain(compose(A,codomain(compose(domain(domain(A)),domain(
% 24.08/24.28                                                                domain(A)))))),A)
% 24.08/24.28  -> A
% 24.08/24.28  Current number of equations to process: 4018
% 24.08/24.28  Current number of ordered equations: 0
% 24.08/24.28  Current number of rules: 671
% 24.08/24.28  New rule produced :
% 24.08/24.28  [675]
% 24.08/24.28  compose(codomain(compose(codomain(codomain(codomain(compose(A,codomain(
% 24.08/24.28                                                                domain(A)))))),
% 24.08/24.28                   codomain(A))),A) -> A
% 24.08/24.28  Current number of equations to process: 4308
% 24.08/24.28  Current number of ordered equations: 0
% 24.08/24.28  Current number of rules: 672
% 24.08/24.28  New rule produced :
% 24.08/24.28  [676]
% 24.08/24.28  compose(codomain(compose(codomain(codomain(codomain(compose(codomain(A),
% 24.08/24.28                                                      codomain(A))))),codomain(A))),A)
% 24.08/24.28  -> A
% 24.08/24.28  Current number of equations to process: 4307
% 24.08/24.28  Current number of ordered equations: 0
% 24.08/24.28  Current number of rules: 673
% 24.08/24.28  New rule produced :
% 24.08/24.28  [677]
% 24.08/24.28  compose(codomain(compose(codomain(A),codomain(codomain(codomain(compose(A,
% 24.08/24.28                                                                  codomain(
% 24.08/24.28                                                                  domain(A)))))))),A)
% 24.08/24.28  -> A
% 24.08/24.28  Current number of equations to process: 4807
% 24.08/24.28  Current number of ordered equations: 0
% 24.08/24.28  Current number of rules: 674
% 24.08/24.28  New rule produced :
% 24.08/24.28  [678]
% 24.08/24.28  compose(codomain(compose(codomain(A),codomain(codomain(codomain(compose(
% 24.08/24.28                                                                  codomain(A),
% 24.08/24.28                                                                  codomain(A))))))),A)
% 24.08/24.28  -> A
% 24.08/24.28  Current number of equations to process: 4806
% 24.08/24.28  Current number of ordered equations: 0
% 24.08/24.28  Current number of rules: 675
% 24.08/24.28  New rule produced :
% 24.08/24.28  [679]
% 24.08/24.28  compose(codomain(compose(codomain(A),codomain(domain(codomain(A))))),A) -> A
% 24.08/24.28  Current number of equations to process: 4927
% 24.08/24.28  Current number of ordered equations: 0
% 24.08/24.28  Current number of rules: 676
% 24.08/24.28  New rule produced :
% 24.08/24.28  [680]
% 24.08/24.28  compose(codomain(compose(codomain(codomain(A)),codomain(domain(codomain(
% 24.08/24.28                                                                 codomain(A)))))),A)
% 24.08/24.28  -> A
% 24.08/24.28  Current number of equations to process: 4940
% 24.08/24.28  Current number of ordered equations: 0
% 24.08/24.28  Current number of rules: 677
% 24.08/24.28  New rule produced :
% 24.08/24.28  [681]
% 24.08/24.28  compose(A,domain(compose(domain(codomain(compose(A,codomain(domain(A))))),A)))
% 24.08/24.28  -> A
% 24.08/24.28  Current number of equations to process: 4939
% 24.08/24.28  Current number of ordered equations: 0
% 24.08/24.28  Current number of rules: 678
% 24.08/24.28  New rule produced :
% 24.08/24.28  [682]
% 24.08/24.28  compose(codomain(compose(codomain(A),codomain(domain(codomain(A))))),
% 24.08/24.28  compose(A,B)) -> compose(A,B)
% 25.31/25.58  Current number of equations to process: 1624
% 25.31/25.58  Current number of ordered equations: 0
% 25.31/25.58  Current number of rules: 679
% 25.31/25.58  New rule produced :
% 25.31/25.58  [683]
% 25.31/25.58  compose(codomain(codomain(codomain(compose(A,codomain(domain(A)))))),
% 25.31/25.58  compose(A,B)) -> compose(A,B)
% 25.31/25.58  Current number of equations to process: 1623
% 25.31/25.58  Current number of ordered equations: 0
% 25.31/25.58  Current number of rules: 680
% 25.31/25.58  New rule produced :
% 25.31/25.58  [684]
% 25.31/25.58  compose(A,domain(compose(domain(domain(codomain(compose(A,codomain(domain(A)))))),A)))
% 25.31/25.58  -> A
% 25.31/25.58  Current number of equations to process: 1622
% 25.31/25.58  Current number of ordered equations: 0
% 25.31/25.58  Current number of rules: 681
% 25.31/25.58  New rule produced :
% 25.31/25.58  [685]
% 25.31/25.58  compose(A,domain(domain(compose(domain(codomain(compose(A,codomain(domain(A))))),A))))
% 25.31/25.58  -> A
% 25.31/25.58  Current number of equations to process: 1621
% 25.31/25.58  Current number of ordered equations: 0
% 25.31/25.58  Current number of rules: 682
% 25.31/25.58  New rule produced :
% 25.31/25.58  [686]
% 25.31/25.58  compose(A,domain(compose(domain(codomain(compose(codomain(A),codomain(A)))),A)))
% 25.31/25.58  -> A
% 25.31/25.58  Current number of equations to process: 1630
% 25.31/25.58  Current number of ordered equations: 0
% 25.31/25.58  Current number of rules: 683
% 25.31/25.58  New rule produced :
% 25.31/25.58  [687]
% 25.31/25.58  compose(codomain(compose(codomain(A),codomain(domain(domain(codomain(A)))))),A)
% 25.31/25.58  -> A
% 25.31/25.58  Current number of equations to process: 1760
% 25.31/25.58  Current number of ordered equations: 0
% 25.31/25.58  Current number of rules: 684
% 25.31/25.58  New rule produced :
% 25.31/25.58  [688]
% 25.31/25.58  compose(codomain(codomain(codomain(compose(codomain(A),codomain(A))))),
% 25.31/25.58  compose(A,B)) -> compose(A,B)
% 25.31/25.58  Current number of equations to process: 1760
% 25.31/25.58  Current number of ordered equations: 0
% 25.31/25.58  Current number of rules: 685
% 25.31/25.58  New rule produced :
% 25.31/25.58  [689]
% 25.31/25.58  compose(A,domain(compose(domain(domain(codomain(compose(codomain(A),codomain(A))))),A)))
% 25.31/25.58  -> A
% 25.31/25.58  Current number of equations to process: 1759
% 25.31/25.58  Current number of ordered equations: 0
% 25.31/25.58  Current number of rules: 686
% 25.31/25.58  New rule produced :
% 25.31/25.58  [690]
% 25.31/25.58  compose(A,domain(domain(compose(domain(codomain(compose(codomain(A),codomain(A)))),A))))
% 25.31/25.58  -> A
% 25.31/25.58  Current number of equations to process: 1758
% 25.31/25.58  Current number of ordered equations: 0
% 25.31/25.58  Current number of rules: 687
% 25.31/25.58  New rule produced :
% 25.31/25.58  [691]
% 25.31/25.58  compose(codomain(compose(codomain(codomain(A)),codomain(domain(domain(
% 25.31/25.58                                                                 codomain(
% 25.31/25.58                                                                 codomain(A))))))),A)
% 25.31/25.58  -> A
% 25.31/25.58  Current number of equations to process: 1769
% 25.31/25.58  Current number of ordered equations: 0
% 25.31/25.58  Current number of rules: 688
% 25.31/25.58  New rule produced :
% 25.31/25.58  [692]
% 25.31/25.58  compose(A,domain(compose(domain(codomain(compose(A,codomain(domain(domain(A)))))),A)))
% 25.31/25.58  -> A
% 25.31/25.58  Current number of equations to process: 1768
% 25.31/25.58  Current number of ordered equations: 0
% 25.31/25.58  Current number of rules: 689
% 25.31/25.58  New rule produced :
% 25.31/25.58  [693]
% 25.31/25.58  compose(codomain(codomain(codomain(compose(A,codomain(codomain(domain(A))))))),A)
% 25.31/25.58  -> A
% 25.31/25.58  Current number of equations to process: 1908
% 25.31/25.58  Current number of ordered equations: 0
% 25.31/25.58  Current number of rules: 690
% 25.31/25.58  New rule produced :
% 25.31/25.58  [694]
% 25.31/25.58  compose(codomain(codomain(codomain(codomain(compose(A,codomain(codomain(
% 25.31/25.58                                                                 domain(A)))))))),A)
% 25.31/25.58  -> A
% 25.31/25.58  Current number of equations to process: 1983
% 25.31/25.58  Current number of ordered equations: 0
% 25.31/25.58  Current number of rules: 691
% 25.31/25.58  New rule produced :
% 25.31/25.58  [695]
% 25.31/25.58  compose(codomain(compose(codomain(A),codomain(domain(domain(domain(codomain(A))))))),A)
% 25.31/25.58  -> A
% 25.31/25.58  Current number of equations to process: 1987
% 25.31/25.58  Current number of ordered equations: 0
% 25.31/25.58  Current number of rules: 692
% 25.31/25.58  New rule produced :
% 25.31/25.58  [696]
% 25.31/25.58  compose(codomain(codomain(codomain(codomain(codomain(compose(A,codomain(
% 25.31/25.58                                                                 codomain(
% 25.31/25.58                                                                 domain(A))))))))),A)
% 25.31/25.58  -> A
% 25.31/25.58  Current number of equations to process: 1986
% 25.31/25.58  Current number of ordered equations: 0
% 25.31/25.58  Current number of rules: 693
% 25.31/25.58  New rule produced :
% 25.31/25.58  [697]
% 25.31/25.58  compose(codomain(compose(codomain(compose(A,codomain(codomain(domain(A))))),
% 25.31/25.58                   codomain(A))),A) -> A
% 25.31/25.58  Current number of equations to process: 1985
% 25.31/25.58  Current number of ordered equations: 0
% 25.31/25.58  Current number of rules: 694
% 25.31/25.58  New rule produced :
% 25.31/25.58  [698]
% 25.31/25.58  compose(codomain(compose(codomain(A),codomain(compose(A,codomain(codomain(
% 25.31/25.58                                                                   domain(A))))))),A)
% 25.51/25.72  -> A
% 25.51/25.72  Current number of equations to process: 1984
% 25.51/25.72  Current number of ordered equations: 0
% 25.51/25.72  Current number of rules: 695
% 25.51/25.72  New rule produced :
% 25.51/25.72  [699]
% 25.51/25.72  compose(codomain(codomain(codomain(compose(codomain(A),codomain(codomain(
% 25.51/25.72                                                                  codomain(
% 25.51/25.72                                                                  codomain(
% 25.51/25.72                                                                  codomain(A))))))))),A)
% 25.51/25.72  -> A
% 25.51/25.72  Current number of equations to process: 1983
% 25.51/25.72  Current number of ordered equations: 0
% 25.51/25.72  Current number of rules: 696
% 25.51/25.72  New rule produced :
% 25.51/25.72  [700]
% 25.51/25.72  compose(codomain(codomain(codomain(compose(codomain(A),codomain(compose(A,
% 25.51/25.72                                                                  codomain(
% 25.51/25.72                                                                  domain(A)))))))),A)
% 25.51/25.72  -> A
% 25.51/25.72  Current number of equations to process: 1982
% 25.51/25.72  Current number of ordered equations: 0
% 25.51/25.72  Current number of rules: 697
% 25.51/25.72  New rule produced :
% 25.51/25.72  [701]
% 25.51/25.72  compose(codomain(codomain(codomain(compose(codomain(A),codomain(compose(
% 25.51/25.72                                                                  codomain(A),
% 25.51/25.72                                                                  codomain(A))))))),A)
% 25.51/25.72  -> A
% 25.51/25.72  Current number of equations to process: 1981
% 25.51/25.72  Current number of ordered equations: 0
% 25.51/25.72  Current number of rules: 698
% 25.51/25.72  New rule produced :
% 25.51/25.72  [702]
% 25.51/25.72  compose(codomain(compose(codomain(codomain(codomain(A))),codomain(domain(
% 25.51/25.72                                                                    codomain(
% 25.51/25.72                                                                    codomain(
% 25.51/25.72                                                                    codomain(A))))))),A)
% 25.51/25.72  -> A
% 25.51/25.72  Current number of equations to process: 1980
% 25.51/25.72  Current number of ordered equations: 0
% 25.51/25.72  Current number of rules: 699
% 25.51/25.72  New rule produced :
% 25.51/25.72  [703]
% 25.51/25.72  compose(codomain(codomain(codomain(codomain(compose(A,codomain(domain(A))))))),
% 25.51/25.72  compose(A,B)) -> compose(A,B)
% 25.51/25.72  Current number of equations to process: 1979
% 25.51/25.72  Current number of ordered equations: 0
% 25.51/25.72  Current number of rules: 700
% 25.51/25.72  New rule produced :
% 25.51/25.72  [704]
% 25.51/25.72  compose(A,domain(compose(domain(domain(domain(codomain(compose(A,codomain(
% 25.51/25.72                                                                   domain(A))))))),A)))
% 25.51/25.72  -> A
% 25.51/25.72  Current number of equations to process: 1978
% 25.51/25.72  Current number of ordered equations: 0
% 25.51/25.72  Current number of rules: 701
% 25.51/25.72  New rule produced :
% 25.51/25.72  [705]
% 25.51/25.72  compose(A,domain(domain(compose(domain(domain(codomain(compose(A,codomain(
% 25.51/25.72                                                                   domain(A)))))),A))))
% 25.51/25.72  -> A
% 25.51/25.72  Current number of equations to process: 1977
% 25.51/25.72  Current number of ordered equations: 0
% 25.51/25.72  Current number of rules: 702
% 25.51/25.72  New rule produced :
% 25.51/25.72  [706]
% 25.51/25.72  compose(A,domain(domain(domain(compose(domain(codomain(compose(A,codomain(
% 25.51/25.72                                                                   domain(A))))),A)))))
% 25.51/25.72  -> A
% 25.51/25.72  Current number of equations to process: 1976
% 25.51/25.72  Current number of ordered equations: 0
% 25.51/25.72  Current number of rules: 703
% 25.51/25.72  New rule produced :
% 25.51/25.72  [707]
% 25.51/25.72  compose(codomain(codomain(codomain(codomain(compose(codomain(A),codomain(A)))))),
% 25.51/25.72  compose(A,B)) -> compose(A,B)
% 25.51/25.72  Current number of equations to process: 1975
% 25.51/25.72  Current number of ordered equations: 0
% 25.51/25.72  Current number of rules: 704
% 25.51/25.72  New rule produced :
% 25.51/25.72  [708]
% 25.51/25.72  compose(A,domain(compose(domain(domain(domain(codomain(compose(codomain(A),
% 25.51/25.72                                                         codomain(A)))))),A)))
% 25.51/25.72  -> A
% 25.51/25.72  Current number of equations to process: 1974
% 25.51/25.72  Current number of ordered equations: 0
% 25.51/25.72  Current number of rules: 705
% 25.51/25.72  New rule produced :
% 25.51/25.72  [709]
% 25.51/25.72  compose(A,domain(domain(compose(domain(domain(codomain(compose(codomain(A),
% 25.51/25.72                                                         codomain(A))))),A))))
% 25.51/25.72  -> A
% 25.51/25.72  Current number of equations to process: 1973
% 25.51/25.72  Current number of ordered equations: 0
% 25.51/25.72  Current number of rules: 706
% 25.51/25.72  New rule produced :
% 25.51/25.72  [710]
% 25.51/25.72  compose(A,domain(domain(domain(compose(domain(codomain(compose(codomain(A),
% 25.51/25.72                                                         codomain(A)))),A)))))
% 25.51/25.72  -> A
% 25.51/25.72  Current number of equations to process: 1972
% 25.51/25.72  Current number of ordered equations: 0
% 26.20/26.40  Current number of rules: 707
% 26.20/26.40  New rule produced :
% 26.20/26.40  [711]
% 26.20/26.40  compose(codomain(compose(codomain(A),codomain(domain(domain(codomain(A)))))),
% 26.20/26.40  compose(A,B)) -> compose(A,B)
% 26.20/26.40  Current number of equations to process: 1971
% 26.20/26.40  Current number of ordered equations: 0
% 26.20/26.40  Current number of rules: 708
% 26.20/26.40  New rule produced :
% 26.20/26.40  [712]
% 26.20/26.40  compose(codomain(codomain(codomain(compose(A,codomain(domain(domain(A))))))),
% 26.20/26.40  compose(A,B)) -> compose(A,B)
% 26.20/26.40  Current number of equations to process: 1970
% 26.20/26.40  Current number of ordered equations: 0
% 26.20/26.40  Current number of rules: 709
% 26.20/26.40  New rule produced :
% 26.20/26.40  [713]
% 26.20/26.40  compose(A,domain(compose(domain(domain(codomain(compose(A,codomain(domain(
% 26.20/26.40                                                                     domain(A))))))),A)))
% 26.20/26.40  -> A
% 26.20/26.40  Current number of equations to process: 1969
% 26.20/26.40  Current number of ordered equations: 0
% 26.20/26.40  Current number of rules: 710
% 26.20/26.40  New rule produced :
% 26.20/26.40  [714]
% 26.20/26.40  compose(A,domain(domain(compose(domain(codomain(compose(A,codomain(domain(
% 26.20/26.40                                                                     domain(A)))))),A))))
% 26.20/26.40  -> A
% 26.20/26.40  Current number of equations to process: 1968
% 26.20/26.40  Current number of ordered equations: 0
% 26.20/26.40  Current number of rules: 711
% 26.20/26.40  New rule produced :
% 26.20/26.40  [715]
% 26.20/26.40  ifeq(there_exists(A),true,there_exists(domain(codomain(compose(A,codomain(
% 26.20/26.40                                                                   codomain(
% 26.20/26.40                                                                   domain(A))))))),true)
% 26.20/26.40  -> true
% 26.20/26.40  Current number of equations to process: 1967
% 26.20/26.40  Current number of ordered equations: 0
% 26.20/26.40  Current number of rules: 712
% 26.20/26.40  New rule produced :
% 26.20/26.40  [716]
% 26.20/26.40  compose(codomain(compose(codomain(compose(A,codomain(codomain(domain(A))))),
% 26.20/26.40                   codomain(codomain(A)))),A) -> A
% 26.20/26.40  Current number of equations to process: 1966
% 26.20/26.40  Current number of ordered equations: 0
% 26.20/26.40  Current number of rules: 713
% 26.20/26.40  New rule produced :
% 26.20/26.40  [717]
% 26.20/26.40  compose(codomain(compose(codomain(codomain(A)),codomain(compose(A,codomain(
% 26.20/26.40                                                                    codomain(
% 26.20/26.40                                                                    domain(A))))))),A)
% 26.20/26.40  -> A
% 26.20/26.40  Current number of equations to process: 1965
% 26.20/26.40  Current number of ordered equations: 0
% 26.20/26.40  Current number of rules: 714
% 26.20/26.40  New rule produced :
% 26.20/26.40  [718]
% 26.20/26.40  compose(codomain(codomain(codomain(codomain(codomain(codomain(compose(A,
% 26.20/26.40                                                                codomain(
% 26.20/26.40                                                                codomain(
% 26.20/26.40                                                                domain(A)))))))))),A)
% 26.20/26.40  -> A
% 26.20/26.40  Current number of equations to process: 1964
% 26.20/26.40  Current number of ordered equations: 0
% 26.20/26.40  Current number of rules: 715
% 26.20/26.40  New rule produced :
% 26.20/26.40  [719]
% 26.20/26.40  compose(codomain(codomain(compose(codomain(compose(A,codomain(codomain(
% 26.20/26.40                                                                domain(A))))),
% 26.20/26.40                            codomain(A)))),A) -> A
% 26.20/26.40  Current number of equations to process: 1963
% 26.20/26.40  Current number of ordered equations: 0
% 26.20/26.40  Current number of rules: 716
% 26.20/26.40  New rule produced :
% 26.20/26.40  [720]
% 26.20/26.40  compose(codomain(codomain(compose(codomain(A),codomain(compose(A,codomain(
% 26.20/26.40                                                                   codomain(
% 26.20/26.40                                                                   domain(A)))))))),A)
% 26.20/26.40  -> A
% 26.20/26.40  Current number of equations to process: 1962
% 26.20/26.40  Current number of ordered equations: 0
% 26.20/26.40  Current number of rules: 717
% 26.20/26.40  New rule produced :
% 26.20/26.40  [721]
% 26.20/26.40  compose(codomain(compose(codomain(codomain(compose(A,codomain(codomain(
% 26.20/26.40                                                                domain(A)))))),
% 26.20/26.40                   codomain(A))),A) -> A
% 26.20/26.40  Current number of equations to process: 1961
% 26.20/26.40  Current number of ordered equations: 0
% 26.20/26.40  Current number of rules: 718
% 26.20/26.40  New rule produced :
% 26.20/26.40  [722]
% 26.20/26.40  compose(codomain(compose(codomain(A),codomain(codomain(compose(A,codomain(
% 26.20/26.40                                                                   codomain(
% 26.20/26.40                                                                   domain(A)))))))),A)
% 26.20/26.40  -> A
% 26.20/26.40  Current number of equations to process: 1960
% 26.20/26.40  Current number of ordered equations: 0
% 26.20/26.40  Current number of rules: 719
% 26.20/26.40  New rule produced :
% 26.20/26.40  [723]
% 26.20/26.40  compose(codomain(codomain(codomain(compose(A,codomain(codomain(domain(
% 29.30/29.51                                                                 domain(A)))))))),A)
% 29.30/29.51  -> A
% 29.30/29.51  Current number of equations to process: 2117
% 29.30/29.51  Current number of ordered equations: 0
% 29.30/29.51  Current number of rules: 720
% 29.30/29.51  New rule produced :
% 29.30/29.51  [724]
% 29.30/29.51  compose(codomain(codomain(codomain(compose(codomain(codomain(A)),codomain(
% 29.30/29.51                                                                   codomain(A)))))),A)
% 29.30/29.51  -> A
% 29.30/29.51  Current number of equations to process: 2204
% 29.30/29.51  Current number of ordered equations: 0
% 29.30/29.51  Current number of rules: 721
% 29.30/29.51  New rule produced :
% 29.30/29.51  [725]
% 29.30/29.51  compose(codomain(codomain(codomain(codomain(compose(A,codomain(codomain(
% 29.30/29.51                                                                 domain(
% 29.30/29.51                                                                 domain(A))))))))),A)
% 29.30/29.51  -> A
% 29.30/29.51  Current number of equations to process: 2269
% 29.30/29.51  Current number of ordered equations: 0
% 29.30/29.51  Current number of rules: 722
% 29.30/29.51  New rule produced :
% 29.30/29.51  [726]
% 29.30/29.51  compose(codomain(codomain(codomain(codomain(compose(codomain(codomain(A)),
% 29.30/29.51                                              codomain(codomain(A))))))),A) ->
% 29.30/29.51  A
% 29.30/29.51  Current number of equations to process: 2268
% 29.30/29.51  Current number of ordered equations: 0
% 29.30/29.51  Current number of rules: 723
% 29.30/29.51  New rule produced :
% 29.30/29.51  [727]
% 29.30/29.51  compose(codomain(codomain(codomain(compose(A,codomain(codomain(domain(
% 29.30/29.51                                                                 domain(
% 29.30/29.51                                                                 domain(A))))))))),A)
% 29.30/29.51  -> A
% 29.30/29.51  Current number of equations to process: 2428
% 29.30/29.51  Current number of ordered equations: 0
% 29.30/29.51  Current number of rules: 724
% 29.30/29.51  New rule produced :
% 29.30/29.51  [728]
% 29.30/29.51  compose(codomain(compose(codomain(codomain(A)),codomain(domain(domain(
% 29.30/29.51                                                                 domain(
% 29.30/29.51                                                                 codomain(
% 29.30/29.51                                                                 codomain(A)))))))),A)
% 29.30/29.51  -> A
% 29.30/29.51  Current number of equations to process: 3112
% 29.30/29.51  Current number of ordered equations: 0
% 29.30/29.51  Current number of rules: 725
% 29.30/29.51  New rule produced :
% 29.30/29.51  [729]
% 29.30/29.51  compose(A,domain(compose(domain(codomain(compose(A,codomain(domain(domain(
% 29.30/29.51                                                                     domain(A))))))),A)))
% 29.30/29.51  -> A
% 29.30/29.51  Current number of equations to process: 3111
% 29.30/29.51  Current number of ordered equations: 0
% 29.30/29.51  Current number of rules: 726
% 29.30/29.51  New rule produced :
% 29.30/29.51  [730]
% 29.30/29.51  compose(codomain(codomain(codomain(codomain(codomain(compose(A,codomain(
% 29.30/29.51                                                                 codomain(
% 29.30/29.51                                                                 domain(
% 29.30/29.51                                                                 domain(A)))))))))),A)
% 29.30/29.51  -> A
% 29.30/29.51  Current number of equations to process: 3110
% 29.30/29.51  Current number of ordered equations: 0
% 29.30/29.51  Current number of rules: 727
% 29.30/29.51  New rule produced :
% 29.30/29.51  [731]
% 29.30/29.51  compose(codomain(compose(codomain(compose(A,codomain(codomain(domain(
% 29.30/29.51                                                                domain(A)))))),
% 29.30/29.51                   codomain(A))),A) -> A
% 29.30/29.51  Current number of equations to process: 3109
% 29.30/29.51  Current number of ordered equations: 0
% 29.30/29.51  Current number of rules: 728
% 29.30/29.51  New rule produced :
% 29.30/29.51  [732]
% 29.30/29.51  compose(codomain(compose(codomain(A),codomain(compose(A,codomain(codomain(
% 29.30/29.51                                                                   domain(
% 29.30/29.51                                                                   domain(A)))))))),A)
% 29.30/29.51  -> A
% 29.30/29.51  Current number of equations to process: 3108
% 29.30/29.51  Current number of ordered equations: 0
% 29.30/29.51  Current number of rules: 729
% 29.30/29.51  New rule produced :
% 29.30/29.51  [733]
% 29.30/29.51  compose(codomain(codomain(codomain(codomain(codomain(compose(codomain(
% 29.30/29.51                                                               codomain(A)),
% 29.30/29.51                                                       codomain(codomain(A)))))))),A)
% 29.30/29.51  -> A
% 29.30/29.51  Current number of equations to process: 3107
% 29.30/29.51  Current number of ordered equations: 0
% 29.30/29.51  Current number of rules: 730
% 29.30/29.51  New rule produced :
% 29.30/29.51  [734]
% 29.30/29.51  compose(codomain(compose(codomain(A),codomain(compose(codomain(codomain(A)),
% 29.30/29.51                                                codomain(codomain(A)))))),A) ->
% 29.30/29.51  A
% 29.30/29.51  Current number of equations to process: 3106
% 33.99/34.26  Current number of ordered equations: 0
% 33.99/34.26  Current number of rules: 731
% 33.99/34.26  New rule produced :
% 33.99/34.26  [735]
% 33.99/34.26  compose(codomain(codomain(codomain(codomain(compose(A,codomain(codomain(
% 33.99/34.26                                                                 domain(
% 33.99/34.26                                                                 domain(
% 33.99/34.26                                                                 domain(A)))))))))),A)
% 33.99/34.26  -> A
% 33.99/34.26  Current number of equations to process: 3105
% 33.99/34.26  Current number of ordered equations: 0
% 33.99/34.26  Current number of rules: 732
% 33.99/34.26  New rule produced :
% 33.99/34.26  [736]
% 33.99/34.26  compose(A,domain(compose(domain(compose(domain(codomain(domain(A))),domain(A))),
% 33.99/34.26                   domain(A)))) -> A
% 33.99/34.26  Current number of equations to process: 3104
% 33.99/34.26  Current number of ordered equations: 0
% 33.99/34.26  Current number of rules: 733
% 33.99/34.26  New rule produced :
% 33.99/34.26  [737]
% 33.99/34.26  compose(codomain(compose(A,codomain(domain(compose(domain(codomain(domain(A))),
% 33.99/34.26                                             domain(A)))))),A) -> A
% 33.99/34.26  Current number of equations to process: 3103
% 33.99/34.26  Current number of ordered equations: 0
% 33.99/34.26  Current number of rules: 734
% 33.99/34.26  New rule produced :
% 33.99/34.26  [738]
% 33.99/34.26  compose(codomain(codomain(codomain(compose(A,codomain(codomain(domain(
% 33.99/34.26                                                                 domain(
% 33.99/34.26                                                                 domain(
% 33.99/34.26                                                                 domain(A)))))))))),A)
% 33.99/34.26  -> A
% 33.99/34.26  Current number of equations to process: 3102
% 33.99/34.26  Current number of ordered equations: 0
% 33.99/34.26  Current number of rules: 735
% 33.99/34.26  New rule produced :
% 33.99/34.26  [739]
% 33.99/34.26  compose(A,domain(compose(domain(domain(domain(codomain(domain(A))))),
% 33.99/34.26                   domain(A)))) -> A
% 33.99/34.26  Current number of equations to process: 3801
% 33.99/34.26  Current number of ordered equations: 0
% 33.99/34.26  Current number of rules: 736
% 33.99/34.26  New rule produced :
% 33.99/34.26  [740]
% 33.99/34.26  compose(A,compose(domain(compose(domain(domain(domain(codomain(A)))),A)),B))
% 33.99/34.26  -> compose(A,B)
% 33.99/34.26  Current number of equations to process: 3889
% 33.99/34.26  Current number of ordered equations: 0
% 33.99/34.26  Current number of rules: 737
% 33.99/34.26  New rule produced :
% 33.99/34.26  [741]
% 33.99/34.26  compose(A,domain(compose(domain(domain(domain(codomain(codomain(domain(A)))))),
% 33.99/34.26                   domain(A)))) -> A
% 33.99/34.26  Current number of equations to process: 4069
% 33.99/34.26  Current number of ordered equations: 0
% 33.99/34.26  Current number of rules: 738
% 33.99/34.26  New rule produced :
% 33.99/34.26  [742]
% 33.99/34.26  compose(A,domain(compose(domain(domain(domain(codomain(domain(domain(A)))))),
% 33.99/34.26                   domain(domain(A))))) -> A
% 33.99/34.26  Current number of equations to process: 4161
% 33.99/34.26  Current number of ordered equations: 0
% 33.99/34.26  Current number of rules: 739
% 33.99/34.26  New rule produced :
% 33.99/34.26  [743]
% 33.99/34.26  compose(codomain(compose(A,codomain(domain(compose(domain(domain(domain(
% 33.99/34.26                                                                   codomain(A)))),A))))),A)
% 33.99/34.26  -> A
% 33.99/34.26  Current number of equations to process: 4159
% 33.99/34.26  Current number of ordered equations: 0
% 33.99/34.26  Current number of rules: 740
% 33.99/34.26  New rule produced :
% 33.99/34.26  [744]
% 33.99/34.26  compose(A,compose(domain(compose(domain(domain(domain(A))),domain(domain(A)))),B))
% 33.99/34.26  -> compose(A,B)
% 33.99/34.26  Current number of equations to process: 4158
% 33.99/34.26  Current number of ordered equations: 0
% 33.99/34.26  Current number of rules: 741
% 33.99/34.26  New rule produced :
% 33.99/34.26  [745]
% 33.99/34.26  compose(A,compose(domain(compose(domain(domain(domain(codomain(codomain(A))))),A)),B))
% 33.99/34.26  -> compose(A,B)
% 33.99/34.26  Current number of equations to process: 4156
% 33.99/34.26  Current number of ordered equations: 0
% 33.99/34.26  Current number of rules: 742
% 33.99/34.26  New rule produced :
% 33.99/34.26  [746]
% 33.99/34.26  compose(A,domain(compose(domain(domain(domain(codomain(codomain(codomain(
% 33.99/34.26                                                                  domain(A))))))),
% 33.99/34.26                   domain(A)))) -> A
% 33.99/34.26  Current number of equations to process: 4154
% 33.99/34.26  Current number of ordered equations: 0
% 33.99/34.26  Current number of rules: 743
% 33.99/34.26  New rule produced :
% 33.99/34.26  [747]
% 33.99/34.26  ifeq2(there_exists(A),true,domain(codomain(compose(A,codomain(codomain(
% 33.99/34.26                                                                domain(A)))))),
% 33.99/34.26  codomain(A)) -> codomain(A)
% 33.99/34.26  Current number of equations to process: 4248
% 33.99/34.26  Current number of ordered equations: 0
% 33.99/34.26  Current number of rules: 744
% 33.99/34.26  New rule produced :
% 33.99/34.26  [748]
% 33.99/34.26  compose(codomain(compose(codomain(A),codomain(domain(domain(domain(domain(
% 33.99/34.26                                                                     codomain(A)))))))),A)
% 41.81/42.08  -> A
% 41.81/42.08  Current number of equations to process: 4392
% 41.81/42.08  Current number of ordered equations: 0
% 41.81/42.08  Current number of rules: 745
% 41.81/42.08  New rule produced :
% 41.81/42.08  [749]
% 41.81/42.08  compose(codomain(compose(codomain(codomain(A)),codomain(codomain(compose(A,
% 41.81/42.08                                                                   codomain(
% 41.81/42.08                                                                   domain(A))))))),A)
% 41.81/42.08  -> A
% 41.81/42.08  Current number of equations to process: 4391
% 41.81/42.08  Current number of ordered equations: 0
% 41.81/42.08  Current number of rules: 746
% 41.81/42.08  New rule produced :
% 41.81/42.08  [750]
% 41.81/42.08  compose(codomain(compose(codomain(codomain(A)),codomain(codomain(compose(
% 41.81/42.08                                                                   codomain(A),
% 41.81/42.08                                                                   codomain(A)))))),A)
% 41.81/42.08  -> A
% 41.81/42.08  Current number of equations to process: 4390
% 41.81/42.08  Current number of ordered equations: 0
% 41.81/42.08  Current number of rules: 747
% 41.81/42.08  New rule produced :
% 41.81/42.08  [751]
% 41.81/42.08  compose(codomain(compose(A,codomain(codomain(codomain(codomain(codomain(
% 41.81/42.08                                                                 domain(A)))))))),A)
% 41.81/42.08  -> A
% 41.81/42.08  Current number of equations to process: 4557
% 41.81/42.08  Current number of ordered equations: 0
% 41.81/42.08  Current number of rules: 748
% 41.81/42.08  New rule produced :
% 41.81/42.08  [752]
% 41.81/42.08  compose(codomain(compose(A,codomain(codomain(codomain(codomain(codomain(
% 41.81/42.08                                                                 domain(
% 41.81/42.08                                                                 domain(A))))))))),A)
% 41.81/42.08  -> A
% 41.81/42.08  Current number of equations to process: 4576
% 41.81/42.08  Current number of ordered equations: 0
% 41.81/42.08  Current number of rules: 749
% 41.81/42.08  New rule produced :
% 41.81/42.08  [753]
% 41.81/42.08  compose(codomain(compose(A,codomain(codomain(codomain(codomain(codomain(
% 41.81/42.08                                                                 domain(
% 41.81/42.08                                                                 domain(
% 41.81/42.08                                                                 domain(A)))))))))),A)
% 41.81/42.08  -> A
% 41.81/42.08  Current number of equations to process: 4628
% 41.81/42.08  Current number of ordered equations: 0
% 41.81/42.08  Current number of rules: 750
% 41.81/42.08  New rule produced :
% 41.81/42.08  [754]
% 41.81/42.08  compose(codomain(compose(A,codomain(codomain(compose(domain(A),domain(A)))))),A)
% 41.81/42.08  -> A
% 41.81/42.08  Current number of equations to process: 1225
% 41.81/42.08  Current number of ordered equations: 0
% 41.81/42.08  Current number of rules: 751
% 41.81/42.08  New rule produced :
% 41.81/42.08  [755]
% 41.81/42.08  compose(codomain(compose(codomain(A),codomain(codomain(compose(domain(
% 41.81/42.08                                                                 codomain(A)),A))))),A)
% 41.81/42.08  -> A
% 41.81/42.08  Current number of equations to process: 1225
% 41.81/42.08  Current number of ordered equations: 0
% 41.81/42.08  Current number of rules: 752
% 41.81/42.08  New rule produced :
% 41.81/42.08  [756]
% 41.81/42.08  compose(codomain(compose(codomain(codomain(compose(A,codomain(domain(A))))),
% 41.81/42.08                   codomain(codomain(A)))),A) -> A
% 41.81/42.08  Current number of equations to process: 1589
% 41.81/42.08  Current number of ordered equations: 0
% 41.81/42.08  Current number of rules: 753
% 41.81/42.08  New rule produced :
% 41.81/42.08  [757]
% 41.81/42.08  compose(codomain(compose(codomain(codomain(compose(codomain(A),codomain(A)))),
% 41.81/42.08                   codomain(codomain(A)))),A) -> A
% 41.81/42.08  Current number of equations to process: 1588
% 41.81/42.08  Current number of ordered equations: 0
% 41.81/42.08  Current number of rules: 754
% 41.81/42.08  New rule produced :
% 41.81/42.08  [758]
% 41.81/42.08  compose(codomain(codomain(codomain(compose(codomain(codomain(A)),codomain(
% 41.81/42.08                                                                   codomain(
% 41.81/42.08                                                                   codomain(A))))))),A)
% 41.81/42.08  -> A
% 41.81/42.08  Current number of equations to process: 2494
% 41.81/42.08  Current number of ordered equations: 0
% 41.81/42.08  Current number of rules: 755
% 41.81/42.08  New rule produced :
% 41.81/42.08  [759]
% 41.81/42.08  compose(codomain(compose(codomain(codomain(A)),codomain(codomain(codomain(A))))),
% 41.81/42.08  compose(A,B)) -> compose(A,B)
% 41.81/42.08  Current number of equations to process: 2689
% 41.81/42.08  Current number of ordered equations: 0
% 41.81/42.08  Current number of rules: 756
% 41.81/42.08  New rule produced :
% 41.81/42.08  [760]
% 41.81/42.08  compose(codomain(codomain(codomain(codomain(compose(codomain(codomain(A)),
% 41.81/42.08                                              codomain(codomain(codomain(A)))))))),A)
% 41.81/42.08  -> A
% 41.81/42.08  Current number of equations to process: 2688
% 41.81/42.08  Current number of ordered equations: 0
% 41.81/42.08  Current number of rules: 757
% 41.81/42.08  New rule produced :
% 41.81/42.08  [761]
% 41.81/42.08  compose(codomain(codomain(codomain(compose(codomain(codomain(A)),codomain(
% 43.21/43.47                                                                   codomain(
% 43.21/43.47                                                                   codomain(
% 43.21/43.47                                                                   codomain(A)))))))),A)
% 43.21/43.47  -> A
% 43.21/43.47  Current number of equations to process: 2687
% 43.21/43.47  Current number of ordered equations: 0
% 43.21/43.47  Current number of rules: 758
% 43.21/43.47  New rule produced :
% 43.21/43.47  [762]
% 43.21/43.47  compose(A,compose(B,domain(domain(compose(domain(domain(domain(domain(
% 43.21/43.47                                                                 domain(A))))),B)))))
% 43.21/43.47  -> compose(A,B)
% 43.21/43.47  Current number of equations to process: 2978
% 43.21/43.47  Current number of ordered equations: 0
% 43.21/43.47  Current number of rules: 759
% 43.21/43.47  New rule produced :
% 43.21/43.47  [763]
% 43.21/43.47  compose(A,compose(B,domain(domain(compose(domain(B),domain(domain(compose(A,B))))))))
% 43.21/43.47  -> compose(A,B)
% 43.21/43.47  Current number of equations to process: 2977
% 43.21/43.47  Current number of ordered equations: 0
% 43.21/43.47  Current number of rules: 760
% 43.21/43.47  New rule produced :
% 43.21/43.47  [764]
% 43.21/43.47  compose(A,compose(B,domain(domain(compose(domain(B),domain(compose(domain(A),B)))))))
% 43.21/43.47  -> compose(A,B)
% 43.21/43.47  Current number of equations to process: 2976
% 43.21/43.47  Current number of ordered equations: 0
% 43.21/43.47  Current number of rules: 761
% 43.21/43.47  New rule produced :
% 43.21/43.47  [765]
% 43.21/43.47  compose(A,compose(B,domain(domain(compose(domain(domain(B)),domain(compose(A,B)))))))
% 43.21/43.47  -> compose(A,B)
% 43.21/43.47  Current number of equations to process: 2974
% 43.21/43.47  Current number of ordered equations: 0
% 43.21/43.47  Current number of rules: 762
% 43.21/43.47  New rule produced :
% 43.21/43.47  [766]
% 43.21/43.47  compose(A,compose(B,domain(domain(domain(domain(domain(domain(compose(
% 43.21/43.47                                                                domain(A),B)))))))))
% 43.21/43.47  -> compose(A,B)
% 43.21/43.47  Current number of equations to process: 2972
% 43.21/43.47  Current number of ordered equations: 0
% 43.21/43.47  Current number of rules: 763
% 43.21/43.47  New rule produced :
% 43.21/43.47  [767]
% 43.21/43.47  compose(A,compose(domain(compose(domain(domain(domain(domain(domain(A))))),
% 43.21/43.47                           domain(A))),B)) -> compose(A,B)
% 43.21/43.47  Current number of equations to process: 2971
% 43.21/43.47  Current number of ordered equations: 0
% 43.21/43.47  Current number of rules: 764
% 43.21/43.47  New rule produced :
% 43.21/43.47  [768]
% 43.21/43.47  compose(A,compose(B,domain(domain(domain(domain(compose(domain(domain(
% 43.21/43.47                                                                 domain(A))),B)))))))
% 43.21/43.47  -> compose(A,B)
% 43.21/43.47  Current number of equations to process: 2970
% 43.21/43.47  Current number of ordered equations: 0
% 43.21/43.47  Current number of rules: 765
% 43.21/43.47  New rule produced :
% 43.21/43.47  [769]
% 43.21/43.47  compose(A,compose(domain(domain(domain(domain(domain(domain(domain(domain(
% 43.21/43.47                                                                     domain(A))))))))),B))
% 43.21/43.47  -> compose(A,B)
% 43.21/43.47  Current number of equations to process: 2968
% 43.21/43.47  Current number of ordered equations: 0
% 43.21/43.47  Current number of rules: 766
% 43.21/43.47  New rule produced :
% 43.21/43.47  [770]
% 43.21/43.47  compose(codomain(compose(A,codomain(domain(domain(domain(domain(domain(A)))))))),
% 43.21/43.47  compose(A,B)) -> compose(A,B)
% 43.21/43.47  Current number of equations to process: 2967
% 43.21/43.47  Current number of ordered equations: 0
% 43.21/43.47  Current number of rules: 767
% 43.21/43.47  New rule produced :
% 43.21/43.47  [771]
% 43.21/43.47  compose(A,domain(domain(domain(domain(domain(domain(domain(domain(domain(
% 43.21/43.47                                                                    domain(
% 43.21/43.47                                                                    domain(
% 43.21/43.47                                                                    domain(A)))))))))))))
% 43.21/43.47  -> A
% 43.21/43.47  Current number of equations to process: 2965
% 43.21/43.47  Current number of ordered equations: 0
% 43.21/43.47  Current number of rules: 768
% 43.21/43.47  New rule produced :
% 43.21/43.47  [772]
% 43.21/43.47  compose(codomain(compose(A,codomain(codomain(domain(domain(domain(domain(
% 43.21/43.47                                                                    domain(
% 43.21/43.47                                                                    domain(
% 43.21/43.47                                                                    domain(A))))))))))),A)
% 43.21/43.47  -> A
% 43.21/43.47  Current number of equations to process: 2964
% 43.21/43.47  Current number of ordered equations: 0
% 43.21/43.47  Current number of rules: 769
% 43.21/43.47  New rule produced :
% 43.21/43.47  [773]
% 43.21/43.47  compose(A,domain(compose(domain(domain(domain(domain(domain(domain(domain(
% 43.21/43.47                                                                     domain(A)))))))),
% 43.21/43.47                   domain(A)))) -> A
% 43.21/43.47  Current number of equations to process: 2963
% 43.21/43.47  Current number of ordered equations: 0
% 43.21/43.47  Current number of rules: 770
% 43.45/43.65  New rule produced :
% 43.45/43.65  [774]
% 43.45/43.65  compose(A,domain(domain(compose(domain(domain(domain(domain(domain(domain(
% 43.45/43.65                                                                     domain(A))))))),
% 43.45/43.65                          domain(A))))) -> A
% 43.45/43.65  Current number of equations to process: 2961
% 43.45/43.65  Current number of ordered equations: 0
% 43.45/43.65  Current number of rules: 771
% 43.45/43.65  New rule produced :
% 43.45/43.65  [775]
% 43.45/43.65  compose(A,domain(compose(domain(domain(domain(domain(domain(A))))),domain(
% 43.45/43.65                                                                     domain(
% 43.45/43.65                                                                     domain(
% 43.45/43.65                                                                     domain(A)))))))
% 43.45/43.65  -> A
% 43.45/43.65  Current number of equations to process: 2956
% 43.45/43.65  Current number of ordered equations: 0
% 43.45/43.65  Current number of rules: 772
% 43.45/43.65  New rule produced :
% 43.45/43.65  [776]
% 43.45/43.65  compose(A,compose(domain(compose(domain(domain(codomain(domain(A)))),
% 43.45/43.65                           domain(A))),domain(domain(A)))) -> A
% 43.45/43.65  Current number of equations to process: 2955
% 43.45/43.65  Current number of ordered equations: 0
% 43.45/43.65  Current number of rules: 773
% 43.45/43.65  New rule produced :
% 43.45/43.65  [777]
% 43.45/43.65  compose(A,domain(compose(domain(domain(codomain(domain(domain(domain(A)))))),
% 43.45/43.65                   domain(domain(domain(A)))))) -> A
% 43.45/43.65  Current number of equations to process: 2954
% 43.45/43.65  Current number of ordered equations: 0
% 43.45/43.65  Current number of rules: 774
% 43.45/43.65  New rule produced :
% 43.45/43.65  [778]
% 43.45/43.65  compose(codomain(compose(A,codomain(codomain(domain(compose(domain(domain(A)),
% 43.45/43.65                                                      domain(domain(A)))))))),A)
% 43.45/43.65  -> A
% 43.45/43.65  Current number of equations to process: 2953
% 43.45/43.65  Current number of ordered equations: 0
% 43.45/43.65  Current number of rules: 775
% 43.45/43.65  New rule produced :
% 43.45/43.65  [779]
% 43.45/43.65  compose(A,domain(compose(domain(domain(compose(domain(domain(A)),domain(
% 43.45/43.65                                                                   domain(A))))),
% 43.45/43.65                   domain(A)))) -> A
% 43.45/43.65  Current number of equations to process: 2952
% 43.45/43.65  Current number of ordered equations: 0
% 43.45/43.65  Current number of rules: 776
% 43.45/43.65  New rule produced :
% 43.45/43.65  [780]
% 43.45/43.65  compose(A,domain(domain(compose(domain(compose(domain(domain(A)),domain(
% 43.45/43.65                                                                   domain(A)))),
% 43.45/43.65                          domain(A))))) -> A
% 43.45/43.65  Current number of equations to process: 2951
% 43.45/43.65  Current number of ordered equations: 0
% 43.45/43.65  Current number of rules: 777
% 43.45/43.65  New rule produced :
% 43.45/43.65  [781]
% 43.45/43.65  compose(codomain(compose(A,codomain(codomain(domain(compose(domain(domain(
% 43.45/43.65                                                                     codomain(
% 43.45/43.65                                                                     codomain(A)))),A)))))),A)
% 43.45/43.65  -> A
% 43.45/43.65  Current number of equations to process: 2950
% 43.45/43.65  Current number of ordered equations: 0
% 43.45/43.65  Current number of rules: 778
% 43.45/43.65  New rule produced :
% 43.45/43.65  [782]
% 43.45/43.65  compose(A,domain(compose(domain(domain(compose(domain(domain(codomain(
% 43.45/43.65                                                               codomain(A)))),A))),
% 43.45/43.65                   domain(A)))) -> A
% 43.45/43.65  Current number of equations to process: 2949
% 43.45/43.65  Current number of ordered equations: 0
% 43.45/43.65  Current number of rules: 779
% 43.45/43.65  New rule produced :
% 43.45/43.65  [783]
% 43.45/43.65  compose(A,domain(domain(compose(domain(compose(domain(domain(codomain(
% 43.45/43.65                                                               codomain(A)))),A)),
% 43.45/43.65                          domain(A))))) -> A
% 43.45/43.65  Current number of equations to process: 2948
% 43.45/43.65  Current number of ordered equations: 0
% 43.45/43.65  Current number of rules: 780
% 43.45/43.65  New rule produced :
% 43.45/43.65  [784]
% 43.45/43.65  compose(codomain(compose(A,codomain(domain(domain(domain(domain(domain(
% 43.45/43.65                                                                  domain(
% 43.45/43.65                                                                  domain(
% 43.45/43.65                                                                  domain(A))))))))))),A)
% 43.45/43.65  -> A
% 43.45/43.65  Current number of equations to process: 2945
% 43.45/43.65  Current number of ordered equations: 0
% 43.45/43.65  Current number of rules: 781
% 43.45/43.65  New rule produced :
% 43.45/43.65  [785]
% 43.45/43.65  compose(codomain(codomain(compose(A,codomain(codomain(codomain(codomain(
% 43.45/43.65                                                                 codomain(B)))))))),
% 43.45/43.65  compose(A,B)) -> compose(A,B)
% 43.45/43.65  Current number of equations to process: 2944
% 43.45/43.65  Current number of ordered equations: 0
% 43.45/43.65  Current number of rules: 782
% 43.62/43.84  New rule produced :
% 43.62/43.84  [786]
% 43.62/43.84  compose(codomain(compose(codomain(A),codomain(codomain(codomain(codomain(
% 43.62/43.84                                                                  codomain(A))))))),
% 43.62/43.84  compose(A,B)) -> compose(A,B)
% 43.62/43.84  Current number of equations to process: 2943
% 43.62/43.84  Current number of ordered equations: 0
% 43.62/43.84  Current number of rules: 783
% 43.62/43.84  New rule produced :
% 43.62/43.84  [787]
% 43.62/43.84  compose(codomain(compose(A,codomain(codomain(codomain(compose(domain(A),B)))))),
% 43.62/43.84  compose(A,B)) -> compose(A,B)
% 43.62/43.84  Current number of equations to process: 2942
% 43.62/43.84  Current number of ordered equations: 0
% 43.62/43.84  Current number of rules: 784
% 43.62/43.84  New rule produced :
% 43.62/43.84  [788]
% 43.62/43.84  compose(codomain(compose(codomain(A),codomain(codomain(codomain(compose(A,B)))))),
% 43.62/43.84  compose(A,B)) -> compose(A,B)
% 43.62/43.84  Current number of equations to process: 2941
% 43.62/43.84  Current number of ordered equations: 0
% 43.62/43.84  Current number of rules: 785
% 43.62/43.84  New rule produced :
% 43.62/43.84  [789]
% 43.62/43.84  compose(codomain(codomain(codomain(codomain(compose(A,codomain(codomain(
% 43.62/43.84                                                                 codomain(B)))))))),
% 43.62/43.84  compose(A,B)) -> compose(A,B)
% 43.62/43.84  Current number of equations to process: 2940
% 43.62/43.84  Current number of ordered equations: 0
% 43.62/43.84  Current number of rules: 786
% 43.62/43.84  New rule produced :
% 43.62/43.84  [790]
% 43.62/43.84  compose(codomain(compose(A,codomain(codomain(codomain(domain(compose(
% 43.62/43.84                                                               domain(codomain(
% 43.62/43.84                                                                      codomain(A))),A))))))),A)
% 43.62/43.84  -> A
% 43.62/43.84  Current number of equations to process: 2939
% 43.62/43.84  Current number of ordered equations: 0
% 43.62/43.84  Current number of rules: 787
% 43.62/43.84  New rule produced :
% 43.62/43.84  [791]
% 43.62/43.84  compose(codomain(compose(A,codomain(codomain(codomain(domain(domain(domain(
% 43.62/43.84                                                                      domain(
% 43.62/43.84                                                                      domain(
% 43.62/43.84                                                                      domain(A))))))))))),A)
% 43.62/43.84  -> A
% 43.62/43.84  Current number of equations to process: 2938
% 43.62/43.84  Current number of ordered equations: 0
% 43.62/43.84  Current number of rules: 788
% 43.62/43.84  New rule produced :
% 43.62/43.84  [792]
% 43.62/43.84  compose(codomain(compose(A,codomain(codomain(codomain(domain(compose(
% 43.62/43.84                                                               domain(domain(A)),
% 43.62/43.84                                                               domain(A)))))))),A)
% 43.62/43.84  -> A
% 43.62/43.84  Current number of equations to process: 2937
% 43.62/43.84  Current number of ordered equations: 0
% 43.62/43.84  Current number of rules: 789
% 43.62/43.84  New rule produced :
% 43.62/43.84  [793]
% 43.62/43.84  compose(codomain(compose(A,codomain(codomain(codomain(domain(compose(
% 43.62/43.84                                                               domain(domain(
% 43.62/43.84                                                                      codomain(A))),A))))))),A)
% 43.62/43.84  -> A
% 43.62/43.84  Current number of equations to process: 2936
% 43.62/43.84  Current number of ordered equations: 0
% 43.62/43.84  Current number of rules: 790
% 43.62/43.84  New rule produced :
% 43.62/43.84  [794]
% 43.62/43.84  compose(codomain(codomain(codomain(codomain(codomain(codomain(codomain(
% 43.62/43.84                                                                codomain(
% 43.62/43.84                                                                codomain(A))))))))),
% 43.62/43.84  compose(A,B)) -> compose(A,B)
% 43.62/43.84  Current number of equations to process: 2935
% 43.62/43.84  Current number of ordered equations: 0
% 43.62/43.84  Current number of rules: 791
% 43.62/43.84  New rule produced :
% 43.62/43.84  [795]
% 43.62/43.84  compose(A,compose(domain(compose(domain(codomain(codomain(codomain(codomain(
% 43.62/43.84                                                                     codomain(A)))))),A)),B))
% 43.62/43.84  -> compose(A,B)
% 43.62/43.84  Current number of equations to process: 2934
% 43.62/43.84  Current number of ordered equations: 0
% 43.62/43.84  Current number of rules: 792
% 43.62/43.84  New rule produced :
% 43.62/43.84  [796]
% 43.62/43.84  compose(codomain(codomain(codomain(codomain(codomain(codomain(compose(A,
% 43.62/43.84                                                                codomain(B)))))))),
% 43.62/43.84  compose(A,B)) -> compose(A,B)
% 43.62/43.84  Current number of equations to process: 2933
% 43.62/43.84  Current number of ordered equations: 0
% 43.62/43.84  Current number of rules: 793
% 43.62/43.84  New rule produced :
% 43.62/43.84  [797]
% 43.62/43.84  compose(A,domain(compose(domain(domain(domain(domain(codomain(codomain(
% 43.62/43.84                                                                codomain(
% 43.62/43.84                                                                codomain(
% 43.62/43.84                                                                codomain(A))))))))),A)))
% 43.74/43.98  -> A
% 43.74/43.98  Current number of equations to process: 2932
% 43.74/43.98  Current number of ordered equations: 0
% 43.74/43.98  Current number of rules: 794
% 43.74/43.98  New rule produced :
% 43.74/43.98  [798]
% 43.74/43.98  compose(A,domain(domain(compose(domain(domain(domain(codomain(codomain(
% 43.74/43.98                                                                codomain(
% 43.74/43.98                                                                codomain(
% 43.74/43.98                                                                codomain(A)))))))),A))))
% 43.74/43.98  -> A
% 43.74/43.98  Current number of equations to process: 2931
% 43.74/43.98  Current number of ordered equations: 0
% 43.74/43.98  Current number of rules: 795
% 43.74/43.98  New rule produced :
% 43.74/43.98  [799]
% 43.74/43.98  compose(A,domain(compose(domain(codomain(codomain(codomain(codomain(domain(
% 43.74/43.98                                                                      domain(A))))))),
% 43.74/43.98                   domain(domain(A))))) -> A
% 43.74/43.98  Current number of equations to process: 2930
% 43.74/43.98  Current number of ordered equations: 0
% 43.74/43.98  Current number of rules: 796
% 43.74/43.98  New rule produced :
% 43.74/43.98  [800]
% 43.74/43.98  compose(A,domain(compose(domain(compose(domain(codomain(codomain(codomain(
% 43.74/43.98                                                                   codomain(A))))),A)),
% 43.74/43.98                   domain(A)))) -> A
% 43.74/43.98  Current number of equations to process: 2929
% 43.74/43.98  Current number of ordered equations: 0
% 43.74/43.98  Current number of rules: 797
% 43.74/43.98  New rule produced :
% 43.74/43.98  [801]
% 43.74/43.98  compose(codomain(compose(A,codomain(domain(compose(domain(codomain(codomain(
% 43.74/43.98                                                                     codomain(
% 43.74/43.98                                                                     codomain(A))))),A))))),A)
% 43.74/43.98  -> A
% 43.74/43.98  Current number of equations to process: 2928
% 43.74/43.98  Current number of ordered equations: 0
% 43.74/43.98  Current number of rules: 798
% 43.74/43.98  New rule produced :
% 43.74/43.98  [802]
% 43.74/43.98  compose(A,domain(compose(domain(domain(domain(codomain(codomain(codomain(
% 43.74/43.98                                                                  codomain(
% 43.74/43.98                                                                  codomain(
% 43.74/43.98                                                                  codomain(A))))))))),A)))
% 43.74/43.98  -> A
% 43.74/43.98  Current number of equations to process: 2926
% 43.74/43.98  Current number of ordered equations: 0
% 43.74/43.98  Current number of rules: 799
% 43.74/43.98  New rule produced :
% 43.74/43.98  [803]
% 43.74/43.98  compose(A,domain(domain(compose(domain(domain(codomain(codomain(codomain(
% 43.74/43.98                                                                  codomain(
% 43.74/43.98                                                                  codomain(
% 43.74/43.98                                                                  codomain(A)))))))),A))))
% 43.74/43.98  -> A
% 43.74/43.98  Current number of equations to process: 2925
% 43.74/43.98  Current number of ordered equations: 0
% 43.74/43.98  Current number of rules: 800
% 43.74/43.98  New rule produced :
% 43.74/43.98  [804]
% 43.74/43.98  compose(codomain(codomain(codomain(codomain(codomain(codomain(codomain(
% 43.74/43.98                                                                codomain(
% 43.74/43.98                                                                codomain(
% 43.74/43.98                                                                codomain(
% 43.74/43.98                                                                codomain(
% 43.74/43.98                                                                codomain(A)))))))))))),A)
% 43.74/43.98  -> A
% 43.74/43.98  Current number of equations to process: 2924
% 43.74/43.98  Current number of ordered equations: 0
% 43.74/43.98  Current number of rules: 801
% 43.74/43.98  New rule produced :
% 43.74/43.98  [805]
% 43.74/43.98  compose(codomain(compose(codomain(codomain(A)),codomain(codomain(codomain(
% 43.74/43.98                                                                   codomain(
% 43.74/43.98                                                                   codomain(
% 43.74/43.98                                                                   codomain(
% 43.74/43.98                                                                   codomain(A))))))))),A)
% 43.74/43.98  -> A
% 43.74/43.98  Current number of equations to process: 2923
% 43.74/43.98  Current number of ordered equations: 0
% 43.74/43.98  Current number of rules: 802
% 43.74/43.98  New rule produced :
% 43.74/43.98  [806]
% 43.74/43.98  compose(codomain(compose(A,codomain(codomain(domain(compose(domain(codomain(
% 43.74/43.98                                                                     codomain(
% 43.74/43.98                                                                     codomain(A)))),A)))))),A)
% 43.74/43.98  -> A
% 43.74/43.98  Current number of equations to process: 2921
% 43.74/43.98  Current number of ordered equations: 0
% 43.74/43.98  Current number of rules: 803
% 43.92/44.17  New rule produced :
% 43.92/44.17  [807]
% 43.92/44.17  compose(A,domain(compose(domain(domain(compose(domain(codomain(codomain(
% 43.92/44.17                                                                 codomain(A)))),A))),
% 43.92/44.17                   domain(A)))) -> A
% 43.92/44.17  Current number of equations to process: 2920
% 43.92/44.17  Current number of ordered equations: 0
% 43.92/44.17  Current number of rules: 804
% 43.92/44.17  New rule produced :
% 43.92/44.17  [808]
% 43.92/44.17  compose(A,domain(domain(compose(domain(compose(domain(codomain(codomain(
% 43.92/44.17                                                                 codomain(A)))),A)),
% 43.92/44.17                          domain(A))))) -> A
% 43.92/44.17  Current number of equations to process: 2919
% 43.92/44.17  Current number of ordered equations: 0
% 43.92/44.17  Current number of rules: 805
% 43.92/44.17  New rule produced :
% 43.92/44.17  [809]
% 43.92/44.17  compose(A,domain(compose(domain(domain(codomain(codomain(codomain(domain(
% 43.92/44.17                                                                    domain(A))))))),
% 43.92/44.17                   domain(domain(A))))) -> A
% 43.92/44.17  Current number of equations to process: 2918
% 43.92/44.17  Current number of ordered equations: 0
% 43.92/44.17  Current number of rules: 806
% 43.92/44.17  New rule produced :
% 43.92/44.17  [810]
% 43.92/44.17  compose(A,domain(compose(domain(compose(domain(domain(codomain(codomain(
% 43.92/44.17                                                                 codomain(A))))),A)),
% 43.92/44.17                   domain(A)))) -> A
% 43.92/44.17  Current number of equations to process: 2917
% 43.92/44.17  Current number of ordered equations: 0
% 43.92/44.17  Current number of rules: 807
% 43.92/44.17  New rule produced :
% 43.92/44.17  [811]
% 43.92/44.17  compose(codomain(compose(A,codomain(domain(compose(domain(domain(codomain(
% 43.92/44.17                                                                   codomain(
% 43.92/44.17                                                                   codomain(A))))),A))))),A)
% 43.92/44.17  -> A
% 43.92/44.17  Current number of equations to process: 2916
% 43.92/44.17  Current number of ordered equations: 0
% 43.92/44.17  Current number of rules: 808
% 43.92/44.17  New rule produced :
% 43.92/44.17  [812]
% 43.92/44.17  compose(codomain(compose(codomain(A),codomain(codomain(codomain(codomain(
% 43.92/44.17                                                                  codomain(
% 43.92/44.17                                                                  codomain(
% 43.92/44.17                                                                  codomain(
% 43.92/44.17                                                                  codomain(A)))))))))),A)
% 43.92/44.17  -> A
% 43.92/44.17  Current number of equations to process: 2914
% 43.92/44.17  Current number of ordered equations: 0
% 43.92/44.17  Current number of rules: 809
% 43.92/44.17  New rule produced :
% 43.92/44.17  [813]
% 43.92/44.17  compose(A,domain(compose(domain(domain(codomain(codomain(codomain(codomain(
% 43.92/44.17                                                                    codomain(
% 43.92/44.17                                                                    codomain(
% 43.92/44.17                                                                    codomain(A))))))))),A)))
% 43.92/44.17  -> A
% 43.92/44.17  Current number of equations to process: 2912
% 43.92/44.17  Current number of ordered equations: 0
% 43.92/44.17  Current number of rules: 810
% 43.92/44.17  New rule produced :
% 43.92/44.17  [814]
% 43.92/44.17  compose(A,domain(domain(compose(domain(codomain(codomain(codomain(codomain(
% 43.92/44.17                                                                    codomain(
% 43.92/44.17                                                                    codomain(
% 43.92/44.17                                                                    codomain(A)))))))),A))))
% 43.92/44.17  -> A
% 43.92/44.17  Current number of equations to process: 2911
% 43.92/44.17  Current number of ordered equations: 0
% 43.92/44.17  Current number of rules: 811
% 43.92/44.17  New rule produced :
% 43.92/44.17  [815]
% 43.92/44.17  compose(codomain(compose(A,codomain(codomain(codomain(codomain(domain(
% 43.92/44.17                                                                 compose(
% 43.92/44.17                                                                 domain(A),
% 43.92/44.17                                                                 domain(A))))))))),A)
% 43.92/44.17  -> A
% 43.92/44.17  Current number of equations to process: 2909
% 43.92/44.17  Current number of ordered equations: 0
% 43.92/44.17  Current number of rules: 812
% 43.92/44.17  New rule produced :
% 43.92/44.17  [816]
% 43.92/44.17  compose(codomain(compose(A,codomain(codomain(codomain(codomain(domain(
% 43.92/44.17                                                                 compose(
% 43.92/44.17                                                                 domain(
% 43.92/44.17                                                                 codomain(A)),A)))))))),A)
% 43.92/44.17  -> A
% 43.92/44.17  Current number of equations to process: 2908
% 43.92/44.17  Current number of ordered equations: 0
% 43.92/44.17  Current number of rules: 813
% 43.92/44.17  New rule produced :
% 44.13/44.35  [817]
% 44.13/44.35  compose(codomain(compose(A,codomain(codomain(codomain(codomain(domain(
% 44.13/44.35                                                                 domain(
% 44.13/44.35                                                                 domain(
% 44.13/44.35                                                                 domain(
% 44.13/44.35                                                                 domain(A))))))))))),A)
% 44.13/44.35  -> A
% 44.13/44.35  Current number of equations to process: 2907
% 44.13/44.35  Current number of ordered equations: 0
% 44.13/44.35  Current number of rules: 814
% 44.13/44.35  New rule produced :
% 44.13/44.35  [818]
% 44.13/44.35  compose(A,domain(compose(domain(domain(domain(domain(domain(codomain(
% 44.13/44.35                                                              codomain(
% 44.13/44.35                                                              codomain(
% 44.13/44.35                                                              codomain(A))))))))),A)))
% 44.13/44.35  -> A
% 44.13/44.35  Current number of equations to process: 2903
% 44.13/44.35  Current number of ordered equations: 0
% 44.13/44.35  Current number of rules: 815
% 44.13/44.35  New rule produced :
% 44.13/44.35  [819]
% 44.13/44.35  compose(A,domain(domain(compose(domain(domain(domain(domain(A)))),domain(
% 44.13/44.35                                                                    domain(
% 44.13/44.35                                                                    domain(
% 44.13/44.35                                                                    domain(A))))))))
% 44.13/44.35  -> A
% 44.13/44.35  Current number of equations to process: 2901
% 44.13/44.35  Current number of ordered equations: 0
% 44.13/44.35  Current number of rules: 816
% 44.13/44.35  New rule produced :
% 44.13/44.35  [820]
% 44.13/44.35  compose(A,domain(domain(compose(domain(domain(domain(domain(codomain(
% 44.13/44.35                                                              codomain(
% 44.13/44.35                                                              codomain(
% 44.13/44.35                                                              codomain(A)))))))),A))))
% 44.13/44.35  -> A
% 44.13/44.35  Current number of equations to process: 2900
% 44.13/44.35  Current number of ordered equations: 0
% 44.13/44.35  Current number of rules: 817
% 44.13/44.35  New rule produced :
% 44.13/44.35  [821]
% 44.13/44.35  compose(A,domain(compose(domain(domain(domain(compose(domain(codomain(
% 44.13/44.35                                                               codomain(A))),A)))),
% 44.13/44.35                   domain(A)))) -> A
% 44.13/44.35  Current number of equations to process: 2899
% 44.13/44.35  Current number of ordered equations: 0
% 44.13/44.35  Current number of rules: 818
% 44.13/44.35  New rule produced :
% 44.13/44.35  [822]
% 44.13/44.35  compose(A,domain(compose(domain(domain(domain(compose(domain(domain(A)),
% 44.13/44.35                                                domain(A))))),domain(A)))) -> A
% 44.13/44.35  Current number of equations to process: 2897
% 44.13/44.35  Current number of ordered equations: 0
% 44.13/44.35  Current number of rules: 819
% 44.13/44.35  New rule produced :
% 44.13/44.35  [823]
% 44.13/44.35  compose(A,domain(compose(domain(domain(domain(compose(domain(domain(codomain(A))),A)))),
% 44.13/44.35                   domain(A)))) -> A
% 44.13/44.35  Current number of equations to process: 2896
% 44.13/44.35  Current number of ordered equations: 0
% 44.13/44.35  Current number of rules: 820
% 44.13/44.35  New rule produced :
% 44.13/44.35  [824]
% 44.13/44.35  compose(codomain(compose(codomain(codomain(codomain(A))),codomain(codomain(
% 44.13/44.35                                                                    codomain(
% 44.13/44.35                                                                    codomain(
% 44.13/44.35                                                                    codomain(
% 44.13/44.35                                                                    codomain(A)))))))),A)
% 44.13/44.35  -> A
% 44.13/44.35  Current number of equations to process: 2895
% 44.13/44.35  Current number of ordered equations: 0
% 44.13/44.35  Current number of rules: 821
% 44.13/44.35  New rule produced :
% 44.13/44.35  [825]
% 44.13/44.35  compose(A,domain(compose(domain(codomain(codomain(codomain(codomain(codomain(
% 44.13/44.35                                                                      codomain(
% 44.13/44.35                                                                      codomain(
% 44.13/44.35                                                                      codomain(A))))))))),A)))
% 44.13/44.35  -> A
% 44.13/44.35  Current number of equations to process: 2893
% 44.13/44.35  Current number of ordered equations: 0
% 44.13/44.35  Current number of rules: 822
% 44.13/44.35  New rule produced :
% 44.13/44.35  [826]
% 44.13/44.35  compose(A,compose(B,domain(compose(B,domain(domain(compose(domain(domain(A)),B)))))))
% 44.13/44.35  -> compose(A,B)
% 44.13/44.35  Current number of equations to process: 2891
% 44.13/44.35  Current number of ordered equations: 0
% 44.13/44.35  Current number of rules: 823
% 44.13/44.35  New rule produced :
% 44.13/44.35  [827]
% 44.13/44.35  compose(A,domain(compose(domain(domain(domain(domain(domain(domain(domain(A))))))),
% 44.13/44.35                   domain(domain(A))))) -> A
% 44.33/44.57  Current number of equations to process: 2890
% 44.33/44.57  Current number of ordered equations: 0
% 44.33/44.57  Current number of rules: 824
% 44.33/44.57  New rule produced :
% 44.33/44.57  [828]
% 44.33/44.57  compose(A,domain(compose(domain(compose(domain(domain(A)),domain(domain(A)))),
% 44.33/44.57                   domain(domain(A))))) -> A
% 44.33/44.57  Current number of equations to process: 2889
% 44.33/44.57  Current number of ordered equations: 0
% 44.33/44.57  Current number of rules: 825
% 44.33/44.57  New rule produced :
% 44.33/44.57  [829]
% 44.33/44.57  compose(A,domain(compose(domain(compose(domain(domain(codomain(codomain(A)))),A)),
% 44.33/44.57                   domain(domain(A))))) -> A
% 44.33/44.57  Current number of equations to process: 2888
% 44.33/44.57  Current number of ordered equations: 0
% 44.33/44.57  Current number of rules: 826
% 44.33/44.57  New rule produced :
% 44.33/44.57  [830]
% 44.33/44.57  compose(A,domain(compose(domain(compose(domain(codomain(codomain(codomain(A)))),A)),
% 44.33/44.57                   domain(domain(A))))) -> A
% 44.33/44.57  Current number of equations to process: 2887
% 44.33/44.57  Current number of ordered equations: 0
% 44.33/44.57  Current number of rules: 827
% 44.33/44.57  New rule produced :
% 44.33/44.57  [831]
% 44.33/44.57  compose(codomain(codomain(compose(A,codomain(compose(domain(domain(A)),B))))),
% 44.33/44.57  compose(A,B)) -> compose(A,B)
% 44.33/44.57  Current number of equations to process: 2886
% 44.33/44.57  Current number of ordered equations: 0
% 44.33/44.57  Current number of rules: 828
% 44.33/44.57  New rule produced :
% 44.33/44.57  [832]
% 44.33/44.57  compose(codomain(codomain(compose(codomain(codomain(A)),codomain(compose(A,B))))),
% 44.33/44.57  compose(A,B)) -> compose(A,B)
% 44.33/44.57  Current number of equations to process: 2885
% 44.33/44.57  Current number of ordered equations: 0
% 44.33/44.57  Current number of rules: 829
% 44.33/44.57  New rule produced :
% 44.33/44.57  [833]
% 44.33/44.57  compose(codomain(codomain(compose(codomain(codomain(compose(A,codomain(B)))),A))),
% 44.33/44.57  compose(A,B)) -> compose(A,B)
% 44.33/44.57  Current number of equations to process: 2883
% 44.33/44.57  Current number of ordered equations: 0
% 44.33/44.57  Current number of rules: 830
% 44.33/44.57  New rule produced :
% 44.33/44.57  [834]
% 44.33/44.57  compose(codomain(compose(codomain(codomain(compose(A,codomain(B)))),codomain(A))),
% 44.33/44.57  compose(A,B)) -> compose(A,B)
% 44.33/44.57  Current number of equations to process: 2882
% 44.33/44.57  Current number of ordered equations: 0
% 44.33/44.57  Current number of rules: 831
% 44.33/44.57  New rule produced :
% 44.33/44.57  [835]
% 44.33/44.57  compose(codomain(codomain(compose(A,codomain(domain(domain(domain(domain(
% 44.33/44.57                                                                    domain(
% 44.33/44.57                                                                    domain(
% 44.33/44.57                                                                    domain(A))))))))))),A)
% 44.33/44.57  -> A
% 44.33/44.57  Current number of equations to process: 2881
% 44.33/44.57  Current number of ordered equations: 0
% 44.33/44.57  Current number of rules: 832
% 44.33/44.57  New rule produced :
% 44.33/44.57  [836]
% 44.33/44.57  compose(codomain(codomain(compose(A,codomain(domain(compose(domain(domain(A)),
% 44.33/44.57                                                      domain(domain(A)))))))),A)
% 44.33/44.57  -> A
% 44.33/44.57  Current number of equations to process: 2880
% 44.33/44.57  Current number of ordered equations: 0
% 44.33/44.57  Current number of rules: 833
% 44.33/44.57  New rule produced :
% 44.33/44.57  [837]
% 44.33/44.57  compose(codomain(codomain(compose(A,codomain(domain(compose(domain(domain(
% 44.33/44.57                                                                     codomain(
% 44.33/44.57                                                                     codomain(A)))),A)))))),A)
% 44.33/44.57  -> A
% 44.33/44.57  Current number of equations to process: 2879
% 44.33/44.57  Current number of ordered equations: 0
% 44.33/44.57  Current number of rules: 834
% 44.33/44.57  New rule produced :
% 44.33/44.57  [838]
% 44.33/44.57  compose(codomain(codomain(compose(A,codomain(domain(compose(domain(codomain(
% 44.33/44.57                                                                     codomain(
% 44.33/44.57                                                                     codomain(A)))),A)))))),A)
% 44.33/44.57  -> A
% 44.33/44.57  Current number of equations to process: 2878
% 44.33/44.57  Current number of ordered equations: 0
% 44.33/44.57  Current number of rules: 835
% 44.33/44.57  New rule produced :
% 44.33/44.57  [839]
% 44.33/44.57  compose(codomain(codomain(compose(codomain(compose(A,B)),codomain(codomain(A))))),
% 44.33/44.57  compose(A,B)) -> compose(A,B)
% 44.33/44.57  Current number of equations to process: 2877
% 44.33/44.57  Current number of ordered equations: 0
% 44.33/44.57  Current number of rules: 836
% 44.33/44.57  New rule produced :
% 44.33/44.57  [840]
% 44.33/44.57  compose(codomain(codomain(compose(codomain(A),codomain(codomain(codomain(
% 44.33/44.57                                                                  codomain(
% 44.33/44.57                                                                  codomain(
% 44.33/44.57                                                                  codomain(
% 44.33/44.57                                                                  codomain(A)))))))))),A)
% 44.63/44.80  -> A
% 44.63/44.80  Current number of equations to process: 2876
% 44.63/44.80  Current number of ordered equations: 0
% 44.63/44.80  Current number of rules: 837
% 44.63/44.80  New rule produced :
% 44.63/44.80  [841]
% 44.63/44.80  compose(A,compose(B,domain(compose(domain(B),domain(domain(compose(domain(A),B)))))))
% 44.63/44.80  -> compose(A,B)
% 44.63/44.80  Current number of equations to process: 2875
% 44.63/44.80  Current number of ordered equations: 0
% 44.63/44.80  Current number of rules: 838
% 44.63/44.80  New rule produced :
% 44.63/44.80  [842]
% 44.63/44.80  compose(A,compose(B,domain(domain(compose(B,domain(domain(compose(domain(A),B))))))))
% 44.63/44.80  -> compose(A,B)
% 44.63/44.80  Current number of equations to process: 2874
% 44.63/44.80  Current number of ordered equations: 0
% 44.63/44.80  Current number of rules: 839
% 44.63/44.80  New rule produced :
% 44.63/44.80  [843]
% 44.63/44.80  compose(A,compose(domain(domain(compose(domain(codomain(codomain(codomain(
% 44.63/44.80                                                                   codomain(A))))),A))),B))
% 44.63/44.80  -> compose(A,B)
% 44.63/44.80  Current number of equations to process: 2872
% 44.63/44.80  Current number of ordered equations: 0
% 44.63/44.80  Current number of rules: 840
% 44.63/44.80  New rule produced :
% 44.63/44.80  [844]
% 44.63/44.80  compose(A,domain(compose(domain(domain(compose(domain(codomain(codomain(A))),A))),
% 44.63/44.80                   domain(domain(A))))) -> A
% 44.63/44.80  Current number of equations to process: 2870
% 44.63/44.80  Current number of ordered equations: 0
% 44.63/44.80  Current number of rules: 841
% 44.63/44.80  New rule produced :
% 44.63/44.80  [845]
% 44.63/44.80  compose(A,domain(compose(domain(domain(compose(domain(domain(A)),domain(A)))),
% 44.63/44.80                   domain(domain(A))))) -> A
% 44.63/44.80  Current number of equations to process: 2868
% 44.63/44.80  Current number of ordered equations: 0
% 44.63/44.80  Current number of rules: 842
% 44.63/44.80  New rule produced :
% 44.63/44.80  [846]
% 44.63/44.80  compose(A,domain(compose(domain(domain(compose(domain(domain(codomain(A))),A))),
% 44.63/44.80                   domain(domain(A))))) -> A
% 44.63/44.80  Current number of equations to process: 2867
% 44.63/44.80  Current number of ordered equations: 0
% 44.63/44.80  Current number of rules: 843
% 44.63/44.80  New rule produced :
% 44.63/44.80  [847]
% 44.63/44.80  compose(A,domain(domain(compose(domain(compose(domain(codomain(codomain(A))),A)),
% 44.63/44.80                          domain(domain(A)))))) -> A
% 44.63/44.80  Current number of equations to process: 2865
% 44.63/44.80  Current number of ordered equations: 0
% 44.63/44.80  Current number of rules: 844
% 44.63/44.80  New rule produced :
% 44.63/44.80  [848]
% 44.63/44.80  compose(A,domain(domain(compose(domain(domain(domain(domain(domain(domain(A)))))),
% 44.63/44.80                          domain(domain(A)))))) -> A
% 44.63/44.80  Current number of equations to process: 2864
% 44.63/44.80  Current number of ordered equations: 0
% 44.63/44.80  Current number of rules: 845
% 44.63/44.80  New rule produced :
% 44.63/44.80  [849]
% 44.63/44.80  compose(A,domain(domain(compose(domain(compose(domain(domain(A)),domain(A))),
% 44.63/44.80                          domain(domain(A)))))) -> A
% 44.63/44.80  Current number of equations to process: 2863
% 44.63/44.80  Current number of ordered equations: 0
% 44.63/44.80  Current number of rules: 846
% 44.63/44.80  New rule produced :
% 44.63/44.80  [850]
% 44.63/44.80  compose(A,domain(domain(compose(domain(compose(domain(domain(codomain(A))),A)),
% 44.63/44.80                          domain(domain(A)))))) -> A
% 44.63/44.80  Current number of equations to process: 2862
% 44.63/44.80  Current number of ordered equations: 0
% 44.63/44.80  Current number of rules: 847
% 44.63/44.80  New rule produced :
% 44.63/44.80  [851]
% 44.63/44.80  compose(codomain(codomain(compose(A,codomain(codomain(compose(domain(A),B)))))),
% 44.63/44.80  compose(A,B)) -> compose(A,B)
% 44.63/44.80  Current number of equations to process: 2860
% 44.63/44.80  Current number of ordered equations: 0
% 44.63/44.80  Current number of rules: 848
% 44.63/44.80  New rule produced :
% 44.63/44.80  [852]
% 44.63/44.80  compose(codomain(codomain(compose(codomain(A),codomain(codomain(compose(A,B)))))),
% 44.63/44.80  compose(A,B)) -> compose(A,B)
% 44.63/44.80  Current number of equations to process: 2859
% 44.63/44.80  Current number of ordered equations: 0
% 44.63/44.80  Current number of rules: 849
% 44.63/44.80  New rule produced :
% 44.63/44.80  [853]
% 44.63/44.80  compose(codomain(compose(codomain(codomain(compose(A,codomain(codomain(B))))),A)),
% 44.63/44.80  compose(A,B)) -> compose(A,B)
% 44.63/44.80  Current number of equations to process: 2858
% 44.63/44.80  Current number of ordered equations: 0
% 44.63/44.80  Current number of rules: 850
% 44.63/44.80  New rule produced :
% 44.63/44.80  [854]
% 44.63/44.80  compose(codomain(codomain(compose(A,codomain(codomain(domain(compose(
% 44.63/44.80                                                               domain(codomain(
% 44.63/44.80                                                                      codomain(A))),A))))))),A)
% 44.63/44.80  -> A
% 44.63/44.80  Current number of equations to process: 2857
% 44.63/44.80  Current number of ordered equations: 0
% 44.63/44.80  Current number of rules: 851
% 44.63/44.80  New rule produced :
% 44.63/44.80  [855]
% 44.63/44.80  compose(codomain(codomain(compose(A,codomain(codomain(domain(domain(domain(
% 44.63/44.80                                                                      domain(
% 44.73/44.93                                                                      domain(
% 44.73/44.93                                                                      domain(A))))))))))),A)
% 44.73/44.93  -> A
% 44.73/44.93  Current number of equations to process: 2856
% 44.73/44.93  Current number of ordered equations: 0
% 44.73/44.93  Current number of rules: 852
% 44.73/44.93  New rule produced :
% 44.73/44.93  [856]
% 44.73/44.93  compose(codomain(codomain(compose(A,codomain(codomain(domain(compose(
% 44.73/44.93                                                               domain(domain(A)),
% 44.73/44.93                                                               domain(A)))))))),A)
% 44.73/44.93  -> A
% 44.73/44.93  Current number of equations to process: 2855
% 44.73/44.93  Current number of ordered equations: 0
% 44.73/44.93  Current number of rules: 853
% 44.73/44.93  New rule produced :
% 44.73/44.93  [857]
% 44.73/44.93  compose(codomain(codomain(compose(A,codomain(codomain(domain(compose(
% 44.73/44.93                                                               domain(domain(
% 44.73/44.93                                                                      codomain(A))),A))))))),A)
% 44.73/44.93  -> A
% 44.73/44.93  Current number of equations to process: 2854
% 44.73/44.93  Current number of ordered equations: 0
% 44.73/44.93  Current number of rules: 854
% 44.73/44.93  New rule produced :
% 44.73/44.93  [858]
% 44.73/44.93  compose(codomain(codomain(compose(A,codomain(codomain(codomain(domain(
% 44.73/44.93                                                                 compose(
% 44.73/44.93                                                                 domain(A),
% 44.73/44.93                                                                 domain(A))))))))),A)
% 44.73/44.93  -> A
% 44.73/44.93  Current number of equations to process: 2852
% 44.73/44.93  Current number of ordered equations: 0
% 44.73/44.93  Current number of rules: 855
% 44.73/44.93  New rule produced :
% 44.73/44.93  [859]
% 44.73/44.93  compose(codomain(codomain(compose(A,codomain(codomain(codomain(domain(
% 44.73/44.93                                                                 compose(
% 44.73/44.93                                                                 domain(
% 44.73/44.93                                                                 codomain(A)),A)))))))),A)
% 44.73/44.93  -> A
% 44.73/44.93  Current number of equations to process: 2851
% 44.73/44.93  Current number of ordered equations: 0
% 44.73/44.93  Current number of rules: 856
% 44.73/44.93  New rule produced :
% 44.73/44.93  [860]
% 44.73/44.93  compose(codomain(codomain(compose(A,codomain(codomain(codomain(domain(
% 44.73/44.93                                                                 domain(
% 44.73/44.93                                                                 domain(
% 44.73/44.93                                                                 domain(
% 44.73/44.93                                                                 domain(A))))))))))),A)
% 44.73/44.93  -> A
% 44.73/44.93  Current number of equations to process: 2850
% 44.73/44.93  Current number of ordered equations: 0
% 44.73/44.93  Current number of rules: 857
% 44.73/44.93  New rule produced :
% 44.73/44.93  [861]
% 44.73/44.93  compose(codomain(codomain(compose(codomain(codomain(compose(A,B))),codomain(A)))),
% 44.73/44.93  compose(A,B)) -> compose(A,B)
% 44.73/44.93  Current number of equations to process: 2849
% 44.73/44.93  Current number of ordered equations: 0
% 44.73/44.93  Current number of rules: 858
% 44.73/44.93  New rule produced :
% 44.73/44.93  [862]
% 44.73/44.93  compose(codomain(codomain(compose(A,codomain(domain(domain(domain(domain(A)))))))),
% 44.73/44.93  compose(A,B)) -> compose(A,B)
% 44.73/44.93  Current number of equations to process: 2848
% 44.73/44.93  Current number of ordered equations: 0
% 44.73/44.93  Current number of rules: 859
% 44.73/44.93  New rule produced :
% 44.73/44.93  [863]
% 44.73/44.93  compose(codomain(codomain(compose(codomain(compose(A,codomain(B))),codomain(A)))),
% 44.73/44.93  compose(A,B)) -> compose(A,B)
% 44.73/44.93  Current number of equations to process: 2846
% 44.73/44.93  Current number of ordered equations: 0
% 44.73/44.93  Current number of rules: 860
% 44.73/44.93  New rule produced :
% 44.73/44.93  [864]
% 44.73/44.93  compose(codomain(codomain(compose(codomain(codomain(A)),codomain(codomain(
% 44.73/44.93                                                                   codomain(
% 44.73/44.93                                                                   codomain(
% 44.73/44.93                                                                   codomain(
% 44.73/44.93                                                                   codomain(A))))))))),A)
% 44.73/44.93  -> A
% 44.73/44.93  Current number of equations to process: 2844
% 44.73/44.93  Current number of ordered equations: 0
% 44.73/44.93  Current number of rules: 861
% 44.73/44.93  New rule produced :
% 44.73/44.93  [865]
% 44.73/44.93  compose(codomain(codomain(compose(A,codomain(codomain(codomain(codomain(
% 44.73/44.93                                                                 domain(
% 44.73/44.93                                                                 domain(
% 44.73/44.93                                                                 domain(
% 44.93/45.12                                                                 domain(A))))))))))),A)
% 44.93/45.12  -> A
% 44.93/45.12  Current number of equations to process: 2843
% 44.93/45.12  Current number of ordered equations: 0
% 44.93/45.12  Current number of rules: 862
% 44.93/45.12  New rule produced :
% 44.93/45.12  [866]
% 44.93/45.12  compose(codomain(codomain(compose(codomain(codomain(codomain(codomain(A)))),
% 44.93/45.12                            codomain(codomain(codomain(codomain(A))))))),A) ->
% 44.93/45.12  A
% 44.93/45.12  Current number of equations to process: 2842
% 44.93/45.12  Current number of ordered equations: 0
% 44.93/45.12  Current number of rules: 863
% 44.93/45.12  New rule produced :
% 44.93/45.12  [867]
% 44.93/45.12  compose(codomain(compose(A,codomain(codomain(domain(compose(domain(domain(
% 44.93/45.12                                                                     domain(A))),
% 44.93/45.12                                                      domain(A))))))),A) -> A
% 44.93/45.12  Current number of equations to process: 2839
% 44.93/45.12  Current number of ordered equations: 0
% 44.93/45.12  Current number of rules: 864
% 44.93/45.12  New rule produced :
% 44.93/45.12  [868]
% 44.93/45.12  compose(A,domain(compose(domain(domain(compose(domain(domain(domain(A))),
% 44.93/45.12                                         domain(A)))),domain(A)))) -> A
% 44.93/45.12  Current number of equations to process: 2838
% 44.93/45.12  Current number of ordered equations: 0
% 44.93/45.12  Current number of rules: 865
% 44.93/45.12  New rule produced :
% 44.93/45.12  [869]
% 44.93/45.12  compose(A,domain(domain(compose(domain(compose(domain(domain(domain(A))),
% 44.93/45.12                                         domain(A))),domain(A))))) -> A
% 44.93/45.12  Current number of equations to process: 2837
% 44.93/45.12  Current number of ordered equations: 0
% 44.93/45.12  Current number of rules: 866
% 44.93/45.12  New rule produced :
% 44.93/45.12  [870]
% 44.93/45.12  compose(A,domain(compose(domain(compose(domain(domain(domain(A))),domain(A))),
% 44.93/45.12                   domain(domain(A))))) -> A
% 44.93/45.12  Current number of equations to process: 2836
% 44.93/45.12  Current number of ordered equations: 0
% 44.93/45.12  Current number of rules: 867
% 44.93/45.12  New rule produced :
% 44.93/45.12  [871]
% 44.93/45.12  compose(codomain(codomain(compose(A,codomain(domain(compose(domain(domain(
% 44.93/45.12                                                                     domain(A))),
% 44.93/45.12                                                      domain(A))))))),A) -> A
% 44.93/45.12  Current number of equations to process: 2835
% 44.93/45.12  Current number of ordered equations: 0
% 44.93/45.12  Current number of rules: 868
% 44.93/45.12  New rule produced :
% 44.93/45.12  [872]
% 44.93/45.12  compose(A,domain(compose(domain(domain(domain(domain(domain(domain(A)))))),
% 44.93/45.12                   domain(domain(domain(A)))))) -> A
% 44.93/45.12  Current number of equations to process: 2834
% 44.93/45.12  Current number of ordered equations: 0
% 44.93/45.12  Current number of rules: 869
% 44.93/45.12  New rule produced :
% 44.93/45.12  [873]
% 44.93/45.12  compose(A,domain(compose(domain(compose(domain(domain(domain(domain(A)))),
% 44.93/45.12                                  domain(A))),domain(A)))) -> A
% 44.93/45.12  Current number of equations to process: 2833
% 44.93/45.12  Current number of ordered equations: 0
% 44.93/45.12  Current number of rules: 870
% 44.93/45.12  New rule produced :
% 44.93/45.12  [874]
% 44.93/45.12  compose(codomain(compose(A,codomain(domain(compose(domain(domain(domain(
% 44.93/45.12                                                                   domain(A)))),
% 44.93/45.12                                             domain(A)))))),A) -> A
% 44.93/45.12  Current number of equations to process: 2832
% 44.93/45.12  Current number of ordered equations: 0
% 44.93/45.12  Current number of rules: 871
% 44.93/45.12  New rule produced :
% 44.93/45.12  [875]
% 44.93/45.12  compose(A,domain(compose(domain(domain(A)),domain(compose(domain(domain(A)),
% 44.93/45.12                                                    domain(domain(A))))))) -> A
% 44.93/45.12  Current number of equations to process: 2831
% 44.93/45.12  Current number of ordered equations: 0
% 44.93/45.12  Current number of rules: 872
% 44.93/45.12  New rule produced :
% 44.93/45.12  [876]
% 44.93/45.12  compose(A,compose(domain(compose(domain(domain(domain(A))),domain(domain(
% 44.93/45.12                                                                    domain(A))))),B))
% 44.93/45.12  -> compose(A,B)
% 44.93/45.12  Current number of equations to process: 2829
% 44.93/45.12  Current number of ordered equations: 0
% 44.93/45.12  Current number of rules: 873
% 44.93/45.12  New rule produced :
% 44.93/45.12  [877]
% 44.93/45.12  compose(A,compose(B,domain(compose(domain(domain(compose(domain(A),domain(A)))),B))))
% 44.93/45.12  -> compose(A,B)
% 44.93/45.12  Current number of equations to process: 2828
% 44.93/45.12  Current number of ordered equations: 0
% 44.93/45.12  Current number of rules: 874
% 44.93/45.12  New rule produced :
% 44.93/45.12  [878]
% 44.93/45.12  compose(A,compose(B,domain(domain(compose(domain(compose(domain(A),domain(A))),B)))))
% 44.93/45.12  -> compose(A,B)
% 44.93/45.12  Current number of equations to process: 2827
% 44.93/45.12  Current number of ordered equations: 0
% 44.93/45.12  Current number of rules: 875
% 44.93/45.12  New rule produced :
% 44.93/45.12  [879]
% 44.93/45.12  compose(A,compose(domain(domain(domain(domain(domain(compose(domain(A),
% 45.14/45.35                                                       domain(A))))))),B)) ->
% 45.14/45.35  compose(A,B)
% 45.14/45.35  Current number of equations to process: 2826
% 45.14/45.35  Current number of ordered equations: 0
% 45.14/45.35  Current number of rules: 876
% 45.14/45.35  New rule produced :
% 45.14/45.35  [880]
% 45.14/45.35  compose(A,compose(domain(compose(domain(A),domain(compose(domain(A),domain(A))))),B))
% 45.14/45.35  -> compose(A,B)
% 45.14/45.35  Current number of equations to process: 2825
% 45.14/45.35  Current number of ordered equations: 0
% 45.14/45.35  Current number of rules: 877
% 45.14/45.35  New rule produced :
% 45.14/45.35  [881]
% 45.14/45.35  compose(codomain(compose(A,codomain(domain(compose(domain(A),domain(A)))))),
% 45.14/45.35  compose(A,B)) -> compose(A,B)
% 45.14/45.35  Current number of equations to process: 2824
% 45.14/45.35  Current number of ordered equations: 0
% 45.14/45.35  Current number of rules: 878
% 45.14/45.35  New rule produced :
% 45.14/45.35  [882]
% 45.14/45.35  compose(A,domain(domain(domain(domain(domain(domain(domain(domain(compose(
% 45.14/45.35                                                                    domain(A),
% 45.14/45.35                                                                    domain(A)))))))))))
% 45.14/45.35  -> A
% 45.14/45.35  Current number of equations to process: 2823
% 45.14/45.35  Current number of ordered equations: 0
% 45.14/45.35  Current number of rules: 879
% 45.14/45.35  New rule produced :
% 45.14/45.35  [883]
% 45.14/45.35  compose(A,domain(compose(domain(domain(domain(domain(A)))),domain(compose(
% 45.14/45.35                                                                    domain(A),
% 45.14/45.35                                                                    domain(A))))))
% 45.14/45.35  -> A
% 45.14/45.35  Current number of equations to process: 2822
% 45.14/45.35  Current number of ordered equations: 0
% 45.14/45.35  Current number of rules: 880
% 45.14/45.35  New rule produced :
% 45.14/45.35  [884]
% 45.14/45.35  compose(A,domain(domain(compose(domain(domain(domain(A))),domain(compose(
% 45.14/45.35                                                                   domain(A),
% 45.14/45.35                                                                   domain(A)))))))
% 45.14/45.35  -> A
% 45.14/45.35  Current number of equations to process: 2821
% 45.14/45.35  Current number of ordered equations: 0
% 45.14/45.35  Current number of rules: 881
% 45.14/45.35  New rule produced :
% 45.14/45.35  [885]
% 45.14/45.35  compose(A,compose(domain(compose(domain(codomain(domain(domain(A)))),
% 45.14/45.35                           domain(domain(A)))),B)) -> compose(A,B)
% 45.14/45.35  Current number of equations to process: 2820
% 45.14/45.35  Current number of ordered equations: 0
% 45.14/45.35  Current number of rules: 882
% 45.14/45.35  New rule produced :
% 45.14/45.35  [886]
% 45.14/45.35  compose(A,compose(B,domain(compose(domain(domain(compose(domain(codomain(A)),A))),B))))
% 45.14/45.35  -> compose(A,B)
% 45.14/45.35  Current number of equations to process: 2819
% 45.14/45.35  Current number of ordered equations: 0
% 45.14/45.35  Current number of rules: 883
% 45.14/45.35  New rule produced :
% 45.14/45.35  [887]
% 45.14/45.35  compose(A,compose(B,domain(domain(compose(domain(compose(domain(codomain(A)),A)),B)))))
% 45.14/45.35  -> compose(A,B)
% 45.14/45.35  Current number of equations to process: 2818
% 45.14/45.35  Current number of ordered equations: 0
% 45.14/45.35  Current number of rules: 884
% 45.14/45.35  New rule produced :
% 45.14/45.35  [888]
% 45.14/45.35  compose(A,compose(domain(domain(domain(domain(domain(compose(domain(codomain(A)),A)))))),B))
% 45.14/45.35  -> compose(A,B)
% 45.14/45.35  Current number of equations to process: 2817
% 45.14/45.35  Current number of ordered equations: 0
% 45.14/45.35  Current number of rules: 885
% 45.14/45.35  New rule produced :
% 45.14/45.35  [889]
% 45.14/45.35  compose(A,compose(domain(compose(domain(A),domain(compose(domain(codomain(A)),A)))),B))
% 45.14/45.35  -> compose(A,B)
% 45.14/45.35  Current number of equations to process: 2816
% 45.14/45.35  Current number of ordered equations: 0
% 45.14/45.35  Current number of rules: 886
% 45.14/45.35  New rule produced :
% 45.14/45.35  [890]
% 45.14/45.35  compose(codomain(compose(A,codomain(domain(compose(domain(codomain(A)),A))))),
% 45.14/45.35  compose(A,B)) -> compose(A,B)
% 45.14/45.35  Current number of equations to process: 2815
% 45.14/45.35  Current number of ordered equations: 0
% 45.14/45.35  Current number of rules: 887
% 45.14/45.35  New rule produced :
% 45.14/45.35  [891]
% 45.14/45.35  compose(A,domain(domain(domain(domain(domain(domain(domain(domain(compose(
% 45.14/45.35                                                                    domain(
% 45.14/45.35                                                                    codomain(A)),A))))))))))
% 45.14/45.35  -> A
% 45.14/45.35  Current number of equations to process: 2814
% 45.14/45.35  Current number of ordered equations: 0
% 45.14/45.35  Current number of rules: 888
% 45.14/45.35  New rule produced :
% 45.14/45.35  [892]
% 45.14/45.35  compose(A,domain(compose(domain(domain(domain(domain(A)))),domain(compose(
% 45.14/45.35                                                                    domain(
% 45.14/45.35                                                                    codomain(A)),A)))))
% 45.14/45.35  -> A
% 45.14/45.35  Current number of equations to process: 2813
% 45.14/45.35  Current number of ordered equations: 0
% 45.34/45.53  Current number of rules: 889
% 45.34/45.53  New rule produced :
% 45.34/45.53  [893]
% 45.34/45.53  compose(A,domain(domain(compose(domain(domain(domain(A))),domain(compose(
% 45.34/45.53                                                                   domain(
% 45.34/45.53                                                                   codomain(A)),A))))))
% 45.34/45.53  -> A
% 45.34/45.53  Current number of equations to process: 2812
% 45.34/45.53  Current number of ordered equations: 0
% 45.34/45.53  Current number of rules: 890
% 45.34/45.53  New rule produced :
% 45.34/45.53  [894]
% 45.34/45.53  compose(A,compose(B,domain(domain(domain(compose(domain(B),domain(compose(A,B))))))))
% 45.34/45.53  -> compose(A,B)
% 45.34/45.53  Current number of equations to process: 2811
% 45.34/45.53  Current number of ordered equations: 0
% 45.34/45.53  Current number of rules: 891
% 45.34/45.53  New rule produced :
% 45.34/45.53  [895]
% 45.34/45.53  compose(A,domain(domain(domain(compose(domain(codomain(codomain(codomain(
% 45.34/45.53                                                                  codomain(
% 45.34/45.53                                                                  codomain(
% 45.34/45.53                                                                  codomain(A))))))),A)))))
% 45.34/45.53  -> A
% 45.34/45.53  Current number of equations to process: 2810
% 45.34/45.53  Current number of ordered equations: 0
% 45.34/45.53  Current number of rules: 892
% 45.34/45.53  New rule produced :
% 45.34/45.53  [896]
% 45.34/45.53  compose(A,compose(B,domain(compose(domain(compose(domain(codomain(codomain(A))),A)),B))))
% 45.34/45.53  -> compose(A,B)
% 45.34/45.53  Current number of equations to process: 2809
% 45.34/45.53  Current number of ordered equations: 0
% 45.34/45.53  Current number of rules: 893
% 45.34/45.53  New rule produced :
% 45.34/45.53  [897]
% 45.34/45.53  compose(A,compose(domain(domain(domain(domain(compose(domain(codomain(
% 45.34/45.53                                                               codomain(A))),A))))),B))
% 45.34/45.53  -> compose(A,B)
% 45.34/45.53  Current number of equations to process: 2808
% 45.34/45.53  Current number of ordered equations: 0
% 45.34/45.53  Current number of rules: 894
% 45.34/45.53  New rule produced :
% 45.34/45.53  [898]
% 45.34/45.53  compose(A,domain(compose(domain(domain(domain(A))),domain(compose(domain(
% 45.34/45.53                                                                    codomain(
% 45.34/45.53                                                                    codomain(A))),A)))))
% 45.34/45.53  -> A
% 45.34/45.53  Current number of equations to process: 2807
% 45.34/45.53  Current number of ordered equations: 0
% 45.34/45.53  Current number of rules: 895
% 45.34/45.53  New rule produced :
% 45.34/45.53  [899]
% 45.34/45.53  compose(A,domain(domain(compose(domain(domain(A)),domain(compose(domain(
% 45.34/45.53                                                                   codomain(
% 45.34/45.53                                                                   codomain(A))),A))))))
% 45.34/45.53  -> A
% 45.34/45.53  Current number of equations to process: 2806
% 45.34/45.53  Current number of ordered equations: 0
% 45.34/45.53  Current number of rules: 896
% 45.34/45.53  New rule produced :
% 45.34/45.53  [900]
% 45.34/45.53  compose(A,domain(domain(domain(domain(domain(domain(domain(compose(domain(
% 45.34/45.53                                                                     codomain(
% 45.34/45.53                                                                     codomain(A))),A)))))))))
% 45.34/45.53  -> A
% 45.34/45.53  Current number of equations to process: 2805
% 45.34/45.53  Current number of ordered equations: 0
% 45.34/45.53  Current number of rules: 897
% 45.34/45.53  New rule produced :
% 45.34/45.53  [901]
% 45.34/45.53  compose(A,domain(domain(domain(compose(domain(A),domain(compose(domain(
% 45.34/45.53                                                                  codomain(
% 45.34/45.53                                                                  codomain(A))),A)))))))
% 45.34/45.53  -> A
% 45.34/45.53  Current number of equations to process: 2804
% 45.34/45.53  Current number of ordered equations: 0
% 45.34/45.53  Current number of rules: 898
% 45.34/45.53  New rule produced :
% 45.34/45.53  [902]
% 45.34/45.53  compose(A,domain(domain(domain(domain(compose(domain(codomain(codomain(
% 45.34/45.53                                                                codomain(
% 45.34/45.53                                                                codomain(
% 45.34/45.53                                                                codomain(A)))))),A))))))
% 45.34/45.53  -> A
% 45.34/45.53  Current number of equations to process: 2802
% 45.34/45.53  Current number of ordered equations: 0
% 45.34/45.53  Current number of rules: 899
% 45.34/45.53  New rule produced :
% 45.34/45.53  [903]
% 45.34/45.53  compose(A,domain(domain(domain(domain(compose(domain(A),domain(compose(
% 45.34/45.53                                                                 domain(A),
% 45.34/45.53                                                                 domain(A)))))))))
% 45.34/45.53  -> A
% 45.34/45.53  Current number of equations to process: 2801
% 45.34/45.53  Current number of ordered equations: 0
% 45.34/45.53  Current number of rules: 900
% 45.34/45.53  New rule produced :
% 45.34/45.53  [904]
% 45.34/45.53  compose(A,domain(domain(domain(domain(compose(domain(A),domain(compose(
% 45.54/45.70                                                                 domain(
% 45.54/45.70                                                                 codomain(A)),A))))))))
% 45.54/45.70  -> A
% 45.54/45.70  Current number of equations to process: 2800
% 45.54/45.70  Current number of ordered equations: 0
% 45.54/45.70  Current number of rules: 901
% 45.54/45.70  New rule produced :
% 45.54/45.70  [905]
% 45.54/45.70  compose(A,compose(domain(compose(domain(codomain(codomain(codomain(domain(A))))),
% 45.54/45.70                           domain(A))),B)) -> compose(A,B)
% 45.54/45.70  Current number of equations to process: 2799
% 45.54/45.70  Current number of ordered equations: 0
% 45.54/45.70  Current number of rules: 902
% 45.54/45.70  New rule produced :
% 45.54/45.70  [906]
% 45.54/45.70  compose(A,compose(domain(domain(domain(compose(domain(codomain(codomain(
% 45.54/45.70                                                                 codomain(A)))),A)))),B))
% 45.54/45.70  -> compose(A,B)
% 45.54/45.70  Current number of equations to process: 2798
% 45.54/45.70  Current number of ordered equations: 0
% 45.54/45.70  Current number of rules: 903
% 45.54/45.70  New rule produced :
% 45.54/45.70  [907]
% 45.54/45.70  compose(A,domain(compose(domain(domain(A)),domain(compose(domain(codomain(
% 45.54/45.70                                                                   codomain(
% 45.54/45.70                                                                   codomain(A)))),A)))))
% 45.54/45.70  -> A
% 45.54/45.70  Current number of equations to process: 2797
% 45.54/45.70  Current number of ordered equations: 0
% 45.54/45.70  Current number of rules: 904
% 45.54/45.70  New rule produced :
% 45.54/45.70  [908]
% 45.54/45.70  compose(A,domain(domain(compose(domain(A),domain(compose(domain(codomain(
% 45.54/45.70                                                                  codomain(
% 45.54/45.70                                                                  codomain(A)))),A))))))
% 45.54/45.70  -> A
% 45.54/45.70  Current number of equations to process: 2796
% 45.54/45.70  Current number of ordered equations: 0
% 45.54/45.70  Current number of rules: 905
% 45.54/45.70  New rule produced :
% 45.54/45.70  [909]
% 45.54/45.70  compose(A,domain(domain(domain(domain(domain(domain(compose(domain(codomain(
% 45.54/45.70                                                                     codomain(
% 45.54/45.70                                                                     codomain(A)))),A))))))))
% 45.54/45.70  -> A
% 45.54/45.70  Current number of equations to process: 2795
% 45.54/45.70  Current number of ordered equations: 0
% 45.54/45.70  Current number of rules: 906
% 45.54/45.70  New rule produced :
% 45.54/45.70  [910]
% 45.54/45.70  compose(codomain(compose(A,compose(B,codomain(domain(compose(A,B)))))),
% 45.54/45.70  compose(A,B)) -> compose(A,B)
% 45.54/45.70  Current number of equations to process: 2794
% 45.54/45.70  Current number of ordered equations: 0
% 45.54/45.70  Current number of rules: 907
% 45.54/45.70  New rule produced :
% 45.54/45.70  [911]
% 45.54/45.70  ifeq(there_exists(A),true,there_exists(domain(codomain(codomain(codomain(
% 45.54/45.70                                                                  compose(A,
% 45.54/45.70                                                                  codomain(
% 45.54/45.70                                                                  domain(A)))))))),true)
% 45.54/45.70  -> true
% 45.54/45.70  Current number of equations to process: 2793
% 45.54/45.70  Current number of ordered equations: 0
% 45.54/45.70  Current number of rules: 908
% 45.54/45.70  New rule produced :
% 45.54/45.70  [912]
% 45.54/45.70  compose(codomain(codomain(compose(A,codomain(compose(B,codomain(domain(B))))))),
% 45.54/45.70  compose(A,B)) -> compose(A,B)
% 45.54/45.70  Current number of equations to process: 2792
% 45.54/45.70  Current number of ordered equations: 0
% 45.54/45.70  Current number of rules: 909
% 45.54/45.70  New rule produced :
% 45.54/45.70  [913]
% 45.54/45.70  compose(codomain(compose(A,codomain(codomain(compose(B,codomain(domain(B))))))),
% 45.54/45.70  compose(A,B)) -> compose(A,B)
% 45.54/45.70  Current number of equations to process: 2791
% 45.54/45.70  Current number of ordered equations: 0
% 45.54/45.70  Current number of rules: 910
% 45.54/45.70  New rule produced :
% 45.54/45.70  [914]
% 45.54/45.70  compose(codomain(compose(codomain(A),codomain(compose(A,codomain(domain(A)))))),
% 45.54/45.70  compose(A,B)) -> compose(A,B)
% 45.54/45.70  Current number of equations to process: 2790
% 45.54/45.70  Current number of ordered equations: 0
% 45.54/45.70  Current number of rules: 911
% 45.54/45.70  New rule produced :
% 45.54/45.70  [915]
% 45.54/45.70  compose(codomain(codomain(codomain(codomain(codomain(codomain(codomain(
% 45.54/45.70                                                                codomain(
% 45.54/45.70                                                                compose(A,
% 45.54/45.70                                                                codomain(
% 45.54/45.70                                                                domain(A))))))))))),A)
% 45.54/45.70  -> A
% 45.54/45.70  Current number of equations to process: 2789
% 45.54/45.70  Current number of ordered equations: 0
% 45.54/45.70  Current number of rules: 912
% 45.54/45.70  New rule produced :
% 45.54/45.70  [916]
% 45.54/45.70  compose(codomain(compose(codomain(compose(A,codomain(domain(A)))),codomain(
% 45.63/45.86                                                                    codomain(
% 45.63/45.86                                                                    codomain(
% 45.63/45.86                                                                    codomain(A)))))),A)
% 45.63/45.86  -> A
% 45.63/45.86  Current number of equations to process: 2788
% 45.63/45.86  Current number of ordered equations: 0
% 45.63/45.86  Current number of rules: 913
% 45.63/45.86  New rule produced :
% 45.63/45.86  [917]
% 45.63/45.86  compose(codomain(codomain(compose(codomain(compose(A,codomain(domain(A)))),
% 45.63/45.86                            codomain(codomain(codomain(A)))))),A) -> A
% 45.63/45.86  Current number of equations to process: 2787
% 45.63/45.86  Current number of ordered equations: 0
% 45.63/45.86  Current number of rules: 914
% 45.63/45.86  New rule produced :
% 45.63/45.86  [918]
% 45.63/45.86  ifeq(there_exists(A),true,there_exists(domain(codomain(codomain(codomain(
% 45.63/45.86                                                                  compose(
% 45.63/45.86                                                                  codomain(A),
% 45.63/45.86                                                                  codomain(A))))))),true)
% 45.63/45.86  -> true
% 45.63/45.86  Current number of equations to process: 2786
% 45.63/45.86  Current number of ordered equations: 0
% 45.63/45.86  Current number of rules: 915
% 45.63/45.86  New rule produced :
% 45.63/45.86  [919]
% 45.63/45.86  compose(codomain(codomain(compose(A,codomain(compose(codomain(B),codomain(B)))))),
% 45.63/45.86  compose(A,B)) -> compose(A,B)
% 45.63/45.86  Current number of equations to process: 2785
% 45.63/45.86  Current number of ordered equations: 0
% 45.63/45.86  Current number of rules: 916
% 45.63/45.86  New rule produced :
% 45.63/45.86  [920]
% 45.63/45.86  compose(codomain(compose(A,codomain(codomain(compose(codomain(B),codomain(B)))))),
% 45.63/45.86  compose(A,B)) -> compose(A,B)
% 45.63/45.86  Current number of equations to process: 2784
% 45.63/45.86  Current number of ordered equations: 0
% 45.63/45.86  Current number of rules: 917
% 45.63/45.86  New rule produced :
% 45.63/45.86  [921]
% 45.63/45.86  compose(codomain(compose(codomain(A),codomain(compose(codomain(A),codomain(A))))),
% 45.63/45.86  compose(A,B)) -> compose(A,B)
% 45.63/45.86  Current number of equations to process: 2783
% 45.63/45.86  Current number of ordered equations: 0
% 45.63/45.86  Current number of rules: 918
% 45.63/45.86  New rule produced :
% 45.63/45.86  [922]
% 45.63/45.86  compose(codomain(codomain(codomain(codomain(codomain(codomain(codomain(
% 45.63/45.86                                                                codomain(
% 45.63/45.86                                                                compose(
% 45.63/45.86                                                                codomain(A),
% 45.63/45.86                                                                codomain(A)))))))))),A)
% 45.63/45.86  -> A
% 45.63/45.86  Current number of equations to process: 2782
% 45.63/45.86  Current number of ordered equations: 0
% 45.63/45.86  Current number of rules: 919
% 45.63/45.86  New rule produced :
% 45.63/45.86  [923]
% 45.63/45.86  compose(codomain(compose(codomain(compose(codomain(A),codomain(A))),codomain(
% 45.63/45.86                                                                      codomain(
% 45.63/45.86                                                                      codomain(
% 45.63/45.86                                                                      codomain(A)))))),A)
% 45.63/45.86  -> A
% 45.63/45.86  Current number of equations to process: 2781
% 45.63/45.86  Current number of ordered equations: 0
% 45.63/45.86  Current number of rules: 920
% 45.63/45.86  New rule produced :
% 45.63/45.86  [924]
% 45.63/45.86  compose(codomain(codomain(compose(codomain(compose(codomain(A),codomain(A))),
% 45.63/45.86                            codomain(codomain(codomain(A)))))),A) -> A
% 45.63/45.86  Current number of equations to process: 2780
% 45.63/45.86  Current number of ordered equations: 0
% 45.63/45.86  Current number of rules: 921
% 45.63/45.86  New rule produced :
% 45.63/45.86  [925]
% 45.63/45.86  ifeq(there_exists(A),true,there_exists(domain(codomain(codomain(compose(A,
% 45.63/45.86                                                                  codomain(
% 45.63/45.86                                                                  domain(
% 45.63/45.86                                                                  domain(A)))))))),true)
% 45.63/45.86  -> true
% 45.63/45.86  Current number of equations to process: 2779
% 45.63/45.86  Current number of ordered equations: 0
% 45.63/45.86  Current number of rules: 922
% 45.63/45.86  New rule produced :
% 45.63/45.86  [926]
% 45.63/45.86  compose(codomain(compose(A,codomain(compose(B,codomain(domain(domain(B))))))),
% 45.63/45.86  compose(A,B)) -> compose(A,B)
% 45.63/45.86  Current number of equations to process: 2778
% 45.63/45.86  Current number of ordered equations: 0
% 45.63/45.86  Current number of rules: 923
% 45.63/45.86  New rule produced :
% 45.63/45.86  [927]
% 45.63/45.86  compose(codomain(compose(codomain(compose(A,codomain(domain(domain(A))))),
% 45.63/45.86                   codomain(codomain(codomain(A))))),A) -> A
% 45.63/45.86  Current number of equations to process: 2777
% 45.63/45.86  Current number of ordered equations: 0
% 45.63/45.86  Current number of rules: 924
% 45.84/46.05  New rule produced :
% 45.84/46.05  [928]
% 45.84/46.05  compose(codomain(codomain(codomain(codomain(codomain(codomain(codomain(
% 45.84/46.05                                                                compose(A,
% 45.84/46.05                                                                codomain(
% 45.84/46.05                                                                domain(
% 45.84/46.05                                                                domain(A))))))))))),A)
% 45.84/46.05  -> A
% 45.84/46.05  Current number of equations to process: 2776
% 45.84/46.05  Current number of ordered equations: 0
% 45.84/46.05  Current number of rules: 925
% 45.84/46.05  New rule produced :
% 45.84/46.05  [929]
% 45.84/46.05  compose(codomain(compose(codomain(codomain(codomain(A))),codomain(compose(A,
% 45.84/46.05                                                                    codomain(
% 45.84/46.05                                                                    domain(
% 45.84/46.05                                                                    domain(A))))))),A)
% 45.84/46.05  -> A
% 45.84/46.05  Current number of equations to process: 2775
% 45.84/46.05  Current number of ordered equations: 0
% 45.84/46.05  Current number of rules: 926
% 45.84/46.05  New rule produced :
% 45.84/46.05  [930]
% 45.84/46.05  compose(codomain(codomain(compose(codomain(compose(A,codomain(domain(
% 45.84/46.05                                                                domain(A))))),
% 45.84/46.05                            codomain(codomain(A))))),A) -> A
% 45.84/46.05  Current number of equations to process: 2774
% 45.84/46.05  Current number of ordered equations: 0
% 45.84/46.05  Current number of rules: 927
% 45.84/46.05  New rule produced :
% 45.84/46.05  [931]
% 45.84/46.05  compose(codomain(codomain(compose(codomain(codomain(A)),codomain(compose(A,
% 45.84/46.05                                                                   codomain(
% 45.84/46.05                                                                   domain(
% 45.84/46.05                                                                   domain(A)))))))),A)
% 45.84/46.05  -> A
% 45.84/46.05  Current number of equations to process: 2773
% 45.84/46.05  Current number of ordered equations: 0
% 45.84/46.05  Current number of rules: 928
% 45.84/46.05  New rule produced :
% 45.84/46.05  [932]
% 45.84/46.05  compose(codomain(codomain(codomain(compose(A,codomain(compose(domain(A),B)))))),
% 45.84/46.05  compose(A,B)) -> compose(A,B)
% 45.84/46.05  Current number of equations to process: 2772
% 45.84/46.05  Current number of ordered equations: 0
% 45.84/46.05  Current number of rules: 929
% 45.84/46.05  New rule produced :
% 45.84/46.05  [933]
% 45.84/46.05  compose(codomain(codomain(codomain(compose(codomain(A),codomain(compose(A,B)))))),
% 45.84/46.05  compose(A,B)) -> compose(A,B)
% 45.84/46.05  Current number of equations to process: 2771
% 45.84/46.05  Current number of ordered equations: 0
% 45.84/46.05  Current number of rules: 930
% 45.84/46.05  New rule produced :
% 45.84/46.05  [934]
% 45.84/46.05  compose(codomain(compose(codomain(codomain(codomain(compose(A,codomain(B))))),A)),
% 45.84/46.05  compose(A,B)) -> compose(A,B)
% 45.84/46.05  Current number of equations to process: 2770
% 45.84/46.05  Current number of ordered equations: 0
% 45.84/46.05  Current number of rules: 931
% 45.84/46.05  New rule produced :
% 45.84/46.05  [935]
% 45.84/46.05  compose(codomain(codomain(codomain(compose(A,codomain(domain(compose(
% 45.84/46.05                                                               domain(codomain(
% 45.84/46.05                                                                      codomain(A))),A))))))),A)
% 45.84/46.05  -> A
% 45.84/46.05  Current number of equations to process: 2768
% 45.84/46.05  Current number of ordered equations: 0
% 45.84/46.05  Current number of rules: 932
% 45.84/46.05  New rule produced :
% 45.84/46.05  [936]
% 45.84/46.05  compose(codomain(codomain(codomain(compose(A,codomain(domain(domain(domain(
% 45.84/46.05                                                                      domain(
% 45.84/46.05                                                                      domain(
% 45.84/46.05                                                                      domain(A))))))))))),A)
% 45.84/46.05  -> A
% 45.84/46.05  Current number of equations to process: 2767
% 45.84/46.05  Current number of ordered equations: 0
% 45.84/46.05  Current number of rules: 933
% 45.84/46.05  New rule produced :
% 45.84/46.05  [937]
% 45.84/46.05  compose(codomain(codomain(codomain(compose(A,codomain(domain(compose(
% 45.84/46.05                                                               domain(domain(A)),
% 45.84/46.05                                                               domain(A)))))))),A)
% 45.84/46.05  -> A
% 45.84/46.05  Current number of equations to process: 2766
% 45.84/46.05  Current number of ordered equations: 0
% 45.84/46.05  Current number of rules: 934
% 45.84/46.05  New rule produced :
% 45.84/46.05  [938]
% 45.84/46.05  compose(codomain(codomain(codomain(compose(A,codomain(domain(compose(
% 45.84/46.05                                                               domain(domain(
% 45.84/46.05                                                                      codomain(A))),A))))))),A)
% 45.84/46.05  -> A
% 45.84/46.05  Current number of equations to process: 2765
% 45.84/46.05  Current number of ordered equations: 0
% 46.05/46.22  Current number of rules: 935
% 46.05/46.22  New rule produced :
% 46.05/46.22  [939]
% 46.05/46.22  compose(codomain(codomain(codomain(compose(codomain(compose(A,codomain(
% 46.05/46.22                                                                domain(
% 46.05/46.22                                                                domain(A))))),
% 46.05/46.22                                     codomain(A))))),A) -> A
% 46.05/46.22  Current number of equations to process: 2764
% 46.05/46.22  Current number of ordered equations: 0
% 46.05/46.22  Current number of rules: 936
% 46.05/46.22  New rule produced :
% 46.05/46.22  [940]
% 46.05/46.22  ifeq(there_exists(A),true,there_exists(domain(codomain(compose(A,codomain(
% 46.05/46.22                                                                   domain(
% 46.05/46.22                                                                   domain(
% 46.05/46.22                                                                   domain(A)))))))),true)
% 46.05/46.22  -> true
% 46.05/46.22  Current number of equations to process: 2763
% 46.05/46.22  Current number of ordered equations: 0
% 46.05/46.22  Current number of rules: 937
% 46.05/46.22  New rule produced :
% 46.05/46.22  [941]
% 46.05/46.22  compose(codomain(compose(codomain(compose(A,codomain(domain(domain(domain(A)))))),
% 46.05/46.22                   codomain(codomain(A)))),A) -> A
% 46.05/46.22  Current number of equations to process: 2762
% 46.05/46.22  Current number of ordered equations: 0
% 46.05/46.22  Current number of rules: 938
% 46.05/46.22  New rule produced :
% 46.05/46.22  [942]
% 46.05/46.22  compose(codomain(compose(codomain(codomain(A)),codomain(compose(A,codomain(
% 46.05/46.22                                                                    domain(
% 46.05/46.22                                                                    domain(
% 46.05/46.22                                                                    domain(A)))))))),A)
% 46.05/46.22  -> A
% 46.05/46.22  Current number of equations to process: 2761
% 46.05/46.22  Current number of ordered equations: 0
% 46.05/46.22  Current number of rules: 939
% 46.05/46.22  New rule produced :
% 46.05/46.22  [943]
% 46.05/46.22  compose(codomain(codomain(codomain(codomain(codomain(codomain(compose(A,
% 46.05/46.22                                                                codomain(
% 46.05/46.22                                                                domain(
% 46.05/46.22                                                                domain(
% 46.05/46.22                                                                domain(A))))))))))),A)
% 46.05/46.22  -> A
% 46.05/46.22  Current number of equations to process: 2760
% 46.05/46.22  Current number of ordered equations: 0
% 46.05/46.22  Current number of rules: 940
% 46.05/46.22  New rule produced :
% 46.05/46.22  [944]
% 46.05/46.22  compose(codomain(codomain(compose(codomain(compose(A,codomain(domain(
% 46.05/46.22                                                                domain(
% 46.05/46.22                                                                domain(A)))))),
% 46.05/46.22                            codomain(A)))),A) -> A
% 46.05/46.22  Current number of equations to process: 2759
% 46.05/46.22  Current number of ordered equations: 0
% 46.05/46.22  Current number of rules: 941
% 46.05/46.22  New rule produced :
% 46.05/46.22  [945]
% 46.05/46.22  compose(codomain(codomain(compose(codomain(A),codomain(compose(A,codomain(
% 46.05/46.22                                                                   domain(
% 46.05/46.22                                                                   domain(
% 46.05/46.22                                                                   domain(A))))))))),A)
% 46.05/46.22  -> A
% 46.05/46.22  Current number of equations to process: 2758
% 46.05/46.22  Current number of ordered equations: 0
% 46.05/46.22  Current number of rules: 942
% 46.05/46.22  New rule produced :
% 46.05/46.22  [946]
% 46.05/46.22  compose(codomain(codomain(codomain(codomain(codomain(compose(A,codomain(
% 46.05/46.22                                                                 domain(
% 46.05/46.22                                                                 domain(
% 46.05/46.22                                                                 domain(
% 46.05/46.22                                                                 domain(A))))))))))),A)
% 46.05/46.22  -> A
% 46.05/46.22  Current number of equations to process: 2757
% 46.05/46.22  Current number of ordered equations: 0
% 46.05/46.22  Current number of rules: 943
% 46.05/46.22  New rule produced :
% 46.05/46.22  [947]
% 46.05/46.22  compose(codomain(compose(codomain(compose(A,codomain(domain(domain(domain(
% 46.05/46.22                                                                     domain(A))))))),
% 46.05/46.22                   codomain(A))),A) -> A
% 46.05/46.22  Current number of equations to process: 2756
% 46.05/46.22  Current number of ordered equations: 0
% 46.05/46.22  Current number of rules: 944
% 46.05/46.22  New rule produced :
% 46.05/46.22  [948]
% 46.05/46.22  compose(codomain(compose(codomain(A),codomain(compose(A,codomain(domain(
% 46.05/46.22                                                                   domain(
% 46.05/46.22                                                                   domain(
% 46.14/46.36                                                                   domain(A))))))))),A)
% 46.14/46.36  -> A
% 46.14/46.36  Current number of equations to process: 2755
% 46.14/46.36  Current number of ordered equations: 0
% 46.14/46.36  Current number of rules: 945
% 46.14/46.36  New rule produced :
% 46.14/46.36  [949]
% 46.14/46.36  compose(A,domain(domain(domain(compose(domain(domain(codomain(codomain(
% 46.14/46.36                                                                codomain(
% 46.14/46.36                                                                codomain(
% 46.14/46.36                                                                codomain(A))))))),A)))))
% 46.14/46.36  -> A
% 46.14/46.36  Current number of equations to process: 2754
% 46.14/46.36  Current number of ordered equations: 0
% 46.14/46.36  Current number of rules: 946
% 46.14/46.36  New rule produced :
% 46.14/46.36  [950]
% 46.14/46.36  compose(A,domain(domain(domain(compose(domain(domain(A)),domain(compose(
% 46.14/46.36                                                                  domain(A),
% 46.14/46.36                                                                  domain(A))))))))
% 46.14/46.36  -> A
% 46.14/46.36  Current number of equations to process: 2753
% 46.14/46.36  Current number of ordered equations: 0
% 46.14/46.37  Current number of rules: 947
% 46.14/46.37  New rule produced :
% 46.14/46.37  [951]
% 46.14/46.37  compose(A,domain(domain(domain(compose(domain(domain(A)),domain(compose(
% 46.14/46.37                                                                  domain(
% 46.14/46.37                                                                  codomain(A)),A)))))))
% 46.14/46.37  -> A
% 46.14/46.37  Current number of equations to process: 2752
% 46.14/46.37  Current number of ordered equations: 0
% 46.14/46.37  Current number of rules: 948
% 46.14/46.37  New rule produced :
% 46.14/46.37  [952]
% 46.14/46.37  compose(codomain(compose(A,codomain(compose(domain(A),domain(compose(
% 46.14/46.37                                                               domain(A),
% 46.14/46.37                                                               domain(A))))))),A)
% 46.14/46.37  -> A
% 46.14/46.37  Current number of equations to process: 2750
% 46.14/46.37  Current number of ordered equations: 0
% 46.14/46.37  Current number of rules: 949
% 46.14/46.37  New rule produced :
% 46.14/46.37  [953]
% 46.14/46.37  compose(codomain(compose(A,codomain(compose(domain(A),domain(compose(
% 46.14/46.37                                                               domain(codomain(A)),A)))))),A)
% 46.14/46.37  -> A
% 46.14/46.37  Current number of equations to process: 2749
% 46.14/46.37  Current number of ordered equations: 0
% 46.14/46.37  Current number of rules: 950
% 46.14/46.37  New rule produced :
% 46.14/46.37  [954]
% 46.14/46.37  compose(codomain(compose(codomain(codomain(compose(A,codomain(domain(
% 46.14/46.37                                                                domain(
% 46.14/46.37                                                                domain(A))))))),
% 46.14/46.37                   codomain(A))),A) -> A
% 46.14/46.37  Current number of equations to process: 2747
% 46.14/46.37  Current number of ordered equations: 0
% 46.14/46.37  Current number of rules: 951
% 46.14/46.37  New rule produced :
% 46.14/46.37  [955]
% 46.14/46.37  compose(codomain(compose(codomain(codomain(A)),codomain(compose(codomain(
% 46.14/46.37                                                                  codomain(A)),
% 46.14/46.37                                                          codomain(codomain(A)))))),A)
% 46.14/46.37  -> A
% 46.14/46.37  Current number of equations to process: 2745
% 46.14/46.37  Current number of ordered equations: 0
% 46.14/46.37  Current number of rules: 952
% 46.14/46.37  New rule produced :
% 46.14/46.37  [956]
% 46.14/46.37  compose(codomain(codomain(codomain(codomain(compose(A,codomain(domain(
% 46.14/46.37                                                                 compose(
% 46.14/46.37                                                                 domain(A),
% 46.14/46.37                                                                 domain(A))))))))),A)
% 46.14/46.37  -> A
% 46.14/46.37  Current number of equations to process: 2743
% 46.14/46.37  Current number of ordered equations: 0
% 46.14/46.37  Current number of rules: 953
% 46.14/46.37  New rule produced :
% 46.14/46.37  [957]
% 46.14/46.37  compose(codomain(codomain(codomain(codomain(compose(A,codomain(domain(
% 46.14/46.37                                                                 compose(
% 46.14/46.37                                                                 domain(
% 46.14/46.37                                                                 codomain(A)),A)))))))),A)
% 46.14/46.37  -> A
% 46.14/46.37  Current number of equations to process: 2742
% 46.14/46.37  Current number of ordered equations: 0
% 46.14/46.37  Current number of rules: 954
% 46.14/46.37  New rule produced :
% 46.14/46.37  [958]
% 46.14/46.37  compose(codomain(codomain(codomain(codomain(compose(A,codomain(domain(
% 46.14/46.37                                                                 domain(
% 46.14/46.37                                                                 domain(
% 46.14/46.37                                                                 domain(
% 46.14/46.37                                                                 domain(A))))))))))),A)
% 46.35/46.54  -> A
% 46.35/46.54  Current number of equations to process: 2741
% 46.35/46.54  Current number of ordered equations: 0
% 46.35/46.54  Current number of rules: 955
% 46.35/46.54  New rule produced :
% 46.35/46.54  [959]
% 46.35/46.54  compose(codomain(codomain(codomain(codomain(compose(codomain(compose(A,
% 46.35/46.54                                                               codomain(
% 46.35/46.54                                                               domain(A)))),
% 46.35/46.54                                              codomain(A)))))),A) -> A
% 46.35/46.54  Current number of equations to process: 2740
% 46.35/46.54  Current number of ordered equations: 0
% 46.35/46.54  Current number of rules: 956
% 46.35/46.54  New rule produced :
% 46.35/46.54  [960]
% 46.35/46.54  compose(codomain(codomain(codomain(codomain(compose(codomain(compose(
% 46.35/46.54                                                               codomain(A),
% 46.35/46.54                                                               codomain(A))),
% 46.35/46.54                                              codomain(A)))))),A) -> A
% 46.35/46.54  Current number of equations to process: 2739
% 46.35/46.54  Current number of ordered equations: 0
% 46.35/46.54  Current number of rules: 957
% 46.35/46.54  New rule produced :
% 46.35/46.54  [961]
% 46.35/46.54  compose(codomain(codomain(codomain(compose(codomain(compose(A,B)),codomain(A))))),
% 46.35/46.54  compose(A,B)) -> compose(A,B)
% 46.35/46.54  Current number of equations to process: 2738
% 46.35/46.54  Current number of ordered equations: 0
% 46.35/46.54  Current number of rules: 958
% 46.35/46.54  New rule produced :
% 46.35/46.54  [962]
% 46.35/46.54  compose(codomain(compose(codomain(A),codomain(codomain(compose(A,codomain(
% 46.35/46.54                                                                   domain(
% 46.35/46.54                                                                   domain(
% 46.35/46.54                                                                   domain(A))))))))),A)
% 46.35/46.54  -> A
% 46.35/46.54  Current number of equations to process: 2736
% 46.35/46.54  Current number of ordered equations: 0
% 46.35/46.54  Current number of rules: 959
% 46.35/46.54  New rule produced :
% 46.35/46.54  [963]
% 46.35/46.54  ifeq(there_exists(A),true,there_exists(domain(codomain(codomain(compose(
% 46.35/46.54                                                                  codomain(A),
% 46.35/46.54                                                                  codomain(
% 46.35/46.54                                                                  codomain(A))))))),true)
% 46.35/46.54  -> true
% 46.35/46.54  Current number of equations to process: 2735
% 46.35/46.54  Current number of ordered equations: 0
% 46.35/46.54  Current number of rules: 960
% 46.35/46.54  New rule produced :
% 46.35/46.54  [964]
% 46.35/46.54  compose(codomain(compose(A,codomain(compose(codomain(B),codomain(codomain(B)))))),
% 46.35/46.54  compose(A,B)) -> compose(A,B)
% 46.35/46.54  Current number of equations to process: 2734
% 46.35/46.54  Current number of ordered equations: 0
% 46.35/46.54  Current number of rules: 961
% 46.35/46.54  New rule produced :
% 46.35/46.54  [965]
% 46.35/46.54  compose(codomain(compose(codomain(compose(codomain(A),codomain(codomain(A)))),
% 46.35/46.54                   codomain(codomain(codomain(A))))),A) -> A
% 46.35/46.54  Current number of equations to process: 2733
% 46.35/46.54  Current number of ordered equations: 0
% 46.35/46.54  Current number of rules: 962
% 46.35/46.54  New rule produced :
% 46.35/46.54  [966]
% 46.35/46.54  compose(codomain(codomain(codomain(codomain(codomain(codomain(codomain(
% 46.35/46.54                                                                compose(
% 46.35/46.54                                                                codomain(A),
% 46.35/46.54                                                                codomain(
% 46.35/46.54                                                                codomain(A)))))))))),A)
% 46.35/46.54  -> A
% 46.35/46.54  Current number of equations to process: 2732
% 46.35/46.54  Current number of ordered equations: 0
% 46.35/46.54  Current number of rules: 963
% 46.35/46.54  New rule produced :
% 46.35/46.54  [967]
% 46.35/46.54  compose(codomain(compose(codomain(codomain(codomain(A))),codomain(compose(
% 46.35/46.54                                                                    codomain(A),
% 46.35/46.54                                                                    codomain(
% 46.35/46.54                                                                    codomain(A)))))),A)
% 46.35/46.54  -> A
% 46.35/46.54  Current number of equations to process: 2731
% 46.35/46.54  Current number of ordered equations: 0
% 46.35/46.54  Current number of rules: 964
% 46.35/46.54  New rule produced :
% 46.35/46.54  [968]
% 46.35/46.54  compose(codomain(codomain(compose(codomain(compose(codomain(A),codomain(
% 46.35/46.54                                                                 codomain(A)))),
% 46.35/46.54                            codomain(codomain(A))))),A) -> A
% 46.35/46.54  Current number of equations to process: 2730
% 46.35/46.54  Current number of ordered equations: 0
% 46.35/46.54  Current number of rules: 965
% 46.35/46.54  New rule produced :
% 46.35/46.54  [969]
% 46.35/46.54  compose(codomain(codomain(compose(codomain(codomain(A)),codomain(compose(
% 46.44/46.68                                                                   codomain(A),
% 46.44/46.68                                                                   codomain(
% 46.44/46.68                                                                   codomain(A))))))),A)
% 46.44/46.68  -> A
% 46.44/46.68  Current number of equations to process: 2729
% 46.44/46.68  Current number of ordered equations: 0
% 46.44/46.68  Current number of rules: 966
% 46.44/46.68  New rule produced :
% 46.44/46.68  [970]
% 46.44/46.68  compose(codomain(codomain(codomain(compose(codomain(compose(codomain(A),
% 46.44/46.68                                                      codomain(codomain(A)))),
% 46.44/46.68                                     codomain(A))))),A) -> A
% 46.44/46.68  Current number of equations to process: 2728
% 46.44/46.68  Current number of ordered equations: 0
% 46.44/46.68  Current number of rules: 967
% 46.44/46.68  New rule produced :
% 46.44/46.68  [971]
% 46.44/46.68  ifeq(there_exists(A),true,there_exists(domain(codomain(compose(codomain(A),
% 46.44/46.68                                                         codomain(codomain(
% 46.44/46.68                                                                  codomain(A))))))),true)
% 46.44/46.68  -> true
% 46.44/46.68  Current number of equations to process: 2727
% 46.44/46.68  Current number of ordered equations: 0
% 46.44/46.68  Current number of rules: 968
% 46.44/46.68  New rule produced :
% 46.44/46.68  [972]
% 46.44/46.68  compose(codomain(compose(codomain(compose(codomain(A),codomain(codomain(
% 46.44/46.68                                                                 codomain(A))))),
% 46.44/46.68                   codomain(codomain(A)))),A) -> A
% 46.44/46.68  Current number of equations to process: 2726
% 46.44/46.68  Current number of ordered equations: 0
% 46.44/46.68  Current number of rules: 969
% 46.44/46.68  New rule produced :
% 46.44/46.68  [973]
% 46.44/46.68  compose(codomain(compose(codomain(codomain(A)),codomain(compose(codomain(A),
% 46.44/46.68                                                          codomain(codomain(
% 46.44/46.68                                                                   codomain(A))))))),A)
% 46.44/46.68  -> A
% 46.44/46.68  Current number of equations to process: 2725
% 46.44/46.68  Current number of ordered equations: 0
% 46.44/46.68  Current number of rules: 970
% 46.44/46.68  New rule produced :
% 46.44/46.68  [974]
% 46.44/46.68  compose(codomain(codomain(codomain(codomain(codomain(codomain(compose(
% 46.44/46.68                                                                codomain(A),
% 46.44/46.68                                                                codomain(
% 46.44/46.68                                                                codomain(
% 46.44/46.68                                                                codomain(A)))))))))),A)
% 46.44/46.68  -> A
% 46.44/46.68  Current number of equations to process: 2724
% 46.44/46.68  Current number of ordered equations: 0
% 46.44/46.68  Current number of rules: 971
% 46.44/46.68  New rule produced :
% 46.44/46.68  [975]
% 46.44/46.68  compose(codomain(codomain(compose(codomain(compose(codomain(A),codomain(
% 46.44/46.68                                                                 codomain(
% 46.44/46.68                                                                 codomain(A))))),
% 46.44/46.68                            codomain(A)))),A) -> A
% 46.44/46.68  Current number of equations to process: 2723
% 46.44/46.68  Current number of ordered equations: 0
% 46.44/46.68  Current number of rules: 972
% 46.44/46.68  New rule produced :
% 46.44/46.68  [976]
% 46.44/46.68  compose(codomain(codomain(compose(codomain(A),codomain(compose(codomain(A),
% 46.44/46.68                                                         codomain(codomain(
% 46.44/46.68                                                                  codomain(A)))))))),A)
% 46.44/46.68  -> A
% 46.44/46.68  Current number of equations to process: 2722
% 46.44/46.68  Current number of ordered equations: 0
% 46.44/46.68  Current number of rules: 973
% 46.44/46.68  New rule produced :
% 46.44/46.68  [977]
% 46.44/46.68  compose(codomain(compose(codomain(codomain(compose(codomain(A),codomain(
% 46.44/46.68                                                                 codomain(
% 46.44/46.68                                                                 codomain(A)))))),
% 46.44/46.68                   codomain(A))),A) -> A
% 46.44/46.68  Current number of equations to process: 2721
% 46.44/46.68  Current number of ordered equations: 0
% 46.44/46.68  Current number of rules: 974
% 46.44/46.68  New rule produced :
% 46.44/46.68  [978]
% 46.44/46.68  compose(codomain(compose(codomain(A),codomain(codomain(compose(codomain(A),
% 46.44/46.68                                                         codomain(codomain(
% 46.44/46.68                                                                  codomain(A)))))))),A)
% 46.44/46.68  -> A
% 46.44/46.68  Current number of equations to process: 2720
% 46.44/46.68  Current number of ordered equations: 0
% 46.44/46.68  Current number of rules: 975
% 46.44/46.68  New rule produced :
% 46.44/46.68  [979]
% 46.44/46.68  compose(codomain(codomain(codomain(codomain(codomain(compose(codomain(A),
% 46.44/46.68                                                       codomain(codomain(
% 46.65/46.85                                                                codomain(
% 46.65/46.85                                                                codomain(A)))))))))),A)
% 46.65/46.85  -> A
% 46.65/46.85  Current number of equations to process: 2719
% 46.65/46.85  Current number of ordered equations: 0
% 46.65/46.85  Current number of rules: 976
% 46.65/46.85  New rule produced :
% 46.65/46.85  [980]
% 46.65/46.85  compose(codomain(compose(codomain(compose(codomain(A),codomain(codomain(
% 46.65/46.85                                                                 codomain(
% 46.65/46.85                                                                 codomain(A)))))),
% 46.65/46.85                   codomain(A))),A) -> A
% 46.65/46.85  Current number of equations to process: 2718
% 46.65/46.85  Current number of ordered equations: 0
% 46.65/46.85  Current number of rules: 977
% 46.65/46.85  New rule produced :
% 46.65/46.85  [981]
% 46.65/46.85  compose(codomain(compose(codomain(A),codomain(compose(codomain(A),codomain(
% 46.65/46.85                                                                    codomain(
% 46.65/46.85                                                                    codomain(
% 46.65/46.85                                                                    codomain(A)))))))),A)
% 46.65/46.85  -> A
% 46.65/46.85  Current number of equations to process: 2717
% 46.65/46.85  Current number of ordered equations: 0
% 46.65/46.85  Current number of rules: 978
% 46.65/46.85  New rule produced :
% 46.65/46.85  [982]
% 46.65/46.85  compose(A,domain(compose(domain(A),domain(compose(domain(codomain(codomain(
% 46.65/46.85                                                                    codomain(
% 46.65/46.85                                                                    codomain(A))))),A)))))
% 46.65/46.85  -> A
% 46.65/46.85  Current number of equations to process: 2716
% 46.65/46.85  Current number of ordered equations: 0
% 46.65/46.85  Current number of rules: 979
% 46.65/46.85  New rule produced :
% 46.65/46.85  [983]
% 46.65/46.85  compose(A,domain(domain(domain(domain(domain(compose(domain(codomain(
% 46.65/46.85                                                              codomain(
% 46.65/46.85                                                              codomain(
% 46.65/46.85                                                              codomain(A))))),A)))))))
% 46.65/46.85  -> A
% 46.65/46.85  Current number of equations to process: 2713
% 46.65/46.85  Current number of ordered equations: 0
% 46.65/46.85  Current number of rules: 980
% 46.65/46.85  New rule produced :
% 46.65/46.85  [984]
% 46.65/46.85  compose(A,domain(domain(domain(compose(domain(compose(domain(codomain(
% 46.65/46.85                                                               codomain(A))),A)),
% 46.65/46.85                                 domain(A)))))) -> A
% 46.65/46.85  Current number of equations to process: 2709
% 46.65/46.85  Current number of ordered equations: 0
% 46.65/46.85  Current number of rules: 981
% 46.65/46.85  New rule produced :
% 46.65/46.85  [985]
% 46.65/46.85  compose(A,domain(domain(domain(compose(domain(domain(domain(domain(domain(
% 46.65/46.85                                                                     domain(A)))))),
% 46.65/46.85                                 domain(A)))))) -> A
% 46.65/46.85  Current number of equations to process: 2708
% 46.65/46.85  Current number of ordered equations: 0
% 46.65/46.85  Current number of rules: 982
% 46.65/46.85  New rule produced :
% 46.65/46.85  [986]
% 46.65/46.85  compose(A,domain(domain(domain(compose(domain(compose(domain(domain(A)),
% 46.65/46.85                                                domain(A))),domain(A)))))) -> A
% 46.65/46.85  Current number of equations to process: 2707
% 46.65/46.85  Current number of ordered equations: 0
% 46.65/46.85  Current number of rules: 983
% 46.65/46.85  New rule produced :
% 46.65/46.85  [987]
% 46.65/46.85  compose(A,domain(domain(domain(compose(domain(compose(domain(domain(codomain(A))),A)),
% 46.65/46.85                                 domain(A)))))) -> A
% 46.65/46.85  Current number of equations to process: 2706
% 46.65/46.85  Current number of ordered equations: 0
% 46.65/46.85  Current number of rules: 984
% 46.65/46.85  New rule produced :
% 46.65/46.85  [988]
% 46.65/46.85  compose(A,domain(domain(domain(compose(domain(domain(domain(codomain(
% 46.65/46.85                                                              codomain(
% 46.65/46.85                                                              codomain(
% 46.65/46.85                                                              codomain(A))))))),A)))))
% 46.65/46.85  -> A
% 46.65/46.85  Current number of equations to process: 2705
% 46.65/46.85  Current number of ordered equations: 0
% 46.65/46.85  Current number of rules: 985
% 46.65/46.85  New rule produced :
% 46.65/46.85  [989]
% 46.65/46.85  compose(codomain(compose(codomain(codomain(A)),codomain(compose(domain(
% 46.65/46.85                                                                  domain(
% 46.65/46.85                                                                  codomain(
% 46.65/46.85                                                                  codomain(A)))),A)))),A)
% 46.65/46.85  -> A
% 46.65/46.85  Current number of equations to process: 2702
% 46.83/47.01  Current number of ordered equations: 0
% 46.83/47.01  Current number of rules: 986
% 46.83/47.01  New rule produced :
% 46.83/47.01  [990]
% 46.83/47.01  compose(codomain(compose(codomain(codomain(codomain(compose(A,codomain(
% 46.83/47.01                                                                domain(
% 46.83/47.01                                                                domain(A))))))),
% 46.83/47.01                   codomain(A))),A) -> A
% 46.83/47.01  Current number of equations to process: 2700
% 46.83/47.01  Current number of ordered equations: 0
% 46.83/47.01  Current number of rules: 987
% 46.83/47.01  New rule produced :
% 46.83/47.01  [991]
% 46.83/47.01  compose(codomain(compose(codomain(codomain(codomain(compose(codomain(A),
% 46.83/47.01                                                      codomain(codomain(A)))))),
% 46.83/47.01                   codomain(A))),A) -> A
% 46.83/47.01  Current number of equations to process: 2699
% 46.83/47.01  Current number of ordered equations: 0
% 46.83/47.01  Current number of rules: 988
% 46.83/47.01  New rule produced :
% 46.83/47.01  [992]
% 46.83/47.01  compose(codomain(compose(codomain(A),codomain(codomain(codomain(compose(A,
% 46.83/47.01                                                                  codomain(
% 46.83/47.01                                                                  domain(
% 46.83/47.01                                                                  domain(A))))))))),A)
% 46.83/47.01  -> A
% 46.83/47.01  Current number of equations to process: 2693
% 46.83/47.01  Current number of ordered equations: 0
% 46.83/47.01  Current number of rules: 989
% 46.83/47.01  New rule produced :
% 46.83/47.01  [993]
% 46.83/47.01  compose(codomain(compose(codomain(A),codomain(codomain(codomain(compose(
% 46.83/47.01                                                                  codomain(A),
% 46.83/47.01                                                                  codomain(
% 46.83/47.01                                                                  codomain(A)))))))),A)
% 46.83/47.01  -> A
% 46.83/47.01  Current number of equations to process: 2692
% 46.83/47.01  Current number of ordered equations: 0
% 46.83/47.01  Current number of rules: 990
% 46.83/47.01  New rule produced :
% 46.83/47.01  [994]
% 46.83/47.01  compose(codomain(codomain(codomain(compose(codomain(A),codomain(codomain(
% 46.83/47.01                                                                  codomain(
% 46.83/47.01                                                                  codomain(
% 46.83/47.01                                                                  codomain(
% 46.83/47.01                                                                  codomain(A)))))))))),A)
% 46.83/47.01  -> A
% 46.83/47.01  Current number of equations to process: 2690
% 46.83/47.01  Current number of ordered equations: 0
% 46.83/47.01  Current number of rules: 991
% 46.83/47.01  New rule produced :
% 46.83/47.01  [995]
% 46.83/47.01  compose(codomain(codomain(codomain(compose(codomain(A),codomain(compose(A,
% 46.83/47.01                                                                  codomain(
% 46.83/47.01                                                                  domain(
% 46.83/47.01                                                                  domain(A))))))))),A)
% 46.83/47.01  -> A
% 46.83/47.01  Current number of equations to process: 2689
% 46.83/47.01  Current number of ordered equations: 0
% 46.83/47.01  Current number of rules: 992
% 46.83/47.01  New rule produced :
% 46.83/47.01  [996]
% 46.83/47.01  compose(codomain(codomain(codomain(compose(codomain(A),codomain(compose(
% 46.83/47.01                                                                  codomain(A),
% 46.83/47.01                                                                  codomain(
% 46.83/47.01                                                                  codomain(A)))))))),A)
% 46.83/47.01  -> A
% 46.83/47.01  Current number of equations to process: 2688
% 46.83/47.01  Current number of ordered equations: 0
% 46.83/47.01  Current number of rules: 993
% 46.83/47.01  New rule produced :
% 46.83/47.01  [997]
% 46.83/47.01  ifeq(there_exists(compose(A,B)),true,there_exists(domain(codomain(compose(A,
% 46.83/47.01                                                                    codomain(
% 46.83/47.01                                                                    domain(A)))))),true)
% 46.83/47.01  -> true
% 46.83/47.01  Current number of equations to process: 2687
% 46.83/47.01  Current number of ordered equations: 0
% 46.83/47.01  Current number of rules: 994
% 46.83/47.01  New rule produced :
% 46.83/47.01  [998]
% 46.83/47.01  compose(codomain(compose(codomain(codomain(A)),codomain(domain(codomain(
% 46.83/47.01                                                                 codomain(A)))))),
% 46.83/47.01  compose(A,B)) -> compose(A,B)
% 46.83/47.01  Current number of equations to process: 2686
% 46.83/47.01  Current number of ordered equations: 0
% 46.83/47.01  Current number of rules: 995
% 46.83/47.01  New rule produced :
% 46.83/47.01  [999]
% 46.83/47.01  compose(codomain(codomain(codomain(codomain(codomain(compose(A,codomain(
% 46.83/47.01                                                                 domain(A)))))))),
% 46.83/47.01  compose(A,B)) -> compose(A,B)
% 46.83/47.01  Current number of equations to process: 2685
% 47.06/47.23  Current number of ordered equations: 0
% 47.06/47.23  Current number of rules: 996
% 47.06/47.23  New rule produced :
% 47.06/47.23  [1000]
% 47.06/47.23  compose(A,compose(domain(compose(domain(codomain(compose(A,codomain(domain(A))))),A)),B))
% 47.06/47.23  -> compose(A,B)
% 47.06/47.23  Current number of equations to process: 2684
% 47.06/47.23  Current number of ordered equations: 0
% 47.06/47.23  Current number of rules: 997
% 47.06/47.23  New rule produced :
% 47.06/47.23  [1001]
% 47.06/47.23  compose(codomain(compose(codomain(compose(A,codomain(domain(A)))),codomain(A))),
% 47.06/47.23  compose(A,B)) -> compose(A,B)
% 47.06/47.23  Current number of equations to process: 2683
% 47.06/47.23  Current number of ordered equations: 0
% 47.06/47.23  Current number of rules: 998
% 47.06/47.23  New rule produced :
% 47.06/47.23  [1002]
% 47.06/47.23  compose(A,domain(compose(domain(domain(domain(domain(codomain(compose(A,
% 47.06/47.23                                                                codomain(
% 47.06/47.23                                                                domain(A)))))))),A)))
% 47.06/47.23  -> A
% 47.06/47.23  Current number of equations to process: 2682
% 47.06/47.23  Current number of ordered equations: 0
% 47.06/47.23  Current number of rules: 999
% 47.06/47.23  New rule produced :
% 47.06/47.23  [1003]
% 47.06/47.23  compose(A,domain(domain(compose(domain(domain(domain(codomain(compose(A,
% 47.06/47.23                                                                codomain(
% 47.06/47.23                                                                domain(A))))))),A))))
% 47.06/47.23  -> A
% 47.06/47.23  Current number of equations to process: 2681
% 47.06/47.23  Current number of ordered equations: 0
% 47.06/47.23  Current number of rules: 1000
% 47.06/47.23  New rule produced :
% 47.06/47.23  [1004]
% 47.06/47.23  compose(A,domain(domain(domain(domain(compose(domain(codomain(compose(A,
% 47.06/47.23                                                                codomain(
% 47.06/47.23                                                                domain(A))))),A))))))
% 47.06/47.23  -> A
% 47.06/47.23  Current number of equations to process: 2680
% 47.06/47.23  Current number of ordered equations: 0
% 47.06/47.23  Current number of rules: 1001
% 47.06/47.23  New rule produced :
% 47.06/47.23  [1005]
% 47.06/47.23  compose(A,domain(domain(domain(compose(domain(domain(codomain(compose(A,
% 47.06/47.23                                                                codomain(
% 47.06/47.23                                                                domain(A)))))),A)))))
% 47.06/47.23  -> A
% 47.06/47.23  Current number of equations to process: 2679
% 47.06/47.23  Current number of ordered equations: 0
% 47.06/47.23  Current number of rules: 1002
% 47.06/47.23  New rule produced :
% 47.06/47.23  [1006]
% 47.06/47.23  ifeq(there_exists(compose(A,B)),true,there_exists(domain(codomain(compose(
% 47.06/47.23                                                                    codomain(A),
% 47.06/47.23                                                                    codomain(A))))),true)
% 47.06/47.23  -> true
% 47.06/47.23  Current number of equations to process: 2678
% 47.06/47.23  Current number of ordered equations: 0
% 47.06/47.23  Current number of rules: 1003
% 47.06/47.23  New rule produced :
% 47.06/47.23  [1007]
% 47.06/47.23  compose(codomain(compose(codomain(codomain(codomain(A))),codomain(codomain(
% 47.06/47.23                                                                    codomain(A))))),
% 47.06/47.23  compose(A,B)) -> compose(A,B)
% 47.06/47.23  Current number of equations to process: 2677
% 47.06/47.23  Current number of ordered equations: 0
% 47.06/47.23  Current number of rules: 1004
% 47.06/47.23  New rule produced :
% 47.06/47.23  [1008]
% 47.06/47.23  compose(codomain(codomain(codomain(codomain(codomain(compose(codomain(A),
% 47.06/47.23                                                       codomain(A))))))),
% 47.06/47.23  compose(A,B)) -> compose(A,B)
% 47.06/47.23  Current number of equations to process: 2676
% 47.06/47.23  Current number of ordered equations: 0
% 47.06/47.23  Current number of rules: 1005
% 47.06/47.23  New rule produced :
% 47.06/47.23  [1009]
% 47.06/47.23  compose(A,compose(domain(compose(domain(codomain(compose(codomain(A),
% 47.06/47.23                                                   codomain(A)))),A)),B)) ->
% 47.06/47.23  compose(A,B)
% 47.06/47.23  Current number of equations to process: 2675
% 47.06/47.23  Current number of ordered equations: 0
% 47.06/47.23  Current number of rules: 1006
% 47.06/47.23  New rule produced :
% 47.06/47.23  [1010]
% 47.06/47.23  compose(codomain(compose(codomain(compose(codomain(A),codomain(A))),codomain(A))),
% 47.06/47.23  compose(A,B)) -> compose(A,B)
% 47.06/47.23  Current number of equations to process: 2674
% 47.06/47.23  Current number of ordered equations: 0
% 47.06/47.23  Current number of rules: 1007
% 47.06/47.23  New rule produced :
% 47.06/47.23  [1011]
% 47.06/47.23  compose(A,domain(compose(domain(domain(domain(domain(codomain(compose(
% 47.06/47.23                                                                codomain(A),
% 47.06/47.23                                                                codomain(A))))))),A)))
% 47.06/47.23  -> A
% 47.06/47.23  Current number of equations to process: 2673
% 47.06/47.23  Current number of ordered equations: 0
% 47.06/47.23  Current number of rules: 1008
% 47.06/47.23  New rule produced :
% 47.06/47.23  [1012]
% 47.06/47.23  compose(A,domain(domain(compose(domain(domain(domain(codomain(compose(
% 47.16/47.39                                                                codomain(A),
% 47.16/47.39                                                                codomain(A)))))),A))))
% 47.16/47.39  -> A
% 47.16/47.39  Current number of equations to process: 2672
% 47.16/47.39  Current number of ordered equations: 0
% 47.16/47.39  Current number of rules: 1009
% 47.16/47.39  New rule produced :
% 47.16/47.39  [1013]
% 47.16/47.39  compose(A,domain(domain(domain(domain(compose(domain(codomain(compose(
% 47.16/47.39                                                                codomain(A),
% 47.16/47.39                                                                codomain(A)))),A))))))
% 47.16/47.39  -> A
% 47.16/47.39  Current number of equations to process: 2671
% 47.16/47.39  Current number of ordered equations: 0
% 47.16/47.39  Current number of rules: 1010
% 47.16/47.39  New rule produced :
% 47.16/47.39  [1014]
% 47.16/47.39  compose(A,domain(domain(domain(compose(domain(domain(codomain(compose(
% 47.16/47.39                                                                codomain(A),
% 47.16/47.39                                                                codomain(A))))),A)))))
% 47.16/47.39  -> A
% 47.16/47.39  Current number of equations to process: 2670
% 47.16/47.39  Current number of ordered equations: 0
% 47.16/47.39  Current number of rules: 1011
% 47.16/47.39  New rule produced :
% 47.16/47.39  [1015]
% 47.16/47.39  compose(codomain(compose(codomain(codomain(codomain(A))),codomain(domain(
% 47.16/47.39                                                                    domain(
% 47.16/47.39                                                                    codomain(
% 47.16/47.39                                                                    codomain(
% 47.16/47.39                                                                    codomain(A)))))))),A)
% 47.16/47.39  -> A
% 47.16/47.39  Current number of equations to process: 2669
% 47.16/47.39  Current number of ordered equations: 0
% 47.16/47.39  Current number of rules: 1012
% 47.16/47.39  New rule produced :
% 47.16/47.39  [1016]
% 47.16/47.39  compose(codomain(codomain(codomain(codomain(compose(A,codomain(domain(
% 47.16/47.39                                                                 domain(A)))))))),
% 47.16/47.39  compose(A,B)) -> compose(A,B)
% 47.16/47.39  Current number of equations to process: 2668
% 47.16/47.39  Current number of ordered equations: 0
% 47.16/47.39  Current number of rules: 1013
% 47.16/47.39  New rule produced :
% 47.16/47.39  [1017]
% 47.16/47.39  compose(A,domain(compose(domain(domain(domain(codomain(compose(A,codomain(
% 47.16/47.39                                                                   domain(
% 47.16/47.39                                                                   domain(A)))))))),A)))
% 47.16/47.39  -> A
% 47.16/47.39  Current number of equations to process: 2667
% 47.16/47.39  Current number of ordered equations: 0
% 47.16/47.39  Current number of rules: 1014
% 47.16/47.39  New rule produced :
% 47.16/47.39  [1018]
% 47.16/47.39  compose(A,domain(domain(compose(domain(domain(codomain(compose(A,codomain(
% 47.16/47.39                                                                   domain(
% 47.16/47.39                                                                   domain(A))))))),A))))
% 47.16/47.39  -> A
% 47.16/47.39  Current number of equations to process: 2666
% 47.16/47.39  Current number of ordered equations: 0
% 47.16/47.39  Current number of rules: 1015
% 47.16/47.39  New rule produced :
% 47.16/47.39  [1019]
% 47.16/47.39  compose(A,domain(domain(domain(compose(domain(codomain(compose(A,codomain(
% 47.16/47.39                                                                   domain(
% 47.16/47.39                                                                   domain(A)))))),A)))))
% 47.16/47.39  -> A
% 47.16/47.39  Current number of equations to process: 2665
% 47.16/47.39  Current number of ordered equations: 0
% 47.16/47.39  Current number of rules: 1016
% 47.16/47.39  New rule produced :
% 47.16/47.39  [1020]
% 47.16/47.39  ifeq(there_exists(A),true,there_exists(domain(codomain(codomain(compose(A,
% 47.16/47.39                                                                  codomain(
% 47.16/47.39                                                                  codomain(
% 47.16/47.39                                                                  domain(A)))))))),true)
% 47.16/47.39  -> true
% 47.16/47.39  Current number of equations to process: 2664
% 47.16/47.39  Current number of ordered equations: 0
% 47.16/47.39  Current number of rules: 1017
% 47.16/47.39  New rule produced :
% 47.16/47.39  [1021]
% 47.16/47.39  compose(codomain(compose(A,codomain(compose(B,codomain(codomain(domain(B))))))),
% 47.16/47.39  compose(A,B)) -> compose(A,B)
% 47.16/47.39  Current number of equations to process: 2663
% 47.16/47.39  Current number of ordered equations: 0
% 47.16/47.39  Current number of rules: 1018
% 47.16/47.39  New rule produced :
% 47.16/47.39  [1022]
% 47.16/47.39  compose(codomain(compose(codomain(compose(A,codomain(codomain(domain(A))))),
% 47.16/47.39                   codomain(codomain(codomain(A))))),A) -> A
% 47.16/47.39  Current number of equations to process: 2662
% 47.16/47.39  Current number of ordered equations: 0
% 47.16/47.39  Current number of rules: 1019
% 47.16/47.39  New rule produced :
% 47.16/47.39  [1023]
% 47.16/47.39  compose(codomain(codomain(codomain(codomain(codomain(codomain(codomain(
% 47.34/47.56                                                                compose(A,
% 47.34/47.56                                                                codomain(
% 47.34/47.56                                                                codomain(
% 47.34/47.56                                                                domain(A))))))))))),A)
% 47.34/47.56  -> A
% 47.34/47.56  Current number of equations to process: 2661
% 47.34/47.56  Current number of ordered equations: 0
% 47.34/47.56  Current number of rules: 1020
% 47.34/47.56  New rule produced :
% 47.34/47.56  [1024]
% 47.34/47.56  compose(codomain(compose(codomain(codomain(codomain(A))),codomain(compose(A,
% 47.34/47.56                                                                    codomain(
% 47.34/47.56                                                                    codomain(
% 47.34/47.56                                                                    domain(A))))))),A)
% 47.34/47.56  -> A
% 47.34/47.56  Current number of equations to process: 2660
% 47.34/47.56  Current number of ordered equations: 0
% 47.34/47.56  Current number of rules: 1021
% 47.34/47.56  New rule produced :
% 47.34/47.56  [1025]
% 47.34/47.56  compose(codomain(codomain(compose(codomain(compose(A,codomain(codomain(
% 47.34/47.56                                                                domain(A))))),
% 47.34/47.56                            codomain(codomain(A))))),A) -> A
% 47.34/47.56  Current number of equations to process: 2659
% 47.34/47.56  Current number of ordered equations: 0
% 47.34/47.56  Current number of rules: 1022
% 47.34/47.56  New rule produced :
% 47.34/47.56  [1026]
% 47.34/47.56  compose(codomain(codomain(compose(codomain(codomain(A)),codomain(compose(A,
% 47.34/47.56                                                                   codomain(
% 47.34/47.56                                                                   codomain(
% 47.34/47.56                                                                   domain(A)))))))),A)
% 47.34/47.56  -> A
% 47.34/47.56  Current number of equations to process: 2658
% 47.34/47.56  Current number of ordered equations: 0
% 47.34/47.56  Current number of rules: 1023
% 47.34/47.56  New rule produced :
% 47.34/47.56  [1027]
% 47.34/47.56  compose(codomain(codomain(codomain(compose(codomain(compose(A,codomain(
% 47.34/47.56                                                                codomain(
% 47.34/47.56                                                                domain(A))))),
% 47.34/47.56                                     codomain(A))))),A) -> A
% 47.34/47.56  Current number of equations to process: 2657
% 47.34/47.56  Current number of ordered equations: 0
% 47.34/47.56  Current number of rules: 1024
% 47.34/47.56  New rule produced :
% 47.34/47.56  [1028]
% 47.34/47.56  compose(codomain(compose(codomain(codomain(codomain(compose(A,codomain(
% 47.34/47.56                                                                codomain(
% 47.34/47.56                                                                domain(A))))))),
% 47.34/47.56                   codomain(A))),A) -> A
% 47.34/47.56  Current number of equations to process: 2656
% 47.34/47.56  Current number of ordered equations: 0
% 47.34/47.56  Current number of rules: 1025
% 47.34/47.56  New rule produced :
% 47.34/47.56  [1029]
% 47.34/47.56  compose(codomain(compose(codomain(A),codomain(codomain(codomain(compose(A,
% 47.34/47.56                                                                  codomain(
% 47.34/47.56                                                                  codomain(
% 47.34/47.56                                                                  domain(A))))))))),A)
% 47.34/47.56  -> A
% 47.34/47.56  Current number of equations to process: 2655
% 47.34/47.56  Current number of ordered equations: 0
% 47.34/47.56  Current number of rules: 1026
% 47.34/47.56  New rule produced :
% 47.34/47.56  [1030]
% 47.34/47.56  compose(codomain(codomain(codomain(compose(codomain(A),codomain(compose(A,
% 47.34/47.56                                                                  codomain(
% 47.34/47.56                                                                  codomain(
% 47.34/47.56                                                                  domain(A))))))))),A)
% 47.34/47.56  -> A
% 47.34/47.56  Current number of equations to process: 2654
% 47.34/47.56  Current number of ordered equations: 0
% 47.34/47.56  Current number of rules: 1027
% 47.34/47.56  New rule produced :
% 47.34/47.56  [1031]
% 47.34/47.56  compose(codomain(compose(codomain(A),codomain(domain(domain(domain(codomain(A))))))),
% 47.34/47.56  compose(A,B)) -> compose(A,B)
% 47.34/47.56  Current number of equations to process: 2653
% 47.34/47.56  Current number of ordered equations: 0
% 47.34/47.56  Current number of rules: 1028
% 47.34/47.56  New rule produced :
% 47.34/47.56  [1032]
% 47.34/47.56  compose(codomain(codomain(codomain(compose(A,codomain(domain(domain(domain(A)))))))),
% 47.34/47.56  compose(A,B)) -> compose(A,B)
% 47.34/47.56  Current number of equations to process: 2652
% 47.34/47.56  Current number of ordered equations: 0
% 47.34/47.56  Current number of rules: 1029
% 47.34/47.56  New rule produced :
% 47.34/47.56  [1033]
% 47.34/47.56  compose(A,domain(compose(domain(domain(codomain(compose(A,codomain(domain(
% 47.55/47.71                                                                     domain(
% 47.55/47.71                                                                     domain(A)))))))),A)))
% 47.55/47.71  -> A
% 47.55/47.71  Current number of equations to process: 2651
% 47.55/47.71  Current number of ordered equations: 0
% 47.55/47.71  Current number of rules: 1030
% 47.55/47.71  New rule produced :
% 47.55/47.71  [1034]
% 47.55/47.71  compose(A,domain(domain(compose(domain(codomain(compose(A,codomain(domain(
% 47.55/47.71                                                                     domain(
% 47.55/47.71                                                                     domain(A))))))),A))))
% 47.55/47.71  -> A
% 47.55/47.71  Current number of equations to process: 2650
% 47.55/47.71  Current number of ordered equations: 0
% 47.55/47.71  Current number of rules: 1031
% 47.55/47.71  New rule produced :
% 47.55/47.71  [1035]
% 47.55/47.71  ifeq(there_exists(A),true,there_exists(domain(codomain(compose(A,codomain(
% 47.55/47.71                                                                   codomain(
% 47.55/47.71                                                                   domain(
% 47.55/47.71                                                                   domain(A)))))))),true)
% 47.55/47.71  -> true
% 47.55/47.71  Current number of equations to process: 2649
% 47.55/47.71  Current number of ordered equations: 0
% 47.55/47.71  Current number of rules: 1032
% 47.55/47.71  New rule produced :
% 47.55/47.71  [1036]
% 47.55/47.71  compose(codomain(compose(codomain(compose(A,codomain(codomain(domain(
% 47.55/47.71                                                                domain(A)))))),
% 47.55/47.71                   codomain(codomain(A)))),A) -> A
% 47.55/47.71  Current number of equations to process: 2648
% 47.55/47.71  Current number of ordered equations: 0
% 47.55/47.71  Current number of rules: 1033
% 47.55/47.71  New rule produced :
% 47.55/47.71  [1037]
% 47.55/47.71  compose(codomain(compose(codomain(codomain(A)),codomain(compose(A,codomain(
% 47.55/47.71                                                                    codomain(
% 47.55/47.71                                                                    domain(
% 47.55/47.71                                                                    domain(A)))))))),A)
% 47.55/47.71  -> A
% 47.55/47.71  Current number of equations to process: 2647
% 47.55/47.71  Current number of ordered equations: 0
% 47.55/47.71  Current number of rules: 1034
% 47.55/47.71  New rule produced :
% 47.55/47.71  [1038]
% 47.55/47.71  compose(codomain(codomain(codomain(codomain(codomain(codomain(compose(A,
% 47.55/47.71                                                                codomain(
% 47.55/47.71                                                                codomain(
% 47.55/47.71                                                                domain(
% 47.55/47.71                                                                domain(A))))))))))),A)
% 47.55/47.71  -> A
% 47.55/47.71  Current number of equations to process: 2646
% 47.55/47.71  Current number of ordered equations: 0
% 47.55/47.71  Current number of rules: 1035
% 47.55/47.71  New rule produced :
% 47.55/47.71  [1039]
% 47.55/47.71  compose(codomain(codomain(compose(codomain(compose(A,codomain(codomain(
% 47.55/47.71                                                                domain(
% 47.55/47.71                                                                domain(A)))))),
% 47.55/47.71                            codomain(A)))),A) -> A
% 47.55/47.71  Current number of equations to process: 2645
% 47.55/47.71  Current number of ordered equations: 0
% 47.55/47.71  Current number of rules: 1036
% 47.55/47.71  New rule produced :
% 47.55/47.71  [1040]
% 47.55/47.71  compose(codomain(codomain(compose(codomain(A),codomain(compose(A,codomain(
% 47.55/47.71                                                                   codomain(
% 47.55/47.71                                                                   domain(
% 47.55/47.71                                                                   domain(A))))))))),A)
% 47.55/47.71  -> A
% 47.55/47.71  Current number of equations to process: 2644
% 47.55/47.71  Current number of ordered equations: 0
% 47.55/47.71  Current number of rules: 1037
% 47.55/47.71  New rule produced :
% 47.55/47.71  [1041]
% 47.55/47.71  compose(codomain(compose(codomain(codomain(compose(A,codomain(codomain(
% 47.55/47.71                                                                domain(
% 47.55/47.71                                                                domain(A))))))),
% 47.55/47.71                   codomain(A))),A) -> A
% 47.55/47.71  Current number of equations to process: 2643
% 47.55/47.71  Current number of ordered equations: 0
% 47.55/47.71  Current number of rules: 1038
% 47.55/47.71  New rule produced :
% 47.55/47.71  [1042]
% 47.55/47.71  compose(codomain(compose(codomain(A),codomain(codomain(compose(A,codomain(
% 47.55/47.71                                                                   codomain(
% 47.55/47.71                                                                   domain(
% 47.55/47.71                                                                   domain(A))))))))),A)
% 47.55/47.71  -> A
% 47.55/47.71  Current number of equations to process: 2642
% 47.55/47.71  Current number of ordered equations: 0
% 47.64/47.87  Current number of rules: 1039
% 47.64/47.87  New rule produced :
% 47.64/47.87  [1043]
% 47.64/47.87  ifeq(there_exists(A),true,there_exists(domain(codomain(compose(codomain(
% 47.64/47.87                                                                 codomain(A)),
% 47.64/47.87                                                         codomain(codomain(A)))))),true)
% 47.64/47.87  -> true
% 47.64/47.87  Current number of equations to process: 2641
% 47.64/47.87  Current number of ordered equations: 0
% 47.64/47.87  Current number of rules: 1040
% 47.64/47.87  New rule produced :
% 47.64/47.87  [1044]
% 47.64/47.87  compose(codomain(compose(codomain(compose(codomain(codomain(A)),codomain(
% 47.64/47.87                                                                  codomain(A)))),
% 47.64/47.87                   codomain(codomain(A)))),A) -> A
% 47.64/47.87  Current number of equations to process: 2640
% 47.64/47.87  Current number of ordered equations: 0
% 47.64/47.87  Current number of rules: 1041
% 47.64/47.87  New rule produced :
% 47.64/47.87  [1045]
% 47.64/47.87  compose(codomain(codomain(codomain(codomain(codomain(codomain(compose(
% 47.64/47.87                                                                codomain(
% 47.64/47.87                                                                codomain(A)),
% 47.64/47.87                                                                codomain(
% 47.64/47.87                                                                codomain(A))))))))),A)
% 47.64/47.87  -> A
% 47.64/47.87  Current number of equations to process: 2638
% 47.64/47.87  Current number of ordered equations: 0
% 47.64/47.87  Current number of rules: 1042
% 47.64/47.87  New rule produced :
% 47.64/47.87  [1046]
% 47.64/47.87  compose(codomain(codomain(compose(codomain(A),codomain(compose(codomain(
% 47.64/47.87                                                                 codomain(A)),
% 47.64/47.87                                                         codomain(codomain(A))))))),A)
% 47.64/47.87  -> A
% 47.64/47.87  Current number of equations to process: 2637
% 47.64/47.87  Current number of ordered equations: 0
% 47.64/47.87  Current number of rules: 1043
% 47.64/47.87  New rule produced :
% 47.64/47.87  [1047]
% 47.64/47.87  compose(codomain(compose(codomain(A),codomain(codomain(compose(codomain(
% 47.64/47.87                                                                 codomain(A)),
% 47.64/47.87                                                         codomain(codomain(A))))))),A)
% 47.64/47.87  -> A
% 47.64/47.87  Current number of equations to process: 2636
% 47.64/47.87  Current number of ordered equations: 0
% 47.64/47.87  Current number of rules: 1044
% 47.64/47.87  New rule produced :
% 47.64/47.87  [1048]
% 47.64/47.87  compose(codomain(codomain(codomain(codomain(codomain(compose(A,codomain(
% 47.64/47.87                                                                 codomain(
% 47.64/47.87                                                                 domain(
% 47.64/47.87                                                                 domain(
% 47.64/47.87                                                                 domain(A))))))))))),A)
% 47.64/47.87  -> A
% 47.64/47.87  Current number of equations to process: 2635
% 47.64/47.87  Current number of ordered equations: 0
% 47.64/47.87  Current number of rules: 1045
% 47.64/47.87  New rule produced :
% 47.64/47.87  [1049]
% 47.64/47.87  compose(codomain(compose(codomain(compose(A,codomain(codomain(domain(
% 47.64/47.87                                                                domain(
% 47.64/47.87                                                                domain(A))))))),
% 47.64/47.87                   codomain(A))),A) -> A
% 47.64/47.87  Current number of equations to process: 2634
% 47.64/47.87  Current number of ordered equations: 0
% 47.64/47.87  Current number of rules: 1046
% 47.64/47.87  New rule produced :
% 47.64/47.87  [1050]
% 47.64/47.87  compose(codomain(compose(codomain(A),codomain(compose(A,codomain(codomain(
% 47.64/47.87                                                                   domain(
% 47.64/47.87                                                                   domain(
% 47.64/47.87                                                                   domain(A))))))))),A)
% 47.64/47.87  -> A
% 47.64/47.87  Current number of equations to process: 2633
% 47.64/47.87  Current number of ordered equations: 0
% 47.64/47.87  Current number of rules: 1047
% 47.64/47.87  New rule produced :
% 47.64/47.87  [1051]
% 47.64/47.87  compose(codomain(compose(A,codomain(codomain(domain(compose(domain(codomain(
% 47.64/47.87                                                                     domain(A))),
% 47.64/47.87                                                      domain(A))))))),A) -> A
% 47.64/47.87  Current number of equations to process: 2632
% 47.64/47.87  Current number of ordered equations: 0
% 47.64/47.87  Current number of rules: 1048
% 47.64/47.87  New rule produced :
% 47.64/47.87  [1052]
% 47.64/47.87  compose(A,domain(compose(domain(domain(compose(domain(codomain(domain(A))),
% 47.64/47.87                                         domain(A)))),domain(A)))) -> A
% 47.64/47.87  Current number of equations to process: 2631
% 47.64/47.87  Current number of ordered equations: 0
% 47.64/47.87  Current number of rules: 1049
% 47.85/48.07  New rule produced :
% 47.85/48.07  [1053]
% 47.85/48.07  compose(A,domain(domain(compose(domain(compose(domain(codomain(domain(A))),
% 47.85/48.07                                         domain(A))),domain(A))))) -> A
% 47.85/48.07  Current number of equations to process: 2630
% 47.85/48.07  Current number of ordered equations: 0
% 47.85/48.07  Current number of rules: 1050
% 47.85/48.07  New rule produced :
% 47.85/48.07  [1054]
% 47.85/48.07  compose(A,domain(compose(domain(compose(domain(codomain(domain(A))),domain(A))),
% 47.85/48.07                   domain(domain(A))))) -> A
% 47.85/48.07  Current number of equations to process: 2629
% 47.85/48.07  Current number of ordered equations: 0
% 47.85/48.07  Current number of rules: 1051
% 47.85/48.07  New rule produced :
% 47.85/48.07  [1055]
% 47.85/48.07  compose(codomain(codomain(compose(A,codomain(domain(compose(domain(codomain(
% 47.85/48.07                                                                     domain(A))),
% 47.85/48.07                                                      domain(A))))))),A) -> A
% 47.85/48.07  Current number of equations to process: 2628
% 47.85/48.07  Current number of ordered equations: 0
% 47.85/48.07  Current number of rules: 1052
% 47.85/48.07  New rule produced :
% 47.85/48.07  [1056]
% 47.85/48.07  compose(codomain(codomain(codomain(codomain(compose(A,codomain(codomain(
% 47.85/48.07                                                                 domain(
% 47.85/48.07                                                                 domain(
% 47.85/48.07                                                                 domain(
% 47.85/48.07                                                                 domain(A))))))))))),A)
% 47.85/48.07  -> A
% 47.85/48.07  Current number of equations to process: 2627
% 47.85/48.07  Current number of ordered equations: 0
% 47.85/48.07  Current number of rules: 1053
% 47.85/48.07  New rule produced :
% 47.85/48.07  [1057]
% 47.85/48.07  compose(A,domain(compose(domain(compose(domain(codomain(codomain(domain(A)))),
% 47.85/48.07                                  domain(A))),domain(A)))) -> A
% 47.85/48.07  Current number of equations to process: 2616
% 47.85/48.07  Current number of ordered equations: 0
% 47.85/48.07  Current number of rules: 1054
% 47.85/48.07  New rule produced :
% 47.85/48.07  [1058]
% 47.85/48.07  compose(codomain(compose(A,codomain(domain(compose(domain(codomain(codomain(
% 47.85/48.07                                                                     domain(A)))),
% 47.85/48.07                                             domain(A)))))),A) -> A
% 47.85/48.07  Current number of equations to process: 2615
% 47.85/48.07  Current number of ordered equations: 0
% 47.85/48.07  Current number of rules: 1055
% 47.85/48.07  New rule produced :
% 47.85/48.07  [1059]
% 47.85/48.07  compose(codomain(codomain(codomain(compose(A,codomain(codomain(domain(
% 47.85/48.07                                                                 compose(
% 47.85/48.07                                                                 domain(A),
% 47.85/48.07                                                                 domain(A))))))))),A)
% 47.85/48.07  -> A
% 47.85/48.07  Current number of equations to process: 2614
% 47.85/48.07  Current number of ordered equations: 0
% 47.85/48.07  Current number of rules: 1056
% 47.85/48.07  New rule produced :
% 47.85/48.07  [1060]
% 47.85/48.07  compose(codomain(codomain(codomain(compose(A,codomain(codomain(domain(
% 47.85/48.07                                                                 compose(
% 47.85/48.07                                                                 domain(
% 47.85/48.07                                                                 codomain(A)),A)))))))),A)
% 47.85/48.07  -> A
% 47.85/48.07  Current number of equations to process: 2613
% 47.85/48.07  Current number of ordered equations: 0
% 47.85/48.07  Current number of rules: 1057
% 47.85/48.07  New rule produced :
% 47.85/48.07  [1061]
% 47.85/48.07  compose(codomain(codomain(codomain(compose(A,codomain(codomain(domain(
% 47.85/48.07                                                                 domain(
% 47.85/48.07                                                                 domain(
% 47.85/48.07                                                                 domain(
% 47.85/48.07                                                                 domain(A))))))))))),A)
% 47.85/48.07  -> A
% 47.85/48.07  Current number of equations to process: 2612
% 47.85/48.07  Current number of ordered equations: 0
% 47.85/48.07  Current number of rules: 1058
% 47.85/48.07  New rule produced :
% 47.85/48.07  [1062]
% 47.85/48.07  compose(codomain(codomain(codomain(compose(codomain(compose(A,codomain(
% 47.85/48.07                                                                domain(A)))),
% 47.85/48.07                                     codomain(codomain(A)))))),A) -> A
% 47.85/48.07  Current number of equations to process: 2611
% 47.85/48.07  Current number of ordered equations: 0
% 47.85/48.07  Current number of rules: 1059
% 47.85/48.07  New rule produced :
% 47.85/48.07  [1063]
% 47.85/48.07  compose(codomain(codomain(codomain(compose(codomain(compose(codomain(A),
% 47.85/48.07                                                      codomain(A))),codomain(
% 47.85/48.07                                                                    codomain(A)))))),A)
% 48.05/48.27  -> A
% 48.05/48.27  Current number of equations to process: 2610
% 48.05/48.27  Current number of ordered equations: 0
% 48.05/48.27  Current number of rules: 1060
% 48.05/48.27  New rule produced :
% 48.05/48.27  [1064]
% 48.05/48.27  compose(codomain(compose(A,codomain(codomain(domain(compose(domain(domain(
% 48.05/48.27                                                                     domain(
% 48.05/48.27                                                                     codomain(A)))),A)))))),A)
% 48.05/48.27  -> A
% 48.05/48.27  Current number of equations to process: 2605
% 48.05/48.27  Current number of ordered equations: 0
% 48.05/48.27  Current number of rules: 1061
% 48.05/48.27  New rule produced :
% 48.05/48.27  [1065]
% 48.05/48.27  compose(codomain(codomain(compose(A,codomain(domain(compose(domain(domain(
% 48.05/48.27                                                                     domain(
% 48.05/48.27                                                                     codomain(A)))),A)))))),A)
% 48.05/48.27  -> A
% 48.05/48.27  Current number of equations to process: 2604
% 48.05/48.27  Current number of ordered equations: 0
% 48.05/48.27  Current number of rules: 1062
% 48.05/48.27  New rule produced :
% 48.05/48.27  [1066]
% 48.05/48.27  compose(codomain(compose(A,codomain(domain(compose(domain(domain(domain(A))),
% 48.05/48.27                                             domain(domain(A))))))),A) -> A
% 48.05/48.27  Current number of equations to process: 2601
% 48.05/48.27  Current number of ordered equations: 0
% 48.05/48.27  Current number of rules: 1063
% 48.05/48.27  New rule produced :
% 48.05/48.27  [1067]
% 48.05/48.27  compose(A,domain(compose(domain(domain(domain(codomain(codomain(domain(
% 48.05/48.27                                                                  domain(A))))))),
% 48.05/48.27                   domain(domain(A))))) -> A
% 48.05/48.27  Current number of equations to process: 2600
% 48.05/48.27  Current number of ordered equations: 0
% 48.05/48.27  Current number of rules: 1064
% 48.05/48.27  New rule produced :
% 48.05/48.27  [1068]
% 48.05/48.27  compose(codomain(compose(A,codomain(domain(compose(domain(domain(domain(
% 48.05/48.27                                                                   codomain(
% 48.05/48.27                                                                   codomain(A))))),A))))),A)
% 48.05/48.27  -> A
% 48.05/48.27  Current number of equations to process: 2598
% 48.05/48.27  Current number of ordered equations: 0
% 48.05/48.27  Current number of rules: 1065
% 48.05/48.27  New rule produced :
% 48.05/48.27  [1069]
% 48.05/48.27  compose(A,compose(domain(compose(domain(domain(domain(codomain(codomain(
% 48.05/48.27                                                                 codomain(A)))))),A)),B))
% 48.05/48.27  -> compose(A,B)
% 48.05/48.27  Current number of equations to process: 2597
% 48.05/48.27  Current number of ordered equations: 0
% 48.05/48.27  Current number of rules: 1066
% 48.05/48.27  New rule produced :
% 48.05/48.27  [1070]
% 48.05/48.27  compose(A,domain(compose(domain(domain(domain(codomain(codomain(codomain(
% 48.05/48.27                                                                  codomain(
% 48.05/48.27                                                                  domain(A)))))))),
% 48.05/48.27                   domain(A)))) -> A
% 48.05/48.27  Current number of equations to process: 2595
% 48.05/48.27  Current number of ordered equations: 0
% 48.05/48.27  Current number of rules: 1067
% 48.05/48.27  New rule produced :
% 48.05/48.27  [1071]
% 48.05/48.27  compose(codomain(compose(codomain(codomain(A)),codomain(codomain(compose(A,
% 48.05/48.27                                                                   codomain(
% 48.05/48.27                                                                   domain(
% 48.05/48.27                                                                   domain(A)))))))),A)
% 48.05/48.27  -> A
% 48.05/48.27  Current number of equations to process: 2592
% 48.05/48.27  Current number of ordered equations: 0
% 48.05/48.27  Current number of rules: 1068
% 48.05/48.27  New rule produced :
% 48.05/48.27  [1072]
% 48.05/48.27  compose(codomain(compose(codomain(codomain(A)),codomain(codomain(compose(
% 48.05/48.27                                                                   codomain(A),
% 48.05/48.27                                                                   codomain(
% 48.05/48.27                                                                   codomain(A))))))),A)
% 48.05/48.27  -> A
% 48.05/48.27  Current number of equations to process: 2591
% 48.05/48.27  Current number of ordered equations: 0
% 48.05/48.27  Current number of rules: 1069
% 48.05/48.27  New rule produced :
% 48.05/48.27  [1073]
% 48.05/48.27  compose(codomain(compose(codomain(codomain(A)),codomain(codomain(compose(A,
% 48.05/48.27                                                                   codomain(
% 48.05/48.27                                                                   codomain(
% 48.05/48.27                                                                   domain(A)))))))),A)
% 48.05/48.27  -> A
% 48.05/48.27  Current number of equations to process: 2590
% 48.05/48.27  Current number of ordered equations: 0
% 48.05/48.27  Current number of rules: 1070
% 48.05/48.27  New rule produced :
% 48.05/48.27  [1074]
% 48.05/48.27  compose(codomain(compose(codomain(codomain(A)),codomain(domain(domain(
% 48.24/48.44                                                                 domain(
% 48.24/48.44                                                                 domain(
% 48.24/48.44                                                                 codomain(
% 48.24/48.44                                                                 codomain(A))))))))),A)
% 48.24/48.44  -> A
% 48.24/48.44  Current number of equations to process: 2588
% 48.24/48.44  Current number of ordered equations: 0
% 48.24/48.44  Current number of rules: 1071
% 48.24/48.44  New rule produced :
% 48.24/48.44  [1075]
% 48.24/48.44  compose(A,domain(compose(domain(codomain(compose(A,codomain(domain(domain(
% 48.24/48.44                                                                     domain(
% 48.24/48.44                                                                     domain(A)))))))),A)))
% 48.24/48.44  -> A
% 48.24/48.44  Current number of equations to process: 2587
% 48.24/48.44  Current number of ordered equations: 0
% 48.24/48.44  Current number of rules: 1072
% 48.24/48.44  New rule produced :
% 48.24/48.44  [1076]
% 48.24/48.44  compose(codomain(compose(A,codomain(codomain(codomain(codomain(codomain(
% 48.24/48.44                                                                 domain(
% 48.24/48.44                                                                 domain(
% 48.24/48.44                                                                 domain(
% 48.24/48.44                                                                 domain(A))))))))))),A)
% 48.24/48.44  -> A
% 48.24/48.44  Current number of equations to process: 2585
% 48.24/48.44  Current number of ordered equations: 0
% 48.24/48.44  Current number of rules: 1073
% 48.24/48.44  New rule produced :
% 48.24/48.44  [1077]
% 48.24/48.44  compose(codomain(compose(codomain(codomain(codomain(codomain(A)))),codomain(
% 48.24/48.44                                                                     codomain(
% 48.24/48.44                                                                     codomain(
% 48.24/48.44                                                                     codomain(
% 48.24/48.44                                                                     codomain(A))))))),A)
% 48.24/48.44  -> A
% 48.24/48.44  Current number of equations to process: 2584
% 48.24/48.44  Current number of ordered equations: 0
% 48.24/48.44  Current number of rules: 1074
% 48.24/48.44  New rule produced :
% 48.24/48.44  [1078]
% 48.24/48.44  compose(codomain(compose(codomain(codomain(A)),codomain(codomain(compose(
% 48.24/48.44                                                                   domain(
% 48.24/48.44                                                                   codomain(
% 48.24/48.44                                                                   codomain(A))),A))))),A)
% 48.24/48.44  -> A
% 48.24/48.44  Current number of equations to process: 2579
% 48.24/48.44  Current number of ordered equations: 0
% 48.24/48.44  Current number of rules: 1075
% 48.24/48.44  New rule produced :
% 48.24/48.44  [1079]
% 48.24/48.44  compose(codomain(compose(codomain(codomain(compose(A,codomain(domain(
% 48.24/48.44                                                                domain(A)))))),
% 48.24/48.44                   codomain(codomain(A)))),A) -> A
% 48.24/48.44  Current number of equations to process: 2577
% 48.24/48.44  Current number of ordered equations: 0
% 48.24/48.44  Current number of rules: 1076
% 48.24/48.44  New rule produced :
% 48.24/48.44  [1080]
% 48.24/48.44  compose(codomain(compose(codomain(codomain(compose(codomain(A),codomain(
% 48.24/48.44                                                                 codomain(A))))),
% 48.24/48.44                   codomain(codomain(A)))),A) -> A
% 48.24/48.44  Current number of equations to process: 2576
% 48.24/48.44  Current number of ordered equations: 0
% 48.24/48.44  Current number of rules: 1077
% 48.24/48.44  New rule produced :
% 48.24/48.44  [1081]
% 48.24/48.44  compose(codomain(compose(codomain(codomain(compose(A,codomain(codomain(
% 48.24/48.44                                                                domain(A)))))),
% 48.24/48.44                   codomain(codomain(A)))),A) -> A
% 48.24/48.44  Current number of equations to process: 2575
% 48.24/48.44  Current number of ordered equations: 0
% 48.24/48.44  Current number of rules: 1078
% 48.24/48.44  New rule produced :
% 48.24/48.44  [1082]
% 48.24/48.44  compose(codomain(codomain(codomain(codomain(codomain(compose(codomain(
% 48.24/48.44                                                               codomain(A)),
% 48.24/48.44                                                       codomain(codomain(
% 48.24/48.44                                                                codomain(A))))))))),A)
% 48.24/48.44  -> A
% 48.24/48.44  Current number of equations to process: 2570
% 48.24/48.44  Current number of ordered equations: 0
% 48.24/48.44  Current number of rules: 1079
% 48.24/48.44  New rule produced :
% 48.24/48.44  [1083]
% 48.24/48.44  compose(codomain(compose(codomain(A),codomain(compose(codomain(codomain(A)),
% 48.24/48.44                                                codomain(codomain(codomain(A))))))),A)
% 48.24/48.44  -> A
% 48.24/48.44  Current number of equations to process: 2569
% 48.24/48.44  Current number of ordered equations: 0
% 52.24/52.47  Current number of rules: 1080
% 52.24/52.47  New rule produced :
% 52.24/52.47  [1084]
% 52.24/52.47  compose(codomain(compose(codomain(codomain(A)),codomain(codomain(codomain(
% 52.24/52.47                                                                   codomain(A)))))),
% 52.24/52.47  compose(A,B)) -> compose(A,B)
% 52.24/52.47  Current number of equations to process: 2568
% 52.24/52.47  Current number of ordered equations: 0
% 52.24/52.47  Current number of rules: 1081
% 52.24/52.47  New rule produced :
% 52.24/52.47  [1085]
% 52.24/52.47  compose(codomain(codomain(codomain(codomain(compose(codomain(codomain(A)),
% 52.24/52.47                                              codomain(codomain(codomain(
% 52.24/52.47                                                                codomain(A))))))))),A)
% 52.24/52.47  -> A
% 52.24/52.47  Current number of equations to process: 2567
% 52.24/52.47  Current number of ordered equations: 0
% 52.24/52.47  Current number of rules: 1082
% 52.24/52.47  New rule produced :
% 52.24/52.47  [1086]
% 52.24/52.47  compose(A,domain(compose(domain(compose(domain(A),domain(A))),domain(
% 52.24/52.47                                                                domain(
% 52.24/52.47                                                                domain(A))))))
% 52.24/52.47  -> A
% 52.24/52.47  Current number of equations to process: 2598
% 52.24/52.47  Current number of ordered equations: 0
% 52.24/52.47  Current number of rules: 1083
% 52.24/52.47  New rule produced :
% 52.24/52.47  [1087]
% 52.24/52.47  compose(A,domain(compose(domain(compose(domain(codomain(A)),A)),domain(
% 52.24/52.47                                                                  domain(
% 52.24/52.47                                                                  domain(A))))))
% 52.24/52.47  -> A
% 52.24/52.47  Current number of equations to process: 2597
% 52.24/52.47  Current number of ordered equations: 0
% 52.24/52.47  Current number of rules: 1084
% 52.24/52.47  New rule produced :
% 52.24/52.47  [1088]
% 52.24/52.47  compose(A,compose(domain(domain(compose(domain(domain(A)),domain(A)))),B)) ->
% 52.24/52.47  compose(A,B)
% 52.24/52.47  Current number of equations to process: 2670
% 52.24/52.47  Current number of ordered equations: 0
% 52.24/52.47  Current number of rules: 1085
% 52.24/52.47  New rule produced :
% 52.24/52.47  [1089]
% 52.24/52.47  compose(A,domain(domain(domain(domain(compose(domain(domain(A)),domain(A)))))))
% 52.24/52.47  -> A
% 52.24/52.47  Current number of equations to process: 2690
% 52.24/52.47  Current number of ordered equations: 0
% 52.24/52.47  Current number of rules: 1086
% 52.24/52.47  New rule produced :
% 52.24/52.47  [1090]
% 52.24/52.47  compose(A,domain(domain(domain(domain(domain(compose(domain(domain(A)),
% 52.24/52.47                                               domain(A)))))))) -> A
% 52.24/52.47  Current number of equations to process: 2712
% 52.24/52.47  Current number of ordered equations: 0
% 52.24/52.47  Current number of rules: 1087
% 52.24/52.47  New rule produced :
% 52.24/52.47  [1091]
% 52.24/52.47  compose(A,compose(domain(domain(compose(domain(domain(codomain(A))),A))),B))
% 52.24/52.47  -> compose(A,B)
% 52.24/52.47  Current number of equations to process: 2841
% 52.24/52.47  Current number of ordered equations: 0
% 52.24/52.47  Current number of rules: 1088
% 52.24/52.47  New rule produced :
% 52.24/52.47  [1092]
% 52.24/52.47  compose(A,domain(compose(domain(A),domain(compose(domain(domain(codomain(A))),A)))))
% 52.24/52.47  -> A
% 52.24/52.47  Current number of equations to process: 2849
% 52.24/52.47  Current number of ordered equations: 0
% 52.24/52.47  Current number of rules: 1089
% 52.24/52.47  New rule produced :
% 52.24/52.47  [1093]
% 52.24/52.47  compose(A,domain(domain(domain(domain(compose(domain(domain(codomain(A))),A))))))
% 52.24/52.47  -> A
% 52.24/52.47  Current number of equations to process: 2862
% 52.24/52.47  Current number of ordered equations: 0
% 52.24/52.47  Current number of rules: 1090
% 52.24/52.47  New rule produced :
% 52.24/52.47  [1094]
% 52.24/52.47  compose(A,domain(domain(domain(domain(domain(compose(domain(domain(codomain(A))),A)))))))
% 52.24/52.47  -> A
% 52.24/52.47  Current number of equations to process: 2884
% 52.24/52.47  Current number of ordered equations: 0
% 52.24/52.47  Current number of rules: 1091
% 52.24/52.47  New rule produced :
% 52.24/52.47  [1095]
% 52.24/52.47  compose(A,compose(domain(domain(domain(compose(domain(domain(A)),domain(A))))),B))
% 52.24/52.47  -> compose(A,B)
% 52.24/52.47  Current number of equations to process: 3015
% 52.24/52.47  Current number of ordered equations: 0
% 52.24/52.47  Current number of rules: 1092
% 52.24/52.47  New rule produced :
% 52.24/52.47  [1096]
% 52.24/52.47  compose(A,domain(compose(domain(domain(A)),domain(compose(domain(domain(A)),
% 52.24/52.47                                                    domain(A)))))) -> A
% 52.24/52.47  Current number of equations to process: 3014
% 52.24/52.47  Current number of ordered equations: 0
% 52.24/52.47  Current number of rules: 1093
% 52.24/52.47  New rule produced :
% 52.24/52.47  [1097]
% 52.24/52.47  compose(A,domain(domain(compose(domain(A),domain(compose(domain(domain(A)),
% 52.24/52.47                                                   domain(A))))))) -> A
% 52.24/52.47  Current number of equations to process: 3013
% 52.24/52.47  Current number of ordered equations: 0
% 52.24/52.47  Current number of rules: 1094
% 52.24/52.47  New rule produced :
% 52.24/52.47  [1098]
% 52.24/52.47  compose(A,domain(domain(domain(domain(domain(domain(compose(domain(domain(A)),
% 52.24/52.47                                                      domain(A))))))))) -> A
% 55.24/55.47  Current number of equations to process: 3012
% 55.24/55.47  Current number of ordered equations: 0
% 55.24/55.47  Current number of rules: 1095
% 55.24/55.47  New rule produced :
% 55.24/55.47  [1099]
% 55.24/55.47  compose(A,compose(domain(compose(domain(domain(codomain(domain(A)))),
% 55.24/55.47                           domain(A))),B)) -> compose(A,B)
% 55.24/55.47  Rule
% 55.24/55.47  [776]
% 55.24/55.47  compose(A,compose(domain(compose(domain(domain(codomain(domain(A)))),
% 55.24/55.47                           domain(A))),domain(domain(A)))) -> A collapsed.
% 55.24/55.47  Current number of equations to process: 3011
% 55.24/55.47  Current number of ordered equations: 0
% 55.24/55.47  Current number of rules: 1095
% 55.24/55.47  New rule produced :
% 55.24/55.47  [1100]
% 55.24/55.47  compose(A,compose(domain(domain(domain(compose(domain(domain(codomain(A))),A)))),B))
% 55.24/55.47  -> compose(A,B)
% 55.24/55.47  Current number of equations to process: 3010
% 55.24/55.47  Current number of ordered equations: 0
% 55.24/55.47  Current number of rules: 1096
% 55.24/55.47  New rule produced :
% 55.24/55.47  [1101]
% 55.24/55.47  compose(A,domain(compose(domain(domain(A)),domain(compose(domain(domain(
% 55.24/55.47                                                                   codomain(A))),A)))))
% 55.24/55.47  -> A
% 55.24/55.47  Current number of equations to process: 3009
% 55.24/55.47  Current number of ordered equations: 0
% 55.24/55.47  Current number of rules: 1097
% 55.24/55.47  New rule produced :
% 55.24/55.47  [1102]
% 55.24/55.47  compose(A,domain(domain(compose(domain(A),domain(compose(domain(domain(
% 55.24/55.47                                                                  codomain(A))),A))))))
% 55.24/55.47  -> A
% 55.24/55.47  Current number of equations to process: 3008
% 55.24/55.47  Current number of ordered equations: 0
% 55.24/55.47  Current number of rules: 1098
% 55.24/55.47  New rule produced :
% 55.24/55.47  [1103]
% 55.24/55.47  compose(A,domain(domain(domain(domain(domain(domain(compose(domain(domain(
% 55.24/55.47                                                                     codomain(A))),A))))))))
% 55.24/55.47  -> A
% 55.24/55.47  Current number of equations to process: 3007
% 55.24/55.47  Current number of ordered equations: 0
% 55.24/55.47  Current number of rules: 1099
% 55.24/55.47  New rule produced :
% 55.24/55.47  [1104]
% 55.24/55.47  compose(A,domain(domain(domain(domain(compose(domain(domain(A)),domain(
% 55.24/55.47                                                                  domain(A))))))))
% 55.24/55.47  -> A
% 55.24/55.47  Current number of equations to process: 3043
% 55.24/55.47  Current number of ordered equations: 0
% 55.24/55.47  Current number of rules: 1100
% 55.24/55.47  New rule produced :
% 55.24/55.47  [1105]
% 55.24/55.47  compose(A,compose(domain(domain(compose(domain(domain(A)),domain(domain(A))))),B))
% 55.24/55.47  -> compose(A,B)
% 55.24/55.47  Current number of equations to process: 3168
% 55.24/55.47  Current number of ordered equations: 0
% 55.24/55.47  Current number of rules: 1101
% 55.24/55.47  New rule produced :
% 55.24/55.47  [1106]
% 55.24/55.47  compose(A,domain(domain(domain(domain(domain(compose(domain(domain(A)),
% 55.24/55.47                                               domain(domain(A))))))))) -> A
% 55.24/55.47  Current number of equations to process: 3167
% 55.24/55.47  Current number of ordered equations: 0
% 55.24/55.47  Current number of rules: 1102
% 55.24/55.47  New rule produced :
% 55.24/55.47  [1107]
% 55.24/55.47  compose(A,domain(domain(domain(domain(compose(domain(domain(codomain(
% 55.24/55.47                                                              codomain(A)))),A))))))
% 55.24/55.47  -> A
% 55.24/55.47  Current number of equations to process: 3209
% 55.24/55.47  Current number of ordered equations: 0
% 55.24/55.47  Current number of rules: 1103
% 55.24/55.47  New rule produced :
% 55.24/55.47  [1108]
% 55.24/55.47  compose(A,compose(domain(domain(compose(domain(domain(codomain(codomain(A)))),A))),B))
% 55.24/55.47  -> compose(A,B)
% 55.24/55.47  Current number of equations to process: 3352
% 55.24/55.47  Current number of ordered equations: 0
% 55.24/55.47  Current number of rules: 1104
% 55.24/55.47  New rule produced :
% 55.24/55.47  [1109]
% 55.24/55.47  compose(A,domain(compose(domain(A),domain(compose(domain(domain(codomain(
% 55.24/55.47                                                                  codomain(A)))),A)))))
% 55.24/55.47  -> A
% 55.24/55.47  Current number of equations to process: 3351
% 55.24/55.47  Current number of ordered equations: 0
% 55.24/55.47  Current number of rules: 1105
% 55.24/55.47  New rule produced :
% 55.24/55.47  [1110]
% 55.24/55.47  compose(A,domain(domain(domain(domain(domain(compose(domain(domain(codomain(
% 55.24/55.47                                                                     codomain(A)))),A)))))))
% 55.24/55.47  -> A
% 55.24/55.47  Current number of equations to process: 3350
% 55.24/55.47  Current number of ordered equations: 0
% 55.24/55.47  Current number of rules: 1106
% 55.24/55.47  New rule produced :
% 55.24/55.47  [1111]
% 55.24/55.47  compose(A,domain(domain(domain(domain(compose(domain(domain(codomain(
% 55.24/55.47                                                              codomain(
% 55.24/55.47                                                              codomain(A))))),A))))))
% 55.24/55.47  -> A
% 55.24/55.47  Current number of equations to process: 3375
% 55.24/55.47  Current number of ordered equations: 0
% 55.24/55.47  Current number of rules: 1107
% 61.52/61.77  New rule produced :
% 61.52/61.77  [1112]
% 61.52/61.77  compose(codomain(compose(codomain(A),codomain(codomain(domain(codomain(A)))))),A)
% 61.52/61.77  -> A
% 61.52/61.77  Current number of equations to process: 3651
% 61.52/61.77  Current number of ordered equations: 0
% 61.52/61.77  Current number of rules: 1108
% 61.52/61.77  New rule produced :
% 61.52/61.77  [1113]
% 61.52/61.77  compose(codomain(codomain(compose(A,codomain(codomain(domain(A)))))),
% 61.52/61.77  compose(A,B)) -> compose(A,B)
% 61.52/61.77  Current number of equations to process: 3655
% 61.52/61.77  Current number of ordered equations: 0
% 61.52/61.77  Current number of rules: 1109
% 61.52/61.77  New rule produced :
% 61.52/61.77  [1114]
% 61.52/61.77  compose(codomain(compose(codomain(codomain(A)),codomain(codomain(domain(
% 61.52/61.77                                                                   codomain(
% 61.52/61.77                                                                   codomain(A))))))),A)
% 61.52/61.77  -> A
% 61.52/61.77  Current number of equations to process: 3663
% 61.52/61.77  Current number of ordered equations: 0
% 61.52/61.77  Current number of rules: 1110
% 61.52/61.77  New rule produced :
% 61.52/61.77  [1115]
% 61.52/61.77  compose(A,domain(compose(domain(codomain(compose(A,codomain(codomain(
% 61.52/61.77                                                              domain(A)))))),A)))
% 61.52/61.77  -> A
% 61.52/61.77  Current number of equations to process: 3662
% 61.52/61.77  Current number of ordered equations: 0
% 61.52/61.77  Current number of rules: 1111
% 61.52/61.77  New rule produced :
% 61.52/61.77  [1116]
% 61.52/61.77  compose(codomain(codomain(compose(codomain(A),codomain(codomain(A))))),
% 61.52/61.77  compose(A,B)) -> compose(A,B)
% 61.52/61.77  Current number of equations to process: 3834
% 61.52/61.77  Current number of ordered equations: 0
% 61.52/61.77  Current number of rules: 1112
% 61.52/61.77  New rule produced :
% 61.52/61.77  [1117]
% 61.52/61.77  compose(A,domain(compose(domain(codomain(compose(codomain(A),codomain(
% 61.52/61.77                                                               codomain(A))))),A)))
% 61.52/61.77  -> A
% 61.52/61.77  Current number of equations to process: 3841
% 61.52/61.77  Current number of ordered equations: 0
% 61.52/61.77  Current number of rules: 1113
% 61.52/61.77  New rule produced :
% 61.52/61.77  [1118]
% 61.52/61.77  compose(codomain(compose(codomain(A),codomain(codomain(domain(domain(
% 61.52/61.77                                                                codomain(A))))))),A)
% 61.52/61.77  -> A
% 61.52/61.77  Current number of equations to process: 4012
% 61.52/61.77  Current number of ordered equations: 0
% 61.52/61.77  Current number of rules: 1114
% 61.52/61.77  New rule produced :
% 61.52/61.77  [1119]
% 61.52/61.77  compose(codomain(compose(codomain(A),codomain(codomain(domain(codomain(A)))))),
% 61.52/61.77  compose(A,B)) -> compose(A,B)
% 61.52/61.77  Current number of equations to process: 4011
% 61.52/61.77  Current number of ordered equations: 0
% 61.52/61.77  Current number of rules: 1115
% 61.52/61.77  New rule produced :
% 61.52/61.77  [1120]
% 61.52/61.77  compose(codomain(codomain(codomain(compose(A,codomain(codomain(domain(A))))))),
% 61.52/61.77  compose(A,B)) -> compose(A,B)
% 61.52/61.77  Current number of equations to process: 4010
% 61.52/61.77  Current number of ordered equations: 0
% 61.52/61.77  Current number of rules: 1116
% 61.52/61.77  New rule produced :
% 61.52/61.77  [1121]
% 61.52/61.77  compose(A,domain(compose(domain(domain(codomain(compose(A,codomain(codomain(
% 61.52/61.77                                                                     domain(A))))))),A)))
% 61.52/61.77  -> A
% 61.52/61.77  Current number of equations to process: 4009
% 61.52/61.77  Current number of ordered equations: 0
% 61.52/61.77  Current number of rules: 1117
% 61.52/61.77  New rule produced :
% 61.52/61.77  [1122]
% 61.52/61.77  compose(A,domain(domain(compose(domain(codomain(compose(A,codomain(codomain(
% 61.52/61.77                                                                     domain(A)))))),A))))
% 61.52/61.77  -> A
% 61.52/61.77  Current number of equations to process: 4008
% 61.52/61.77  Current number of ordered equations: 0
% 61.52/61.77  Current number of rules: 1118
% 61.52/61.77  New rule produced :
% 61.52/61.77  [1123]
% 61.52/61.77  compose(codomain(codomain(codomain(compose(codomain(A),codomain(codomain(A)))))),
% 61.52/61.77  compose(A,B)) -> compose(A,B)
% 61.52/61.77  Current number of equations to process: 4007
% 61.52/61.77  Current number of ordered equations: 0
% 61.52/61.77  Current number of rules: 1119
% 61.52/61.77  New rule produced :
% 61.52/61.77  [1124]
% 61.52/61.77  compose(A,domain(compose(domain(domain(codomain(compose(codomain(A),codomain(
% 61.52/61.77                                                                      codomain(A)))))),A)))
% 61.52/61.77  -> A
% 61.52/61.77  Current number of equations to process: 4006
% 61.52/61.77  Current number of ordered equations: 0
% 61.52/61.77  Current number of rules: 1120
% 61.52/61.77  New rule produced :
% 61.52/61.77  [1125]
% 61.52/61.77  compose(A,domain(domain(compose(domain(codomain(compose(codomain(A),codomain(
% 61.52/61.77                                                                      codomain(A))))),A))))
% 61.52/61.77  -> A
% 61.52/61.77  Current number of equations to process: 4005
% 61.52/61.77  Current number of ordered equations: 0
% 61.52/61.77  Current number of rules: 1121
% 61.52/61.77  New rule produced :
% 61.52/61.77  [1126]
% 61.52/61.77  compose(codomain(codomain(compose(A,codomain(codomain(domain(domain(A))))))),
% 66.46/66.67  compose(A,B)) -> compose(A,B)
% 66.46/66.67  Current number of equations to process: 4193
% 66.46/66.67  Current number of ordered equations: 0
% 66.46/66.67  Current number of rules: 1122
% 66.46/66.67  New rule produced :
% 66.46/66.67  [1127]
% 66.46/66.67  compose(codomain(compose(codomain(codomain(A)),codomain(codomain(domain(
% 66.46/66.67                                                                   domain(
% 66.46/66.67                                                                   codomain(
% 66.46/66.67                                                                   codomain(A)))))))),A)
% 66.46/66.67  -> A
% 66.46/66.67  Current number of equations to process: 4192
% 66.46/66.67  Current number of ordered equations: 0
% 66.46/66.67  Current number of rules: 1123
% 66.46/66.67  New rule produced :
% 66.46/66.67  [1128]
% 66.46/66.67  compose(A,domain(compose(domain(codomain(compose(A,codomain(codomain(
% 66.46/66.67                                                              domain(domain(A))))))),A)))
% 66.46/66.67  -> A
% 66.46/66.67  Current number of equations to process: 4191
% 66.46/66.67  Current number of ordered equations: 0
% 66.46/66.67  Current number of rules: 1124
% 66.46/66.67  New rule produced :
% 66.46/66.67  [1129]
% 66.46/66.67  compose(codomain(compose(codomain(A),codomain(codomain(domain(domain(
% 66.46/66.67                                                                domain(
% 66.46/66.67                                                                codomain(A)))))))),A)
% 66.46/66.67  -> A
% 66.46/66.67  Current number of equations to process: 4377
% 66.46/66.67  Current number of ordered equations: 0
% 66.46/66.67  Current number of rules: 1125
% 66.46/66.67  New rule produced :
% 66.46/66.67  [1130]
% 66.46/66.67  compose(codomain(codomain(compose(codomain(codomain(A)),codomain(codomain(A))))),
% 66.46/66.67  compose(A,B)) -> compose(A,B)
% 66.46/66.67  Current number of equations to process: 4376
% 66.46/66.67  Current number of ordered equations: 0
% 66.46/66.67  Current number of rules: 1126
% 66.46/66.67  New rule produced :
% 66.46/66.67  [1131]
% 66.46/66.67  compose(A,domain(compose(domain(codomain(compose(codomain(codomain(A)),
% 66.46/66.67                                           codomain(codomain(A))))),A))) -> A
% 66.46/66.67  Current number of equations to process: 4375
% 66.46/66.67  Current number of ordered equations: 0
% 66.46/66.67  Current number of rules: 1127
% 66.46/66.67  New rule produced :
% 66.46/66.67  [1132]
% 66.46/66.67  compose(codomain(codomain(codomain(compose(A,codomain(codomain(codomain(
% 66.46/66.67                                                                 domain(A)))))))),A)
% 66.46/66.67  -> A
% 66.46/66.67  Current number of equations to process: 4568
% 66.46/66.67  Current number of ordered equations: 0
% 66.46/66.67  Current number of rules: 1128
% 66.46/66.67  New rule produced :
% 66.46/66.67  [1133]
% 66.46/66.67  compose(codomain(codomain(codomain(compose(A,codomain(codomain(codomain(
% 66.46/66.67                                                                 domain(
% 66.46/66.67                                                                 domain(A))))))))),A)
% 66.46/66.67  -> A
% 66.46/66.67  Current number of equations to process: 4586
% 66.46/66.67  Current number of ordered equations: 0
% 66.46/66.67  Current number of rules: 1129
% 66.46/66.67  New rule produced :
% 66.46/66.67  [1134]
% 66.46/66.67  compose(codomain(codomain(codomain(compose(A,codomain(codomain(codomain(
% 66.46/66.67                                                                 domain(
% 66.46/66.67                                                                 domain(
% 66.46/66.67                                                                 domain(A)))))))))),A)
% 66.46/66.67  -> A
% 66.46/66.67  Current number of equations to process: 4638
% 66.46/66.67  Current number of ordered equations: 0
% 66.46/66.67  Current number of rules: 1130
% 66.46/66.67  New rule produced :
% 66.46/66.67  [1135]
% 66.46/66.67  compose(codomain(codomain(codomain(compose(codomain(codomain(codomain(A))),
% 66.46/66.67                                     codomain(codomain(codomain(A))))))),A) ->
% 66.46/66.67  A
% 66.46/66.67  Current number of equations to process: 4637
% 66.46/66.67  Current number of ordered equations: 0
% 66.46/66.67  Current number of rules: 1131
% 66.46/66.67  New rule produced :
% 66.46/66.67  [1136]
% 66.46/66.67  compose(A,compose(B,domain(compose(B,domain(domain(domain(compose(domain(A),B))))))))
% 66.46/66.67  -> compose(A,B)
% 66.46/66.67  Current number of equations to process: 4852
% 66.46/66.67  Current number of ordered equations: 0
% 66.46/66.67  Current number of rules: 1132
% 66.46/66.67  New rule produced :
% 66.46/66.67  [1137]
% 66.46/66.67  compose(A,domain(compose(domain(compose(domain(codomain(codomain(A))),A)),
% 66.46/66.67                   domain(domain(domain(A)))))) -> A
% 66.46/66.67  Current number of equations to process: 4851
% 66.46/66.67  Current number of ordered equations: 0
% 66.46/66.67  Current number of rules: 1133
% 66.46/66.67  New rule produced :
% 66.46/66.67  [1138]
% 66.46/66.67  compose(A,domain(compose(domain(compose(domain(domain(A)),domain(A))),
% 66.46/66.67                   domain(domain(domain(A)))))) -> A
% 66.46/66.67  Current number of equations to process: 4850
% 66.46/66.67  Current number of ordered equations: 0
% 66.46/66.67  Current number of rules: 1134
% 66.46/66.67  New rule produced :
% 66.46/66.67  [1139]
% 66.46/66.67  compose(A,domain(compose(domain(compose(domain(domain(codomain(A))),A)),
% 66.66/66.90                   domain(domain(domain(A)))))) -> A
% 66.66/66.90  Current number of equations to process: 4849
% 66.66/66.90  Current number of ordered equations: 0
% 66.66/66.90  Current number of rules: 1135
% 66.66/66.90  New rule produced :
% 66.66/66.90  [1140]
% 66.66/66.90  compose(A,compose(B,domain(compose(domain(compose(domain(domain(A)),domain(A))),B))))
% 66.66/66.90  -> compose(A,B)
% 66.66/66.90  Current number of equations to process: 4848
% 66.66/66.90  Current number of ordered equations: 0
% 66.66/66.90  Current number of rules: 1136
% 66.66/66.90  New rule produced :
% 66.66/66.90  [1141]
% 66.66/66.90  compose(A,compose(domain(domain(domain(domain(compose(domain(domain(A)),
% 66.66/66.90                                                domain(A)))))),B)) ->
% 66.66/66.90  compose(A,B)
% 66.66/66.90  Current number of equations to process: 4847
% 66.66/66.90  Current number of ordered equations: 0
% 66.66/66.90  Current number of rules: 1137
% 66.66/66.90  New rule produced :
% 66.66/66.90  [1142]
% 66.66/66.90  compose(A,domain(compose(domain(domain(domain(A))),domain(compose(domain(
% 66.66/66.90                                                                    domain(A)),
% 66.66/66.90                                                            domain(A)))))) -> A
% 66.66/66.90  Current number of equations to process: 4846
% 66.66/66.90  Current number of ordered equations: 0
% 66.66/66.90  Current number of rules: 1138
% 66.66/66.90  New rule produced :
% 66.66/66.90  [1143]
% 66.66/66.90  compose(A,domain(domain(compose(domain(domain(A)),domain(compose(domain(
% 66.66/66.90                                                                   domain(A)),
% 66.66/66.90                                                           domain(A))))))) -> A
% 66.66/66.90  Current number of equations to process: 4845
% 66.66/66.90  Current number of ordered equations: 0
% 66.66/66.90  Current number of rules: 1139
% 66.66/66.90  New rule produced :
% 66.66/66.90  [1144]
% 66.66/66.90  compose(A,domain(domain(domain(domain(domain(domain(domain(compose(domain(
% 66.66/66.90                                                                     domain(A)),
% 66.66/66.90                                                             domain(A))))))))))
% 66.66/66.90  -> A
% 66.66/66.90  Current number of equations to process: 4844
% 66.66/66.90  Current number of ordered equations: 0
% 66.66/66.90  Current number of rules: 1140
% 66.66/66.90  New rule produced :
% 66.66/66.90  [1145]
% 66.66/66.90  compose(A,domain(domain(domain(compose(domain(A),domain(compose(domain(
% 66.66/66.90                                                                  domain(A)),
% 66.66/66.90                                                          domain(A)))))))) -> A
% 66.66/66.90  Current number of equations to process: 4843
% 66.66/66.90  Current number of ordered equations: 0
% 66.66/66.90  Current number of rules: 1141
% 66.66/66.90  New rule produced :
% 66.66/66.90  [1146]
% 66.66/66.90  compose(A,compose(B,domain(compose(domain(compose(domain(domain(codomain(A))),A)),B))))
% 66.66/66.90  -> compose(A,B)
% 66.66/66.90  Current number of equations to process: 4842
% 66.66/66.90  Current number of ordered equations: 0
% 66.66/66.90  Current number of rules: 1142
% 66.66/66.90  New rule produced :
% 66.66/66.90  [1147]
% 66.66/66.90  compose(A,compose(domain(domain(domain(domain(compose(domain(domain(codomain(A))),A))))),B))
% 66.66/66.90  -> compose(A,B)
% 66.66/66.90  Current number of equations to process: 4841
% 66.66/66.90  Current number of ordered equations: 0
% 66.66/66.90  Current number of rules: 1143
% 66.66/66.90  New rule produced :
% 66.66/66.90  [1148]
% 66.66/66.90  compose(A,domain(compose(domain(domain(domain(A))),domain(compose(domain(
% 66.66/66.90                                                                    domain(
% 66.66/66.90                                                                    codomain(A))),A)))))
% 66.66/66.90  -> A
% 66.66/66.90  Current number of equations to process: 4840
% 66.66/66.90  Current number of ordered equations: 0
% 66.66/66.90  Current number of rules: 1144
% 66.66/66.90  New rule produced :
% 66.66/66.90  [1149]
% 66.66/66.90  compose(A,domain(domain(compose(domain(domain(A)),domain(compose(domain(
% 66.66/66.90                                                                   domain(
% 66.66/66.90                                                                   codomain(A))),A))))))
% 66.66/66.90  -> A
% 66.66/66.90  Current number of equations to process: 4839
% 66.66/66.90  Current number of ordered equations: 0
% 66.66/66.90  Current number of rules: 1145
% 66.66/66.90  New rule produced :
% 66.66/66.90  [1150]
% 66.66/66.90  compose(A,domain(domain(domain(domain(domain(domain(domain(compose(domain(
% 66.66/66.90                                                                     domain(
% 66.66/66.90                                                                     codomain(A))),A)))))))))
% 66.66/66.90  -> A
% 66.66/66.90  Current number of equations to process: 4838
% 66.66/66.90  Current number of ordered equations: 0
% 66.66/66.90  Current number of rules: 1146
% 66.66/66.90  New rule produced :
% 66.66/66.90  [1151]
% 66.66/66.90  compose(A,domain(domain(domain(compose(domain(A),domain(compose(domain(
% 66.66/66.90                                                                  domain(
% 66.66/66.90                                                                  codomain(A))),A)))))))
% 66.96/67.12  -> A
% 66.96/67.12  Current number of equations to process: 4837
% 66.96/67.12  Current number of ordered equations: 0
% 66.96/67.12  Current number of rules: 1147
% 66.96/67.12  New rule produced :
% 66.96/67.12  [1152]
% 66.96/67.12  compose(A,compose(domain(domain(domain(compose(domain(domain(A)),domain(
% 66.96/67.12                                                                   domain(A)))))),B))
% 66.96/67.12  -> compose(A,B)
% 66.96/67.12  Current number of equations to process: 4836
% 66.96/67.12  Current number of ordered equations: 0
% 66.96/67.12  Current number of rules: 1148
% 66.96/67.12  New rule produced :
% 66.96/67.12  [1153]
% 66.96/67.12  compose(A,domain(domain(domain(domain(domain(domain(compose(domain(domain(A)),
% 66.96/67.12                                                      domain(domain(A))))))))))
% 66.96/67.12  -> A
% 66.96/67.12  Current number of equations to process: 4835
% 66.96/67.12  Current number of ordered equations: 0
% 66.96/67.12  Current number of rules: 1149
% 66.96/67.12  New rule produced :
% 66.96/67.12  [1154]
% 66.96/67.12  compose(A,compose(domain(compose(domain(domain(codomain(codomain(domain(A))))),
% 66.96/67.12                           domain(A))),B)) -> compose(A,B)
% 66.96/67.12  Current number of equations to process: 4834
% 66.96/67.12  Current number of ordered equations: 0
% 66.96/67.12  Current number of rules: 1150
% 66.96/67.12  New rule produced :
% 66.96/67.12  [1155]
% 66.96/67.12  compose(A,compose(domain(domain(domain(compose(domain(domain(codomain(
% 66.96/67.12                                                               codomain(A)))),A)))),B))
% 66.96/67.12  -> compose(A,B)
% 66.96/67.12  Current number of equations to process: 4833
% 66.96/67.12  Current number of ordered equations: 0
% 66.96/67.12  Current number of rules: 1151
% 66.96/67.12  New rule produced :
% 66.96/67.12  [1156]
% 66.96/67.12  compose(A,domain(compose(domain(domain(A)),domain(compose(domain(domain(
% 66.96/67.12                                                                   codomain(
% 66.96/67.12                                                                   codomain(A)))),A)))))
% 66.96/67.12  -> A
% 66.96/67.12  Current number of equations to process: 4832
% 66.96/67.12  Current number of ordered equations: 0
% 66.96/67.12  Current number of rules: 1152
% 66.96/67.12  New rule produced :
% 66.96/67.12  [1157]
% 66.96/67.12  compose(A,domain(domain(compose(domain(A),domain(compose(domain(domain(
% 66.96/67.12                                                                  codomain(
% 66.96/67.12                                                                  codomain(A)))),A))))))
% 66.96/67.12  -> A
% 66.96/67.12  Current number of equations to process: 4831
% 66.96/67.12  Current number of ordered equations: 0
% 66.96/67.12  Current number of rules: 1153
% 66.96/67.12  New rule produced :
% 66.96/67.12  [1158]
% 66.96/67.12  compose(A,domain(domain(domain(domain(domain(domain(compose(domain(domain(
% 66.96/67.12                                                                     codomain(
% 66.96/67.12                                                                     codomain(A)))),A))))))))
% 66.96/67.12  -> A
% 66.96/67.12  Current number of equations to process: 4830
% 66.96/67.12  Current number of ordered equations: 0
% 66.96/67.12  Current number of rules: 1154
% 66.96/67.12  New rule produced :
% 66.96/67.12  [1159]
% 66.96/67.12  compose(A,domain(domain(domain(domain(compose(domain(domain(codomain(
% 66.96/67.12                                                              codomain(
% 66.96/67.12                                                              codomain(
% 66.96/67.12                                                              codomain(A)))))),A))))))
% 66.96/67.12  -> A
% 66.96/67.12  Current number of equations to process: 4829
% 66.96/67.12  Current number of ordered equations: 0
% 66.96/67.12  Current number of rules: 1155
% 66.96/67.12  New rule produced :
% 66.96/67.12  [1160]
% 66.96/67.12  compose(A,compose(domain(domain(compose(domain(domain(codomain(codomain(
% 66.96/67.12                                                                 codomain(A))))),A))),B))
% 66.96/67.12  -> compose(A,B)
% 66.96/67.12  Current number of equations to process: 4828
% 66.96/67.12  Current number of ordered equations: 0
% 66.96/67.12  Current number of rules: 1156
% 66.96/67.12  New rule produced :
% 66.96/67.12  [1161]
% 66.96/67.12  compose(A,domain(compose(domain(A),domain(compose(domain(domain(codomain(
% 66.96/67.12                                                                  codomain(
% 66.96/67.12                                                                  codomain(A))))),A)))))
% 66.96/67.12  -> A
% 66.96/67.12  Current number of equations to process: 4827
% 66.96/67.12  Current number of ordered equations: 0
% 66.96/67.12  Current number of rules: 1157
% 66.96/67.12  New rule produced :
% 66.96/67.12  [1162]
% 66.96/67.12  compose(A,domain(domain(domain(domain(domain(compose(domain(domain(codomain(
% 66.96/67.12                                                                     codomain(
% 66.96/67.12                                                                     codomain(A))))),A)))))))
% 66.96/67.12  -> A
% 66.96/67.12  Current number of equations to process: 4826
% 66.96/67.12  Current number of ordered equations: 0
% 66.96/67.12  Current number of rules: 1158
% 66.96/67.12  New rule produced :
% 66.96/67.12  [1163]
% 66.96/67.12  compose(codomain(compose(codomain(codomain(codomain(A))),codomain(codomain(
% 67.16/67.36                                                                    domain(
% 67.16/67.36                                                                    codomain(
% 67.16/67.36                                                                    codomain(
% 67.16/67.36                                                                    codomain(A)))))))),A)
% 67.16/67.36  -> A
% 67.16/67.36  Current number of equations to process: 4825
% 67.16/67.36  Current number of ordered equations: 0
% 67.16/67.36  Current number of rules: 1159
% 67.16/67.36  New rule produced :
% 67.16/67.36  [1164]
% 67.16/67.36  compose(codomain(codomain(codomain(codomain(compose(A,codomain(codomain(
% 67.16/67.36                                                                 domain(A)))))))),
% 67.16/67.36  compose(A,B)) -> compose(A,B)
% 67.16/67.36  Current number of equations to process: 4824
% 67.16/67.36  Current number of ordered equations: 0
% 67.16/67.36  Current number of rules: 1160
% 67.16/67.36  New rule produced :
% 67.16/67.36  [1165]
% 67.16/67.36  compose(A,domain(compose(domain(domain(domain(codomain(compose(A,codomain(
% 67.16/67.36                                                                   codomain(
% 67.16/67.36                                                                   domain(A)))))))),A)))
% 67.16/67.36  -> A
% 67.16/67.36  Current number of equations to process: 4823
% 67.16/67.36  Current number of ordered equations: 0
% 67.16/67.36  Current number of rules: 1161
% 67.16/67.36  New rule produced :
% 67.16/67.36  [1166]
% 67.16/67.36  compose(A,domain(domain(compose(domain(domain(codomain(compose(A,codomain(
% 67.16/67.36                                                                   codomain(
% 67.16/67.36                                                                   domain(A))))))),A))))
% 67.16/67.36  -> A
% 67.16/67.36  Current number of equations to process: 4822
% 67.16/67.36  Current number of ordered equations: 0
% 67.16/67.36  Current number of rules: 1162
% 67.16/67.36  New rule produced :
% 67.16/67.36  [1167]
% 67.16/67.36  compose(A,domain(domain(domain(compose(domain(codomain(compose(A,codomain(
% 67.16/67.36                                                                   codomain(
% 67.16/67.36                                                                   domain(A)))))),A)))))
% 67.16/67.36  -> A
% 67.16/67.36  Current number of equations to process: 4821
% 67.16/67.36  Current number of ordered equations: 0
% 67.16/67.36  Current number of rules: 1163
% 67.16/67.36  New rule produced :
% 67.16/67.36  [1168]
% 67.16/67.36  compose(codomain(codomain(codomain(codomain(compose(codomain(A),codomain(
% 67.16/67.36                                                                  codomain(A))))))),
% 67.16/67.36  compose(A,B)) -> compose(A,B)
% 67.16/67.36  Current number of equations to process: 4820
% 67.16/67.36  Current number of ordered equations: 0
% 67.16/67.36  Current number of rules: 1164
% 67.16/67.36  New rule produced :
% 67.16/67.36  [1169]
% 67.16/67.36  compose(A,domain(compose(domain(domain(domain(codomain(compose(codomain(A),
% 67.16/67.36                                                         codomain(codomain(A))))))),A)))
% 67.16/67.36  -> A
% 67.16/67.36  Current number of equations to process: 4819
% 67.16/67.36  Current number of ordered equations: 0
% 67.16/67.36  Current number of rules: 1165
% 67.16/67.36  New rule produced :
% 67.16/67.36  [1170]
% 67.16/67.36  compose(A,domain(domain(compose(domain(domain(codomain(compose(codomain(A),
% 67.16/67.36                                                         codomain(codomain(A)))))),A))))
% 67.16/67.36  -> A
% 67.16/67.36  Current number of equations to process: 4818
% 67.16/67.36  Current number of ordered equations: 0
% 67.16/67.36  Current number of rules: 1166
% 67.16/67.36  New rule produced :
% 67.16/67.36  [1171]
% 67.16/67.36  compose(A,domain(domain(domain(compose(domain(codomain(compose(codomain(A),
% 67.16/67.36                                                         codomain(codomain(A))))),A)))))
% 67.16/67.36  -> A
% 67.16/67.36  Current number of equations to process: 4817
% 67.16/67.36  Current number of ordered equations: 0
% 67.16/67.36  Current number of rules: 1167
% 67.16/67.36  New rule produced :
% 67.16/67.36  [1172]
% 67.16/67.36  compose(codomain(compose(codomain(A),codomain(codomain(domain(domain(
% 67.16/67.36                                                                codomain(A))))))),
% 67.16/67.36  compose(A,B)) -> compose(A,B)
% 67.16/67.36  Current number of equations to process: 4816
% 67.16/67.36  Current number of ordered equations: 0
% 67.16/67.36  Current number of rules: 1168
% 67.16/67.36  New rule produced :
% 67.16/67.36  [1173]
% 67.16/67.36  compose(codomain(codomain(codomain(compose(A,codomain(codomain(domain(
% 67.16/67.36                                                                 domain(A)))))))),
% 67.16/67.36  compose(A,B)) -> compose(A,B)
% 67.16/67.36  Current number of equations to process: 4815
% 67.16/67.36  Current number of ordered equations: 0
% 67.16/67.36  Current number of rules: 1169
% 67.16/67.36  New rule produced :
% 67.16/67.36  [1174]
% 67.16/67.36  compose(A,domain(compose(domain(domain(codomain(compose(A,codomain(codomain(
% 67.16/67.36                                                                     domain(
% 67.16/67.36                                                                     domain(A)))))))),A)))
% 67.47/67.64  -> A
% 67.47/67.64  Current number of equations to process: 4814
% 67.47/67.64  Current number of ordered equations: 0
% 67.47/67.64  Current number of rules: 1170
% 67.47/67.64  New rule produced :
% 67.47/67.64  [1175]
% 67.47/67.64  compose(A,domain(domain(compose(domain(codomain(compose(A,codomain(codomain(
% 67.47/67.64                                                                     domain(
% 67.47/67.64                                                                     domain(A))))))),A))))
% 67.47/67.64  -> A
% 67.47/67.64  Current number of equations to process: 4813
% 67.47/67.64  Current number of ordered equations: 0
% 67.47/67.64  Current number of rules: 1171
% 67.47/67.64  New rule produced :
% 67.47/67.64  [1176]
% 67.47/67.64  compose(codomain(codomain(codomain(compose(codomain(codomain(A)),codomain(
% 67.47/67.64                                                                   codomain(A)))))),
% 67.47/67.64  compose(A,B)) -> compose(A,B)
% 67.47/67.64  Current number of equations to process: 4812
% 67.47/67.64  Current number of ordered equations: 0
% 67.47/67.64  Current number of rules: 1172
% 67.47/67.64  New rule produced :
% 67.47/67.64  [1177]
% 67.47/67.64  compose(A,domain(compose(domain(domain(codomain(compose(codomain(codomain(A)),
% 67.47/67.64                                                  codomain(codomain(A)))))),A)))
% 67.47/67.64  -> A
% 67.47/67.64  Current number of equations to process: 4811
% 67.47/67.64  Current number of ordered equations: 0
% 67.47/67.64  Current number of rules: 1173
% 67.47/67.64  New rule produced :
% 67.47/67.64  [1178]
% 67.47/67.64  compose(A,domain(domain(compose(domain(codomain(compose(codomain(codomain(A)),
% 67.47/67.64                                                  codomain(codomain(A))))),A))))
% 67.47/67.64  -> A
% 67.47/67.64  Current number of equations to process: 4810
% 67.47/67.64  Current number of ordered equations: 0
% 67.47/67.64  Current number of rules: 1174
% 67.47/67.64  New rule produced :
% 67.47/67.64  [1179]
% 67.47/67.64  compose(codomain(codomain(compose(A,codomain(codomain(domain(domain(domain(A)))))))),
% 67.47/67.64  compose(A,B)) -> compose(A,B)
% 67.47/67.64  Current number of equations to process: 4809
% 67.47/67.64  Current number of ordered equations: 0
% 67.47/67.64  Current number of rules: 1175
% 67.47/67.64  New rule produced :
% 67.47/67.64  [1180]
% 67.47/67.64  compose(codomain(compose(codomain(codomain(A)),codomain(codomain(domain(
% 67.47/67.64                                                                   domain(
% 67.47/67.64                                                                   domain(
% 67.47/67.64                                                                   codomain(
% 67.47/67.64                                                                   codomain(A))))))))),A)
% 67.47/67.64  -> A
% 67.47/67.64  Current number of equations to process: 4808
% 67.47/67.64  Current number of ordered equations: 0
% 67.47/67.64  Current number of rules: 1176
% 67.47/67.64  New rule produced :
% 67.47/67.64  [1181]
% 67.47/67.64  compose(A,domain(compose(domain(codomain(compose(A,codomain(codomain(
% 67.47/67.64                                                              domain(domain(
% 67.47/67.64                                                                     domain(A)))))))),A)))
% 67.47/67.64  -> A
% 67.47/67.64  Current number of equations to process: 4807
% 67.47/67.64  Current number of ordered equations: 0
% 67.47/67.64  Current number of rules: 1177
% 67.47/67.64  New rule produced :
% 67.47/67.64  [1182]
% 67.47/67.64  compose(codomain(codomain(codomain(compose(A,codomain(codomain(codomain(
% 67.47/67.64                                                                 domain(
% 67.47/67.64                                                                 domain(
% 67.47/67.64                                                                 domain(
% 67.47/67.64                                                                 domain(A))))))))))),A)
% 67.47/67.64  -> A
% 67.47/67.64  Current number of equations to process: 4806
% 67.47/67.64  Current number of ordered equations: 0
% 67.47/67.64  Current number of rules: 1178
% 67.47/67.64  New rule produced :
% 67.47/67.64  [1183]
% 67.47/67.64  ifeq(there_exists(A),true,there_exists(domain(compose(codomain(A),codomain(
% 67.47/67.64                                                                    domain(
% 67.47/67.64                                                                    domain(
% 67.47/67.64                                                                    codomain(A))))))),true)
% 67.47/67.64  -> true
% 67.47/67.64  Current number of equations to process: 4805
% 67.47/67.64  Current number of ordered equations: 0
% 67.47/67.64  Current number of rules: 1179
% 67.47/67.64  New rule produced :
% 67.47/67.64  [1184]
% 67.47/67.64  ifeq2(there_exists(compose(A,B)),true,domain(compose(codomain(compose(A,B)),A)),
% 67.47/67.64  codomain(B)) -> codomain(B)
% 67.47/67.64  Current number of equations to process: 4804
% 67.47/67.64  Current number of ordered equations: 0
% 67.47/67.64  Current number of rules: 1180
% 67.47/67.64  New rule produced :
% 67.47/67.64  [1185]
% 67.47/67.64  ifeq2(there_exists(compose(A,B)),true,domain(compose(A,B)),codomain(domain(
% 67.47/67.64                                                                      domain(B))))
% 67.47/67.64  -> codomain(domain(domain(B)))
% 67.47/67.64  Current number of equations to process: 4803
% 91.06/91.28  Current number of ordered equations: 0
% 91.06/91.28  Current number of rules: 1181
% 91.06/91.28  New rule produced :
% 91.06/91.28  [1186]
% 91.06/91.28  ifeq(there_exists(A),true,there_exists(domain(compose(A,codomain(codomain(
% 91.06/91.28                                                                   codomain(
% 91.06/91.28                                                                   domain(A))))))),true)
% 91.06/91.28  -> true
% 91.06/91.28  Current number of equations to process: 4891
% 91.06/91.28  Current number of ordered equations: 0
% 91.06/91.28  Current number of rules: 1182
% 91.06/91.28  New rule produced :
% 91.06/91.28  [1187]
% 91.06/91.28  ifeq(there_exists(A),true,there_exists(domain(compose(A,codomain(codomain(
% 91.06/91.28                                                                   codomain(
% 91.06/91.28                                                                   domain(
% 91.06/91.28                                                                   domain(A)))))))),true)
% 91.06/91.28  -> true
% 91.06/91.28  Current number of equations to process: 2080
% 91.06/91.28  Current number of ordered equations: 0
% 91.06/91.28  Current number of rules: 1183
% 91.06/91.28  New rule produced :
% 91.06/91.28  [1188]
% 91.06/91.28  ifeq(there_exists(A),true,there_exists(domain(compose(codomain(codomain(A)),
% 91.06/91.28                                                codomain(codomain(codomain(A)))))),true)
% 91.06/91.28  -> true
% 91.06/91.28  Current number of equations to process: 2079
% 91.06/91.28  Current number of ordered equations: 0
% 91.06/91.28  Current number of rules: 1184
% 91.06/91.28  New rule produced :
% 91.06/91.28  [1189]
% 91.06/91.28  compose(A,compose(B,domain(compose(B,domain(domain(domain(domain(compose(A,B)))))))))
% 91.06/91.28  -> compose(A,B)
% 91.06/91.28  Current number of equations to process: 2412
% 91.06/91.28  Current number of ordered equations: 0
% 91.06/91.28  Current number of rules: 1185
% 91.06/91.28  New rule produced :
% 91.06/91.28  [1190]
% 91.06/91.28  compose(A,domain(compose(domain(domain(domain(domain(domain(domain(codomain(A))))))),A)))
% 91.06/91.28  -> A
% 91.06/91.28  Current number of equations to process: 2693
% 91.06/91.28  Current number of ordered equations: 0
% 91.06/91.28  Current number of rules: 1186
% 91.06/91.28  New rule produced :
% 91.06/91.28  [1191]
% 91.06/91.28  compose(A,domain(compose(domain(domain(domain(domain(domain(domain(codomain(
% 91.06/91.28                                                                     codomain(A)))))))),A)))
% 91.06/91.28  -> A
% 91.06/91.28  Current number of equations to process: 2699
% 91.06/91.28  Current number of ordered equations: 0
% 91.06/91.28  Current number of rules: 1187
% 91.06/91.28  New rule produced :
% 91.06/91.28  [1192]
% 91.06/91.28  compose(A,domain(compose(domain(domain(domain(domain(domain(domain(codomain(
% 91.06/91.28                                                                     codomain(
% 91.06/91.28                                                                     codomain(A))))))))),A)))
% 91.06/91.28  -> A
% 91.06/91.28  Current number of equations to process: 2828
% 91.06/91.28  Current number of ordered equations: 0
% 91.06/91.28  Current number of rules: 1188
% 91.06/91.28  New rule produced :
% 91.06/91.28  [1193]
% 91.06/91.28  compose(codomain(compose(A,codomain(codomain(codomain(domain(A)))))),
% 91.06/91.28  compose(A,B)) -> compose(A,B)
% 91.06/91.28  Current number of equations to process: 3170
% 91.06/91.28  Current number of ordered equations: 0
% 91.06/91.28  Current number of rules: 1189
% 91.06/91.28  New rule produced :
% 91.06/91.28  [1194]
% 91.06/91.28  compose(codomain(compose(A,codomain(codomain(codomain(domain(domain(A))))))),
% 91.06/91.28  compose(A,B)) -> compose(A,B)
% 91.06/91.28  Current number of equations to process: 3183
% 91.06/91.28  Current number of ordered equations: 0
% 91.06/91.28  Current number of rules: 1190
% 91.06/91.28  New rule produced :
% 91.06/91.28  [1195]
% 91.06/91.28  compose(codomain(compose(A,codomain(codomain(codomain(domain(domain(domain(A)))))))),
% 91.06/91.28  compose(A,B)) -> compose(A,B)
% 91.06/91.28  Current number of equations to process: 3458
% 91.06/91.28  Current number of ordered equations: 0
% 91.06/91.28  Current number of rules: 1191
% 91.06/91.28  New rule produced :
% 91.06/91.28  [1196]
% 91.06/91.28  ifeq2(there_exists(compose(A,B)),true,domain(codomain(codomain(A))),codomain(
% 91.06/91.28                                                                      compose(A,B)))
% 91.06/91.28  -> codomain(compose(A,B))
% 91.06/91.28  Current number of equations to process: 3457
% 91.06/91.28  Current number of ordered equations: 0
% 91.06/91.28  Current number of rules: 1192
% 91.06/91.28  New rule produced :
% 91.06/91.28  [1197]
% 91.06/91.28  compose(codomain(compose(codomain(codomain(codomain(codomain(A)))),codomain(
% 91.06/91.28                                                                     compose(A,
% 91.06/91.28                                                                     codomain(
% 91.06/91.28                                                                     domain(A)))))),A)
% 91.06/91.28  -> A
% 91.06/91.28  Current number of equations to process: 3636
% 91.06/91.28  Current number of ordered equations: 0
% 91.06/91.28  Current number of rules: 1193
% 91.06/91.28  New rule produced :
% 91.06/91.28  [1198]
% 91.06/91.28  compose(codomain(compose(codomain(codomain(codomain(codomain(A)))),codomain(
% 91.06/91.28                                                                     compose(
% 111.47/111.70                                                                     codomain(A),
% 111.47/111.70                                                                     codomain(A))))),A)
% 111.47/111.70  -> A
% 111.47/111.70  Current number of equations to process: 3635
% 111.47/111.70  Current number of ordered equations: 0
% 111.47/111.70  Current number of rules: 1194
% 111.47/111.70  New rule produced :
% 111.47/111.70  [1199]
% 111.47/111.70  compose(A,domain(compose(domain(domain(domain(compose(domain(A),domain(A))))),
% 111.47/111.70                   domain(domain(A))))) -> A
% 111.47/111.70  Current number of equations to process: 4039
% 111.47/111.70  Current number of ordered equations: 0
% 111.47/111.70  Current number of rules: 1195
% 111.47/111.70  New rule produced :
% 111.47/111.70  [1200]
% 111.47/111.70  compose(A,domain(compose(domain(domain(domain(compose(domain(codomain(A)),A)))),
% 111.47/111.70                   domain(domain(A))))) -> A
% 111.47/111.70  Current number of equations to process: 4038
% 111.47/111.70  Current number of ordered equations: 0
% 111.47/111.70  Current number of rules: 1196
% 111.47/111.70  New rule produced :
% 111.47/111.70  [1201]
% 111.47/111.70  compose(codomain(codomain(compose(codomain(codomain(codomain(A))),codomain(
% 111.47/111.70                                                                    codomain(
% 111.47/111.70                                                                    codomain(
% 111.47/111.70                                                                    codomain(
% 111.47/111.70                                                                    codomain(A)))))))),A)
% 111.47/111.70  -> A
% 111.47/111.70  Current number of equations to process: 4518
% 111.47/111.70  Current number of ordered equations: 0
% 111.47/111.70  Current number of rules: 1197
% 111.47/111.70  New rule produced :
% 111.47/111.70  [1202]
% 111.47/111.70  compose(codomain(codomain(compose(codomain(codomain(codomain(A))),codomain(
% 111.47/111.70                                                                    compose(A,
% 111.47/111.70                                                                    codomain(
% 111.47/111.70                                                                    domain(A))))))),A)
% 111.47/111.70  -> A
% 111.47/111.70  Current number of equations to process: 4517
% 111.47/111.70  Current number of ordered equations: 0
% 111.47/111.70  Current number of rules: 1198
% 111.47/111.70  New rule produced :
% 111.47/111.70  [1203]
% 111.47/111.70  compose(codomain(codomain(compose(codomain(codomain(codomain(A))),codomain(
% 111.47/111.70                                                                    compose(
% 111.47/111.70                                                                    codomain(A),
% 111.47/111.70                                                                    codomain(A)))))),A)
% 111.47/111.70  -> A
% 111.47/111.70  Current number of equations to process: 4516
% 111.47/111.70  Current number of ordered equations: 0
% 111.47/111.70  Current number of rules: 1199
% 111.47/111.70  New rule produced :
% 111.47/111.70  [1204]
% 111.47/111.70  ifeq2(there_exists(A),true,domain(codomain(A)),codomain(compose(domain(
% 111.47/111.70                                                                  codomain(A)),A)))
% 111.47/111.70  -> codomain(compose(domain(codomain(A)),A))
% 111.47/111.70  Current number of equations to process: 4515
% 111.47/111.70  Current number of ordered equations: 0
% 111.47/111.70  Current number of rules: 1200
% 111.47/111.70  New rule produced :
% 111.47/111.70  [1205]
% 111.47/111.70  compose(A,domain(compose(domain(A),domain(compose(domain(domain(domain(A))),
% 111.47/111.70                                            domain(A)))))) -> A
% 111.47/111.70  Current number of equations to process: 4522
% 111.47/111.70  Current number of ordered equations: 0
% 111.47/111.70  Current number of rules: 1201
% 111.47/111.70  New rule produced :
% 111.47/111.70  [1206]
% 111.47/111.70  compose(A,domain(domain(domain(compose(domain(domain(domain(domain(codomain(A))))),A)))))
% 111.47/111.70  -> A
% 111.47/111.70  Current number of equations to process: 1778
% 111.47/111.70  Current number of ordered equations: 0
% 111.47/111.70  Current number of rules: 1202
% 111.47/111.70  New rule produced :
% 111.47/111.70  [1207]
% 111.47/111.70  compose(A,domain(domain(domain(compose(domain(domain(domain(domain(A)))),
% 111.47/111.70                                 domain(domain(A))))))) -> A
% 111.47/111.70  Current number of equations to process: 1785
% 111.47/111.70  Current number of ordered equations: 0
% 111.47/111.70  Current number of rules: 1203
% 111.47/111.70  New rule produced :
% 111.47/111.70  [1208]
% 111.47/111.70  compose(A,domain(domain(domain(compose(domain(domain(domain(domain(codomain(
% 111.47/111.70                                                                     codomain(A)))))),A)))))
% 111.47/111.70  -> A
% 111.47/111.70  Current number of equations to process: 1784
% 111.47/111.70  Current number of ordered equations: 0
% 111.47/111.70  Current number of rules: 1204
% 111.47/111.70  New rule produced :
% 111.47/111.70  [1209]
% 111.47/111.70  compose(A,domain(domain(domain(compose(domain(domain(domain(domain(A)))),
% 111.47/111.70                                 domain(domain(domain(A)))))))) -> A
% 111.47/111.70  Current number of equations to process: 1918
% 111.47/111.70  Current number of ordered equations: 0
% 111.47/111.70  Current number of rules: 1205
% 111.47/111.70  New rule produced :
% 111.47/111.70  [1210]
% 111.47/111.70  compose(A,domain(domain(domain(compose(domain(domain(domain(domain(codomain(
% 124.98/125.17                                                                     codomain(
% 124.98/125.17                                                                     codomain(A))))))),A)))))
% 124.98/125.17  -> A
% 124.98/125.17  Current number of equations to process: 1917
% 124.98/125.17  Current number of ordered equations: 0
% 124.98/125.17  Current number of rules: 1206
% 124.98/125.17  New rule produced :
% 124.98/125.17  [1211]
% 124.98/125.17  compose(A,domain(domain(domain(compose(domain(compose(domain(A),domain(A))),
% 124.98/125.17                                 domain(domain(A))))))) -> A
% 124.98/125.17  Current number of equations to process: 2036
% 124.98/125.17  Current number of ordered equations: 0
% 124.98/125.17  Current number of rules: 1207
% 124.98/125.17  New rule produced :
% 124.98/125.17  [1212]
% 124.98/125.17  compose(A,domain(domain(domain(compose(domain(compose(domain(codomain(A)),A)),
% 124.98/125.17                                 domain(domain(A))))))) -> A
% 124.98/125.17  Current number of equations to process: 2035
% 124.98/125.17  Current number of ordered equations: 0
% 124.98/125.17  Current number of rules: 1208
% 124.98/125.17  New rule produced :
% 124.98/125.17  [1213]
% 124.98/125.17  compose(A,domain(domain(domain(compose(domain(domain(domain(domain(domain(A))))),
% 124.98/125.17                                 domain(domain(A))))))) -> A
% 124.98/125.17  Current number of equations to process: 2034
% 124.98/125.17  Current number of ordered equations: 0
% 124.98/125.17  Current number of rules: 1209
% 124.98/125.17  New rule produced :
% 124.98/125.17  [1214]
% 124.98/125.17  compose(codomain(compose(A,compose(B,codomain(domain(B))))),compose(A,B)) ->
% 124.98/125.17  compose(A,B)
% 124.98/125.17  Current number of equations to process: 2163
% 124.98/125.17  Current number of ordered equations: 0
% 124.98/125.17  Current number of rules: 1210
% 124.98/125.17  New rule produced :
% 124.98/125.17  [1215]
% 124.98/125.17  compose(codomain(compose(A,compose(codomain(B),codomain(B)))),compose(A,B))
% 124.98/125.17  -> compose(A,B)
% 124.98/125.17  Current number of equations to process: 2162
% 124.98/125.17  Current number of ordered equations: 0
% 124.98/125.17  Current number of rules: 1211
% 124.98/125.17  New rule produced :
% 124.98/125.17  [1216]
% 124.98/125.17  compose(codomain(compose(codomain(compose(A,B)),compose(A,codomain(B)))),
% 124.98/125.17  compose(A,B)) -> compose(A,B)
% 124.98/125.17  Current number of equations to process: 2161
% 124.98/125.17  Current number of ordered equations: 0
% 124.98/125.17  Current number of rules: 1212
% 124.98/125.17  New rule produced :
% 124.98/125.17  [1217]
% 124.98/125.17  compose(codomain(compose(A,compose(B,codomain(domain(domain(B)))))),compose(A,B))
% 124.98/125.17  -> compose(A,B)
% 124.98/125.17  Current number of equations to process: 2184
% 124.98/125.17  Current number of ordered equations: 0
% 124.98/125.17  Current number of rules: 1213
% 124.98/125.17  New rule produced :
% 124.98/125.17  [1218]
% 124.98/125.17  compose(codomain(compose(A,compose(B,codomain(domain(domain(domain(B))))))),
% 124.98/125.17  compose(A,B)) -> compose(A,B)
% 124.98/125.17  Current number of equations to process: 2581
% 124.98/125.17  Current number of ordered equations: 0
% 124.98/125.17  Current number of rules: 1214
% 124.98/125.17  New rule produced :
% 124.98/125.17  [1219]
% 124.98/125.17  compose(codomain(compose(A,codomain(compose(domain(domain(domain(A))),
% 124.98/125.17                                      domain(A))))),A) -> A
% 124.98/125.17  Current number of equations to process: 2598
% 124.98/125.17  Current number of ordered equations: 0
% 124.98/125.17  Current number of rules: 1215
% 124.98/125.17  New rule produced :
% 124.98/125.17  [1220]
% 124.98/125.17  compose(codomain(compose(A,codomain(compose(domain(domain(domain(domain(A)))),
% 124.98/125.17                                      domain(A))))),A) -> A
% 124.98/125.17  Current number of equations to process: 2613
% 124.98/125.17  Current number of ordered equations: 0
% 124.98/125.17  Current number of rules: 1216
% 124.98/125.17  New rule produced :
% 124.98/125.17  [1221]
% 124.98/125.17  compose(codomain(compose(A,codomain(compose(domain(compose(domain(A),
% 124.98/125.17                                                     domain(A))),domain(A))))),A)
% 124.98/125.17  -> A
% 124.98/125.17  Current number of equations to process: 2727
% 124.98/125.17  Current number of ordered equations: 0
% 124.98/125.17  Current number of rules: 1217
% 124.98/125.17  New rule produced :
% 124.98/125.17  [1222]
% 124.98/125.17  compose(codomain(compose(A,codomain(compose(domain(compose(domain(codomain(A)),A)),
% 124.98/125.17                                      domain(A))))),A) -> A
% 124.98/125.17  Current number of equations to process: 2726
% 124.98/125.17  Current number of ordered equations: 0
% 124.98/125.17  Current number of rules: 1218
% 124.98/125.17  New rule produced :
% 124.98/125.17  [1223]
% 124.98/125.17  compose(codomain(compose(A,codomain(compose(domain(domain(domain(domain(
% 124.98/125.17                                                                   domain(A))))),
% 124.98/125.17                                      domain(A))))),A) -> A
% 124.98/125.17  Current number of equations to process: 2725
% 124.98/125.17  Current number of ordered equations: 0
% 124.98/125.17  Current number of rules: 1219
% 124.98/125.17  New rule produced :
% 124.98/125.17  [1224]
% 124.98/125.17  compose(codomain(compose(codomain(A),codomain(compose(domain(domain(domain(
% 124.98/125.17                                                                      codomain(A)))),A)))),A)
% 124.98/125.17  -> A
% 124.98/125.17  Current number of equations to process: 2933
% 152.38/152.52  Current number of ordered equations: 0
% 152.38/152.52  Current number of rules: 1220
% 152.38/152.52  New rule produced :
% 152.38/152.52  [1225]
% 152.38/152.52  compose(codomain(compose(A,codomain(compose(domain(domain(domain(A))),
% 152.38/152.52                                      domain(domain(A)))))),A) -> A
% 152.38/152.52  Current number of equations to process: 2953
% 152.38/152.52  Current number of ordered equations: 0
% 152.38/152.52  Current number of rules: 1221
% 152.38/152.52  New rule produced :
% 152.38/152.52  [1226]
% 152.38/152.52  compose(codomain(compose(A,codomain(compose(domain(domain(domain(A))),
% 152.38/152.52                                      domain(domain(domain(A))))))),A) -> A
% 152.38/152.52  Current number of equations to process: 3281
% 152.38/152.52  Current number of ordered equations: 0
% 152.38/152.52  Current number of rules: 1222
% 152.38/152.52  New rule produced :
% 152.38/152.52  [1227]
% 152.38/152.52  compose(codomain(compose(codomain(codomain(codomain(codomain(compose(A,
% 152.38/152.52                                                               codomain(
% 152.38/152.52                                                               domain(A))))))),
% 152.38/152.52                   codomain(A))),A) -> A
% 152.38/152.52  Current number of equations to process: 3475
% 152.38/152.52  Current number of ordered equations: 0
% 152.38/152.52  Current number of rules: 1223
% 152.38/152.52  New rule produced :
% 152.38/152.52  [1228]
% 152.38/152.52  compose(codomain(compose(codomain(codomain(codomain(codomain(compose(
% 152.38/152.52                                                               codomain(A),
% 152.38/152.52                                                               codomain(A)))))),
% 152.38/152.52                   codomain(A))),A) -> A
% 152.38/152.52  Current number of equations to process: 3474
% 152.38/152.52  Current number of ordered equations: 0
% 152.38/152.52  Current number of rules: 1224
% 152.38/152.52  New rule produced :
% 152.38/152.52  [1229]
% 152.38/152.52  compose(codomain(codomain(codomain(codomain(compose(codomain(A),codomain(
% 152.38/152.52                                                                  codomain(
% 152.38/152.52                                                                  codomain(
% 152.38/152.52                                                                  codomain(
% 152.38/152.52                                                                  codomain(A)))))))))),A)
% 152.38/152.52  -> A
% 152.38/152.52  Current number of equations to process: 3885
% 152.38/152.52  Current number of ordered equations: 0
% 152.38/152.52  Current number of rules: 1225
% 152.38/152.52  New rule produced :
% 152.38/152.52  [1230]
% 152.38/152.52  compose(codomain(codomain(codomain(codomain(compose(codomain(A),codomain(
% 152.38/152.52                                                                  compose(A,
% 152.38/152.52                                                                  codomain(
% 152.38/152.52                                                                  domain(A))))))))),A)
% 152.38/152.52  -> A
% 152.38/152.52  Current number of equations to process: 3884
% 152.38/152.52  Current number of ordered equations: 0
% 152.38/152.52  Current number of rules: 1226
% 152.38/152.52  New rule produced :
% 152.38/152.52  [1231]
% 152.38/152.52  compose(codomain(codomain(codomain(codomain(compose(codomain(A),codomain(
% 152.38/152.52                                                                  compose(
% 152.38/152.52                                                                  codomain(A),
% 152.38/152.52                                                                  codomain(A)))))))),A)
% 152.38/152.52  -> A
% 152.38/152.52  Current number of equations to process: 3883
% 152.38/152.52  Current number of ordered equations: 0
% 152.38/152.52  Current number of rules: 1227
% 152.38/152.52  New rule produced :
% 152.38/152.52  [1232]
% 152.38/152.52  compose(codomain(compose(codomain(A),codomain(codomain(codomain(codomain(
% 152.38/152.52                                                                  compose(A,
% 152.38/152.52                                                                  codomain(
% 152.38/152.52                                                                  domain(A))))))))),A)
% 152.38/152.52  -> A
% 152.38/152.52  Current number of equations to process: 4090
% 152.38/152.52  Current number of ordered equations: 0
% 152.38/152.52  Current number of rules: 1228
% 152.38/152.52  New rule produced :
% 152.38/152.52  [1233]
% 152.38/152.52  compose(codomain(compose(codomain(A),codomain(codomain(codomain(codomain(
% 152.38/152.52                                                                  compose(
% 152.38/152.52                                                                  codomain(A),
% 152.38/152.52                                                                  codomain(A)))))))),A)
% 152.38/152.52  -> A
% 152.38/152.52  Current number of equations to process: 4089
% 152.38/152.52  Current number of ordered equations: 0
% 152.38/152.52  Current number of rules: 1229
% 152.38/152.52  New rule produced :
% 152.38/152.52  [1234]
% 152.38/152.52  compose(codomain(compose(codomain(codomain(codomain(A))),codomain(codomain(
% 152.38/152.52                                                                    compose(A,
% 152.38/152.52                                                                    codomain(
% 152.38/152.52                                                                    domain(A))))))),A)
% 183.90/184.10  -> A
% 183.90/184.10  Current number of equations to process: 4610
% 183.90/184.10  Current number of ordered equations: 0
% 183.90/184.10  Current number of rules: 1230
% 183.90/184.10  New rule produced :
% 183.90/184.10  [1235]
% 183.90/184.10  compose(codomain(compose(codomain(codomain(codomain(A))),codomain(codomain(
% 183.90/184.10                                                                    compose(
% 183.90/184.10                                                                    codomain(A),
% 183.90/184.10                                                                    codomain(A)))))),A)
% 183.90/184.10  -> A
% 183.90/184.10  Current number of equations to process: 4609
% 183.90/184.10  Current number of ordered equations: 0
% 183.90/184.10  Current number of rules: 1231
% 183.90/184.10  New rule produced :
% 183.90/184.10  [1236]
% 183.90/184.10  compose(codomain(compose(A,codomain(codomain(compose(domain(domain(A)),
% 183.90/184.10                                               domain(A)))))),A) -> A
% 183.90/184.10  Current number of equations to process: 4829
% 183.90/184.10  Current number of ordered equations: 0
% 183.90/184.10  Current number of rules: 1232
% 183.90/184.10  New rule produced :
% 183.90/184.10  [1237]
% 183.90/184.10  compose(codomain(compose(codomain(A),codomain(codomain(compose(domain(
% 183.90/184.10                                                                 domain(
% 183.90/184.10                                                                 codomain(A))),A))))),A)
% 183.90/184.10  -> A
% 183.90/184.10  Current number of equations to process: 4828
% 183.90/184.10  Current number of ordered equations: 0
% 183.90/184.10  Current number of rules: 1233
% 183.90/184.10  New rule produced :
% 183.90/184.10  [1238]
% 183.90/184.10  compose(codomain(compose(A,codomain(codomain(compose(domain(domain(A)),
% 183.90/184.10                                               domain(domain(A))))))),A) -> A
% 183.90/184.10  Current number of equations to process: 4848
% 183.90/184.10  Current number of ordered equations: 0
% 183.90/184.10  Current number of rules: 1234
% 183.90/184.10  New rule produced :
% 183.90/184.10  [1239]
% 183.90/184.10  compose(codomain(compose(codomain(codomain(codomain(compose(A,codomain(
% 183.90/184.10                                                                domain(A)))))),
% 183.90/184.10                   codomain(codomain(A)))),A) -> A
% 183.90/184.10  Current number of equations to process: 3398
% 183.90/184.10  Current number of ordered equations: 0
% 183.90/184.10  Current number of rules: 1235
% 183.90/184.10  New rule produced :
% 183.90/184.10  [1240]
% 183.90/184.10  compose(codomain(compose(codomain(codomain(codomain(compose(codomain(A),
% 183.90/184.10                                                      codomain(A))))),codomain(
% 183.90/184.10                                                                      codomain(A)))),A)
% 183.90/184.10  -> A
% 183.90/184.10  Current number of equations to process: 3397
% 183.90/184.10  Current number of ordered equations: 0
% 183.90/184.10  Current number of rules: 1236
% 183.90/184.10  New rule produced :
% 183.90/184.10  [1241]
% 183.90/184.10  compose(A,domain(compose(domain(domain(domain(domain(compose(domain(A),
% 183.90/184.10                                                       domain(A)))))),domain(A))))
% 183.90/184.10  -> A
% 183.90/184.10  Current number of equations to process: 4890
% 183.90/184.10  Current number of ordered equations: 0
% 183.90/184.10  Current number of rules: 1237
% 183.90/184.10  New rule produced :
% 183.90/184.10  [1242]
% 183.90/184.10  compose(A,domain(compose(domain(domain(domain(domain(compose(domain(codomain(A)),A))))),
% 183.90/184.10                   domain(A)))) -> A
% 183.90/184.10  Current number of equations to process: 4889
% 183.90/184.10  Current number of ordered equations: 0
% 183.90/184.10  Current number of rules: 1238
% 183.90/184.10  New rule produced :
% 183.90/184.10  [1243]
% 183.90/184.10  ifeq2(there_exists(compose(A,B)),true,domain(compose(A,codomain(codomain(
% 183.90/184.10                                                                  codomain(B))))),
% 183.90/184.10  codomain(B)) -> codomain(B)
% 183.90/184.10  Current number of equations to process: 4888
% 183.90/184.10  Current number of ordered equations: 0
% 183.90/184.10  Current number of rules: 1239
% 183.90/184.10  New rule produced :
% 183.90/184.10  [1244]
% 183.90/184.10  compose(codomain(compose(codomain(codomain(A)),codomain(codomain(codomain(
% 183.90/184.10                                                                   compose(A,
% 183.90/184.10                                                                   codomain(
% 183.90/184.10                                                                   domain(A)))))))),A)
% 183.90/184.10  -> A
% 183.90/184.10  Current number of equations to process: 2223
% 183.90/184.10  Current number of ordered equations: 0
% 183.90/184.10  Current number of rules: 1240
% 183.90/184.10  New rule produced :
% 183.90/184.10  [1245]
% 183.90/184.10  compose(codomain(compose(codomain(codomain(A)),codomain(codomain(codomain(
% 183.90/184.10                                                                   compose(
% 183.90/184.10                                                                   codomain(A),
% 183.90/184.10                                                                   codomain(A))))))),A)
% 183.90/184.10  -> A
% 183.90/184.10  Current number of equations to process: 2222
% 183.90/184.10  Current number of ordered equations: 0
% 183.90/184.10  Current number of rules: 1241
% 208.94/209.10  New rule produced :
% 208.94/209.10  [1246]
% 208.94/209.10  compose(codomain(codomain(codomain(compose(codomain(codomain(A)),codomain(
% 208.94/209.10                                                                   codomain(
% 208.94/209.10                                                                   codomain(
% 208.94/209.10                                                                   codomain(
% 208.94/209.10                                                                   codomain(A))))))))),A)
% 208.94/209.10  -> A
% 208.94/209.10  Current number of equations to process: 2448
% 208.94/209.10  Current number of ordered equations: 0
% 208.94/209.10  Current number of rules: 1242
% 208.94/209.10  New rule produced :
% 208.94/209.10  [1247]
% 208.94/209.10  compose(codomain(codomain(codomain(compose(codomain(codomain(A)),codomain(
% 208.94/209.10                                                                   compose(A,
% 208.94/209.10                                                                   codomain(
% 208.94/209.10                                                                   domain(A)))))))),A)
% 208.94/209.10  -> A
% 208.94/209.10  Current number of equations to process: 2447
% 208.94/209.10  Current number of ordered equations: 0
% 208.94/209.10  Current number of rules: 1243
% 208.94/209.10  New rule produced :
% 208.94/209.10  [1248]
% 208.94/209.10  compose(codomain(codomain(codomain(compose(codomain(codomain(A)),codomain(
% 208.94/209.10                                                                   compose(
% 208.94/209.10                                                                   codomain(A),
% 208.94/209.10                                                                   codomain(A))))))),A)
% 208.94/209.10  -> A
% 208.94/209.10  Current number of equations to process: 2446
% 208.94/209.10  Current number of ordered equations: 0
% 208.94/209.10  Current number of rules: 1244
% 208.94/209.10  New rule produced :
% 208.94/209.10  [1249]
% 208.94/209.10  compose(A,domain(compose(domain(domain(compose(domain(A),domain(A)))),
% 208.94/209.10                   domain(domain(domain(A)))))) -> A
% 208.94/209.10  Current number of equations to process: 2728
% 208.94/209.10  Current number of ordered equations: 0
% 208.94/209.10  Current number of rules: 1245
% 208.94/209.10  New rule produced :
% 208.94/209.10  [1250]
% 208.94/209.10  compose(A,domain(compose(domain(domain(compose(domain(codomain(A)),A))),
% 208.94/209.10                   domain(domain(domain(A)))))) -> A
% 208.94/209.10  Current number of equations to process: 2727
% 208.94/209.10  Current number of ordered equations: 0
% 208.94/209.10  Current number of rules: 1246
% 208.94/209.10  New rule produced :
% 208.94/209.10  [1251]
% 208.94/209.10  compose(A,domain(domain(compose(domain(compose(domain(A),domain(A))),
% 208.94/209.10                          domain(domain(domain(A))))))) -> A
% 208.94/209.10  Current number of equations to process: 2857
% 208.94/209.10  Current number of ordered equations: 0
% 208.94/209.10  Current number of rules: 1247
% 208.94/209.10  New rule produced :
% 208.94/209.10  [1252]
% 208.94/209.10  compose(A,domain(domain(compose(domain(compose(domain(codomain(A)),A)),
% 208.94/209.10                          domain(domain(domain(A))))))) -> A
% 208.94/209.10  Current number of equations to process: 2856
% 208.94/209.10  Current number of ordered equations: 0
% 208.94/209.10  Current number of rules: 1248
% 208.94/209.10  New rule produced :
% 208.94/209.10  [1253]
% 208.94/209.10  compose(A,domain(domain(compose(domain(domain(domain(domain(domain(A))))),
% 208.94/209.10                          domain(domain(domain(A))))))) -> A
% 208.94/209.10  Current number of equations to process: 2855
% 208.94/209.10  Current number of ordered equations: 0
% 208.94/209.10  Current number of rules: 1249
% 208.94/209.10  New rule produced :
% 208.94/209.10  [1254]
% 208.94/209.10  compose(codomain(compose(codomain(A),codomain(codomain(domain(domain(
% 208.94/209.10                                                                domain(
% 208.94/209.10                                                                domain(
% 208.94/209.10                                                                codomain(A))))))))),A)
% 208.94/209.10  -> A
% 208.94/209.10  Current number of equations to process: 3490
% 208.94/209.10  Current number of ordered equations: 0
% 208.94/209.10  Current number of rules: 1250
% 208.94/209.10  New rule produced :
% 208.94/209.10  [1255]
% 208.94/209.10  compose(codomain(compose(A,codomain(codomain(codomain(codomain(codomain(
% 208.94/209.10                                                                 codomain(
% 208.94/209.10                                                                 domain(A))))))))),A)
% 208.94/209.10  -> A
% 208.94/209.10  Current number of equations to process: 3748
% 208.94/209.10  Current number of ordered equations: 0
% 208.94/209.10  Current number of rules: 1251
% 208.94/209.10  New rule produced :
% 208.94/209.10  [1256]
% 208.94/209.10  compose(codomain(compose(A,codomain(codomain(codomain(codomain(codomain(
% 208.94/209.10                                                                 codomain(
% 208.94/209.10                                                                 domain(
% 208.94/209.10                                                                 domain(A)))))))))),A)
% 208.94/209.10  -> A
% 208.94/209.10  Current number of equations to process: 3767
% 208.94/209.10  Current number of ordered equations: 0
% 208.94/209.10  Current number of rules: 1252
% 208.94/209.10  New rule produced :
% 208.94/209.10  [1257]
% 224.79/224.99  compose(codomain(compose(A,codomain(codomain(codomain(codomain(codomain(
% 224.79/224.99                                                                 codomain(
% 224.79/224.99                                                                 domain(
% 224.79/224.99                                                                 domain(
% 224.79/224.99                                                                 domain(A))))))))))),A)
% 224.79/224.99  -> A
% 224.79/224.99  Current number of equations to process: 4123
% 224.79/224.99  Current number of ordered equations: 0
% 224.79/224.99  Current number of rules: 1253
% 224.79/224.99  New rule produced :
% 224.79/224.99  [1258]
% 224.79/224.99  compose(codomain(codomain(codomain(compose(A,codomain(codomain(codomain(
% 224.79/224.99                                                                 codomain(
% 224.79/224.99                                                                 domain(A))))))))),A)
% 224.79/224.99  -> A
% 224.79/224.99  Current number of equations to process: 4496
% 224.79/224.99  Current number of ordered equations: 0
% 224.79/224.99  Current number of rules: 1254
% 224.79/224.99  New rule produced :
% 224.79/224.99  [1259]
% 224.79/224.99  compose(codomain(codomain(codomain(compose(A,codomain(codomain(codomain(
% 224.79/224.99                                                                 codomain(
% 224.79/224.99                                                                 domain(
% 224.79/224.99                                                                 domain(A)))))))))),A)
% 224.79/224.99  -> A
% 224.79/224.99  Current number of equations to process: 4515
% 224.79/224.99  Current number of ordered equations: 0
% 224.79/224.99  Current number of rules: 1255
% 224.79/224.99  New rule produced :
% 224.79/224.99  [1260]
% 224.79/224.99  compose(codomain(codomain(codomain(compose(A,codomain(codomain(codomain(
% 224.79/224.99                                                                 codomain(
% 224.79/224.99                                                                 domain(
% 224.79/224.99                                                                 domain(
% 224.79/224.99                                                                 domain(A))))))))))),A)
% 224.79/224.99  -> A
% 224.79/224.99  Current number of equations to process: 4872
% 224.79/224.99  Current number of ordered equations: 0
% 224.79/224.99  Current number of rules: 1256
% 224.79/224.99  New rule produced :
% 224.79/224.99  [1261]
% 224.79/224.99  compose(codomain(codomain(codomain(compose(codomain(codomain(codomain(A))),
% 224.79/224.99                                     codomain(codomain(codomain(codomain(A)))))))),A)
% 224.79/224.99  -> A
% 224.79/224.99  Current number of equations to process: 4871
% 224.79/224.99  Current number of ordered equations: 0
% 224.79/224.99  Current number of rules: 1257
% 224.79/224.99  New rule produced :
% 224.79/224.99  [1262]
% 224.79/224.99  compose(A,domain(domain(domain(domain(compose(domain(domain(domain(A))),
% 224.79/224.99                                        domain(A))))))) -> A
% 224.79/224.99  Current number of equations to process: 1849
% 224.79/224.99  Current number of ordered equations: 0
% 224.79/224.99  Current number of rules: 1258
% 224.79/224.99  New rule produced :
% 224.79/224.99  [1263]
% 224.79/224.99  compose(A,compose(domain(domain(compose(domain(domain(domain(A))),domain(A)))),B))
% 224.79/224.99  -> compose(A,B)
% 224.79/224.99  Current number of equations to process: 2054
% 224.79/224.99  Current number of ordered equations: 0
% 224.79/224.99  Current number of rules: 1259
% 224.79/224.99  New rule produced :
% 224.79/224.99  [1264]
% 224.79/224.99  compose(A,domain(domain(domain(domain(domain(compose(domain(domain(domain(A))),
% 224.79/224.99                                               domain(A)))))))) -> A
% 224.79/224.99  Current number of equations to process: 2053
% 224.79/224.99  Current number of ordered equations: 0
% 224.79/224.99  Current number of rules: 1260
% 224.79/224.99  New rule produced :
% 224.79/224.99  [1265]
% 224.79/224.99  compose(A,domain(domain(domain(domain(compose(domain(domain(domain(domain(A)))),
% 224.79/224.99                                        domain(A))))))) -> A
% 224.79/224.99  Current number of equations to process: 2102
% 224.79/224.99  Current number of ordered equations: 0
% 224.79/224.99  Current number of rules: 1261
% 224.79/224.99  New rule produced :
% 224.79/224.99  [1266]
% 224.79/224.99  compose(A,compose(domain(compose(domain(domain(domain(domain(A)))),domain(
% 224.79/224.99                                                                     domain(A)))),B))
% 224.79/224.99  -> compose(A,B)
% 224.79/224.99  Current number of equations to process: 2304
% 224.79/224.99  Current number of ordered equations: 0
% 224.79/224.99  Current number of rules: 1262
% 224.79/224.99  New rule produced :
% 224.79/224.99  [1267]
% 224.79/224.99  compose(A,compose(domain(domain(domain(compose(domain(domain(domain(A))),
% 224.79/224.99                                         domain(A))))),B)) -> compose(A,B)
% 224.79/224.99  Current number of equations to process: 2303
% 224.79/224.99  Current number of ordered equations: 0
% 224.79/224.99  Current number of rules: 1263
% 224.79/224.99  New rule produced :
% 224.79/224.99  [1268]
% 224.79/224.99  compose(A,domain(compose(domain(domain(A)),domain(compose(domain(domain(
% 224.79/224.99                                                                   domain(A))),
% 224.79/224.99                                                    domain(A)))))) -> A
% 224.79/224.99  Current number of equations to process: 2302
% 239.53/239.69  Current number of ordered equations: 0
% 239.53/239.69  Current number of rules: 1264
% 239.53/239.69  New rule produced :
% 239.53/239.69  [1269]
% 239.53/239.69  compose(A,domain(domain(compose(domain(A),domain(compose(domain(domain(
% 239.53/239.69                                                                  domain(A))),
% 239.53/239.69                                                   domain(A))))))) -> A
% 239.53/239.69  Current number of equations to process: 2301
% 239.53/239.69  Current number of ordered equations: 0
% 239.53/239.69  Current number of rules: 1265
% 239.53/239.69  New rule produced :
% 239.53/239.69  [1270]
% 239.53/239.69  compose(A,domain(domain(domain(domain(domain(domain(compose(domain(domain(
% 239.53/239.69                                                                     domain(A))),
% 239.53/239.69                                                      domain(A))))))))) -> A
% 239.53/239.69  Current number of equations to process: 2300
% 239.53/239.69  Current number of ordered equations: 0
% 239.53/239.69  Current number of rules: 1266
% 239.53/239.69  New rule produced :
% 239.53/239.69  [1271]
% 239.53/239.69  compose(A,compose(domain(domain(compose(domain(domain(domain(domain(A)))),
% 239.53/239.69                                  domain(A)))),B)) -> compose(A,B)
% 239.53/239.69  Current number of equations to process: 2299
% 239.53/239.69  Current number of ordered equations: 0
% 239.53/239.69  Current number of rules: 1267
% 239.53/239.69  New rule produced :
% 239.53/239.69  [1272]
% 239.53/239.69  compose(A,domain(compose(domain(A),domain(compose(domain(domain(domain(
% 239.53/239.69                                                                  domain(A)))),
% 239.53/239.69                                            domain(A)))))) -> A
% 239.53/239.69  Current number of equations to process: 2298
% 239.53/239.69  Current number of ordered equations: 0
% 239.53/239.69  Current number of rules: 1268
% 239.53/239.69  New rule produced :
% 239.53/239.69  [1273]
% 239.53/239.69  compose(A,domain(domain(domain(domain(domain(compose(domain(domain(domain(
% 239.53/239.69                                                                     domain(A)))),
% 239.53/239.69                                               domain(A)))))))) -> A
% 239.53/239.69  Current number of equations to process: 2297
% 239.53/239.69  Current number of ordered equations: 0
% 239.53/239.69  Current number of rules: 1269
% 239.53/239.69  New rule produced :
% 239.53/239.69  [1274]
% 239.53/239.69  compose(A,domain(domain(domain(domain(compose(domain(compose(domain(A),
% 239.53/239.69                                                       domain(A))),domain(A)))))))
% 239.53/239.69  -> A
% 239.53/239.69  Current number of equations to process: 2574
% 239.53/239.69  Current number of ordered equations: 0
% 239.53/239.69  Current number of rules: 1270
% 239.53/239.69  New rule produced :
% 239.53/239.69  [1275]
% 239.53/239.69  compose(A,domain(domain(domain(domain(compose(domain(compose(domain(codomain(A)),A)),
% 239.53/239.69                                        domain(A))))))) -> A
% 239.53/239.69  Current number of equations to process: 2573
% 239.53/239.69  Current number of ordered equations: 0
% 239.53/239.69  Current number of rules: 1271
% 239.53/239.69  New rule produced :
% 239.53/239.69  [1276]
% 239.53/239.69  compose(A,domain(domain(domain(domain(compose(domain(domain(domain(domain(
% 239.53/239.69                                                                     domain(A))))),
% 239.53/239.69                                        domain(A))))))) -> A
% 239.53/239.69  Current number of equations to process: 2572
% 239.53/239.69  Current number of ordered equations: 0
% 239.53/239.69  Current number of rules: 1272
% 239.53/239.69  New rule produced :
% 239.53/239.69  [1277]
% 239.53/239.69  compose(A,domain(compose(domain(A),domain(domain(compose(domain(A),domain(A)))))))
% 239.53/239.69  -> A
% 239.53/239.69  Current number of equations to process: 3107
% 239.53/239.69  Current number of ordered equations: 0
% 239.53/239.69  Current number of rules: 1273
% 239.53/239.69  New rule produced :
% 239.53/239.69  [1278]
% 239.53/239.69  compose(A,domain(compose(domain(A),domain(domain(compose(domain(codomain(A)),A))))))
% 239.53/239.69  -> A
% 239.53/239.69  Current number of equations to process: 3106
% 239.53/239.69  Current number of ordered equations: 0
% 239.53/239.69  Current number of rules: 1274
% 239.53/239.69  New rule produced :
% 239.53/239.69  [1279]
% 239.53/239.69  compose(A,compose(B,domain(compose(domain(compose(domain(A),B)),domain(B)))))
% 239.53/239.69  -> compose(A,B)
% 239.53/239.69  Current number of equations to process: 3213
% 239.53/239.69  Current number of ordered equations: 0
% 239.53/239.69  Current number of rules: 1275
% 239.53/239.69  New rule produced :
% 239.53/239.69  [1280]
% 239.53/239.69  compose(A,domain(compose(domain(A),domain(domain(compose(domain(codomain(
% 239.53/239.69                                                                  codomain(A))),A))))))
% 239.53/239.69  -> A
% 239.53/239.69  Current number of equations to process: 3212
% 239.53/239.69  Current number of ordered equations: 0
% 239.53/239.69  Current number of rules: 1276
% 239.53/239.69  New rule produced :
% 239.53/239.69  [1281]
% 239.53/239.69  compose(A,domain(compose(domain(A),domain(domain(compose(domain(domain(A)),
% 239.53/239.69                                                   domain(A))))))) -> A
% 239.53/239.69  Current number of equations to process: 3211
% 239.53/239.69  Current number of ordered equations: 0
% 239.53/239.69  Current number of rules: 1277
% 239.53/239.69  New rule produced :
% 239.53/239.69  [1282]
% 239.53/239.69  compose(A,domain(compose(domain(A),domain(domain(compose(domain(domain(
% 247.40/247.58                                                                  codomain(A))),A))))))
% 247.40/247.58  -> A
% 247.40/247.58  Current number of equations to process: 3210
% 247.40/247.58  Current number of ordered equations: 0
% 247.40/247.58  Current number of rules: 1278
% 247.40/247.58  New rule produced :
% 247.40/247.58  [1283]
% 247.40/247.58  compose(A,domain(compose(domain(compose(codomain(A),codomain(A))),A))) -> A
% 247.40/247.58  Current number of equations to process: 3213
% 247.40/247.58  Current number of ordered equations: 0
% 247.40/247.58  Current number of rules: 1279
% 247.40/247.58  New rule produced :
% 247.40/247.58  [1284]
% 247.40/247.58  compose(A,domain(compose(domain(compose(A,codomain(domain(A)))),domain(A))))
% 247.40/247.58  -> A
% 247.40/247.58  Current number of equations to process: 3212
% 247.40/247.58  Current number of ordered equations: 0
% 247.40/247.58  Current number of rules: 1280
% 247.40/247.58  New rule produced :
% 247.40/247.58  [1285]
% 247.40/247.58  compose(A,compose(B,domain(compose(domain(compose(domain(A),codomain(B))),B))))
% 247.40/247.58  -> compose(A,B)
% 247.40/247.58  Current number of equations to process: 3345
% 247.40/247.58  Current number of ordered equations: 0
% 247.40/247.58  Current number of rules: 1281
% 247.40/247.58  New rule produced :
% 247.40/247.58  [1286]
% 247.40/247.58  compose(A,domain(compose(domain(compose(A,codomain(domain(domain(A))))),
% 247.40/247.58                   domain(domain(A))))) -> A
% 247.40/247.58  Current number of equations to process: 3344
% 247.40/247.58  Current number of ordered equations: 0
% 247.40/247.58  Current number of rules: 1282
% 247.40/247.58  New rule produced :
% 247.40/247.58  [1287]
% 247.40/247.58  compose(A,domain(compose(domain(A),domain(domain(domain(compose(domain(A),
% 247.40/247.58                                                          domain(A)))))))) -> A
% 247.40/247.58  Current number of equations to process: 3372
% 247.40/247.58  Current number of ordered equations: 0
% 247.40/247.58  Current number of rules: 1283
% 247.40/247.58  New rule produced :
% 247.40/247.58  [1288]
% 247.40/247.58  compose(A,domain(compose(domain(A),domain(domain(domain(compose(domain(
% 247.40/247.58                                                                  codomain(A)),A)))))))
% 247.40/247.58  -> A
% 247.40/247.58  Current number of equations to process: 3371
% 247.40/247.58  Current number of ordered equations: 0
% 247.40/247.58  Current number of rules: 1284
% 247.40/247.58  New rule produced :
% 247.40/247.58  [1289]
% 247.40/247.58  compose(A,domain(compose(domain(compose(codomain(A),codomain(codomain(A)))),A)))
% 247.40/247.58  -> A
% 247.40/247.58  Current number of equations to process: 3477
% 247.40/247.58  Current number of ordered equations: 0
% 247.40/247.58  Current number of rules: 1285
% 247.40/247.58  New rule produced :
% 247.40/247.58  [1290]
% 247.40/247.58  compose(A,domain(compose(domain(compose(A,codomain(codomain(domain(A))))),
% 247.40/247.58                   domain(A)))) -> A
% 247.40/247.58  Current number of equations to process: 3476
% 247.40/247.58  Current number of ordered equations: 0
% 247.40/247.58  Current number of rules: 1286
% 247.40/247.58  New rule produced :
% 247.40/247.58  [1291]
% 247.40/247.58  compose(A,domain(compose(domain(compose(codomain(codomain(A)),codomain(
% 247.40/247.58                                                                codomain(A)))),A)))
% 247.40/247.58  -> A
% 247.40/247.58  Current number of equations to process: 3482
% 247.40/247.58  Current number of ordered equations: 0
% 247.40/247.58  Current number of rules: 1287
% 247.40/247.58  New rule produced :
% 247.40/247.58  [1292]
% 247.40/247.58  compose(A,compose(B,domain(compose(domain(compose(domain(domain(A)),B)),
% 247.40/247.58                             domain(B))))) -> compose(A,B)
% 247.40/247.58  Current number of equations to process: 3611
% 247.40/247.58  Current number of ordered equations: 0
% 247.40/247.58  Current number of rules: 1288
% 247.40/247.58  New rule produced :
% 247.40/247.58  [1293]
% 247.40/247.58  compose(A,domain(compose(domain(A),domain(domain(compose(domain(domain(
% 247.40/247.58                                                                  codomain(
% 247.40/247.58                                                                  codomain(A)))),A))))))
% 247.40/247.58  -> A
% 247.40/247.58  Current number of equations to process: 3610
% 247.40/247.58  Current number of ordered equations: 0
% 247.40/247.58  Current number of rules: 1289
% 247.40/247.58  New rule produced :
% 247.40/247.58  [1294]
% 247.40/247.58  compose(A,domain(compose(domain(A),domain(domain(compose(domain(codomain(
% 247.40/247.58                                                                  codomain(
% 247.40/247.58                                                                  codomain(A)))),A))))))
% 247.40/247.58  -> A
% 247.40/247.58  Current number of equations to process: 3609
% 247.40/247.58  Current number of ordered equations: 0
% 247.40/247.58  Current number of rules: 1290
% 247.40/247.58  New rule produced :
% 247.40/247.58  [1295]
% 247.40/247.58  compose(A,domain(compose(domain(A),domain(domain(compose(domain(domain(
% 247.40/247.58                                                                  domain(A))),
% 247.40/247.58                                                   domain(A))))))) -> A
% 247.40/247.58  Current number of equations to process: 3608
% 247.40/247.58  Current number of ordered equations: 0
% 247.40/247.58  Current number of rules: 1291
% 247.40/247.58  New rule produced :
% 247.40/247.58  [1296]
% 247.40/247.58  compose(A,domain(compose(domain(A),domain(domain(compose(domain(domain(
% 247.40/247.58                                                                  domain(
% 251.26/251.40                                                                  codomain(A)))),A))))))
% 251.26/251.40  -> A
% 251.26/251.40  Current number of equations to process: 3607
% 251.26/251.40  Current number of ordered equations: 0
% 251.26/251.40  Current number of rules: 1292
% 251.26/251.40  New rule produced :
% 251.26/251.40  [1297]
% 251.26/251.40  compose(A,compose(B,domain(compose(domain(compose(domain(domain(A)),codomain(B))),B))))
% 251.26/251.40  -> compose(A,B)
% 251.26/251.40  Current number of equations to process: 3606
% 251.26/251.40  Current number of ordered equations: 0
% 251.26/251.40  Current number of rules: 1293
% 251.26/251.40  New rule produced :
% 251.26/251.40  [1298]
% 251.26/251.40  compose(A,domain(compose(domain(compose(codomain(compose(A,codomain(domain(A)))),
% 251.26/251.40                                  codomain(A))),A))) -> A
% 251.26/251.40  Current number of equations to process: 3605
% 251.26/251.40  Current number of ordered equations: 0
% 251.26/251.40  Current number of rules: 1294
% 251.26/251.40  New rule produced :
% 251.26/251.40  [1299]
% 251.26/251.40  compose(A,domain(compose(domain(compose(codomain(compose(codomain(A),
% 251.26/251.40                                                   codomain(A))),codomain(A))),A)))
% 251.26/251.40  -> A
% 251.26/251.40  Current number of equations to process: 3604
% 251.26/251.40  Current number of ordered equations: 0
% 251.26/251.40  Current number of rules: 1295
% 251.26/251.40  New rule produced :
% 251.26/251.40  [1300]
% 251.26/251.40  compose(A,compose(B,domain(compose(domain(compose(domain(A),B)),domain(
% 251.26/251.40                                                                  domain(B))))))
% 251.26/251.40  -> compose(A,B)
% 251.26/251.40  Current number of equations to process: 3603
% 251.26/251.40  Current number of ordered equations: 0
% 251.26/251.40  Current number of rules: 1296
% 251.26/251.40  New rule produced :
% 251.26/251.40  [1301]
% 251.26/251.40  compose(A,domain(compose(domain(A),domain(domain(domain(compose(domain(
% 251.26/251.40                                                                  codomain(
% 251.26/251.40                                                                  codomain(A))),A)))))))
% 251.26/251.40  -> A
% 251.26/251.40  Current number of equations to process: 3602
% 251.26/251.40  Current number of ordered equations: 0
% 251.26/251.40  Current number of rules: 1297
% 251.26/251.40  New rule produced :
% 251.26/251.40  [1302]
% 251.26/251.40  compose(A,domain(compose(domain(A),domain(domain(domain(compose(domain(
% 251.26/251.40                                                                  domain(A)),
% 251.26/251.40                                                          domain(A)))))))) -> A
% 251.26/251.40  Current number of equations to process: 3601
% 251.26/251.40  Current number of ordered equations: 0
% 251.26/251.40  Current number of rules: 1298
% 251.26/251.40  New rule produced :
% 251.26/251.40  [1303]
% 251.26/251.40  compose(A,domain(compose(domain(A),domain(domain(domain(compose(domain(
% 251.26/251.40                                                                  domain(
% 251.26/251.40                                                                  codomain(A))),A)))))))
% 251.26/251.40  -> A
% 251.26/251.40  Current number of equations to process: 3600
% 251.26/251.40  Current number of ordered equations: 0
% 251.26/251.40  Current number of rules: 1299
% 251.26/251.40  New rule produced :
% 251.26/251.40  [1304]
% 251.26/251.40  compose(A,compose(B,domain(compose(domain(compose(domain(A),codomain(
% 251.26/251.40                                                              codomain(B)))),B))))
% 251.26/251.40  -> compose(A,B)
% 251.26/251.40  Current number of equations to process: 3599
% 251.26/251.40  Current number of ordered equations: 0
% 251.26/251.40  Current number of rules: 1300
% 251.26/251.40  New rule produced :
% 251.26/251.40  [1305]
% 251.26/251.40  compose(A,domain(compose(domain(compose(A,codomain(codomain(domain(domain(A)))))),
% 251.26/251.40                   domain(domain(A))))) -> A
% 251.26/251.40  Current number of equations to process: 3598
% 251.26/251.40  Current number of ordered equations: 0
% 251.26/251.40  Current number of rules: 1301
% 251.26/251.40  New rule produced :
% 251.26/251.40  [1306]
% 251.26/251.40  compose(A,domain(compose(domain(compose(codomain(A),codomain(codomain(
% 251.26/251.40                                                               codomain(A))))),A)))
% 251.26/251.40  -> A
% 251.26/251.40  Current number of equations to process: 3614
% 251.26/251.40  Current number of ordered equations: 0
% 251.26/251.40  Current number of rules: 1302
% 251.26/251.40  New rule produced :
% 251.26/251.40  [1307]
% 251.26/251.40  compose(A,domain(compose(domain(compose(codomain(A),codomain(codomain(
% 251.26/251.40                                                               codomain(
% 251.26/251.40                                                               codomain(A)))))),A)))
% 251.26/251.40  -> A
% 251.26/251.40  Current number of equations to process: 3619
% 251.26/251.40  Current number of ordered equations: 0
% 251.26/251.40  Current number of rules: 1303
% 251.26/251.40  New rule produced :
% 251.26/251.40  [1308]
% 251.26/251.40  compose(A,domain(compose(domain(compose(codomain(A),codomain(codomain(
% 251.26/251.40                                                               codomain(
% 251.26/251.40                                                               codomain(
% 251.26/251.40                                                               codomain(A))))))),A)))
% 251.26/251.40  -> A
% 251.26/251.40  Current number of equations to process: 3732
% 263.05/263.24  Current number of ordered equations: 0
% 263.05/263.24  Current number of rules: 1304
% 263.05/263.24  New rule produced :
% 263.05/263.24  [1309]
% 263.05/263.24  compose(A,domain(compose(domain(compose(codomain(A),codomain(compose(A,
% 263.05/263.24                                                               codomain(
% 263.05/263.24                                                               domain(A)))))),A)))
% 263.05/263.24  -> A
% 263.05/263.24  Current number of equations to process: 3731
% 263.05/263.24  Current number of ordered equations: 0
% 263.05/263.24  Current number of rules: 1305
% 263.05/263.24  New rule produced :
% 263.05/263.24  [1310]
% 263.05/263.24  compose(A,domain(compose(domain(compose(codomain(A),codomain(compose(
% 263.05/263.24                                                               codomain(A),
% 263.05/263.24                                                               codomain(A))))),A)))
% 263.05/263.24  -> A
% 263.05/263.24  Current number of equations to process: 3730
% 263.05/263.24  Current number of ordered equations: 0
% 263.05/263.24  Current number of rules: 1306
% 263.05/263.24  New rule produced :
% 263.05/263.24  [1311]
% 263.05/263.24  compose(A,domain(compose(domain(A),domain(domain(domain(domain(compose(
% 263.05/263.24                                                                 domain(A),
% 263.05/263.24                                                                 domain(A)))))))))
% 263.05/263.24  -> A
% 263.05/263.24  Current number of equations to process: 3861
% 263.05/263.24  Current number of ordered equations: 0
% 263.05/263.24  Current number of rules: 1307
% 263.05/263.24  New rule produced :
% 263.05/263.24  [1312]
% 263.05/263.24  compose(A,domain(compose(domain(A),domain(domain(domain(domain(compose(
% 263.05/263.24                                                                 domain(
% 263.05/263.24                                                                 codomain(A)),A))))))))
% 263.05/263.24  -> A
% 263.05/263.24  Current number of equations to process: 3860
% 263.05/263.24  Current number of ordered equations: 0
% 263.05/263.24  Current number of rules: 1308
% 263.05/263.24  New rule produced :
% 263.05/263.24  [1313]
% 263.05/263.24  compose(A,domain(compose(domain(compose(A,codomain(codomain(codomain(
% 263.05/263.24                                                              domain(A)))))),
% 263.05/263.24                   domain(A)))) -> A
% 263.05/263.24  Current number of equations to process: 3862
% 263.05/263.24  Current number of ordered equations: 0
% 263.05/263.24  Current number of rules: 1309
% 263.05/263.24  New rule produced :
% 263.05/263.24  [1314]
% 263.05/263.24  compose(A,domain(compose(domain(compose(codomain(codomain(A)),codomain(
% 263.05/263.24                                                                codomain(
% 263.05/263.24                                                                codomain(A))))),A)))
% 263.05/263.24  -> A
% 263.05/263.24  Current number of equations to process: 3869
% 263.05/263.24  Current number of ordered equations: 0
% 263.05/263.24  Current number of rules: 1310
% 263.05/263.24  New rule produced :
% 263.05/263.24  [1315]
% 263.05/263.24  compose(codomain(codomain(compose(codomain(A),codomain(codomain(codomain(A)))))),
% 263.05/263.24  compose(A,B)) -> compose(A,B)
% 263.05/263.24  Current number of equations to process: 4265
% 263.05/263.24  Current number of ordered equations: 0
% 263.05/263.24  Current number of rules: 1311
% 263.05/263.24  New rule produced :
% 263.05/263.24  [1316]
% 263.05/263.24  compose(A,domain(compose(domain(codomain(compose(codomain(A),codomain(
% 263.05/263.24                                                               codomain(
% 263.05/263.24                                                               codomain(A)))))),A)))
% 263.05/263.24  -> A
% 263.05/263.24  Current number of equations to process: 4264
% 263.05/263.24  Current number of ordered equations: 0
% 263.05/263.24  Current number of rules: 1312
% 263.05/263.24  New rule produced :
% 263.05/263.24  [1317]
% 263.05/263.24  compose(A,domain(compose(domain(compose(codomain(codomain(codomain(A))),
% 263.05/263.24                                  codomain(codomain(codomain(A))))),A))) -> A
% 263.05/263.24  Current number of equations to process: 4535
% 263.05/263.24  Current number of ordered equations: 0
% 263.05/263.24  Current number of rules: 1313
% 263.05/263.24  New rule produced :
% 263.05/263.24  [1318]
% 263.05/263.24  compose(codomain(codomain(codomain(compose(codomain(A),codomain(codomain(
% 263.05/263.24                                                                  codomain(A))))))),
% 263.05/263.24  compose(A,B)) -> compose(A,B)
% 263.05/263.24  Current number of equations to process: 4534
% 263.05/263.24  Current number of ordered equations: 0
% 263.05/263.24  Current number of rules: 1314
% 263.05/263.24  New rule produced :
% 263.05/263.24  [1319]
% 263.05/263.24  compose(A,domain(compose(domain(domain(codomain(compose(codomain(A),codomain(
% 263.05/263.24                                                                      codomain(
% 263.05/263.24                                                                      codomain(A))))))),A)))
% 263.05/263.24  -> A
% 263.05/263.24  Current number of equations to process: 4533
% 263.05/263.24  Current number of ordered equations: 0
% 263.05/263.24  Current number of rules: 1315
% 263.05/263.24  New rule produced :
% 263.05/263.24  [1320]
% 263.05/263.24  compose(A,domain(domain(compose(domain(codomain(compose(codomain(A),codomain(
% 263.05/263.24                                                                      codomain(
% 263.05/263.24                                                                      codomain(A)))))),A))))
% 280.35/280.51  -> A
% 280.35/280.51  Current number of equations to process: 4532
% 280.35/280.51  Current number of ordered equations: 0
% 280.35/280.51  Current number of rules: 1316
% 280.35/280.51  New rule produced :
% 280.35/280.51  [1321]
% 280.35/280.51  compose(codomain(codomain(compose(codomain(A),codomain(codomain(codomain(
% 280.35/280.51                                                                  codomain(A))))))),
% 280.35/280.51  compose(A,B)) -> compose(A,B)
% 280.35/280.51  Current number of equations to process: 4531
% 280.35/280.51  Current number of ordered equations: 0
% 280.35/280.51  Current number of rules: 1317
% 280.35/280.51  New rule produced :
% 280.35/280.51  [1322]
% 280.35/280.51  compose(A,domain(compose(domain(codomain(compose(codomain(A),codomain(
% 280.35/280.51                                                               codomain(
% 280.35/280.51                                                               codomain(
% 280.35/280.51                                                               codomain(A))))))),A)))
% 280.35/280.51  -> A
% 280.35/280.51  Current number of equations to process: 4530
% 280.35/280.51  Current number of ordered equations: 0
% 280.35/280.51  Current number of rules: 1318
% 280.35/280.51  New rule produced :
% 280.35/280.51  [1323]
% 280.35/280.51  compose(A,domain(compose(domain(A),compose(domain(A),domain(A))))) -> A
% 280.35/280.51  Current number of equations to process: 4927
% 280.35/280.51  Current number of ordered equations: 0
% 280.35/280.51  Current number of rules: 1319
% 280.35/280.51  New rule produced :
% 280.35/280.51  [1324]
% 280.35/280.51  compose(A,domain(compose(domain(codomain(A)),compose(domain(codomain(A)),A))))
% 280.35/280.51  -> A
% 280.35/280.51  Current number of equations to process: 4926
% 280.35/280.51  Current number of ordered equations: 0
% 280.35/280.51  Current number of rules: 1320
% 280.35/280.51  New rule produced :
% 280.35/280.51  [1325]
% 280.35/280.51  compose(A,domain(compose(domain(codomain(codomain(A))),compose(domain(
% 280.35/280.51                                                                 codomain(
% 280.35/280.51                                                                 codomain(A))),A))))
% 280.35/280.51  -> A
% 280.35/280.51  Current number of equations to process: 1280
% 280.35/280.51  Current number of ordered equations: 0
% 280.35/280.51  Current number of rules: 1321
% 280.35/280.51  New rule produced :
% 280.35/280.51  [1326]
% 280.35/280.51  compose(A,domain(compose(domain(codomain(codomain(compose(A,codomain(
% 280.35/280.51                                                              domain(A)))))),A)))
% 280.35/280.51  -> A
% 280.35/280.51  Current number of equations to process: 1340
% 280.35/280.51  Current number of ordered equations: 0
% 280.35/280.51  Current number of rules: 1322
% 280.35/280.51  New rule produced :
% 280.35/280.51  [1327]
% 280.35/280.51  compose(A,domain(compose(domain(codomain(codomain(compose(codomain(A),
% 280.35/280.51                                                    codomain(A))))),A))) -> A
% 280.35/280.51  Current number of equations to process: 1339
% 280.35/280.51  Current number of ordered equations: 0
% 280.35/280.51  Current number of rules: 1323
% 280.35/280.51  New rule produced :
% 280.35/280.51  [1328]
% 280.35/280.51  compose(A,domain(compose(domain(codomain(codomain(compose(A,codomain(
% 280.35/280.51                                                              domain(domain(A))))))),A)))
% 280.35/280.51  -> A
% 280.35/280.51  Current number of equations to process: 1430
% 280.35/280.51  Current number of ordered equations: 0
% 280.35/280.51  Current number of rules: 1324
% 280.35/280.51  New rule produced :
% 280.35/280.51  [1329]
% 280.35/280.51  compose(A,domain(compose(domain(codomain(codomain(compose(codomain(A),
% 280.35/280.51                                                    codomain(codomain(A)))))),A)))
% 280.35/280.51  -> A
% 280.35/280.51  Current number of equations to process: 1429
% 280.35/280.51  Current number of ordered equations: 0
% 280.35/280.51  Current number of rules: 1325
% 280.35/280.51  New rule produced :
% 280.35/280.51  [1330]
% 280.35/280.51  compose(A,domain(compose(domain(codomain(codomain(compose(A,codomain(
% 280.35/280.51                                                              codomain(
% 280.35/280.51                                                              domain(A))))))),A)))
% 280.35/280.51  -> A
% 280.35/280.51  Current number of equations to process: 1428
% 280.35/280.51  Current number of ordered equations: 0
% 280.35/280.51  Current number of rules: 1326
% 280.35/280.51  New rule produced :
% 280.35/280.51  [1331]
% 280.35/280.51  compose(A,domain(compose(domain(codomain(codomain(codomain(compose(A,
% 280.35/280.51                                                             codomain(domain(A))))))),A)))
% 280.35/280.51  -> A
% 280.35/280.51  Current number of equations to process: 1522
% 280.35/280.51  Current number of ordered equations: 0
% 280.35/280.51  Current number of rules: 1327
% 280.35/280.51  New rule produced :
% 280.35/280.51  [1332]
% 280.35/280.51  compose(A,domain(compose(domain(codomain(codomain(codomain(compose(codomain(A),
% 280.35/280.51                                                             codomain(A)))))),A)))
% 280.35/280.51  -> A
% 280.35/280.51  Current number of equations to process: 1521
% 280.35/280.51  Current number of ordered equations: 0
% 280.35/280.51  Current number of rules: 1328
% 280.35/280.51  New rule produced :
% 280.35/280.51  [1333]
% 280.35/280.51  compose(A,compose(B,domain(compose(domain(domain(A)),compose(domain(domain(A)),B)))))
% 280.35/280.51  -> compose(A,B)
% 280.35/280.51  Current number of equations to process: 1580
% 292.06/292.25  Current number of ordered equations: 0
% 292.06/292.25  Current number of rules: 1329
% 292.06/292.25  New rule produced :
% 292.06/292.25  [1334]
% 292.06/292.25  compose(A,domain(compose(domain(A),compose(domain(A),domain(compose(domain(
% 292.06/292.25                                                                      codomain(A)),A))))))
% 292.06/292.25  -> A
% 292.06/292.25  Current number of equations to process: 1579
% 292.06/292.25  Current number of ordered equations: 0
% 292.06/292.25  Current number of rules: 1330
% 292.06/292.25  New rule produced :
% 292.06/292.25  [1335]
% 292.06/292.25  compose(A,compose(B,domain(compose(domain(codomain(domain(A))),compose(
% 292.06/292.25                                                                 domain(A),B)))))
% 292.06/292.25  -> compose(A,B)
% 292.06/292.25  Current number of equations to process: 1578
% 292.06/292.25  Current number of ordered equations: 0
% 292.06/292.25  Current number of rules: 1331
% 292.06/292.25  New rule produced :
% 292.06/292.25  [1336]
% 292.06/292.25  compose(A,domain(compose(domain(codomain(codomain(compose(A,codomain(
% 292.06/292.25                                                              domain(domain(
% 292.06/292.25                                                                     domain(A)))))))),A)))
% 292.06/292.25  -> A
% 292.06/292.25  Current number of equations to process: 1577
% 292.12/292.26  Current number of ordered equations: 0
% 292.12/292.26  Current number of rules: 1332
% 292.12/292.26  New rule produced :
% 292.12/292.26  [1337]
% 292.12/292.26  compose(A,domain(compose(domain(codomain(codomain(compose(codomain(A),
% 292.12/292.26                                                    codomain(codomain(codomain(A))))))),A)))
% 292.12/292.26  -> A
% 292.12/292.26  Current number of equations to process: 1576
% 292.12/292.26  Current number of ordered equations: 0
% 292.12/292.26  Current number of rules: 1333
% 292.12/292.26  New rule produced :
% 292.12/292.26  [1338]
% 292.12/292.26  compose(A,domain(compose(domain(codomain(codomain(compose(A,codomain(
% 292.12/292.26                                                              codomain(
% 292.12/292.26                                                              domain(domain(A)))))))),A)))
% 292.12/292.26  -> A
% 292.12/292.26  Current number of equations to process: 1575
% 292.12/292.26  Current number of ordered equations: 0
% 292.12/292.26  Current number of rules: 1334
% 292.12/292.26  New rule produced :
% 292.12/292.26  [1339]
% 292.12/292.26  compose(A,domain(compose(domain(codomain(codomain(compose(codomain(codomain(A)),
% 292.12/292.26                                                    codomain(codomain(A)))))),A)))
% 292.12/292.26  -> A
% 292.12/292.26  Current number of equations to process: 1574
% 292.12/292.26  Current number of ordered equations: 0
% 292.12/292.26  Current number of rules: 1335
% 292.12/292.26  New rule produced :
% 292.12/292.26  [1340]
% 292.12/292.26  compose(A,domain(compose(domain(codomain(codomain(codomain(compose(A,
% 292.12/292.26                                                             codomain(domain(
% 292.12/292.26                                                                      domain(A)))))))),A)))
% 292.12/292.26  -> A
% 292.12/292.26  Current number of equations to process: 1573
% 292.12/292.26  Current number of ordered equations: 0
% 292.12/292.26  Current number of rules: 1336
% 292.12/292.26  New rule produced :
% 292.12/292.26  [1341]
% 292.12/292.26  compose(A,domain(compose(domain(codomain(codomain(codomain(compose(codomain(A),
% 292.12/292.26                                                             codomain(codomain(A))))))),A)))
% 292.12/292.26  -> A
% 292.12/292.26  Current number of equations to process: 1572
% 292.12/292.26  Current number of ordered equations: 0
% 292.12/292.26  Current number of rules: 1337
% 292.12/292.26  New rule produced :
% 292.12/292.26  [1342]
% 292.12/292.26  compose(A,domain(compose(domain(codomain(codomain(codomain(compose(A,
% 292.12/292.26                                                             codomain(codomain(
% 292.12/292.26                                                                      domain(A)))))))),A)))
% 292.12/292.26  -> A
% 292.12/292.26  Current number of equations to process: 1571
% 292.12/292.26  Current number of ordered equations: 0
% 292.12/292.26  Current number of rules: 1338
% 292.12/292.26  New rule produced :
% 292.12/292.26  [1343]
% 292.12/292.26  compose(A,domain(compose(domain(A),compose(domain(compose(domain(A),domain(A))),
% 292.12/292.26                                     domain(A))))) -> A
% 292.12/292.26  Current number of equations to process: 1704
% 292.12/292.26  Current number of ordered equations: 0
% 292.12/292.26  Current number of rules: 1339
% 292.12/292.26  New rule produced :
% 292.12/292.26  [1344]
% 292.12/292.26  compose(A,domain(compose(domain(A),compose(domain(compose(domain(codomain(A)),A)),
% 292.12/292.26                                     domain(A))))) -> A
% 292.12/292.26  Current number of equations to process: 1703
% 292.12/292.26  Current number of ordered equations: 0
% 292.12/292.26  Current number of rules: 1340
% 292.12/292.26  New rule produced :
% 292.12/292.26  [1345]
% 292.12/292.26  compose(A,domain(domain(compose(domain(codomain(domain(A))),domain(A))))) ->
% 292.12/292.26  A
% 292.12/292.26  Current number of equations to process: 1983
% 292.12/292.26  Current number of ordered equations: 0
% 292.12/292.26  Current number of rules: 1341
% 292.12/292.26  New rule produced :
% 292.12/292.26  [1346]
% 292.12/292.26  compose(A,domain(domain(compose(domain(codomain(codomain(domain(A)))),
% 292.12/292.26                          domain(A))))) -> A
% 292.12/292.26  CurrentCputime limit exceeded (core dumped)
%------------------------------------------------------------------------------