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

View Problem - Process Solution

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

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

% Result   : Timeout 286.43s
% 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  : CAT002-10 : TPTP v7.3.0. Released v7.3.0.
% 0.00/0.04  % Command  : tptp2X_and_run_cime %s
% 0.04/0.27  % Computer : n187.star.cs.uiowa.edu
% 0.04/0.27  % Model    : x86_64 x86_64
% 0.04/0.27  % CPU      : Intel(R) Xeon(R) CPU E5-2609 0 @ 2.40GHz
% 0.04/0.27  % Memory   : 32218.5MB
% 0.04/0.27  % OS       : Linux 3.10.0-862.11.6.el7.x86_64
% 0.04/0.27  % CPULimit : 300
% 0.04/0.27  % DateTime : Mon Feb 18 11:20:11 CST 2019
% 0.04/0.27  % CPUTime  : 
% 1.14/1.40  Processing problem /tmp/CiME_42883_n187.star.cs.uiowa.edu
% 1.14/1.40  #verbose 1;
% 1.14/1.40                let F = signature " g,h,b,a : constant;  compose : 2;  codomain : 1;  domain : 1;  ifeq : 4;";
% 1.14/1.40  let X = vars "A B C X Y Z";
% 1.14/1.40  let Axioms = equations F X "
% 1.14/1.40   ifeq(A,A,B,C) = B;
% 1.14/1.40   codomain(domain(X)) = domain(X);
% 1.14/1.40   domain(codomain(X)) = codomain(X);
% 1.14/1.40   compose(domain(X),X) = X;
% 1.14/1.40   compose(X,codomain(X)) = X;
% 1.14/1.40   ifeq(codomain(X),domain(Y),domain(compose(X,Y)),domain(X)) = domain(X);
% 1.14/1.40   ifeq(codomain(X),domain(Y),codomain(compose(X,Y)),codomain(Y)) = codomain(Y);
% 1.14/1.40   ifeq(codomain(Y),domain(Z),ifeq(codomain(X),domain(Y),compose(X,compose(Y,Z)),compose(compose(X,Y),Z)),compose(compose(X,Y),Z)) = compose(compose(X,Y),Z);
% 1.14/1.40   codomain(a) = domain(b);
% 1.14/1.40   ifeq(codomain(X),domain(a),ifeq(codomain(Z),domain(b),ifeq(compose(Z,a),Y,ifeq(compose(X,a),Y,X,Z),Z),Z),Z) = Z;
% 1.14/1.40   ifeq(codomain(X),domain(a),ifeq(codomain(Z),domain(b),ifeq(compose(Z,b),Y,ifeq(compose(X,b),Y,X,Z),Z),Z),Z) = Z;
% 1.14/1.40   codomain(h) = domain(compose(a,b));
% 1.14/1.40   codomain(g) = domain(compose(a,b));
% 1.14/1.40   compose(h,compose(a,b)) = compose(g,compose(a,b));
% 1.14/1.40  ";
% 1.14/1.40  
% 1.14/1.40  let s1 = status F "
% 1.14/1.40   g lr_lex;
% 1.14/1.40   h lr_lex;
% 1.14/1.40   b lr_lex;
% 1.14/1.40   a lr_lex;
% 1.14/1.40   compose lr_lex;
% 1.14/1.40   codomain lr_lex;
% 1.14/1.40   domain lr_lex;
% 1.14/1.40   ifeq lr_lex;
% 1.14/1.40  ";
% 1.14/1.40  
% 1.14/1.40  let p1 = precedence F "
% 1.14/1.40  ifeq > compose > domain > codomain > a > b > h > g";
% 1.14/1.40  
% 1.14/1.40  let s2 = status F "
% 1.14/1.40  g mul;
% 1.14/1.40  h mul;
% 1.14/1.40  b mul;
% 1.14/1.40  a mul;
% 1.14/1.40  compose mul;
% 1.14/1.40  codomain mul;
% 1.14/1.40  domain mul;
% 1.14/1.40  ifeq mul;
% 1.14/1.40  ";
% 1.14/1.40  
% 1.14/1.40  let p2 = precedence F "
% 1.14/1.40  ifeq > compose > domain > codomain > a = b = h = g";
% 1.14/1.40  
% 1.14/1.40  let o_auto = AUTO Axioms;
% 1.14/1.40  
% 1.14/1.40  let o = LEX o_auto (LEX (ACRPO s1 p1) (ACRPO s2 p2));
% 1.14/1.40  
% 1.14/1.40  let Conjectures = equations F X " h = g;"
% 1.14/1.40  ;
% 1.14/1.40  (*
% 1.14/1.40  let Red_Axioms = normalize_equations Defining_rules Axioms;
% 1.14/1.40  
% 1.14/1.40  let Red_Conjectures =  normalize_equations Defining_rules Conjectures;
% 1.14/1.40  *)
% 1.14/1.40  #time on;
% 1.14/1.40  
% 1.14/1.40  let res = prove_conj_by_ordered_completion o Axioms Conjectures;
% 1.14/1.40  
% 1.14/1.40  #time off;
% 1.14/1.40  
% 1.14/1.40  
% 1.14/1.40  let status = if res then "unsatisfiable" else "satisfiable";
% 1.14/1.40  #quit;
% 1.14/1.40  Verbose level is now 1
% 1.14/1.40  
% 1.14/1.40  F : signature = <signature>
% 1.14/1.40  X : variable_set = <variable set>
% 1.14/1.40  
% 1.14/1.40  Axioms : (F,X) equations = { ifeq(A,A,B,C) = B,
% 1.14/1.40                               codomain(domain(X)) = domain(X),
% 1.14/1.40                               domain(codomain(X)) = codomain(X),
% 1.14/1.40                               compose(domain(X),X) = X,
% 1.14/1.40                               compose(X,codomain(X)) = X,
% 1.14/1.40                               ifeq(codomain(X),domain(Y),domain(compose(X,Y)),
% 1.14/1.40                               domain(X)) = domain(X),
% 1.14/1.40                               ifeq(codomain(X),domain(Y),codomain(compose(X,Y)),
% 1.14/1.40                               codomain(Y)) = codomain(Y),
% 1.14/1.40                               ifeq(codomain(Y),domain(Z),ifeq(codomain(X),
% 1.14/1.40                                                          domain(Y),compose(X,
% 1.14/1.40                                                                    compose(Y,Z)),
% 1.14/1.40                                                          compose(compose(X,Y),Z)),
% 1.14/1.40                               compose(compose(X,Y),Z)) =
% 1.14/1.40                               compose(compose(X,Y),Z),
% 1.14/1.40                               codomain(a) = domain(b),
% 1.14/1.40                               ifeq(codomain(X),domain(a),ifeq(codomain(Z),
% 1.14/1.40                                                          domain(b),ifeq(
% 1.14/1.40                                                                    compose(Z,a),Y,
% 1.14/1.40                                                                    ifeq(
% 1.14/1.40                                                                    compose(X,a),Y,X,Z),Z),Z),Z)
% 1.14/1.40                               = Z,
% 1.14/1.40                               ifeq(codomain(X),domain(a),ifeq(codomain(Z),
% 1.14/1.40                                                          domain(b),ifeq(
% 1.14/1.40                                                                    compose(Z,b),Y,
% 1.14/1.40                                                                    ifeq(
% 1.14/1.40                                                                    compose(X,b),Y,X,Z),Z),Z),Z)
% 1.14/1.40                               = Z,
% 1.14/1.40                               codomain(h) = domain(compose(a,b)),
% 1.14/1.40                               codomain(g) = domain(compose(a,b)),
% 1.14/1.40                               compose(h,compose(a,b)) =
% 1.14/1.40                               compose(g,compose(a,b)) } (14 equation(s))
% 1.14/1.41  s1 : F status = <status>
% 1.14/1.41  p1 : F precedence = <precedence>
% 1.14/1.41  s2 : F status = <status>
% 1.14/1.41  p2 : F precedence = <precedence>
% 1.14/1.41  o_auto : F term_ordering = <term ordering>
% 1.14/1.41  o : F term_ordering = <term ordering>
% 1.14/1.41  Conjectures : (F,X) equations = { h = g } (1 equation(s))
% 1.14/1.41  time is now on
% 1.14/1.41  
% 1.14/1.41  Initializing completion ...
% 1.14/1.41  New rule produced : [1] domain(b) -> codomain(a)
% 1.14/1.41  Current number of equations to process: 2
% 1.14/1.41  Current number of ordered equations: 11
% 1.14/1.41  Current number of rules: 1
% 1.14/1.41  New rule produced : [2] codomain(domain(X)) -> domain(X)
% 1.14/1.41  Current number of equations to process: 0
% 1.14/1.41  Current number of ordered equations: 12
% 1.14/1.41  Current number of rules: 2
% 1.14/1.41  New rule produced : [3] domain(codomain(X)) -> codomain(X)
% 1.14/1.41  Current number of equations to process: 0
% 1.14/1.41  Current number of ordered equations: 11
% 1.14/1.41  Current number of rules: 3
% 1.14/1.41  New rule produced : [4] compose(X,codomain(X)) -> X
% 1.14/1.41  Current number of equations to process: 0
% 1.14/1.41  Current number of ordered equations: 10
% 1.14/1.41  Current number of rules: 4
% 1.14/1.41  New rule produced : [5] compose(domain(X),X) -> X
% 1.14/1.41  Current number of equations to process: 0
% 1.14/1.41  Current number of ordered equations: 9
% 1.14/1.41  Current number of rules: 5
% 1.14/1.41  New rule produced : [6] domain(compose(a,b)) -> codomain(h)
% 1.14/1.41  Current number of equations to process: 1
% 1.14/1.41  Current number of ordered equations: 7
% 1.14/1.41  Current number of rules: 6
% 1.14/1.41  Rule [6] domain(compose(a,b)) -> codomain(h) is composed into [6]
% 1.14/1.41                                                                domain(
% 1.14/1.41                                                                compose(a,b))
% 1.14/1.41                                                                -> codomain(g)
% 1.14/1.41  New rule produced : [7] codomain(h) -> codomain(g)
% 1.14/1.41  Current number of equations to process: 0
% 1.14/1.41  Current number of ordered equations: 7
% 1.14/1.41  Current number of rules: 7
% 1.14/1.41  New rule produced : [8] ifeq(A,A,B,C) -> B
% 1.14/1.41  Current number of equations to process: 0
% 1.14/1.41  Current number of ordered equations: 6
% 1.14/1.41  Current number of rules: 8
% 1.14/1.41  New rule produced : [9] compose(h,compose(a,b)) -> compose(g,compose(a,b))
% 1.14/1.41  Current number of equations to process: 0
% 1.14/1.41  Current number of ordered equations: 5
% 1.14/1.41  Current number of rules: 9
% 1.14/1.41  New rule produced :
% 1.14/1.41  [10] ifeq(codomain(X),domain(Y),domain(compose(X,Y)),domain(X)) -> domain(X)
% 1.14/1.41  Current number of equations to process: 0
% 1.14/1.41  Current number of ordered equations: 4
% 1.14/1.41  Current number of rules: 10
% 1.14/1.41  New rule produced :
% 1.14/1.41  [11]
% 1.14/1.41  ifeq(codomain(X),domain(Y),codomain(compose(X,Y)),codomain(Y)) -> codomain(Y)
% 1.14/1.41  Current number of equations to process: 0
% 1.14/1.41  Current number of ordered equations: 3
% 1.14/1.41  Current number of rules: 11
% 1.14/1.41  New rule produced :
% 1.14/1.41  [12]
% 1.14/1.41  ifeq(codomain(X),domain(a),ifeq(codomain(Z),codomain(a),ifeq(compose(Z,b),Y,
% 1.14/1.41                                                          ifeq(compose(X,b),Y,X,Z),Z),Z),Z)
% 1.14/1.41  -> Z
% 1.14/1.41  Current number of equations to process: 0
% 1.14/1.41  Current number of ordered equations: 2
% 1.14/1.41  Current number of rules: 12
% 1.14/1.41  New rule produced :
% 1.14/1.41  [13]
% 1.14/1.41  ifeq(codomain(X),domain(a),ifeq(codomain(Z),codomain(a),ifeq(compose(Z,a),Y,
% 1.14/1.41                                                          ifeq(compose(X,a),Y,X,Z),Z),Z),Z)
% 1.14/1.41  -> Z
% 1.14/1.41  Current number of equations to process: 0
% 1.14/1.41  Current number of ordered equations: 1
% 1.14/1.41  Current number of rules: 13
% 1.14/1.41  New rule produced :
% 1.14/1.41  [14]
% 1.14/1.41  ifeq(codomain(Y),domain(Z),ifeq(codomain(X),domain(Y),compose(X,compose(Y,Z)),
% 1.14/1.41                             compose(compose(X,Y),Z)),compose(compose(X,Y),Z))
% 1.14/1.41  -> compose(compose(X,Y),Z)
% 1.14/1.41  Current number of equations to process: 0
% 1.14/1.41  Current number of ordered equations: 0
% 1.14/1.41  Current number of rules: 14
% 1.14/1.41  New rule produced : [15] codomain(codomain(a)) -> codomain(a)
% 1.14/1.41  Current number of equations to process: 2
% 1.14/1.41  Current number of ordered equations: 0
% 1.14/1.41  Current number of rules: 15
% 1.14/1.41  New rule produced : [16] codomain(codomain(A)) -> codomain(A)
% 1.14/1.41  Rule [15] codomain(codomain(a)) -> codomain(a) collapsed.
% 1.14/1.41  Current number of equations to process: 0
% 1.14/1.41  Current number of ordered equations: 1
% 1.14/1.41  Current number of rules: 15
% 1.14/1.41  New rule produced : [17] domain(domain(A)) -> domain(A)
% 1.14/1.41  Current number of equations to process: 0
% 1.14/1.41  Current number of ordered equations: 0
% 1.14/1.41  Current number of rules: 16
% 1.14/1.41  New rule produced : [18] compose(codomain(a),b) -> b
% 1.14/1.41  Current number of equations to process: 2
% 1.14/1.41  Current number of ordered equations: 0
% 1.14/1.42  Current number of rules: 17
% 1.14/1.42  New rule produced : [19] compose(h,codomain(g)) -> h
% 1.14/1.42  Current number of equations to process: 3
% 1.14/1.42  Current number of ordered equations: 0
% 1.14/1.42  Current number of rules: 18
% 1.14/1.42  New rule produced : [20] compose(domain(A),domain(A)) -> domain(A)
% 1.14/1.42  Current number of equations to process: 2
% 1.14/1.42  Current number of ordered equations: 0
% 1.14/1.42  Current number of rules: 19
% 1.14/1.42  New rule produced : [21] compose(codomain(A),codomain(A)) -> codomain(A)
% 1.14/1.42  Current number of equations to process: 1
% 1.14/1.42  Current number of ordered equations: 0
% 1.14/1.42  Current number of rules: 20
% 1.14/1.42  New rule produced : [22] compose(codomain(g),compose(a,b)) -> compose(a,b)
% 1.14/1.42  Current number of equations to process: 0
% 1.14/1.42  Current number of ordered equations: 0
% 1.14/1.42  Current number of rules: 21
% 1.14/1.42  New rule produced :
% 1.14/1.42  [23]
% 1.14/1.42  ifeq(codomain(A),codomain(a),domain(compose(A,b)),domain(A)) -> domain(A)
% 1.14/1.42  Current number of equations to process: 13
% 1.14/1.42  Current number of ordered equations: 1
% 1.14/1.42  Current number of rules: 22
% 1.14/1.42  New rule produced :
% 1.14/1.42  [24]
% 1.14/1.42  ifeq(codomain(b),domain(A),domain(compose(b,A)),codomain(a)) -> codomain(a)
% 1.14/1.42  Current number of equations to process: 13
% 1.14/1.42  Current number of ordered equations: 0
% 1.14/1.42  Current number of rules: 23
% 1.14/1.42  New rule produced :
% 1.14/1.42  [25] ifeq(codomain(g),domain(A),domain(compose(h,A)),domain(h)) -> domain(h)
% 1.14/1.42  Current number of equations to process: 12
% 1.14/1.42  Current number of ordered equations: 0
% 1.14/1.42  Current number of rules: 24
% 1.14/1.42  New rule produced :
% 1.14/1.42  [26]
% 1.14/1.42  ifeq(codomain(A),codomain(a),codomain(compose(A,b)),codomain(b)) ->
% 1.14/1.42  codomain(b)
% 1.14/1.42  Current number of equations to process: 11
% 1.14/1.42  Current number of ordered equations: 0
% 1.14/1.42  Current number of rules: 25
% 1.14/1.42  New rule produced :
% 1.14/1.42  [27]
% 1.14/1.42  ifeq(codomain(g),domain(A),codomain(compose(h,A)),codomain(A)) -> codomain(A)
% 1.14/1.42  Current number of equations to process: 9
% 1.14/1.42  Current number of ordered equations: 1
% 1.14/1.42  Current number of rules: 26
% 1.14/1.42  New rule produced :
% 1.14/1.42  [28]
% 1.14/1.42  ifeq(codomain(A),domain(h),codomain(compose(A,h)),codomain(g)) -> codomain(g)
% 1.14/1.42  Current number of equations to process: 9
% 1.14/1.42  Current number of ordered equations: 0
% 1.14/1.42  Current number of rules: 27
% 1.14/1.42  New rule produced :
% 1.14/1.42  [29]
% 1.14/1.42  ifeq(domain(A),domain(B),domain(compose(domain(A),B)),domain(A)) -> domain(A)
% 1.14/1.42  Current number of equations to process: 8
% 1.14/1.42  Current number of ordered equations: 0
% 1.14/1.42  Current number of rules: 28
% 1.14/1.42  New rule produced :
% 1.14/1.42  [30]
% 1.14/1.42  ifeq(codomain(A),domain(B),domain(compose(codomain(A),B)),codomain(A)) ->
% 1.14/1.42  codomain(A)
% 1.14/1.42  Current number of equations to process: 6
% 1.14/1.42  Current number of ordered equations: 1
% 1.14/1.42  Current number of rules: 29
% 1.14/1.42  New rule produced :
% 1.14/1.42  [31]
% 1.14/1.42  ifeq(codomain(A),codomain(B),domain(compose(A,codomain(B))),domain(A)) ->
% 1.14/1.42  domain(A)
% 1.14/1.42  Current number of equations to process: 6
% 1.14/1.42  Current number of ordered equations: 0
% 1.14/1.42  Current number of rules: 30
% 1.14/1.42  New rule produced :
% 1.14/1.42  [32]
% 1.14/1.42  ifeq(domain(A),domain(B),codomain(compose(domain(A),B)),codomain(B)) ->
% 1.14/1.42  codomain(B)
% 1.14/1.42  Current number of equations to process: 4
% 1.14/1.42  Current number of ordered equations: 1
% 1.14/1.42  Current number of rules: 31
% 1.14/1.42  New rule produced :
% 1.14/1.42  [33]
% 1.14/1.42  ifeq(codomain(A),domain(B),codomain(compose(A,domain(B))),domain(B)) ->
% 1.14/1.42  domain(B)
% 1.14/1.42  Current number of equations to process: 4
% 1.14/1.42  Current number of ordered equations: 0
% 1.14/1.42  Current number of rules: 32
% 1.14/1.42  New rule produced :
% 1.14/1.42  [34]
% 1.14/1.42  ifeq(codomain(A),codomain(B),codomain(compose(A,codomain(B))),codomain(B)) ->
% 1.14/1.42  codomain(B)
% 1.14/1.42  Current number of equations to process: 3
% 1.14/1.42  Current number of ordered equations: 0
% 1.14/1.42  Current number of rules: 33
% 1.14/1.42  New rule produced :
% 1.14/1.42  [35]
% 1.14/1.42  ifeq(codomain(A),codomain(g),domain(compose(A,compose(a,b))),domain(A)) ->
% 1.14/1.42  domain(A)
% 1.14/1.42  Current number of equations to process: 2
% 1.14/1.42  Current number of ordered equations: 0
% 1.14/1.42  Current number of rules: 34
% 1.14/1.42  New rule produced :
% 1.14/1.42  [36]
% 1.14/1.42  ifeq(codomain(compose(a,b)),domain(A),domain(compose(compose(a,b),A)),
% 1.14/1.42  codomain(g)) -> codomain(g)
% 1.14/1.42  Current number of equations to process: 1
% 1.14/1.42  Current number of ordered equations: 0
% 1.14/1.42  Current number of rules: 35
% 1.14/1.42  New rule produced :
% 1.14/1.42  [37]
% 1.14/1.42  ifeq(codomain(A),codomain(g),codomain(compose(A,compose(a,b))),codomain(
% 1.14/1.42                                                                 compose(a,b)))
% 1.14/1.42  -> codomain(compose(a,b))
% 1.14/1.42  Current number of equations to process: 0
% 1.14/1.42  Current number of ordered equations: 0
% 1.14/1.42  Current number of rules: 36
% 1.14/1.43  New rule produced :
% 1.14/1.43  [38]
% 1.14/1.43  ifeq(codomain(A),domain(a),ifeq(compose(a,b),B,ifeq(compose(A,b),B,A,a),a),a)
% 1.14/1.43  -> a
% 1.14/1.43  Current number of equations to process: 6
% 1.14/1.43  Current number of ordered equations: 0
% 1.14/1.43  Current number of rules: 37
% 1.14/1.43  New rule produced :
% 1.14/1.43  [39]
% 1.14/1.43  ifeq(codomain(A),domain(a),ifeq(codomain(B),codomain(a),ifeq(compose(B,b),
% 1.14/1.43                                                          compose(A,b),A,B),B),B)
% 1.14/1.43  -> B
% 1.14/1.43  Current number of equations to process: 4
% 1.14/1.43  Current number of ordered equations: 1
% 1.14/1.43  Current number of rules: 38
% 1.14/1.43  New rule produced :
% 1.14/1.43  [40]
% 1.14/1.43  ifeq(codomain(A),domain(a),ifeq(codomain(B),codomain(a),ifeq(compose(A,b),
% 1.14/1.43                                                          compose(B,b),A,B),B),B)
% 1.14/1.43  -> B
% 1.14/1.43  Current number of equations to process: 4
% 1.14/1.43  Current number of ordered equations: 0
% 1.14/1.43  Current number of rules: 39
% 1.14/1.43  New rule produced :
% 1.14/1.43  [41]
% 1.14/1.43  ifeq(codomain(A),domain(a),ifeq(compose(a,a),B,ifeq(compose(A,a),B,A,a),a),a)
% 1.14/1.43  -> a
% 1.14/1.43  Current number of equations to process: 10
% 1.14/1.43  Current number of ordered equations: 0
% 1.14/1.43  Current number of rules: 40
% 1.14/1.43  New rule produced :
% 1.14/1.43  [42]
% 1.14/1.43  ifeq(codomain(A),domain(a),ifeq(codomain(B),codomain(a),ifeq(compose(B,a),
% 1.14/1.43                                                          compose(A,a),A,B),B),B)
% 1.14/1.43  -> B
% 1.14/1.43  Current number of equations to process: 8
% 1.14/1.43  Current number of ordered equations: 1
% 1.14/1.43  Current number of rules: 41
% 1.14/1.43  New rule produced :
% 1.14/1.43  [43]
% 1.14/1.43  ifeq(codomain(A),domain(a),ifeq(codomain(B),codomain(a),ifeq(compose(A,a),
% 1.14/1.43                                                          compose(B,a),A,B),B),B)
% 1.14/1.43  -> B
% 1.14/1.43  Current number of equations to process: 8
% 1.14/1.43  Current number of ordered equations: 0
% 1.14/1.43  Current number of rules: 42
% 1.14/1.43  New rule produced :
% 1.14/1.43  [44]
% 1.14/1.43  ifeq(codomain(A),domain(a),ifeq(codomain(g),codomain(a),ifeq(compose(h,b),B,
% 1.14/1.43                                                          ifeq(compose(A,b),B,A,h),h),h),h)
% 1.14/1.43  -> h
% 1.14/1.43  Current number of equations to process: 6
% 1.14/1.43  Current number of ordered equations: 1
% 1.14/1.43  Current number of rules: 43
% 1.14/1.43  New rule produced :
% 1.14/1.43  [45]
% 1.14/1.43  ifeq(codomain(g),domain(a),ifeq(codomain(A),codomain(a),ifeq(compose(A,b),B,
% 1.14/1.43                                                          ifeq(compose(h,b),B,h,A),A),A),A)
% 1.14/1.43  -> A
% 1.14/1.43  Current number of equations to process: 6
% 1.14/1.43  Current number of ordered equations: 0
% 1.14/1.43  Current number of rules: 44
% 1.14/1.43  New rule produced :
% 1.14/1.43  [46]
% 1.14/1.43  ifeq(codomain(A),domain(a),ifeq(codomain(g),codomain(a),ifeq(compose(h,a),B,
% 1.14/1.43                                                          ifeq(compose(A,a),B,A,h),h),h),h)
% 1.14/1.43  -> h
% 1.14/1.43  Current number of equations to process: 4
% 1.14/1.43  Current number of ordered equations: 1
% 1.14/1.43  Current number of rules: 45
% 1.14/1.43  New rule produced :
% 1.14/1.43  [47]
% 1.14/1.43  ifeq(codomain(g),domain(a),ifeq(codomain(A),codomain(a),ifeq(compose(A,a),B,
% 1.14/1.43                                                          ifeq(compose(h,a),B,h,A),A),A),A)
% 1.14/1.43  -> A
% 1.14/1.43  Current number of equations to process: 4
% 1.14/1.43  Current number of ordered equations: 0
% 1.14/1.43  Current number of rules: 46
% 1.14/1.43  New rule produced :
% 1.14/1.43  [48]
% 1.14/1.43  ifeq(codomain(A),domain(B),codomain(compose(codomain(A),B)),codomain(B)) ->
% 1.14/1.43  codomain(B)
% 1.14/1.43  Current number of equations to process: 15
% 1.14/1.43  Current number of ordered equations: 0
% 1.14/1.43  Current number of rules: 47
% 1.14/1.43  New rule produced :
% 1.14/1.43  [49]
% 1.14/1.43  ifeq(codomain(A),domain(B),domain(compose(A,domain(B))),domain(A)) ->
% 1.14/1.43  domain(A)
% 1.14/1.43  Current number of equations to process: 20
% 1.14/1.43  Current number of ordered equations: 0
% 1.14/1.43  Current number of rules: 48
% 1.14/1.43  New rule produced : [50] domain(a) -> codomain(g)
% 1.14/1.43  Rule
% 1.14/1.43  [12]
% 1.14/1.43  ifeq(codomain(X),domain(a),ifeq(codomain(Z),codomain(a),ifeq(compose(Z,b),Y,
% 1.14/1.43                                                          ifeq(compose(X,b),Y,X,Z),Z),Z),Z)
% 1.14/1.43  -> Z collapsed.
% 1.14/1.43  Rule
% 1.14/1.43  [13]
% 1.14/1.43  ifeq(codomain(X),domain(a),ifeq(codomain(Z),codomain(a),ifeq(compose(Z,a),Y,
% 1.14/1.43                                                          ifeq(compose(X,a),Y,X,Z),Z),Z),Z)
% 1.14/1.43  -> Z collapsed.
% 1.14/1.43  Rule
% 1.14/1.43  [38]
% 1.14/1.43  ifeq(codomain(A),domain(a),ifeq(compose(a,b),B,ifeq(compose(A,b),B,A,a),a),a)
% 1.14/1.43  -> a collapsed.
% 1.14/1.43  Rule
% 1.14/1.43  [39]
% 1.14/1.43  ifeq(codomain(A),domain(a),ifeq(codomain(B),codomain(a),ifeq(compose(B,b),
% 1.14/1.43                                                          compose(A,b),A,B),B),B)
% 1.14/1.43  -> B collapsed.
% 1.14/1.43  Rule
% 1.14/1.43  [40]
% 1.14/1.43  ifeq(codomain(A),domain(a),ifeq(codomain(B),codomain(a),ifeq(compose(A,b),
% 1.14/1.43                                                          compose(B,b),A,B),B),B)
% 1.14/1.44  -> B collapsed.
% 1.14/1.44  Rule
% 1.14/1.44  [41]
% 1.14/1.44  ifeq(codomain(A),domain(a),ifeq(compose(a,a),B,ifeq(compose(A,a),B,A,a),a),a)
% 1.14/1.44  -> a collapsed.
% 1.14/1.44  Rule
% 1.14/1.44  [42]
% 1.14/1.44  ifeq(codomain(A),domain(a),ifeq(codomain(B),codomain(a),ifeq(compose(B,a),
% 1.14/1.44                                                          compose(A,a),A,B),B),B)
% 1.14/1.44  -> B collapsed.
% 1.14/1.44  Rule
% 1.14/1.44  [43]
% 1.14/1.44  ifeq(codomain(A),domain(a),ifeq(codomain(B),codomain(a),ifeq(compose(A,a),
% 1.14/1.44                                                          compose(B,a),A,B),B),B)
% 1.14/1.44  -> B collapsed.
% 1.14/1.44  Rule
% 1.14/1.44  [44]
% 1.14/1.44  ifeq(codomain(A),domain(a),ifeq(codomain(g),codomain(a),ifeq(compose(h,b),B,
% 1.14/1.44                                                          ifeq(compose(A,b),B,A,h),h),h),h)
% 1.14/1.44  -> h collapsed.
% 1.14/1.44  Rule
% 1.14/1.44  [45]
% 1.14/1.44  ifeq(codomain(g),domain(a),ifeq(codomain(A),codomain(a),ifeq(compose(A,b),B,
% 1.14/1.44                                                          ifeq(compose(h,b),B,h,A),A),A),A)
% 1.14/1.44  -> A collapsed.
% 1.14/1.44  Rule
% 1.14/1.44  [46]
% 1.14/1.44  ifeq(codomain(A),domain(a),ifeq(codomain(g),codomain(a),ifeq(compose(h,a),B,
% 1.14/1.44                                                          ifeq(compose(A,a),B,A,h),h),h),h)
% 1.14/1.44  -> h collapsed.
% 1.14/1.44  Rule
% 1.14/1.44  [47]
% 1.14/1.44  ifeq(codomain(g),domain(a),ifeq(codomain(A),codomain(a),ifeq(compose(A,a),B,
% 1.14/1.44                                                          ifeq(compose(h,a),B,h,A),A),A),A)
% 1.14/1.44  -> A collapsed.
% 1.14/1.44  Current number of equations to process: 36
% 1.14/1.44  Current number of ordered equations: 0
% 1.14/1.44  Current number of rules: 37
% 1.14/1.44  New rule produced :
% 1.14/1.44  [51]
% 1.14/1.44  ifeq(codomain(X),codomain(g),ifeq(codomain(Z),codomain(a),ifeq(compose(Z,b),Y,
% 1.14/1.44                                                            ifeq(compose(X,b),Y,X,Z),Z),Z),Z)
% 1.14/1.44  -> Z
% 1.14/1.44  Current number of equations to process: 34
% 1.14/1.44  Current number of ordered equations: 1
% 1.14/1.44  Current number of rules: 38
% 1.14/1.44  New rule produced :
% 1.14/1.44  [52]
% 1.14/1.44  ifeq(codomain(X),codomain(g),ifeq(codomain(Z),codomain(a),ifeq(compose(Z,a),Y,
% 1.14/1.44                                                            ifeq(compose(X,a),Y,X,Z),Z),Z),Z)
% 1.14/1.44  -> Z
% 1.14/1.44  Current number of equations to process: 34
% 1.14/1.44  Current number of ordered equations: 0
% 1.14/1.44  Current number of rules: 39
% 1.14/1.44  New rule produced :
% 1.14/1.44  [53]
% 1.14/1.44  ifeq(codomain(b),codomain(a),domain(compose(b,b)),codomain(a)) -> codomain(a)
% 1.14/1.44  Current number of equations to process: 37
% 1.14/1.44  Current number of ordered equations: 0
% 1.14/1.44  Current number of rules: 40
% 1.14/1.44  New rule produced :
% 1.14/1.44  [54]
% 1.14/1.44  ifeq(codomain(g),codomain(a),domain(compose(h,b)),domain(h)) -> domain(h)
% 1.14/1.44  Current number of equations to process: 36
% 1.14/1.44  Current number of ordered equations: 0
% 1.14/1.44  Current number of rules: 41
% 1.14/1.44  New rule produced :
% 1.14/1.44  [55]
% 1.14/1.44  ifeq(domain(A),codomain(a),domain(compose(domain(A),b)),domain(A)) ->
% 1.14/1.44  domain(A)
% 1.14/1.44  Current number of equations to process: 34
% 1.14/1.44  Current number of ordered equations: 0
% 1.14/1.44  Current number of rules: 42
% 1.14/1.44  New rule produced :
% 1.14/1.44  [56]
% 1.14/1.44  ifeq(codomain(A),codomain(a),domain(compose(codomain(A),b)),codomain(A)) ->
% 1.14/1.44  codomain(A)
% 1.14/1.44  Current number of equations to process: 33
% 1.14/1.44  Current number of ordered equations: 0
% 1.14/1.44  Current number of rules: 43
% 1.14/1.44  New rule produced :
% 1.14/1.44  [57]
% 1.14/1.44  ifeq(codomain(b),codomain(A),domain(compose(b,codomain(A))),codomain(a)) ->
% 1.14/1.44  codomain(a)
% 1.14/1.44  Current number of equations to process: 32
% 1.14/1.44  Current number of ordered equations: 0
% 1.14/1.44  Current number of rules: 44
% 1.14/1.44  New rule produced :
% 1.14/1.44  [58]
% 1.14/1.44  ifeq(codomain(b),codomain(g),domain(compose(b,compose(a,b))),codomain(a)) ->
% 1.14/1.44  codomain(a)
% 1.14/1.44  Current number of equations to process: 31
% 1.14/1.44  Current number of ordered equations: 0
% 1.14/1.44  Current number of rules: 45
% 1.14/1.44  New rule produced :
% 1.14/1.44  [59]
% 1.14/1.44  ifeq(codomain(compose(a,b)),codomain(a),domain(compose(compose(a,b),b)),
% 1.14/1.44  codomain(g)) -> codomain(g)
% 1.14/1.44  Current number of equations to process: 30
% 1.14/1.44  Current number of ordered equations: 0
% 1.14/1.44  Current number of rules: 46
% 1.14/1.44  New rule produced :
% 1.14/1.44  [60]
% 1.14/1.44  ifeq(codomain(A),codomain(g),ifeq(compose(a,b),B,ifeq(compose(A,b),B,A,a),a),a)
% 1.14/1.44  -> a
% 1.14/1.44  Current number of equations to process: 29
% 1.14/1.44  Current number of ordered equations: 0
% 1.14/1.44  Current number of rules: 47
% 1.14/1.44  New rule produced :
% 1.14/1.44  [61]
% 1.14/1.44  ifeq(codomain(A),codomain(g),ifeq(compose(a,a),B,ifeq(compose(A,a),B,A,a),a),a)
% 1.14/1.44  -> a
% 1.14/1.44  Current number of equations to process: 28
% 1.14/1.44  Current number of ordered equations: 0
% 1.14/1.44  Current number of rules: 48
% 1.14/1.44  New rule produced : [62] domain(compose(g,compose(a,b))) -> domain(h)
% 1.14/1.45  Current number of equations to process: 30
% 1.14/1.45  Current number of ordered equations: 0
% 1.14/1.45  Current number of rules: 49
% 1.14/1.45  New rule produced :
% 1.14/1.45  [63]
% 1.14/1.45  ifeq(codomain(b),domain(A),domain(compose(b,domain(A))),codomain(a)) ->
% 1.14/1.45  codomain(a)
% 1.14/1.45  Current number of equations to process: 29
% 1.14/1.45  Current number of ordered equations: 0
% 1.14/1.45  Current number of rules: 50
% 1.14/1.45  New rule produced :
% 1.14/1.45  [64]
% 1.14/1.45  ifeq(codomain(g),codomain(A),domain(compose(h,codomain(A))),domain(h)) ->
% 1.14/1.45  domain(h)
% 1.14/1.45  Current number of equations to process: 28
% 1.14/1.45  Current number of ordered equations: 0
% 1.14/1.45  Current number of rules: 51
% 1.14/1.45  New rule produced : [65] codomain(compose(a,b)) -> codomain(b)
% 1.14/1.45  Rule
% 1.14/1.45  [36]
% 1.14/1.45  ifeq(codomain(compose(a,b)),domain(A),domain(compose(compose(a,b),A)),
% 1.14/1.45  codomain(g)) -> codomain(g) collapsed.
% 1.14/1.45  Rule
% 1.14/1.45  [37]
% 1.14/1.45  ifeq(codomain(A),codomain(g),codomain(compose(A,compose(a,b))),codomain(
% 1.14/1.45                                                                 compose(a,b)))
% 1.14/1.45  -> codomain(compose(a,b)) collapsed.
% 1.14/1.45  Rule
% 1.14/1.45  [59]
% 1.14/1.45  ifeq(codomain(compose(a,b)),codomain(a),domain(compose(compose(a,b),b)),
% 1.14/1.45  codomain(g)) -> codomain(g) collapsed.
% 1.14/1.45  Current number of equations to process: 34
% 1.14/1.45  Current number of ordered equations: 0
% 1.14/1.45  Current number of rules: 49
% 1.14/1.45  New rule produced :
% 1.14/1.45  [66]
% 1.14/1.45  ifeq(codomain(g),codomain(a),codomain(compose(h,b)),codomain(b)) ->
% 1.14/1.45  codomain(b)
% 1.14/1.45  Current number of equations to process: 33
% 1.14/1.45  Current number of ordered equations: 0
% 1.14/1.45  Current number of rules: 50
% 1.14/1.45  New rule produced :
% 1.14/1.45  [67]
% 1.14/1.45  ifeq(codomain(g),domain(A),domain(compose(h,domain(A))),domain(h)) ->
% 1.14/1.45  domain(h)
% 1.14/1.45  Current number of equations to process: 32
% 1.14/1.45  Current number of ordered equations: 0
% 1.14/1.45  Current number of rules: 51
% 1.14/1.45  New rule produced :
% 1.14/1.45  [68]
% 1.14/1.45  ifeq(domain(A),codomain(a),codomain(compose(domain(A),b)),codomain(b)) ->
% 1.14/1.45  codomain(b)
% 1.14/1.45  Current number of equations to process: 31
% 1.14/1.45  Current number of ordered equations: 0
% 1.14/1.45  Current number of rules: 52
% 1.14/1.45  New rule produced :
% 1.14/1.45  [69]
% 1.14/1.45  ifeq(codomain(b),domain(A),domain(compose(compose(a,b),A)),codomain(g)) ->
% 1.14/1.45  codomain(g)
% 1.14/1.45  Current number of equations to process: 30
% 1.14/1.45  Current number of ordered equations: 0
% 1.14/1.45  Current number of rules: 53
% 1.14/1.45  New rule produced :
% 1.14/1.45  [70]
% 1.14/1.45  ifeq(codomain(A),codomain(g),codomain(compose(A,compose(a,b))),codomain(b))
% 1.14/1.45  -> codomain(b)
% 1.14/1.45  Current number of equations to process: 29
% 1.14/1.45  Current number of ordered equations: 0
% 1.14/1.45  Current number of rules: 54
% 1.14/1.45  New rule produced :
% 1.14/1.45  [71]
% 1.14/1.45  ifeq(codomain(b),codomain(a),domain(compose(compose(a,b),b)),codomain(g)) ->
% 1.14/1.45  codomain(g)
% 1.14/1.45  Current number of equations to process: 28
% 1.14/1.45  Current number of ordered equations: 0
% 1.14/1.45  Current number of rules: 55
% 1.14/1.45  New rule produced : [72] codomain(compose(g,compose(a,b))) -> codomain(b)
% 1.14/1.45  Current number of equations to process: 31
% 1.14/1.45  Current number of ordered equations: 0
% 1.14/1.45  Current number of rules: 56
% 1.14/1.45  New rule produced :
% 1.14/1.45  [73]
% 1.14/1.45  ifeq(codomain(g),domain(h),codomain(compose(h,h)),codomain(g)) -> codomain(g)
% 1.14/1.45  Current number of equations to process: 31
% 1.14/1.45  Current number of ordered equations: 0
% 1.14/1.45  Current number of rules: 57
% 1.14/1.45  New rule produced :
% 1.14/1.45  [74]
% 1.14/1.45  ifeq(codomain(A),codomain(a),codomain(compose(codomain(A),b)),codomain(b)) ->
% 1.14/1.45  codomain(b)
% 1.14/1.45  Current number of equations to process: 30
% 1.14/1.45  Current number of ordered equations: 0
% 1.14/1.45  Current number of rules: 58
% 1.14/1.45  New rule produced :
% 1.14/1.45  [75]
% 1.14/1.45  ifeq(codomain(g),domain(A),codomain(compose(h,domain(A))),domain(A)) ->
% 1.14/1.45  domain(A)
% 1.14/1.45  Current number of equations to process: 29
% 1.14/1.45  Current number of ordered equations: 0
% 1.14/1.45  Current number of rules: 59
% 1.14/1.45  New rule produced :
% 1.14/1.45  [76]
% 1.14/1.45  ifeq(codomain(g),codomain(A),codomain(compose(h,codomain(A))),codomain(A)) ->
% 1.14/1.45  codomain(A)
% 1.14/1.45  Current number of equations to process: 28
% 1.14/1.45  Current number of ordered equations: 0
% 1.14/1.45  Current number of rules: 60
% 1.14/1.45  New rule produced :
% 1.14/1.45  [77]
% 1.14/1.45  ifeq(domain(A),domain(h),codomain(compose(domain(A),h)),codomain(g)) ->
% 1.14/1.45  codomain(g)
% 1.14/1.45  Current number of equations to process: 28
% 1.14/1.45  Current number of ordered equations: 0
% 1.14/1.45  Current number of rules: 61
% 1.14/1.45  New rule produced :
% 1.14/1.45  [78]
% 1.14/1.45  ifeq(codomain(A),domain(h),codomain(compose(codomain(A),h)),codomain(g)) ->
% 1.14/1.45  codomain(g)
% 1.14/1.45  Current number of equations to process: 30
% 1.14/1.45  Current number of ordered equations: 0
% 1.14/1.45  Current number of rules: 62
% 1.14/1.45  New rule produced :
% 1.14/1.45  [79]
% 1.14/1.45  ifeq(domain(A),codomain(B),domain(compose(domain(A),codomain(B))),domain(A))
% 1.19/1.48  -> domain(A)
% 1.19/1.48  Current number of equations to process: 29
% 1.19/1.48  Current number of ordered equations: 0
% 1.19/1.48  Current number of rules: 63
% 1.19/1.48  New rule produced :
% 1.19/1.48  [80]
% 1.19/1.48  ifeq(domain(A),codomain(g),domain(compose(domain(A),compose(a,b))),domain(A))
% 1.19/1.48  -> domain(A)
% 1.19/1.48  Current number of equations to process: 28
% 1.19/1.48  Current number of ordered equations: 0
% 1.19/1.48  Current number of rules: 64
% 1.19/1.48  New rule produced :
% 1.19/1.48  [81]
% 1.19/1.48  ifeq(domain(A),domain(B),domain(compose(domain(A),domain(B))),domain(A)) ->
% 1.19/1.48  domain(A)
% 1.19/1.48  Current number of equations to process: 30
% 1.19/1.48  Current number of ordered equations: 0
% 1.19/1.48  Current number of rules: 65
% 1.19/1.48  New rule produced :
% 1.19/1.48  [82]
% 1.19/1.48  ifeq(codomain(A),codomain(B),domain(compose(codomain(A),codomain(B))),
% 1.19/1.48  codomain(A)) -> codomain(A)
% 1.19/1.48  Current number of equations to process: 29
% 1.19/1.48  Current number of ordered equations: 0
% 1.19/1.48  Current number of rules: 66
% 1.19/1.48  New rule produced :
% 1.19/1.48  [83]
% 1.19/1.48  ifeq(codomain(A),codomain(g),domain(compose(codomain(A),compose(a,b))),
% 1.19/1.48  codomain(A)) -> codomain(A)
% 1.19/1.48  Current number of equations to process: 28
% 1.19/1.48  Current number of ordered equations: 0
% 1.19/1.48  Current number of rules: 67
% 1.19/1.48  New rule produced :
% 1.19/1.48  [84]
% 1.19/1.48  ifeq(codomain(A),domain(B),domain(compose(codomain(A),domain(B))),codomain(A))
% 1.19/1.48  -> codomain(A)
% 1.19/1.48  Current number of equations to process: 29
% 1.19/1.48  Current number of ordered equations: 0
% 1.19/1.48  Current number of rules: 68
% 1.19/1.48  New rule produced :
% 1.19/1.48  [85]
% 1.19/1.48  ifeq(codomain(b),codomain(A),domain(compose(compose(a,b),codomain(A))),
% 1.19/1.48  codomain(g)) -> codomain(g)
% 1.19/1.48  Current number of equations to process: 28
% 1.19/1.48  Current number of ordered equations: 0
% 1.19/1.48  Current number of rules: 69
% 1.19/1.48  New rule produced :
% 1.19/1.48  [86]
% 1.19/1.48  ifeq(domain(A),domain(B),codomain(compose(domain(A),domain(B))),domain(B)) ->
% 1.19/1.48  domain(B)
% 1.19/1.48  Current number of equations to process: 30
% 1.19/1.48  Current number of ordered equations: 0
% 1.19/1.48  Current number of rules: 70
% 1.19/1.48  New rule produced :
% 1.19/1.48  [87]
% 1.19/1.48  ifeq(domain(A),codomain(B),codomain(compose(domain(A),codomain(B))),codomain(B))
% 1.19/1.48  -> codomain(B)
% 1.19/1.48  Current number of equations to process: 29
% 1.19/1.48  Current number of ordered equations: 0
% 1.19/1.48  Current number of rules: 71
% 1.19/1.48  New rule produced :
% 1.19/1.48  [88]
% 1.19/1.48  ifeq(domain(A),codomain(g),codomain(compose(domain(A),compose(a,b))),
% 1.19/1.48  codomain(b)) -> codomain(b)
% 1.19/1.48  Current number of equations to process: 28
% 1.19/1.48  Current number of ordered equations: 0
% 1.19/1.48  Current number of rules: 72
% 1.19/1.48  New rule produced :
% 1.19/1.48  [89]
% 1.19/1.48  ifeq(codomain(A),domain(B),codomain(compose(codomain(A),domain(B))),domain(B))
% 1.19/1.48  -> domain(B)
% 1.19/1.48  Current number of equations to process: 28
% 1.19/1.48  Current number of ordered equations: 0
% 1.19/1.48  Current number of rules: 73
% 1.19/1.48  New rule produced :
% 1.19/1.48  [90]
% 1.19/1.48  ifeq(codomain(A),codomain(B),codomain(compose(codomain(A),codomain(B))),
% 1.19/1.48  codomain(B)) -> codomain(B)
% 1.19/1.48  Current number of equations to process: 29
% 1.19/1.48  Current number of ordered equations: 0
% 1.19/1.48  Current number of rules: 74
% 1.19/1.48  New rule produced :
% 1.19/1.48  [91]
% 1.19/1.48  ifeq(codomain(b),codomain(g),domain(compose(compose(a,b),compose(a,b))),
% 1.19/1.48  codomain(g)) -> codomain(g)
% 1.19/1.48  Current number of equations to process: 28
% 1.19/1.48  Current number of ordered equations: 0
% 1.19/1.48  Current number of rules: 75
% 1.19/1.48  New rule produced :
% 1.19/1.48  [92]
% 1.19/1.48  ifeq(codomain(A),codomain(g),codomain(compose(codomain(A),compose(a,b))),
% 1.19/1.48  codomain(b)) -> codomain(b)
% 1.19/1.48  Current number of equations to process: 28
% 1.19/1.48  Current number of ordered equations: 0
% 1.19/1.48  Current number of rules: 76
% 1.19/1.48  New rule produced :
% 1.19/1.48  [93]
% 1.19/1.48  ifeq(codomain(b),domain(A),domain(compose(compose(a,b),domain(A))),codomain(g))
% 1.19/1.48  -> codomain(g)
% 1.19/1.48  Current number of equations to process: 28
% 1.19/1.48  Current number of ordered equations: 0
% 1.19/1.48  Current number of rules: 77
% 1.19/1.48  New rule produced :
% 1.19/1.48  [94]
% 1.19/1.48  ifeq(codomain(A),codomain(g),codomain(compose(A,a)),codomain(a)) ->
% 1.19/1.48  codomain(a)
% 1.19/1.48  Current number of equations to process: 28
% 1.19/1.48  Current number of ordered equations: 0
% 1.19/1.48  Current number of rules: 78
% 1.19/1.48  New rule produced : [95] compose(codomain(g),a) -> a
% 1.19/1.48  Current number of equations to process: 30
% 1.19/1.48  Current number of ordered equations: 0
% 1.19/1.48  Current number of rules: 79
% 1.19/1.48  New rule produced : [96] domain(compose(h,a)) -> domain(h)
% 1.19/1.48  Current number of equations to process: 33
% 1.19/1.48  Current number of ordered equations: 0
% 1.19/1.48  Current number of rules: 80
% 1.19/1.48  New rule produced : [97] codomain(compose(h,a)) -> codomain(a)
% 1.19/1.48  Current number of equations to process: 33
% 1.19/1.48  Current number of ordered equations: 0
% 1.19/1.48  Current number of rules: 81
% 1.19/1.48  New rule produced :
% 1.19/1.50  [98]
% 1.19/1.50  ifeq(codomain(a),domain(A),domain(compose(a,A)),codomain(g)) -> codomain(g)
% 1.19/1.50  Current number of equations to process: 38
% 1.19/1.50  Current number of ordered equations: 1
% 1.19/1.50  Current number of rules: 82
% 1.19/1.50  New rule produced :
% 1.19/1.50  [99]
% 1.19/1.50  ifeq(codomain(A),codomain(g),domain(compose(A,a)),domain(A)) -> domain(A)
% 1.19/1.50  Current number of equations to process: 38
% 1.19/1.50  Current number of ordered equations: 0
% 1.19/1.50  Current number of rules: 83
% 1.19/1.50  New rule produced :
% 1.19/1.50  [100]
% 1.19/1.50  ifeq(codomain(b),codomain(g),domain(compose(b,a)),codomain(a)) -> codomain(a)
% 1.19/1.50  Current number of equations to process: 37
% 1.19/1.50  Current number of ordered equations: 0
% 1.19/1.50  Current number of rules: 84
% 1.19/1.50  New rule produced :
% 1.19/1.50  [101]
% 1.19/1.50  ifeq(domain(A),codomain(g),domain(compose(domain(A),a)),domain(A)) ->
% 1.19/1.50  domain(A)
% 1.19/1.50  Current number of equations to process: 36
% 1.19/1.50  Current number of ordered equations: 0
% 1.19/1.50  Current number of rules: 85
% 1.19/1.50  New rule produced :
% 1.19/1.50  [102]
% 1.19/1.50  ifeq(codomain(A),codomain(g),domain(compose(codomain(A),a)),codomain(A)) ->
% 1.19/1.50  codomain(A)
% 1.19/1.50  Current number of equations to process: 35
% 1.19/1.50  Current number of ordered equations: 0
% 1.19/1.50  Current number of rules: 86
% 1.19/1.50  New rule produced :
% 1.19/1.50  [103]
% 1.19/1.50  ifeq(codomain(a),codomain(A),domain(compose(a,codomain(A))),codomain(g)) ->
% 1.19/1.50  codomain(g)
% 1.19/1.50  Current number of equations to process: 34
% 1.19/1.50  Current number of ordered equations: 0
% 1.19/1.50  Current number of rules: 87
% 1.19/1.50  New rule produced :
% 1.19/1.50  [104]
% 1.19/1.50  ifeq(domain(A),codomain(g),codomain(compose(domain(A),a)),codomain(a)) ->
% 1.19/1.50  codomain(a)
% 1.19/1.50  Current number of equations to process: 33
% 1.19/1.50  Current number of ordered equations: 0
% 1.19/1.50  Current number of rules: 88
% 1.19/1.50  New rule produced :
% 1.19/1.50  [105]
% 1.19/1.50  ifeq(codomain(A),codomain(g),codomain(compose(codomain(A),a)),codomain(a)) ->
% 1.19/1.50  codomain(a)
% 1.19/1.50  Current number of equations to process: 32
% 1.19/1.50  Current number of ordered equations: 0
% 1.19/1.50  Current number of rules: 89
% 1.19/1.50  New rule produced :
% 1.19/1.50  [106]
% 1.19/1.50  ifeq(codomain(a),domain(A),domain(compose(a,domain(A))),codomain(g)) ->
% 1.19/1.50  codomain(g)
% 1.19/1.50  Current number of equations to process: 31
% 1.19/1.50  Current number of ordered equations: 0
% 1.19/1.50  Current number of rules: 90
% 1.19/1.50  New rule produced :
% 1.19/1.50  [107]
% 1.19/1.50  ifeq(codomain(a),codomain(g),domain(compose(a,compose(a,b))),codomain(g)) ->
% 1.19/1.50  codomain(g)
% 1.19/1.50  Current number of equations to process: 30
% 1.19/1.50  Current number of ordered equations: 0
% 1.19/1.50  Current number of rules: 91
% 1.19/1.50  New rule produced :
% 1.19/1.50  [108]
% 1.19/1.50  ifeq(codomain(A),codomain(g),ifeq(codomain(B),codomain(a),ifeq(compose(B,b),
% 1.19/1.50                                                            compose(A,b),A,B),B),B)
% 1.19/1.50  -> B
% 1.19/1.50  Current number of equations to process: 28
% 1.19/1.50  Current number of ordered equations: 1
% 1.19/1.50  Current number of rules: 92
% 1.19/1.50  New rule produced :
% 1.19/1.50  [109]
% 1.19/1.50  ifeq(codomain(A),codomain(g),ifeq(codomain(B),codomain(a),ifeq(compose(A,b),
% 1.19/1.50                                                            compose(B,b),A,B),B),B)
% 1.19/1.50  -> B
% 1.19/1.50  Current number of equations to process: 28
% 1.19/1.50  Current number of ordered equations: 0
% 1.19/1.50  Current number of rules: 93
% 1.19/1.50  New rule produced :
% 1.19/1.50  [110]
% 1.19/1.50  ifeq(codomain(A),codomain(g),ifeq(codomain(B),codomain(a),ifeq(compose(B,a),
% 1.19/1.50                                                            compose(A,a),A,B),B),B)
% 1.19/1.50  -> B
% 1.19/1.50  Current number of equations to process: 26
% 1.19/1.50  Current number of ordered equations: 1
% 1.19/1.50  Current number of rules: 94
% 1.19/1.50  New rule produced :
% 1.19/1.50  [111]
% 1.19/1.50  ifeq(codomain(A),codomain(g),ifeq(codomain(B),codomain(a),ifeq(compose(A,a),
% 1.19/1.50                                                            compose(B,a),A,B),B),B)
% 1.19/1.50  -> B
% 1.19/1.50  Current number of equations to process: 26
% 1.19/1.50  Current number of ordered equations: 0
% 1.19/1.50  Current number of rules: 95
% 1.19/1.50  New rule produced :
% 1.19/1.50  [112]
% 1.19/1.50  ifeq(codomain(A),codomain(a),ifeq(compose(A,b),B,ifeq(compose(h,b),B,h,A),A),A)
% 1.19/1.50  -> A
% 1.19/1.50  Current number of equations to process: 24
% 1.19/1.50  Current number of ordered equations: 1
% 1.19/1.50  Current number of rules: 96
% 1.19/1.50  New rule produced :
% 1.19/1.50  [113]
% 1.19/1.50  ifeq(codomain(A),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(h,b),B,
% 1.19/1.50                                                            ifeq(compose(A,b),B,A,h),h),h),h)
% 1.19/1.50  -> h
% 1.19/1.50  Current number of equations to process: 24
% 1.19/1.50  Current number of ordered equations: 0
% 1.19/1.50  Current number of rules: 97
% 1.19/1.50  New rule produced :
% 1.19/1.50  [114]
% 1.19/1.50  ifeq(codomain(A),codomain(a),ifeq(compose(A,a),B,ifeq(compose(h,a),B,h,A),A),A)
% 1.19/1.50  -> A
% 1.19/1.50  Current number of equations to process: 22
% 1.19/1.50  Current number of ordered equations: 1
% 1.19/1.54  Current number of rules: 98
% 1.19/1.54  New rule produced :
% 1.19/1.54  [115]
% 1.19/1.54  ifeq(codomain(A),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(h,a),B,
% 1.19/1.54                                                            ifeq(compose(A,a),B,A,h),h),h),h)
% 1.19/1.54  -> h
% 1.19/1.54  Current number of equations to process: 22
% 1.19/1.54  Current number of ordered equations: 0
% 1.19/1.54  Current number of rules: 99
% 1.19/1.54  New rule produced :
% 1.19/1.54  [116]
% 1.19/1.54  ifeq(codomain(A),codomain(a),ifeq(compose(A,b),B,ifeq(compose(g,b),B,g,A),A),A)
% 1.19/1.54  -> A
% 1.19/1.54  Current number of equations to process: 26
% 1.19/1.54  Current number of ordered equations: 0
% 1.19/1.54  Current number of rules: 100
% 1.19/1.54  New rule produced :
% 1.19/1.54  [117]
% 1.19/1.54  ifeq(codomain(A),codomain(a),ifeq(compose(A,a),B,ifeq(compose(g,a),B,g,A),A),A)
% 1.19/1.54  -> A
% 1.19/1.54  Current number of equations to process: 30
% 1.19/1.54  Current number of ordered equations: 0
% 1.19/1.54  Current number of rules: 101
% 1.19/1.54  New rule produced :
% 1.19/1.54  [118] ifeq(compose(a,b),A,ifeq(compose(h,b),A,h,a),a) -> a
% 1.19/1.54  Current number of equations to process: 34
% 1.19/1.54  Current number of ordered equations: 0
% 1.19/1.54  Current number of rules: 102
% 1.19/1.54  New rule produced :
% 1.19/1.54  [119] ifeq(compose(a,b),A,ifeq(compose(g,b),A,g,a),a) -> a
% 1.19/1.54  Current number of equations to process: 33
% 1.19/1.54  Current number of ordered equations: 0
% 1.19/1.54  Current number of rules: 103
% 1.19/1.54  New rule produced :
% 1.19/1.54  [120]
% 1.19/1.54  ifeq(codomain(A),codomain(g),ifeq(compose(a,b),compose(A,b),A,a),a) -> a
% 1.19/1.54  Current number of equations to process: 31
% 1.19/1.54  Current number of ordered equations: 1
% 1.19/1.54  Current number of rules: 104
% 1.19/1.54  New rule produced :
% 1.19/1.54  [121]
% 1.19/1.54  ifeq(codomain(A),codomain(g),ifeq(compose(A,b),compose(a,b),A,a),a) -> a
% 1.19/1.54  Current number of equations to process: 31
% 1.19/1.54  Current number of ordered equations: 0
% 1.19/1.54  Current number of rules: 105
% 1.19/1.54  New rule produced :
% 1.19/1.54  [122]
% 1.19/1.54  ifeq(domain(A),codomain(g),ifeq(compose(a,b),B,ifeq(compose(domain(A),b),B,
% 1.19/1.54                                                 domain(A),a),a),a) -> a
% 1.19/1.54  Current number of equations to process: 31
% 1.19/1.54  Current number of ordered equations: 0
% 1.19/1.54  Current number of rules: 106
% 1.19/1.54  New rule produced :
% 1.19/1.54  [123]
% 1.19/1.54  ifeq(codomain(A),codomain(g),ifeq(compose(a,b),B,ifeq(compose(codomain(A),b),B,
% 1.19/1.54                                                   codomain(A),a),a),a) -> a
% 1.19/1.54  Current number of equations to process: 30
% 1.19/1.54  Current number of ordered equations: 0
% 1.19/1.54  Current number of rules: 107
% 1.19/1.54  New rule produced :
% 1.19/1.54  [124] ifeq(compose(a,a),A,ifeq(compose(h,a),A,h,a),a) -> a
% 1.19/1.54  Current number of equations to process: 34
% 1.19/1.54  Current number of ordered equations: 0
% 1.19/1.54  Current number of rules: 108
% 1.19/1.54  New rule produced :
% 1.19/1.54  [125] ifeq(compose(a,a),A,ifeq(compose(g,a),A,g,a),a) -> a
% 1.19/1.54  Current number of equations to process: 33
% 1.19/1.54  Current number of ordered equations: 0
% 1.19/1.54  Current number of rules: 109
% 1.19/1.54  New rule produced :
% 1.19/1.54  [126]
% 1.19/1.54  ifeq(codomain(A),codomain(g),ifeq(compose(a,a),compose(A,a),A,a),a) -> a
% 1.19/1.54  Current number of equations to process: 31
% 1.19/1.54  Current number of ordered equations: 1
% 1.19/1.54  Current number of rules: 110
% 1.19/1.54  New rule produced :
% 1.19/1.54  [127]
% 1.19/1.54  ifeq(codomain(A),codomain(g),ifeq(compose(A,a),compose(a,a),A,a),a) -> a
% 1.19/1.54  Current number of equations to process: 31
% 1.19/1.54  Current number of ordered equations: 0
% 1.19/1.54  Current number of rules: 111
% 1.19/1.54  New rule produced :
% 1.19/1.54  [128]
% 1.19/1.54  ifeq(domain(A),codomain(g),ifeq(compose(a,a),B,ifeq(compose(domain(A),a),B,
% 1.19/1.54                                                 domain(A),a),a),a) -> a
% 1.19/1.54  Current number of equations to process: 31
% 1.19/1.54  Current number of ordered equations: 0
% 1.19/1.54  Current number of rules: 112
% 1.19/1.54  New rule produced :
% 1.19/1.54  [129]
% 1.19/1.54  ifeq(codomain(A),codomain(g),ifeq(compose(a,a),B,ifeq(compose(codomain(A),a),B,
% 1.19/1.54                                                   codomain(A),a),a),a) -> a
% 1.19/1.54  Current number of equations to process: 30
% 1.19/1.54  Current number of ordered equations: 0
% 1.19/1.54  Current number of rules: 113
% 1.19/1.54  New rule produced :
% 1.19/1.54  [130]
% 1.19/1.54  ifeq(codomain(A),domain(h),codomain(compose(A,compose(g,compose(a,b)))),
% 1.19/1.54  codomain(b)) -> codomain(b)
% 1.19/1.54  Current number of equations to process: 30
% 1.19/1.54  Current number of ordered equations: 0
% 1.19/1.54  Current number of rules: 114
% 1.19/1.54  Rule [96] domain(compose(h,a)) -> domain(h) is composed into [96]
% 1.19/1.54                                                               domain(compose(h,a))
% 1.19/1.54                                                               -> domain(g)
% 1.19/1.54  Rule [62] domain(compose(g,compose(a,b))) -> domain(h) is composed into 
% 1.19/1.54  [62] domain(compose(g,compose(a,b))) -> domain(g)
% 1.19/1.56  New rule produced : [131] domain(h) -> domain(g)
% 1.19/1.56  Rule
% 1.19/1.56  [25] ifeq(codomain(g),domain(A),domain(compose(h,A)),domain(h)) -> domain(h)
% 1.19/1.56  collapsed.
% 1.19/1.56  Rule
% 1.19/1.56  [28]
% 1.19/1.56  ifeq(codomain(A),domain(h),codomain(compose(A,h)),codomain(g)) -> codomain(g)
% 1.19/1.56  collapsed.
% 1.19/1.56  Rule
% 1.19/1.56  [54]
% 1.19/1.56  ifeq(codomain(g),codomain(a),domain(compose(h,b)),domain(h)) -> domain(h)
% 1.19/1.56  collapsed.
% 1.19/1.56  Rule
% 1.19/1.56  [64]
% 1.19/1.56  ifeq(codomain(g),codomain(A),domain(compose(h,codomain(A))),domain(h)) ->
% 1.19/1.56  domain(h) collapsed.
% 1.19/1.56  Rule
% 1.19/1.56  [67]
% 1.19/1.56  ifeq(codomain(g),domain(A),domain(compose(h,domain(A))),domain(h)) ->
% 1.19/1.56  domain(h) collapsed.
% 1.19/1.56  Rule
% 1.19/1.56  [73]
% 1.19/1.56  ifeq(codomain(g),domain(h),codomain(compose(h,h)),codomain(g)) -> codomain(g)
% 1.19/1.56  collapsed.
% 1.19/1.56  Rule
% 1.19/1.56  [77]
% 1.19/1.56  ifeq(domain(A),domain(h),codomain(compose(domain(A),h)),codomain(g)) ->
% 1.19/1.56  codomain(g) collapsed.
% 1.19/1.56  Rule
% 1.19/1.56  [78]
% 1.19/1.56  ifeq(codomain(A),domain(h),codomain(compose(codomain(A),h)),codomain(g)) ->
% 1.19/1.56  codomain(g) collapsed.
% 1.19/1.56  Rule
% 1.19/1.56  [130]
% 1.19/1.56  ifeq(codomain(A),domain(h),codomain(compose(A,compose(g,compose(a,b)))),
% 1.19/1.56  codomain(b)) -> codomain(b) collapsed.
% 1.19/1.56  Current number of equations to process: 53
% 1.19/1.56  Current number of ordered equations: 0
% 1.19/1.56  Current number of rules: 106
% 1.19/1.56  New rule produced :
% 1.19/1.56  [132] compose(domain(g),compose(g,compose(a,b))) -> compose(g,compose(a,b))
% 1.19/1.56  Current number of equations to process: 54
% 1.19/1.56  Current number of ordered equations: 0
% 1.19/1.56  Current number of rules: 107
% 1.19/1.56  New rule produced :
% 1.19/1.56  [133] ifeq(codomain(g),domain(A),domain(compose(h,A)),domain(g)) -> domain(g)
% 1.19/1.56  Current number of equations to process: 53
% 1.19/1.56  Current number of ordered equations: 0
% 1.19/1.56  Current number of rules: 108
% 1.19/1.56  New rule produced :
% 1.19/1.56  [134]
% 1.19/1.56  ifeq(codomain(A),domain(g),codomain(compose(A,h)),codomain(g)) -> codomain(g)
% 1.19/1.56  Current number of equations to process: 52
% 1.19/1.56  Current number of ordered equations: 0
% 1.19/1.56  Current number of rules: 109
% 1.19/1.56  New rule produced :
% 1.19/1.56  [135]
% 1.19/1.56  ifeq(codomain(g),codomain(a),domain(compose(h,b)),domain(g)) -> domain(g)
% 1.19/1.56  Current number of equations to process: 51
% 1.19/1.56  Current number of ordered equations: 0
% 1.19/1.56  Current number of rules: 110
% 1.19/1.56  New rule produced :
% 1.19/1.56  [136]
% 1.19/1.56  ifeq(codomain(g),domain(g),codomain(compose(h,h)),codomain(g)) -> codomain(g)
% 1.19/1.56  Current number of equations to process: 50
% 1.19/1.56  Current number of ordered equations: 0
% 1.19/1.56  Current number of rules: 111
% 1.19/1.56  New rule produced :
% 1.19/1.56  [137]
% 1.19/1.56  ifeq(codomain(g),codomain(A),domain(compose(h,codomain(A))),domain(g)) ->
% 1.19/1.56  domain(g)
% 1.19/1.56  Current number of equations to process: 49
% 1.19/1.56  Current number of ordered equations: 0
% 1.19/1.56  Current number of rules: 112
% 1.19/1.56  New rule produced :
% 1.19/1.56  [138]
% 1.19/1.56  ifeq(codomain(g),domain(A),domain(compose(h,domain(A))),domain(g)) ->
% 1.19/1.56  domain(g)
% 1.19/1.56  Current number of equations to process: 48
% 1.19/1.56  Current number of ordered equations: 0
% 1.19/1.56  Current number of rules: 113
% 1.19/1.56  New rule produced :
% 1.19/1.56  [139]
% 1.19/1.56  ifeq(domain(A),domain(g),codomain(compose(domain(A),h)),codomain(g)) ->
% 1.19/1.56  codomain(g)
% 1.19/1.56  Current number of equations to process: 47
% 1.19/1.56  Current number of ordered equations: 0
% 1.19/1.56  Current number of rules: 114
% 1.19/1.56  New rule produced :
% 1.19/1.56  [140]
% 1.19/1.56  ifeq(codomain(A),domain(g),codomain(compose(codomain(A),h)),codomain(g)) ->
% 1.19/1.56  codomain(g)
% 1.19/1.56  Current number of equations to process: 46
% 1.19/1.56  Current number of ordered equations: 0
% 1.19/1.56  Current number of rules: 115
% 1.19/1.56  New rule produced :
% 1.19/1.56  [141]
% 1.19/1.56  ifeq(codomain(A),domain(g),codomain(compose(A,compose(g,compose(a,b)))),
% 1.19/1.56  codomain(b)) -> codomain(b)
% 1.19/1.56  Current number of equations to process: 45
% 1.19/1.56  Current number of ordered equations: 0
% 1.19/1.56  Current number of rules: 116
% 1.19/1.56  New rule produced :
% 1.19/1.56  [142]
% 1.19/1.56  ifeq(codomain(A),domain(g),domain(compose(A,compose(g,compose(a,b)))),
% 1.19/1.56  domain(A)) -> domain(A)
% 1.19/1.56  Current number of equations to process: 43
% 1.19/1.56  Current number of ordered equations: 1
% 1.19/1.56  Current number of rules: 117
% 1.19/1.56  New rule produced :
% 1.19/1.56  [143]
% 1.19/1.56  ifeq(codomain(b),domain(A),domain(compose(compose(g,compose(a,b)),A)),
% 1.19/1.56  domain(g)) -> domain(g)
% 1.19/1.56  Current number of equations to process: 43
% 1.19/1.56  Current number of ordered equations: 0
% 1.19/1.56  Current number of rules: 118
% 1.19/1.56  New rule produced :
% 1.19/1.56  [144]
% 1.19/1.56  ifeq(codomain(b),codomain(a),domain(compose(compose(g,compose(a,b)),b)),
% 1.19/1.56  domain(g)) -> domain(g)
% 1.19/1.56  Current number of equations to process: 42
% 1.19/1.56  Current number of ordered equations: 0
% 1.19/1.56  Current number of rules: 119
% 1.19/1.56  New rule produced :
% 1.19/1.56  [145]
% 1.19/1.56  ifeq(codomain(b),domain(g),domain(compose(b,compose(g,compose(a,b)))),
% 1.19/1.60  codomain(a)) -> codomain(a)
% 1.19/1.60  Current number of equations to process: 41
% 1.19/1.60  Current number of ordered equations: 0
% 1.19/1.60  Current number of rules: 120
% 1.19/1.60  New rule produced :
% 1.19/1.60  [146]
% 1.19/1.60  ifeq(codomain(g),domain(g),domain(compose(h,compose(g,compose(a,b)))),
% 1.19/1.60  domain(g)) -> domain(g)
% 1.19/1.60  Current number of equations to process: 40
% 1.19/1.60  Current number of ordered equations: 0
% 1.19/1.60  Current number of rules: 121
% 1.19/1.60  New rule produced :
% 1.19/1.60  [147]
% 1.19/1.60  ifeq(codomain(g),domain(g),codomain(compose(h,compose(g,compose(a,b)))),
% 1.19/1.60  codomain(b)) -> codomain(b)
% 1.19/1.60  Current number of equations to process: 39
% 1.19/1.60  Current number of ordered equations: 0
% 1.19/1.60  Current number of rules: 122
% 1.19/1.60  New rule produced :
% 1.19/1.60  [148]
% 1.19/1.60  ifeq(domain(A),domain(g),domain(compose(domain(A),compose(g,compose(a,b)))),
% 1.19/1.60  domain(A)) -> domain(A)
% 1.19/1.60  Current number of equations to process: 38
% 1.19/1.60  Current number of ordered equations: 0
% 1.19/1.60  Current number of rules: 123
% 1.19/1.60  New rule produced :
% 1.19/1.60  [149]
% 1.19/1.60  ifeq(codomain(A),domain(g),domain(compose(codomain(A),compose(g,compose(a,b)))),
% 1.19/1.60  codomain(A)) -> codomain(A)
% 1.19/1.60  Current number of equations to process: 37
% 1.19/1.60  Current number of ordered equations: 0
% 1.19/1.60  Current number of rules: 124
% 1.19/1.60  New rule produced :
% 1.19/1.60  [150]
% 1.19/1.60  ifeq(codomain(b),codomain(A),domain(compose(compose(g,compose(a,b)),codomain(A))),
% 1.19/1.60  domain(g)) -> domain(g)
% 1.19/1.60  Current number of equations to process: 36
% 1.19/1.60  Current number of ordered equations: 0
% 1.19/1.60  Current number of rules: 125
% 1.19/1.60  New rule produced :
% 1.19/1.60  [151]
% 1.19/1.60  ifeq(domain(A),domain(g),codomain(compose(domain(A),compose(g,compose(a,b)))),
% 1.19/1.60  codomain(b)) -> codomain(b)
% 1.19/1.60  Current number of equations to process: 35
% 1.19/1.60  Current number of ordered equations: 0
% 1.19/1.60  Current number of rules: 126
% 1.19/1.60  New rule produced :
% 1.19/1.60  [152]
% 1.19/1.60  ifeq(codomain(A),domain(g),codomain(compose(codomain(A),compose(g,compose(a,b)))),
% 1.19/1.60  codomain(b)) -> codomain(b)
% 1.19/1.60  Current number of equations to process: 34
% 1.19/1.60  Current number of ordered equations: 0
% 1.19/1.60  Current number of rules: 127
% 1.19/1.60  New rule produced :
% 1.19/1.60  [153]
% 1.19/1.60  ifeq(codomain(b),domain(A),domain(compose(compose(g,compose(a,b)),domain(A))),
% 1.19/1.60  domain(g)) -> domain(g)
% 1.19/1.60  Current number of equations to process: 33
% 1.19/1.60  Current number of ordered equations: 0
% 1.19/1.60  Current number of rules: 128
% 1.19/1.60  New rule produced :
% 1.19/1.60  [154]
% 1.19/1.60  ifeq(codomain(b),codomain(g),domain(compose(compose(g,compose(a,b)),compose(a,b))),
% 1.19/1.60  domain(g)) -> domain(g)
% 1.19/1.60  Current number of equations to process: 32
% 1.19/1.60  Current number of ordered equations: 0
% 1.19/1.60  Current number of rules: 129
% 1.19/1.60  New rule produced :
% 1.19/1.60  [155]
% 1.19/1.60  ifeq(codomain(b),domain(A),codomain(compose(compose(a,b),A)),codomain(A)) ->
% 1.19/1.60  codomain(A)
% 1.19/1.60  Current number of equations to process: 32
% 1.19/1.60  Current number of ordered equations: 0
% 1.19/1.60  Current number of rules: 130
% 1.19/1.60  New rule produced : [156] compose(compose(a,b),codomain(b)) -> compose(a,b)
% 1.19/1.60  Current number of equations to process: 33
% 1.19/1.60  Current number of ordered equations: 0
% 1.19/1.60  Current number of rules: 131
% 1.19/1.60  New rule produced :
% 1.19/1.60  [157]
% 1.19/1.60  ifeq(codomain(b),codomain(a),codomain(compose(compose(a,b),b)),codomain(b))
% 1.19/1.60  -> codomain(b)
% 1.19/1.60  Current number of equations to process: 35
% 1.19/1.60  Current number of ordered equations: 0
% 1.19/1.60  Current number of rules: 132
% 1.19/1.60  New rule produced :
% 1.19/1.60  [158]
% 1.19/1.60  ifeq(codomain(b),domain(A),codomain(compose(compose(a,b),domain(A))),
% 1.19/1.60  domain(A)) -> domain(A)
% 1.19/1.60  Current number of equations to process: 34
% 1.19/1.60  Current number of ordered equations: 0
% 1.19/1.60  Current number of rules: 133
% 1.19/1.60  New rule produced :
% 1.19/1.60  [159]
% 1.19/1.60  ifeq(codomain(b),codomain(A),codomain(compose(compose(a,b),codomain(A))),
% 1.19/1.60  codomain(A)) -> codomain(A)
% 1.19/1.60  Current number of equations to process: 33
% 1.19/1.60  Current number of ordered equations: 0
% 1.19/1.60  Current number of rules: 134
% 1.19/1.60  New rule produced :
% 1.19/1.60  [160]
% 1.19/1.60  ifeq(codomain(b),codomain(g),domain(compose(compose(a,b),a)),codomain(g)) ->
% 1.19/1.60  codomain(g)
% 1.19/1.60  Current number of equations to process: 39
% 1.19/1.60  Current number of ordered equations: 0
% 1.19/1.60  Current number of rules: 135
% 1.19/1.60  New rule produced :
% 1.19/1.60  [161]
% 1.19/1.60  ifeq(codomain(b),domain(g),domain(compose(compose(a,b),compose(g,compose(a,b)))),
% 1.19/1.60  codomain(g)) -> codomain(g)
% 1.19/1.60  Current number of equations to process: 39
% 1.19/1.60  Current number of ordered equations: 0
% 1.19/1.60  Current number of rules: 136
% 1.19/1.60  New rule produced :
% 1.19/1.60  [162]
% 1.19/1.60  ifeq(codomain(b),codomain(g),codomain(compose(compose(a,b),compose(a,b))),
% 1.19/1.60  codomain(b)) -> codomain(b)
% 1.19/1.60  Current number of equations to process: 39
% 1.19/1.60  Current number of ordered equations: 0
% 1.40/1.68  Current number of rules: 137
% 1.40/1.68  New rule produced :
% 1.40/1.68  [163]
% 1.40/1.68  ifeq(codomain(b),domain(A),codomain(compose(compose(g,compose(a,b)),A)),
% 1.40/1.68  codomain(A)) -> codomain(A)
% 1.40/1.68  Current number of equations to process: 39
% 1.40/1.68  Current number of ordered equations: 0
% 1.40/1.68  Current number of rules: 138
% 1.40/1.68  New rule produced :
% 1.40/1.68  [164] compose(compose(g,compose(a,b)),codomain(b)) -> compose(g,compose(a,b))
% 1.40/1.68  Current number of equations to process: 43
% 1.40/1.68  Current number of ordered equations: 0
% 1.40/1.68  Current number of rules: 139
% 1.40/1.68  New rule produced :
% 1.40/1.68  [165]
% 1.40/1.68  ifeq(codomain(b),codomain(a),codomain(compose(compose(g,compose(a,b)),b)),
% 1.40/1.68  codomain(b)) -> codomain(b)
% 1.40/1.68  Current number of equations to process: 42
% 1.40/1.68  Current number of ordered equations: 0
% 1.40/1.68  Current number of rules: 140
% 1.40/1.68  New rule produced :
% 1.40/1.68  [166]
% 1.40/1.68  ifeq(codomain(b),domain(A),codomain(compose(compose(g,compose(a,b)),domain(A))),
% 1.40/1.68  domain(A)) -> domain(A)
% 1.40/1.68  Current number of equations to process: 48
% 1.40/1.68  Current number of ordered equations: 0
% 1.40/1.68  Current number of rules: 141
% 1.40/1.68  New rule produced :
% 1.40/1.68  [167]
% 1.40/1.68  ifeq(codomain(b),codomain(A),codomain(compose(compose(g,compose(a,b)),
% 1.40/1.68                                        codomain(A))),codomain(A)) ->
% 1.40/1.68  codomain(A)
% 1.40/1.68  Current number of equations to process: 47
% 1.40/1.68  Current number of ordered equations: 0
% 1.40/1.68  Current number of rules: 142
% 1.40/1.68  New rule produced :
% 1.40/1.68  [168]
% 1.40/1.68  ifeq(codomain(b),codomain(g),codomain(compose(compose(g,compose(a,b)),
% 1.40/1.68                                        compose(a,b))),codomain(b)) ->
% 1.40/1.68  codomain(b)
% 1.40/1.68  Current number of equations to process: 46
% 1.40/1.68  Current number of ordered equations: 0
% 1.40/1.68  Current number of rules: 143
% 1.40/1.68  New rule produced : [169] codomain(compose(g,a)) -> codomain(a)
% 1.40/1.68  Current number of equations to process: 46
% 1.40/1.68  Current number of ordered equations: 0
% 1.40/1.68  Current number of rules: 144
% 1.40/1.68  New rule produced :
% 1.40/1.68  [170]
% 1.40/1.68  ifeq(codomain(b),codomain(g),codomain(compose(compose(a,b),a)),codomain(a))
% 1.40/1.68  -> codomain(a)
% 1.40/1.68  Current number of equations to process: 47
% 1.40/1.68  Current number of ordered equations: 0
% 1.40/1.68  Current number of rules: 145
% 1.40/1.68  New rule produced :
% 1.40/1.68  [171]
% 1.40/1.68  ifeq(codomain(A),domain(g),codomain(compose(A,compose(h,a))),codomain(a)) ->
% 1.40/1.68  codomain(a)
% 1.40/1.68  Current number of equations to process: 47
% 1.40/1.68  Current number of ordered equations: 0
% 1.40/1.68  Current number of rules: 146
% 1.40/1.68  New rule produced :
% 1.40/1.68  [172]
% 1.40/1.68  ifeq(codomain(b),codomain(g),codomain(compose(compose(g,compose(a,b)),a)),
% 1.40/1.68  codomain(a)) -> codomain(a)
% 1.40/1.68  Current number of equations to process: 46
% 1.40/1.68  Current number of ordered equations: 0
% 1.40/1.68  Current number of rules: 147
% 1.40/1.68  New rule produced : [173] compose(domain(g),compose(h,a)) -> compose(h,a)
% 1.40/1.68  Current number of equations to process: 48
% 1.40/1.68  Current number of ordered equations: 0
% 1.40/1.68  Current number of rules: 148
% 1.40/1.68  New rule produced : [174] domain(compose(compose(h,a),b)) -> domain(g)
% 1.40/1.68  Current number of equations to process: 50
% 1.40/1.68  Current number of ordered equations: 0
% 1.40/1.68  Current number of rules: 149
% 1.40/1.68  New rule produced :
% 1.40/1.68  [175]
% 1.40/1.68  ifeq(codomain(A),domain(g),domain(compose(A,compose(h,a))),domain(A)) ->
% 1.40/1.68  domain(A)
% 1.40/1.68  Current number of equations to process: 57
% 1.40/1.68  Current number of ordered equations: 1
% 1.40/1.68  Current number of rules: 150
% 1.40/1.68  New rule produced :
% 1.40/1.68  [176]
% 1.40/1.68  ifeq(codomain(a),domain(A),domain(compose(compose(h,a),A)),domain(g)) ->
% 1.40/1.68  domain(g)
% 1.40/1.68  Current number of equations to process: 57
% 1.40/1.68  Current number of ordered equations: 0
% 1.40/1.68  Current number of rules: 151
% 1.40/1.68  New rule produced :
% 1.40/1.68  [177]
% 1.40/1.68  ifeq(codomain(b),domain(g),domain(compose(b,compose(h,a))),codomain(a)) ->
% 1.40/1.68  codomain(a)
% 1.40/1.68  Current number of equations to process: 56
% 1.40/1.68  Current number of ordered equations: 0
% 1.40/1.68  Current number of rules: 152
% 1.40/1.68  New rule produced :
% 1.40/1.68  [178]
% 1.40/1.68  ifeq(codomain(g),domain(g),codomain(compose(h,compose(h,a))),codomain(a)) ->
% 1.40/1.68  codomain(a)
% 1.40/1.68  Current number of equations to process: 55
% 1.40/1.68  Current number of ordered equations: 0
% 1.40/1.68  Current number of rules: 153
% 1.40/1.68  New rule produced :
% 1.40/1.68  [179]
% 1.40/1.68  ifeq(domain(A),domain(g),domain(compose(domain(A),compose(h,a))),domain(A))
% 1.40/1.68  -> domain(A)
% 1.40/1.68  Current number of equations to process: 54
% 1.40/1.68  Current number of ordered equations: 0
% 1.40/1.68  Current number of rules: 154
% 1.40/1.68  New rule produced :
% 1.40/1.68  [180]
% 1.40/1.68  ifeq(codomain(A),domain(g),domain(compose(codomain(A),compose(h,a))),
% 1.40/1.68  codomain(A)) -> codomain(A)
% 1.40/1.68  Current number of equations to process: 53
% 1.40/1.68  Current number of ordered equations: 0
% 1.47/1.74  Current number of rules: 155
% 1.47/1.74  New rule produced :
% 1.47/1.74  [181]
% 1.47/1.74  ifeq(codomain(a),codomain(A),domain(compose(compose(h,a),codomain(A))),
% 1.47/1.74  domain(g)) -> domain(g)
% 1.47/1.74  Current number of equations to process: 52
% 1.47/1.74  Current number of ordered equations: 0
% 1.47/1.74  Current number of rules: 156
% 1.47/1.74  New rule produced :
% 1.47/1.74  [182]
% 1.47/1.74  ifeq(domain(A),domain(g),codomain(compose(domain(A),compose(h,a))),codomain(a))
% 1.47/1.74  -> codomain(a)
% 1.47/1.74  Current number of equations to process: 51
% 1.47/1.74  Current number of ordered equations: 0
% 1.47/1.74  Current number of rules: 157
% 1.47/1.74  New rule produced :
% 1.47/1.74  [183]
% 1.47/1.74  ifeq(codomain(A),domain(g),codomain(compose(codomain(A),compose(h,a))),
% 1.47/1.74  codomain(a)) -> codomain(a)
% 1.47/1.74  Current number of equations to process: 50
% 1.47/1.74  Current number of ordered equations: 0
% 1.47/1.74  Current number of rules: 158
% 1.47/1.74  New rule produced :
% 1.47/1.74  [184]
% 1.47/1.74  ifeq(codomain(a),domain(A),domain(compose(compose(h,a),domain(A))),domain(g))
% 1.47/1.74  -> domain(g)
% 1.47/1.74  Current number of equations to process: 49
% 1.47/1.74  Current number of ordered equations: 0
% 1.47/1.74  Current number of rules: 159
% 1.47/1.74  New rule produced :
% 1.47/1.74  [185]
% 1.47/1.74  ifeq(codomain(a),domain(A),codomain(compose(compose(h,a),A)),codomain(A)) ->
% 1.47/1.74  codomain(A)
% 1.47/1.74  Current number of equations to process: 50
% 1.47/1.74  Current number of ordered equations: 0
% 1.47/1.74  Current number of rules: 160
% 1.47/1.74  New rule produced :
% 1.47/1.74  [186]
% 1.47/1.74  ifeq(codomain(a),codomain(g),domain(compose(compose(h,a),compose(a,b))),
% 1.47/1.74  domain(g)) -> domain(g)
% 1.47/1.74  Current number of equations to process: 49
% 1.47/1.74  Current number of ordered equations: 0
% 1.47/1.74  Current number of rules: 161
% 1.47/1.74  New rule produced :
% 1.47/1.74  [187]
% 1.47/1.74  ifeq(codomain(b),domain(g),domain(compose(compose(a,b),compose(h,a))),
% 1.47/1.74  codomain(g)) -> codomain(g)
% 1.47/1.74  Current number of equations to process: 48
% 1.47/1.74  Current number of ordered equations: 0
% 1.47/1.74  Current number of rules: 162
% 1.47/1.74  New rule produced : [188] compose(compose(h,a),codomain(a)) -> compose(h,a)
% 1.47/1.74  Current number of equations to process: 49
% 1.47/1.74  Current number of ordered equations: 0
% 1.47/1.74  Current number of rules: 163
% 1.47/1.74  New rule produced : [189] codomain(compose(compose(h,a),b)) -> codomain(b)
% 1.47/1.74  Current number of equations to process: 49
% 1.47/1.74  Current number of ordered equations: 0
% 1.47/1.74  Current number of rules: 164
% 1.47/1.74  New rule produced :
% 1.47/1.74  [190]
% 1.47/1.74  ifeq(codomain(a),domain(A),codomain(compose(compose(h,a),domain(A))),
% 1.47/1.74  domain(A)) -> domain(A)
% 1.47/1.74  Current number of equations to process: 50
% 1.47/1.74  Current number of ordered equations: 0
% 1.47/1.74  Current number of rules: 165
% 1.47/1.74  New rule produced :
% 1.47/1.74  [191]
% 1.47/1.74  ifeq(codomain(a),codomain(A),codomain(compose(compose(h,a),codomain(A))),
% 1.47/1.74  codomain(A)) -> codomain(A)
% 1.47/1.74  Current number of equations to process: 49
% 1.47/1.74  Current number of ordered equations: 0
% 1.47/1.74  Current number of rules: 166
% 1.47/1.74  New rule produced :
% 1.47/1.74  [192]
% 1.47/1.74  ifeq(codomain(a),codomain(g),codomain(compose(compose(h,a),a)),codomain(a))
% 1.47/1.74  -> codomain(a)
% 1.47/1.74  Current number of equations to process: 56
% 1.47/1.74  Current number of ordered equations: 0
% 1.47/1.74  Current number of rules: 167
% 1.47/1.74  New rule produced :
% 1.47/1.74  [193]
% 1.47/1.74  ifeq(codomain(a),codomain(g),codomain(compose(compose(h,a),compose(a,b))),
% 1.47/1.74  codomain(b)) -> codomain(b)
% 1.47/1.74  Current number of equations to process: 55
% 1.47/1.74  Current number of ordered equations: 0
% 1.47/1.74  Current number of rules: 168
% 1.47/1.74  New rule produced :
% 1.47/1.74  [194]
% 1.47/1.74  ifeq(codomain(a),codomain(g),domain(compose(a,a)),codomain(g)) -> codomain(g)
% 1.47/1.74  Current number of equations to process: 55
% 1.47/1.74  Current number of ordered equations: 0
% 1.47/1.74  Current number of rules: 169
% 1.47/1.74  New rule produced :
% 1.47/1.74  [195]
% 1.47/1.74  ifeq(codomain(a),domain(g),domain(compose(a,compose(h,a))),codomain(g)) ->
% 1.47/1.74  codomain(g)
% 1.47/1.74  Current number of equations to process: 56
% 1.47/1.74  Current number of ordered equations: 0
% 1.47/1.74  Current number of rules: 170
% 1.47/1.74  New rule produced :
% 1.47/1.74  [196]
% 1.47/1.74  ifeq(codomain(a),domain(g),domain(compose(a,compose(g,compose(a,b)))),
% 1.47/1.74  codomain(g)) -> codomain(g)
% 1.47/1.74  Current number of equations to process: 55
% 1.47/1.74  Current number of ordered equations: 0
% 1.47/1.74  Current number of rules: 171
% 1.47/1.74  New rule produced : [197] domain(compose(g,a)) -> domain(g)
% 1.47/1.74  Current number of equations to process: 55
% 1.47/1.74  Current number of ordered equations: 0
% 1.47/1.74  Current number of rules: 172
% 1.47/1.74  New rule produced :
% 1.47/1.74  [198]
% 1.47/1.74  ifeq(codomain(a),codomain(g),domain(compose(compose(h,a),a)),domain(g)) ->
% 1.47/1.74  domain(g)
% 1.47/1.74  Current number of equations to process: 56
% 1.47/1.74  Current number of ordered equations: 0
% 1.47/1.74  Current number of rules: 173
% 1.47/1.74  New rule produced :
% 1.47/1.74  [199]
% 1.47/1.74  ifeq(codomain(b),codomain(g),domain(compose(compose(g,compose(a,b)),a)),
% 1.58/1.81  domain(g)) -> domain(g)
% 1.58/1.81  Current number of equations to process: 55
% 1.58/1.81  Current number of ordered equations: 0
% 1.58/1.81  Current number of rules: 174
% 1.58/1.81  New rule produced :
% 1.58/1.81  [200]
% 1.58/1.81  ifeq(codomain(b),codomain(g),ifeq(compose(a,b),A,ifeq(compose(compose(a,b),b),A,
% 1.58/1.81                                                   compose(a,b),a),a),a) -> a
% 1.58/1.81  Current number of equations to process: 54
% 1.58/1.81  Current number of ordered equations: 0
% 1.58/1.81  Current number of rules: 175
% 1.58/1.81  New rule produced :
% 1.58/1.81  [201]
% 1.58/1.81  ifeq(codomain(b),codomain(g),ifeq(compose(a,a),A,ifeq(compose(compose(a,b),a),A,
% 1.58/1.81                                                   compose(a,b),a),a),a) -> a
% 1.58/1.81  Current number of equations to process: 53
% 1.58/1.81  Current number of ordered equations: 0
% 1.58/1.81  Current number of rules: 176
% 1.58/1.81  New rule produced :
% 1.58/1.81  [202]
% 1.58/1.81  ifeq(codomain(a),codomain(g),ifeq(compose(a,b),A,ifeq(compose(compose(h,a),b),A,
% 1.58/1.81                                                   compose(h,a),a),a),a) -> a
% 1.58/1.81  Current number of equations to process: 52
% 1.58/1.81  Current number of ordered equations: 0
% 1.58/1.81  Current number of rules: 177
% 1.58/1.81  New rule produced :
% 1.58/1.81  [203]
% 1.58/1.81  ifeq(codomain(a),codomain(g),ifeq(compose(a,a),A,ifeq(compose(compose(h,a),a),A,
% 1.58/1.81                                                   compose(h,a),a),a),a) -> a
% 1.58/1.81  Current number of equations to process: 51
% 1.58/1.81  Current number of ordered equations: 0
% 1.58/1.81  Current number of rules: 178
% 1.58/1.81  New rule produced :
% 1.58/1.81  [204] ifeq(codomain(A),codomain(g),ifeq(codomain(A),codomain(a),A,A),A) -> A
% 1.58/1.81  Current number of equations to process: 56
% 1.58/1.81  Current number of ordered equations: 0
% 1.58/1.81  Current number of rules: 179
% 1.58/1.81  New rule produced :
% 1.58/1.81  [205]
% 1.58/1.81  ifeq(codomain(A),codomain(a),ifeq(compose(A,b),compose(h,b),h,A),A) -> A
% 1.58/1.81  Current number of equations to process: 55
% 1.58/1.81  Current number of ordered equations: 0
% 1.58/1.81  Current number of rules: 180
% 1.58/1.81  New rule produced :
% 1.58/1.81  [206]
% 1.58/1.81  ifeq(codomain(A),codomain(a),ifeq(compose(A,b),compose(g,b),g,A),A) -> A
% 1.58/1.81  Current number of equations to process: 54
% 1.58/1.81  Current number of ordered equations: 0
% 1.58/1.81  Current number of rules: 181
% 1.58/1.81  New rule produced :
% 1.58/1.81  [207]
% 1.58/1.81  ifeq(codomain(A),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(h,b),
% 1.58/1.81                                                            compose(A,b),A,h),h),h)
% 1.58/1.81  -> h
% 1.58/1.81  Current number of equations to process: 55
% 1.58/1.81  Current number of ordered equations: 0
% 1.58/1.81  Current number of rules: 182
% 1.58/1.81  New rule produced :
% 1.58/1.81  [208]
% 1.58/1.81  ifeq(codomain(A),codomain(g),ifeq(compose(compose(h,a),b),compose(A,b),A,
% 1.58/1.81                               compose(h,a)),compose(h,a)) -> compose(h,a)
% 1.58/1.81  Current number of equations to process: 60
% 1.58/1.81  Current number of ordered equations: 0
% 1.58/1.81  Current number of rules: 183
% 1.58/1.81  New rule produced :
% 1.58/1.81  [209]
% 1.58/1.81  ifeq(domain(A),codomain(g),ifeq(codomain(B),codomain(a),ifeq(compose(B,b),
% 1.58/1.81                                                          compose(domain(A),b),
% 1.58/1.81                                                          domain(A),B),B),B) ->
% 1.58/1.81  B
% 1.58/1.81  Current number of equations to process: 59
% 1.58/1.81  Current number of ordered equations: 0
% 1.58/1.81  Current number of rules: 184
% 1.58/1.81  New rule produced :
% 1.58/1.81  [210]
% 1.58/1.81  ifeq(codomain(A),codomain(g),ifeq(codomain(B),codomain(a),ifeq(compose(B,b),
% 1.58/1.81                                                            compose(codomain(A),b),
% 1.58/1.81                                                            codomain(A),B),B),B)
% 1.58/1.81  -> B
% 1.58/1.81  Current number of equations to process: 58
% 1.58/1.81  Current number of ordered equations: 0
% 1.58/1.81  Current number of rules: 185
% 1.58/1.81  New rule produced :
% 1.58/1.81  [211]
% 1.58/1.81  ifeq(codomain(A),codomain(a),ifeq(compose(h,b),compose(A,b),h,A),A) -> A
% 1.58/1.81  Current number of equations to process: 62
% 1.58/1.81  Current number of ordered equations: 0
% 1.58/1.81  Current number of rules: 186
% 1.58/1.81  New rule produced :
% 1.58/1.81  [212]
% 1.58/1.81  ifeq(codomain(A),codomain(a),ifeq(compose(g,b),compose(A,b),g,A),A) -> A
% 1.58/1.81  Current number of equations to process: 61
% 1.58/1.81  Current number of ordered equations: 0
% 1.58/1.81  Current number of rules: 187
% 1.58/1.81  New rule produced :
% 1.58/1.81  [213]
% 1.58/1.81  ifeq(codomain(A),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(A,b),
% 1.58/1.81                                                            compose(h,b),A,h),h),h)
% 1.58/1.81  -> h
% 1.58/1.81  Current number of equations to process: 62
% 1.58/1.81  Current number of ordered equations: 0
% 1.58/1.81  Current number of rules: 188
% 1.58/1.81  New rule produced :
% 1.58/1.81  [214]
% 1.58/1.81  ifeq(codomain(A),codomain(g),ifeq(compose(A,b),compose(compose(h,a),b),A,
% 1.60/1.85                               compose(h,a)),compose(h,a)) -> compose(h,a)
% 1.60/1.85  Current number of equations to process: 67
% 1.60/1.85  Current number of ordered equations: 0
% 1.60/1.85  Current number of rules: 189
% 1.60/1.85  New rule produced :
% 1.60/1.85  [215]
% 1.60/1.85  ifeq(domain(A),codomain(g),ifeq(codomain(B),codomain(a),ifeq(compose(
% 1.60/1.85                                                               domain(A),b),
% 1.60/1.85                                                          compose(B,b),
% 1.60/1.85                                                          domain(A),B),B),B) ->
% 1.60/1.85  B
% 1.60/1.85  Current number of equations to process: 66
% 1.60/1.85  Current number of ordered equations: 0
% 1.60/1.85  Current number of rules: 190
% 1.60/1.85  New rule produced :
% 1.60/1.85  [216]
% 1.60/1.85  ifeq(codomain(A),codomain(g),ifeq(codomain(B),codomain(a),ifeq(compose(
% 1.60/1.85                                                                 codomain(A),b),
% 1.60/1.85                                                            compose(B,b),
% 1.60/1.85                                                            codomain(A),B),B),B)
% 1.60/1.85  -> B
% 1.60/1.85  Current number of equations to process: 65
% 1.60/1.85  Current number of ordered equations: 0
% 1.60/1.85  Current number of rules: 191
% 1.60/1.85  New rule produced :
% 1.60/1.85  [217]
% 1.60/1.85  ifeq(codomain(A),codomain(a),ifeq(compose(A,a),compose(h,a),h,A),A) -> A
% 1.60/1.85  Current number of equations to process: 69
% 1.60/1.85  Current number of ordered equations: 0
% 1.60/1.85  Current number of rules: 192
% 1.60/1.85  New rule produced :
% 1.60/1.85  [218]
% 1.60/1.85  ifeq(codomain(A),codomain(a),ifeq(compose(A,a),compose(g,a),g,A),A) -> A
% 1.60/1.85  Current number of equations to process: 68
% 1.60/1.85  Current number of ordered equations: 0
% 1.60/1.85  Current number of rules: 193
% 1.60/1.85  New rule produced :
% 1.60/1.85  [219]
% 1.60/1.85  ifeq(codomain(A),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(h,a),
% 1.60/1.85                                                            compose(A,a),A,h),h),h)
% 1.60/1.85  -> h
% 1.60/1.85  Current number of equations to process: 69
% 1.60/1.85  Current number of ordered equations: 0
% 1.60/1.85  Current number of rules: 194
% 1.60/1.85  New rule produced :
% 1.60/1.85  [220]
% 1.60/1.85  ifeq(codomain(A),codomain(g),ifeq(compose(compose(h,a),a),compose(A,a),A,
% 1.60/1.85                               compose(h,a)),compose(h,a)) -> compose(h,a)
% 1.60/1.85  Current number of equations to process: 74
% 1.60/1.85  Current number of ordered equations: 0
% 1.60/1.85  Current number of rules: 195
% 1.60/1.85  New rule produced :
% 1.60/1.85  [221]
% 1.60/1.85  ifeq(domain(A),codomain(g),ifeq(codomain(B),codomain(a),ifeq(compose(B,a),
% 1.60/1.85                                                          compose(domain(A),a),
% 1.60/1.85                                                          domain(A),B),B),B) ->
% 1.60/1.85  B
% 1.60/1.85  Current number of equations to process: 73
% 1.60/1.85  Current number of ordered equations: 0
% 1.60/1.85  Current number of rules: 196
% 1.60/1.85  New rule produced :
% 1.60/1.85  [222]
% 1.60/1.85  ifeq(codomain(A),codomain(g),ifeq(codomain(B),codomain(a),ifeq(compose(B,a),
% 1.60/1.85                                                            compose(codomain(A),a),
% 1.60/1.85                                                            codomain(A),B),B),B)
% 1.60/1.85  -> B
% 1.60/1.85  Current number of equations to process: 72
% 1.60/1.85  Current number of ordered equations: 0
% 1.60/1.85  Current number of rules: 197
% 1.60/1.85  New rule produced :
% 1.60/1.85  [223]
% 1.60/1.85  ifeq(codomain(A),codomain(a),ifeq(compose(h,a),compose(A,a),h,A),A) -> A
% 1.60/1.85  Current number of equations to process: 76
% 1.60/1.85  Current number of ordered equations: 0
% 1.60/1.85  Current number of rules: 198
% 1.60/1.85  New rule produced :
% 1.60/1.85  [224]
% 1.60/1.85  ifeq(codomain(A),codomain(a),ifeq(compose(g,a),compose(A,a),g,A),A) -> A
% 1.60/1.85  Current number of equations to process: 75
% 1.60/1.85  Current number of ordered equations: 0
% 1.60/1.85  Current number of rules: 199
% 1.60/1.85  New rule produced :
% 1.60/1.85  [225]
% 1.60/1.85  ifeq(codomain(A),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(A,a),
% 1.60/1.85                                                            compose(h,a),A,h),h),h)
% 1.60/1.85  -> h
% 1.60/1.85  Current number of equations to process: 76
% 1.60/1.85  Current number of ordered equations: 0
% 1.60/1.85  Current number of rules: 200
% 1.60/1.85  New rule produced :
% 1.60/1.85  [226]
% 1.60/1.85  ifeq(codomain(A),codomain(g),ifeq(compose(A,a),compose(compose(h,a),a),A,
% 1.60/1.85                               compose(h,a)),compose(h,a)) -> compose(h,a)
% 1.60/1.85  Current number of equations to process: 81
% 1.60/1.85  Current number of ordered equations: 0
% 1.60/1.85  Current number of rules: 201
% 1.60/1.85  New rule produced :
% 1.60/1.85  [227]
% 1.60/1.85  ifeq(domain(A),codomain(g),ifeq(codomain(B),codomain(a),ifeq(compose(
% 1.60/1.85                                                               domain(A),a),
% 1.60/1.85                                                          compose(B,a),
% 1.60/1.88                                                          domain(A),B),B),B) ->
% 1.60/1.88  B
% 1.60/1.88  Current number of equations to process: 80
% 1.60/1.88  Current number of ordered equations: 0
% 1.60/1.88  Current number of rules: 202
% 1.60/1.88  New rule produced :
% 1.60/1.88  [228]
% 1.60/1.88  ifeq(codomain(A),codomain(g),ifeq(codomain(B),codomain(a),ifeq(compose(
% 1.60/1.88                                                                 codomain(A),a),
% 1.60/1.88                                                            compose(B,a),
% 1.60/1.88                                                            codomain(A),B),B),B)
% 1.60/1.88  -> B
% 1.60/1.88  Current number of equations to process: 79
% 1.60/1.88  Current number of ordered equations: 0
% 1.60/1.88  Current number of rules: 203
% 1.60/1.88  New rule produced :
% 1.60/1.88  [229]
% 1.60/1.88  ifeq(codomain(b),codomain(g),ifeq(codomain(A),codomain(a),ifeq(compose(A,b),
% 1.60/1.88                                                            compose(compose(a,b),b),
% 1.60/1.88                                                            compose(a,b),A),A),A)
% 1.60/1.88  -> A
% 1.60/1.88  Current number of equations to process: 78
% 1.60/1.88  Current number of ordered equations: 0
% 1.60/1.88  Current number of rules: 204
% 1.60/1.88  New rule produced :
% 1.60/1.88  [230]
% 1.60/1.88  ifeq(codomain(a),codomain(g),ifeq(codomain(A),codomain(a),ifeq(compose(A,b),
% 1.60/1.88                                                            compose(compose(h,a),b),
% 1.60/1.88                                                            compose(h,a),A),A),A)
% 1.60/1.88  -> A
% 1.60/1.88  Current number of equations to process: 77
% 1.60/1.88  Current number of ordered equations: 0
% 1.60/1.88  Current number of rules: 205
% 1.60/1.88  New rule produced :
% 1.60/1.88  [231]
% 1.60/1.88  ifeq(codomain(b),codomain(g),ifeq(codomain(A),codomain(a),ifeq(compose(
% 1.60/1.88                                                                 compose(a,b),b),
% 1.60/1.88                                                            compose(A,b),
% 1.60/1.88                                                            compose(a,b),A),A),A)
% 1.60/1.88  -> A
% 1.60/1.88  Current number of equations to process: 76
% 1.60/1.88  Current number of ordered equations: 0
% 1.60/1.88  Current number of rules: 206
% 1.60/1.88  New rule produced :
% 1.60/1.88  [232]
% 1.60/1.88  ifeq(codomain(a),codomain(g),ifeq(codomain(A),codomain(a),ifeq(compose(
% 1.60/1.88                                                                 compose(h,a),b),
% 1.60/1.88                                                            compose(A,b),
% 1.60/1.88                                                            compose(h,a),A),A),A)
% 1.60/1.88  -> A
% 1.60/1.88  Current number of equations to process: 75
% 1.60/1.88  Current number of ordered equations: 0
% 1.60/1.88  Current number of rules: 207
% 1.60/1.88  New rule produced :
% 1.60/1.88  [233]
% 1.60/1.88  ifeq(codomain(b),codomain(g),ifeq(codomain(A),codomain(a),ifeq(compose(A,a),
% 1.60/1.88                                                            compose(compose(a,b),a),
% 1.60/1.88                                                            compose(a,b),A),A),A)
% 1.60/1.88  -> A
% 1.60/1.88  Current number of equations to process: 74
% 1.60/1.88  Current number of ordered equations: 0
% 1.60/1.88  Current number of rules: 208
% 1.60/1.88  New rule produced :
% 1.60/1.88  [234]
% 1.60/1.88  ifeq(codomain(a),codomain(g),ifeq(codomain(A),codomain(a),ifeq(compose(A,a),
% 1.60/1.88                                                            compose(compose(h,a),a),
% 1.60/1.88                                                            compose(h,a),A),A),A)
% 1.60/1.88  -> A
% 1.60/1.88  Current number of equations to process: 73
% 1.60/1.88  Current number of ordered equations: 0
% 1.60/1.88  Current number of rules: 209
% 1.60/1.88  New rule produced :
% 1.60/1.88  [235]
% 1.60/1.88  ifeq(codomain(b),codomain(g),ifeq(codomain(A),codomain(a),ifeq(compose(
% 1.60/1.88                                                                 compose(a,b),a),
% 1.60/1.88                                                            compose(A,a),
% 1.60/1.88                                                            compose(a,b),A),A),A)
% 1.60/1.88  -> A
% 1.60/1.88  Current number of equations to process: 72
% 1.60/1.88  Current number of ordered equations: 0
% 1.60/1.88  Current number of rules: 210
% 1.60/1.88  New rule produced :
% 1.60/1.88  [236]
% 1.60/1.88  ifeq(codomain(a),codomain(g),ifeq(codomain(A),codomain(a),ifeq(compose(
% 1.60/1.88                                                                 compose(h,a),a),
% 1.60/1.88                                                            compose(A,a),
% 1.60/1.88                                                            compose(h,a),A),A),A)
% 1.60/1.88  -> A
% 1.60/1.88  Current number of equations to process: 71
% 1.60/1.88  Current number of ordered equations: 0
% 1.60/1.88  Current number of rules: 211
% 1.60/1.88  New rule produced :
% 1.60/1.88  [237]
% 1.60/1.88  ifeq(codomain(A),codomain(g),ifeq(domain(B),codomain(a),ifeq(compose(
% 1.60/1.88                                                               domain(B),b),
% 1.69/1.92                                                          compose(A,b),A,
% 1.69/1.92                                                          domain(B)),domain(B)),
% 1.69/1.92  domain(B)) -> domain(B)
% 1.69/1.92  Current number of equations to process: 70
% 1.69/1.92  Current number of ordered equations: 0
% 1.69/1.92  Current number of rules: 212
% 1.69/1.92  New rule produced :
% 1.69/1.92  [238]
% 1.69/1.92  ifeq(codomain(A),codomain(g),ifeq(codomain(B),codomain(a),ifeq(compose(
% 1.69/1.92                                                                 codomain(B),b),
% 1.69/1.92                                                            compose(A,b),A,
% 1.69/1.92                                                            codomain(B)),
% 1.69/1.92                               codomain(B)),codomain(B)) -> codomain(B)
% 1.69/1.92  Current number of equations to process: 69
% 1.69/1.92  Current number of ordered equations: 0
% 1.69/1.92  Current number of rules: 213
% 1.69/1.92  New rule produced :
% 1.69/1.92  [239]
% 1.69/1.92  ifeq(codomain(A),codomain(g),ifeq(domain(B),codomain(a),ifeq(compose(A,b),
% 1.69/1.92                                                          compose(domain(B),b),A,
% 1.69/1.92                                                          domain(B)),domain(B)),
% 1.69/1.92  domain(B)) -> domain(B)
% 1.69/1.92  Current number of equations to process: 68
% 1.69/1.92  Current number of ordered equations: 0
% 1.69/1.92  Current number of rules: 214
% 1.69/1.92  New rule produced :
% 1.69/1.92  [240]
% 1.69/1.92  ifeq(codomain(A),codomain(g),ifeq(codomain(B),codomain(a),ifeq(compose(A,b),
% 1.69/1.92                                                            compose(codomain(B),b),A,
% 1.69/1.92                                                            codomain(B)),
% 1.69/1.92                               codomain(B)),codomain(B)) -> codomain(B)
% 1.69/1.92  Current number of equations to process: 67
% 1.69/1.92  Current number of ordered equations: 0
% 1.69/1.92  Current number of rules: 215
% 1.69/1.92  New rule produced :
% 1.69/1.92  [241]
% 1.69/1.92  ifeq(codomain(A),codomain(g),ifeq(domain(B),codomain(a),ifeq(compose(
% 1.69/1.92                                                               domain(B),a),
% 1.69/1.92                                                          compose(A,a),A,
% 1.69/1.92                                                          domain(B)),domain(B)),
% 1.69/1.92  domain(B)) -> domain(B)
% 1.69/1.92  Current number of equations to process: 66
% 1.69/1.92  Current number of ordered equations: 0
% 1.69/1.92  Current number of rules: 216
% 1.69/1.92  New rule produced :
% 1.69/1.92  [242]
% 1.69/1.92  ifeq(codomain(A),codomain(g),ifeq(codomain(B),codomain(a),ifeq(compose(
% 1.69/1.92                                                                 codomain(B),a),
% 1.69/1.92                                                            compose(A,a),A,
% 1.69/1.92                                                            codomain(B)),
% 1.69/1.92                               codomain(B)),codomain(B)) -> codomain(B)
% 1.69/1.92  Current number of equations to process: 65
% 1.69/1.92  Current number of ordered equations: 0
% 1.69/1.92  Current number of rules: 217
% 1.69/1.92  New rule produced :
% 1.69/1.92  [243]
% 1.69/1.92  ifeq(codomain(A),codomain(g),ifeq(domain(B),codomain(a),ifeq(compose(A,a),
% 1.69/1.92                                                          compose(domain(B),a),A,
% 1.69/1.92                                                          domain(B)),domain(B)),
% 1.69/1.92  domain(B)) -> domain(B)
% 1.69/1.92  Current number of equations to process: 64
% 1.69/1.92  Current number of ordered equations: 0
% 1.69/1.92  Current number of rules: 218
% 1.69/1.92  New rule produced :
% 1.69/1.92  [244]
% 1.69/1.92  ifeq(codomain(A),codomain(g),ifeq(codomain(B),codomain(a),ifeq(compose(A,a),
% 1.69/1.92                                                            compose(codomain(B),a),A,
% 1.69/1.92                                                            codomain(B)),
% 1.69/1.92                               codomain(B)),codomain(B)) -> codomain(B)
% 1.69/1.92  Current number of equations to process: 63
% 1.69/1.92  Current number of ordered equations: 0
% 1.69/1.92  Current number of rules: 219
% 1.69/1.92  New rule produced :
% 1.69/1.92  [245]
% 1.69/1.92  ifeq(codomain(g),codomain(a),ifeq(compose(h,b),A,ifeq(compose(h,b),A,h,h),h),h)
% 1.69/1.92  -> h
% 1.69/1.92  Current number of equations to process: 65
% 1.69/1.92  Current number of ordered equations: 0
% 1.69/1.92  Current number of rules: 220
% 1.69/1.92  New rule produced :
% 1.69/1.92  [246]
% 1.69/1.92  ifeq(domain(A),codomain(a),ifeq(compose(domain(A),b),B,ifeq(compose(h,b),B,h,
% 1.69/1.92                                                         domain(A)),domain(A)),
% 1.69/1.92  domain(A)) -> domain(A)
% 1.69/1.92  Current number of equations to process: 64
% 1.69/1.92  Current number of ordered equations: 0
% 1.69/1.92  Current number of rules: 221
% 1.69/1.92  New rule produced :
% 1.69/1.92  [247]
% 1.69/1.92  ifeq(codomain(A),codomain(a),ifeq(compose(codomain(A),b),B,ifeq(compose(h,b),B,h,
% 1.77/2.02                                                             codomain(A)),
% 1.77/2.02                               codomain(A)),codomain(A)) -> codomain(A)
% 1.77/2.02  Current number of equations to process: 63
% 1.77/2.02  Current number of ordered equations: 0
% 1.77/2.02  Current number of rules: 222
% 1.77/2.02  New rule produced :
% 1.77/2.02  [248]
% 1.77/2.02  ifeq(compose(compose(h,a),b),A,ifeq(compose(h,b),A,h,compose(h,a)),compose(h,a))
% 1.77/2.02  -> compose(h,a)
% 1.77/2.02  Current number of equations to process: 65
% 1.77/2.02  Current number of ordered equations: 0
% 1.77/2.02  Current number of rules: 223
% 1.77/2.02  New rule produced :
% 1.77/2.02  [249]
% 1.77/2.02  ifeq(codomain(g),codomain(a),ifeq(compose(h,b),A,ifeq(compose(g,b),A,g,h),h),h)
% 1.77/2.02  -> h
% 1.77/2.02  Current number of equations to process: 67
% 1.77/2.02  Current number of ordered equations: 0
% 1.77/2.02  Current number of rules: 224
% 1.77/2.02  New rule produced :
% 1.77/2.02  [250]
% 1.77/2.02  ifeq(codomain(g),codomain(a),ifeq(compose(h,a),A,ifeq(compose(h,a),A,h,h),h),h)
% 1.77/2.02  -> h
% 1.77/2.02  Current number of equations to process: 72
% 1.77/2.02  Current number of ordered equations: 0
% 1.77/2.02  Current number of rules: 225
% 1.77/2.02  New rule produced :
% 1.77/2.02  [251]
% 1.77/2.02  ifeq(domain(A),codomain(a),ifeq(compose(domain(A),a),B,ifeq(compose(h,a),B,h,
% 1.77/2.02                                                         domain(A)),domain(A)),
% 1.77/2.02  domain(A)) -> domain(A)
% 1.77/2.02  Current number of equations to process: 71
% 1.77/2.02  Current number of ordered equations: 0
% 1.77/2.02  Current number of rules: 226
% 1.77/2.02  New rule produced :
% 1.77/2.02  [252]
% 1.77/2.02  ifeq(codomain(A),codomain(a),ifeq(compose(codomain(A),a),B,ifeq(compose(h,a),B,h,
% 1.77/2.02                                                             codomain(A)),
% 1.77/2.02                               codomain(A)),codomain(A)) -> codomain(A)
% 1.77/2.02  Current number of equations to process: 70
% 1.77/2.02  Current number of ordered equations: 0
% 1.77/2.02  Current number of rules: 227
% 1.77/2.02  New rule produced :
% 1.77/2.02  [253]
% 1.77/2.02  ifeq(compose(compose(h,a),a),A,ifeq(compose(h,a),A,h,compose(h,a)),compose(h,a))
% 1.77/2.02  -> compose(h,a)
% 1.77/2.02  Current number of equations to process: 72
% 1.77/2.02  Current number of ordered equations: 0
% 1.77/2.02  Current number of rules: 228
% 1.77/2.02  New rule produced :
% 1.77/2.02  [254]
% 1.77/2.02  ifeq(codomain(g),codomain(a),ifeq(compose(h,a),A,ifeq(compose(g,a),A,g,h),h),h)
% 1.77/2.02  -> h
% 1.77/2.02  Current number of equations to process: 74
% 1.77/2.02  Current number of ordered equations: 0
% 1.77/2.02  Current number of rules: 229
% 1.77/2.02  New rule produced :
% 1.77/2.02  [255]
% 1.77/2.02  ifeq(compose(compose(h,a),b),A,ifeq(compose(g,b),A,g,compose(h,a)),compose(h,a))
% 1.77/2.02  -> compose(h,a)
% 1.77/2.02  Current number of equations to process: 81
% 1.77/2.02  Current number of ordered equations: 0
% 1.77/2.02  Current number of rules: 230
% 1.77/2.02  New rule produced :
% 1.77/2.02  [256]
% 1.77/2.02  ifeq(compose(compose(h,a),a),A,ifeq(compose(g,a),A,g,compose(h,a)),compose(h,a))
% 1.77/2.02  -> compose(h,a)
% 1.77/2.02  Current number of equations to process: 85
% 1.77/2.02  Current number of ordered equations: 0
% 1.77/2.02  Current number of rules: 231
% 1.77/2.02  New rule produced : [257] ifeq(compose(h,b),compose(a,b),h,a) -> a
% 1.77/2.02  Current number of equations to process: 85
% 1.77/2.02  Current number of ordered equations: 1
% 1.77/2.02  Current number of rules: 232
% 1.77/2.02  New rule produced : [258] ifeq(compose(a,b),compose(h,b),h,a) -> a
% 1.77/2.02  Current number of equations to process: 85
% 1.77/2.02  Current number of ordered equations: 0
% 1.77/2.02  Current number of rules: 233
% 1.77/2.02  New rule produced : [259] ifeq(compose(g,b),compose(a,b),g,a) -> a
% 1.77/2.02  Current number of equations to process: 85
% 1.77/2.02  Current number of ordered equations: 1
% 1.77/2.02  Current number of rules: 234
% 1.77/2.02  New rule produced : [260] ifeq(compose(a,b),compose(g,b),g,a) -> a
% 1.77/2.02  Current number of equations to process: 85
% 1.77/2.02  Current number of ordered equations: 0
% 1.77/2.02  Current number of rules: 235
% 1.77/2.02  New rule produced : [261] ifeq(codomain(a),codomain(g),a,a) -> a
% 1.77/2.02  Current number of equations to process: 86
% 1.77/2.02  Current number of ordered equations: 0
% 1.77/2.02  Current number of rules: 236
% 1.77/2.02  New rule produced :
% 1.77/2.02  [262]
% 1.77/2.02  ifeq(domain(A),codomain(g),ifeq(compose(a,b),compose(domain(A),b),domain(A),a),a)
% 1.77/2.02  -> a
% 1.77/2.02  Current number of equations to process: 86
% 1.77/2.02  Current number of ordered equations: 0
% 1.77/2.02  Current number of rules: 237
% 1.77/2.02  New rule produced :
% 1.77/2.02  [263]
% 1.77/2.02  ifeq(codomain(A),codomain(g),ifeq(compose(a,b),compose(codomain(A),b),
% 1.77/2.02                               codomain(A),a),a) -> a
% 1.77/2.02  Current number of equations to process: 85
% 1.77/2.02  Current number of ordered equations: 0
% 1.77/2.02  Current number of rules: 238
% 1.77/2.02  New rule produced :
% 1.77/2.02  [264]
% 1.77/2.02  ifeq(codomain(b),codomain(g),ifeq(compose(a,b),compose(compose(a,b),b),
% 1.77/2.02                               compose(a,b),a),a) -> a
% 1.77/2.02  Current number of equations to process: 87
% 1.86/2.10  Current number of ordered equations: 0
% 1.86/2.10  Current number of rules: 239
% 1.86/2.10  New rule produced :
% 1.86/2.10  [265]
% 1.86/2.10  ifeq(codomain(a),codomain(g),ifeq(compose(a,b),compose(compose(h,a),b),
% 1.86/2.10                               compose(h,a),a),a) -> a
% 1.86/2.10  Current number of equations to process: 86
% 1.86/2.10  Current number of ordered equations: 0
% 1.86/2.10  Current number of rules: 240
% 1.86/2.10  New rule produced :
% 1.86/2.10  [266]
% 1.86/2.10  ifeq(domain(A),codomain(g),ifeq(compose(domain(A),b),compose(a,b),domain(A),a),a)
% 1.86/2.10  -> a
% 1.86/2.10  Current number of equations to process: 87
% 1.86/2.10  Current number of ordered equations: 0
% 1.86/2.10  Current number of rules: 241
% 1.86/2.10  New rule produced :
% 1.86/2.10  [267]
% 1.86/2.10  ifeq(codomain(A),codomain(g),ifeq(compose(codomain(A),b),compose(a,b),
% 1.86/2.10                               codomain(A),a),a) -> a
% 1.86/2.10  Current number of equations to process: 86
% 1.86/2.10  Current number of ordered equations: 0
% 1.86/2.10  Current number of rules: 242
% 1.86/2.10  New rule produced :
% 1.86/2.10  [268]
% 1.86/2.10  ifeq(codomain(b),codomain(g),ifeq(compose(compose(a,b),b),compose(a,b),
% 1.86/2.10                               compose(a,b),a),a) -> a
% 1.86/2.10  Current number of equations to process: 88
% 1.86/2.10  Current number of ordered equations: 0
% 1.86/2.10  Current number of rules: 243
% 1.86/2.10  New rule produced :
% 1.86/2.10  [269]
% 1.86/2.10  ifeq(codomain(a),codomain(g),ifeq(compose(compose(h,a),b),compose(a,b),
% 1.86/2.10                               compose(h,a),a),a) -> a
% 1.86/2.10  Current number of equations to process: 87
% 1.86/2.10  Current number of ordered equations: 0
% 1.86/2.10  Current number of rules: 244
% 1.86/2.10  New rule produced :
% 1.86/2.10  [270]
% 1.86/2.10  ifeq(codomain(b),codomain(g),ifeq(compose(a,b),compose(compose(g,compose(a,b)),b),
% 1.86/2.10                               compose(g,compose(a,b)),a),a) -> a
% 1.86/2.10  Current number of equations to process: 86
% 1.86/2.10  Current number of ordered equations: 0
% 1.86/2.10  Current number of rules: 245
% 1.86/2.10  New rule produced :
% 1.86/2.10  [271]
% 1.86/2.10  ifeq(codomain(b),codomain(g),ifeq(compose(compose(g,compose(a,b)),b),
% 1.86/2.10                               compose(a,b),compose(g,compose(a,b)),a),a) -> a
% 1.86/2.10  Current number of equations to process: 85
% 1.86/2.10  Current number of ordered equations: 0
% 1.86/2.10  Current number of rules: 246
% 1.86/2.10  New rule produced :
% 1.86/2.10  [272]
% 1.86/2.10  ifeq(domain(A),codomain(a),ifeq(compose(domain(A),b),B,ifeq(compose(g,b),B,g,
% 1.86/2.10                                                         domain(A)),domain(A)),
% 1.86/2.10  domain(A)) -> domain(A)
% 1.86/2.10  Current number of equations to process: 84
% 1.86/2.10  Current number of ordered equations: 0
% 1.86/2.10  Current number of rules: 247
% 1.86/2.10  New rule produced :
% 1.86/2.10  [273]
% 1.86/2.10  ifeq(codomain(A),codomain(a),ifeq(compose(codomain(A),b),B,ifeq(compose(g,b),B,g,
% 1.86/2.10                                                             codomain(A)),
% 1.86/2.10                               codomain(A)),codomain(A)) -> codomain(A)
% 1.86/2.10  Current number of equations to process: 83
% 1.86/2.10  Current number of ordered equations: 0
% 1.86/2.10  Current number of rules: 248
% 1.86/2.10  New rule produced :
% 1.86/2.10  [274]
% 1.86/2.10  ifeq(domain(A),codomain(a),ifeq(compose(domain(A),a),B,ifeq(compose(g,a),B,g,
% 1.86/2.10                                                         domain(A)),domain(A)),
% 1.86/2.10  domain(A)) -> domain(A)
% 1.86/2.10  Current number of equations to process: 82
% 1.86/2.10  Current number of ordered equations: 0
% 1.86/2.10  Current number of rules: 249
% 1.86/2.10  New rule produced :
% 1.86/2.10  [275]
% 1.86/2.10  ifeq(codomain(A),codomain(a),ifeq(compose(codomain(A),a),B,ifeq(compose(g,a),B,g,
% 1.86/2.10                                                             codomain(A)),
% 1.86/2.10                               codomain(A)),codomain(A)) -> codomain(A)
% 1.86/2.10  Current number of equations to process: 81
% 1.86/2.10  Current number of ordered equations: 0
% 1.86/2.10  Current number of rules: 250
% 1.86/2.10  New rule produced :
% 1.86/2.10  [276]
% 1.86/2.10  ifeq(compose(a,b),A,ifeq(compose(codomain(g),b),A,codomain(g),a),a) -> a
% 1.86/2.10  Current number of equations to process: 82
% 1.86/2.10  Current number of ordered equations: 0
% 1.86/2.10  Current number of rules: 251
% 1.86/2.10  New rule produced :
% 1.86/2.10  [277]
% 1.86/2.10  ifeq(codomain(a),codomain(g),ifeq(compose(a,b),A,ifeq(b,A,codomain(a),a),a),a)
% 1.86/2.10  -> a
% 1.86/2.10  Current number of equations to process: 81
% 1.86/2.10  Current number of ordered equations: 0
% 1.86/2.10  Current number of rules: 252
% 1.86/2.10  New rule produced : [278] ifeq(compose(a,a),compose(h,a),h,a) -> a
% 1.86/2.10  Current number of equations to process: 81
% 1.86/2.10  Current number of ordered equations: 1
% 1.86/2.10  Current number of rules: 253
% 1.86/2.10  New rule produced : [279] ifeq(compose(h,a),compose(a,a),h,a) -> a
% 1.86/2.10  Current number of equations to process: 81
% 1.86/2.10  Current number of ordered equations: 0
% 1.86/2.10  Current number of rules: 254
% 1.86/2.10  New rule produced : [280] ifeq(compose(g,a),compose(a,a),g,a) -> a
% 1.90/2.21  Current number of equations to process: 81
% 1.90/2.21  Current number of ordered equations: 1
% 1.90/2.21  Current number of rules: 255
% 1.90/2.21  New rule produced : [281] ifeq(compose(a,a),compose(g,a),g,a) -> a
% 1.90/2.21  Current number of equations to process: 81
% 1.90/2.21  Current number of ordered equations: 0
% 1.90/2.21  Current number of rules: 256
% 1.90/2.21  New rule produced :
% 1.90/2.21  [282]
% 1.90/2.21  ifeq(domain(A),codomain(g),ifeq(compose(a,a),compose(domain(A),a),domain(A),a),a)
% 1.90/2.21  -> a
% 1.90/2.21  Current number of equations to process: 82
% 1.90/2.21  Current number of ordered equations: 0
% 1.90/2.21  Current number of rules: 257
% 1.90/2.21  New rule produced :
% 1.90/2.21  [283]
% 1.90/2.21  ifeq(codomain(A),codomain(g),ifeq(compose(a,a),compose(codomain(A),a),
% 1.90/2.21                               codomain(A),a),a) -> a
% 1.90/2.21  Current number of equations to process: 81
% 1.90/2.21  Current number of ordered equations: 0
% 1.90/2.21  Current number of rules: 258
% 1.90/2.21  New rule produced :
% 1.90/2.21  [284]
% 1.90/2.21  ifeq(codomain(b),codomain(g),ifeq(compose(a,a),compose(compose(a,b),a),
% 1.90/2.21                               compose(a,b),a),a) -> a
% 1.90/2.21  Current number of equations to process: 83
% 1.90/2.21  Current number of ordered equations: 0
% 1.90/2.21  Current number of rules: 259
% 1.90/2.21  New rule produced :
% 1.90/2.21  [285]
% 1.90/2.21  ifeq(codomain(a),codomain(g),ifeq(compose(a,a),compose(compose(h,a),a),
% 1.90/2.21                               compose(h,a),a),a) -> a
% 1.90/2.21  Current number of equations to process: 82
% 1.90/2.21  Current number of ordered equations: 0
% 1.90/2.21  Current number of rules: 260
% 1.90/2.21  New rule produced :
% 1.90/2.21  [286]
% 1.90/2.21  ifeq(domain(A),codomain(g),ifeq(compose(domain(A),a),compose(a,a),domain(A),a),a)
% 1.90/2.21  -> a
% 1.90/2.21  Current number of equations to process: 83
% 1.90/2.21  Current number of ordered equations: 0
% 1.90/2.21  Current number of rules: 261
% 1.90/2.21  New rule produced :
% 1.90/2.21  [287]
% 1.90/2.21  ifeq(codomain(A),codomain(g),ifeq(compose(codomain(A),a),compose(a,a),
% 1.90/2.21                               codomain(A),a),a) -> a
% 1.90/2.21  Current number of equations to process: 82
% 1.90/2.21  Current number of ordered equations: 0
% 1.90/2.21  Current number of rules: 262
% 1.90/2.21  New rule produced :
% 1.90/2.21  [288]
% 1.90/2.21  ifeq(codomain(b),codomain(g),ifeq(compose(compose(a,b),a),compose(a,a),
% 1.90/2.21                               compose(a,b),a),a) -> a
% 1.90/2.21  Current number of equations to process: 84
% 1.90/2.21  Current number of ordered equations: 0
% 1.90/2.21  Current number of rules: 263
% 1.90/2.21  New rule produced :
% 1.90/2.21  [289]
% 1.90/2.21  ifeq(codomain(a),codomain(g),ifeq(compose(compose(h,a),a),compose(a,a),
% 1.90/2.21                               compose(h,a),a),a) -> a
% 1.90/2.21  Current number of equations to process: 83
% 1.90/2.21  Current number of ordered equations: 0
% 1.90/2.21  Current number of rules: 264
% 1.90/2.21  New rule produced :
% 1.90/2.21  [290]
% 1.90/2.21  ifeq(codomain(b),codomain(g),ifeq(compose(a,a),compose(compose(g,compose(a,b)),a),
% 1.90/2.21                               compose(g,compose(a,b)),a),a) -> a
% 1.90/2.21  Current number of equations to process: 82
% 1.90/2.21  Current number of ordered equations: 0
% 1.90/2.21  Current number of rules: 265
% 1.90/2.21  New rule produced :
% 1.90/2.21  [291]
% 1.90/2.21  ifeq(codomain(b),codomain(g),ifeq(compose(compose(g,compose(a,b)),a),
% 1.90/2.21                               compose(a,a),compose(g,compose(a,b)),a),a) -> a
% 1.90/2.21  Current number of equations to process: 81
% 1.90/2.21  Current number of ordered equations: 0
% 1.90/2.21  Current number of rules: 266
% 1.90/2.21  New rule produced : [292] ifeq(compose(a,a),A,ifeq(a,A,codomain(g),a),a) -> a
% 1.90/2.21  Current number of equations to process: 81
% 1.90/2.21  Current number of ordered equations: 0
% 1.90/2.21  Current number of rules: 267
% 1.90/2.21  New rule produced : [293] compose(domain(g),h) -> h
% 1.90/2.21  Current number of equations to process: 83
% 1.90/2.21  Current number of ordered equations: 0
% 1.90/2.21  Current number of rules: 268
% 1.90/2.21  New rule produced :
% 1.90/2.21  [294]
% 1.90/2.21  ifeq(codomain(b),domain(g),domain(compose(b,h)),codomain(a)) -> codomain(a)
% 1.90/2.21  Current number of equations to process: 85
% 1.90/2.21  Current number of ordered equations: 0
% 1.90/2.21  Current number of rules: 269
% 1.90/2.21  New rule produced :
% 1.90/2.21  [295] ifeq(codomain(A),domain(g),domain(compose(A,h)),domain(A)) -> domain(A)
% 1.90/2.21  Current number of equations to process: 84
% 1.90/2.21  Current number of ordered equations: 0
% 1.90/2.21  Current number of rules: 270
% 1.90/2.21  New rule produced :
% 1.90/2.21  [296]
% 1.90/2.21  ifeq(domain(A),domain(g),domain(compose(domain(A),h)),domain(A)) -> domain(A)
% 1.90/2.21  Current number of equations to process: 83
% 1.90/2.21  Current number of ordered equations: 0
% 1.90/2.21  Current number of rules: 271
% 1.90/2.21  New rule produced :
% 1.90/2.21  [297]
% 1.90/2.21  ifeq(codomain(A),domain(g),domain(compose(codomain(A),h)),codomain(A)) ->
% 1.90/2.21  codomain(A)
% 1.90/2.21  Current number of equations to process: 82
% 1.90/2.21  Current number of ordered equations: 0
% 1.90/2.21  Current number of rules: 272
% 2.30/2.55  New rule produced :
% 2.30/2.55  [298]
% 2.30/2.55  ifeq(codomain(a),domain(g),domain(compose(a,h)),codomain(g)) -> codomain(g)
% 2.30/2.55  Current number of equations to process: 83
% 2.30/2.55  Current number of ordered equations: 0
% 2.30/2.55  Current number of rules: 273
% 2.30/2.55  New rule produced :
% 2.30/2.55  [299]
% 2.30/2.55  ifeq(codomain(b),domain(g),domain(compose(compose(a,b),h)),codomain(g)) ->
% 2.30/2.55  codomain(g)
% 2.30/2.55  Current number of equations to process: 82
% 2.30/2.55  Current number of ordered equations: 0
% 2.30/2.55  Current number of rules: 274
% 2.30/2.55  New rule produced :
% 2.30/2.55  [300]
% 2.30/2.55  ifeq(codomain(g),domain(g),domain(compose(h,compose(h,a))),domain(g)) ->
% 2.30/2.55  domain(g)
% 2.30/2.55  Current number of equations to process: 82
% 2.30/2.55  Current number of ordered equations: 0
% 2.30/2.55  Current number of rules: 275
% 2.30/2.55  New rule produced :
% 2.30/2.55  [301] ifeq(codomain(g),domain(g),domain(compose(h,h)),domain(g)) -> domain(g)
% 2.30/2.55  Current number of equations to process: 82
% 2.30/2.55  Current number of ordered equations: 0
% 2.30/2.55  Current number of rules: 276
% 2.30/2.55  New rule produced :
% 2.30/2.55  [302]
% 2.30/2.55  ifeq(codomain(b),domain(g),codomain(compose(compose(g,compose(a,b)),h)),
% 2.30/2.55  codomain(g)) -> codomain(g)
% 2.30/2.55  Current number of equations to process: 82
% 2.30/2.55  Current number of ordered equations: 0
% 2.30/2.55  Current number of rules: 277
% 2.30/2.55  New rule produced :
% 2.30/2.55  [303]
% 2.30/2.55  ifeq(codomain(b),domain(g),codomain(compose(compose(a,b),h)),codomain(g)) ->
% 2.30/2.55  codomain(g)
% 2.30/2.55  Current number of equations to process: 83
% 2.30/2.55  Current number of ordered equations: 0
% 2.30/2.55  Current number of rules: 278
% 2.30/2.55  New rule produced :
% 2.30/2.55  [304]
% 2.30/2.55  ifeq(codomain(a),domain(g),codomain(compose(compose(h,a),h)),codomain(g)) ->
% 2.30/2.55  codomain(g)
% 2.30/2.55  Current number of equations to process: 82
% 2.30/2.55  Current number of ordered equations: 0
% 2.30/2.55  Current number of rules: 279
% 2.30/2.55  New rule produced :
% 2.30/2.55  [305]
% 2.30/2.55  ifeq(codomain(b),domain(g),codomain(compose(compose(g,compose(a,b)),compose(g,
% 2.30/2.55                                                                      compose(a,b)))),
% 2.30/2.55  codomain(b)) -> codomain(b)
% 2.30/2.55  Current number of equations to process: 82
% 2.30/2.55  Current number of ordered equations: 0
% 2.30/2.55  Current number of rules: 280
% 2.30/2.55  New rule produced :
% 2.30/2.55  [306]
% 2.30/2.55  ifeq(codomain(b),domain(g),codomain(compose(compose(a,b),compose(g,compose(a,b)))),
% 2.30/2.55  codomain(b)) -> codomain(b)
% 2.30/2.55  Current number of equations to process: 83
% 2.30/2.55  Current number of ordered equations: 0
% 2.30/2.55  Current number of rules: 281
% 2.30/2.55  New rule produced :
% 2.30/2.55  [307]
% 2.30/2.55  ifeq(codomain(a),domain(g),codomain(compose(compose(h,a),compose(g,compose(a,b)))),
% 2.30/2.55  codomain(b)) -> codomain(b)
% 2.30/2.55  Current number of equations to process: 82
% 2.30/2.55  Current number of ordered equations: 0
% 2.30/2.55  Current number of rules: 282
% 2.30/2.55  New rule produced :
% 2.30/2.55  [308]
% 2.30/2.55  ifeq(codomain(b),domain(g),domain(compose(compose(g,compose(a,b)),compose(g,
% 2.30/2.55                                                                    compose(a,b)))),
% 2.30/2.55  domain(g)) -> domain(g)
% 2.30/2.55  Current number of equations to process: 82
% 2.30/2.55  Current number of ordered equations: 0
% 2.30/2.55  Current number of rules: 283
% 2.30/2.55  New rule produced :
% 2.30/2.55  [309]
% 2.30/2.55  ifeq(codomain(a),domain(g),domain(compose(compose(h,a),compose(g,compose(a,b)))),
% 2.30/2.55  domain(g)) -> domain(g)
% 2.30/2.55  Current number of equations to process: 82
% 2.30/2.55  Current number of ordered equations: 0
% 2.30/2.55  Current number of rules: 284
% 2.30/2.55  New rule produced :
% 2.30/2.55  [310]
% 2.30/2.55  ifeq(codomain(b),domain(g),domain(compose(compose(g,compose(a,b)),compose(h,a))),
% 2.30/2.55  domain(g)) -> domain(g)
% 2.30/2.55  Current number of equations to process: 82
% 2.30/2.55  Current number of ordered equations: 0
% 2.30/2.55  Current number of rules: 285
% 2.30/2.55  New rule produced :
% 2.30/2.55  [311]
% 2.30/2.55  ifeq(codomain(b),domain(g),domain(compose(compose(g,compose(a,b)),h)),
% 2.30/2.55  domain(g)) -> domain(g)
% 2.30/2.55  Current number of equations to process: 82
% 2.30/2.55  Current number of ordered equations: 0
% 2.30/2.55  Current number of rules: 286
% 2.30/2.55  New rule produced :
% 2.30/2.55  [312]
% 2.30/2.55  ifeq(codomain(b),domain(g),codomain(compose(compose(a,b),compose(h,a))),
% 2.30/2.55  codomain(a)) -> codomain(a)
% 2.30/2.55  Current number of equations to process: 82
% 2.30/2.55  Current number of ordered equations: 0
% 2.30/2.55  Current number of rules: 287
% 2.30/2.55  New rule produced :
% 2.30/2.55  [313]
% 2.30/2.55  ifeq(codomain(b),domain(g),codomain(compose(compose(g,compose(a,b)),compose(h,a))),
% 2.30/2.55  codomain(a)) -> codomain(a)
% 2.30/2.55  Current number of equations to process: 82
% 2.30/2.55  Current number of ordered equations: 0
% 2.30/2.55  Current number of rules: 288
% 2.30/2.55  New rule produced :
% 2.30/2.55  [314]
% 2.30/2.55  ifeq(codomain(a),domain(A),codomain(compose(compose(g,a),A)),codomain(A)) ->
% 2.30/2.55  codomain(A)
% 2.30/2.55  Current number of equations to process: 83
% 2.30/2.55  Current number of ordered equations: 1
% 2.41/2.65  Current number of rules: 289
% 2.41/2.65  New rule produced :
% 2.41/2.65  [315]
% 2.41/2.65  ifeq(codomain(A),domain(g),codomain(compose(A,compose(g,a))),codomain(a)) ->
% 2.41/2.65  codomain(a)
% 2.41/2.65  Current number of equations to process: 83
% 2.41/2.65  Current number of ordered equations: 0
% 2.41/2.65  Current number of rules: 290
% 2.41/2.65  New rule produced :
% 2.41/2.65  [316]
% 2.41/2.65  ifeq(codomain(a),codomain(g),domain(compose(compose(g,a),compose(a,b))),
% 2.41/2.65  domain(g)) -> domain(g)
% 2.41/2.65  Current number of equations to process: 82
% 2.41/2.65  Current number of ordered equations: 0
% 2.41/2.65  Current number of rules: 291
% 2.41/2.65  New rule produced : [317] compose(compose(g,a),codomain(a)) -> compose(g,a)
% 2.41/2.65  Current number of equations to process: 85
% 2.41/2.65  Current number of ordered equations: 0
% 2.41/2.65  Current number of rules: 292
% 2.41/2.65  New rule produced : [318] domain(compose(compose(g,a),b)) -> domain(g)
% 2.41/2.65  Current number of equations to process: 86
% 2.41/2.65  Current number of ordered equations: 0
% 2.41/2.65  Current number of rules: 293
% 2.41/2.65  New rule produced : [319] codomain(compose(compose(g,a),b)) -> codomain(b)
% 2.41/2.65  Current number of equations to process: 86
% 2.41/2.65  Current number of ordered equations: 0
% 2.41/2.65  Current number of rules: 294
% 2.41/2.65  New rule produced :
% 2.41/2.65  [320]
% 2.41/2.65  ifeq(codomain(g),domain(g),codomain(compose(h,compose(g,a))),codomain(a)) ->
% 2.41/2.65  codomain(a)
% 2.41/2.65  Current number of equations to process: 91
% 2.41/2.65  Current number of ordered equations: 0
% 2.41/2.65  Current number of rules: 295
% 2.41/2.65  New rule produced :
% 2.41/2.65  [321]
% 2.41/2.65  ifeq(codomain(a),domain(A),domain(compose(compose(g,a),A)),domain(g)) ->
% 2.41/2.65  domain(g)
% 2.41/2.65  Current number of equations to process: 90
% 2.41/2.65  Current number of ordered equations: 0
% 2.41/2.65  Current number of rules: 296
% 2.41/2.65  New rule produced :
% 2.41/2.65  [322]
% 2.41/2.65  ifeq(codomain(a),codomain(A),domain(compose(compose(g,a),codomain(A))),
% 2.41/2.65  domain(g)) -> domain(g)
% 2.41/2.65  Current number of equations to process: 89
% 2.41/2.65  Current number of ordered equations: 0
% 2.41/2.65  Current number of rules: 297
% 2.41/2.65  New rule produced :
% 2.41/2.65  [323]
% 2.41/2.65  ifeq(domain(A),domain(g),codomain(compose(domain(A),compose(g,a))),codomain(a))
% 2.41/2.65  -> codomain(a)
% 2.41/2.65  Current number of equations to process: 88
% 2.41/2.65  Current number of ordered equations: 0
% 2.41/2.65  Current number of rules: 298
% 2.41/2.65  New rule produced :
% 2.41/2.65  [324]
% 2.41/2.65  ifeq(codomain(a),domain(A),codomain(compose(compose(g,a),domain(A))),
% 2.41/2.65  domain(A)) -> domain(A)
% 2.41/2.65  Current number of equations to process: 87
% 2.41/2.65  Current number of ordered equations: 0
% 2.41/2.65  Current number of rules: 299
% 2.41/2.65  New rule produced :
% 2.41/2.65  [325]
% 2.41/2.65  ifeq(codomain(a),codomain(A),codomain(compose(compose(g,a),codomain(A))),
% 2.41/2.65  codomain(A)) -> codomain(A)
% 2.41/2.65  Current number of equations to process: 86
% 2.41/2.65  Current number of ordered equations: 0
% 2.41/2.65  Current number of rules: 300
% 2.41/2.65  New rule produced :
% 2.41/2.65  [326]
% 2.41/2.65  ifeq(codomain(A),domain(g),codomain(compose(codomain(A),compose(g,a))),
% 2.41/2.65  codomain(a)) -> codomain(a)
% 2.41/2.65  Current number of equations to process: 85
% 2.41/2.65  Current number of ordered equations: 0
% 2.41/2.65  Current number of rules: 301
% 2.41/2.65  New rule produced :
% 2.41/2.65  [327]
% 2.41/2.65  ifeq(codomain(a),domain(A),domain(compose(compose(g,a),domain(A))),domain(g))
% 2.41/2.65  -> domain(g)
% 2.41/2.65  Current number of equations to process: 84
% 2.41/2.65  Current number of ordered equations: 0
% 2.41/2.65  Current number of rules: 302
% 2.41/2.65  New rule produced :
% 2.41/2.65  [328]
% 2.41/2.65  ifeq(codomain(a),codomain(g),codomain(compose(compose(g,a),a)),codomain(a))
% 2.41/2.65  -> codomain(a)
% 2.41/2.65  Current number of equations to process: 100
% 2.41/2.65  Current number of ordered equations: 0
% 2.41/2.65  Current number of rules: 303
% 2.41/2.65  New rule produced :
% 2.41/2.65  [329]
% 2.41/2.65  ifeq(codomain(a),codomain(g),domain(compose(compose(g,a),a)),domain(g)) ->
% 2.41/2.65  domain(g)
% 2.41/2.65  Current number of equations to process: 99
% 2.41/2.65  Current number of ordered equations: 0
% 2.41/2.65  Current number of rules: 304
% 2.41/2.65  New rule produced :
% 2.41/2.65  [330]
% 2.41/2.65  ifeq(codomain(a),domain(g),codomain(compose(compose(g,a),h)),codomain(g)) ->
% 2.41/2.65  codomain(g)
% 2.41/2.65  Current number of equations to process: 113
% 2.41/2.65  Current number of ordered equations: 0
% 2.41/2.65  Current number of rules: 305
% 2.41/2.65  New rule produced :
% 2.41/2.65  [331]
% 2.41/2.65  ifeq(codomain(a),codomain(g),codomain(compose(compose(g,a),compose(a,b))),
% 2.41/2.65  codomain(b)) -> codomain(b)
% 2.41/2.65  Current number of equations to process: 112
% 2.41/2.65  Current number of ordered equations: 0
% 2.41/2.65  Current number of rules: 306
% 2.41/2.65  New rule produced :
% 2.41/2.65  [332]
% 2.41/2.65  ifeq(codomain(b),domain(g),codomain(compose(compose(a,b),compose(g,a))),
% 2.41/2.65  codomain(a)) -> codomain(a)
% 2.41/2.65  Current number of equations to process: 111
% 2.41/2.65  Current number of ordered equations: 0
% 2.41/2.65  Current number of rules: 307
% 2.41/2.65  New rule produced :
% 2.49/2.76  [333]
% 2.49/2.76  ifeq(codomain(a),domain(g),codomain(compose(compose(g,a),compose(g,compose(a,b)))),
% 2.49/2.76  codomain(b)) -> codomain(b)
% 2.49/2.76  Current number of equations to process: 110
% 2.49/2.76  Current number of ordered equations: 0
% 2.49/2.76  Current number of rules: 308
% 2.49/2.76  New rule produced :
% 2.49/2.76  [334]
% 2.49/2.76  ifeq(codomain(a),domain(g),domain(compose(compose(g,a),compose(g,compose(a,b)))),
% 2.49/2.76  domain(g)) -> domain(g)
% 2.49/2.76  Current number of equations to process: 109
% 2.49/2.76  Current number of ordered equations: 0
% 2.49/2.76  Current number of rules: 309
% 2.49/2.76  New rule produced :
% 2.49/2.76  [335]
% 2.49/2.76  ifeq(codomain(b),domain(g),codomain(compose(compose(g,compose(a,b)),compose(g,a))),
% 2.49/2.76  codomain(a)) -> codomain(a)
% 2.49/2.76  Current number of equations to process: 108
% 2.49/2.76  Current number of ordered equations: 0
% 2.49/2.76  Current number of rules: 310
% 2.49/2.76  New rule produced :
% 2.49/2.76  [336]
% 2.49/2.76  ifeq(codomain(a),codomain(g),ifeq(compose(a,b),compose(compose(g,a),b),
% 2.49/2.76                               compose(g,a),a),a) -> a
% 2.49/2.76  Current number of equations to process: 107
% 2.49/2.76  Current number of ordered equations: 0
% 2.49/2.76  Current number of rules: 311
% 2.49/2.76  New rule produced :
% 2.49/2.76  [337]
% 2.49/2.76  ifeq(codomain(a),codomain(g),ifeq(compose(compose(g,a),b),compose(a,b),
% 2.49/2.77                               compose(g,a),a),a) -> a
% 2.49/2.77  Current number of equations to process: 106
% 2.49/2.77  Current number of ordered equations: 0
% 2.49/2.77  Current number of rules: 312
% 2.49/2.77  New rule produced :
% 2.49/2.77  [338]
% 2.49/2.77  ifeq(codomain(a),codomain(g),ifeq(compose(a,a),compose(compose(g,a),a),
% 2.49/2.77                               compose(g,a),a),a) -> a
% 2.49/2.77  Current number of equations to process: 105
% 2.49/2.77  Current number of ordered equations: 0
% 2.49/2.77  Current number of rules: 313
% 2.49/2.77  New rule produced :
% 2.49/2.77  [339]
% 2.49/2.77  ifeq(codomain(a),codomain(g),ifeq(compose(compose(g,a),a),compose(a,a),
% 2.49/2.77                               compose(g,a),a),a) -> a
% 2.49/2.77  Current number of equations to process: 104
% 2.49/2.77  Current number of ordered equations: 0
% 2.49/2.77  Current number of rules: 314
% 2.49/2.77  New rule produced :
% 2.49/2.77  [340]
% 2.49/2.77  ifeq(compose(compose(g,a),b),A,ifeq(compose(h,b),A,h,compose(g,a)),compose(g,a))
% 2.49/2.77  -> compose(g,a)
% 2.49/2.77  Current number of equations to process: 103
% 2.49/2.77  Current number of ordered equations: 0
% 2.49/2.77  Current number of rules: 315
% 2.49/2.77  New rule produced :
% 2.49/2.77  [341]
% 2.49/2.77  ifeq(compose(compose(g,a),a),A,ifeq(compose(h,a),A,h,compose(g,a)),compose(g,a))
% 2.49/2.77  -> compose(g,a)
% 2.49/2.77  Current number of equations to process: 102
% 2.49/2.77  Current number of ordered equations: 0
% 2.49/2.77  Current number of rules: 316
% 2.49/2.77  New rule produced :
% 2.49/2.77  [342]
% 2.49/2.77  ifeq(compose(compose(g,a),b),A,ifeq(compose(g,b),A,g,compose(g,a)),compose(g,a))
% 2.49/2.77  -> compose(g,a)
% 2.49/2.77  Current number of equations to process: 101
% 2.49/2.77  Current number of ordered equations: 0
% 2.49/2.77  Current number of rules: 317
% 2.49/2.77  New rule produced :
% 2.49/2.77  [343]
% 2.49/2.77  ifeq(compose(compose(g,a),a),A,ifeq(compose(g,a),A,g,compose(g,a)),compose(g,a))
% 2.49/2.77  -> compose(g,a)
% 2.49/2.77  Current number of equations to process: 100
% 2.49/2.77  Current number of ordered equations: 0
% 2.49/2.77  Current number of rules: 318
% 2.49/2.77  New rule produced :
% 2.49/2.77  [344]
% 2.49/2.77  ifeq(codomain(a),domain(g),codomain(compose(compose(h,a),compose(h,a))),
% 2.49/2.77  codomain(a)) -> codomain(a)
% 2.49/2.77  Current number of equations to process: 100
% 2.49/2.77  Current number of ordered equations: 0
% 2.49/2.77  Current number of rules: 319
% 2.49/2.77  New rule produced :
% 2.49/2.77  [345]
% 2.49/2.77  ifeq(codomain(a),domain(g),codomain(compose(compose(g,a),compose(h,a))),
% 2.49/2.77  codomain(a)) -> codomain(a)
% 2.49/2.77  Current number of equations to process: 100
% 2.49/2.77  Current number of ordered equations: 0
% 2.49/2.77  Current number of rules: 320
% 2.49/2.77  New rule produced :
% 2.49/2.77  [346]
% 2.49/2.77  ifeq(codomain(A),domain(g),codomain(compose(A,compose(compose(h,a),b))),
% 2.49/2.77  codomain(b)) -> codomain(b)
% 2.49/2.77  Current number of equations to process: 101
% 2.49/2.77  Current number of ordered equations: 0
% 2.49/2.77  Current number of rules: 321
% 2.49/2.77  New rule produced :
% 2.49/2.77  [347] compose(domain(g),compose(compose(h,a),b)) -> compose(compose(h,a),b)
% 2.49/2.77  Current number of equations to process: 114
% 2.49/2.77  Current number of ordered equations: 0
% 2.49/2.77  Current number of rules: 322
% 2.49/2.77  New rule produced :
% 2.49/2.77  [348]
% 2.49/2.77  ifeq(codomain(b),domain(g),domain(compose(b,compose(compose(h,a),b))),
% 2.49/2.77  codomain(a)) -> codomain(a)
% 2.49/2.77  Current number of equations to process: 113
% 2.49/2.77  Current number of ordered equations: 0
% 2.49/2.77  Current number of rules: 323
% 2.49/2.77  New rule produced :
% 2.49/2.77  [349]
% 2.49/2.77  ifeq(codomain(g),domain(g),codomain(compose(h,compose(compose(h,a),b))),
% 2.49/2.77  codomain(b)) -> codomain(b)
% 2.49/2.77  Current number of equations to process: 112
% 2.49/2.77  Current number of ordered equations: 0
% 2.49/2.77  Current number of rules: 324
% 2.57/2.86  New rule produced :
% 2.57/2.86  [350]
% 2.57/2.86  ifeq(codomain(b),domain(A),domain(compose(compose(compose(h,a),b),A)),
% 2.57/2.86  domain(g)) -> domain(g)
% 2.57/2.86  Current number of equations to process: 110
% 2.57/2.86  Current number of ordered equations: 1
% 2.57/2.86  Current number of rules: 325
% 2.57/2.86  New rule produced :
% 2.57/2.86  [351]
% 2.57/2.86  ifeq(codomain(A),domain(g),domain(compose(A,compose(compose(h,a),b))),
% 2.57/2.86  domain(A)) -> domain(A)
% 2.57/2.86  Current number of equations to process: 110
% 2.57/2.86  Current number of ordered equations: 0
% 2.57/2.86  Current number of rules: 326
% 2.57/2.86  New rule produced :
% 2.57/2.86  [352]
% 2.57/2.86  ifeq(codomain(b),codomain(a),domain(compose(compose(compose(h,a),b),b)),
% 2.57/2.86  domain(g)) -> domain(g)
% 2.57/2.86  Current number of equations to process: 109
% 2.57/2.86  Current number of ordered equations: 0
% 2.57/2.86  Current number of rules: 327
% 2.57/2.86  New rule produced :
% 2.57/2.86  [353]
% 2.57/2.86  ifeq(codomain(a),domain(g),domain(compose(a,compose(compose(h,a),b))),
% 2.57/2.86  codomain(g)) -> codomain(g)
% 2.57/2.86  Current number of equations to process: 111
% 2.57/2.86  Current number of ordered equations: 0
% 2.57/2.86  Current number of rules: 328
% 2.57/2.86  New rule produced :
% 2.57/2.86  [354]
% 2.57/2.86  ifeq(codomain(b),codomain(g),domain(compose(compose(compose(h,a),b),a)),
% 2.57/2.86  domain(g)) -> domain(g)
% 2.57/2.86  Current number of equations to process: 110
% 2.57/2.86  Current number of ordered equations: 0
% 2.57/2.86  Current number of rules: 329
% 2.57/2.86  New rule produced :
% 2.57/2.86  [355]
% 2.57/2.86  ifeq(codomain(g),domain(g),domain(compose(h,compose(compose(h,a),b))),
% 2.57/2.86  domain(g)) -> domain(g)
% 2.57/2.86  Current number of equations to process: 114
% 2.57/2.86  Current number of ordered equations: 0
% 2.57/2.86  Current number of rules: 330
% 2.57/2.86  New rule produced :
% 2.57/2.86  [356]
% 2.57/2.86  ifeq(domain(A),domain(g),domain(compose(domain(A),compose(compose(h,a),b))),
% 2.57/2.86  domain(A)) -> domain(A)
% 2.57/2.86  Current number of equations to process: 113
% 2.57/2.86  Current number of ordered equations: 0
% 2.57/2.86  Current number of rules: 331
% 2.57/2.86  New rule produced :
% 2.57/2.86  [357]
% 2.57/2.86  ifeq(codomain(A),domain(g),domain(compose(codomain(A),compose(compose(h,a),b))),
% 2.57/2.86  codomain(A)) -> codomain(A)
% 2.57/2.86  Current number of equations to process: 112
% 2.57/2.86  Current number of ordered equations: 0
% 2.57/2.86  Current number of rules: 332
% 2.57/2.86  New rule produced :
% 2.57/2.86  [358]
% 2.57/2.86  ifeq(codomain(b),codomain(A),domain(compose(compose(compose(h,a),b),codomain(A))),
% 2.57/2.86  domain(g)) -> domain(g)
% 2.57/2.86  Current number of equations to process: 111
% 2.57/2.86  Current number of ordered equations: 0
% 2.57/2.86  Current number of rules: 333
% 2.57/2.86  New rule produced :
% 2.57/2.86  [359]
% 2.57/2.86  ifeq(domain(A),domain(g),codomain(compose(domain(A),compose(compose(h,a),b))),
% 2.57/2.86  codomain(b)) -> codomain(b)
% 2.57/2.86  Current number of equations to process: 110
% 2.57/2.86  Current number of ordered equations: 0
% 2.57/2.86  Current number of rules: 334
% 2.57/2.86  New rule produced :
% 2.57/2.86  [360]
% 2.57/2.86  ifeq(codomain(A),domain(g),codomain(compose(codomain(A),compose(compose(h,a),b))),
% 2.57/2.86  codomain(b)) -> codomain(b)
% 2.57/2.86  Current number of equations to process: 109
% 2.57/2.86  Current number of ordered equations: 0
% 2.57/2.86  Current number of rules: 335
% 2.57/2.86  New rule produced :
% 2.57/2.86  [361]
% 2.57/2.86  ifeq(codomain(b),domain(A),domain(compose(compose(compose(h,a),b),domain(A))),
% 2.57/2.86  domain(g)) -> domain(g)
% 2.57/2.86  Current number of equations to process: 108
% 2.57/2.86  Current number of ordered equations: 0
% 2.57/2.86  Current number of rules: 336
% 2.57/2.86  New rule produced :
% 2.57/2.86  [362]
% 2.57/2.86  ifeq(codomain(b),codomain(g),domain(compose(compose(compose(h,a),b),compose(a,b))),
% 2.57/2.86  domain(g)) -> domain(g)
% 2.57/2.86  Current number of equations to process: 107
% 2.57/2.86  Current number of ordered equations: 0
% 2.57/2.86  Current number of rules: 337
% 2.57/2.86  New rule produced :
% 2.57/2.86  [363]
% 2.57/2.86  ifeq(codomain(b),domain(g),domain(compose(compose(a,b),compose(compose(h,a),b))),
% 2.57/2.86  codomain(g)) -> codomain(g)
% 2.57/2.86  Current number of equations to process: 106
% 2.57/2.86  Current number of ordered equations: 0
% 2.57/2.86  Current number of rules: 338
% 2.57/2.86  New rule produced :
% 2.57/2.86  [364]
% 2.57/2.86  ifeq(codomain(b),domain(g),codomain(compose(compose(a,b),compose(compose(h,a),b))),
% 2.57/2.86  codomain(b)) -> codomain(b)
% 2.57/2.86  Current number of equations to process: 105
% 2.57/2.86  Current number of ordered equations: 0
% 2.57/2.86  Current number of rules: 339
% 2.57/2.86  New rule produced :
% 2.57/2.86  [365]
% 2.57/2.86  ifeq(codomain(b),domain(g),domain(compose(compose(compose(h,a),b),compose(g,
% 2.57/2.86                                                                    compose(a,b)))),
% 2.57/2.86  domain(g)) -> domain(g)
% 2.57/2.86  Current number of equations to process: 104
% 2.57/2.86  Current number of ordered equations: 0
% 2.57/2.86  Current number of rules: 340
% 2.57/2.86  New rule produced :
% 2.57/2.86  [366]
% 2.57/2.86  ifeq(codomain(b),domain(g),domain(compose(compose(g,compose(a,b)),compose(
% 2.57/2.86                                                                    compose(h,a),b))),
% 2.89/3.13  domain(g)) -> domain(g)
% 2.89/3.13  Current number of equations to process: 103
% 2.89/3.13  Current number of ordered equations: 0
% 2.89/3.13  Current number of rules: 341
% 2.89/3.13  New rule produced :
% 2.89/3.13  [367]
% 2.89/3.13  ifeq(codomain(b),domain(g),codomain(compose(compose(g,compose(a,b)),compose(
% 2.89/3.13                                                                      compose(h,a),b))),
% 2.89/3.13  codomain(b)) -> codomain(b)
% 2.89/3.13  Current number of equations to process: 102
% 2.89/3.13  Current number of ordered equations: 0
% 2.89/3.13  Current number of rules: 342
% 2.89/3.13  New rule produced :
% 2.89/3.13  [368]
% 2.89/3.13  ifeq(codomain(a),domain(g),domain(compose(compose(h,a),compose(h,a))),
% 2.89/3.13  domain(g)) -> domain(g)
% 2.89/3.13  Current number of equations to process: 102
% 2.89/3.13  Current number of ordered equations: 0
% 2.89/3.13  Current number of rules: 343
% 2.89/3.13  New rule produced :
% 2.89/3.13  [369]
% 2.89/3.13  ifeq(codomain(a),domain(g),domain(compose(compose(g,a),compose(h,a))),
% 2.89/3.13  domain(g)) -> domain(g)
% 2.89/3.13  Current number of equations to process: 103
% 2.89/3.13  Current number of ordered equations: 0
% 2.89/3.13  Current number of rules: 344
% 2.89/3.13  New rule produced :
% 2.89/3.13  [370]
% 2.89/3.13  ifeq(codomain(b),domain(g),domain(compose(compose(compose(h,a),b),compose(h,a))),
% 2.89/3.13  domain(g)) -> domain(g)
% 2.89/3.13  Current number of equations to process: 102
% 2.89/3.13  Current number of ordered equations: 0
% 2.89/3.13  Current number of rules: 345
% 2.89/3.13  New rule produced :
% 2.89/3.13  [371]
% 2.89/3.13  ifeq(codomain(a),domain(g),domain(compose(compose(h,a),h)),domain(g)) ->
% 2.89/3.13  domain(g)
% 2.89/3.13  Current number of equations to process: 102
% 2.89/3.13  Current number of ordered equations: 0
% 2.89/3.13  Current number of rules: 346
% 2.89/3.13  New rule produced :
% 2.89/3.13  [372]
% 2.89/3.13  ifeq(codomain(a),domain(g),domain(compose(compose(h,a),compose(compose(h,a),b))),
% 2.89/3.13  domain(g)) -> domain(g)
% 2.89/3.13  Current number of equations to process: 102
% 2.89/3.13  Current number of ordered equations: 0
% 2.89/3.13  Current number of rules: 347
% 2.89/3.13  New rule produced :
% 2.89/3.13  [373]
% 2.89/3.13  ifeq(codomain(a),domain(g),codomain(compose(compose(h,a),compose(g,a))),
% 2.89/3.13  codomain(a)) -> codomain(a)
% 2.89/3.13  Current number of equations to process: 103
% 2.89/3.13  Current number of ordered equations: 0
% 2.89/3.13  Current number of rules: 348
% 2.89/3.13  New rule produced :
% 2.89/3.13  [374]
% 2.89/3.13  ifeq(codomain(a),domain(g),codomain(compose(compose(h,a),compose(compose(h,a),b))),
% 2.89/3.13  codomain(b)) -> codomain(b)
% 2.89/3.13  Current number of equations to process: 102
% 2.89/3.13  Current number of ordered equations: 0
% 2.89/3.13  Current number of rules: 349
% 2.89/3.13  New rule produced :
% 2.89/3.13  [375]
% 2.89/3.13  ifeq(codomain(b),domain(A),codomain(compose(compose(compose(h,a),b),A)),
% 2.89/3.13  codomain(A)) -> codomain(A)
% 2.89/3.13  Current number of equations to process: 102
% 2.89/3.13  Current number of ordered equations: 0
% 2.89/3.13  Current number of rules: 350
% 2.89/3.13  New rule produced :
% 2.89/3.13  [376] compose(compose(compose(h,a),b),codomain(b)) -> compose(compose(h,a),b)
% 2.89/3.13  Current number of equations to process: 106
% 2.89/3.13  Current number of ordered equations: 0
% 2.89/3.13  Current number of rules: 351
% 2.89/3.13  New rule produced :
% 2.89/3.13  [377]
% 2.89/3.13  ifeq(codomain(b),codomain(a),codomain(compose(compose(compose(h,a),b),b)),
% 2.89/3.13  codomain(b)) -> codomain(b)
% 2.89/3.13  Current number of equations to process: 105
% 2.89/3.13  Current number of ordered equations: 0
% 2.89/3.13  Current number of rules: 352
% 2.89/3.13  New rule produced :
% 2.89/3.13  [378]
% 2.89/3.13  ifeq(codomain(b),codomain(g),codomain(compose(compose(compose(h,a),b),a)),
% 2.89/3.13  codomain(a)) -> codomain(a)
% 2.89/3.13  Current number of equations to process: 120
% 2.89/3.13  Current number of ordered equations: 0
% 2.89/3.13  Current number of rules: 353
% 2.89/3.13  New rule produced :
% 2.89/3.13  [379]
% 2.89/3.13  ifeq(codomain(b),domain(g),codomain(compose(compose(compose(h,a),b),h)),
% 2.89/3.13  codomain(g)) -> codomain(g)
% 2.89/3.13  Current number of equations to process: 132
% 2.89/3.13  Current number of ordered equations: 0
% 2.89/3.13  Current number of rules: 354
% 2.89/3.13  New rule produced :
% 2.89/3.13  [380]
% 2.89/3.13  ifeq(codomain(b),domain(A),codomain(compose(compose(compose(h,a),b),domain(A))),
% 2.89/3.13  domain(A)) -> domain(A)
% 2.89/3.13  Current number of equations to process: 131
% 2.89/3.13  Current number of ordered equations: 0
% 2.89/3.13  Current number of rules: 355
% 2.89/3.13  New rule produced :
% 2.89/3.13  [381]
% 2.89/3.13  ifeq(codomain(b),codomain(A),codomain(compose(compose(compose(h,a),b),
% 2.89/3.13                                        codomain(A))),codomain(A)) ->
% 2.89/3.13  codomain(A)
% 2.89/3.13  Current number of equations to process: 130
% 2.89/3.13  Current number of ordered equations: 0
% 2.89/3.13  Current number of rules: 356
% 2.89/3.13  New rule produced :
% 2.89/3.13  [382]
% 2.89/3.13  ifeq(codomain(b),codomain(g),codomain(compose(compose(compose(h,a),b),
% 2.89/3.13                                        compose(a,b))),codomain(b)) ->
% 2.89/3.13  codomain(b)
% 2.89/3.13  Current number of equations to process: 129
% 3.12/3.37  Current number of ordered equations: 0
% 3.12/3.37  Current number of rules: 357
% 3.12/3.37  New rule produced :
% 3.12/3.37  [383]
% 3.12/3.37  ifeq(codomain(b),domain(g),codomain(compose(compose(compose(h,a),b),compose(h,a))),
% 3.12/3.37  codomain(a)) -> codomain(a)
% 3.12/3.37  Current number of equations to process: 128
% 3.12/3.37  Current number of ordered equations: 0
% 3.12/3.37  Current number of rules: 358
% 3.12/3.37  New rule produced :
% 3.12/3.37  [384]
% 3.12/3.37  ifeq(codomain(b),domain(g),codomain(compose(compose(compose(h,a),b),compose(g,
% 3.12/3.37                                                                      compose(a,b)))),
% 3.12/3.37  codomain(b)) -> codomain(b)
% 3.12/3.37  Current number of equations to process: 127
% 3.12/3.37  Current number of ordered equations: 0
% 3.12/3.37  Current number of rules: 359
% 3.12/3.37  New rule produced : [385] compose(domain(g),compose(g,a)) -> compose(g,a)
% 3.12/3.37  Current number of equations to process: 129
% 3.12/3.37  Current number of ordered equations: 0
% 3.12/3.37  Current number of rules: 360
% 3.12/3.37  New rule produced :
% 3.12/3.37  [386]
% 3.12/3.37  ifeq(codomain(b),domain(g),domain(compose(b,compose(g,a))),codomain(a)) ->
% 3.12/3.37  codomain(a)
% 3.12/3.37  Current number of equations to process: 131
% 3.12/3.37  Current number of ordered equations: 0
% 3.12/3.37  Current number of rules: 361
% 3.12/3.37  New rule produced :
% 3.12/3.37  [387]
% 3.12/3.37  ifeq(codomain(A),domain(g),domain(compose(A,compose(g,a))),domain(A)) ->
% 3.12/3.37  domain(A)
% 3.12/3.37  Current number of equations to process: 130
% 3.12/3.37  Current number of ordered equations: 0
% 3.12/3.37  Current number of rules: 362
% 3.12/3.37  New rule produced :
% 3.12/3.37  [388]
% 3.12/3.37  ifeq(domain(A),domain(g),domain(compose(domain(A),compose(g,a))),domain(A))
% 3.12/3.37  -> domain(A)
% 3.12/3.37  Current number of equations to process: 129
% 3.12/3.37  Current number of ordered equations: 0
% 3.12/3.37  Current number of rules: 363
% 3.12/3.37  New rule produced :
% 3.12/3.37  [389]
% 3.12/3.37  ifeq(codomain(A),domain(g),domain(compose(codomain(A),compose(g,a))),
% 3.12/3.37  codomain(A)) -> codomain(A)
% 3.12/3.37  Current number of equations to process: 128
% 3.12/3.37  Current number of ordered equations: 0
% 3.12/3.37  Current number of rules: 364
% 3.12/3.37  New rule produced :
% 3.12/3.37  [390]
% 3.12/3.37  ifeq(codomain(a),domain(g),domain(compose(a,compose(g,a))),codomain(g)) ->
% 3.12/3.37  codomain(g)
% 3.12/3.37  Current number of equations to process: 129
% 3.12/3.37  Current number of ordered equations: 0
% 3.12/3.37  Current number of rules: 365
% 3.12/3.37  New rule produced :
% 3.12/3.37  [391]
% 3.12/3.37  ifeq(codomain(g),domain(g),domain(compose(h,compose(g,a))),domain(g)) ->
% 3.12/3.37  domain(g)
% 3.12/3.37  Current number of equations to process: 131
% 3.12/3.37  Current number of ordered equations: 0
% 3.12/3.37  Current number of rules: 366
% 3.12/3.37  New rule produced :
% 3.12/3.37  [392]
% 3.12/3.37  ifeq(codomain(b),domain(g),domain(compose(compose(a,b),compose(g,a))),
% 3.12/3.37  codomain(g)) -> codomain(g)
% 3.12/3.37  Current number of equations to process: 130
% 3.12/3.37  Current number of ordered equations: 0
% 3.12/3.37  Current number of rules: 367
% 3.12/3.37  New rule produced :
% 3.12/3.37  [393]
% 3.12/3.37  ifeq(codomain(a),domain(g),domain(compose(compose(h,a),compose(g,a))),
% 3.12/3.37  domain(g)) -> domain(g)
% 3.12/3.37  Current number of equations to process: 129
% 3.12/3.37  Current number of ordered equations: 0
% 3.12/3.37  Current number of rules: 368
% 3.12/3.37  New rule produced :
% 3.12/3.37  [394]
% 3.12/3.37  ifeq(codomain(b),domain(g),domain(compose(compose(g,compose(a,b)),compose(g,a))),
% 3.12/3.37  domain(g)) -> domain(g)
% 3.12/3.37  Current number of equations to process: 128
% 3.12/3.37  Current number of ordered equations: 0
% 3.12/3.37  Current number of rules: 369
% 3.12/3.37  New rule produced :
% 3.12/3.37  [395]
% 3.12/3.37  ifeq(codomain(A),codomain(g),ifeq(compose(compose(g,a),b),compose(A,b),A,
% 3.12/3.37                               compose(g,a)),compose(g,a)) -> compose(g,a)
% 3.12/3.37  Current number of equations to process: 127
% 3.12/3.37  Current number of ordered equations: 0
% 3.12/3.37  Current number of rules: 370
% 3.12/3.37  New rule produced :
% 3.12/3.37  [396]
% 3.12/3.37  ifeq(codomain(A),codomain(g),ifeq(compose(A,b),compose(compose(g,a),b),A,
% 3.12/3.37                               compose(g,a)),compose(g,a)) -> compose(g,a)
% 3.12/3.37  Current number of equations to process: 126
% 3.12/3.37  Current number of ordered equations: 0
% 3.12/3.37  Current number of rules: 371
% 3.12/3.37  New rule produced :
% 3.12/3.37  [397]
% 3.12/3.37  ifeq(codomain(A),codomain(g),ifeq(compose(compose(g,a),a),compose(A,a),A,
% 3.12/3.37                               compose(g,a)),compose(g,a)) -> compose(g,a)
% 3.12/3.37  Current number of equations to process: 125
% 3.12/3.37  Current number of ordered equations: 0
% 3.12/3.37  Current number of rules: 372
% 3.12/3.37  New rule produced :
% 3.12/3.37  [398]
% 3.12/3.37  ifeq(codomain(A),codomain(g),ifeq(compose(A,a),compose(compose(g,a),a),A,
% 3.12/3.37                               compose(g,a)),compose(g,a)) -> compose(g,a)
% 3.12/3.37  Current number of equations to process: 124
% 3.12/3.37  Current number of ordered equations: 0
% 3.12/3.37  Current number of rules: 373
% 3.12/3.37  New rule produced :
% 3.12/3.37  [399]
% 3.12/3.37  ifeq(codomain(a),codomain(g),ifeq(compose(a,b),A,ifeq(compose(compose(g,a),b),A,
% 3.29/3.56                                                   compose(g,a),a),a),a) -> a
% 3.29/3.56  Current number of equations to process: 123
% 3.29/3.56  Current number of ordered equations: 0
% 3.29/3.56  Current number of rules: 374
% 3.29/3.56  New rule produced :
% 3.29/3.56  [400]
% 3.29/3.56  ifeq(codomain(a),codomain(g),ifeq(compose(a,a),A,ifeq(compose(compose(g,a),a),A,
% 3.29/3.56                                                   compose(g,a),a),a),a) -> a
% 3.29/3.56  Current number of equations to process: 122
% 3.29/3.56  Current number of ordered equations: 0
% 3.29/3.56  Current number of rules: 375
% 3.29/3.56  New rule produced :
% 3.29/3.56  [401]
% 3.29/3.56  ifeq(codomain(b),codomain(g),ifeq(compose(a,b),compose(compose(compose(h,a),b),b),
% 3.29/3.56                               compose(compose(h,a),b),a),a) -> a
% 3.29/3.56  Current number of equations to process: 121
% 3.29/3.56  Current number of ordered equations: 0
% 3.29/3.56  Current number of rules: 376
% 3.29/3.56  New rule produced :
% 3.29/3.56  [402]
% 3.29/3.56  ifeq(codomain(b),codomain(g),ifeq(compose(compose(compose(h,a),b),b),
% 3.29/3.56                               compose(a,b),compose(compose(h,a),b),a),a) -> a
% 3.29/3.56  Current number of equations to process: 120
% 3.29/3.56  Current number of ordered equations: 0
% 3.29/3.56  Current number of rules: 377
% 3.29/3.56  New rule produced :
% 3.29/3.56  [403]
% 3.29/3.56  ifeq(codomain(b),codomain(g),ifeq(compose(a,a),compose(compose(compose(h,a),b),a),
% 3.29/3.56                               compose(compose(h,a),b),a),a) -> a
% 3.29/3.56  Current number of equations to process: 119
% 3.29/3.56  Current number of ordered equations: 0
% 3.29/3.56  Current number of rules: 378
% 3.29/3.56  New rule produced :
% 3.29/3.56  [404]
% 3.29/3.56  ifeq(codomain(b),codomain(g),ifeq(compose(compose(compose(h,a),b),a),
% 3.29/3.56                               compose(a,a),compose(compose(h,a),b),a),a) -> a
% 3.29/3.56  Current number of equations to process: 118
% 3.29/3.56  Current number of ordered equations: 0
% 3.29/3.56  Current number of rules: 379
% 3.29/3.56  New rule produced : [405] ifeq(codomain(g),codomain(a),h,h) -> h
% 3.29/3.56  Current number of equations to process: 120
% 3.29/3.56  Current number of ordered equations: 0
% 3.29/3.56  Current number of rules: 380
% 3.29/3.56  New rule produced : [406] ifeq(codomain(g),codomain(a),g,g) -> g
% 3.29/3.56  Current number of equations to process: 120
% 3.29/3.56  Current number of ordered equations: 0
% 3.29/3.56  Current number of rules: 381
% 3.29/3.56  New rule produced :
% 3.29/3.56  [407]
% 3.29/3.56  ifeq(domain(A),codomain(g),ifeq(domain(A),codomain(a),domain(A),domain(A)),
% 3.29/3.56  domain(A)) -> domain(A)
% 3.29/3.56  Current number of equations to process: 120
% 3.29/3.56  Current number of ordered equations: 0
% 3.29/3.56  Current number of rules: 382
% 3.29/3.56  New rule produced :
% 3.29/3.56  [408]
% 3.29/3.56  ifeq(codomain(A),codomain(g),ifeq(codomain(A),codomain(a),codomain(A),
% 3.29/3.56                               codomain(A)),codomain(A)) -> codomain(A)
% 3.29/3.56  Current number of equations to process: 119
% 3.29/3.56  Current number of ordered equations: 0
% 3.29/3.56  Current number of rules: 383
% 3.29/3.56  New rule produced :
% 3.29/3.56  [409] ifeq(codomain(a),codomain(g),compose(h,a),compose(h,a)) -> compose(h,a)
% 3.29/3.56  Current number of equations to process: 120
% 3.29/3.56  Current number of ordered equations: 0
% 3.29/3.56  Current number of rules: 384
% 3.29/3.56  New rule produced :
% 3.29/3.56  [410] ifeq(codomain(a),codomain(g),compose(g,a),compose(g,a)) -> compose(g,a)
% 3.29/3.56  Current number of equations to process: 120
% 3.29/3.56  Current number of ordered equations: 0
% 3.29/3.56  Current number of rules: 385
% 3.29/3.56  New rule produced :
% 3.29/3.56  [411]
% 3.29/3.56  ifeq(codomain(b),codomain(g),ifeq(codomain(b),codomain(a),compose(a,b),
% 3.29/3.56                               compose(a,b)),compose(a,b)) -> compose(a,b)
% 3.29/3.56  Current number of equations to process: 121
% 3.29/3.56  Current number of ordered equations: 0
% 3.29/3.56  Current number of rules: 386
% 3.29/3.56  New rule produced :
% 3.29/3.56  [412]
% 3.29/3.56  ifeq(domain(A),codomain(a),ifeq(compose(domain(A),b),compose(h,b),h,domain(A)),
% 3.29/3.56  domain(A)) -> domain(A)
% 3.29/3.56  Current number of equations to process: 122
% 3.29/3.56  Current number of ordered equations: 0
% 3.29/3.56  Current number of rules: 387
% 3.29/3.56  New rule produced :
% 3.29/3.56  [413]
% 3.29/3.56  ifeq(codomain(A),codomain(a),ifeq(compose(codomain(A),b),compose(h,b),h,
% 3.29/3.56                               codomain(A)),codomain(A)) -> codomain(A)
% 3.29/3.56  Current number of equations to process: 121
% 3.29/3.56  Current number of ordered equations: 0
% 3.29/3.56  Current number of rules: 388
% 3.29/3.56  New rule produced :
% 3.29/3.56  [414]
% 3.29/3.56  ifeq(compose(compose(h,a),b),compose(h,b),h,compose(h,a)) -> compose(h,a)
% 3.29/3.56  Current number of equations to process: 122
% 3.29/3.56  Current number of ordered equations: 0
% 3.29/3.56  Current number of rules: 389
% 3.29/3.56  New rule produced :
% 3.29/3.56  [415]
% 3.29/3.56  ifeq(compose(compose(g,a),b),compose(h,b),h,compose(g,a)) -> compose(g,a)
% 3.52/3.77  Current number of equations to process: 122
% 3.52/3.77  Current number of ordered equations: 0
% 3.52/3.77  Current number of rules: 390
% 3.52/3.77  New rule produced :
% 3.52/3.77  [416]
% 3.52/3.77  ifeq(codomain(g),codomain(a),ifeq(compose(h,b),compose(g,b),g,h),h) -> h
% 3.52/3.77  Current number of equations to process: 126
% 3.52/3.77  Current number of ordered equations: 0
% 3.52/3.77  Current number of rules: 391
% 3.52/3.77  New rule produced :
% 3.52/3.77  [417]
% 3.52/3.77  ifeq(domain(A),codomain(a),ifeq(compose(domain(A),b),compose(g,b),g,domain(A)),
% 3.52/3.77  domain(A)) -> domain(A)
% 3.52/3.77  Current number of equations to process: 125
% 3.52/3.77  Current number of ordered equations: 0
% 3.52/3.77  Current number of rules: 392
% 3.52/3.77  New rule produced :
% 3.52/3.77  [418]
% 3.52/3.77  ifeq(codomain(A),codomain(a),ifeq(compose(codomain(A),b),compose(g,b),g,
% 3.52/3.77                               codomain(A)),codomain(A)) -> codomain(A)
% 3.52/3.77  Current number of equations to process: 124
% 3.52/3.77  Current number of ordered equations: 0
% 3.52/3.77  Current number of rules: 393
% 3.52/3.77  New rule produced :
% 3.52/3.77  [419]
% 3.52/3.77  ifeq(compose(compose(h,a),b),compose(g,b),g,compose(h,a)) -> compose(h,a)
% 3.52/3.77  Current number of equations to process: 125
% 3.52/3.77  Current number of ordered equations: 0
% 3.52/3.77  Current number of rules: 394
% 3.52/3.77  New rule produced :
% 3.52/3.77  [420]
% 3.52/3.77  ifeq(compose(compose(g,a),b),compose(g,b),g,compose(g,a)) -> compose(g,a)
% 3.52/3.77  Current number of equations to process: 125
% 3.52/3.77  Current number of ordered equations: 0
% 3.52/3.77  Current number of rules: 395
% 3.52/3.77  New rule produced :
% 3.52/3.77  [421]
% 3.52/3.77  ifeq(codomain(b),codomain(a),ifeq(compose(compose(a,b),b),compose(h,b),h,
% 3.52/3.77                               compose(a,b)),compose(a,b)) -> compose(a,b)
% 3.52/3.77  Current number of equations to process: 126
% 3.52/3.77  Current number of ordered equations: 0
% 3.52/3.77  Current number of rules: 396
% 3.52/3.77  New rule produced :
% 3.52/3.77  [422]
% 3.52/3.77  ifeq(codomain(b),codomain(a),ifeq(compose(compose(a,b),b),compose(g,b),g,
% 3.52/3.77                               compose(a,b)),compose(a,b)) -> compose(a,b)
% 3.52/3.77  Current number of equations to process: 125
% 3.52/3.77  Current number of ordered equations: 0
% 3.52/3.77  Current number of rules: 397
% 3.52/3.77  New rule produced :
% 3.52/3.77  [423]
% 3.52/3.77  ifeq(domain(A),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(h,b),
% 3.52/3.77                                                          compose(domain(A),b),
% 3.52/3.77                                                          domain(A),h),h),h) ->
% 3.52/3.77  h
% 3.52/3.77  Current number of equations to process: 131
% 3.52/3.77  Current number of ordered equations: 0
% 3.52/3.77  Current number of rules: 398
% 3.52/3.77  New rule produced :
% 3.52/3.77  [424]
% 3.52/3.77  ifeq(codomain(A),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(h,b),
% 3.52/3.77                                                            compose(codomain(A),b),
% 3.52/3.77                                                            codomain(A),h),h),h)
% 3.52/3.77  -> h
% 3.52/3.77  Current number of equations to process: 130
% 3.52/3.77  Current number of ordered equations: 0
% 3.52/3.77  Current number of rules: 399
% 3.52/3.77  New rule produced :
% 3.52/3.77  [425]
% 3.52/3.77  ifeq(domain(A),codomain(g),ifeq(compose(compose(h,a),b),compose(domain(A),b),
% 3.52/3.77                             domain(A),compose(h,a)),compose(h,a)) ->
% 3.52/3.77  compose(h,a)
% 3.52/3.77  Current number of equations to process: 135
% 3.52/3.77  Current number of ordered equations: 0
% 3.52/3.77  Current number of rules: 400
% 3.52/3.77  New rule produced :
% 3.52/3.77  [426]
% 3.52/3.77  ifeq(codomain(A),codomain(g),ifeq(compose(compose(h,a),b),compose(codomain(A),b),
% 3.52/3.77                               codomain(A),compose(h,a)),compose(h,a)) ->
% 3.52/3.77  compose(h,a)
% 3.52/3.77  Current number of equations to process: 134
% 3.52/3.77  Current number of ordered equations: 0
% 3.52/3.77  Current number of rules: 401
% 3.52/3.77  New rule produced :
% 3.52/3.77  [427]
% 3.52/3.77  ifeq(codomain(A),codomain(a),ifeq(compose(A,b),compose(codomain(g),b),
% 3.52/3.77                               codomain(g),A),A) -> A
% 3.52/3.77  Current number of equations to process: 136
% 3.52/3.77  Current number of ordered equations: 0
% 3.52/3.77  Current number of rules: 402
% 3.52/3.77  New rule produced :
% 3.52/3.77  [428]
% 3.52/3.77  ifeq(codomain(a),codomain(g),ifeq(codomain(A),codomain(a),ifeq(compose(A,b),b,
% 3.52/3.77                                                            codomain(a),A),A),A)
% 3.52/3.77  -> A
% 3.52/3.77  Current number of equations to process: 136
% 3.52/3.77  Current number of ordered equations: 0
% 3.52/3.77  Current number of rules: 403
% 3.52/3.77  New rule produced :
% 3.52/3.77  [429]
% 3.52/3.77  ifeq(domain(A),codomain(g),ifeq(compose(compose(g,a),b),compose(domain(A),b),
% 3.52/3.77                             domain(A),compose(g,a)),compose(g,a)) ->
% 3.52/3.77  compose(g,a)
% 3.52/3.77  Current number of equations to process: 139
% 3.52/3.77  Current number of ordered equations: 0
% 3.52/3.77  Current number of rules: 404
% 3.52/3.77  New rule produced :
% 3.52/3.77  [430]
% 3.52/3.77  ifeq(domain(A),codomain(a),ifeq(compose(h,b),compose(domain(A),b),h,domain(A)),
% 3.73/3.95  domain(A)) -> domain(A)
% 3.73/3.95  Current number of equations to process: 146
% 3.73/3.95  Current number of ordered equations: 0
% 3.73/3.95  Current number of rules: 405
% 3.73/3.95  New rule produced :
% 3.73/3.95  [431]
% 3.73/3.95  ifeq(codomain(A),codomain(a),ifeq(compose(h,b),compose(codomain(A),b),h,
% 3.73/3.95                               codomain(A)),codomain(A)) -> codomain(A)
% 3.73/3.95  Current number of equations to process: 145
% 3.73/3.95  Current number of ordered equations: 0
% 3.73/3.95  Current number of rules: 406
% 3.73/3.95  New rule produced :
% 3.73/3.95  [432]
% 3.73/3.95  ifeq(compose(h,b),compose(compose(h,a),b),h,compose(h,a)) -> compose(h,a)
% 3.73/3.95  Current number of equations to process: 146
% 3.73/3.95  Current number of ordered equations: 0
% 3.73/3.95  Current number of rules: 407
% 3.73/3.95  New rule produced :
% 3.73/3.95  [433]
% 3.73/3.95  ifeq(compose(h,b),compose(compose(g,a),b),h,compose(g,a)) -> compose(g,a)
% 3.73/3.95  Current number of equations to process: 146
% 3.73/3.95  Current number of ordered equations: 0
% 3.73/3.95  Current number of rules: 408
% 3.73/3.95  New rule produced :
% 3.73/3.95  [434]
% 3.73/3.95  ifeq(codomain(g),codomain(a),ifeq(compose(g,b),compose(h,b),g,h),h) -> h
% 3.73/3.95  Current number of equations to process: 150
% 3.73/3.95  Current number of ordered equations: 0
% 3.73/3.95  Current number of rules: 409
% 3.73/3.95  New rule produced :
% 3.73/3.95  [435]
% 3.73/3.95  ifeq(domain(A),codomain(a),ifeq(compose(g,b),compose(domain(A),b),g,domain(A)),
% 3.73/3.95  domain(A)) -> domain(A)
% 3.73/3.95  Current number of equations to process: 149
% 3.73/3.95  Current number of ordered equations: 0
% 3.73/3.95  Current number of rules: 410
% 3.73/3.95  New rule produced :
% 3.73/3.95  [436]
% 3.73/3.95  ifeq(codomain(A),codomain(a),ifeq(compose(g,b),compose(codomain(A),b),g,
% 3.73/3.95                               codomain(A)),codomain(A)) -> codomain(A)
% 3.73/3.95  Current number of equations to process: 148
% 3.73/3.95  Current number of ordered equations: 0
% 3.73/3.95  Current number of rules: 411
% 3.73/3.95  New rule produced :
% 3.73/3.95  [437]
% 3.73/3.95  ifeq(compose(g,b),compose(compose(h,a),b),g,compose(h,a)) -> compose(h,a)
% 3.73/3.95  Current number of equations to process: 149
% 3.73/3.95  Current number of ordered equations: 0
% 3.73/3.95  Current number of rules: 412
% 3.73/3.95  New rule produced :
% 3.73/3.95  [438]
% 3.73/3.95  ifeq(compose(g,b),compose(compose(g,a),b),g,compose(g,a)) -> compose(g,a)
% 3.73/3.95  Current number of equations to process: 149
% 3.73/3.95  Current number of ordered equations: 0
% 3.73/3.95  Current number of rules: 413
% 3.73/3.95  New rule produced :
% 3.73/3.95  [439]
% 3.73/3.95  ifeq(codomain(b),codomain(a),ifeq(compose(h,b),compose(compose(a,b),b),h,
% 3.73/3.95                               compose(a,b)),compose(a,b)) -> compose(a,b)
% 3.73/3.95  Current number of equations to process: 150
% 3.73/3.95  Current number of ordered equations: 0
% 3.73/3.95  Current number of rules: 414
% 3.73/3.95  New rule produced :
% 3.73/3.95  [440]
% 3.73/3.95  ifeq(codomain(b),codomain(a),ifeq(compose(g,b),compose(compose(a,b),b),g,
% 3.73/3.95                               compose(a,b)),compose(a,b)) -> compose(a,b)
% 3.73/3.95  Current number of equations to process: 149
% 3.73/3.95  Current number of ordered equations: 0
% 3.73/3.95  Current number of rules: 415
% 3.73/3.95  New rule produced :
% 3.73/3.95  [441]
% 3.73/3.95  ifeq(domain(A),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(
% 3.73/3.95                                                               domain(A),b),
% 3.73/3.95                                                          compose(h,b),
% 3.73/3.95                                                          domain(A),h),h),h) ->
% 3.73/3.95  h
% 3.73/3.95  Current number of equations to process: 155
% 3.73/3.95  Current number of ordered equations: 0
% 3.73/3.95  Current number of rules: 416
% 3.73/3.95  New rule produced :
% 3.73/3.95  [442]
% 3.73/3.95  ifeq(codomain(A),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(
% 3.73/3.95                                                                 codomain(A),b),
% 3.73/3.95                                                            compose(h,b),
% 3.73/3.95                                                            codomain(A),h),h),h)
% 3.73/3.95  -> h
% 3.73/3.95  Current number of equations to process: 154
% 3.73/3.95  Current number of ordered equations: 0
% 3.73/3.95  Current number of rules: 417
% 3.73/3.95  New rule produced :
% 3.73/3.95  [443]
% 3.73/3.95  ifeq(codomain(A),codomain(g),ifeq(compose(compose(g,a),b),compose(codomain(A),b),
% 3.73/3.95                               codomain(A),compose(g,a)),compose(g,a)) ->
% 3.73/3.95  compose(g,a)
% 3.73/3.95  Current number of equations to process: 153
% 3.73/3.95  Current number of ordered equations: 0
% 3.73/3.95  Current number of rules: 418
% 3.73/3.95  New rule produced :
% 3.73/3.95  [444]
% 3.73/3.95  ifeq(domain(A),codomain(g),ifeq(compose(domain(A),b),compose(compose(h,a),b),
% 3.73/3.95                             domain(A),compose(h,a)),compose(h,a)) ->
% 3.73/3.95  compose(h,a)
% 3.73/3.95  Current number of equations to process: 158
% 3.73/3.95  Current number of ordered equations: 0
% 3.73/3.95  Current number of rules: 419
% 3.97/4.18  New rule produced :
% 3.97/4.18  [445]
% 3.97/4.18  ifeq(codomain(A),codomain(g),ifeq(compose(codomain(A),b),compose(compose(h,a),b),
% 3.97/4.18                               codomain(A),compose(h,a)),compose(h,a)) ->
% 3.97/4.18  compose(h,a)
% 3.97/4.18  Current number of equations to process: 157
% 3.97/4.18  Current number of ordered equations: 0
% 3.97/4.18  Current number of rules: 420
% 3.97/4.18  New rule produced :
% 3.97/4.18  [446]
% 3.97/4.18  ifeq(codomain(A),codomain(a),ifeq(compose(codomain(g),b),compose(A,b),
% 3.97/4.18                               codomain(g),A),A) -> A
% 3.97/4.18  Current number of equations to process: 159
% 3.97/4.18  Current number of ordered equations: 0
% 3.97/4.18  Current number of rules: 421
% 3.97/4.18  New rule produced :
% 3.97/4.18  [447]
% 3.97/4.18  ifeq(codomain(a),codomain(g),ifeq(codomain(A),codomain(a),ifeq(b,compose(A,b),
% 3.97/4.18                                                            codomain(a),A),A),A)
% 3.97/4.18  -> A
% 3.97/4.18  Current number of equations to process: 159
% 3.97/4.18  Current number of ordered equations: 0
% 3.97/4.18  Current number of rules: 422
% 3.97/4.18  New rule produced :
% 3.97/4.18  [448]
% 3.97/4.18  ifeq(domain(A),codomain(g),ifeq(compose(domain(A),b),compose(compose(g,a),b),
% 3.97/4.18                             domain(A),compose(g,a)),compose(g,a)) ->
% 3.97/4.18  compose(g,a)
% 3.97/4.18  Current number of equations to process: 162
% 3.97/4.18  Current number of ordered equations: 0
% 3.97/4.18  Current number of rules: 423
% 3.97/4.18  New rule produced :
% 3.97/4.18  [449]
% 3.97/4.18  ifeq(domain(A),codomain(a),ifeq(compose(domain(A),a),compose(h,a),h,domain(A)),
% 3.97/4.18  domain(A)) -> domain(A)
% 3.97/4.18  Current number of equations to process: 169
% 3.97/4.18  Current number of ordered equations: 0
% 3.97/4.18  Current number of rules: 424
% 3.97/4.18  New rule produced :
% 3.97/4.18  [450]
% 3.97/4.18  ifeq(codomain(A),codomain(a),ifeq(compose(codomain(A),a),compose(h,a),h,
% 3.97/4.18                               codomain(A)),codomain(A)) -> codomain(A)
% 3.97/4.18  Current number of equations to process: 168
% 3.97/4.18  Current number of ordered equations: 0
% 3.97/4.18  Current number of rules: 425
% 3.97/4.18  New rule produced :
% 3.97/4.18  [451]
% 3.97/4.18  ifeq(compose(compose(h,a),a),compose(h,a),h,compose(h,a)) -> compose(h,a)
% 3.97/4.18  Current number of equations to process: 169
% 3.97/4.18  Current number of ordered equations: 0
% 3.97/4.18  Current number of rules: 426
% 3.97/4.18  New rule produced :
% 3.97/4.18  [452]
% 3.97/4.18  ifeq(compose(compose(g,a),a),compose(h,a),h,compose(g,a)) -> compose(g,a)
% 3.97/4.18  Current number of equations to process: 169
% 3.97/4.18  Current number of ordered equations: 0
% 3.97/4.18  Current number of rules: 427
% 3.97/4.18  New rule produced :
% 3.97/4.18  [453]
% 3.97/4.18  ifeq(codomain(g),codomain(a),ifeq(compose(h,a),compose(g,a),g,h),h) -> h
% 3.97/4.18  Current number of equations to process: 173
% 3.97/4.18  Current number of ordered equations: 0
% 3.97/4.18  Current number of rules: 428
% 3.97/4.18  New rule produced :
% 3.97/4.18  [454]
% 3.97/4.18  ifeq(domain(A),codomain(a),ifeq(compose(domain(A),a),compose(g,a),g,domain(A)),
% 3.97/4.18  domain(A)) -> domain(A)
% 3.97/4.18  Current number of equations to process: 172
% 3.97/4.18  Current number of ordered equations: 0
% 3.97/4.18  Current number of rules: 429
% 3.97/4.18  New rule produced :
% 3.97/4.18  [455]
% 3.97/4.18  ifeq(codomain(A),codomain(a),ifeq(compose(codomain(A),a),compose(g,a),g,
% 3.97/4.18                               codomain(A)),codomain(A)) -> codomain(A)
% 3.97/4.18  Current number of equations to process: 171
% 3.97/4.18  Current number of ordered equations: 0
% 3.97/4.18  Current number of rules: 430
% 3.97/4.18  New rule produced :
% 3.97/4.18  [456]
% 3.97/4.18  ifeq(compose(compose(h,a),a),compose(g,a),g,compose(h,a)) -> compose(h,a)
% 3.97/4.18  Current number of equations to process: 172
% 3.97/4.18  Current number of ordered equations: 0
% 3.97/4.18  Current number of rules: 431
% 3.97/4.18  New rule produced :
% 3.97/4.18  [457]
% 3.97/4.18  ifeq(compose(compose(g,a),a),compose(g,a),g,compose(g,a)) -> compose(g,a)
% 3.97/4.18  Current number of equations to process: 172
% 3.97/4.18  Current number of ordered equations: 0
% 3.97/4.18  Current number of rules: 432
% 3.97/4.18  New rule produced :
% 3.97/4.18  [458]
% 3.97/4.18  ifeq(codomain(b),codomain(a),ifeq(compose(compose(a,b),a),compose(h,a),h,
% 3.97/4.18                               compose(a,b)),compose(a,b)) -> compose(a,b)
% 3.97/4.18  Current number of equations to process: 173
% 3.97/4.18  Current number of ordered equations: 0
% 3.97/4.18  Current number of rules: 433
% 3.97/4.18  New rule produced :
% 3.97/4.18  [459]
% 3.97/4.18  ifeq(codomain(b),codomain(a),ifeq(compose(compose(a,b),a),compose(g,a),g,
% 3.97/4.18                               compose(a,b)),compose(a,b)) -> compose(a,b)
% 3.97/4.18  Current number of equations to process: 172
% 3.97/4.18  Current number of ordered equations: 0
% 3.97/4.18  Current number of rules: 434
% 3.97/4.18  New rule produced :
% 3.97/4.18  [460]
% 3.97/4.18  ifeq(domain(A),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(h,a),
% 3.97/4.18                                                          compose(domain(A),a),
% 3.97/4.18                                                          domain(A),h),h),h) ->
% 4.19/4.43  h
% 4.19/4.43  Current number of equations to process: 178
% 4.19/4.43  Current number of ordered equations: 0
% 4.19/4.43  Current number of rules: 435
% 4.19/4.43  New rule produced :
% 4.19/4.43  [461]
% 4.19/4.43  ifeq(codomain(A),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(h,a),
% 4.19/4.43                                                            compose(codomain(A),a),
% 4.19/4.43                                                            codomain(A),h),h),h)
% 4.19/4.43  -> h
% 4.19/4.43  Current number of equations to process: 177
% 4.19/4.43  Current number of ordered equations: 0
% 4.19/4.43  Current number of rules: 436
% 4.19/4.43  New rule produced :
% 4.19/4.43  [462]
% 4.19/4.43  ifeq(codomain(A),codomain(g),ifeq(compose(codomain(A),b),compose(compose(g,a),b),
% 4.19/4.43                               codomain(A),compose(g,a)),compose(g,a)) ->
% 4.19/4.43  compose(g,a)
% 4.19/4.43  Current number of equations to process: 176
% 4.19/4.43  Current number of ordered equations: 0
% 4.19/4.43  Current number of rules: 437
% 4.19/4.43  New rule produced :
% 4.19/4.43  [463]
% 4.19/4.43  ifeq(domain(A),codomain(g),ifeq(compose(compose(h,a),a),compose(domain(A),a),
% 4.19/4.43                             domain(A),compose(h,a)),compose(h,a)) ->
% 4.19/4.43  compose(h,a)
% 4.19/4.43  Current number of equations to process: 181
% 4.19/4.43  Current number of ordered equations: 0
% 4.19/4.43  Current number of rules: 438
% 4.19/4.43  New rule produced :
% 4.19/4.43  [464]
% 4.19/4.43  ifeq(codomain(A),codomain(g),ifeq(compose(compose(h,a),a),compose(codomain(A),a),
% 4.19/4.43                               codomain(A),compose(h,a)),compose(h,a)) ->
% 4.19/4.43  compose(h,a)
% 4.19/4.43  Current number of equations to process: 180
% 4.19/4.43  Current number of ordered equations: 0
% 4.19/4.43  Current number of rules: 439
% 4.19/4.43  New rule produced :
% 4.19/4.43  [465] ifeq(codomain(A),codomain(a),ifeq(compose(A,a),a,codomain(g),A),A) -> A
% 4.19/4.43  Current number of equations to process: 181
% 4.19/4.43  Current number of ordered equations: 0
% 4.19/4.43  Current number of rules: 440
% 4.19/4.43  New rule produced :
% 4.19/4.43  [466]
% 4.19/4.43  ifeq(domain(A),codomain(g),ifeq(compose(compose(g,a),a),compose(domain(A),a),
% 4.19/4.43                             domain(A),compose(g,a)),compose(g,a)) ->
% 4.19/4.43  compose(g,a)
% 4.19/4.43  Current number of equations to process: 185
% 4.19/4.43  Current number of ordered equations: 0
% 4.19/4.43  Current number of rules: 441
% 4.19/4.43  New rule produced :
% 4.19/4.43  [467]
% 4.19/4.43  ifeq(domain(A),codomain(a),ifeq(compose(h,a),compose(domain(A),a),h,domain(A)),
% 4.19/4.43  domain(A)) -> domain(A)
% 4.19/4.43  Current number of equations to process: 192
% 4.19/4.43  Current number of ordered equations: 0
% 4.19/4.43  Current number of rules: 442
% 4.19/4.43  New rule produced :
% 4.19/4.43  [468]
% 4.19/4.43  ifeq(codomain(A),codomain(a),ifeq(compose(h,a),compose(codomain(A),a),h,
% 4.19/4.43                               codomain(A)),codomain(A)) -> codomain(A)
% 4.19/4.43  Current number of equations to process: 191
% 4.19/4.43  Current number of ordered equations: 0
% 4.19/4.43  Current number of rules: 443
% 4.19/4.43  New rule produced :
% 4.19/4.43  [469]
% 4.19/4.43  ifeq(compose(h,a),compose(compose(h,a),a),h,compose(h,a)) -> compose(h,a)
% 4.19/4.43  Current number of equations to process: 192
% 4.19/4.43  Current number of ordered equations: 0
% 4.19/4.43  Current number of rules: 444
% 4.19/4.43  New rule produced :
% 4.19/4.43  [470]
% 4.19/4.43  ifeq(compose(h,a),compose(compose(g,a),a),h,compose(g,a)) -> compose(g,a)
% 4.19/4.43  Current number of equations to process: 192
% 4.19/4.43  Current number of ordered equations: 0
% 4.19/4.43  Current number of rules: 445
% 4.19/4.43  New rule produced :
% 4.19/4.43  [471]
% 4.19/4.43  ifeq(codomain(g),codomain(a),ifeq(compose(g,a),compose(h,a),g,h),h) -> h
% 4.19/4.43  Current number of equations to process: 196
% 4.19/4.43  Current number of ordered equations: 0
% 4.19/4.43  Current number of rules: 446
% 4.19/4.43  New rule produced :
% 4.19/4.43  [472]
% 4.19/4.43  ifeq(domain(A),codomain(a),ifeq(compose(g,a),compose(domain(A),a),g,domain(A)),
% 4.19/4.43  domain(A)) -> domain(A)
% 4.19/4.43  Current number of equations to process: 195
% 4.19/4.43  Current number of ordered equations: 0
% 4.19/4.43  Current number of rules: 447
% 4.19/4.43  New rule produced :
% 4.19/4.43  [473]
% 4.19/4.43  ifeq(codomain(A),codomain(a),ifeq(compose(g,a),compose(codomain(A),a),g,
% 4.19/4.43                               codomain(A)),codomain(A)) -> codomain(A)
% 4.19/4.43  Current number of equations to process: 194
% 4.19/4.43  Current number of ordered equations: 0
% 4.19/4.43  Current number of rules: 448
% 4.19/4.43  New rule produced :
% 4.19/4.43  [474]
% 4.19/4.43  ifeq(compose(g,a),compose(compose(h,a),a),g,compose(h,a)) -> compose(h,a)
% 4.19/4.43  Current number of equations to process: 195
% 4.19/4.43  Current number of ordered equations: 0
% 4.19/4.43  Current number of rules: 449
% 4.19/4.43  New rule produced :
% 4.19/4.43  [475]
% 4.19/4.43  ifeq(compose(g,a),compose(compose(g,a),a),g,compose(g,a)) -> compose(g,a)
% 4.19/4.43  Current number of equations to process: 195
% 4.19/4.43  Current number of ordered equations: 0
% 4.19/4.43  Current number of rules: 450
% 4.19/4.43  New rule produced :
% 4.19/4.43  [476]
% 4.19/4.43  ifeq(codomain(b),codomain(a),ifeq(compose(h,a),compose(compose(a,b),a),h,
% 4.42/4.64                               compose(a,b)),compose(a,b)) -> compose(a,b)
% 4.42/4.64  Current number of equations to process: 196
% 4.42/4.64  Current number of ordered equations: 0
% 4.42/4.64  Current number of rules: 451
% 4.42/4.64  New rule produced :
% 4.42/4.64  [477]
% 4.42/4.64  ifeq(codomain(b),codomain(a),ifeq(compose(g,a),compose(compose(a,b),a),g,
% 4.42/4.64                               compose(a,b)),compose(a,b)) -> compose(a,b)
% 4.42/4.64  Current number of equations to process: 195
% 4.42/4.64  Current number of ordered equations: 0
% 4.42/4.64  Current number of rules: 452
% 4.42/4.64  New rule produced :
% 4.42/4.64  [478]
% 4.42/4.64  ifeq(domain(A),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(
% 4.42/4.64                                                               domain(A),a),
% 4.42/4.64                                                          compose(h,a),
% 4.42/4.64                                                          domain(A),h),h),h) ->
% 4.42/4.64  h
% 4.42/4.64  Current number of equations to process: 201
% 4.42/4.64  Current number of ordered equations: 0
% 4.42/4.64  Current number of rules: 453
% 4.42/4.64  New rule produced :
% 4.42/4.64  [479]
% 4.42/4.64  ifeq(codomain(A),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(
% 4.42/4.64                                                                 codomain(A),a),
% 4.42/4.64                                                            compose(h,a),
% 4.42/4.64                                                            codomain(A),h),h),h)
% 4.42/4.64  -> h
% 4.42/4.64  Current number of equations to process: 200
% 4.42/4.64  Current number of ordered equations: 0
% 4.42/4.64  Current number of rules: 454
% 4.42/4.64  New rule produced :
% 4.42/4.64  [480]
% 4.42/4.64  ifeq(codomain(A),codomain(g),ifeq(compose(compose(g,a),a),compose(codomain(A),a),
% 4.42/4.64                               codomain(A),compose(g,a)),compose(g,a)) ->
% 4.42/4.64  compose(g,a)
% 4.42/4.64  Current number of equations to process: 199
% 4.42/4.64  Current number of ordered equations: 0
% 4.42/4.64  Current number of rules: 455
% 4.42/4.64  New rule produced :
% 4.42/4.64  [481]
% 4.42/4.64  ifeq(domain(A),codomain(g),ifeq(compose(domain(A),a),compose(compose(h,a),a),
% 4.42/4.64                             domain(A),compose(h,a)),compose(h,a)) ->
% 4.42/4.64  compose(h,a)
% 4.42/4.64  Current number of equations to process: 204
% 4.42/4.64  Current number of ordered equations: 0
% 4.42/4.64  Current number of rules: 456
% 4.42/4.64  New rule produced :
% 4.42/4.64  [482]
% 4.42/4.64  ifeq(codomain(A),codomain(g),ifeq(compose(codomain(A),a),compose(compose(h,a),a),
% 4.42/4.64                               codomain(A),compose(h,a)),compose(h,a)) ->
% 4.42/4.64  compose(h,a)
% 4.42/4.64  Current number of equations to process: 203
% 4.42/4.64  Current number of ordered equations: 0
% 4.42/4.64  Current number of rules: 457
% 4.42/4.64  New rule produced :
% 4.42/4.64  [483] ifeq(codomain(A),codomain(a),ifeq(a,compose(A,a),codomain(g),A),A) -> A
% 4.42/4.64  Current number of equations to process: 204
% 4.42/4.64  Current number of ordered equations: 0
% 4.42/4.64  Current number of rules: 458
% 4.42/4.64  New rule produced :
% 4.42/4.64  [484]
% 4.42/4.64  ifeq(domain(A),codomain(g),ifeq(compose(domain(A),a),compose(compose(g,a),a),
% 4.42/4.64                             domain(A),compose(g,a)),compose(g,a)) ->
% 4.42/4.64  compose(g,a)
% 4.42/4.64  Current number of equations to process: 208
% 4.42/4.64  Current number of ordered equations: 0
% 4.42/4.64  Current number of rules: 459
% 4.42/4.64  New rule produced :
% 4.42/4.64  [485]
% 4.42/4.64  ifeq(codomain(A),codomain(g),ifeq(compose(codomain(A),a),compose(compose(g,a),a),
% 4.42/4.64                               codomain(A),compose(g,a)),compose(g,a)) ->
% 4.42/4.64  compose(g,a)
% 4.42/4.64  Current number of equations to process: 212
% 4.42/4.64  Current number of ordered equations: 0
% 4.42/4.64  Current number of rules: 460
% 4.42/4.64  New rule produced :
% 4.42/4.64  [486]
% 4.42/4.64  ifeq(codomain(a),codomain(g),ifeq(codomain(A),codomain(a),ifeq(compose(A,b),
% 4.42/4.64                                                            compose(compose(g,a),b),
% 4.42/4.64                                                            compose(g,a),A),A),A)
% 4.42/4.64  -> A
% 4.42/4.64  Current number of equations to process: 212
% 4.42/4.64  Current number of ordered equations: 0
% 4.42/4.64  Current number of rules: 461
% 4.42/4.64  New rule produced :
% 4.42/4.64  [487]
% 4.42/4.64  ifeq(codomain(a),codomain(g),ifeq(codomain(A),codomain(a),ifeq(compose(
% 4.42/4.64                                                                 compose(g,a),b),
% 4.42/4.64                                                            compose(A,b),
% 4.42/4.64                                                            compose(g,a),A),A),A)
% 4.42/4.64  -> A
% 4.42/4.64  Current number of equations to process: 211
% 4.42/4.64  Current number of ordered equations: 0
% 4.42/4.64  Current number of rules: 462
% 4.42/4.64  New rule produced :
% 4.42/4.64  [488]
% 4.42/4.64  ifeq(codomain(a),codomain(g),ifeq(codomain(A),codomain(a),ifeq(compose(A,a),
% 4.42/4.64                                                            compose(compose(g,a),a),
% 4.49/4.72                                                            compose(g,a),A),A),A)
% 4.49/4.72  -> A
% 4.49/4.72  Current number of equations to process: 210
% 4.49/4.72  Current number of ordered equations: 0
% 4.49/4.72  Current number of rules: 463
% 4.49/4.72  New rule produced :
% 4.49/4.72  [489]
% 4.49/4.72  ifeq(codomain(a),codomain(g),ifeq(codomain(A),codomain(a),ifeq(compose(
% 4.49/4.72                                                                 compose(g,a),a),
% 4.49/4.72                                                            compose(A,a),
% 4.49/4.72                                                            compose(g,a),A),A),A)
% 4.49/4.72  -> A
% 4.49/4.72  Current number of equations to process: 209
% 4.49/4.72  Current number of ordered equations: 0
% 4.49/4.72  Current number of rules: 464
% 4.49/4.72  New rule produced :
% 4.49/4.72  [490]
% 4.49/4.72  ifeq(codomain(b),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(h,b),
% 4.49/4.72                                                            compose(compose(a,b),b),
% 4.49/4.72                                                            compose(a,b),h),h),h)
% 4.49/4.72  -> h
% 4.49/4.72  Current number of equations to process: 208
% 4.49/4.72  Current number of ordered equations: 0
% 4.49/4.72  Current number of rules: 465
% 4.49/4.72  New rule produced :
% 4.49/4.72  [491]
% 4.49/4.72  ifeq(codomain(a),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(h,b),
% 4.49/4.72                                                            compose(compose(h,a),b),
% 4.49/4.72                                                            compose(h,a),h),h),h)
% 4.49/4.72  -> h
% 4.49/4.72  Current number of equations to process: 207
% 4.49/4.72  Current number of ordered equations: 0
% 4.49/4.72  Current number of rules: 466
% 4.49/4.72  New rule produced :
% 4.49/4.72  [492]
% 4.49/4.72  ifeq(codomain(a),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(h,b),
% 4.49/4.72                                                            compose(compose(g,a),b),
% 4.49/4.72                                                            compose(g,a),h),h),h)
% 4.49/4.72  -> h
% 4.49/4.72  Current number of equations to process: 206
% 4.49/4.72  Current number of ordered equations: 0
% 4.49/4.72  Current number of rules: 467
% 4.49/4.72  New rule produced :
% 4.49/4.72  [493]
% 4.49/4.72  ifeq(codomain(b),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(
% 4.49/4.72                                                                 compose(a,b),b),
% 4.49/4.72                                                            compose(h,b),
% 4.49/4.72                                                            compose(a,b),h),h),h)
% 4.49/4.72  -> h
% 4.49/4.72  Current number of equations to process: 205
% 4.49/4.72  Current number of ordered equations: 0
% 4.49/4.72  Current number of rules: 468
% 4.49/4.72  New rule produced :
% 4.49/4.72  [494]
% 4.49/4.72  ifeq(codomain(a),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(
% 4.49/4.72                                                                 compose(h,a),b),
% 4.49/4.72                                                            compose(h,b),
% 4.49/4.72                                                            compose(h,a),h),h),h)
% 4.49/4.72  -> h
% 4.49/4.72  Current number of equations to process: 204
% 4.49/4.72  Current number of ordered equations: 0
% 4.49/4.72  Current number of rules: 469
% 4.49/4.72  New rule produced :
% 4.49/4.72  [495]
% 4.49/4.72  ifeq(codomain(a),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(
% 4.49/4.72                                                                 compose(g,a),b),
% 4.49/4.72                                                            compose(h,b),
% 4.49/4.72                                                            compose(g,a),h),h),h)
% 4.49/4.72  -> h
% 4.49/4.72  Current number of equations to process: 203
% 4.49/4.72  Current number of ordered equations: 0
% 4.49/4.72  Current number of rules: 470
% 4.49/4.72  New rule produced :
% 4.49/4.72  [496]
% 4.49/4.72  ifeq(codomain(b),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(h,a),
% 4.49/4.72                                                            compose(compose(a,b),a),
% 4.49/4.72                                                            compose(a,b),h),h),h)
% 4.49/4.72  -> h
% 4.49/4.72  Current number of equations to process: 202
% 4.49/4.72  Current number of ordered equations: 0
% 4.49/4.72  Current number of rules: 471
% 4.49/4.72  New rule produced :
% 4.49/4.72  [497]
% 4.49/4.72  ifeq(codomain(a),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(h,a),
% 4.49/4.72                                                            compose(compose(h,a),a),
% 4.49/4.72                                                            compose(h,a),h),h),h)
% 4.49/4.72  -> h
% 4.49/4.72  Current number of equations to process: 201
% 4.49/4.72  Current number of ordered equations: 0
% 4.49/4.72  Current number of rules: 472
% 4.49/4.72  New rule produced :
% 4.49/4.72  [498]
% 4.49/4.72  ifeq(codomain(a),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(h,a),
% 4.49/4.72                                                            compose(compose(g,a),a),
% 4.87/5.07                                                            compose(g,a),h),h),h)
% 4.87/5.07  -> h
% 4.87/5.07  Current number of equations to process: 200
% 4.87/5.07  Current number of ordered equations: 0
% 4.87/5.07  Current number of rules: 473
% 4.87/5.07  New rule produced :
% 4.87/5.07  [499]
% 4.87/5.07  ifeq(codomain(b),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(
% 4.87/5.07                                                                 compose(a,b),a),
% 4.87/5.07                                                            compose(h,a),
% 4.87/5.07                                                            compose(a,b),h),h),h)
% 4.87/5.07  -> h
% 4.87/5.07  Current number of equations to process: 199
% 4.87/5.07  Current number of ordered equations: 0
% 4.87/5.07  Current number of rules: 474
% 4.87/5.07  New rule produced :
% 4.87/5.07  [500]
% 4.87/5.07  ifeq(codomain(a),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(
% 4.87/5.07                                                                 compose(h,a),a),
% 4.87/5.07                                                            compose(h,a),
% 4.87/5.07                                                            compose(h,a),h),h),h)
% 4.87/5.07  -> h
% 4.87/5.07  Current number of equations to process: 198
% 4.87/5.07  Current number of ordered equations: 0
% 4.87/5.07  Current number of rules: 475
% 4.87/5.07  New rule produced :
% 4.87/5.07  [501]
% 4.87/5.07  ifeq(codomain(a),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(
% 4.87/5.07                                                                 compose(g,a),a),
% 4.87/5.07                                                            compose(h,a),
% 4.87/5.07                                                            compose(g,a),h),h),h)
% 4.87/5.07  -> h
% 4.87/5.07  Current number of equations to process: 197
% 4.87/5.07  Current number of ordered equations: 0
% 4.87/5.07  Current number of rules: 476
% 4.87/5.07  New rule produced :
% 4.87/5.07  [502]
% 4.87/5.07  ifeq(codomain(b),codomain(g),ifeq(compose(compose(h,a),b),compose(compose(a,b),b),
% 4.87/5.07                               compose(a,b),compose(h,a)),compose(h,a)) ->
% 4.87/5.07  compose(h,a)
% 4.87/5.07  Current number of equations to process: 244
% 4.87/5.07  Current number of ordered equations: 0
% 4.87/5.07  Current number of rules: 477
% 4.87/5.07  New rule produced :
% 4.87/5.07  [503]
% 4.87/5.07  ifeq(codomain(a),codomain(g),ifeq(compose(compose(h,a),b),compose(compose(g,a),b),
% 4.87/5.07                               compose(g,a),compose(h,a)),compose(h,a)) ->
% 4.87/5.07  compose(h,a)
% 4.87/5.07  Current number of equations to process: 243
% 4.87/5.07  Current number of ordered equations: 0
% 4.87/5.07  Current number of rules: 478
% 4.87/5.07  New rule produced :
% 4.87/5.07  [504]
% 4.87/5.07  ifeq(codomain(b),codomain(g),ifeq(compose(compose(a,b),b),compose(compose(h,a),b),
% 4.87/5.07                               compose(a,b),compose(h,a)),compose(h,a)) ->
% 4.87/5.07  compose(h,a)
% 4.87/5.07  Current number of equations to process: 242
% 4.87/5.07  Current number of ordered equations: 0
% 4.87/5.07  Current number of rules: 479
% 4.87/5.07  New rule produced :
% 4.87/5.07  [505]
% 4.87/5.07  ifeq(codomain(a),codomain(g),ifeq(compose(compose(g,a),b),compose(compose(h,a),b),
% 4.87/5.07                               compose(g,a),compose(h,a)),compose(h,a)) ->
% 4.87/5.07  compose(h,a)
% 4.87/5.07  Current number of equations to process: 241
% 4.87/5.07  Current number of ordered equations: 0
% 4.87/5.07  Current number of rules: 480
% 4.87/5.07  New rule produced :
% 4.87/5.07  [506]
% 4.87/5.07  ifeq(codomain(b),codomain(g),ifeq(compose(compose(h,a),a),compose(compose(a,b),a),
% 4.87/5.07                               compose(a,b),compose(h,a)),compose(h,a)) ->
% 4.87/5.07  compose(h,a)
% 4.87/5.07  Current number of equations to process: 240
% 4.87/5.07  Current number of ordered equations: 0
% 4.87/5.07  Current number of rules: 481
% 4.87/5.07  New rule produced :
% 4.87/5.07  [507]
% 4.87/5.07  ifeq(codomain(a),codomain(g),ifeq(compose(compose(h,a),a),compose(compose(g,a),a),
% 4.87/5.07                               compose(g,a),compose(h,a)),compose(h,a)) ->
% 4.87/5.07  compose(h,a)
% 4.87/5.07  Current number of equations to process: 239
% 4.87/5.07  Current number of ordered equations: 0
% 4.87/5.07  Current number of rules: 482
% 4.87/5.07  New rule produced :
% 4.87/5.07  [508]
% 4.87/5.07  ifeq(codomain(b),codomain(g),ifeq(compose(compose(a,b),a),compose(compose(h,a),a),
% 4.87/5.07                               compose(a,b),compose(h,a)),compose(h,a)) ->
% 4.87/5.07  compose(h,a)
% 4.87/5.07  Current number of equations to process: 238
% 4.87/5.07  Current number of ordered equations: 0
% 4.87/5.07  Current number of rules: 483
% 4.87/5.07  New rule produced :
% 4.87/5.07  [509]
% 4.87/5.07  ifeq(codomain(a),codomain(g),ifeq(compose(compose(g,a),a),compose(compose(h,a),a),
% 4.87/5.07                               compose(g,a),compose(h,a)),compose(h,a)) ->
% 4.87/5.07  compose(h,a)
% 4.87/5.07  Current number of equations to process: 237
% 4.87/5.07  Current number of ordered equations: 0
% 4.87/5.07  Current number of rules: 484
% 4.87/5.07  New rule produced :
% 4.87/5.07  [510]
% 4.87/5.07  ifeq(codomain(b),codomain(g),ifeq(compose(compose(g,a),b),compose(compose(a,b),b),
% 5.22/5.46                               compose(a,b),compose(g,a)),compose(g,a)) ->
% 5.22/5.46  compose(g,a)
% 5.22/5.46  Current number of equations to process: 235
% 5.22/5.46  Current number of ordered equations: 0
% 5.22/5.46  Current number of rules: 485
% 5.22/5.46  New rule produced :
% 5.22/5.46  [511]
% 5.22/5.46  ifeq(codomain(a),codomain(g),ifeq(compose(compose(g,a),b),compose(compose(h,a),b),
% 5.22/5.46                               compose(h,a),compose(g,a)),compose(g,a)) ->
% 5.22/5.46  compose(g,a)
% 5.22/5.46  Current number of equations to process: 234
% 5.22/5.46  Current number of ordered equations: 0
% 5.22/5.46  Current number of rules: 486
% 5.22/5.46  New rule produced :
% 5.22/5.46  [512]
% 5.22/5.46  ifeq(codomain(b),codomain(g),ifeq(compose(compose(a,b),b),compose(compose(g,a),b),
% 5.22/5.46                               compose(a,b),compose(g,a)),compose(g,a)) ->
% 5.22/5.46  compose(g,a)
% 5.22/5.46  Current number of equations to process: 232
% 5.22/5.46  Current number of ordered equations: 0
% 5.22/5.46  Current number of rules: 487
% 5.22/5.46  New rule produced :
% 5.22/5.46  [513]
% 5.22/5.46  ifeq(codomain(a),codomain(g),ifeq(compose(compose(h,a),b),compose(compose(g,a),b),
% 5.22/5.46                               compose(h,a),compose(g,a)),compose(g,a)) ->
% 5.22/5.46  compose(g,a)
% 5.22/5.46  Current number of equations to process: 231
% 5.22/5.46  Current number of ordered equations: 0
% 5.22/5.46  Current number of rules: 488
% 5.22/5.46  New rule produced :
% 5.22/5.46  [514]
% 5.22/5.46  ifeq(codomain(b),codomain(g),ifeq(compose(compose(g,a),a),compose(compose(a,b),a),
% 5.22/5.46                               compose(a,b),compose(g,a)),compose(g,a)) ->
% 5.22/5.46  compose(g,a)
% 5.22/5.46  Current number of equations to process: 229
% 5.22/5.46  Current number of ordered equations: 0
% 5.22/5.46  Current number of rules: 489
% 5.22/5.46  New rule produced :
% 5.22/5.46  [515]
% 5.22/5.46  ifeq(codomain(a),codomain(g),ifeq(compose(compose(g,a),a),compose(compose(h,a),a),
% 5.22/5.46                               compose(h,a),compose(g,a)),compose(g,a)) ->
% 5.22/5.46  compose(g,a)
% 5.22/5.46  Current number of equations to process: 228
% 5.22/5.46  Current number of ordered equations: 0
% 5.22/5.46  Current number of rules: 490
% 5.22/5.46  New rule produced :
% 5.22/5.46  [516]
% 5.22/5.46  ifeq(codomain(b),codomain(g),ifeq(compose(compose(a,b),a),compose(compose(g,a),a),
% 5.22/5.46                               compose(a,b),compose(g,a)),compose(g,a)) ->
% 5.22/5.46  compose(g,a)
% 5.22/5.46  Current number of equations to process: 226
% 5.22/5.46  Current number of ordered equations: 0
% 5.22/5.46  Current number of rules: 491
% 5.22/5.46  New rule produced :
% 5.22/5.46  [517]
% 5.22/5.46  ifeq(codomain(a),codomain(g),ifeq(compose(compose(h,a),a),compose(compose(g,a),a),
% 5.22/5.46                               compose(h,a),compose(g,a)),compose(g,a)) ->
% 5.22/5.46  compose(g,a)
% 5.22/5.46  Current number of equations to process: 225
% 5.22/5.46  Current number of ordered equations: 0
% 5.22/5.46  Current number of rules: 492
% 5.22/5.46  New rule produced :
% 5.22/5.46  [518]
% 5.22/5.46  ifeq(codomain(A),codomain(g),ifeq(b,compose(A,b),A,codomain(a)),codomain(a))
% 5.22/5.46  -> codomain(a)
% 5.22/5.46  Current number of equations to process: 226
% 5.22/5.46  Current number of ordered equations: 0
% 5.22/5.46  Current number of rules: 493
% 5.22/5.46  New rule produced :
% 5.22/5.46  [519]
% 5.22/5.46  ifeq(codomain(A),codomain(g),ifeq(compose(A,b),b,A,codomain(a)),codomain(a))
% 5.22/5.46  -> codomain(a)
% 5.22/5.46  Current number of equations to process: 240
% 5.22/5.46  Current number of ordered equations: 0
% 5.22/5.46  Current number of rules: 494
% 5.22/5.46  New rule produced :
% 5.22/5.46  [520]
% 5.22/5.46  ifeq(codomain(A),codomain(g),ifeq(compose(codomain(a),a),compose(A,a),A,
% 5.22/5.46                               codomain(a)),codomain(a)) -> codomain(a)
% 5.22/5.46  Current number of equations to process: 256
% 5.22/5.46  Current number of ordered equations: 0
% 5.22/5.46  Current number of rules: 495
% 5.22/5.46  New rule produced :
% 5.22/5.46  [521]
% 5.22/5.46  ifeq(codomain(A),codomain(g),ifeq(codomain(g),codomain(a),ifeq(a,compose(A,a),A,
% 5.22/5.46                                                            codomain(g)),
% 5.22/5.46                               codomain(g)),codomain(g)) -> codomain(g)
% 5.22/5.46  Current number of equations to process: 255
% 5.22/5.46  Current number of ordered equations: 0
% 5.22/5.46  Current number of rules: 496
% 5.22/5.46  New rule produced :
% 5.22/5.46  [522]
% 5.22/5.46  ifeq(codomain(A),codomain(g),ifeq(compose(A,a),compose(codomain(a),a),A,
% 5.22/5.46                               codomain(a)),codomain(a)) -> codomain(a)
% 5.22/5.46  Current number of equations to process: 270
% 5.22/5.46  Current number of ordered equations: 0
% 5.22/5.46  Current number of rules: 497
% 5.22/5.46  New rule produced :
% 5.22/5.46  [523]
% 5.22/5.46  ifeq(codomain(A),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(A,a),a,A,
% 5.22/5.46                                                            codomain(g)),
% 5.22/5.46                               codomain(g)),codomain(g)) -> codomain(g)
% 5.22/5.46  Current number of equations to process: 269
% 5.22/5.46  Current number of ordered equations: 0
% 5.22/5.46  Current number of rules: 498
% 9.33/9.58  New rule produced :
% 9.33/9.58  [524] ifeq(b,A,ifeq(compose(h,b),A,h,codomain(a)),codomain(a)) -> codomain(a)
% 9.33/9.58  Current number of equations to process: 280
% 9.33/9.58  Current number of ordered equations: 0
% 9.33/9.58  Current number of rules: 499
% 9.33/9.58  New rule produced :
% 9.33/9.58  [525]
% 9.33/9.58  ifeq(compose(codomain(a),a),A,ifeq(compose(h,a),A,h,codomain(a)),codomain(a))
% 9.33/9.58  -> codomain(a)
% 9.33/9.58  Current number of equations to process: 281
% 9.33/9.58  Current number of ordered equations: 0
% 9.33/9.58  Current number of rules: 500
% 9.33/9.58  New rule produced :
% 9.33/9.58  [526]
% 9.33/9.58  ifeq(codomain(g),codomain(a),ifeq(a,A,ifeq(compose(h,a),A,h,codomain(g)),
% 9.33/9.58                               codomain(g)),codomain(g)) -> codomain(g)
% 9.33/9.58  Current number of equations to process: 280
% 9.33/9.58  Current number of ordered equations: 0
% 9.33/9.58  Current number of rules: 501
% 9.33/9.58  New rule produced :
% 9.33/9.58  [527] ifeq(compose(a,b),compose(codomain(g),b),codomain(g),a) -> a
% 9.33/9.58  Current number of equations to process: 281
% 9.33/9.58  Current number of ordered equations: 0
% 9.33/9.58  Current number of rules: 502
% 9.33/9.58  New rule produced :
% 9.33/9.58  [528] ifeq(codomain(a),codomain(g),ifeq(compose(a,b),b,codomain(a),a),a) -> a
% 9.33/9.58  Current number of equations to process: 280
% 9.33/9.58  Current number of ordered equations: 0
% 9.33/9.58  Current number of rules: 503
% 9.33/9.58  New rule produced :
% 9.33/9.58  [529] ifeq(compose(codomain(g),b),compose(a,b),codomain(g),a) -> a
% 9.33/9.58  Current number of equations to process: 281
% 9.33/9.58  Current number of ordered equations: 0
% 9.33/9.58  Current number of rules: 504
% 9.33/9.58  New rule produced :
% 9.33/9.58  [530] ifeq(codomain(a),codomain(g),ifeq(b,compose(a,b),codomain(a),a),a) -> a
% 9.33/9.58  Current number of equations to process: 280
% 9.33/9.58  Current number of ordered equations: 0
% 9.33/9.58  Current number of rules: 505
% 9.33/9.58  New rule produced :
% 9.33/9.58  [531] ifeq(b,A,ifeq(compose(g,b),A,g,codomain(a)),codomain(a)) -> codomain(a)
% 9.33/9.58  Current number of equations to process: 280
% 9.33/9.58  Current number of ordered equations: 0
% 9.33/9.58  Current number of rules: 506
% 9.33/9.58  New rule produced :
% 9.33/9.58  [532]
% 9.33/9.58  ifeq(compose(codomain(a),a),A,ifeq(compose(g,a),A,g,codomain(a)),codomain(a))
% 9.33/9.58  -> codomain(a)
% 9.33/9.58  Current number of equations to process: 281
% 9.33/9.58  Current number of ordered equations: 0
% 9.33/9.58  Current number of rules: 507
% 9.33/9.58  New rule produced :
% 9.33/9.58  [533]
% 9.33/9.58  ifeq(codomain(g),codomain(a),ifeq(a,A,ifeq(compose(g,a),A,g,codomain(g)),
% 9.33/9.58                               codomain(g)),codomain(g)) -> codomain(g)
% 9.33/9.58  Current number of equations to process: 280
% 9.33/9.58  Current number of ordered equations: 0
% 9.33/9.58  Current number of rules: 508
% 9.33/9.58  New rule produced : [534] ifeq(compose(a,a),a,codomain(g),a) -> a
% 9.33/9.58  Current number of equations to process: 280
% 9.33/9.58  Current number of ordered equations: 0
% 9.33/9.58  Current number of rules: 509
% 9.33/9.58  New rule produced : [535] ifeq(a,compose(a,a),codomain(g),a) -> a
% 9.33/9.58  Current number of equations to process: 280
% 9.33/9.58  Current number of ordered equations: 0
% 9.33/9.58  Current number of rules: 510
% 9.33/9.58  New rule produced :
% 9.33/9.58  [536]
% 9.33/9.58  ifeq(codomain(a),domain(g),domain(compose(compose(g,a),h)),domain(g)) ->
% 9.33/9.58  domain(g)
% 9.33/9.58  Current number of equations to process: 281
% 9.33/9.58  Current number of ordered equations: 0
% 9.33/9.58  Current number of rules: 511
% 9.33/9.58  New rule produced :
% 9.33/9.58  [537]
% 9.33/9.58  ifeq(codomain(b),domain(g),domain(compose(compose(compose(h,a),b),h)),
% 9.33/9.58  domain(g)) -> domain(g)
% 9.33/9.58  Current number of equations to process: 280
% 9.33/9.58  Current number of ordered equations: 0
% 9.33/9.58  Current number of rules: 512
% 9.33/9.58  New rule produced :
% 9.33/9.58  [538]
% 9.33/9.58  ifeq(codomain(a),domain(g),codomain(compose(compose(g,a),compose(g,a))),
% 9.33/9.58  codomain(a)) -> codomain(a)
% 9.33/9.58  Current number of equations to process: 281
% 9.33/9.58  Current number of ordered equations: 0
% 9.33/9.58  Current number of rules: 513
% 9.33/9.58  New rule produced :
% 9.33/9.58  [539]
% 9.33/9.58  ifeq(codomain(a),domain(g),codomain(compose(compose(g,a),compose(compose(h,a),b))),
% 9.33/9.58  codomain(b)) -> codomain(b)
% 9.33/9.58  Current number of equations to process: 280
% 9.33/9.58  Current number of ordered equations: 0
% 9.33/9.58  Current number of rules: 514
% 9.33/9.58  New rule produced :
% 9.33/9.58  [540]
% 9.33/9.58  ifeq(codomain(b),domain(g),codomain(compose(compose(compose(h,a),b),compose(g,a))),
% 9.33/9.58  codomain(a)) -> codomain(a)
% 9.33/9.58  Current number of equations to process: 280
% 9.33/9.58  Current number of ordered equations: 0
% 9.33/9.58  Current number of rules: 515
% 9.33/9.58  New rule produced :
% 9.33/9.58  [541]
% 9.33/9.58  ifeq(codomain(A),domain(g),codomain(compose(A,compose(compose(g,a),b))),
% 9.33/9.58  codomain(b)) -> codomain(b)
% 9.33/9.58  Current number of equations to process: 281
% 9.33/9.58  Current number of ordered equations: 0
% 9.33/9.58  Current number of rules: 516
% 9.33/9.58  New rule produced :
% 9.33/9.58  [542] compose(domain(g),compose(compose(g,a),b)) -> compose(compose(g,a),b)
% 9.59/9.83  Current number of equations to process: 294
% 9.59/9.83  Current number of ordered equations: 0
% 9.59/9.83  Current number of rules: 517
% 9.59/9.83  New rule produced :
% 9.59/9.83  [543]
% 9.59/9.83  ifeq(codomain(b),domain(g),domain(compose(b,compose(compose(g,a),b))),
% 9.59/9.83  codomain(a)) -> codomain(a)
% 9.59/9.83  Current number of equations to process: 293
% 9.59/9.83  Current number of ordered equations: 0
% 9.59/9.83  Current number of rules: 518
% 9.59/9.83  New rule produced :
% 9.59/9.83  [544]
% 9.59/9.83  ifeq(codomain(g),domain(g),codomain(compose(h,compose(compose(g,a),b))),
% 9.59/9.83  codomain(b)) -> codomain(b)
% 9.59/9.83  Current number of equations to process: 292
% 9.59/9.83  Current number of ordered equations: 0
% 9.59/9.83  Current number of rules: 519
% 9.59/9.83  New rule produced :
% 9.59/9.83  [545]
% 9.59/9.83  ifeq(codomain(A),domain(g),domain(compose(A,compose(compose(g,a),b))),
% 9.59/9.83  domain(A)) -> domain(A)
% 9.59/9.83  Current number of equations to process: 290
% 9.59/9.83  Current number of ordered equations: 1
% 9.59/9.83  Current number of rules: 520
% 9.59/9.83  New rule produced :
% 9.59/9.83  [546]
% 9.59/9.83  ifeq(codomain(b),domain(A),domain(compose(compose(compose(g,a),b),A)),
% 9.59/9.83  domain(g)) -> domain(g)
% 9.59/9.83  Current number of equations to process: 290
% 9.59/9.83  Current number of ordered equations: 0
% 9.59/9.83  Current number of rules: 521
% 9.59/9.83  New rule produced :
% 9.59/9.83  [547]
% 9.59/9.83  ifeq(codomain(b),codomain(a),domain(compose(compose(compose(g,a),b),b)),
% 9.59/9.83  domain(g)) -> domain(g)
% 9.59/9.83  Current number of equations to process: 289
% 9.59/9.83  Current number of ordered equations: 0
% 9.59/9.83  Current number of rules: 522
% 9.59/9.83  New rule produced :
% 9.59/9.83  [548]
% 9.59/9.83  ifeq(codomain(a),domain(g),domain(compose(a,compose(compose(g,a),b))),
% 9.59/9.83  codomain(g)) -> codomain(g)
% 9.59/9.83  Current number of equations to process: 291
% 9.59/9.83  Current number of ordered equations: 0
% 9.59/9.83  Current number of rules: 523
% 9.59/9.83  New rule produced :
% 9.59/9.83  [549]
% 9.59/9.83  ifeq(codomain(b),codomain(g),domain(compose(compose(compose(g,a),b),a)),
% 9.59/9.83  domain(g)) -> domain(g)
% 9.59/9.83  Current number of equations to process: 290
% 9.59/9.83  Current number of ordered equations: 0
% 9.59/9.83  Current number of rules: 524
% 9.59/9.83  New rule produced :
% 9.59/9.83  [550]
% 9.59/9.83  ifeq(codomain(g),domain(g),domain(compose(h,compose(compose(g,a),b))),
% 9.59/9.83  domain(g)) -> domain(g)
% 9.59/9.83  Current number of equations to process: 297
% 9.59/9.83  Current number of ordered equations: 0
% 9.59/9.83  Current number of rules: 525
% 9.59/9.83  New rule produced :
% 9.59/9.83  [551]
% 9.59/9.83  ifeq(codomain(b),domain(g),domain(compose(compose(compose(g,a),b),h)),
% 9.59/9.83  domain(g)) -> domain(g)
% 9.59/9.83  Current number of equations to process: 299
% 9.59/9.83  Current number of ordered equations: 0
% 9.59/9.83  Current number of rules: 526
% 9.59/9.83  New rule produced :
% 9.59/9.83  [552]
% 9.59/9.83  ifeq(codomain(b),domain(A),codomain(compose(compose(compose(g,a),b),A)),
% 9.59/9.83  codomain(A)) -> codomain(A)
% 9.59/9.83  Current number of equations to process: 298
% 9.59/9.83  Current number of ordered equations: 0
% 9.59/9.83  Current number of rules: 527
% 9.59/9.83  New rule produced :
% 9.59/9.83  [553]
% 9.59/9.83  ifeq(domain(A),domain(g),domain(compose(domain(A),compose(compose(g,a),b))),
% 9.59/9.83  domain(A)) -> domain(A)
% 9.59/9.83  Current number of equations to process: 297
% 9.59/9.83  Current number of ordered equations: 0
% 9.59/9.83  Current number of rules: 528
% 9.59/9.83  New rule produced :
% 9.59/9.83  [554]
% 9.59/9.83  ifeq(codomain(A),domain(g),domain(compose(codomain(A),compose(compose(g,a),b))),
% 9.59/9.83  codomain(A)) -> codomain(A)
% 9.59/9.83  Current number of equations to process: 296
% 9.59/9.83  Current number of ordered equations: 0
% 9.59/9.83  Current number of rules: 529
% 9.59/9.83  New rule produced :
% 9.59/9.83  [555]
% 9.59/9.83  ifeq(codomain(b),codomain(A),domain(compose(compose(compose(g,a),b),codomain(A))),
% 9.59/9.83  domain(g)) -> domain(g)
% 9.59/9.83  Current number of equations to process: 295
% 9.59/9.83  Current number of ordered equations: 0
% 9.59/9.83  Current number of rules: 530
% 9.59/9.83  New rule produced :
% 9.59/9.83  [556]
% 9.59/9.83  ifeq(domain(A),domain(g),codomain(compose(domain(A),compose(compose(g,a),b))),
% 9.59/9.83  codomain(b)) -> codomain(b)
% 9.59/9.83  Current number of equations to process: 294
% 9.59/9.83  Current number of ordered equations: 0
% 9.59/9.83  Current number of rules: 531
% 9.59/9.83  New rule produced :
% 9.59/9.83  [557]
% 9.59/9.83  ifeq(codomain(A),domain(g),codomain(compose(codomain(A),compose(compose(g,a),b))),
% 9.59/9.83  codomain(b)) -> codomain(b)
% 9.59/9.83  Current number of equations to process: 293
% 9.59/9.83  Current number of ordered equations: 0
% 9.59/9.83  Current number of rules: 532
% 9.59/9.83  New rule produced :
% 9.59/9.83  [558]
% 9.59/9.83  ifeq(codomain(b),domain(A),domain(compose(compose(compose(g,a),b),domain(A))),
% 9.59/9.83  domain(g)) -> domain(g)
% 9.59/9.83  Current number of equations to process: 292
% 9.59/9.83  Current number of ordered equations: 0
% 9.59/9.83  Current number of rules: 533
% 9.59/9.83  New rule produced :
% 9.59/9.83  [559] compose(compose(compose(g,a),b),codomain(b)) -> compose(compose(g,a),b)
% 9.59/9.83  Current number of equations to process: 296
% 9.84/10.10  Current number of ordered equations: 0
% 9.84/10.10  Current number of rules: 534
% 9.84/10.10  New rule produced :
% 9.84/10.10  [560]
% 9.84/10.10  ifeq(codomain(b),codomain(a),codomain(compose(compose(compose(g,a),b),b)),
% 9.84/10.10  codomain(b)) -> codomain(b)
% 9.84/10.10  Current number of equations to process: 295
% 9.84/10.10  Current number of ordered equations: 0
% 9.84/10.10  Current number of rules: 535
% 9.84/10.10  New rule produced :
% 9.84/10.10  [561]
% 9.84/10.10  ifeq(codomain(b),codomain(g),codomain(compose(compose(compose(g,a),b),a)),
% 9.84/10.10  codomain(a)) -> codomain(a)
% 9.84/10.10  Current number of equations to process: 310
% 9.84/10.10  Current number of ordered equations: 0
% 9.84/10.10  Current number of rules: 536
% 9.84/10.10  New rule produced :
% 9.84/10.10  [562]
% 9.84/10.10  ifeq(codomain(b),domain(g),codomain(compose(compose(compose(g,a),b),h)),
% 9.84/10.10  codomain(g)) -> codomain(g)
% 9.84/10.10  Current number of equations to process: 347
% 9.84/10.10  Current number of ordered equations: 0
% 9.84/10.10  Current number of rules: 537
% 9.84/10.10  New rule produced :
% 9.84/10.10  [563]
% 9.84/10.10  ifeq(codomain(b),domain(A),codomain(compose(compose(compose(g,a),b),domain(A))),
% 9.84/10.10  domain(A)) -> domain(A)
% 9.84/10.10  Current number of equations to process: 363
% 9.84/10.10  Current number of ordered equations: 0
% 9.84/10.10  Current number of rules: 538
% 9.84/10.10  New rule produced :
% 9.84/10.10  [564]
% 9.84/10.10  ifeq(codomain(b),codomain(A),codomain(compose(compose(compose(g,a),b),
% 9.84/10.10                                        codomain(A))),codomain(A)) ->
% 9.84/10.10  codomain(A)
% 9.84/10.10  Current number of equations to process: 362
% 9.84/10.10  Current number of ordered equations: 0
% 9.84/10.10  Current number of rules: 539
% 9.84/10.10  New rule produced :
% 9.84/10.10  [565]
% 9.84/10.10  ifeq(codomain(b),codomain(g),domain(compose(compose(compose(g,a),b),compose(a,b))),
% 9.84/10.10  domain(g)) -> domain(g)
% 9.84/10.10  Current number of equations to process: 361
% 9.84/10.10  Current number of ordered equations: 0
% 9.84/10.10  Current number of rules: 540
% 9.84/10.10  New rule produced :
% 9.84/10.10  [566]
% 9.84/10.10  ifeq(codomain(b),domain(g),domain(compose(compose(a,b),compose(compose(g,a),b))),
% 9.84/10.10  codomain(g)) -> codomain(g)
% 9.84/10.10  Current number of equations to process: 360
% 9.84/10.10  Current number of ordered equations: 0
% 9.84/10.10  Current number of rules: 541
% 9.84/10.10  New rule produced :
% 9.84/10.10  [567]
% 9.84/10.10  ifeq(codomain(b),domain(g),codomain(compose(compose(a,b),compose(compose(g,a),b))),
% 9.84/10.10  codomain(b)) -> codomain(b)
% 9.84/10.10  Current number of equations to process: 359
% 9.84/10.10  Current number of ordered equations: 0
% 9.91/10.10  Current number of rules: 542
% 9.91/10.10  New rule produced :
% 9.91/10.10  [568]
% 9.91/10.10  ifeq(codomain(b),domain(g),domain(compose(compose(compose(g,a),b),compose(h,a))),
% 9.91/10.10  domain(g)) -> domain(g)
% 9.91/10.10  Current number of equations to process: 358
% 9.91/10.10  Current number of ordered equations: 0
% 9.91/10.10  Current number of rules: 543
% 9.91/10.10  New rule produced :
% 9.91/10.10  [569]
% 9.91/10.10  ifeq(codomain(a),domain(g),domain(compose(compose(h,a),compose(compose(g,a),b))),
% 9.91/10.10  domain(g)) -> domain(g)
% 9.91/10.10  Current number of equations to process: 357
% 9.91/10.10  Current number of ordered equations: 0
% 9.91/10.10  Current number of rules: 544
% 9.91/10.10  New rule produced :
% 9.91/10.10  [570]
% 9.91/10.10  ifeq(codomain(a),domain(g),codomain(compose(compose(h,a),compose(compose(g,a),b))),
% 9.91/10.10  codomain(b)) -> codomain(b)
% 9.91/10.10  Current number of equations to process: 356
% 9.91/10.10  Current number of ordered equations: 0
% 9.91/10.10  Current number of rules: 545
% 9.91/10.10  New rule produced :
% 9.91/10.10  [571]
% 9.91/10.10  ifeq(codomain(a),domain(g),codomain(compose(compose(g,a),compose(compose(g,a),b))),
% 9.91/10.10  codomain(b)) -> codomain(b)
% 9.91/10.10  Current number of equations to process: 355
% 9.91/10.10  Current number of ordered equations: 0
% 9.91/10.10  Current number of rules: 546
% 9.91/10.10  New rule produced :
% 9.91/10.10  [572]
% 9.91/10.10  ifeq(codomain(b),codomain(g),codomain(compose(compose(compose(g,a),b),
% 9.91/10.10                                        compose(a,b))),codomain(b)) ->
% 9.91/10.10  codomain(b)
% 9.91/10.10  Current number of equations to process: 354
% 9.91/10.10  Current number of ordered equations: 0
% 9.91/10.10  Current number of rules: 547
% 9.91/10.10  New rule produced :
% 9.91/10.10  [573]
% 9.91/10.10  ifeq(codomain(b),domain(g),codomain(compose(compose(compose(g,a),b),compose(h,a))),
% 9.91/10.10  codomain(a)) -> codomain(a)
% 9.91/10.10  Current number of equations to process: 353
% 9.91/10.10  Current number of ordered equations: 0
% 9.91/10.10  Current number of rules: 548
% 9.91/10.10  New rule produced :
% 9.91/10.10  [574]
% 9.91/10.10  ifeq(codomain(b),domain(g),codomain(compose(compose(compose(g,a),b),compose(g,a))),
% 9.91/10.10  codomain(a)) -> codomain(a)
% 9.91/10.10  Current number of equations to process: 352
% 9.91/10.10  Current number of ordered equations: 0
% 9.91/10.10  Current number of rules: 549
% 9.91/10.10  New rule produced :
% 9.91/10.10  [575]
% 9.91/10.10  ifeq(codomain(b),domain(g),domain(compose(compose(compose(g,a),b),compose(g,
% 9.91/10.10                                                                    compose(a,b)))),
% 9.91/10.10  domain(g)) -> domain(g)
% 12.93/13.15  Current number of equations to process: 351
% 12.93/13.15  Current number of ordered equations: 0
% 12.93/13.15  Current number of rules: 550
% 12.93/13.15  New rule produced :
% 12.93/13.15  [576]
% 12.93/13.15  ifeq(codomain(b),domain(g),domain(compose(compose(g,compose(a,b)),compose(
% 12.93/13.15                                                                    compose(g,a),b))),
% 12.93/13.15  domain(g)) -> domain(g)
% 12.93/13.15  Current number of equations to process: 350
% 12.93/13.15  Current number of ordered equations: 0
% 12.93/13.15  Current number of rules: 551
% 12.93/13.15  New rule produced :
% 12.93/13.15  [577]
% 12.93/13.15  ifeq(codomain(b),domain(g),codomain(compose(compose(g,compose(a,b)),compose(
% 12.93/13.15                                                                      compose(g,a),b))),
% 12.93/13.15  codomain(b)) -> codomain(b)
% 12.93/13.15  Current number of equations to process: 349
% 12.93/13.15  Current number of ordered equations: 0
% 12.93/13.15  Current number of rules: 552
% 12.93/13.15  New rule produced :
% 12.93/13.15  [578]
% 12.93/13.15  ifeq(codomain(b),domain(g),codomain(compose(compose(compose(g,a),b),compose(g,
% 12.93/13.15                                                                      compose(a,b)))),
% 12.93/13.15  codomain(b)) -> codomain(b)
% 12.93/13.15  Current number of equations to process: 348
% 12.93/13.15  Current number of ordered equations: 0
% 12.93/13.15  Current number of rules: 553
% 12.93/13.15  New rule produced :
% 12.93/13.15  [579]
% 12.93/13.15  ifeq(codomain(a),domain(g),domain(compose(compose(g,a),compose(g,a))),
% 12.93/13.15  domain(g)) -> domain(g)
% 12.93/13.15  Current number of equations to process: 349
% 12.93/13.15  Current number of ordered equations: 0
% 12.93/13.15  Current number of rules: 554
% 12.93/13.15  New rule produced :
% 12.93/13.15  [580]
% 12.93/13.15  ifeq(codomain(a),domain(g),domain(compose(compose(g,a),compose(compose(h,a),b))),
% 12.93/13.15  domain(g)) -> domain(g)
% 12.93/13.15  Current number of equations to process: 348
% 12.93/13.15  Current number of ordered equations: 0
% 12.93/13.15  Current number of rules: 555
% 12.93/13.15  New rule produced :
% 12.93/13.15  [581]
% 12.93/13.15  ifeq(codomain(a),domain(g),domain(compose(compose(g,a),compose(compose(g,a),b))),
% 12.93/13.15  domain(g)) -> domain(g)
% 12.93/13.15  Current number of equations to process: 348
% 12.93/13.15  Current number of ordered equations: 0
% 12.93/13.15  Current number of rules: 556
% 12.93/13.15  New rule produced :
% 12.93/13.15  [582]
% 12.93/13.15  ifeq(codomain(b),codomain(g),ifeq(compose(a,b),compose(compose(compose(g,a),b),b),
% 12.93/13.15                               compose(compose(g,a),b),a),a) -> a
% 12.93/13.15  Current number of equations to process: 347
% 12.93/13.15  Current number of ordered equations: 0
% 12.93/13.15  Current number of rules: 557
% 12.93/13.15  New rule produced :
% 12.93/13.15  [583]
% 12.93/13.15  ifeq(codomain(b),codomain(g),ifeq(compose(compose(compose(g,a),b),b),
% 12.93/13.15                               compose(a,b),compose(compose(g,a),b),a),a) -> a
% 12.93/13.15  Current number of equations to process: 346
% 12.93/13.15  Current number of ordered equations: 0
% 12.93/13.15  Current number of rules: 558
% 12.93/13.15  New rule produced :
% 12.93/13.15  [584]
% 12.93/13.15  ifeq(codomain(b),codomain(g),ifeq(compose(a,a),compose(compose(compose(g,a),b),a),
% 12.93/13.15                               compose(compose(g,a),b),a),a) -> a
% 12.93/13.15  Current number of equations to process: 345
% 12.93/13.15  Current number of ordered equations: 0
% 12.93/13.15  Current number of rules: 559
% 12.93/13.15  New rule produced :
% 12.93/13.15  [585]
% 12.93/13.15  ifeq(codomain(b),codomain(g),ifeq(compose(compose(compose(g,a),b),a),
% 12.93/13.15                               compose(a,a),compose(compose(g,a),b),a),a) -> a
% 12.93/13.15  Current number of equations to process: 344
% 12.93/13.15  Current number of ordered equations: 0
% 12.93/13.15  Current number of rules: 560
% 12.93/13.15  New rule produced :
% 12.93/13.15  [586]
% 12.93/13.15  ifeq(codomain(b),domain(g),codomain(compose(compose(compose(h,a),b),compose(
% 12.93/13.15                                                                      compose(h,a),b))),
% 12.93/13.15  codomain(b)) -> codomain(b)
% 12.93/13.15  Current number of equations to process: 344
% 12.93/13.15  Current number of ordered equations: 0
% 12.93/13.15  Current number of rules: 561
% 12.93/13.15  New rule produced :
% 12.93/13.15  [587]
% 12.93/13.15  ifeq(codomain(b),domain(g),codomain(compose(compose(compose(g,a),b),compose(
% 12.93/13.15                                                                      compose(h,a),b))),
% 12.93/13.15  codomain(b)) -> codomain(b)
% 12.93/13.15  Current number of equations to process: 344
% 12.93/13.15  Current number of ordered equations: 0
% 12.93/13.15  Current number of rules: 562
% 12.93/13.15  New rule produced :
% 12.93/13.15  [588]
% 12.93/13.15  ifeq(codomain(b),domain(g),domain(compose(compose(compose(h,a),b),compose(g,a))),
% 12.93/13.15  domain(g)) -> domain(g)
% 12.93/13.15  Current number of equations to process: 345
% 12.93/13.15  Current number of ordered equations: 0
% 12.93/13.15  Current number of rules: 563
% 12.93/13.15  New rule produced :
% 12.93/13.15  [589]
% 12.93/13.15  ifeq(codomain(b),domain(g),domain(compose(compose(compose(h,a),b),compose(
% 12.93/13.15                                                                    compose(h,a),b))),
% 12.93/13.15  domain(g)) -> domain(g)
% 12.93/13.15  Current number of equations to process: 344
% 25.84/26.05  Current number of ordered equations: 0
% 25.84/26.05  Current number of rules: 564
% 25.84/26.05  New rule produced :
% 25.84/26.05  [590]
% 25.84/26.05  ifeq(codomain(b),domain(g),domain(compose(compose(compose(h,a),b),compose(
% 25.84/26.05                                                                    compose(g,a),b))),
% 25.84/26.05  domain(g)) -> domain(g)
% 25.84/26.05  Current number of equations to process: 344
% 25.84/26.05  Current number of ordered equations: 0
% 25.84/26.05  Current number of rules: 565
% 25.84/26.05  New rule produced :
% 25.84/26.05  [591]
% 25.84/26.05  ifeq(codomain(b),domain(g),domain(compose(compose(compose(g,a),b),compose(
% 25.84/26.05                                                                    compose(h,a),b))),
% 25.84/26.05  domain(g)) -> domain(g)
% 25.84/26.05  Current number of equations to process: 344
% 25.84/26.05  Current number of ordered equations: 0
% 25.84/26.05  Current number of rules: 566
% 25.84/26.05  New rule produced :
% 25.84/26.05  [592]
% 25.84/26.05  ifeq(codomain(b),domain(g),codomain(compose(compose(compose(h,a),b),compose(
% 25.84/26.05                                                                      compose(g,a),b))),
% 25.84/26.05  codomain(b)) -> codomain(b)
% 25.84/26.05  Current number of equations to process: 344
% 25.84/26.05  Current number of ordered equations: 0
% 25.84/26.05  Current number of rules: 567
% 25.84/26.05  New rule produced :
% 25.84/26.05  [593]
% 25.84/26.05  ifeq(codomain(b),domain(g),domain(compose(compose(compose(g,a),b),compose(g,a))),
% 25.84/26.05  domain(g)) -> domain(g)
% 25.84/26.05  Current number of equations to process: 344
% 25.84/26.05  Current number of ordered equations: 0
% 25.84/26.05  Current number of rules: 568
% 25.84/26.05  New rule produced :
% 25.84/26.05  [594] ifeq(codomain(a),codomain(g),codomain(a),codomain(a)) -> codomain(a)
% 25.84/26.05  Current number of equations to process: 356
% 25.84/26.05  Current number of ordered equations: 0
% 25.84/26.05  Current number of rules: 569
% 25.84/26.05  New rule produced :
% 25.84/26.05  [595] ifeq(codomain(g),codomain(a),codomain(g),codomain(g)) -> codomain(g)
% 25.84/26.05  Current number of equations to process: 356
% 25.84/26.05  Current number of ordered equations: 0
% 25.84/26.05  Current number of rules: 570
% 25.84/26.05  New rule produced : [596] ifeq(b,compose(h,b),h,codomain(a)) -> codomain(a)
% 25.84/26.05  Current number of equations to process: 356
% 25.84/26.05  Current number of ordered equations: 0
% 25.84/26.05  Current number of rules: 571
% 25.84/26.05  New rule produced : [597] ifeq(b,compose(g,b),g,codomain(a)) -> codomain(a)
% 25.84/26.05  Current number of equations to process: 356
% 25.84/26.05  Current number of ordered equations: 0
% 25.84/26.05  Current number of rules: 572
% 25.84/26.05  New rule produced :
% 25.84/26.05  [598]
% 25.84/26.05  ifeq(codomain(g),codomain(a),ifeq(compose(h,b),compose(codomain(g),b),
% 25.84/26.05                               codomain(g),h),h) -> h
% 25.84/26.05  Current number of equations to process: 357
% 25.84/26.05  Current number of ordered equations: 0
% 25.84/26.05  Current number of rules: 573
% 25.84/26.05  New rule produced :
% 25.84/26.05  [599]
% 25.84/26.05  ifeq(codomain(a),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(h,b),b,
% 25.84/26.05                                                            codomain(a),h),h),h)
% 25.84/26.05  -> h
% 25.84/26.05  Current number of equations to process: 356
% 25.84/26.05  Current number of ordered equations: 0
% 25.84/26.05  Current number of rules: 574
% 25.84/26.05  New rule produced :
% 25.84/26.05  [600]
% 25.84/26.05  ifeq(compose(compose(h,a),b),compose(codomain(g),b),codomain(g),compose(h,a))
% 25.84/26.05  -> compose(h,a)
% 25.84/26.05  Current number of equations to process: 357
% 25.84/26.05  Current number of ordered equations: 0
% 25.84/26.05  Current number of rules: 575
% 25.84/26.05  New rule produced :
% 25.84/26.05  [601]
% 25.84/26.05  ifeq(codomain(a),codomain(g),ifeq(compose(compose(h,a),b),b,codomain(a),
% 25.84/26.05                               compose(h,a)),compose(h,a)) -> compose(h,a)
% 25.84/26.05  Current number of equations to process: 356
% 25.84/26.05  Current number of ordered equations: 0
% 25.84/26.05  Current number of rules: 576
% 25.84/26.05  New rule produced :
% 25.84/26.05  [602]
% 25.84/26.05  ifeq(domain(A),codomain(a),ifeq(compose(domain(A),b),compose(codomain(g),b),
% 25.84/26.05                             codomain(g),domain(A)),domain(A)) -> domain(A)
% 25.84/26.05  Current number of equations to process: 358
% 25.84/26.05  Current number of ordered equations: 0
% 25.84/26.05  Current number of rules: 577
% 25.84/26.05  New rule produced :
% 25.84/26.05  [603]
% 25.84/26.05  ifeq(codomain(A),codomain(a),ifeq(compose(codomain(A),b),compose(codomain(g),b),
% 25.84/26.05                               codomain(g),codomain(A)),codomain(A)) ->
% 25.84/26.05  codomain(A)
% 25.84/26.05  Current number of equations to process: 357
% 25.84/26.05  Current number of ordered equations: 0
% 25.84/26.05  Current number of rules: 578
% 25.84/26.05  New rule produced :
% 25.84/26.05  [604]
% 25.84/26.05  ifeq(compose(compose(g,a),b),compose(codomain(g),b),codomain(g),compose(g,a))
% 25.84/26.05  -> compose(g,a)
% 25.84/26.05  Current number of equations to process: 358
% 25.84/26.05  Current number of ordered equations: 0
% 25.84/26.05  Current number of rules: 579
% 25.84/26.05  New rule produced :
% 25.84/26.05  [605]
% 25.84/26.05  ifeq(codomain(a),codomain(g),ifeq(compose(compose(g,a),b),b,codomain(a),
% 25.84/26.05                               compose(g,a)),compose(g,a)) -> compose(g,a)
% 30.79/31.03  Current number of equations to process: 365
% 30.79/31.03  Current number of ordered equations: 0
% 30.79/31.03  Current number of rules: 580
% 30.79/31.03  New rule produced :
% 30.79/31.03  [606]
% 30.79/31.03  ifeq(codomain(b),codomain(a),ifeq(compose(compose(a,b),b),compose(codomain(g),b),
% 30.79/31.03                               codomain(g),compose(a,b)),compose(a,b)) ->
% 30.79/31.03  compose(a,b)
% 30.79/31.03  Current number of equations to process: 365
% 30.79/31.03  Current number of ordered equations: 0
% 30.79/31.03  Current number of rules: 581
% 30.79/31.03  New rule produced :
% 30.79/31.03  [607]
% 30.79/31.03  ifeq(codomain(a),codomain(g),ifeq(domain(A),codomain(a),ifeq(compose(
% 30.79/31.03                                                               domain(A),b),b,
% 30.79/31.03                                                          codomain(a),domain(A)),
% 30.79/31.03                               domain(A)),domain(A)) -> domain(A)
% 30.79/31.03  Current number of equations to process: 364
% 30.79/31.03  Current number of ordered equations: 0
% 30.79/31.03  Current number of rules: 582
% 30.79/31.03  New rule produced :
% 30.79/31.03  [608]
% 30.79/31.03  ifeq(codomain(a),codomain(g),ifeq(codomain(A),codomain(a),ifeq(compose(
% 30.79/31.03                                                                 codomain(A),b),b,
% 30.79/31.03                                                            codomain(a),
% 30.79/31.03                                                            codomain(A)),
% 30.79/31.03                               codomain(A)),codomain(A)) -> codomain(A)
% 30.79/31.03  Current number of equations to process: 363
% 30.79/31.03  Current number of ordered equations: 0
% 30.79/31.03  Current number of rules: 583
% 30.79/31.03  New rule produced : [609] ifeq(compose(h,b),b,h,codomain(a)) -> codomain(a)
% 30.79/31.03  Current number of equations to process: 363
% 30.79/31.03  Current number of ordered equations: 0
% 30.79/31.03  Current number of rules: 584
% 30.79/31.03  New rule produced : [610] ifeq(compose(g,b),b,g,codomain(a)) -> codomain(a)
% 30.79/31.03  Current number of equations to process: 363
% 30.79/31.03  Current number of ordered equations: 0
% 30.79/31.03  Current number of rules: 585
% 30.79/31.03  New rule produced :
% 30.79/31.03  [611]
% 30.79/31.03  ifeq(codomain(g),codomain(a),ifeq(compose(codomain(g),b),compose(h,b),
% 30.79/31.03                               codomain(g),h),h) -> h
% 30.79/31.03  Current number of equations to process: 364
% 30.79/31.03  Current number of ordered equations: 0
% 30.79/31.03  Current number of rules: 586
% 30.79/31.03  New rule produced :
% 30.79/31.03  [612]
% 30.79/31.03  ifeq(codomain(a),codomain(g),ifeq(codomain(g),codomain(a),ifeq(b,compose(h,b),
% 30.79/31.03                                                            codomain(a),h),h),h)
% 30.79/31.03  -> h
% 30.79/31.03  Current number of equations to process: 363
% 30.79/31.03  Current number of ordered equations: 0
% 30.79/31.03  Current number of rules: 587
% 30.79/31.03  New rule produced :
% 30.79/31.03  [613]
% 30.79/31.03  ifeq(compose(codomain(g),b),compose(compose(h,a),b),codomain(g),compose(h,a))
% 30.79/31.03  -> compose(h,a)
% 30.79/31.03  Current number of equations to process: 364
% 30.79/31.03  Current number of ordered equations: 0
% 30.79/31.03  Current number of rules: 588
% 30.79/31.03  New rule produced :
% 30.79/31.03  [614]
% 30.79/31.03  ifeq(codomain(a),codomain(g),ifeq(b,compose(compose(h,a),b),codomain(a),
% 30.79/31.03                               compose(h,a)),compose(h,a)) -> compose(h,a)
% 30.79/31.03  Current number of equations to process: 363
% 30.79/31.03  Current number of ordered equations: 0
% 30.79/31.03  Current number of rules: 589
% 30.79/31.03  New rule produced :
% 30.79/31.03  [615]
% 30.79/31.03  ifeq(domain(A),codomain(a),ifeq(compose(codomain(g),b),compose(domain(A),b),
% 30.79/31.03                             codomain(g),domain(A)),domain(A)) -> domain(A)
% 30.79/31.03  Current number of equations to process: 365
% 30.79/31.03  Current number of ordered equations: 0
% 30.79/31.03  Current number of rules: 590
% 30.79/31.03  New rule produced :
% 30.79/31.03  [616]
% 30.79/31.03  ifeq(codomain(A),codomain(a),ifeq(compose(codomain(g),b),compose(codomain(A),b),
% 30.79/31.03                               codomain(g),codomain(A)),codomain(A)) ->
% 30.79/31.03  codomain(A)
% 30.79/31.03  Current number of equations to process: 364
% 30.79/31.03  Current number of ordered equations: 0
% 30.79/31.03  Current number of rules: 591
% 30.79/31.03  New rule produced :
% 30.79/31.03  [617]
% 30.79/31.03  ifeq(compose(codomain(g),b),compose(compose(g,a),b),codomain(g),compose(g,a))
% 30.79/31.03  -> compose(g,a)
% 30.79/31.03  Current number of equations to process: 365
% 30.79/31.03  Current number of ordered equations: 0
% 30.79/31.03  Current number of rules: 592
% 30.79/31.03  New rule produced :
% 30.79/31.03  [618]
% 30.79/31.03  ifeq(codomain(a),codomain(g),ifeq(b,compose(compose(g,a),b),codomain(a),
% 30.79/31.03                               compose(g,a)),compose(g,a)) -> compose(g,a)
% 30.79/31.03  Current number of equations to process: 372
% 30.79/31.03  Current number of ordered equations: 0
% 30.79/31.03  Current number of rules: 593
% 30.79/31.03  New rule produced :
% 30.79/31.03  [619]
% 30.79/31.03  ifeq(codomain(b),codomain(a),ifeq(compose(codomain(g),b),compose(compose(a,b),b),
% 30.79/31.03                               codomain(g),compose(a,b)),compose(a,b)) ->
% 38.00/38.20  compose(a,b)
% 38.00/38.20  Current number of equations to process: 372
% 38.00/38.20  Current number of ordered equations: 0
% 38.00/38.20  Current number of rules: 594
% 38.00/38.20  New rule produced :
% 38.00/38.20  [620]
% 38.00/38.20  ifeq(codomain(a),codomain(g),ifeq(domain(A),codomain(a),ifeq(b,compose(
% 38.00/38.20                                                                 domain(A),b),
% 38.00/38.20                                                          codomain(a),domain(A)),
% 38.00/38.20                               domain(A)),domain(A)) -> domain(A)
% 38.00/38.20  Current number of equations to process: 371
% 38.00/38.20  Current number of ordered equations: 0
% 38.00/38.20  Current number of rules: 595
% 38.00/38.20  New rule produced :
% 38.00/38.20  [621]
% 38.00/38.20  ifeq(codomain(a),codomain(g),ifeq(codomain(A),codomain(a),ifeq(b,compose(
% 38.00/38.20                                                                   codomain(A),b),
% 38.00/38.20                                                            codomain(a),
% 38.00/38.20                                                            codomain(A)),
% 38.00/38.20                               codomain(A)),codomain(A)) -> codomain(A)
% 38.00/38.20  Current number of equations to process: 370
% 38.00/38.20  Current number of ordered equations: 0
% 38.00/38.20  Current number of rules: 596
% 38.00/38.20  New rule produced :
% 38.00/38.20  [622] ifeq(compose(codomain(a),a),compose(h,a),h,codomain(a)) -> codomain(a)
% 38.00/38.20  Current number of equations to process: 371
% 38.00/38.20  Current number of ordered equations: 0
% 38.00/38.20  Current number of rules: 597
% 38.00/38.20  New rule produced :
% 38.00/38.20  [623]
% 38.00/38.20  ifeq(codomain(g),codomain(a),ifeq(a,compose(h,a),h,codomain(g)),codomain(g))
% 38.00/38.20  -> codomain(g)
% 38.00/38.20  Current number of equations to process: 370
% 38.00/38.20  Current number of ordered equations: 0
% 38.00/38.20  Current number of rules: 598
% 38.00/38.20  New rule produced :
% 38.00/38.20  [624] ifeq(compose(codomain(a),a),compose(g,a),g,codomain(a)) -> codomain(a)
% 38.00/38.20  Current number of equations to process: 371
% 38.00/38.20  Current number of ordered equations: 0
% 38.00/38.20  Current number of rules: 599
% 38.00/38.20  New rule produced :
% 38.00/38.20  [625]
% 38.00/38.20  ifeq(codomain(g),codomain(a),ifeq(a,compose(g,a),g,codomain(g)),codomain(g))
% 38.00/38.20  -> codomain(g)
% 38.00/38.20  Current number of equations to process: 370
% 38.00/38.20  Current number of ordered equations: 0
% 38.00/38.20  Current number of rules: 600
% 38.00/38.20  New rule produced :
% 38.00/38.20  [626] ifeq(codomain(g),codomain(a),ifeq(compose(h,a),a,codomain(g),h),h) -> h
% 38.00/38.20  Current number of equations to process: 370
% 38.00/38.20  Current number of ordered equations: 0
% 38.00/38.20  Current number of rules: 601
% 38.00/38.20  New rule produced :
% 38.00/38.20  [627]
% 38.00/38.20  ifeq(compose(compose(h,a),a),a,codomain(g),compose(h,a)) -> compose(h,a)
% 38.00/38.20  Current number of equations to process: 370
% 38.00/38.20  Current number of ordered equations: 0
% 38.00/38.20  Current number of rules: 602
% 38.00/38.20  New rule produced :
% 38.00/38.20  [628]
% 38.00/38.20  ifeq(domain(A),codomain(a),ifeq(compose(domain(A),a),a,codomain(g),domain(A)),
% 38.00/38.20  domain(A)) -> domain(A)
% 38.00/38.20  Current number of equations to process: 372
% 38.00/38.20  Current number of ordered equations: 0
% 38.00/38.20  Current number of rules: 603
% 38.00/38.20  New rule produced :
% 38.00/38.20  [629]
% 38.00/38.20  ifeq(codomain(A),codomain(a),ifeq(compose(codomain(A),a),a,codomain(g),
% 38.00/38.20                               codomain(A)),codomain(A)) -> codomain(A)
% 38.00/38.20  Current number of equations to process: 371
% 38.00/38.20  Current number of ordered equations: 0
% 38.00/38.20  Current number of rules: 604
% 38.00/38.20  New rule produced :
% 38.00/38.20  [630]
% 38.00/38.20  ifeq(compose(compose(g,a),a),a,codomain(g),compose(g,a)) -> compose(g,a)
% 38.00/38.20  Current number of equations to process: 372
% 38.00/38.20  Current number of ordered equations: 0
% 38.00/38.20  Current number of rules: 605
% 38.00/38.20  New rule produced :
% 38.00/38.20  [631]
% 38.00/38.20  ifeq(codomain(b),codomain(a),ifeq(compose(compose(a,b),a),a,codomain(g),
% 38.00/38.20                               compose(a,b)),compose(a,b)) -> compose(a,b)
% 38.00/38.20  Current number of equations to process: 373
% 38.00/38.20  Current number of ordered equations: 0
% 38.00/38.20  Current number of rules: 606
% 38.00/38.20  New rule produced :
% 38.00/38.20  [632] ifeq(compose(h,a),compose(codomain(a),a),h,codomain(a)) -> codomain(a)
% 38.00/38.20  Current number of equations to process: 374
% 38.00/38.20  Current number of ordered equations: 0
% 38.00/38.20  Current number of rules: 607
% 38.00/38.20  New rule produced :
% 38.00/38.20  [633]
% 38.00/38.20  ifeq(codomain(g),codomain(a),ifeq(compose(h,a),a,h,codomain(g)),codomain(g))
% 38.00/38.20  -> codomain(g)
% 38.00/38.20  Current number of equations to process: 373
% 38.00/38.20  Current number of ordered equations: 0
% 38.00/38.20  Current number of rules: 608
% 38.00/38.20  New rule produced :
% 38.00/38.20  [634] ifeq(compose(g,a),compose(codomain(a),a),g,codomain(a)) -> codomain(a)
% 38.00/38.20  Current number of equations to process: 374
% 38.00/38.20  Current number of ordered equations: 0
% 38.00/38.20  Current number of rules: 609
% 38.00/38.20  New rule produced :
% 55.92/56.14  [635]
% 55.92/56.14  ifeq(codomain(g),codomain(a),ifeq(compose(g,a),a,g,codomain(g)),codomain(g))
% 55.92/56.14  -> codomain(g)
% 55.92/56.14  Current number of equations to process: 373
% 55.92/56.14  Current number of ordered equations: 0
% 55.92/56.14  Current number of rules: 610
% 55.92/56.14  New rule produced :
% 55.92/56.14  [636] ifeq(codomain(g),codomain(a),ifeq(a,compose(h,a),codomain(g),h),h) -> h
% 55.92/56.14  Current number of equations to process: 373
% 55.92/56.14  Current number of ordered equations: 0
% 55.92/56.14  Current number of rules: 611
% 55.92/56.14  New rule produced :
% 55.92/56.14  [637]
% 55.92/56.14  ifeq(a,compose(compose(h,a),a),codomain(g),compose(h,a)) -> compose(h,a)
% 55.92/56.14  Current number of equations to process: 373
% 55.92/56.14  Current number of ordered equations: 0
% 55.92/56.14  Current number of rules: 612
% 55.92/56.14  New rule produced :
% 55.92/56.14  [638]
% 55.92/56.14  ifeq(domain(A),codomain(a),ifeq(a,compose(domain(A),a),codomain(g),domain(A)),
% 55.92/56.14  domain(A)) -> domain(A)
% 55.92/56.14  Current number of equations to process: 375
% 55.92/56.14  Current number of ordered equations: 0
% 55.92/56.14  Current number of rules: 613
% 55.92/56.14  New rule produced :
% 55.92/56.14  [639]
% 55.92/56.14  ifeq(codomain(A),codomain(a),ifeq(a,compose(codomain(A),a),codomain(g),
% 55.92/56.14                               codomain(A)),codomain(A)) -> codomain(A)
% 55.92/56.14  Current number of equations to process: 374
% 55.92/56.14  Current number of ordered equations: 0
% 55.92/56.14  Current number of rules: 614
% 55.92/56.14  New rule produced :
% 55.92/56.14  [640]
% 55.92/56.14  ifeq(a,compose(compose(g,a),a),codomain(g),compose(g,a)) -> compose(g,a)
% 55.92/56.14  Current number of equations to process: 375
% 55.92/56.14  Current number of ordered equations: 0
% 55.92/56.14  Current number of rules: 615
% 55.92/56.14  New rule produced :
% 55.92/56.14  [641]
% 55.92/56.14  ifeq(codomain(b),codomain(a),ifeq(a,compose(compose(a,b),a),codomain(g),
% 55.92/56.14                               compose(a,b)),compose(a,b)) -> compose(a,b)
% 55.92/56.14  Current number of equations to process: 376
% 55.92/56.14  Current number of ordered equations: 0
% 55.92/56.14  Current number of rules: 616
% 55.92/56.14  New rule produced :
% 55.92/56.14  [642]
% 55.92/56.14  ifeq(domain(A),codomain(g),ifeq(b,compose(domain(A),b),domain(A),codomain(a)),
% 55.92/56.14  codomain(a)) -> codomain(a)
% 55.92/56.14  Current number of equations to process: 402
% 55.92/56.14  Current number of ordered equations: 0
% 55.92/56.14  Current number of rules: 617
% 55.92/56.14  New rule produced :
% 55.92/56.14  [643]
% 55.92/56.14  ifeq(codomain(A),codomain(g),ifeq(b,compose(codomain(A),b),codomain(A),
% 55.92/56.14                               codomain(a)),codomain(a)) -> codomain(a)
% 55.92/56.14  Current number of equations to process: 401
% 55.92/56.14  Current number of ordered equations: 0
% 55.92/56.14  Current number of rules: 618
% 55.92/56.14  New rule produced :
% 55.92/56.14  [644]
% 55.92/56.14  ifeq(codomain(b),codomain(g),ifeq(b,compose(compose(a,b),b),compose(a,b),
% 55.92/56.14                               codomain(a)),codomain(a)) -> codomain(a)
% 55.92/56.14  Current number of equations to process: 402
% 55.92/56.14  Current number of ordered equations: 0
% 55.92/56.14  Current number of rules: 619
% 55.92/56.14  New rule produced :
% 55.92/56.14  [645]
% 55.92/56.14  ifeq(codomain(a),codomain(g),ifeq(b,compose(compose(h,a),b),compose(h,a),
% 55.92/56.14                               codomain(a)),codomain(a)) -> codomain(a)
% 55.92/56.14  Current number of equations to process: 401
% 55.92/56.14  Current number of ordered equations: 0
% 55.92/56.14  Current number of rules: 620
% 55.92/56.14  New rule produced :
% 55.92/56.14  [646]
% 55.92/56.14  ifeq(codomain(a),codomain(g),ifeq(b,compose(compose(g,a),b),compose(g,a),
% 55.92/56.14                               codomain(a)),codomain(a)) -> codomain(a)
% 55.92/56.14  Current number of equations to process: 402
% 55.92/56.14  Current number of ordered equations: 0
% 55.92/56.14  Current number of rules: 621
% 55.92/56.14  New rule produced :
% 55.92/56.14  [647]
% 55.92/56.14  ifeq(domain(A),codomain(g),ifeq(compose(domain(A),b),b,domain(A),codomain(a)),
% 55.92/56.14  codomain(a)) -> codomain(a)
% 55.92/56.14  Current number of equations to process: 405
% 55.92/56.14  Current number of ordered equations: 0
% 55.92/56.14  Current number of rules: 622
% 55.92/56.14  New rule produced :
% 55.92/56.14  [648]
% 55.92/56.14  ifeq(codomain(A),codomain(g),ifeq(compose(codomain(A),b),b,codomain(A),
% 55.92/56.14                               codomain(a)),codomain(a)) -> codomain(a)
% 55.92/56.14  Current number of equations to process: 404
% 55.92/56.14  Current number of ordered equations: 0
% 55.92/56.14  Current number of rules: 623
% 55.92/56.14  New rule produced :
% 55.92/56.14  [649]
% 55.92/56.14  ifeq(codomain(b),codomain(g),ifeq(compose(compose(a,b),b),b,compose(a,b),
% 55.92/56.14                               codomain(a)),codomain(a)) -> codomain(a)
% 55.92/56.14  Current number of equations to process: 405
% 55.92/56.14  Current number of ordered equations: 0
% 55.92/56.14  Current number of rules: 624
% 55.92/56.14  New rule produced :
% 55.92/56.14  [650]
% 55.92/56.14  ifeq(codomain(a),codomain(g),ifeq(compose(compose(h,a),b),b,compose(h,a),
% 55.92/56.14                               codomain(a)),codomain(a)) -> codomain(a)
% 55.92/56.14  Current number of equations to process: 404
% 55.92/56.14  Current number of ordered equations: 0
% 55.92/56.14  Current number of rules: 625
% 57.42/57.64  New rule produced :
% 57.42/57.64  [651]
% 57.42/57.64  ifeq(codomain(a),codomain(g),ifeq(compose(compose(g,a),b),b,compose(g,a),
% 57.42/57.64                               codomain(a)),codomain(a)) -> codomain(a)
% 57.42/57.64  Current number of equations to process: 405
% 57.42/57.64  Current number of ordered equations: 0
% 57.42/57.64  Current number of rules: 626
% 57.42/57.64  New rule produced :
% 57.42/57.64  [652]
% 57.42/57.64  ifeq(domain(A),codomain(g),ifeq(compose(codomain(a),a),compose(domain(A),a),
% 57.42/57.64                             domain(A),codomain(a)),codomain(a)) -> codomain(a)
% 57.42/57.64  Current number of equations to process: 408
% 57.42/57.64  Current number of ordered equations: 0
% 57.42/57.64  Current number of rules: 627
% 57.42/57.64  New rule produced :
% 57.42/57.64  [653]
% 57.42/57.64  ifeq(codomain(A),codomain(g),ifeq(compose(codomain(a),a),compose(codomain(A),a),
% 57.42/57.64                               codomain(A),codomain(a)),codomain(a)) ->
% 57.42/57.64  codomain(a)
% 57.42/57.64  Current number of equations to process: 407
% 57.42/57.64  Current number of ordered equations: 0
% 57.42/57.64  Current number of rules: 628
% 57.42/57.64  New rule produced :
% 57.42/57.64  [654]
% 57.42/57.64  ifeq(codomain(b),codomain(g),ifeq(compose(codomain(a),a),compose(compose(a,b),a),
% 57.42/57.64                               compose(a,b),codomain(a)),codomain(a)) ->
% 57.42/57.64  codomain(a)
% 57.42/57.64  Current number of equations to process: 412
% 57.42/57.64  Current number of ordered equations: 0
% 57.42/57.64  Current number of rules: 629
% 57.42/57.64  New rule produced :
% 57.42/57.64  [655]
% 57.42/57.64  ifeq(codomain(a),codomain(g),ifeq(compose(codomain(a),a),compose(compose(h,a),a),
% 57.42/57.64                               compose(h,a),codomain(a)),codomain(a)) ->
% 57.42/57.64  codomain(a)
% 57.42/57.64  Current number of equations to process: 411
% 57.42/57.64  Current number of ordered equations: 0
% 57.42/57.64  Current number of rules: 630
% 57.42/57.64  New rule produced :
% 57.42/57.64  [656]
% 57.42/57.64  ifeq(codomain(a),codomain(g),ifeq(compose(codomain(a),a),compose(compose(g,a),a),
% 57.42/57.64                               compose(g,a),codomain(a)),codomain(a)) ->
% 57.42/57.64  codomain(a)
% 57.42/57.64  Current number of equations to process: 410
% 57.42/57.64  Current number of ordered equations: 0
% 57.42/57.64  Current number of rules: 631
% 57.42/57.64  New rule produced :
% 57.42/57.64  [657]
% 57.42/57.64  ifeq(codomain(b),codomain(g),ifeq(b,compose(compose(g,compose(a,b)),b),
% 57.42/57.64                               compose(g,compose(a,b)),codomain(a)),codomain(a))
% 57.42/57.64  -> codomain(a)
% 57.42/57.64  Current number of equations to process: 409
% 57.42/57.64  Current number of ordered equations: 0
% 57.42/57.64  Current number of rules: 632
% 57.42/57.64  New rule produced :
% 57.42/57.64  [658]
% 57.42/57.64  ifeq(codomain(b),codomain(g),ifeq(b,compose(compose(compose(h,a),b),b),
% 57.42/57.64                               compose(compose(h,a),b),codomain(a)),codomain(a))
% 57.42/57.64  -> codomain(a)
% 57.42/57.64  Current number of equations to process: 408
% 57.42/57.64  Current number of ordered equations: 0
% 57.42/57.64  Current number of rules: 633
% 57.42/57.64  New rule produced :
% 57.42/57.64  [659]
% 57.42/57.64  ifeq(codomain(b),codomain(g),ifeq(b,compose(compose(compose(g,a),b),b),
% 57.42/57.64                               compose(compose(g,a),b),codomain(a)),codomain(a))
% 57.42/57.64  -> codomain(a)
% 57.42/57.64  Current number of equations to process: 407
% 57.42/57.64  Current number of ordered equations: 0
% 57.42/57.64  Current number of rules: 634
% 57.42/57.64  New rule produced :
% 57.42/57.64  [660]
% 57.42/57.64  ifeq(codomain(b),codomain(g),ifeq(compose(compose(g,compose(a,b)),b),b,
% 57.42/57.64                               compose(g,compose(a,b)),codomain(a)),codomain(a))
% 57.42/57.64  -> codomain(a)
% 57.42/57.64  Current number of equations to process: 406
% 57.42/57.64  Current number of ordered equations: 0
% 57.42/57.64  Current number of rules: 635
% 57.42/57.64  New rule produced :
% 57.42/57.64  [661]
% 57.42/57.64  ifeq(codomain(b),codomain(g),ifeq(compose(compose(compose(h,a),b),b),b,
% 57.42/57.64                               compose(compose(h,a),b),codomain(a)),codomain(a))
% 57.42/57.64  -> codomain(a)
% 57.42/57.64  Current number of equations to process: 405
% 57.42/57.64  Current number of ordered equations: 0
% 57.42/57.64  Current number of rules: 636
% 57.42/57.64  New rule produced :
% 57.42/57.64  [662]
% 57.42/57.64  ifeq(codomain(b),codomain(g),ifeq(compose(compose(compose(g,a),b),b),b,
% 57.42/57.64                               compose(compose(g,a),b),codomain(a)),codomain(a))
% 57.42/57.64  -> codomain(a)
% 57.42/57.64  Current number of equations to process: 404
% 57.42/57.64  Current number of ordered equations: 0
% 57.42/57.64  Current number of rules: 637
% 57.42/57.64  New rule produced :
% 57.42/57.64  [663]
% 57.42/57.64  ifeq(domain(A),codomain(g),ifeq(compose(domain(A),a),compose(codomain(a),a),
% 57.42/57.64                             domain(A),codomain(a)),codomain(a)) -> codomain(a)
% 57.42/57.64  Current number of equations to process: 413
% 57.42/57.64  Current number of ordered equations: 0
% 57.42/57.64  Current number of rules: 638
% 57.42/57.64  New rule produced :
% 57.42/57.64  [664]
% 57.42/57.64  ifeq(codomain(A),codomain(g),ifeq(compose(codomain(A),a),compose(codomain(a),a),
% 57.42/57.64                               codomain(A),codomain(a)),codomain(a)) ->
% 124.24/124.49  codomain(a)
% 124.24/124.49  Current number of equations to process: 412
% 124.24/124.49  Current number of ordered equations: 0
% 124.24/124.49  Current number of rules: 639
% 124.24/124.49  New rule produced :
% 124.24/124.49  [665]
% 124.24/124.49  ifeq(codomain(b),codomain(g),ifeq(compose(compose(a,b),a),compose(codomain(a),a),
% 124.24/124.49                               compose(a,b),codomain(a)),codomain(a)) ->
% 124.24/124.49  codomain(a)
% 124.24/124.49  Current number of equations to process: 417
% 124.24/124.49  Current number of ordered equations: 0
% 124.24/124.49  Current number of rules: 640
% 124.24/124.49  New rule produced :
% 124.24/124.49  [666]
% 124.24/124.49  ifeq(codomain(a),codomain(g),ifeq(compose(compose(h,a),a),compose(codomain(a),a),
% 124.24/124.49                               compose(h,a),codomain(a)),codomain(a)) ->
% 124.24/124.49  codomain(a)
% 124.24/124.49  Current number of equations to process: 416
% 124.24/124.49  Current number of ordered equations: 0
% 124.24/124.49  Current number of rules: 641
% 124.24/124.49  New rule produced :
% 124.24/124.49  [667]
% 124.24/124.49  ifeq(codomain(a),codomain(g),ifeq(compose(compose(g,a),a),compose(codomain(a),a),
% 124.24/124.49                               compose(g,a),codomain(a)),codomain(a)) ->
% 124.24/124.49  codomain(a)
% 124.24/124.49  Current number of equations to process: 415
% 124.24/124.49  Current number of ordered equations: 0
% 124.24/124.49  Current number of rules: 642
% 124.24/124.49  New rule produced :
% 124.24/124.49  [668]
% 124.24/124.49  ifeq(domain(A),codomain(g),ifeq(codomain(g),codomain(a),ifeq(a,compose(
% 124.24/124.49                                                                 domain(A),a),
% 124.24/124.49                                                          domain(A),codomain(g)),
% 124.24/124.49                             codomain(g)),codomain(g)) -> codomain(g)
% 124.24/124.49  Current number of equations to process: 414
% 124.24/124.49  Current number of ordered equations: 0
% 124.24/124.49  Current number of rules: 643
% 124.24/124.49  New rule produced :
% 124.24/124.49  [669]
% 124.24/124.49  ifeq(codomain(A),codomain(g),ifeq(codomain(g),codomain(a),ifeq(a,compose(
% 124.24/124.49                                                                   codomain(A),a),
% 124.24/124.49                                                            codomain(A),
% 124.24/124.49                                                            codomain(g)),
% 124.24/124.49                               codomain(g)),codomain(g)) -> codomain(g)
% 124.24/124.49  Current number of equations to process: 413
% 124.24/124.49  Current number of ordered equations: 0
% 124.24/124.49  Current number of rules: 644
% 124.24/124.49  New rule produced :
% 124.24/124.49  [670]
% 124.24/124.49  ifeq(codomain(b),domain(g),codomain(compose(compose(compose(g,a),b),compose(
% 124.24/124.49                                                                      compose(g,a),b))),
% 124.24/124.49  codomain(b)) -> codomain(b)
% 124.24/124.49  Current number of equations to process: 420
% 124.24/124.49  Current number of ordered equations: 0
% 124.24/124.49  Current number of rules: 645
% 124.24/124.49  New rule produced :
% 124.24/124.49  [671]
% 124.24/124.49  ifeq(codomain(b),domain(g),domain(compose(compose(compose(g,a),b),compose(
% 124.24/124.49                                                                    compose(g,a),b))),
% 124.24/124.49  domain(g)) -> domain(g)
% 124.24/124.49  Current number of equations to process: 420
% 124.24/124.49  Current number of ordered equations: 0
% 124.24/124.49  Current number of rules: 646
% 124.24/124.49  New rule produced :
% 124.24/124.49  [672]
% 124.24/124.49  ifeq(domain(A),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(
% 124.24/124.49                                                               domain(A),a),a,
% 124.24/124.49                                                          domain(A),codomain(g)),
% 124.24/124.49                             codomain(g)),codomain(g)) -> codomain(g)
% 124.24/124.49  Current number of equations to process: 419
% 124.24/124.49  Current number of ordered equations: 0
% 124.24/124.49  Current number of rules: 647
% 124.24/124.49  New rule produced :
% 124.24/124.49  [673]
% 124.24/124.49  ifeq(codomain(A),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(
% 124.24/124.49                                                                 codomain(A),a),a,
% 124.24/124.49                                                            codomain(A),
% 124.24/124.49                                                            codomain(g)),
% 124.24/124.49                               codomain(g)),codomain(g)) -> codomain(g)
% 124.24/124.49  Current number of equations to process: 418
% 124.24/124.49  Current number of ordered equations: 0
% 124.24/124.49  Current number of rules: 648
% 124.24/124.49  New rule produced :
% 124.24/124.49  [674] ifeq(b,compose(codomain(g),b),codomain(g),codomain(a)) -> codomain(a)
% 124.24/124.49  Current number of equations to process: 418
% 124.24/124.49  Current number of ordered equations: 0
% 124.24/124.49  Current number of rules: 649
% 124.24/124.49  New rule produced :
% 124.24/124.49  [675] ifeq(compose(codomain(g),b),b,codomain(g),codomain(a)) -> codomain(a)
% 124.24/124.49  Current number of equations to process: 418
% 124.24/124.49  Current number of ordered equations: 0
% 124.24/124.49  Current number of rules: 650
% 124.24/124.49  New rule produced :
% 124.24/124.49  [676] ifeq(compose(codomain(a),a),a,codomain(g),codomain(a)) -> codomain(a)
% 124.24/124.49  Current number of equations to process: 418
% 172.12/172.34  Current number of ordered equations: 0
% 172.12/172.34  Current number of rules: 651
% 172.12/172.34  New rule produced :
% 172.12/172.34  [677] ifeq(a,compose(codomain(a),a),codomain(g),codomain(a)) -> codomain(a)
% 172.12/172.34  Current number of equations to process: 418
% 172.12/172.34  Current number of ordered equations: 0
% 172.12/172.34  Current number of rules: 652
% 172.12/172.34  New rule produced :
% 172.12/172.34  [678]
% 172.12/172.34  ifeq(codomain(b),codomain(g),ifeq(compose(codomain(a),a),compose(compose(g,
% 172.12/172.34                                                                   compose(a,b)),a),
% 172.12/172.34                               compose(g,compose(a,b)),codomain(a)),codomain(a))
% 172.12/172.34  -> codomain(a)
% 172.12/172.34  Current number of equations to process: 417
% 172.12/172.34  Current number of ordered equations: 0
% 172.12/172.34  Current number of rules: 653
% 172.12/172.34  New rule produced :
% 172.12/172.34  [679]
% 172.12/172.34  ifeq(codomain(b),codomain(g),ifeq(compose(codomain(a),a),compose(compose(
% 172.12/172.34                                                                   compose(h,a),b),a),
% 172.12/172.34                               compose(compose(h,a),b),codomain(a)),codomain(a))
% 172.12/172.34  -> codomain(a)
% 172.12/172.34  Current number of equations to process: 416
% 172.12/172.34  Current number of ordered equations: 0
% 172.12/172.34  Current number of rules: 654
% 172.12/172.34  New rule produced :
% 172.12/172.34  [680]
% 172.12/172.34  ifeq(codomain(b),codomain(g),ifeq(compose(codomain(a),a),compose(compose(
% 172.12/172.34                                                                   compose(g,a),b),a),
% 172.12/172.34                               compose(compose(g,a),b),codomain(a)),codomain(a))
% 172.12/172.34  -> codomain(a)
% 172.12/172.34  Current number of equations to process: 415
% 172.12/172.34  Current number of ordered equations: 0
% 172.12/172.34  Current number of rules: 655
% 172.12/172.34  New rule produced :
% 172.12/172.34  [681]
% 172.12/172.34  ifeq(codomain(b),codomain(g),ifeq(codomain(g),codomain(a),ifeq(a,compose(
% 172.12/172.34                                                                   compose(a,b),a),
% 172.12/172.34                                                            compose(a,b),
% 172.12/172.34                                                            codomain(g)),
% 172.12/172.34                               codomain(g)),codomain(g)) -> codomain(g)
% 172.12/172.34  Current number of equations to process: 414
% 172.12/172.34  Current number of ordered equations: 0
% 172.12/172.34  Current number of rules: 656
% 172.12/172.34  New rule produced :
% 172.12/172.34  [682]
% 172.12/172.34  ifeq(codomain(a),codomain(g),ifeq(codomain(g),codomain(a),ifeq(a,compose(
% 172.12/172.34                                                                   compose(h,a),a),
% 172.12/172.34                                                            compose(h,a),
% 172.12/172.34                                                            codomain(g)),
% 172.12/172.34                               codomain(g)),codomain(g)) -> codomain(g)
% 172.12/172.34  Current number of equations to process: 413
% 172.12/172.34  Current number of ordered equations: 0
% 172.12/172.34  Current number of rules: 657
% 172.12/172.34  New rule produced :
% 172.12/172.34  [683]
% 172.12/172.34  ifeq(codomain(a),codomain(g),ifeq(codomain(g),codomain(a),ifeq(a,compose(
% 172.12/172.34                                                                   compose(g,a),a),
% 172.12/172.34                                                            compose(g,a),
% 172.12/172.34                                                            codomain(g)),
% 172.12/172.34                               codomain(g)),codomain(g)) -> codomain(g)
% 172.12/172.34  Current number of equations to process: 412
% 172.12/172.34  Current number of ordered equations: 0
% 172.12/172.34  Current number of rules: 658
% 172.12/172.34  New rule produced :
% 172.12/172.34  [684]
% 172.12/172.34  ifeq(codomain(b),codomain(g),ifeq(compose(compose(g,compose(a,b)),a),
% 172.12/172.34                               compose(codomain(a),a),compose(g,compose(a,b)),
% 172.12/172.34                               codomain(a)),codomain(a)) -> codomain(a)
% 172.12/172.34  Current number of equations to process: 411
% 172.12/172.34  Current number of ordered equations: 0
% 172.12/172.34  Current number of rules: 659
% 172.12/172.34  New rule produced :
% 172.12/172.34  [685]
% 172.12/172.34  ifeq(codomain(b),codomain(g),ifeq(compose(compose(compose(h,a),b),a),
% 172.12/172.34                               compose(codomain(a),a),compose(compose(h,a),b),
% 172.12/172.34                               codomain(a)),codomain(a)) -> codomain(a)
% 172.12/172.34  Current number of equations to process: 410
% 172.12/172.34  Current number of ordered equations: 0
% 172.12/172.34  Current number of rules: 660
% 172.12/172.34  New rule produced :
% 172.12/172.34  [686]
% 172.12/172.34  ifeq(codomain(b),codomain(g),ifeq(compose(compose(compose(g,a),b),a),
% 172.12/172.34                               compose(codomain(a),a),compose(compose(g,a),b),
% 172.12/172.34                               codomain(a)),codomain(a)) -> codomain(a)
% 172.12/172.34  Current number of equations to process: 409
% 172.12/172.34  Current number of ordered equations: 0
% 172.12/172.34  Current number of rules: 661
% 172.12/172.34  New rule produced :
% 172.12/172.34  [687]
% 172.12/172.34  ifeq(codomain(b),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(
% 193.65/193.88                                                                 compose(a,b),a),a,
% 193.65/193.88                                                            compose(a,b),
% 193.65/193.88                                                            codomain(g)),
% 193.65/193.88                               codomain(g)),codomain(g)) -> codomain(g)
% 193.65/193.88  Current number of equations to process: 408
% 193.65/193.88  Current number of ordered equations: 0
% 193.65/193.88  Current number of rules: 662
% 193.65/193.88  New rule produced :
% 193.65/193.88  [688]
% 193.65/193.88  ifeq(codomain(a),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(
% 193.65/193.88                                                                 compose(h,a),a),a,
% 193.65/193.88                                                            compose(h,a),
% 193.65/193.88                                                            codomain(g)),
% 193.65/193.88                               codomain(g)),codomain(g)) -> codomain(g)
% 193.65/193.88  Current number of equations to process: 407
% 193.65/193.88  Current number of ordered equations: 0
% 193.65/193.88  Current number of rules: 663
% 193.65/193.88  New rule produced :
% 193.65/193.88  [689]
% 193.65/193.88  ifeq(codomain(a),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(
% 193.65/193.88                                                                 compose(g,a),a),a,
% 193.65/193.88                                                            compose(g,a),
% 193.65/193.88                                                            codomain(g)),
% 193.65/193.88                               codomain(g)),codomain(g)) -> codomain(g)
% 193.65/193.88  Current number of equations to process: 406
% 193.65/193.88  Current number of ordered equations: 0
% 193.65/193.88  Current number of rules: 664
% 193.65/193.88  New rule produced :
% 193.65/193.88  [690]
% 193.65/193.88  ifeq(domain(A),codomain(g),ifeq(codomain(B),codomain(a),ifeq(compose(B,b),C,
% 193.65/193.88                                                          ifeq(compose(
% 193.65/193.88                                                               domain(A),b),C,
% 193.65/193.88                                                          domain(A),B),B),B),B)
% 193.65/193.88  -> B
% 193.65/193.88  Current number of equations to process: 405
% 193.65/193.88  Current number of ordered equations: 0
% 193.65/193.88  Current number of rules: 665
% 193.65/193.88  New rule produced :
% 193.65/193.88  [691]
% 193.65/193.88  ifeq(codomain(A),codomain(a),ifeq(compose(A,b),B,ifeq(compose(codomain(g),b),B,
% 193.65/193.88                                                   codomain(g),A),A),A) -> A
% 193.65/193.88  Current number of equations to process: 411
% 193.65/193.88  Current number of ordered equations: 0
% 193.65/193.88  Current number of rules: 666
% 193.65/193.88  New rule produced :
% 193.65/193.88  [692]
% 193.65/193.88  ifeq(codomain(a),codomain(g),ifeq(codomain(A),codomain(a),ifeq(compose(A,b),B,
% 193.65/193.88                                                            ifeq(b,B,codomain(a),A),A),A),A)
% 193.65/193.88  -> A
% 193.65/193.88  Current number of equations to process: 410
% 193.65/193.88  Current number of ordered equations: 0
% 193.65/193.88  Current number of rules: 667
% 193.65/193.88  New rule produced :
% 193.65/193.88  [693]
% 193.65/193.88  ifeq(codomain(g),codomain(a),ifeq(compose(h,b),A,ifeq(compose(codomain(g),b),A,
% 193.65/193.88                                                   codomain(g),h),h),h) -> h
% 193.65/193.88  Current number of equations to process: 418
% 193.65/193.88  Current number of ordered equations: 0
% 193.65/193.88  Current number of rules: 668
% 193.65/193.88  New rule produced :
% 193.65/193.88  [694]
% 193.65/193.88  ifeq(compose(compose(h,a),b),A,ifeq(compose(codomain(g),b),A,codomain(g),
% 193.65/193.88                                 compose(h,a)),compose(h,a)) -> compose(h,a)
% 193.65/193.88  Current number of equations to process: 419
% 193.65/193.88  Current number of ordered equations: 0
% 193.65/193.88  Current number of rules: 669
% 193.65/193.88  New rule produced :
% 193.65/193.88  [695]
% 193.65/193.88  ifeq(compose(compose(g,a),b),A,ifeq(compose(codomain(g),b),A,codomain(g),
% 193.65/193.88                                 compose(g,a)),compose(g,a)) -> compose(g,a)
% 193.65/193.88  Current number of equations to process: 420
% 193.65/193.88  Current number of ordered equations: 0
% 193.65/193.88  Current number of rules: 670
% 193.65/193.88  New rule produced :
% 193.65/193.88  [696]
% 193.65/193.88  ifeq(codomain(a),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(h,b),A,
% 193.65/193.88                                                            ifeq(b,A,codomain(a),h),h),h),h)
% 193.65/193.88  -> h
% 193.65/193.88  Current number of equations to process: 424
% 193.65/193.88  Current number of ordered equations: 0
% 193.65/193.88  Current number of rules: 671
% 193.65/193.88  New rule produced :
% 193.65/193.88  [697]
% 193.65/193.88  ifeq(domain(A),codomain(a),ifeq(compose(domain(A),b),B,ifeq(compose(codomain(g),b),B,
% 193.65/193.88                                                         codomain(g),domain(A)),
% 193.65/193.88                             domain(A)),domain(A)) -> domain(A)
% 193.65/193.88  Current number of equations to process: 428
% 193.65/193.88  Current number of ordered equations: 0
% 193.65/193.88  Current number of rules: 672
% 193.65/193.88  New rule produced :
% 208.34/208.58  [698]
% 208.34/208.58  ifeq(codomain(A),codomain(a),ifeq(compose(codomain(A),b),B,ifeq(compose(
% 208.34/208.58                                                                  codomain(g),b),B,
% 208.34/208.58                                                             codomain(g),
% 208.34/208.58                                                             codomain(A)),
% 208.34/208.58                               codomain(A)),codomain(A)) -> codomain(A)
% 208.34/208.58  Current number of equations to process: 427
% 208.34/208.58  Current number of ordered equations: 0
% 208.34/208.58  Current number of rules: 673
% 208.34/208.58  New rule produced :
% 208.34/208.58  [699]
% 208.34/208.58  ifeq(b,A,ifeq(compose(codomain(g),b),A,codomain(g),codomain(a)),codomain(a))
% 208.34/208.58  -> codomain(a)
% 208.34/208.58  Current number of equations to process: 427
% 208.34/208.58  Current number of ordered equations: 0
% 208.34/208.58  Current number of rules: 674
% 208.34/208.58  New rule produced :
% 208.34/208.58  [700]
% 208.34/208.58  ifeq(domain(A),codomain(g),ifeq(codomain(B),codomain(a),ifeq(compose(B,a),C,
% 208.34/208.58                                                          ifeq(compose(
% 208.34/208.58                                                               domain(A),a),C,
% 208.34/208.58                                                          domain(A),B),B),B),B)
% 208.34/208.58  -> B
% 208.34/208.58  Current number of equations to process: 426
% 208.34/208.58  Current number of ordered equations: 0
% 208.34/208.58  Current number of rules: 675
% 208.34/208.58  New rule produced :
% 208.34/208.58  [701]
% 208.34/208.58  ifeq(codomain(A),codomain(a),ifeq(compose(A,a),B,ifeq(a,B,codomain(g),A),A),A)
% 208.34/208.58  -> A
% 208.34/208.58  Current number of equations to process: 431
% 208.34/208.58  Current number of ordered equations: 0
% 208.34/208.58  Current number of rules: 676
% 208.34/208.58  New rule produced :
% 208.34/208.58  [702]
% 208.34/208.58  ifeq(codomain(g),codomain(a),ifeq(compose(h,a),A,ifeq(a,A,codomain(g),h),h),h)
% 208.34/208.58  -> h
% 208.34/208.58  Current number of equations to process: 440
% 208.34/208.58  Current number of ordered equations: 0
% 208.34/208.58  Current number of rules: 677
% 208.34/208.58  New rule produced :
% 208.34/208.58  [703]
% 208.34/208.58  ifeq(compose(compose(h,a),a),A,ifeq(a,A,codomain(g),compose(h,a)),compose(h,a))
% 208.34/208.58  -> compose(h,a)
% 208.34/208.58  Current number of equations to process: 441
% 208.34/208.58  Current number of ordered equations: 0
% 208.34/208.58  Current number of rules: 678
% 208.34/208.58  New rule produced :
% 208.34/208.58  [704]
% 208.34/208.58  ifeq(compose(compose(g,a),a),A,ifeq(a,A,codomain(g),compose(g,a)),compose(g,a))
% 208.34/208.58  -> compose(g,a)
% 208.34/208.58  Current number of equations to process: 442
% 208.34/208.58  Current number of ordered equations: 0
% 208.34/208.58  Current number of rules: 679
% 208.34/208.58  New rule produced :
% 208.34/208.58  [705]
% 208.34/208.58  ifeq(domain(A),codomain(a),ifeq(compose(domain(A),a),B,ifeq(a,B,codomain(g),
% 208.34/208.58                                                         domain(A)),domain(A)),
% 208.34/208.58  domain(A)) -> domain(A)
% 208.34/208.58  Current number of equations to process: 442
% 208.34/208.58  Current number of ordered equations: 0
% 208.34/208.58  Current number of rules: 680
% 208.34/208.58  New rule produced :
% 208.34/208.58  [706]
% 208.34/208.58  ifeq(codomain(A),codomain(a),ifeq(compose(codomain(A),a),B,ifeq(a,B,codomain(g),
% 208.34/208.58                                                             codomain(A)),
% 208.34/208.58                               codomain(A)),codomain(A)) -> codomain(A)
% 208.34/208.58  Current number of equations to process: 441
% 208.34/208.58  Current number of ordered equations: 0
% 208.34/208.58  Current number of rules: 681
% 208.34/208.58  New rule produced :
% 208.34/208.58  [707]
% 208.34/208.58  ifeq(compose(codomain(a),a),A,ifeq(a,A,codomain(g),codomain(a)),codomain(a))
% 208.34/208.58  -> codomain(a)
% 208.34/208.58  Current number of equations to process: 442
% 208.34/208.58  Current number of ordered equations: 0
% 208.34/208.58  Current number of rules: 682
% 208.34/208.58  New rule produced :
% 208.34/208.58  [708]
% 208.34/208.58  ifeq(codomain(g),codomain(a),ifeq(a,A,ifeq(a,A,codomain(g),codomain(g)),
% 208.34/208.58                               codomain(g)),codomain(g)) -> codomain(g)
% 208.34/208.58  Current number of equations to process: 441
% 208.34/208.58  Current number of ordered equations: 0
% 208.34/208.58  Current number of rules: 683
% 208.34/208.58  New rule produced :
% 208.34/208.58  [709]
% 208.34/208.58  ifeq(codomain(A),codomain(a),ifeq(codomain(B),domain(A),compose(B,compose(A,b)),
% 208.34/208.58                               compose(compose(B,A),b)),compose(compose(B,A),b))
% 208.34/208.58  -> compose(compose(B,A),b)
% 208.34/208.58  Current number of equations to process: 439
% 208.34/208.58  Current number of ordered equations: 1
% 208.34/208.58  Current number of rules: 684
% 208.34/208.58  New rule produced :
% 208.34/208.58  [710]
% 208.34/208.58  ifeq(codomain(b),domain(A),ifeq(codomain(B),codomain(a),compose(B,compose(b,A)),
% 208.34/208.58                             compose(compose(B,b),A)),compose(compose(B,b),A))
% 208.34/208.58  -> compose(compose(B,b),A)
% 208.34/208.58  Current number of equations to process: 439
% 208.34/208.58  Current number of ordered equations: 0
% 208.34/208.58  Current number of rules: 685
% 208.34/208.58  New rule produced :
% 208.34/208.58  [711]
% 208.34/208.58  ifeq(codomain(A),codomain(g),compose(A,compose(a,b)),compose(compose(A,a),b))
% 208.34/208.58  -> compose(compose(A,a),b)
% 208.34/208.58  Current number of equations to process: 449
% 211.01/211.20  Current number of ordered equations: 0
% 211.01/211.20  Current number of rules: 686
% 211.01/211.20  New rule produced :
% 211.01/211.20  [712]
% 211.01/211.20  ifeq(codomain(A),domain(g),compose(A,compose(compose(h,a),b)),compose(
% 211.01/211.20                                                                compose(A,
% 211.01/211.20                                                                compose(h,a)),b))
% 211.01/211.20  -> compose(compose(A,compose(h,a)),b)
% 211.01/211.20  Current number of equations to process: 451
% 211.01/211.20  Current number of ordered equations: 0
% 211.01/211.20  Current number of rules: 687
% 211.01/211.20  New rule produced :
% 211.01/211.20  [713]
% 211.01/211.20  ifeq(codomain(A),domain(g),compose(A,compose(compose(g,a),b)),compose(
% 211.01/211.20                                                                compose(A,
% 211.01/211.20                                                                compose(g,a)),b))
% 211.01/211.20  -> compose(compose(A,compose(g,a)),b)
% 211.01/211.20  Current number of equations to process: 454
% 211.01/211.20  Current number of ordered equations: 0
% 211.01/211.20  Current number of rules: 688
% 211.01/211.20  New rule produced :
% 211.01/211.20  [714]
% 211.01/211.20  ifeq(codomain(b),domain(A),compose(a,compose(b,A)),compose(compose(a,b),A))
% 211.01/211.20  -> compose(compose(a,b),A)
% 211.01/211.20  Current number of equations to process: 462
% 211.01/211.20  Current number of ordered equations: 0
% 211.01/211.20  Current number of rules: 689
% 211.01/211.20  New rule produced :
% 211.01/211.20  [715]
% 211.01/211.20  ifeq(codomain(b),domain(A),compose(compose(h,a),compose(b,A)),compose(
% 211.01/211.20                                                                compose(
% 211.01/211.20                                                                compose(h,a),b),A))
% 211.01/211.20  -> compose(compose(compose(h,a),b),A)
% 211.01/211.20  Current number of equations to process: 468
% 211.01/211.20  Current number of ordered equations: 0
% 211.01/211.20  Current number of rules: 690
% 211.01/211.20  New rule produced :
% 211.01/211.20  [716]
% 211.01/211.20  ifeq(codomain(b),domain(A),compose(compose(g,a),compose(b,A)),compose(
% 211.01/211.20                                                                compose(
% 211.01/211.20                                                                compose(g,a),b),A))
% 211.01/211.20  -> compose(compose(compose(g,a),b),A)
% 211.01/211.20  Current number of equations to process: 472
% 211.01/211.20  Current number of ordered equations: 0
% 211.01/211.20  Current number of rules: 691
% 211.01/211.20  New rule produced : [717] compose(compose(h,a),b) -> compose(g,compose(a,b))
% 211.01/211.20  Rule [174] domain(compose(compose(h,a),b)) -> domain(g) collapsed.
% 211.01/211.20  Rule [189] codomain(compose(compose(h,a),b)) -> codomain(b) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [202]
% 211.01/211.20  ifeq(codomain(a),codomain(g),ifeq(compose(a,b),A,ifeq(compose(compose(h,a),b),A,
% 211.01/211.20                                                   compose(h,a),a),a),a) -> a
% 211.01/211.20  collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [208]
% 211.01/211.20  ifeq(codomain(A),codomain(g),ifeq(compose(compose(h,a),b),compose(A,b),A,
% 211.01/211.20                               compose(h,a)),compose(h,a)) -> compose(h,a)
% 211.01/211.20  collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [214]
% 211.01/211.20  ifeq(codomain(A),codomain(g),ifeq(compose(A,b),compose(compose(h,a),b),A,
% 211.01/211.20                               compose(h,a)),compose(h,a)) -> compose(h,a)
% 211.01/211.20  collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [230]
% 211.01/211.20  ifeq(codomain(a),codomain(g),ifeq(codomain(A),codomain(a),ifeq(compose(A,b),
% 211.01/211.20                                                            compose(compose(h,a),b),
% 211.01/211.20                                                            compose(h,a),A),A),A)
% 211.01/211.20  -> A collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [232]
% 211.01/211.20  ifeq(codomain(a),codomain(g),ifeq(codomain(A),codomain(a),ifeq(compose(
% 211.01/211.20                                                                 compose(h,a),b),
% 211.01/211.20                                                            compose(A,b),
% 211.01/211.20                                                            compose(h,a),A),A),A)
% 211.01/211.20  -> A collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [248]
% 211.01/211.20  ifeq(compose(compose(h,a),b),A,ifeq(compose(h,b),A,h,compose(h,a)),compose(h,a))
% 211.01/211.20  -> compose(h,a) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [255]
% 211.01/211.20  ifeq(compose(compose(h,a),b),A,ifeq(compose(g,b),A,g,compose(h,a)),compose(h,a))
% 211.01/211.20  -> compose(h,a) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [265]
% 211.01/211.20  ifeq(codomain(a),codomain(g),ifeq(compose(a,b),compose(compose(h,a),b),
% 211.01/211.20                               compose(h,a),a),a) -> a collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [269]
% 211.01/211.20  ifeq(codomain(a),codomain(g),ifeq(compose(compose(h,a),b),compose(a,b),
% 211.01/211.20                               compose(h,a),a),a) -> a collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [346]
% 211.01/211.20  ifeq(codomain(A),domain(g),codomain(compose(A,compose(compose(h,a),b))),
% 211.01/211.20  codomain(b)) -> codomain(b) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [347] compose(domain(g),compose(compose(h,a),b)) -> compose(compose(h,a),b)
% 211.01/211.20  collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [348]
% 211.01/211.20  ifeq(codomain(b),domain(g),domain(compose(b,compose(compose(h,a),b))),
% 211.01/211.20  codomain(a)) -> codomain(a) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [349]
% 211.01/211.20  ifeq(codomain(g),domain(g),codomain(compose(h,compose(compose(h,a),b))),
% 211.01/211.20  codomain(b)) -> codomain(b) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [350]
% 211.01/211.20  ifeq(codomain(b),domain(A),domain(compose(compose(compose(h,a),b),A)),
% 211.01/211.20  domain(g)) -> domain(g) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [351]
% 211.01/211.20  ifeq(codomain(A),domain(g),domain(compose(A,compose(compose(h,a),b))),
% 211.01/211.20  domain(A)) -> domain(A) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [352]
% 211.01/211.20  ifeq(codomain(b),codomain(a),domain(compose(compose(compose(h,a),b),b)),
% 211.01/211.20  domain(g)) -> domain(g) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [353]
% 211.01/211.20  ifeq(codomain(a),domain(g),domain(compose(a,compose(compose(h,a),b))),
% 211.01/211.20  codomain(g)) -> codomain(g) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [354]
% 211.01/211.20  ifeq(codomain(b),codomain(g),domain(compose(compose(compose(h,a),b),a)),
% 211.01/211.20  domain(g)) -> domain(g) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [355]
% 211.01/211.20  ifeq(codomain(g),domain(g),domain(compose(h,compose(compose(h,a),b))),
% 211.01/211.20  domain(g)) -> domain(g) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [356]
% 211.01/211.20  ifeq(domain(A),domain(g),domain(compose(domain(A),compose(compose(h,a),b))),
% 211.01/211.20  domain(A)) -> domain(A) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [357]
% 211.01/211.20  ifeq(codomain(A),domain(g),domain(compose(codomain(A),compose(compose(h,a),b))),
% 211.01/211.20  codomain(A)) -> codomain(A) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [358]
% 211.01/211.20  ifeq(codomain(b),codomain(A),domain(compose(compose(compose(h,a),b),codomain(A))),
% 211.01/211.20  domain(g)) -> domain(g) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [359]
% 211.01/211.20  ifeq(domain(A),domain(g),codomain(compose(domain(A),compose(compose(h,a),b))),
% 211.01/211.20  codomain(b)) -> codomain(b) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [360]
% 211.01/211.20  ifeq(codomain(A),domain(g),codomain(compose(codomain(A),compose(compose(h,a),b))),
% 211.01/211.20  codomain(b)) -> codomain(b) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [361]
% 211.01/211.20  ifeq(codomain(b),domain(A),domain(compose(compose(compose(h,a),b),domain(A))),
% 211.01/211.20  domain(g)) -> domain(g) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [362]
% 211.01/211.20  ifeq(codomain(b),codomain(g),domain(compose(compose(compose(h,a),b),compose(a,b))),
% 211.01/211.20  domain(g)) -> domain(g) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [363]
% 211.01/211.20  ifeq(codomain(b),domain(g),domain(compose(compose(a,b),compose(compose(h,a),b))),
% 211.01/211.20  codomain(g)) -> codomain(g) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [364]
% 211.01/211.20  ifeq(codomain(b),domain(g),codomain(compose(compose(a,b),compose(compose(h,a),b))),
% 211.01/211.20  codomain(b)) -> codomain(b) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [365]
% 211.01/211.20  ifeq(codomain(b),domain(g),domain(compose(compose(compose(h,a),b),compose(g,
% 211.01/211.20                                                                    compose(a,b)))),
% 211.01/211.20  domain(g)) -> domain(g) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [366]
% 211.01/211.20  ifeq(codomain(b),domain(g),domain(compose(compose(g,compose(a,b)),compose(
% 211.01/211.20                                                                    compose(h,a),b))),
% 211.01/211.20  domain(g)) -> domain(g) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [367]
% 211.01/211.20  ifeq(codomain(b),domain(g),codomain(compose(compose(g,compose(a,b)),compose(
% 211.01/211.20                                                                      compose(h,a),b))),
% 211.01/211.20  codomain(b)) -> codomain(b) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [370]
% 211.01/211.20  ifeq(codomain(b),domain(g),domain(compose(compose(compose(h,a),b),compose(h,a))),
% 211.01/211.20  domain(g)) -> domain(g) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [372]
% 211.01/211.20  ifeq(codomain(a),domain(g),domain(compose(compose(h,a),compose(compose(h,a),b))),
% 211.01/211.20  domain(g)) -> domain(g) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [374]
% 211.01/211.20  ifeq(codomain(a),domain(g),codomain(compose(compose(h,a),compose(compose(h,a),b))),
% 211.01/211.20  codomain(b)) -> codomain(b) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [375]
% 211.01/211.20  ifeq(codomain(b),domain(A),codomain(compose(compose(compose(h,a),b),A)),
% 211.01/211.20  codomain(A)) -> codomain(A) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [376] compose(compose(compose(h,a),b),codomain(b)) -> compose(compose(h,a),b)
% 211.01/211.20  collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [377]
% 211.01/211.20  ifeq(codomain(b),codomain(a),codomain(compose(compose(compose(h,a),b),b)),
% 211.01/211.20  codomain(b)) -> codomain(b) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [378]
% 211.01/211.20  ifeq(codomain(b),codomain(g),codomain(compose(compose(compose(h,a),b),a)),
% 211.01/211.20  codomain(a)) -> codomain(a) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [379]
% 211.01/211.20  ifeq(codomain(b),domain(g),codomain(compose(compose(compose(h,a),b),h)),
% 211.01/211.20  codomain(g)) -> codomain(g) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [380]
% 211.01/211.20  ifeq(codomain(b),domain(A),codomain(compose(compose(compose(h,a),b),domain(A))),
% 211.01/211.20  domain(A)) -> domain(A) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [381]
% 211.01/211.20  ifeq(codomain(b),codomain(A),codomain(compose(compose(compose(h,a),b),
% 211.01/211.20                                        codomain(A))),codomain(A)) ->
% 211.01/211.20  codomain(A) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [382]
% 211.01/211.20  ifeq(codomain(b),codomain(g),codomain(compose(compose(compose(h,a),b),
% 211.01/211.20                                        compose(a,b))),codomain(b)) ->
% 211.01/211.20  codomain(b) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [383]
% 211.01/211.20  ifeq(codomain(b),domain(g),codomain(compose(compose(compose(h,a),b),compose(h,a))),
% 211.01/211.20  codomain(a)) -> codomain(a) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [384]
% 211.01/211.20  ifeq(codomain(b),domain(g),codomain(compose(compose(compose(h,a),b),compose(g,
% 211.01/211.20                                                                      compose(a,b)))),
% 211.01/211.20  codomain(b)) -> codomain(b) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [401]
% 211.01/211.20  ifeq(codomain(b),codomain(g),ifeq(compose(a,b),compose(compose(compose(h,a),b),b),
% 211.01/211.20                               compose(compose(h,a),b),a),a) -> a collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [402]
% 211.01/211.20  ifeq(codomain(b),codomain(g),ifeq(compose(compose(compose(h,a),b),b),
% 211.01/211.20                               compose(a,b),compose(compose(h,a),b),a),a) -> a
% 211.01/211.20  collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [403]
% 211.01/211.20  ifeq(codomain(b),codomain(g),ifeq(compose(a,a),compose(compose(compose(h,a),b),a),
% 211.01/211.20                               compose(compose(h,a),b),a),a) -> a collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [404]
% 211.01/211.20  ifeq(codomain(b),codomain(g),ifeq(compose(compose(compose(h,a),b),a),
% 211.01/211.20                               compose(a,a),compose(compose(h,a),b),a),a) -> a
% 211.01/211.20  collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [414]
% 211.01/211.20  ifeq(compose(compose(h,a),b),compose(h,b),h,compose(h,a)) -> compose(h,a)
% 211.01/211.20  collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [419]
% 211.01/211.20  ifeq(compose(compose(h,a),b),compose(g,b),g,compose(h,a)) -> compose(h,a)
% 211.01/211.20  collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [425]
% 211.01/211.20  ifeq(domain(A),codomain(g),ifeq(compose(compose(h,a),b),compose(domain(A),b),
% 211.01/211.20                             domain(A),compose(h,a)),compose(h,a)) ->
% 211.01/211.20  compose(h,a) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [426]
% 211.01/211.20  ifeq(codomain(A),codomain(g),ifeq(compose(compose(h,a),b),compose(codomain(A),b),
% 211.01/211.20                               codomain(A),compose(h,a)),compose(h,a)) ->
% 211.01/211.20  compose(h,a) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [432]
% 211.01/211.20  ifeq(compose(h,b),compose(compose(h,a),b),h,compose(h,a)) -> compose(h,a)
% 211.01/211.20  collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [437]
% 211.01/211.20  ifeq(compose(g,b),compose(compose(h,a),b),g,compose(h,a)) -> compose(h,a)
% 211.01/211.20  collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [444]
% 211.01/211.20  ifeq(domain(A),codomain(g),ifeq(compose(domain(A),b),compose(compose(h,a),b),
% 211.01/211.20                             domain(A),compose(h,a)),compose(h,a)) ->
% 211.01/211.20  compose(h,a) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [445]
% 211.01/211.20  ifeq(codomain(A),codomain(g),ifeq(compose(codomain(A),b),compose(compose(h,a),b),
% 211.01/211.20                               codomain(A),compose(h,a)),compose(h,a)) ->
% 211.01/211.20  compose(h,a) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [491]
% 211.01/211.20  ifeq(codomain(a),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(h,b),
% 211.01/211.20                                                            compose(compose(h,a),b),
% 211.01/211.20                                                            compose(h,a),h),h),h)
% 211.01/211.20  -> h collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [494]
% 211.01/211.20  ifeq(codomain(a),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(
% 211.01/211.20                                                                 compose(h,a),b),
% 211.01/211.20                                                            compose(h,b),
% 211.01/211.20                                                            compose(h,a),h),h),h)
% 211.01/211.20  -> h collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [502]
% 211.01/211.20  ifeq(codomain(b),codomain(g),ifeq(compose(compose(h,a),b),compose(compose(a,b),b),
% 211.01/211.20                               compose(a,b),compose(h,a)),compose(h,a)) ->
% 211.01/211.20  compose(h,a) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [503]
% 211.01/211.20  ifeq(codomain(a),codomain(g),ifeq(compose(compose(h,a),b),compose(compose(g,a),b),
% 211.01/211.20                               compose(g,a),compose(h,a)),compose(h,a)) ->
% 211.01/211.20  compose(h,a) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [504]
% 211.01/211.20  ifeq(codomain(b),codomain(g),ifeq(compose(compose(a,b),b),compose(compose(h,a),b),
% 211.01/211.20                               compose(a,b),compose(h,a)),compose(h,a)) ->
% 211.01/211.20  compose(h,a) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [505]
% 211.01/211.20  ifeq(codomain(a),codomain(g),ifeq(compose(compose(g,a),b),compose(compose(h,a),b),
% 211.01/211.20                               compose(g,a),compose(h,a)),compose(h,a)) ->
% 211.01/211.20  compose(h,a) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [511]
% 211.01/211.20  ifeq(codomain(a),codomain(g),ifeq(compose(compose(g,a),b),compose(compose(h,a),b),
% 211.01/211.20                               compose(h,a),compose(g,a)),compose(g,a)) ->
% 211.01/211.20  compose(g,a) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [513]
% 211.01/211.20  ifeq(codomain(a),codomain(g),ifeq(compose(compose(h,a),b),compose(compose(g,a),b),
% 211.01/211.20                               compose(h,a),compose(g,a)),compose(g,a)) ->
% 211.01/211.20  compose(g,a) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [537]
% 211.01/211.20  ifeq(codomain(b),domain(g),domain(compose(compose(compose(h,a),b),h)),
% 211.01/211.20  domain(g)) -> domain(g) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [539]
% 211.01/211.20  ifeq(codomain(a),domain(g),codomain(compose(compose(g,a),compose(compose(h,a),b))),
% 211.01/211.20  codomain(b)) -> codomain(b) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [540]
% 211.01/211.20  ifeq(codomain(b),domain(g),codomain(compose(compose(compose(h,a),b),compose(g,a))),
% 211.01/211.20  codomain(a)) -> codomain(a) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [580]
% 211.01/211.20  ifeq(codomain(a),domain(g),domain(compose(compose(g,a),compose(compose(h,a),b))),
% 211.01/211.20  domain(g)) -> domain(g) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [586]
% 211.01/211.20  ifeq(codomain(b),domain(g),codomain(compose(compose(compose(h,a),b),compose(
% 211.01/211.20                                                                      compose(h,a),b))),
% 211.01/211.20  codomain(b)) -> codomain(b) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [587]
% 211.01/211.20  ifeq(codomain(b),domain(g),codomain(compose(compose(compose(g,a),b),compose(
% 211.01/211.20                                                                      compose(h,a),b))),
% 211.01/211.20  codomain(b)) -> codomain(b) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [588]
% 211.01/211.20  ifeq(codomain(b),domain(g),domain(compose(compose(compose(h,a),b),compose(g,a))),
% 211.01/211.20  domain(g)) -> domain(g) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [589]
% 211.01/211.20  ifeq(codomain(b),domain(g),domain(compose(compose(compose(h,a),b),compose(
% 211.01/211.20                                                                    compose(h,a),b))),
% 211.01/211.20  domain(g)) -> domain(g) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [590]
% 211.01/211.20  ifeq(codomain(b),domain(g),domain(compose(compose(compose(h,a),b),compose(
% 211.01/211.20                                                                    compose(g,a),b))),
% 211.01/211.20  domain(g)) -> domain(g) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [591]
% 211.01/211.20  ifeq(codomain(b),domain(g),domain(compose(compose(compose(g,a),b),compose(
% 211.01/211.20                                                                    compose(h,a),b))),
% 211.01/211.20  domain(g)) -> domain(g) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [592]
% 211.01/211.20  ifeq(codomain(b),domain(g),codomain(compose(compose(compose(h,a),b),compose(
% 211.01/211.20                                                                      compose(g,a),b))),
% 211.01/211.20  codomain(b)) -> codomain(b) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [600]
% 211.01/211.20  ifeq(compose(compose(h,a),b),compose(codomain(g),b),codomain(g),compose(h,a))
% 211.01/211.20  -> compose(h,a) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [601]
% 211.01/211.20  ifeq(codomain(a),codomain(g),ifeq(compose(compose(h,a),b),b,codomain(a),
% 211.01/211.20                               compose(h,a)),compose(h,a)) -> compose(h,a)
% 211.01/211.20  collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [613]
% 211.01/211.20  ifeq(compose(codomain(g),b),compose(compose(h,a),b),codomain(g),compose(h,a))
% 211.01/211.20  -> compose(h,a) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [614]
% 211.01/211.20  ifeq(codomain(a),codomain(g),ifeq(b,compose(compose(h,a),b),codomain(a),
% 211.01/211.20                               compose(h,a)),compose(h,a)) -> compose(h,a)
% 211.01/211.20  collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [645]
% 211.01/211.20  ifeq(codomain(a),codomain(g),ifeq(b,compose(compose(h,a),b),compose(h,a),
% 211.01/211.20                               codomain(a)),codomain(a)) -> codomain(a)
% 211.01/211.20  collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [650]
% 211.01/211.20  ifeq(codomain(a),codomain(g),ifeq(compose(compose(h,a),b),b,compose(h,a),
% 211.01/211.20                               codomain(a)),codomain(a)) -> codomain(a)
% 211.01/211.20  collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [658]
% 211.01/211.20  ifeq(codomain(b),codomain(g),ifeq(b,compose(compose(compose(h,a),b),b),
% 211.01/211.20                               compose(compose(h,a),b),codomain(a)),codomain(a))
% 211.01/211.20  -> codomain(a) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [661]
% 211.01/211.20  ifeq(codomain(b),codomain(g),ifeq(compose(compose(compose(h,a),b),b),b,
% 211.01/211.20                               compose(compose(h,a),b),codomain(a)),codomain(a))
% 211.01/211.20  -> codomain(a) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [679]
% 211.01/211.20  ifeq(codomain(b),codomain(g),ifeq(compose(codomain(a),a),compose(compose(
% 211.01/211.20                                                                   compose(h,a),b),a),
% 211.01/211.20                               compose(compose(h,a),b),codomain(a)),codomain(a))
% 211.01/211.20  -> codomain(a) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [685]
% 211.01/211.20  ifeq(codomain(b),codomain(g),ifeq(compose(compose(compose(h,a),b),a),
% 211.01/211.20                               compose(codomain(a),a),compose(compose(h,a),b),
% 211.01/211.20                               codomain(a)),codomain(a)) -> codomain(a)
% 211.01/211.20  collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [694]
% 211.01/211.20  ifeq(compose(compose(h,a),b),A,ifeq(compose(codomain(g),b),A,codomain(g),
% 211.01/211.20                                 compose(h,a)),compose(h,a)) -> compose(h,a)
% 211.01/211.20  collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [712]
% 211.01/211.20  ifeq(codomain(A),domain(g),compose(A,compose(compose(h,a),b)),compose(
% 211.01/211.20                                                                compose(A,
% 211.01/211.20                                                                compose(h,a)),b))
% 211.01/211.20  -> compose(compose(A,compose(h,a)),b) collapsed.
% 211.01/211.20  Rule
% 211.01/211.20  [715]
% 211.01/211.20  ifeq(codomain(b),domain(A),compose(compose(h,a),compose(b,A)),compose(
% 211.01/211.20                                                                compose(
% 211.01/211.20                                                                compose(h,a),b),A))
% 211.06/211.25  -> compose(compose(compose(h,a),b),A) collapsed.
% 211.06/211.25  Current number of equations to process: 510
% 211.06/211.25  Current number of ordered equations: 0
% 211.06/211.25  Current number of rules: 602
% 211.06/211.25  New rule produced : [718] compose(compose(g,a),b) -> compose(g,compose(a,b))
% 211.06/211.25  Rule [318] domain(compose(compose(g,a),b)) -> domain(g) collapsed.
% 211.06/211.25  Rule [319] codomain(compose(compose(g,a),b)) -> codomain(b) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [336]
% 211.06/211.25  ifeq(codomain(a),codomain(g),ifeq(compose(a,b),compose(compose(g,a),b),
% 211.06/211.25                               compose(g,a),a),a) -> a collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [337]
% 211.06/211.25  ifeq(codomain(a),codomain(g),ifeq(compose(compose(g,a),b),compose(a,b),
% 211.06/211.25                               compose(g,a),a),a) -> a collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [340]
% 211.06/211.25  ifeq(compose(compose(g,a),b),A,ifeq(compose(h,b),A,h,compose(g,a)),compose(g,a))
% 211.06/211.25  -> compose(g,a) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [342]
% 211.06/211.25  ifeq(compose(compose(g,a),b),A,ifeq(compose(g,b),A,g,compose(g,a)),compose(g,a))
% 211.06/211.25  -> compose(g,a) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [395]
% 211.06/211.25  ifeq(codomain(A),codomain(g),ifeq(compose(compose(g,a),b),compose(A,b),A,
% 211.06/211.25                               compose(g,a)),compose(g,a)) -> compose(g,a)
% 211.06/211.25  collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [396]
% 211.06/211.25  ifeq(codomain(A),codomain(g),ifeq(compose(A,b),compose(compose(g,a),b),A,
% 211.06/211.25                               compose(g,a)),compose(g,a)) -> compose(g,a)
% 211.06/211.25  collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [399]
% 211.06/211.25  ifeq(codomain(a),codomain(g),ifeq(compose(a,b),A,ifeq(compose(compose(g,a),b),A,
% 211.06/211.25                                                   compose(g,a),a),a),a) -> a
% 211.06/211.25  collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [415]
% 211.06/211.25  ifeq(compose(compose(g,a),b),compose(h,b),h,compose(g,a)) -> compose(g,a)
% 211.06/211.25  collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [420]
% 211.06/211.25  ifeq(compose(compose(g,a),b),compose(g,b),g,compose(g,a)) -> compose(g,a)
% 211.06/211.25  collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [429]
% 211.06/211.25  ifeq(domain(A),codomain(g),ifeq(compose(compose(g,a),b),compose(domain(A),b),
% 211.06/211.25                             domain(A),compose(g,a)),compose(g,a)) ->
% 211.06/211.25  compose(g,a) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [433]
% 211.06/211.25  ifeq(compose(h,b),compose(compose(g,a),b),h,compose(g,a)) -> compose(g,a)
% 211.06/211.25  collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [438]
% 211.06/211.25  ifeq(compose(g,b),compose(compose(g,a),b),g,compose(g,a)) -> compose(g,a)
% 211.06/211.25  collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [443]
% 211.06/211.25  ifeq(codomain(A),codomain(g),ifeq(compose(compose(g,a),b),compose(codomain(A),b),
% 211.06/211.25                               codomain(A),compose(g,a)),compose(g,a)) ->
% 211.06/211.25  compose(g,a) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [448]
% 211.06/211.25  ifeq(domain(A),codomain(g),ifeq(compose(domain(A),b),compose(compose(g,a),b),
% 211.06/211.25                             domain(A),compose(g,a)),compose(g,a)) ->
% 211.06/211.25  compose(g,a) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [462]
% 211.06/211.25  ifeq(codomain(A),codomain(g),ifeq(compose(codomain(A),b),compose(compose(g,a),b),
% 211.06/211.25                               codomain(A),compose(g,a)),compose(g,a)) ->
% 211.06/211.25  compose(g,a) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [486]
% 211.06/211.25  ifeq(codomain(a),codomain(g),ifeq(codomain(A),codomain(a),ifeq(compose(A,b),
% 211.06/211.25                                                            compose(compose(g,a),b),
% 211.06/211.25                                                            compose(g,a),A),A),A)
% 211.06/211.25  -> A collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [487]
% 211.06/211.25  ifeq(codomain(a),codomain(g),ifeq(codomain(A),codomain(a),ifeq(compose(
% 211.06/211.25                                                                 compose(g,a),b),
% 211.06/211.25                                                            compose(A,b),
% 211.06/211.25                                                            compose(g,a),A),A),A)
% 211.06/211.25  -> A collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [492]
% 211.06/211.25  ifeq(codomain(a),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(h,b),
% 211.06/211.25                                                            compose(compose(g,a),b),
% 211.06/211.25                                                            compose(g,a),h),h),h)
% 211.06/211.25  -> h collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [495]
% 211.06/211.25  ifeq(codomain(a),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(
% 211.06/211.25                                                                 compose(g,a),b),
% 211.06/211.25                                                            compose(h,b),
% 211.06/211.25                                                            compose(g,a),h),h),h)
% 211.06/211.25  -> h collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [510]
% 211.06/211.25  ifeq(codomain(b),codomain(g),ifeq(compose(compose(g,a),b),compose(compose(a,b),b),
% 211.06/211.25                               compose(a,b),compose(g,a)),compose(g,a)) ->
% 211.06/211.25  compose(g,a) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [512]
% 211.06/211.25  ifeq(codomain(b),codomain(g),ifeq(compose(compose(a,b),b),compose(compose(g,a),b),
% 211.06/211.25                               compose(a,b),compose(g,a)),compose(g,a)) ->
% 211.06/211.25  compose(g,a) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [541]
% 211.06/211.25  ifeq(codomain(A),domain(g),codomain(compose(A,compose(compose(g,a),b))),
% 211.06/211.25  codomain(b)) -> codomain(b) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [542] compose(domain(g),compose(compose(g,a),b)) -> compose(compose(g,a),b)
% 211.06/211.25  collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [543]
% 211.06/211.25  ifeq(codomain(b),domain(g),domain(compose(b,compose(compose(g,a),b))),
% 211.06/211.25  codomain(a)) -> codomain(a) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [544]
% 211.06/211.25  ifeq(codomain(g),domain(g),codomain(compose(h,compose(compose(g,a),b))),
% 211.06/211.25  codomain(b)) -> codomain(b) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [545]
% 211.06/211.25  ifeq(codomain(A),domain(g),domain(compose(A,compose(compose(g,a),b))),
% 211.06/211.25  domain(A)) -> domain(A) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [546]
% 211.06/211.25  ifeq(codomain(b),domain(A),domain(compose(compose(compose(g,a),b),A)),
% 211.06/211.25  domain(g)) -> domain(g) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [547]
% 211.06/211.25  ifeq(codomain(b),codomain(a),domain(compose(compose(compose(g,a),b),b)),
% 211.06/211.25  domain(g)) -> domain(g) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [548]
% 211.06/211.25  ifeq(codomain(a),domain(g),domain(compose(a,compose(compose(g,a),b))),
% 211.06/211.25  codomain(g)) -> codomain(g) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [549]
% 211.06/211.25  ifeq(codomain(b),codomain(g),domain(compose(compose(compose(g,a),b),a)),
% 211.06/211.25  domain(g)) -> domain(g) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [550]
% 211.06/211.25  ifeq(codomain(g),domain(g),domain(compose(h,compose(compose(g,a),b))),
% 211.06/211.25  domain(g)) -> domain(g) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [551]
% 211.06/211.25  ifeq(codomain(b),domain(g),domain(compose(compose(compose(g,a),b),h)),
% 211.06/211.25  domain(g)) -> domain(g) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [552]
% 211.06/211.25  ifeq(codomain(b),domain(A),codomain(compose(compose(compose(g,a),b),A)),
% 211.06/211.25  codomain(A)) -> codomain(A) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [553]
% 211.06/211.25  ifeq(domain(A),domain(g),domain(compose(domain(A),compose(compose(g,a),b))),
% 211.06/211.25  domain(A)) -> domain(A) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [554]
% 211.06/211.25  ifeq(codomain(A),domain(g),domain(compose(codomain(A),compose(compose(g,a),b))),
% 211.06/211.25  codomain(A)) -> codomain(A) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [555]
% 211.06/211.25  ifeq(codomain(b),codomain(A),domain(compose(compose(compose(g,a),b),codomain(A))),
% 211.06/211.25  domain(g)) -> domain(g) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [556]
% 211.06/211.25  ifeq(domain(A),domain(g),codomain(compose(domain(A),compose(compose(g,a),b))),
% 211.06/211.25  codomain(b)) -> codomain(b) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [557]
% 211.06/211.25  ifeq(codomain(A),domain(g),codomain(compose(codomain(A),compose(compose(g,a),b))),
% 211.06/211.25  codomain(b)) -> codomain(b) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [558]
% 211.06/211.25  ifeq(codomain(b),domain(A),domain(compose(compose(compose(g,a),b),domain(A))),
% 211.06/211.25  domain(g)) -> domain(g) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [559] compose(compose(compose(g,a),b),codomain(b)) -> compose(compose(g,a),b)
% 211.06/211.25  collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [560]
% 211.06/211.25  ifeq(codomain(b),codomain(a),codomain(compose(compose(compose(g,a),b),b)),
% 211.06/211.25  codomain(b)) -> codomain(b) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [561]
% 211.06/211.25  ifeq(codomain(b),codomain(g),codomain(compose(compose(compose(g,a),b),a)),
% 211.06/211.25  codomain(a)) -> codomain(a) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [562]
% 211.06/211.25  ifeq(codomain(b),domain(g),codomain(compose(compose(compose(g,a),b),h)),
% 211.06/211.25  codomain(g)) -> codomain(g) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [563]
% 211.06/211.25  ifeq(codomain(b),domain(A),codomain(compose(compose(compose(g,a),b),domain(A))),
% 211.06/211.25  domain(A)) -> domain(A) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [564]
% 211.06/211.25  ifeq(codomain(b),codomain(A),codomain(compose(compose(compose(g,a),b),
% 211.06/211.25                                        codomain(A))),codomain(A)) ->
% 211.06/211.25  codomain(A) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [565]
% 211.06/211.25  ifeq(codomain(b),codomain(g),domain(compose(compose(compose(g,a),b),compose(a,b))),
% 211.06/211.25  domain(g)) -> domain(g) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [566]
% 211.06/211.25  ifeq(codomain(b),domain(g),domain(compose(compose(a,b),compose(compose(g,a),b))),
% 211.06/211.25  codomain(g)) -> codomain(g) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [567]
% 211.06/211.25  ifeq(codomain(b),domain(g),codomain(compose(compose(a,b),compose(compose(g,a),b))),
% 211.06/211.25  codomain(b)) -> codomain(b) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [568]
% 211.06/211.25  ifeq(codomain(b),domain(g),domain(compose(compose(compose(g,a),b),compose(h,a))),
% 211.06/211.25  domain(g)) -> domain(g) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [569]
% 211.06/211.25  ifeq(codomain(a),domain(g),domain(compose(compose(h,a),compose(compose(g,a),b))),
% 211.06/211.25  domain(g)) -> domain(g) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [570]
% 211.06/211.25  ifeq(codomain(a),domain(g),codomain(compose(compose(h,a),compose(compose(g,a),b))),
% 211.06/211.25  codomain(b)) -> codomain(b) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [571]
% 211.06/211.25  ifeq(codomain(a),domain(g),codomain(compose(compose(g,a),compose(compose(g,a),b))),
% 211.06/211.25  codomain(b)) -> codomain(b) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [572]
% 211.06/211.25  ifeq(codomain(b),codomain(g),codomain(compose(compose(compose(g,a),b),
% 211.06/211.25                                        compose(a,b))),codomain(b)) ->
% 211.06/211.25  codomain(b) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [573]
% 211.06/211.25  ifeq(codomain(b),domain(g),codomain(compose(compose(compose(g,a),b),compose(h,a))),
% 211.06/211.25  codomain(a)) -> codomain(a) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [574]
% 211.06/211.25  ifeq(codomain(b),domain(g),codomain(compose(compose(compose(g,a),b),compose(g,a))),
% 211.06/211.25  codomain(a)) -> codomain(a) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [575]
% 211.06/211.25  ifeq(codomain(b),domain(g),domain(compose(compose(compose(g,a),b),compose(g,
% 211.06/211.25                                                                    compose(a,b)))),
% 211.06/211.25  domain(g)) -> domain(g) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [576]
% 211.06/211.25  ifeq(codomain(b),domain(g),domain(compose(compose(g,compose(a,b)),compose(
% 211.06/211.25                                                                    compose(g,a),b))),
% 211.06/211.25  domain(g)) -> domain(g) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [577]
% 211.06/211.25  ifeq(codomain(b),domain(g),codomain(compose(compose(g,compose(a,b)),compose(
% 211.06/211.25                                                                      compose(g,a),b))),
% 211.06/211.25  codomain(b)) -> codomain(b) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [578]
% 211.06/211.25  ifeq(codomain(b),domain(g),codomain(compose(compose(compose(g,a),b),compose(g,
% 211.06/211.25                                                                      compose(a,b)))),
% 211.06/211.25  codomain(b)) -> codomain(b) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [581]
% 211.06/211.25  ifeq(codomain(a),domain(g),domain(compose(compose(g,a),compose(compose(g,a),b))),
% 211.06/211.25  domain(g)) -> domain(g) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [582]
% 211.06/211.25  ifeq(codomain(b),codomain(g),ifeq(compose(a,b),compose(compose(compose(g,a),b),b),
% 211.06/211.25                               compose(compose(g,a),b),a),a) -> a collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [583]
% 211.06/211.25  ifeq(codomain(b),codomain(g),ifeq(compose(compose(compose(g,a),b),b),
% 211.06/211.25                               compose(a,b),compose(compose(g,a),b),a),a) -> a
% 211.06/211.25  collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [584]
% 211.06/211.25  ifeq(codomain(b),codomain(g),ifeq(compose(a,a),compose(compose(compose(g,a),b),a),
% 211.06/211.25                               compose(compose(g,a),b),a),a) -> a collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [585]
% 211.06/211.25  ifeq(codomain(b),codomain(g),ifeq(compose(compose(compose(g,a),b),a),
% 211.06/211.25                               compose(a,a),compose(compose(g,a),b),a),a) -> a
% 211.06/211.25  collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [593]
% 211.06/211.25  ifeq(codomain(b),domain(g),domain(compose(compose(compose(g,a),b),compose(g,a))),
% 211.06/211.25  domain(g)) -> domain(g) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [604]
% 211.06/211.25  ifeq(compose(compose(g,a),b),compose(codomain(g),b),codomain(g),compose(g,a))
% 211.06/211.25  -> compose(g,a) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [605]
% 211.06/211.25  ifeq(codomain(a),codomain(g),ifeq(compose(compose(g,a),b),b,codomain(a),
% 211.06/211.25                               compose(g,a)),compose(g,a)) -> compose(g,a)
% 211.06/211.25  collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [617]
% 211.06/211.25  ifeq(compose(codomain(g),b),compose(compose(g,a),b),codomain(g),compose(g,a))
% 211.06/211.25  -> compose(g,a) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [618]
% 211.06/211.25  ifeq(codomain(a),codomain(g),ifeq(b,compose(compose(g,a),b),codomain(a),
% 211.06/211.25                               compose(g,a)),compose(g,a)) -> compose(g,a)
% 211.06/211.25  collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [646]
% 211.06/211.25  ifeq(codomain(a),codomain(g),ifeq(b,compose(compose(g,a),b),compose(g,a),
% 211.06/211.25                               codomain(a)),codomain(a)) -> codomain(a)
% 211.06/211.25  collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [651]
% 211.06/211.25  ifeq(codomain(a),codomain(g),ifeq(compose(compose(g,a),b),b,compose(g,a),
% 211.06/211.25                               codomain(a)),codomain(a)) -> codomain(a)
% 211.06/211.25  collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [659]
% 211.06/211.25  ifeq(codomain(b),codomain(g),ifeq(b,compose(compose(compose(g,a),b),b),
% 211.06/211.25                               compose(compose(g,a),b),codomain(a)),codomain(a))
% 211.06/211.25  -> codomain(a) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [662]
% 211.06/211.25  ifeq(codomain(b),codomain(g),ifeq(compose(compose(compose(g,a),b),b),b,
% 211.06/211.25                               compose(compose(g,a),b),codomain(a)),codomain(a))
% 211.06/211.25  -> codomain(a) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [670]
% 211.06/211.25  ifeq(codomain(b),domain(g),codomain(compose(compose(compose(g,a),b),compose(
% 211.06/211.25                                                                      compose(g,a),b))),
% 211.06/211.25  codomain(b)) -> codomain(b) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [671]
% 211.06/211.25  ifeq(codomain(b),domain(g),domain(compose(compose(compose(g,a),b),compose(
% 211.06/211.25                                                                    compose(g,a),b))),
% 211.06/211.25  domain(g)) -> domain(g) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [680]
% 211.06/211.25  ifeq(codomain(b),codomain(g),ifeq(compose(codomain(a),a),compose(compose(
% 211.06/211.25                                                                   compose(g,a),b),a),
% 211.06/211.25                               compose(compose(g,a),b),codomain(a)),codomain(a))
% 211.06/211.25  -> codomain(a) collapsed.
% 211.06/211.25  Rule
% 211.06/211.25  [686]
% 211.06/211.25  ifeq(codomain(b),codomain(g),ifeq(compose(compose(compose(g,a),b),a),
% 211.14/211.37                               compose(codomain(a),a),compose(compose(g,a),b),
% 211.14/211.37                               codomain(a)),codomain(a)) -> codomain(a)
% 211.14/211.37  collapsed.
% 211.14/211.37  Rule
% 211.14/211.37  [695]
% 211.14/211.37  ifeq(compose(compose(g,a),b),A,ifeq(compose(codomain(g),b),A,codomain(g),
% 211.14/211.37                                 compose(g,a)),compose(g,a)) -> compose(g,a)
% 211.14/211.37  collapsed.
% 211.14/211.37  Rule
% 211.14/211.37  [713]
% 211.14/211.37  ifeq(codomain(A),domain(g),compose(A,compose(compose(g,a),b)),compose(
% 211.14/211.37                                                                compose(A,
% 211.14/211.37                                                                compose(g,a)),b))
% 211.14/211.37  -> compose(compose(A,compose(g,a)),b) collapsed.
% 211.14/211.37  Rule
% 211.14/211.37  [716]
% 211.14/211.37  ifeq(codomain(b),domain(A),compose(compose(g,a),compose(b,A)),compose(
% 211.14/211.37                                                                compose(
% 211.14/211.37                                                                compose(g,a),b),A))
% 211.14/211.37  -> compose(compose(compose(g,a),b),A) collapsed.
% 211.14/211.37  Current number of equations to process: 540
% 211.14/211.37  Current number of ordered equations: 0
% 211.14/211.37  Current number of rules: 521
% 211.14/211.37  New rule produced :
% 211.14/211.37  [719]
% 211.14/211.37  ifeq(compose(g,compose(a,b)),compose(h,b),h,compose(h,a)) -> compose(h,a)
% 211.14/211.37  Current number of equations to process: 539
% 211.14/211.37  Current number of ordered equations: 0
% 211.14/211.37  Current number of rules: 522
% 211.14/211.37  New rule produced :
% 211.14/211.37  [720]
% 211.14/211.37  ifeq(compose(g,compose(a,b)),compose(h,b),h,compose(g,a)) -> compose(g,a)
% 211.14/211.37  Current number of equations to process: 538
% 211.14/211.37  Current number of ordered equations: 0
% 211.14/211.37  Current number of rules: 523
% 211.14/211.37  New rule produced :
% 211.14/211.37  [721]
% 211.14/211.37  ifeq(compose(g,compose(a,b)),compose(g,b),g,compose(h,a)) -> compose(h,a)
% 211.14/211.37  Current number of equations to process: 537
% 211.14/211.37  Current number of ordered equations: 0
% 211.14/211.37  Current number of rules: 524
% 211.14/211.37  New rule produced :
% 211.14/211.37  [722]
% 211.14/211.37  ifeq(compose(g,compose(a,b)),compose(g,b),g,compose(g,a)) -> compose(g,a)
% 211.14/211.37  Current number of equations to process: 536
% 211.14/211.37  Current number of ordered equations: 0
% 211.14/211.37  Current number of rules: 525
% 211.14/211.37  New rule produced :
% 211.14/211.37  [723]
% 211.14/211.37  ifeq(compose(h,b),compose(g,compose(a,b)),h,compose(h,a)) -> compose(h,a)
% 211.14/211.37  Current number of equations to process: 535
% 211.14/211.38  Current number of ordered equations: 0
% 211.14/211.38  Current number of rules: 526
% 211.14/211.38  New rule produced :
% 211.14/211.38  [724]
% 211.14/211.38  ifeq(compose(h,b),compose(g,compose(a,b)),h,compose(g,a)) -> compose(g,a)
% 211.14/211.38  Current number of equations to process: 534
% 211.14/211.38  Current number of ordered equations: 0
% 211.14/211.38  Current number of rules: 527
% 211.14/211.38  New rule produced :
% 211.14/211.38  [725]
% 211.14/211.38  ifeq(compose(g,b),compose(g,compose(a,b)),g,compose(h,a)) -> compose(h,a)
% 211.14/211.38  Current number of equations to process: 533
% 211.14/211.38  Current number of ordered equations: 0
% 211.14/211.38  Current number of rules: 528
% 211.14/211.38  New rule produced :
% 211.14/211.38  [726]
% 211.14/211.38  ifeq(compose(g,b),compose(g,compose(a,b)),g,compose(g,a)) -> compose(g,a)
% 211.14/211.38  Current number of equations to process: 532
% 211.14/211.38  Current number of ordered equations: 0
% 211.14/211.38  Current number of rules: 529
% 211.14/211.38  New rule produced :
% 211.14/211.38  [727]
% 211.14/211.38  ifeq(compose(g,compose(a,b)),compose(codomain(g),b),codomain(g),compose(h,a))
% 211.14/211.38  -> compose(h,a)
% 211.14/211.38  Current number of equations to process: 532
% 211.14/211.38  Current number of ordered equations: 0
% 211.14/211.38  Current number of rules: 530
% 211.14/211.38  New rule produced :
% 211.14/211.38  [728]
% 211.14/211.38  ifeq(compose(g,compose(a,b)),compose(codomain(g),b),codomain(g),compose(g,a))
% 211.14/211.38  -> compose(g,a)
% 211.14/211.38  Current number of equations to process: 531
% 211.14/211.38  Current number of ordered equations: 0
% 211.14/211.38  Current number of rules: 531
% 211.14/211.38  New rule produced :
% 211.14/211.38  [729]
% 211.14/211.38  ifeq(compose(codomain(g),b),compose(g,compose(a,b)),codomain(g),compose(h,a))
% 211.14/211.38  -> compose(h,a)
% 211.14/211.38  Current number of equations to process: 530
% 211.14/211.38  Current number of ordered equations: 0
% 211.14/211.38  Current number of rules: 532
% 211.14/211.38  New rule produced :
% 211.14/211.38  [730]
% 211.14/211.38  ifeq(compose(codomain(g),b),compose(g,compose(a,b)),codomain(g),compose(g,a))
% 211.14/211.38  -> compose(g,a)
% 211.14/211.38  Current number of equations to process: 529
% 211.14/211.38  Current number of ordered equations: 0
% 211.14/211.38  Current number of rules: 533
% 211.14/211.38  New rule produced :
% 211.14/211.38  [731]
% 211.14/211.38  ifeq(codomain(a),codomain(g),ifeq(compose(a,b),compose(g,compose(a,b)),
% 211.14/211.38                               compose(h,a),a),a) -> a
% 211.14/211.38  Current number of equations to process: 528
% 211.14/211.38  Current number of ordered equations: 0
% 211.14/211.38  Current number of rules: 534
% 211.14/211.38  New rule produced :
% 211.14/211.38  [732]
% 211.14/211.38  ifeq(codomain(a),codomain(g),ifeq(compose(g,compose(a,b)),compose(a,b),
% 211.14/211.38                               compose(h,a),a),a) -> a
% 211.14/211.38  Current number of equations to process: 527
% 211.33/211.51  Current number of ordered equations: 0
% 211.33/211.51  Current number of rules: 535
% 211.33/211.51  New rule produced :
% 211.33/211.51  [733]
% 211.33/211.51  ifeq(codomain(a),codomain(g),ifeq(compose(a,b),compose(g,compose(a,b)),
% 211.33/211.51                               compose(g,a),a),a) -> a
% 211.33/211.51  Current number of equations to process: 526
% 211.33/211.51  Current number of ordered equations: 0
% 211.33/211.51  Current number of rules: 536
% 211.33/211.51  New rule produced :
% 211.33/211.51  [734]
% 211.33/211.51  ifeq(codomain(a),codomain(g),ifeq(compose(g,compose(a,b)),compose(a,b),
% 211.33/211.51                               compose(g,a),a),a) -> a
% 211.33/211.51  Current number of equations to process: 525
% 211.33/211.51  Current number of ordered equations: 0
% 211.33/211.51  Current number of rules: 537
% 211.33/211.51  New rule produced :
% 211.33/211.51  [735]
% 211.33/211.51  ifeq(codomain(a),codomain(g),ifeq(b,compose(g,compose(a,b)),compose(h,a),
% 211.33/211.51                               codomain(a)),codomain(a)) -> codomain(a)
% 211.33/211.51  Current number of equations to process: 524
% 211.33/211.51  Current number of ordered equations: 0
% 211.33/211.51  Current number of rules: 538
% 211.33/211.51  New rule produced :
% 211.33/211.51  [736]
% 211.33/211.51  ifeq(codomain(a),codomain(g),ifeq(b,compose(g,compose(a,b)),compose(g,a),
% 211.33/211.51                               codomain(a)),codomain(a)) -> codomain(a)
% 211.33/211.51  Current number of equations to process: 523
% 211.33/211.51  Current number of ordered equations: 0
% 211.33/211.51  Current number of rules: 539
% 211.33/211.51  New rule produced :
% 211.33/211.51  [737]
% 211.33/211.51  ifeq(codomain(a),codomain(g),ifeq(compose(g,compose(a,b)),b,compose(h,a),
% 211.33/211.51                               codomain(a)),codomain(a)) -> codomain(a)
% 211.33/211.51  Current number of equations to process: 522
% 211.33/211.51  Current number of ordered equations: 0
% 211.33/211.51  Current number of rules: 540
% 211.33/211.51  New rule produced :
% 211.33/211.51  [738]
% 211.33/211.51  ifeq(codomain(a),codomain(g),ifeq(compose(g,compose(a,b)),b,compose(g,a),
% 211.33/211.51                               codomain(a)),codomain(a)) -> codomain(a)
% 211.33/211.51  Current number of equations to process: 521
% 211.33/211.51  Current number of ordered equations: 0
% 211.33/211.51  Current number of rules: 541
% 211.33/211.51  New rule produced :
% 211.33/211.51  [739]
% 211.33/211.51  ifeq(domain(A),codomain(g),compose(domain(A),compose(a,b)),compose(compose(
% 211.33/211.51                                                                     domain(A),a),b))
% 211.33/211.51  -> compose(compose(domain(A),a),b)
% 211.33/211.51  Current number of equations to process: 520
% 211.33/211.51  Current number of ordered equations: 0
% 211.33/211.51  Current number of rules: 542
% 211.33/211.51  New rule produced :
% 211.33/211.51  [740]
% 211.33/211.51  ifeq(codomain(A),codomain(g),compose(codomain(A),compose(a,b)),compose(
% 211.33/211.51                                                                 compose(
% 211.33/211.51                                                                 codomain(A),a),b))
% 211.33/211.51  -> compose(compose(codomain(A),a),b)
% 211.33/211.51  Current number of equations to process: 519
% 211.33/211.51  Current number of ordered equations: 0
% 211.33/211.51  Current number of rules: 543
% 211.33/211.51  New rule produced :
% 211.33/211.51  [741]
% 211.33/211.51  ifeq(compose(g,compose(a,b)),A,ifeq(compose(h,b),A,h,compose(h,a)),compose(h,a))
% 211.33/211.51  -> compose(h,a)
% 211.33/211.51  Current number of equations to process: 518
% 211.33/211.51  Current number of ordered equations: 0
% 211.33/211.51  Current number of rules: 544
% 211.33/211.51  New rule produced :
% 211.33/211.51  [742]
% 211.33/211.51  ifeq(compose(g,compose(a,b)),A,ifeq(compose(g,b),A,g,compose(h,a)),compose(h,a))
% 211.33/211.51  -> compose(h,a)
% 211.33/211.51  Current number of equations to process: 517
% 211.33/211.51  Current number of ordered equations: 0
% 211.33/211.51  Current number of rules: 545
% 211.33/211.51  New rule produced :
% 211.33/211.51  [743]
% 211.33/211.51  ifeq(compose(g,compose(a,b)),A,ifeq(compose(h,b),A,h,compose(g,a)),compose(g,a))
% 211.33/211.51  -> compose(g,a)
% 211.33/211.51  Current number of equations to process: 516
% 211.33/211.51  Current number of ordered equations: 0
% 211.33/211.51  Current number of rules: 546
% 211.33/211.51  New rule produced :
% 211.33/211.51  [744]
% 211.33/211.51  ifeq(compose(g,compose(a,b)),A,ifeq(compose(g,b),A,g,compose(g,a)),compose(g,a))
% 211.33/211.51  -> compose(g,a)
% 211.33/211.51  Current number of equations to process: 515
% 211.33/211.51  Current number of ordered equations: 0
% 211.33/211.51  Current number of rules: 547
% 211.33/211.51  New rule produced :
% 211.33/211.51  [745]
% 211.33/211.51  ifeq(codomain(a),codomain(g),ifeq(compose(g,compose(a,b)),b,codomain(a),
% 211.33/211.51                               compose(h,a)),compose(h,a)) -> compose(h,a)
% 211.33/211.51  Current number of equations to process: 514
% 211.33/211.51  Current number of ordered equations: 0
% 211.33/211.51  Current number of rules: 548
% 211.33/211.51  New rule produced :
% 211.33/211.51  [746]
% 211.33/211.51  ifeq(codomain(a),codomain(g),ifeq(compose(g,compose(a,b)),b,codomain(a),
% 211.33/211.51                               compose(g,a)),compose(g,a)) -> compose(g,a)
% 211.33/211.51  Current number of equations to process: 513
% 211.33/211.51  Current number of ordered equations: 0
% 211.33/211.51  Current number of rules: 549
% 211.33/211.51  New rule produced :
% 211.33/211.51  [747]
% 211.33/211.51  ifeq(codomain(a),codomain(g),ifeq(b,compose(g,compose(a,b)),codomain(a),
% 212.11/212.35                               compose(h,a)),compose(h,a)) -> compose(h,a)
% 212.11/212.35  Current number of equations to process: 512
% 212.11/212.35  Current number of ordered equations: 0
% 212.11/212.35  Current number of rules: 550
% 212.11/212.35  New rule produced :
% 212.11/212.35  [748]
% 212.11/212.35  ifeq(codomain(a),codomain(g),ifeq(b,compose(g,compose(a,b)),codomain(a),
% 212.11/212.35                               compose(g,a)),compose(g,a)) -> compose(g,a)
% 212.11/212.35  Current number of equations to process: 511
% 212.11/212.35  Current number of ordered equations: 0
% 212.11/212.35  Current number of rules: 551
% 212.11/212.35  New rule produced :
% 212.11/212.35  [749]
% 212.11/212.35  ifeq(codomain(A),codomain(g),ifeq(compose(g,compose(a,b)),compose(A,b),A,
% 212.11/212.35                               compose(h,a)),compose(h,a)) -> compose(h,a)
% 212.11/212.35  Current number of equations to process: 513
% 212.11/212.35  Current number of ordered equations: 0
% 212.11/212.35  Current number of rules: 552
% 212.11/212.35  New rule produced :
% 212.11/212.35  [750]
% 212.11/212.35  ifeq(codomain(A),codomain(g),ifeq(compose(A,b),compose(g,compose(a,b)),A,
% 212.11/212.35                               compose(h,a)),compose(h,a)) -> compose(h,a)
% 212.11/212.35  Current number of equations to process: 512
% 212.11/212.35  Current number of ordered equations: 0
% 212.11/212.35  Current number of rules: 553
% 212.11/212.35  New rule produced :
% 212.11/212.35  [751]
% 212.11/212.35  ifeq(codomain(A),codomain(g),ifeq(compose(g,compose(a,b)),compose(A,b),A,
% 212.11/212.35                               compose(g,a)),compose(g,a)) -> compose(g,a)
% 212.11/212.35  Current number of equations to process: 511
% 212.11/212.35  Current number of ordered equations: 0
% 212.11/212.35  Current number of rules: 554
% 212.11/212.35  New rule produced :
% 212.11/212.35  [752]
% 212.11/212.35  ifeq(codomain(A),codomain(g),ifeq(compose(A,b),compose(g,compose(a,b)),A,
% 212.11/212.35                               compose(g,a)),compose(g,a)) -> compose(g,a)
% 212.11/212.35  Current number of equations to process: 510
% 212.11/212.35  Current number of ordered equations: 0
% 212.11/212.35  Current number of rules: 555
% 212.11/212.35  New rule produced :
% 212.11/212.35  [753]
% 212.11/212.35  ifeq(codomain(b),codomain(a),compose(a,compose(b,b)),compose(compose(a,b),b))
% 212.11/212.35  -> compose(compose(a,b),b)
% 212.11/212.35  Current number of equations to process: 514
% 212.11/212.35  Current number of ordered equations: 0
% 212.11/212.35  Current number of rules: 556
% 212.11/212.35  New rule produced :
% 212.11/212.35  [754]
% 212.11/212.35  ifeq(codomain(b),codomain(g),compose(a,compose(b,a)),compose(compose(a,b),a))
% 212.11/212.35  -> compose(compose(a,b),a)
% 212.11/212.35  Current number of equations to process: 513
% 212.11/212.35  Current number of ordered equations: 0
% 212.11/212.35  Current number of rules: 557
% 212.11/212.35  New rule produced :
% 212.11/212.35  [755]
% 212.11/212.35  ifeq(codomain(b),codomain(A),compose(a,compose(b,codomain(A))),compose(
% 212.11/212.35                                                                 compose(a,b),
% 212.11/212.35                                                                 codomain(A)))
% 212.11/212.35  -> compose(compose(a,b),codomain(A))
% 212.11/212.35  Current number of equations to process: 512
% 212.11/212.35  Current number of ordered equations: 0
% 212.11/212.35  Current number of rules: 558
% 212.11/212.35  New rule produced :
% 212.11/212.35  [756]
% 212.11/212.35  ifeq(codomain(b),domain(A),compose(a,compose(b,domain(A))),compose(compose(a,b),
% 212.11/212.35                                                             domain(A))) ->
% 212.11/212.35  compose(compose(a,b),domain(A))
% 212.11/212.35  Current number of equations to process: 511
% 212.11/212.35  Current number of ordered equations: 0
% 212.11/212.35  Current number of rules: 559
% 212.11/212.35  New rule produced :
% 212.11/212.35  [757]
% 212.11/212.35  ifeq(codomain(b),domain(g),compose(a,compose(b,h)),compose(compose(a,b),h))
% 212.11/212.35  -> compose(compose(a,b),h)
% 212.11/212.35  Current number of equations to process: 513
% 212.11/212.35  Current number of ordered equations: 0
% 212.11/212.35  Current number of rules: 560
% 212.11/212.35  New rule produced :
% 212.11/212.35  [758]
% 212.11/212.35  ifeq(compose(g,compose(a,b)),A,ifeq(compose(codomain(g),b),A,codomain(g),
% 212.11/212.35                                 compose(h,a)),compose(h,a)) -> compose(h,a)
% 212.11/212.35  Current number of equations to process: 513
% 212.11/212.35  Current number of ordered equations: 0
% 212.11/212.35  Current number of rules: 561
% 212.11/212.35  New rule produced :
% 212.11/212.35  [759]
% 212.11/212.35  ifeq(compose(g,compose(a,b)),A,ifeq(compose(codomain(g),b),A,codomain(g),
% 212.11/212.35                                 compose(g,a)),compose(g,a)) -> compose(g,a)
% 212.11/212.35  Current number of equations to process: 512
% 212.11/212.35  Current number of ordered equations: 0
% 212.11/212.35  Current number of rules: 562
% 212.11/212.35  New rule produced :
% 212.11/212.35  [760]
% 212.11/212.35  ifeq(codomain(A),domain(g),compose(A,compose(g,compose(a,b))),compose(
% 212.11/212.35                                                                compose(A,
% 212.11/212.35                                                                compose(h,a)),b))
% 212.11/212.35  -> compose(compose(A,compose(h,a)),b)
% 212.11/212.35  Current number of equations to process: 511
% 212.11/212.35  Current number of ordered equations: 0
% 212.11/212.35  Current number of rules: 563
% 212.11/212.35  New rule produced :
% 212.11/212.35  [761]
% 212.11/212.35  ifeq(codomain(A),domain(g),compose(A,compose(g,compose(a,b))),compose(
% 212.42/212.63                                                                compose(A,
% 212.42/212.63                                                                compose(g,a)),b))
% 212.42/212.63  -> compose(compose(A,compose(g,a)),b)
% 212.42/212.63  Current number of equations to process: 510
% 212.42/212.63  Current number of ordered equations: 0
% 212.42/212.63  Current number of rules: 564
% 212.42/212.63  New rule produced :
% 212.42/212.63  [762]
% 212.42/212.63  ifeq(codomain(b),domain(A),compose(compose(h,a),compose(b,A)),compose(
% 212.42/212.63                                                                compose(g,
% 212.42/212.63                                                                compose(a,b)),A))
% 212.42/212.63  -> compose(compose(g,compose(a,b)),A)
% 212.42/212.63  Current number of equations to process: 509
% 212.42/212.63  Current number of ordered equations: 0
% 212.42/212.63  Current number of rules: 565
% 212.42/212.63  New rule produced :
% 212.42/212.63  [763]
% 212.42/212.63  ifeq(codomain(b),domain(A),compose(compose(g,a),compose(b,A)),compose(
% 212.42/212.63                                                                compose(g,
% 212.42/212.63                                                                compose(a,b)),A))
% 212.42/212.63  -> compose(compose(g,compose(a,b)),A)
% 212.42/212.63  Current number of equations to process: 508
% 212.42/212.63  Current number of ordered equations: 0
% 212.42/212.63  Current number of rules: 566
% 212.42/212.63  New rule produced :
% 212.42/212.63  [764]
% 212.42/212.63  ifeq(codomain(b),codomain(g),compose(compose(a,b),compose(a,b)),compose(
% 212.42/212.63                                                                  compose(
% 212.42/212.63                                                                  compose(a,b),a),b))
% 212.42/212.63  -> compose(compose(compose(a,b),a),b)
% 212.42/212.63  Current number of equations to process: 507
% 212.42/212.63  Current number of ordered equations: 0
% 212.42/212.63  Current number of rules: 567
% 212.42/212.63  New rule produced :
% 212.42/212.63  [765]
% 212.42/212.63  ifeq(codomain(a),codomain(g),compose(compose(h,a),compose(a,b)),compose(
% 212.42/212.63                                                                  compose(
% 212.42/212.63                                                                  compose(h,a),a),b))
% 212.42/212.63  -> compose(compose(compose(h,a),a),b)
% 212.42/212.63  Current number of equations to process: 506
% 212.42/212.63  Current number of ordered equations: 0
% 212.42/212.63  Current number of rules: 568
% 212.42/212.63  New rule produced :
% 212.42/212.63  [766]
% 212.42/212.63  ifeq(codomain(a),codomain(g),compose(compose(g,a),compose(a,b)),compose(
% 212.42/212.63                                                                  compose(
% 212.42/212.63                                                                  compose(g,a),a),b))
% 212.42/212.63  -> compose(compose(compose(g,a),a),b)
% 212.42/212.63  Current number of equations to process: 505
% 212.42/212.63  Current number of ordered equations: 0
% 212.42/212.63  Current number of rules: 569
% 212.42/212.63  New rule produced :
% 212.42/212.63  [767]
% 212.42/212.63  ifeq(codomain(b),codomain(g),compose(a,compose(b,compose(a,b))),compose(
% 212.42/212.63                                                                  compose(a,b),
% 212.42/212.63                                                                  compose(a,b)))
% 212.42/212.63  -> compose(compose(a,b),compose(a,b))
% 212.42/212.63  Current number of equations to process: 504
% 212.42/212.63  Current number of ordered equations: 0
% 212.42/212.63  Current number of rules: 570
% 212.42/212.63  New rule produced :
% 212.42/212.63  [768]
% 212.42/212.63  ifeq(codomain(b),domain(g),compose(a,compose(b,compose(h,a))),compose(
% 212.42/212.63                                                                compose(a,b),
% 212.42/212.63                                                                compose(h,a)))
% 212.42/212.63  -> compose(compose(a,b),compose(h,a))
% 212.42/212.63  Current number of equations to process: 503
% 212.42/212.63  Current number of ordered equations: 0
% 212.42/212.63  Current number of rules: 571
% 212.42/212.63  New rule produced :
% 212.42/212.63  [769]
% 212.42/212.63  ifeq(codomain(b),domain(g),compose(a,compose(b,compose(g,a))),compose(
% 212.42/212.63                                                                compose(a,b),
% 212.42/212.63                                                                compose(g,a)))
% 212.42/212.63  -> compose(compose(a,b),compose(g,a))
% 212.42/212.63  Current number of equations to process: 502
% 212.42/212.63  Current number of ordered equations: 0
% 212.42/212.63  Current number of rules: 572
% 212.42/212.63  New rule produced :
% 212.42/212.63  [770]
% 212.42/212.63  ifeq(codomain(a),codomain(g),ifeq(compose(a,b),A,ifeq(compose(g,compose(a,b)),A,
% 212.42/212.63                                                   compose(h,a),a),a),a) -> a
% 212.42/212.63  Current number of equations to process: 501
% 212.42/212.63  Current number of ordered equations: 0
% 212.42/212.63  Current number of rules: 573
% 212.42/212.63  New rule produced :
% 212.42/212.63  [771]
% 212.42/212.63  ifeq(codomain(a),codomain(g),ifeq(compose(a,b),A,ifeq(compose(g,compose(a,b)),A,
% 212.42/212.63                                                   compose(g,a),a),a),a) -> a
% 212.42/212.63  Current number of equations to process: 500
% 212.42/212.63  Current number of ordered equations: 0
% 214.00/214.17  Current number of rules: 574
% 214.00/214.17  New rule produced :
% 214.00/214.17  [772]
% 214.00/214.17  ifeq(domain(A),codomain(g),ifeq(compose(g,compose(a,b)),compose(domain(A),b),
% 214.00/214.17                             domain(A),compose(h,a)),compose(h,a)) ->
% 214.00/214.17  compose(h,a)
% 214.00/214.17  Current number of equations to process: 499
% 214.00/214.17  Current number of ordered equations: 0
% 214.00/214.17  Current number of rules: 575
% 214.00/214.17  New rule produced :
% 214.00/214.17  [773]
% 214.00/214.17  ifeq(codomain(A),codomain(g),ifeq(compose(g,compose(a,b)),compose(codomain(A),b),
% 214.00/214.17                               codomain(A),compose(h,a)),compose(h,a)) ->
% 214.00/214.17  compose(h,a)
% 214.00/214.17  Current number of equations to process: 498
% 214.00/214.17  Current number of ordered equations: 0
% 214.00/214.17  Current number of rules: 576
% 214.00/214.17  New rule produced :
% 214.00/214.17  [774]
% 214.00/214.17  ifeq(domain(A),codomain(g),ifeq(compose(g,compose(a,b)),compose(domain(A),b),
% 214.00/214.17                             domain(A),compose(g,a)),compose(g,a)) ->
% 214.00/214.17  compose(g,a)
% 214.00/214.17  Current number of equations to process: 497
% 214.00/214.17  Current number of ordered equations: 0
% 214.00/214.17  Current number of rules: 577
% 214.00/214.17  New rule produced :
% 214.00/214.17  [775]
% 214.00/214.17  ifeq(codomain(A),codomain(g),ifeq(compose(g,compose(a,b)),compose(codomain(A),b),
% 214.00/214.17                               codomain(A),compose(g,a)),compose(g,a)) ->
% 214.00/214.17  compose(g,a)
% 214.00/214.17  Current number of equations to process: 496
% 214.00/214.17  Current number of ordered equations: 0
% 214.00/214.17  Current number of rules: 578
% 214.00/214.17  New rule produced :
% 214.00/214.17  [776]
% 214.00/214.17  ifeq(domain(A),codomain(g),ifeq(compose(domain(A),b),compose(g,compose(a,b)),
% 214.00/214.17                             domain(A),compose(h,a)),compose(h,a)) ->
% 214.00/214.17  compose(h,a)
% 214.00/214.17  Current number of equations to process: 495
% 214.00/214.17  Current number of ordered equations: 0
% 214.00/214.17  Current number of rules: 579
% 214.00/214.17  New rule produced :
% 214.00/214.17  [777]
% 214.00/214.17  ifeq(codomain(A),codomain(g),ifeq(compose(codomain(A),b),compose(g,compose(a,b)),
% 214.00/214.17                               codomain(A),compose(h,a)),compose(h,a)) ->
% 214.00/214.17  compose(h,a)
% 214.00/214.17  Current number of equations to process: 494
% 214.00/214.17  Current number of ordered equations: 0
% 214.00/214.17  Current number of rules: 580
% 214.00/214.17  New rule produced :
% 214.00/214.17  [778]
% 214.00/214.17  ifeq(domain(A),codomain(g),ifeq(compose(domain(A),b),compose(g,compose(a,b)),
% 214.00/214.17                             domain(A),compose(g,a)),compose(g,a)) ->
% 214.00/214.17  compose(g,a)
% 214.00/214.17  Current number of equations to process: 493
% 214.00/214.17  Current number of ordered equations: 0
% 214.00/214.17  Current number of rules: 581
% 214.00/214.17  New rule produced :
% 214.00/214.17  [779]
% 214.00/214.17  ifeq(codomain(A),codomain(g),ifeq(compose(codomain(A),b),compose(g,compose(a,b)),
% 214.00/214.17                               codomain(A),compose(g,a)),compose(g,a)) ->
% 214.00/214.17  compose(g,a)
% 214.00/214.17  Current number of equations to process: 492
% 214.00/214.17  Current number of ordered equations: 0
% 214.00/214.17  Current number of rules: 582
% 214.00/214.17  New rule produced :
% 214.00/214.17  [780] ifeq(codomain(a),codomain(g),compose(g,a),compose(h,a)) -> compose(h,a)
% 214.00/214.17  Current number of equations to process: 494
% 214.00/214.17  Current number of ordered equations: 0
% 214.00/214.17  Current number of rules: 583
% 214.00/214.17  New rule produced :
% 214.00/214.17  [781] ifeq(codomain(a),codomain(g),compose(h,a),compose(g,a)) -> compose(g,a)
% 214.00/214.17  Current number of equations to process: 498
% 214.00/214.17  Current number of ordered equations: 0
% 214.00/214.17  Current number of rules: 584
% 214.00/214.17  New rule produced :
% 214.00/214.17  [782]
% 214.00/214.17  ifeq(codomain(g),domain(g),compose(h,compose(g,compose(a,b))),compose(
% 214.00/214.17                                                                compose(h,
% 214.00/214.17                                                                compose(h,a)),b))
% 214.00/214.17  -> compose(compose(h,compose(h,a)),b)
% 214.00/214.17  Current number of equations to process: 503
% 214.00/214.17  Current number of ordered equations: 0
% 214.00/214.17  Current number of rules: 585
% 214.00/214.17  New rule produced :
% 214.00/214.17  [783]
% 214.00/214.17  ifeq(codomain(g),domain(g),compose(h,compose(g,compose(a,b))),compose(
% 214.00/214.17                                                                compose(h,
% 214.00/214.17                                                                compose(g,a)),b))
% 214.00/214.17  -> compose(compose(h,compose(g,a)),b)
% 214.00/214.17  Current number of equations to process: 509
% 214.00/214.17  Current number of ordered equations: 0
% 214.00/214.17  Current number of rules: 586
% 214.00/214.17  New rule produced :
% 214.00/214.17  [784]
% 214.00/214.17  ifeq(codomain(b),codomain(a),compose(compose(h,a),compose(b,b)),compose(
% 214.00/214.17                                                                  compose(g,
% 214.00/214.17                                                                  compose(a,b)),b))
% 214.00/214.17  -> compose(compose(g,compose(a,b)),b)
% 214.00/214.17  Current number of equations to process: 516
% 214.00/214.17  Current number of ordered equations: 0
% 214.00/214.17  Current number of rules: 587
% 214.51/214.75  New rule produced :
% 214.51/214.75  [785]
% 214.51/214.75  ifeq(codomain(b),codomain(g),compose(compose(h,a),compose(b,a)),compose(
% 214.51/214.75                                                                  compose(g,
% 214.51/214.75                                                                  compose(a,b)),a))
% 214.51/214.75  -> compose(compose(g,compose(a,b)),a)
% 214.51/214.75  Current number of equations to process: 515
% 214.51/214.75  Current number of ordered equations: 0
% 214.51/214.75  Current number of rules: 588
% 214.51/214.75  New rule produced :
% 214.51/214.75  [786]
% 214.51/214.75  ifeq(codomain(b),domain(g),compose(compose(h,a),compose(b,h)),compose(
% 214.51/214.75                                                                compose(g,
% 214.51/214.75                                                                compose(a,b)),h))
% 214.51/214.75  -> compose(compose(g,compose(a,b)),h)
% 214.51/214.75  Current number of equations to process: 518
% 214.51/214.75  Current number of ordered equations: 0
% 214.51/214.75  Current number of rules: 589
% 214.51/214.75  New rule produced :
% 214.51/214.75  [787]
% 214.51/214.75  ifeq(codomain(b),codomain(a),compose(compose(g,a),compose(b,b)),compose(
% 214.51/214.75                                                                  compose(g,
% 214.51/214.75                                                                  compose(a,b)),b))
% 214.51/214.75  -> compose(compose(g,compose(a,b)),b)
% 214.51/214.75  Current number of equations to process: 522
% 214.51/214.75  Current number of ordered equations: 0
% 214.51/214.75  Current number of rules: 590
% 214.51/214.75  New rule produced :
% 214.51/214.75  [788]
% 214.51/214.75  ifeq(codomain(b),codomain(g),compose(compose(g,a),compose(b,a)),compose(
% 214.51/214.75                                                                  compose(g,
% 214.51/214.75                                                                  compose(a,b)),a))
% 214.51/214.75  -> compose(compose(g,compose(a,b)),a)
% 214.51/214.75  Current number of equations to process: 521
% 214.51/214.75  Current number of ordered equations: 0
% 214.51/214.75  Current number of rules: 591
% 214.51/214.75  New rule produced :
% 214.51/214.75  [789]
% 214.51/214.75  ifeq(codomain(b),domain(g),compose(compose(g,a),compose(b,h)),compose(
% 214.51/214.75                                                                compose(g,
% 214.51/214.75                                                                compose(a,b)),h))
% 214.51/214.75  -> compose(compose(g,compose(a,b)),h)
% 214.51/214.75  Current number of equations to process: 524
% 214.51/214.75  Current number of ordered equations: 0
% 214.51/214.75  Current number of rules: 592
% 214.51/214.75  New rule produced :
% 214.51/214.75  [790]
% 214.51/214.75  ifeq(domain(A),domain(g),compose(domain(A),compose(g,compose(a,b))),compose(
% 214.51/214.75                                                                      compose(
% 214.51/214.75                                                                      domain(A),
% 214.51/214.75                                                                      compose(h,a)),b))
% 214.51/214.75  -> compose(compose(domain(A),compose(h,a)),b)
% 214.51/214.75  Current number of equations to process: 523
% 214.51/214.75  Current number of ordered equations: 0
% 214.51/214.75  Current number of rules: 593
% 214.51/214.75  New rule produced :
% 214.51/214.75  [791]
% 214.51/214.75  ifeq(codomain(A),domain(g),compose(codomain(A),compose(g,compose(a,b))),
% 214.51/214.75  compose(compose(codomain(A),compose(h,a)),b)) ->
% 214.51/214.75  compose(compose(codomain(A),compose(h,a)),b)
% 214.51/214.75  Current number of equations to process: 522
% 214.51/214.75  Current number of ordered equations: 0
% 214.51/214.75  Current number of rules: 594
% 214.51/214.75  New rule produced :
% 214.51/214.75  [792]
% 214.51/214.75  ifeq(domain(A),domain(g),compose(domain(A),compose(g,compose(a,b))),compose(
% 214.51/214.75                                                                      compose(
% 214.51/214.75                                                                      domain(A),
% 214.51/214.75                                                                      compose(g,a)),b))
% 214.51/214.75  -> compose(compose(domain(A),compose(g,a)),b)
% 214.51/214.75  Current number of equations to process: 521
% 214.51/214.75  Current number of ordered equations: 0
% 214.51/214.75  Current number of rules: 595
% 214.51/214.75  New rule produced :
% 214.51/214.75  [793]
% 214.51/214.75  ifeq(codomain(A),domain(g),compose(codomain(A),compose(g,compose(a,b))),
% 214.51/214.75  compose(compose(codomain(A),compose(g,a)),b)) ->
% 214.51/214.75  compose(compose(codomain(A),compose(g,a)),b)
% 214.51/214.75  Current number of equations to process: 520
% 214.51/214.75  Current number of ordered equations: 0
% 214.51/214.75  Current number of rules: 596
% 214.51/214.75  New rule produced :
% 214.51/214.75  [794]
% 214.51/214.75  ifeq(codomain(b),codomain(A),compose(compose(h,a),compose(b,codomain(A))),
% 214.51/214.75  compose(compose(g,compose(a,b)),codomain(A))) ->
% 214.51/214.75  compose(compose(g,compose(a,b)),codomain(A))
% 214.51/214.75  Current number of equations to process: 519
% 214.51/214.75  Current number of ordered equations: 0
% 214.51/214.75  Current number of rules: 597
% 214.51/214.75  New rule produced :
% 214.51/214.75  [795]
% 214.51/214.75  ifeq(codomain(b),domain(A),compose(compose(h,a),compose(b,domain(A))),
% 214.51/214.75  compose(compose(g,compose(a,b)),domain(A))) ->
% 214.51/214.75  compose(compose(g,compose(a,b)),domain(A))
% 217.36/217.53  Current number of equations to process: 518
% 217.36/217.53  Current number of ordered equations: 0
% 217.36/217.53  Current number of rules: 598
% 217.36/217.53  New rule produced :
% 217.36/217.53  [796]
% 217.36/217.53  ifeq(codomain(b),codomain(A),compose(compose(g,a),compose(b,codomain(A))),
% 217.36/217.53  compose(compose(g,compose(a,b)),codomain(A))) ->
% 217.36/217.53  compose(compose(g,compose(a,b)),codomain(A))
% 217.36/217.53  Current number of equations to process: 517
% 217.36/217.53  Current number of ordered equations: 0
% 217.36/217.53  Current number of rules: 599
% 217.36/217.53  New rule produced :
% 217.36/217.53  [797]
% 217.36/217.53  ifeq(codomain(b),domain(A),compose(compose(g,a),compose(b,domain(A))),
% 217.36/217.53  compose(compose(g,compose(a,b)),domain(A))) ->
% 217.36/217.53  compose(compose(g,compose(a,b)),domain(A))
% 217.36/217.53  Current number of equations to process: 516
% 217.36/217.53  Current number of ordered equations: 0
% 217.36/217.53  Current number of rules: 600
% 217.36/217.53  New rule produced :
% 217.36/217.53  [798]
% 217.36/217.53  ifeq(codomain(a),codomain(g),ifeq(codomain(A),codomain(a),ifeq(compose(A,b),
% 217.36/217.53                                                            compose(g,compose(a,b)),
% 217.36/217.53                                                            compose(h,a),A),A),A)
% 217.36/217.53  -> A
% 217.36/217.53  Current number of equations to process: 515
% 217.36/217.53  Current number of ordered equations: 0
% 217.36/217.53  Current number of rules: 601
% 217.36/217.53  New rule produced :
% 217.36/217.53  [799]
% 217.36/217.53  ifeq(codomain(a),codomain(g),ifeq(codomain(A),codomain(a),ifeq(compose(g,
% 217.36/217.53                                                                 compose(a,b)),
% 217.36/217.53                                                            compose(A,b),
% 217.36/217.53                                                            compose(h,a),A),A),A)
% 217.36/217.53  -> A
% 217.36/217.53  Current number of equations to process: 514
% 217.36/217.53  Current number of ordered equations: 0
% 217.36/217.53  Current number of rules: 602
% 217.36/217.53  New rule produced :
% 217.36/217.53  [800]
% 217.36/217.53  ifeq(codomain(a),codomain(g),ifeq(codomain(A),codomain(a),ifeq(compose(A,b),
% 217.36/217.53                                                            compose(g,compose(a,b)),
% 217.36/217.53                                                            compose(g,a),A),A),A)
% 217.36/217.53  -> A
% 217.36/217.53  Current number of equations to process: 513
% 217.36/217.53  Current number of ordered equations: 0
% 217.36/217.53  Current number of rules: 603
% 217.36/217.53  New rule produced :
% 217.36/217.53  [801]
% 217.36/217.53  ifeq(codomain(a),codomain(g),ifeq(codomain(A),codomain(a),ifeq(compose(g,
% 217.36/217.53                                                                 compose(a,b)),
% 217.36/217.53                                                            compose(A,b),
% 217.36/217.53                                                            compose(g,a),A),A),A)
% 217.36/217.53  -> A
% 217.36/217.53  Current number of equations to process: 512
% 217.36/217.53  Current number of ordered equations: 0
% 217.36/217.53  Current number of rules: 604
% 217.36/217.53  New rule produced :
% 217.36/217.53  [802]
% 217.36/217.53  ifeq(codomain(a),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(h,b),
% 217.36/217.53                                                            compose(g,compose(a,b)),
% 217.36/217.53                                                            compose(h,a),h),h),h)
% 217.36/217.53  -> h
% 217.36/217.53  Current number of equations to process: 511
% 217.36/217.53  Current number of ordered equations: 0
% 217.36/217.53  Current number of rules: 605
% 217.36/217.53  New rule produced :
% 217.36/217.53  [803]
% 217.36/217.53  ifeq(codomain(a),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(h,b),
% 217.36/217.53                                                            compose(g,compose(a,b)),
% 217.36/217.53                                                            compose(g,a),h),h),h)
% 217.36/217.53  -> h
% 217.36/217.53  Current number of equations to process: 510
% 217.36/217.53  Current number of ordered equations: 0
% 217.36/217.53  Current number of rules: 606
% 217.36/217.53  New rule produced :
% 217.36/217.53  [804]
% 217.36/217.53  ifeq(codomain(a),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(g,
% 217.36/217.53                                                                 compose(a,b)),
% 217.36/217.53                                                            compose(h,b),
% 217.36/217.53                                                            compose(h,a),h),h),h)
% 217.36/217.53  -> h
% 217.36/217.53  Current number of equations to process: 509
% 217.36/217.53  Current number of ordered equations: 0
% 217.36/217.53  Current number of rules: 607
% 217.36/217.53  New rule produced :
% 217.36/217.53  [805]
% 217.36/217.53  ifeq(codomain(a),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(g,
% 217.36/217.53                                                                 compose(a,b)),
% 217.36/217.53                                                            compose(h,b),
% 217.36/217.53                                                            compose(g,a),h),h),h)
% 217.36/217.53  -> h
% 217.36/217.53  Current number of equations to process: 508
% 217.36/217.53  Current number of ordered equations: 0
% 217.36/217.53  Current number of rules: 608
% 217.36/217.53  New rule produced :
% 217.36/217.53  [806]
% 217.95/218.12  ifeq(codomain(b),codomain(g),ifeq(compose(g,compose(a,b)),compose(compose(a,b),b),
% 217.95/218.12                               compose(a,b),compose(h,a)),compose(h,a)) ->
% 217.95/218.12  compose(h,a)
% 217.95/218.12  Current number of equations to process: 523
% 217.95/218.12  Current number of ordered equations: 0
% 217.95/218.12  Current number of rules: 609
% 217.95/218.12  New rule produced :
% 217.95/218.12  [807]
% 217.95/218.12  ifeq(codomain(b),codomain(g),ifeq(compose(compose(a,b),b),compose(g,compose(a,b)),
% 217.95/218.12                               compose(a,b),compose(h,a)),compose(h,a)) ->
% 217.95/218.12  compose(h,a)
% 217.95/218.12  Current number of equations to process: 521
% 217.95/218.12  Current number of ordered equations: 0
% 217.95/218.12  Current number of rules: 610
% 217.95/218.12  New rule produced :
% 217.95/218.12  [808]
% 217.95/218.12  ifeq(codomain(b),codomain(g),ifeq(compose(g,compose(a,b)),compose(compose(a,b),b),
% 217.95/218.12                               compose(a,b),compose(g,a)),compose(g,a)) ->
% 217.95/218.12  compose(g,a)
% 217.95/218.12  Current number of equations to process: 519
% 217.95/218.12  Current number of ordered equations: 0
% 217.95/218.12  Current number of rules: 611
% 217.95/218.12  New rule produced :
% 217.95/218.12  [809]
% 217.95/218.12  ifeq(codomain(b),codomain(g),ifeq(compose(compose(a,b),b),compose(g,compose(a,b)),
% 217.95/218.12                               compose(a,b),compose(g,a)),compose(g,a)) ->
% 217.95/218.12  compose(g,a)
% 217.95/218.12  Current number of equations to process: 517
% 217.95/218.12  Current number of ordered equations: 0
% 217.95/218.12  Current number of rules: 612
% 217.95/218.12  New rule produced :
% 217.95/218.12  [810]
% 217.95/218.12  ifeq(codomain(g),domain(A),ifeq(codomain(B),domain(g),compose(B,compose(h,A)),
% 217.95/218.12                             compose(compose(B,h),A)),compose(compose(B,h),A))
% 217.95/218.12  -> compose(compose(B,h),A)
% 217.95/218.12  Current number of equations to process: 510
% 217.95/218.12  Current number of ordered equations: 1
% 217.95/218.12  Current number of rules: 613
% 217.95/218.12  New rule produced :
% 217.95/218.12  [811]
% 217.95/218.12  ifeq(codomain(A),domain(B),ifeq(codomain(g),domain(A),compose(h,compose(A,B)),
% 217.95/218.12                             compose(compose(h,A),B)),compose(compose(h,A),B))
% 217.95/218.12  -> compose(compose(h,A),B)
% 217.95/218.12  Current number of equations to process: 510
% 217.95/218.12  Current number of ordered equations: 0
% 217.95/218.12  Current number of rules: 614
% 217.95/218.12  New rule produced :
% 217.95/218.12  [812]
% 217.95/218.12  ifeq(codomain(A),domain(g),compose(A,compose(h,a)),compose(compose(A,h),a))
% 217.95/218.12  -> compose(compose(A,h),a)
% 217.95/218.12  Current number of equations to process: 518
% 217.95/218.12  Current number of ordered equations: 0
% 217.95/218.12  Current number of rules: 615
% 217.95/218.12  New rule produced :
% 217.95/218.12  [813]
% 217.95/218.12  ifeq(codomain(A),domain(g),compose(A,compose(g,compose(a,b))),compose(
% 217.95/218.12                                                                compose(A,h),
% 217.95/218.12                                                                compose(a,b)))
% 217.95/218.12  -> compose(compose(A,h),compose(a,b))
% 217.95/218.12  Current number of equations to process: 517
% 217.95/218.12  Current number of ordered equations: 0
% 217.95/218.12  Current number of rules: 616
% 217.95/218.12  New rule produced :
% 217.95/218.12  [814]
% 217.95/218.12  ifeq(codomain(g),domain(g),compose(h,compose(g,a)),compose(compose(h,
% 217.95/218.12                                                             compose(g,a)),
% 217.95/218.12                                                     codomain(a))) ->
% 217.95/218.12  compose(compose(h,compose(g,a)),codomain(a))
% 217.95/218.12  Current number of equations to process: 524
% 217.95/218.12  Current number of ordered equations: 0
% 217.95/218.12  Current number of rules: 617
% 217.95/218.12  New rule produced :
% 217.95/218.12  [815]
% 217.95/218.12  ifeq(codomain(g),domain(g),compose(h,compose(h,a)),compose(compose(h,
% 217.95/218.12                                                             compose(h,a)),
% 217.95/218.12                                                     codomain(a))) ->
% 217.95/218.12  compose(compose(h,compose(h,a)),codomain(a))
% 217.95/218.12  Current number of equations to process: 524
% 217.95/218.12  Current number of ordered equations: 0
% 217.95/218.12  Current number of rules: 618
% 217.95/218.12  New rule produced :
% 217.95/218.12  [816]
% 217.95/218.12  ifeq(codomain(g),domain(g),compose(h,compose(h,a)),compose(compose(h,
% 217.95/218.12                                                             domain(g)),
% 217.95/218.12                                                     compose(h,a))) ->
% 217.95/218.12  compose(compose(h,domain(g)),compose(h,a))
% 217.95/218.12  Current number of equations to process: 524
% 217.95/218.12  Current number of ordered equations: 0
% 217.95/218.12  Current number of rules: 619
% 217.95/218.12  New rule produced :
% 217.95/218.12  [817]
% 217.95/218.12  ifeq(codomain(a),domain(A),compose(h,compose(a,A)),compose(compose(h,a),A))
% 217.95/218.12  -> compose(compose(h,a),A)
% 217.95/218.12  Current number of equations to process: 535
% 217.95/218.12  Current number of ordered equations: 0
% 217.95/218.12  Current number of rules: 620
% 217.95/218.12  New rule produced :
% 217.95/218.12  [818]
% 217.95/218.12  ifeq(codomain(b),domain(A),compose(h,compose(compose(a,b),A)),compose(
% 217.95/218.12                                                                compose(g,
% 217.95/218.12                                                                compose(a,b)),A))
% 218.71/218.91  -> compose(compose(g,compose(a,b)),A)
% 218.71/218.91  Current number of equations to process: 534
% 218.71/218.91  Current number of ordered equations: 0
% 218.71/218.91  Current number of rules: 621
% 218.71/218.91  New rule produced :
% 218.71/218.91  [819]
% 218.71/218.91  ifeq(codomain(g),domain(g),compose(h,compose(h,a)),compose(compose(h,h),a))
% 218.71/218.91  -> compose(compose(h,h),a)
% 218.71/218.91  Current number of equations to process: 543
% 218.71/218.91  Current number of ordered equations: 0
% 218.71/218.91  Current number of rules: 622
% 218.71/218.91  New rule produced :
% 218.71/218.91  [820]
% 218.71/218.91  ifeq(domain(A),domain(g),compose(domain(A),compose(h,a)),compose(compose(
% 218.71/218.91                                                                   domain(A),h),a))
% 218.71/218.91  -> compose(compose(domain(A),h),a)
% 218.71/218.91  Current number of equations to process: 542
% 218.71/218.91  Current number of ordered equations: 0
% 218.71/218.91  Current number of rules: 623
% 218.71/218.91  New rule produced :
% 218.71/218.91  [821]
% 218.71/218.91  ifeq(codomain(A),domain(g),compose(codomain(A),compose(h,a)),compose(
% 218.71/218.91                                                               compose(
% 218.71/218.91                                                               codomain(A),h),a))
% 218.71/218.91  -> compose(compose(codomain(A),h),a)
% 218.71/218.91  Current number of equations to process: 541
% 218.71/218.91  Current number of ordered equations: 0
% 218.71/218.91  Current number of rules: 624
% 218.71/218.91  New rule produced :
% 218.71/218.91  [822]
% 218.71/218.91  ifeq(codomain(b),domain(g),compose(compose(a,b),compose(h,a)),compose(
% 218.71/218.91                                                                compose(
% 218.71/218.91                                                                compose(a,b),h),a))
% 218.71/218.91  -> compose(compose(compose(a,b),h),a)
% 218.71/218.91  Current number of equations to process: 543
% 218.71/218.91  Current number of ordered equations: 0
% 218.71/218.91  Current number of rules: 625
% 218.71/218.91  New rule produced :
% 218.71/218.91  [823]
% 218.71/218.91  ifeq(codomain(a),domain(g),compose(compose(h,a),compose(h,a)),compose(
% 218.71/218.91                                                                compose(
% 218.71/218.91                                                                compose(h,a),h),a))
% 218.71/218.91  -> compose(compose(compose(h,a),h),a)
% 218.71/218.91  Current number of equations to process: 542
% 218.71/218.91  Current number of ordered equations: 0
% 218.71/218.91  Current number of rules: 626
% 218.71/218.91  New rule produced :
% 218.71/218.91  [824]
% 218.71/218.91  ifeq(codomain(a),domain(g),compose(compose(g,a),compose(h,a)),compose(
% 218.71/218.91                                                                compose(
% 218.71/218.91                                                                compose(g,a),h),a))
% 218.71/218.91  -> compose(compose(compose(g,a),h),a)
% 218.71/218.91  Current number of equations to process: 541
% 218.71/218.91  Current number of ordered equations: 0
% 218.71/218.91  Current number of rules: 627
% 218.71/218.91  New rule produced :
% 218.71/218.91  [825]
% 218.71/218.91  ifeq(codomain(g),domain(g),compose(h,compose(g,compose(a,b))),compose(
% 218.71/218.91                                                                compose(h,h),
% 218.71/218.91                                                                compose(a,b)))
% 218.71/218.91  -> compose(compose(h,h),compose(a,b))
% 218.71/218.91  Current number of equations to process: 544
% 218.71/218.91  Current number of ordered equations: 0
% 218.71/218.91  Current number of rules: 628
% 218.71/218.91  New rule produced :
% 218.71/218.91  [826]
% 218.71/218.91  ifeq(codomain(a),codomain(g),compose(h,compose(a,a)),compose(compose(h,a),a))
% 218.71/218.91  -> compose(compose(h,a),a)
% 218.71/218.91  Current number of equations to process: 550
% 218.71/218.91  Current number of ordered equations: 0
% 218.71/218.91  Current number of rules: 629
% 218.71/218.91  New rule produced :
% 218.71/218.91  [827]
% 218.71/218.91  ifeq(codomain(a),codomain(A),compose(h,compose(a,codomain(A))),compose(
% 218.71/218.91                                                                 compose(h,a),
% 218.71/218.91                                                                 codomain(A)))
% 218.71/218.91  -> compose(compose(h,a),codomain(A))
% 218.71/218.91  Current number of equations to process: 549
% 218.71/218.91  Current number of ordered equations: 0
% 218.71/218.91  Current number of rules: 630
% 218.71/218.91  New rule produced :
% 218.71/218.91  [828]
% 218.71/218.91  ifeq(codomain(a),domain(A),compose(h,compose(a,domain(A))),compose(compose(h,a),
% 218.71/218.91                                                             domain(A))) ->
% 218.71/218.91  compose(compose(h,a),domain(A))
% 218.71/218.91  Current number of equations to process: 548
% 218.71/218.91  Current number of ordered equations: 0
% 218.71/218.91  Current number of rules: 631
% 218.71/218.91  New rule produced :
% 218.71/218.91  [829]
% 218.71/218.91  ifeq(codomain(a),domain(g),compose(h,compose(a,h)),compose(compose(h,a),h))
% 218.71/218.91  -> compose(compose(h,a),h)
% 218.71/218.91  Current number of equations to process: 550
% 218.71/218.91  Current number of ordered equations: 0
% 218.71/218.91  Current number of rules: 632
% 218.71/218.91  New rule produced :
% 218.71/218.91  [830]
% 218.71/218.91  ifeq(codomain(a),codomain(g),compose(h,compose(a,compose(a,b))),compose(
% 218.71/218.91                                                                  compose(h,a),
% 221.26/221.44                                                                  compose(a,b)))
% 221.26/221.44  -> compose(compose(h,a),compose(a,b))
% 221.26/221.44  Current number of equations to process: 550
% 221.26/221.44  Current number of ordered equations: 0
% 221.26/221.44  Current number of rules: 633
% 221.26/221.44  New rule produced :
% 221.26/221.44  [831]
% 221.26/221.44  ifeq(codomain(a),domain(g),compose(h,compose(a,compose(h,a))),compose(
% 221.26/221.44                                                                compose(h,a),
% 221.26/221.44                                                                compose(h,a)))
% 221.26/221.44  -> compose(compose(h,a),compose(h,a))
% 221.26/221.44  Current number of equations to process: 549
% 221.26/221.44  Current number of ordered equations: 0
% 221.26/221.44  Current number of rules: 634
% 221.26/221.44  New rule produced :
% 221.26/221.44  [832]
% 221.26/221.44  ifeq(codomain(a),domain(g),compose(h,compose(a,compose(g,a))),compose(
% 221.26/221.44                                                                compose(h,a),
% 221.26/221.44                                                                compose(g,a)))
% 221.26/221.44  -> compose(compose(h,a),compose(g,a))
% 221.26/221.44  Current number of equations to process: 548
% 221.26/221.44  Current number of ordered equations: 0
% 221.26/221.44  Current number of rules: 635
% 221.26/221.44  New rule produced :
% 221.26/221.44  [833]
% 221.26/221.44  ifeq(codomain(b),codomain(a),compose(h,compose(compose(a,b),b)),compose(
% 221.26/221.44                                                                  compose(g,
% 221.26/221.44                                                                  compose(a,b)),b))
% 221.26/221.44  -> compose(compose(g,compose(a,b)),b)
% 221.26/221.44  Current number of equations to process: 552
% 221.26/221.44  Current number of ordered equations: 0
% 221.26/221.44  Current number of rules: 636
% 221.26/221.44  New rule produced :
% 221.26/221.44  [834]
% 221.26/221.44  ifeq(codomain(b),codomain(g),compose(h,compose(compose(a,b),a)),compose(
% 221.26/221.44                                                                  compose(g,
% 221.26/221.44                                                                  compose(a,b)),a))
% 221.26/221.44  -> compose(compose(g,compose(a,b)),a)
% 221.26/221.44  Current number of equations to process: 551
% 221.26/221.44  Current number of ordered equations: 0
% 221.26/221.44  Current number of rules: 637
% 221.26/221.44  New rule produced :
% 221.26/221.44  [835]
% 221.26/221.44  ifeq(codomain(b),domain(g),compose(h,compose(compose(a,b),h)),compose(
% 221.26/221.44                                                                compose(g,
% 221.26/221.44                                                                compose(a,b)),h))
% 221.26/221.44  -> compose(compose(g,compose(a,b)),h)
% 221.26/221.44  Current number of equations to process: 554
% 221.26/221.44  Current number of ordered equations: 0
% 221.26/221.44  Current number of rules: 638
% 221.26/221.44  New rule produced :
% 221.26/221.44  [836]
% 221.26/221.44  ifeq(domain(A),domain(g),compose(domain(A),compose(g,compose(a,b))),compose(
% 221.26/221.44                                                                      compose(
% 221.26/221.44                                                                      domain(A),h),
% 221.26/221.44                                                                      compose(a,b)))
% 221.26/221.44  -> compose(compose(domain(A),h),compose(a,b))
% 221.26/221.44  Current number of equations to process: 553
% 221.26/221.44  Current number of ordered equations: 0
% 221.26/221.44  Current number of rules: 639
% 221.26/221.44  New rule produced :
% 221.26/221.44  [837]
% 221.26/221.44  ifeq(codomain(A),domain(g),compose(codomain(A),compose(g,compose(a,b))),
% 221.26/221.44  compose(compose(codomain(A),h),compose(a,b))) ->
% 221.26/221.44  compose(compose(codomain(A),h),compose(a,b))
% 221.26/221.44  Current number of equations to process: 552
% 221.26/221.44  Current number of ordered equations: 0
% 221.26/221.44  Current number of rules: 640
% 221.26/221.44  New rule produced :
% 221.26/221.44  [838]
% 221.26/221.44  ifeq(codomain(b),codomain(A),compose(h,compose(compose(a,b),codomain(A))),
% 221.26/221.44  compose(compose(g,compose(a,b)),codomain(A))) ->
% 221.26/221.44  compose(compose(g,compose(a,b)),codomain(A))
% 221.26/221.44  Current number of equations to process: 551
% 221.26/221.44  Current number of ordered equations: 0
% 221.26/221.44  Current number of rules: 641
% 221.26/221.44  New rule produced :
% 221.26/221.44  [839]
% 221.26/221.44  ifeq(codomain(b),domain(A),compose(h,compose(compose(a,b),domain(A))),
% 221.26/221.44  compose(compose(g,compose(a,b)),domain(A))) ->
% 221.26/221.44  compose(compose(g,compose(a,b)),domain(A))
% 221.26/221.44  Current number of equations to process: 550
% 221.26/221.44  Current number of ordered equations: 0
% 221.26/221.44  Current number of rules: 642
% 221.26/221.44  New rule produced :
% 221.26/221.44  [840]
% 221.26/221.44  ifeq(codomain(A),codomain(g),ifeq(codomain(B),codomain(a),ifeq(compose(B,b),C,
% 221.26/221.44                                                            ifeq(compose(
% 221.26/221.44                                                                 codomain(A),b),C,
% 221.26/221.44                                                            codomain(A),B),B),B),B)
% 221.26/221.44  -> B
% 221.26/221.44  Current number of equations to process: 549
% 222.11/222.29  Current number of ordered equations: 0
% 222.11/222.29  Current number of rules: 643
% 222.11/222.29  New rule produced :
% 222.11/222.29  [841]
% 222.11/222.29  ifeq(codomain(A),codomain(g),ifeq(codomain(B),codomain(a),ifeq(compose(B,a),C,
% 222.11/222.29                                                            ifeq(compose(
% 222.11/222.29                                                                 codomain(A),a),C,
% 222.11/222.29                                                            codomain(A),B),B),B),B)
% 222.11/222.29  -> B
% 222.11/222.29  Current number of equations to process: 555
% 222.11/222.29  Current number of ordered equations: 0
% 222.11/222.29  Current number of rules: 644
% 222.11/222.29  New rule produced :
% 222.11/222.29  [842]
% 222.11/222.29  ifeq(codomain(a),domain(A),ifeq(codomain(B),codomain(g),compose(B,compose(a,A)),
% 222.11/222.29                             compose(compose(B,a),A)),compose(compose(B,a),A))
% 222.11/222.29  -> compose(compose(B,a),A)
% 222.11/222.29  Current number of equations to process: 560
% 222.11/222.29  Current number of ordered equations: 1
% 222.11/222.29  Current number of rules: 645
% 222.11/222.29  New rule produced :
% 222.11/222.29  [843]
% 222.11/222.29  ifeq(codomain(A),codomain(g),ifeq(codomain(B),domain(A),compose(B,compose(A,a)),
% 222.11/222.29                               compose(compose(B,A),a)),compose(compose(B,A),a))
% 222.11/222.29  -> compose(compose(B,A),a)
% 222.11/222.29  Current number of equations to process: 560
% 222.11/222.29  Current number of ordered equations: 0
% 222.11/222.29  Current number of rules: 646
% 222.11/222.29  New rule produced :
% 222.11/222.29  [844]
% 222.11/222.29  ifeq(codomain(a),domain(A),compose(g,compose(a,A)),compose(compose(g,a),A))
% 222.11/222.29  -> compose(compose(g,a),A)
% 222.11/222.29  Current number of equations to process: 564
% 222.11/222.29  Current number of ordered equations: 0
% 222.11/222.29  Current number of rules: 647
% 222.11/222.29  New rule produced :
% 222.11/222.29  [845]
% 222.11/222.29  ifeq(codomain(a),codomain(g),compose(compose(g,a),compose(codomain(a),a)),
% 222.11/222.29  compose(compose(g,a),a)) -> compose(compose(g,a),a)
% 222.11/222.29  Current number of equations to process: 574
% 222.11/222.29  Current number of ordered equations: 0
% 222.11/222.29  Current number of rules: 648
% 222.11/222.29  New rule produced :
% 222.11/222.29  [846]
% 222.11/222.29  ifeq(codomain(a),codomain(g),compose(compose(h,a),compose(codomain(a),a)),
% 222.11/222.29  compose(compose(h,a),a)) -> compose(compose(h,a),a)
% 222.11/222.29  Current number of equations to process: 574
% 222.11/222.29  Current number of ordered equations: 0
% 222.11/222.29  Current number of rules: 649
% 222.11/222.29  New rule produced :
% 222.11/222.29  [847]
% 222.11/222.29  ifeq(codomain(a),codomain(g),compose(domain(g),compose(compose(h,a),a)),
% 222.11/222.29  compose(compose(h,a),a)) -> compose(compose(h,a),a)
% 222.11/222.29  Current number of equations to process: 574
% 222.11/222.29  Current number of ordered equations: 0
% 222.11/222.29  Current number of rules: 650
% 222.11/222.29  New rule produced :
% 222.11/222.29  [848]
% 222.11/222.29  ifeq(codomain(A),domain(g),compose(A,compose(g,a)),compose(compose(A,g),a))
% 222.11/222.29  -> compose(compose(A,g),a)
% 222.11/222.29  Current number of equations to process: 582
% 222.11/222.29  Current number of ordered equations: 0
% 222.11/222.29  Current number of rules: 651
% 222.11/222.29  New rule produced :
% 222.11/222.29  [849]
% 222.11/222.29  ifeq(codomain(a),codomain(g),compose(g,compose(a,a)),compose(compose(g,a),a))
% 222.11/222.29  -> compose(compose(g,a),a)
% 222.11/222.29  Current number of equations to process: 592
% 222.11/222.29  Current number of ordered equations: 0
% 222.11/222.29  Current number of rules: 652
% 222.11/222.29  New rule produced :
% 222.11/222.29  [850]
% 222.11/222.29  ifeq(codomain(a),codomain(A),compose(g,compose(a,codomain(A))),compose(
% 222.11/222.29                                                                 compose(g,a),
% 222.11/222.29                                                                 codomain(A)))
% 222.11/222.29  -> compose(compose(g,a),codomain(A))
% 222.11/222.29  Current number of equations to process: 591
% 222.11/222.29  Current number of ordered equations: 0
% 222.11/222.29  Current number of rules: 653
% 222.11/222.29  New rule produced :
% 222.11/222.29  [851]
% 222.11/222.29  ifeq(codomain(a),domain(A),compose(g,compose(a,domain(A))),compose(compose(g,a),
% 222.11/222.29                                                             domain(A))) ->
% 222.11/222.29  compose(compose(g,a),domain(A))
% 222.11/222.29  Current number of equations to process: 590
% 222.11/222.29  Current number of ordered equations: 0
% 222.11/222.29  Current number of rules: 654
% 222.11/222.29  New rule produced :
% 222.11/222.29  [852]
% 222.11/222.29  ifeq(codomain(a),domain(g),compose(g,compose(a,h)),compose(compose(g,a),h))
% 222.11/222.29  -> compose(compose(g,a),h)
% 222.11/222.29  Current number of equations to process: 592
% 222.11/222.29  Current number of ordered equations: 0
% 222.11/222.29  Current number of rules: 655
% 222.11/222.29  New rule produced :
% 222.11/222.29  [853]
% 222.11/222.29  ifeq(codomain(a),codomain(g),compose(g,compose(a,compose(a,b))),compose(
% 222.11/222.29                                                                  compose(g,a),
% 222.11/222.29                                                                  compose(a,b)))
% 222.11/222.29  -> compose(compose(g,a),compose(a,b))
% 222.11/222.29  Current number of equations to process: 592
% 222.11/222.29  Current number of ordered equations: 0
% 222.11/222.29  Current number of rules: 656
% 222.11/222.29  New rule produced :
% 224.94/225.12  [854]
% 224.94/225.12  ifeq(codomain(a),domain(g),compose(g,compose(a,compose(h,a))),compose(
% 224.94/225.12                                                                compose(g,a),
% 224.94/225.12                                                                compose(h,a)))
% 224.94/225.12  -> compose(compose(g,a),compose(h,a))
% 224.94/225.12  Current number of equations to process: 591
% 224.94/225.12  Current number of ordered equations: 0
% 224.94/225.12  Current number of rules: 657
% 224.94/225.12  New rule produced :
% 224.94/225.12  [855]
% 224.94/225.12  ifeq(codomain(a),domain(g),compose(g,compose(a,compose(g,a))),compose(
% 224.94/225.12                                                                compose(g,a),
% 224.94/225.12                                                                compose(g,a)))
% 224.94/225.12  -> compose(compose(g,a),compose(g,a))
% 224.94/225.12  Current number of equations to process: 590
% 224.94/225.12  Current number of ordered equations: 0
% 224.94/225.12  Current number of rules: 658
% 224.94/225.12  New rule produced :
% 224.94/225.12  [856]
% 224.94/225.12  ifeq(codomain(g),domain(g),compose(h,compose(g,a)),compose(compose(h,g),a))
% 224.94/225.12  -> compose(compose(h,g),a)
% 224.94/225.12  Current number of equations to process: 593
% 224.94/225.12  Current number of ordered equations: 0
% 224.94/225.12  Current number of rules: 659
% 224.94/225.12  New rule produced :
% 224.94/225.12  [857]
% 224.94/225.12  ifeq(domain(A),domain(g),compose(domain(A),compose(g,a)),compose(compose(
% 224.94/225.12                                                                   domain(A),g),a))
% 224.94/225.12  -> compose(compose(domain(A),g),a)
% 224.94/225.12  Current number of equations to process: 592
% 224.94/225.12  Current number of ordered equations: 0
% 224.94/225.12  Current number of rules: 660
% 224.94/225.12  New rule produced :
% 224.94/225.12  [858]
% 224.94/225.12  ifeq(codomain(A),domain(g),compose(codomain(A),compose(g,a)),compose(
% 224.94/225.12                                                               compose(
% 224.94/225.12                                                               codomain(A),g),a))
% 224.94/225.12  -> compose(compose(codomain(A),g),a)
% 224.94/225.12  Current number of equations to process: 591
% 224.94/225.12  Current number of ordered equations: 0
% 224.94/225.12  Current number of rules: 661
% 224.94/225.12  New rule produced :
% 224.94/225.12  [859]
% 224.94/225.12  ifeq(codomain(b),domain(g),compose(compose(a,b),compose(g,a)),compose(
% 224.94/225.12                                                                compose(
% 224.94/225.12                                                                compose(a,b),g),a))
% 224.94/225.12  -> compose(compose(compose(a,b),g),a)
% 224.94/225.12  Current number of equations to process: 593
% 224.94/225.12  Current number of ordered equations: 0
% 224.94/225.12  Current number of rules: 662
% 224.94/225.12  New rule produced :
% 224.94/225.12  [860]
% 224.94/225.12  ifeq(codomain(a),domain(g),compose(compose(h,a),compose(g,a)),compose(
% 224.94/225.12                                                                compose(
% 224.94/225.12                                                                compose(h,a),g),a))
% 224.94/225.12  -> compose(compose(compose(h,a),g),a)
% 224.94/225.12  Current number of equations to process: 592
% 224.94/225.12  Current number of ordered equations: 0
% 224.94/225.12  Current number of rules: 663
% 224.94/225.12  New rule produced :
% 224.94/225.12  [861]
% 224.94/225.12  ifeq(codomain(a),domain(g),compose(compose(g,a),compose(g,a)),compose(
% 224.94/225.12                                                                compose(
% 224.94/225.12                                                                compose(g,a),g),a))
% 224.94/225.12  -> compose(compose(compose(g,a),g),a)
% 224.94/225.12  Current number of equations to process: 591
% 224.94/225.12  Current number of ordered equations: 0
% 224.94/225.12  Current number of rules: 664
% 224.94/225.12  New rule produced :
% 224.94/225.12  [862]
% 224.94/225.12  ifeq(codomain(b),codomain(g),ifeq(compose(a,b),A,ifeq(compose(compose(g,
% 224.94/225.12                                                                compose(a,b)),b),A,
% 224.94/225.12                                                   compose(g,compose(a,b)),a),a),a)
% 224.94/225.12  -> a
% 224.94/225.12  Current number of equations to process: 586
% 224.94/225.12  Current number of ordered equations: 0
% 224.94/225.12  Current number of rules: 665
% 224.94/225.12  New rule produced :
% 224.94/225.12  [863]
% 224.94/225.12  ifeq(codomain(b),codomain(g),ifeq(compose(a,a),A,ifeq(compose(compose(g,
% 224.94/225.12                                                                compose(a,b)),a),A,
% 224.94/225.12                                                   compose(g,compose(a,b)),a),a),a)
% 224.94/225.12  -> a
% 224.94/225.12  Current number of equations to process: 585
% 224.94/225.12  Current number of ordered equations: 0
% 224.94/225.12  Current number of rules: 666
% 224.94/225.12  New rule produced :
% 224.94/225.12  [864]
% 224.94/225.12  ifeq(domain(A),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(h,b),B,
% 224.94/225.12                                                          ifeq(compose(
% 224.94/225.12                                                               domain(A),b),B,
% 224.94/225.12                                                          domain(A),h),h),h),h)
% 224.94/225.12  -> h
% 224.94/225.12  Current number of equations to process: 584
% 224.94/225.12  Current number of ordered equations: 0
% 226.97/227.16  Current number of rules: 667
% 226.97/227.16  New rule produced :
% 226.97/227.16  [865]
% 226.97/227.16  ifeq(codomain(A),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(h,b),B,
% 226.97/227.16                                                            ifeq(compose(
% 226.97/227.16                                                                 codomain(A),b),B,
% 226.97/227.16                                                            codomain(A),h),h),h),h)
% 226.97/227.16  -> h
% 226.97/227.16  Current number of equations to process: 584
% 226.97/227.16  Current number of ordered equations: 0
% 226.97/227.16  Current number of rules: 668
% 226.97/227.16  New rule produced :
% 226.97/227.16  [866]
% 226.97/227.16  ifeq(domain(A),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(h,a),B,
% 226.97/227.16                                                          ifeq(compose(
% 226.97/227.16                                                               domain(A),a),B,
% 226.97/227.16                                                          domain(A),h),h),h),h)
% 226.97/227.16  -> h
% 226.97/227.16  Current number of equations to process: 583
% 226.97/227.16  Current number of ordered equations: 0
% 226.97/227.16  Current number of rules: 669
% 226.97/227.16  New rule produced :
% 226.97/227.16  [867]
% 226.97/227.16  ifeq(codomain(A),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(h,a),B,
% 226.97/227.16                                                            ifeq(compose(
% 226.97/227.16                                                                 codomain(A),a),B,
% 226.97/227.16                                                            codomain(A),h),h),h),h)
% 226.97/227.16  -> h
% 226.97/227.16  Current number of equations to process: 584
% 226.97/227.16  Current number of ordered equations: 0
% 226.97/227.16  Current number of rules: 670
% 226.97/227.16  New rule produced :
% 226.97/227.16  [868]
% 226.97/227.16  ifeq(codomain(A),domain(g),ifeq(codomain(B),domain(A),compose(B,compose(A,h)),
% 226.97/227.16                             compose(compose(B,A),h)),compose(compose(B,A),h))
% 226.97/227.16  -> compose(compose(B,A),h)
% 226.97/227.16  Current number of equations to process: 583
% 226.97/227.16  Current number of ordered equations: 0
% 226.97/227.16  Current number of rules: 671
% 226.97/227.16  New rule produced :
% 226.97/227.16  [869]
% 226.97/227.16  ifeq(codomain(a),domain(g),compose(compose(g,a),compose(codomain(a),h)),
% 226.97/227.16  compose(compose(g,a),h)) -> compose(compose(g,a),h)
% 226.97/227.16  Current number of equations to process: 583
% 226.97/227.16  Current number of ordered equations: 0
% 226.97/227.16  Current number of rules: 672
% 226.97/227.16  New rule produced :
% 226.97/227.16  [870]
% 226.97/227.16  ifeq(codomain(a),domain(g),compose(compose(h,a),compose(codomain(a),h)),
% 226.97/227.16  compose(compose(h,a),h)) -> compose(compose(h,a),h)
% 226.97/227.16  Current number of equations to process: 583
% 226.97/227.16  Current number of ordered equations: 0
% 226.97/227.16  Current number of rules: 673
% 226.97/227.16  New rule produced :
% 226.97/227.16  [871]
% 226.97/227.16  ifeq(codomain(a),domain(g),compose(domain(g),compose(compose(h,a),h)),
% 226.97/227.16  compose(compose(h,a),h)) -> compose(compose(h,a),h)
% 226.97/227.16  Current number of equations to process: 583
% 226.97/227.16  Current number of ordered equations: 0
% 226.97/227.16  Current number of rules: 674
% 226.97/227.16  New rule produced :
% 226.97/227.16  [872]
% 226.97/227.16  ifeq(codomain(b),codomain(g),ifeq(codomain(b),codomain(a),compose(g,compose(a,b)),
% 226.97/227.16                               compose(g,compose(a,b))),compose(g,compose(a,b)))
% 226.97/227.16  -> compose(g,compose(a,b))
% 226.97/227.16  Current number of equations to process: 596
% 226.97/227.16  Current number of ordered equations: 0
% 226.97/227.16  Current number of rules: 675
% 226.97/227.16  New rule produced :
% 226.97/227.16  [873]
% 226.97/227.16  ifeq(codomain(a),codomain(g),ifeq(compose(g,compose(a,b)),A,ifeq(b,A,
% 226.97/227.16                                                              codomain(a),
% 226.97/227.16                                                              compose(h,a)),
% 226.97/227.16                               compose(h,a)),compose(h,a)) -> compose(h,a)
% 226.97/227.16  Current number of equations to process: 589
% 226.97/227.16  Current number of ordered equations: 0
% 226.97/227.16  Current number of rules: 676
% 226.97/227.16  New rule produced :
% 226.97/227.16  [874]
% 226.97/227.16  ifeq(codomain(a),codomain(g),ifeq(compose(g,compose(a,b)),A,ifeq(b,A,
% 226.97/227.16                                                              codomain(a),
% 226.97/227.16                                                              compose(g,a)),
% 226.97/227.16                               compose(g,a)),compose(g,a)) -> compose(g,a)
% 226.97/227.16  Current number of equations to process: 588
% 226.97/227.16  Current number of ordered equations: 0
% 226.97/227.16  Current number of rules: 677
% 226.97/227.16  New rule produced :
% 226.97/227.16  [875]
% 226.97/227.16  ifeq(codomain(b),codomain(a),ifeq(compose(compose(a,b),a),A,ifeq(a,A,
% 226.97/227.16                                                              codomain(g),
% 226.97/227.16                                                              compose(a,b)),
% 226.97/227.16                               compose(a,b)),compose(a,b)) -> compose(a,b)
% 226.97/227.16  Current number of equations to process: 584
% 226.97/227.16  Current number of ordered equations: 0
% 229.61/229.79  Current number of rules: 678
% 229.61/229.79  New rule produced :
% 229.61/229.79  [876]
% 229.61/229.79  ifeq(codomain(b),codomain(a),ifeq(codomain(A),codomain(a),compose(A,compose(b,b)),
% 229.61/229.79                               compose(compose(A,b),b)),compose(compose(A,b),b))
% 229.61/229.79  -> compose(compose(A,b),b)
% 229.61/229.79  Current number of equations to process: 583
% 229.61/229.79  Current number of ordered equations: 0
% 229.61/229.79  Current number of rules: 679
% 229.61/229.79  New rule produced :
% 229.61/229.79  [877]
% 229.61/229.79  ifeq(codomain(A),codomain(a),ifeq(codomain(g),domain(A),compose(h,compose(A,b)),
% 229.61/229.79                               compose(compose(h,A),b)),compose(compose(h,A),b))
% 229.61/229.79  -> compose(compose(h,A),b)
% 229.61/229.79  Current number of equations to process: 586
% 229.61/229.79  Current number of ordered equations: 1
% 229.61/229.79  Current number of rules: 680
% 229.61/229.79  New rule produced :
% 229.61/229.79  [878]
% 229.61/229.79  ifeq(codomain(g),codomain(a),ifeq(codomain(A),domain(g),compose(A,compose(h,b)),
% 229.61/229.79                               compose(compose(A,h),b)),compose(compose(A,h),b))
% 229.61/229.79  -> compose(compose(A,h),b)
% 229.61/229.79  Current number of equations to process: 586
% 229.61/229.79  Current number of ordered equations: 0
% 229.61/229.79  Current number of rules: 681
% 229.61/229.79  New rule produced :
% 229.61/229.79  [879]
% 229.61/229.79  ifeq(codomain(b),domain(A),ifeq(codomain(g),codomain(a),compose(h,compose(b,A)),
% 229.61/229.79                             compose(compose(h,b),A)),compose(compose(h,b),A))
% 229.61/229.79  -> compose(compose(h,b),A)
% 229.61/229.79  Current number of equations to process: 594
% 229.61/229.79  Current number of ordered equations: 0
% 229.61/229.79  Current number of rules: 682
% 229.61/229.79  New rule produced :
% 229.61/229.79  [880]
% 229.61/229.79  ifeq(codomain(b),codomain(g),ifeq(codomain(A),codomain(a),compose(A,compose(b,a)),
% 229.61/229.79                               compose(compose(A,b),a)),compose(compose(A,b),a))
% 229.61/229.79  -> compose(compose(A,b),a)
% 229.61/229.79  Current number of equations to process: 602
% 229.61/229.79  Current number of ordered equations: 0
% 229.61/229.79  Current number of rules: 683
% 229.61/229.79  New rule produced :
% 229.61/229.79  [881]
% 229.61/229.79  ifeq(codomain(b),domain(g),ifeq(codomain(A),codomain(a),compose(A,compose(b,h)),
% 229.61/229.79                             compose(compose(A,b),h)),compose(compose(A,b),h))
% 229.61/229.79  -> compose(compose(A,b),h)
% 229.61/229.79  Current number of equations to process: 606
% 229.61/229.79  Current number of ordered equations: 0
% 229.61/229.79  Current number of rules: 684
% 229.61/229.79  New rule produced :
% 229.61/229.79  [882]
% 229.61/229.79  ifeq(codomain(b),codomain(g),compose(compose(g,compose(a,b)),compose(a,b)),
% 229.61/229.79  compose(compose(compose(g,compose(a,b)),a),b)) ->
% 229.61/229.79  compose(compose(compose(g,compose(a,b)),a),b)
% 229.61/229.79  Current number of equations to process: 610
% 229.61/229.79  Current number of ordered equations: 0
% 229.61/229.79  Current number of rules: 685
% 229.61/229.79  New rule produced :
% 229.61/229.79  [883]
% 229.61/229.79  ifeq(codomain(b),domain(g),compose(a,compose(b,compose(g,compose(a,b)))),
% 229.61/229.79  compose(compose(a,b),compose(g,compose(a,b)))) ->
% 229.61/229.79  compose(compose(a,b),compose(g,compose(a,b)))
% 229.61/229.79  Current number of equations to process: 609
% 229.61/229.79  Current number of ordered equations: 0
% 229.61/229.79  Current number of rules: 686
% 229.61/229.79  New rule produced :
% 229.61/229.79  [884]
% 229.61/229.79  ifeq(codomain(b),domain(g),compose(compose(a,b),compose(g,compose(a,b))),
% 229.61/229.79  compose(compose(compose(a,b),compose(h,a)),b)) ->
% 229.61/229.79  compose(compose(compose(a,b),compose(h,a)),b)
% 229.61/229.79  Current number of equations to process: 608
% 229.61/229.79  Current number of ordered equations: 0
% 229.61/229.79  Current number of rules: 687
% 229.61/229.79  New rule produced :
% 229.61/229.79  [885]
% 229.61/229.79  ifeq(codomain(a),domain(g),compose(compose(h,a),compose(g,compose(a,b))),
% 229.61/229.79  compose(compose(compose(h,a),compose(h,a)),b)) ->
% 229.61/229.79  compose(compose(compose(h,a),compose(h,a)),b)
% 229.61/229.79  Current number of equations to process: 607
% 229.61/229.79  Current number of ordered equations: 0
% 229.61/229.79  Current number of rules: 688
% 229.61/229.79  New rule produced :
% 229.61/229.79  [886]
% 229.61/229.79  ifeq(codomain(a),domain(g),compose(compose(g,a),compose(g,compose(a,b))),
% 229.61/229.79  compose(compose(compose(g,a),compose(h,a)),b)) ->
% 229.61/229.79  compose(compose(compose(g,a),compose(h,a)),b)
% 229.61/229.79  Current number of equations to process: 606
% 229.61/229.79  Current number of ordered equations: 0
% 229.61/229.79  Current number of rules: 689
% 229.61/229.79  New rule produced :
% 229.61/229.79  [887]
% 229.61/229.79  ifeq(codomain(b),domain(g),compose(compose(a,b),compose(g,compose(a,b))),
% 229.61/229.79  compose(compose(compose(a,b),compose(g,a)),b)) ->
% 229.61/229.79  compose(compose(compose(a,b),compose(g,a)),b)
% 229.61/229.79  Current number of equations to process: 605
% 229.61/229.79  Current number of ordered equations: 0
% 229.61/229.79  Current number of rules: 690
% 229.61/229.79  New rule produced :
% 229.61/229.79  [888]
% 229.61/229.79  ifeq(codomain(a),domain(g),compose(compose(h,a),compose(g,compose(a,b))),
% 229.61/229.79  compose(compose(compose(h,a),compose(g,a)),b)) ->
% 229.61/229.79  compose(compose(compose(h,a),compose(g,a)),b)
% 229.61/229.79  Current number of equations to process: 604
% 229.61/229.79  Current number of ordered equations: 0
% 232.52/232.74  Current number of rules: 691
% 232.52/232.74  New rule produced :
% 232.52/232.74  [889]
% 232.52/232.74  ifeq(codomain(a),domain(g),compose(compose(g,a),compose(g,compose(a,b))),
% 232.52/232.74  compose(compose(compose(g,a),compose(g,a)),b)) ->
% 232.52/232.74  compose(compose(compose(g,a),compose(g,a)),b)
% 232.52/232.74  Current number of equations to process: 603
% 232.52/232.74  Current number of ordered equations: 0
% 232.52/232.74  Current number of rules: 692
% 232.52/232.74  New rule produced :
% 232.52/232.74  [890]
% 232.52/232.74  ifeq(codomain(b),codomain(g),compose(compose(h,a),compose(b,compose(a,b))),
% 232.52/232.74  compose(compose(g,compose(a,b)),compose(a,b))) ->
% 232.52/232.74  compose(compose(g,compose(a,b)),compose(a,b))
% 232.52/232.74  Current number of equations to process: 602
% 232.52/232.74  Current number of ordered equations: 0
% 232.52/232.74  Current number of rules: 693
% 232.52/232.74  New rule produced :
% 232.52/232.74  [891]
% 232.52/232.74  ifeq(codomain(b),domain(g),compose(compose(h,a),compose(b,compose(h,a))),
% 232.52/232.74  compose(compose(g,compose(a,b)),compose(h,a))) ->
% 232.52/232.74  compose(compose(g,compose(a,b)),compose(h,a))
% 232.52/232.74  Current number of equations to process: 601
% 232.52/232.74  Current number of ordered equations: 0
% 232.52/232.74  Current number of rules: 694
% 232.52/232.74  New rule produced :
% 232.52/232.74  [892]
% 232.52/232.74  ifeq(codomain(b),domain(g),compose(compose(h,a),compose(b,compose(g,a))),
% 232.52/232.74  compose(compose(g,compose(a,b)),compose(g,a))) ->
% 232.52/232.74  compose(compose(g,compose(a,b)),compose(g,a))
% 232.52/232.74  Current number of equations to process: 600
% 232.52/232.74  Current number of ordered equations: 0
% 232.52/232.74  Current number of rules: 695
% 232.52/232.74  New rule produced :
% 232.52/232.74  [893]
% 232.52/232.74  ifeq(codomain(b),codomain(g),compose(compose(g,a),compose(b,compose(a,b))),
% 232.52/232.74  compose(compose(g,compose(a,b)),compose(a,b))) ->
% 232.52/232.74  compose(compose(g,compose(a,b)),compose(a,b))
% 232.52/232.74  Current number of equations to process: 599
% 232.52/232.74  Current number of ordered equations: 0
% 232.52/232.74  Current number of rules: 696
% 232.52/232.74  New rule produced :
% 232.52/232.74  [894]
% 232.52/232.74  ifeq(codomain(b),domain(g),compose(compose(g,a),compose(b,compose(h,a))),
% 232.52/232.74  compose(compose(g,compose(a,b)),compose(h,a))) ->
% 232.52/232.74  compose(compose(g,compose(a,b)),compose(h,a))
% 232.52/232.74  Current number of equations to process: 598
% 232.52/232.74  Current number of ordered equations: 0
% 232.52/232.74  Current number of rules: 697
% 232.52/232.74  New rule produced :
% 232.52/232.74  [895]
% 232.52/232.74  ifeq(codomain(b),domain(g),compose(compose(g,a),compose(b,compose(g,a))),
% 232.52/232.74  compose(compose(g,compose(a,b)),compose(g,a))) ->
% 232.52/232.74  compose(compose(g,compose(a,b)),compose(g,a))
% 232.52/232.74  Current number of equations to process: 597
% 232.52/232.74  Current number of ordered equations: 0
% 232.52/232.74  Current number of rules: 698
% 232.52/232.74  New rule produced :
% 232.52/232.74  [896]
% 232.52/232.74  ifeq(codomain(g),domain(A),ifeq(codomain(g),domain(g),compose(h,compose(h,A)),
% 232.52/232.74                             compose(compose(h,h),A)),compose(compose(h,h),A))
% 232.52/232.74  -> compose(compose(h,h),A)
% 232.52/232.74  Current number of equations to process: 595
% 232.52/232.74  Current number of ordered equations: 0
% 232.52/232.74  Current number of rules: 699
% 232.52/232.74  New rule produced :
% 232.52/232.74  [897]
% 232.52/232.74  ifeq(codomain(g),domain(g),ifeq(codomain(A),domain(g),compose(A,compose(h,h)),
% 232.52/232.74                             compose(compose(A,h),h)),compose(compose(A,h),h))
% 232.52/232.74  -> compose(compose(A,h),h)
% 232.52/232.74  Current number of equations to process: 601
% 232.52/232.74  Current number of ordered equations: 0
% 232.52/232.74  Current number of rules: 700
% 232.52/232.74  New rule produced :
% 232.52/232.74  [898]
% 232.52/232.74  ifeq(codomain(A),codomain(g),ifeq(codomain(g),domain(A),compose(h,compose(A,a)),
% 232.52/232.74                               compose(compose(h,A),a)),compose(compose(h,A),a))
% 232.52/232.74  -> compose(compose(h,A),a)
% 232.52/232.74  Current number of equations to process: 603
% 232.52/232.74  Current number of ordered equations: 0
% 232.52/232.74  Current number of rules: 701
% 232.52/232.74  New rule produced :
% 232.52/232.74  [899]
% 232.52/232.74  ifeq(codomain(A),domain(g),ifeq(codomain(g),domain(A),compose(h,compose(A,h)),
% 232.52/232.74                             compose(compose(h,A),h)),compose(compose(h,A),h))
% 232.52/232.74  -> compose(compose(h,A),h)
% 232.52/232.74  Current number of equations to process: 608
% 232.52/232.74  Current number of ordered equations: 0
% 232.52/232.74  Current number of rules: 702
% 232.52/232.74  New rule produced :
% 232.52/232.74  [900]
% 232.52/232.74  ifeq(codomain(b),domain(g),compose(compose(g,compose(a,b)),compose(h,a)),
% 232.52/232.74  compose(compose(compose(g,compose(a,b)),h),a)) ->
% 232.52/232.74  compose(compose(compose(g,compose(a,b)),h),a)
% 232.52/232.74  Current number of equations to process: 614
% 232.52/232.74  Current number of ordered equations: 0
% 232.52/232.74  Current number of rules: 703
% 232.52/232.74  New rule produced :
% 232.52/232.74  [901]
% 232.52/232.74  ifeq(codomain(b),domain(g),compose(compose(a,b),compose(g,compose(a,b))),
% 232.52/232.74  compose(compose(compose(a,b),h),compose(a,b))) ->
% 232.52/232.74  compose(compose(compose(a,b),h),compose(a,b))
% 232.52/232.74  Current number of equations to process: 613
% 232.52/232.74  Current number of ordered equations: 0
% 232.52/232.74  Current number of rules: 704
% 235.82/236.03  New rule produced :
% 235.82/236.03  [902]
% 235.82/236.03  ifeq(codomain(a),domain(g),compose(compose(h,a),compose(g,compose(a,b))),
% 235.82/236.03  compose(compose(compose(h,a),h),compose(a,b))) ->
% 235.82/236.03  compose(compose(compose(h,a),h),compose(a,b))
% 235.82/236.03  Current number of equations to process: 612
% 235.82/236.03  Current number of ordered equations: 0
% 235.82/236.03  Current number of rules: 705
% 235.82/236.03  New rule produced :
% 235.82/236.03  [903]
% 235.82/236.03  ifeq(codomain(a),domain(g),compose(compose(g,a),compose(g,compose(a,b))),
% 235.82/236.03  compose(compose(compose(g,a),h),compose(a,b))) ->
% 235.82/236.03  compose(compose(compose(g,a),h),compose(a,b))
% 235.82/236.03  Current number of equations to process: 611
% 235.82/236.03  Current number of ordered equations: 0
% 235.82/236.03  Current number of rules: 706
% 235.82/236.03  New rule produced :
% 235.82/236.03  [904]
% 235.82/236.03  ifeq(codomain(a),domain(g),compose(h,compose(a,compose(g,compose(a,b)))),
% 235.82/236.03  compose(compose(h,a),compose(g,compose(a,b)))) ->
% 235.82/236.03  compose(compose(h,a),compose(g,compose(a,b)))
% 235.82/236.03  Current number of equations to process: 610
% 235.82/236.03  Current number of ordered equations: 0
% 235.82/236.03  Current number of rules: 707
% 235.82/236.03  New rule produced :
% 235.82/236.03  [905]
% 235.82/236.03  ifeq(codomain(b),codomain(g),compose(h,compose(compose(a,b),compose(a,b))),
% 235.82/236.03  compose(compose(g,compose(a,b)),compose(a,b))) ->
% 235.82/236.03  compose(compose(g,compose(a,b)),compose(a,b))
% 235.82/236.03  Current number of equations to process: 609
% 235.82/236.03  Current number of ordered equations: 0
% 235.82/236.03  Current number of rules: 708
% 235.82/236.03  New rule produced :
% 235.82/236.03  [906]
% 235.82/236.03  ifeq(codomain(b),domain(g),compose(h,compose(compose(a,b),compose(h,a))),
% 235.82/236.03  compose(compose(g,compose(a,b)),compose(h,a))) ->
% 235.82/236.03  compose(compose(g,compose(a,b)),compose(h,a))
% 235.82/236.03  Current number of equations to process: 608
% 235.82/236.03  Current number of ordered equations: 0
% 235.82/236.03  Current number of rules: 709
% 235.82/236.03  New rule produced :
% 235.82/236.03  [907]
% 235.82/236.03  ifeq(codomain(b),domain(g),compose(h,compose(compose(a,b),compose(g,a))),
% 235.82/236.03  compose(compose(g,compose(a,b)),compose(g,a))) ->
% 235.82/236.03  compose(compose(g,compose(a,b)),compose(g,a))
% 235.82/236.03  Current number of equations to process: 607
% 235.82/236.03  Current number of ordered equations: 0
% 235.82/236.03  Current number of rules: 710
% 235.82/236.03  New rule produced :
% 235.82/236.03  [908]
% 235.82/236.03  ifeq(codomain(a),codomain(g),ifeq(codomain(A),codomain(g),compose(A,compose(a,a)),
% 235.82/236.03                               compose(compose(A,a),a)),compose(compose(A,a),a))
% 235.82/236.03  -> compose(compose(A,a),a)
% 235.82/236.03  Current number of equations to process: 604
% 235.82/236.03  Current number of ordered equations: 0
% 235.82/236.03  Current number of rules: 711
% 235.82/236.03  New rule produced :
% 235.82/236.03  [909]
% 235.82/236.03  ifeq(codomain(a),domain(g),ifeq(codomain(A),codomain(g),compose(A,compose(a,h)),
% 235.82/236.03                             compose(compose(A,a),h)),compose(compose(A,a),h))
% 235.82/236.03  -> compose(compose(A,a),h)
% 235.82/236.03  Current number of equations to process: 609
% 235.82/236.03  Current number of ordered equations: 0
% 235.82/236.03  Current number of rules: 712
% 235.82/236.03  New rule produced :
% 235.82/236.03  [910]
% 235.82/236.03  ifeq(codomain(a),domain(g),compose(g,compose(a,compose(g,compose(a,b)))),
% 235.82/236.03  compose(compose(g,a),compose(g,compose(a,b)))) ->
% 235.82/236.03  compose(compose(g,a),compose(g,compose(a,b)))
% 235.82/236.03  Current number of equations to process: 611
% 235.82/236.03  Current number of ordered equations: 0
% 235.82/236.03  Current number of rules: 713
% 235.82/236.03  New rule produced :
% 235.82/236.03  [911]
% 235.82/236.03  ifeq(codomain(b),domain(g),compose(compose(g,compose(a,b)),compose(g,a)),
% 235.82/236.03  compose(compose(compose(g,compose(a,b)),g),a)) ->
% 235.82/236.03  compose(compose(compose(g,compose(a,b)),g),a)
% 235.82/236.03  Current number of equations to process: 610
% 235.82/236.03  Current number of ordered equations: 0
% 235.82/236.03  Current number of rules: 714
% 235.82/236.03  New rule produced :
% 235.82/236.03  [912]
% 235.82/236.03  ifeq(codomain(b),codomain(a),ifeq(codomain(g),codomain(a),compose(h,compose(b,b)),
% 235.82/236.03                               compose(compose(h,b),b)),compose(compose(h,b),b))
% 235.82/236.03  -> compose(compose(h,b),b)
% 235.82/236.03  Current number of equations to process: 602
% 235.82/236.03  Current number of ordered equations: 0
% 235.82/236.03  Current number of rules: 715
% 235.82/236.03  New rule produced :
% 235.82/236.03  [913]
% 235.82/236.03  ifeq(codomain(g),codomain(a),ifeq(codomain(g),domain(g),compose(h,compose(h,b)),
% 235.82/236.03                               compose(compose(h,h),b)),compose(compose(h,h),b))
% 235.82/236.03  -> compose(compose(h,h),b)
% 235.82/236.03  Current number of equations to process: 601
% 235.82/236.03  Current number of ordered equations: 0
% 235.82/236.03  Current number of rules: 716
% 235.82/236.03  New rule produced :
% 235.82/236.03  [914]
% 235.82/236.03  ifeq(codomain(b),codomain(g),ifeq(codomain(g),codomain(a),compose(h,compose(b,a)),
% 235.82/236.03                               compose(compose(h,b),a)),compose(compose(h,b),a))
% 235.82/236.03  -> compose(compose(h,b),a)
% 235.82/236.03  Current number of equations to process: 599
% 235.82/236.03  Current number of ordered equations: 0
% 235.82/236.03  Current number of rules: 717
% 238.44/238.64  New rule produced :
% 238.44/238.64  [915]
% 238.44/238.64  ifeq(codomain(b),domain(g),ifeq(codomain(g),codomain(a),compose(h,compose(b,h)),
% 238.44/238.64                             compose(compose(h,b),h)),compose(compose(h,b),h))
% 238.44/238.64  -> compose(compose(h,b),h)
% 238.44/238.64  Current number of equations to process: 598
% 238.44/238.64  Current number of ordered equations: 0
% 238.44/238.64  Current number of rules: 718
% 238.44/238.64  New rule produced :
% 238.44/238.64  [916]
% 238.44/238.64  ifeq(codomain(g),domain(g),ifeq(codomain(g),domain(g),compose(h,compose(h,h)),
% 238.44/238.64                             compose(compose(h,h),h)),compose(compose(h,h),h))
% 238.44/238.64  -> compose(compose(h,h),h)
% 238.44/238.64  Current number of equations to process: 594
% 238.44/238.64  Current number of ordered equations: 0
% 238.44/238.64  Current number of rules: 719
% 238.44/238.64  New rule produced :
% 238.44/238.64  [917]
% 238.44/238.64  ifeq(domain(A),codomain(g),ifeq(domain(B),codomain(a),ifeq(compose(domain(B),b),
% 238.44/238.64                                                        compose(domain(A),b),
% 238.44/238.64                                                        domain(A),domain(B)),
% 238.44/238.64                             domain(B)),domain(B)) -> domain(B)
% 238.44/238.64  Current number of equations to process: 590
% 238.44/238.64  Current number of ordered equations: 0
% 238.44/238.64  Current number of rules: 720
% 238.44/238.64  New rule produced :
% 238.44/238.64  [918]
% 238.44/238.64  ifeq(domain(A),codomain(g),ifeq(codomain(B),codomain(a),ifeq(compose(
% 238.44/238.64                                                               codomain(B),b),
% 238.44/238.64                                                          compose(domain(A),b),
% 238.44/238.64                                                          domain(A),codomain(B)),
% 238.44/238.64                             codomain(B)),codomain(B)) -> codomain(B)
% 238.44/238.64  Current number of equations to process: 592
% 238.44/238.64  Current number of ordered equations: 0
% 238.44/238.64  Current number of rules: 721
% 238.44/238.64  New rule produced :
% 238.44/238.64  [919]
% 238.44/238.64  ifeq(codomain(A),codomain(g),ifeq(domain(B),codomain(a),ifeq(compose(
% 238.44/238.64                                                               domain(B),b),
% 238.44/238.64                                                          compose(codomain(A),b),
% 238.44/238.64                                                          codomain(A),domain(B)),
% 238.44/238.64                               domain(B)),domain(B)) -> domain(B)
% 238.44/238.64  Current number of equations to process: 592
% 238.44/238.64  Current number of ordered equations: 0
% 238.44/238.64  Current number of rules: 722
% 238.44/238.64  New rule produced :
% 238.44/238.64  [920]
% 238.44/238.64  ifeq(codomain(A),codomain(g),ifeq(codomain(B),codomain(a),ifeq(compose(
% 238.44/238.64                                                                 codomain(B),b),
% 238.44/238.64                                                            compose(codomain(A),b),
% 238.44/238.64                                                            codomain(A),
% 238.44/238.64                                                            codomain(B)),
% 238.44/238.64                               codomain(B)),codomain(B)) -> codomain(B)
% 238.44/238.64  Current number of equations to process: 592
% 238.44/238.64  Current number of ordered equations: 0
% 238.44/238.64  Current number of rules: 723
% 238.44/238.64  New rule produced :
% 238.44/238.64  [921]
% 238.44/238.64  ifeq(domain(A),codomain(g),ifeq(domain(B),codomain(a),ifeq(compose(domain(A),b),
% 238.44/238.64                                                        compose(domain(B),b),
% 238.44/238.64                                                        domain(A),domain(B)),
% 238.44/238.64                             domain(B)),domain(B)) -> domain(B)
% 238.44/238.64  Current number of equations to process: 591
% 238.44/238.64  Current number of ordered equations: 0
% 238.44/238.64  Current number of rules: 724
% 238.44/238.64  New rule produced :
% 238.44/238.64  [922]
% 238.44/238.64  ifeq(domain(A),codomain(g),ifeq(codomain(B),codomain(a),ifeq(compose(
% 238.44/238.64                                                               domain(A),b),
% 238.44/238.64                                                          compose(codomain(B),b),
% 238.44/238.64                                                          domain(A),codomain(B)),
% 238.44/238.64                             codomain(B)),codomain(B)) -> codomain(B)
% 238.44/238.64  Current number of equations to process: 593
% 238.44/238.64  Current number of ordered equations: 0
% 238.44/238.64  Current number of rules: 725
% 238.44/238.64  New rule produced :
% 238.44/238.64  [923]
% 238.44/238.64  ifeq(codomain(A),codomain(g),ifeq(domain(B),codomain(a),ifeq(compose(
% 238.44/238.64                                                               codomain(A),b),
% 238.44/238.64                                                          compose(domain(B),b),
% 238.44/238.64                                                          codomain(A),domain(B)),
% 238.44/238.64                               domain(B)),domain(B)) -> domain(B)
% 238.44/238.64  Current number of equations to process: 593
% 238.44/238.64  Current number of ordered equations: 0
% 241.01/241.18  Current number of rules: 726
% 241.01/241.18  New rule produced :
% 241.01/241.18  [924]
% 241.01/241.18  ifeq(codomain(A),codomain(g),ifeq(codomain(B),codomain(a),ifeq(compose(
% 241.01/241.18                                                                 codomain(A),b),
% 241.01/241.18                                                            compose(codomain(B),b),
% 241.01/241.18                                                            codomain(A),
% 241.01/241.18                                                            codomain(B)),
% 241.01/241.18                               codomain(B)),codomain(B)) -> codomain(B)
% 241.01/241.18  Current number of equations to process: 593
% 241.01/241.18  Current number of ordered equations: 0
% 241.01/241.18  Current number of rules: 727
% 241.01/241.18  New rule produced :
% 241.01/241.18  [925]
% 241.01/241.18  ifeq(domain(A),codomain(g),ifeq(domain(B),codomain(a),ifeq(compose(domain(B),a),
% 241.01/241.18                                                        compose(domain(A),a),
% 241.01/241.18                                                        domain(A),domain(B)),
% 241.01/241.18                             domain(B)),domain(B)) -> domain(B)
% 241.01/241.18  Current number of equations to process: 592
% 241.01/241.18  Current number of ordered equations: 0
% 241.01/241.18  Current number of rules: 728
% 241.01/241.18  New rule produced :
% 241.01/241.18  [926]
% 241.01/241.18  ifeq(domain(A),codomain(g),ifeq(codomain(B),codomain(a),ifeq(compose(
% 241.01/241.18                                                               codomain(B),a),
% 241.01/241.18                                                          compose(domain(A),a),
% 241.01/241.18                                                          domain(A),codomain(B)),
% 241.01/241.18                             codomain(B)),codomain(B)) -> codomain(B)
% 241.01/241.18  Current number of equations to process: 594
% 241.01/241.18  Current number of ordered equations: 0
% 241.01/241.18  Current number of rules: 729
% 241.01/241.18  New rule produced :
% 241.01/241.18  [927]
% 241.01/241.18  ifeq(codomain(A),codomain(g),ifeq(domain(B),codomain(a),ifeq(compose(
% 241.01/241.18                                                               domain(B),a),
% 241.01/241.18                                                          compose(codomain(A),a),
% 241.01/241.18                                                          codomain(A),domain(B)),
% 241.01/241.18                               domain(B)),domain(B)) -> domain(B)
% 241.01/241.18  Current number of equations to process: 595
% 241.01/241.18  Current number of ordered equations: 0
% 241.01/241.18  Current number of rules: 730
% 241.01/241.18  New rule produced :
% 241.01/241.18  [928]
% 241.01/241.18  ifeq(codomain(A),codomain(g),ifeq(codomain(B),codomain(a),ifeq(compose(
% 241.01/241.18                                                                 codomain(B),a),
% 241.01/241.18                                                            compose(codomain(A),a),
% 241.01/241.18                                                            codomain(A),
% 241.01/241.18                                                            codomain(B)),
% 241.01/241.18                               codomain(B)),codomain(B)) -> codomain(B)
% 241.01/241.18  Current number of equations to process: 594
% 241.01/241.18  Current number of ordered equations: 0
% 241.01/241.18  Current number of rules: 731
% 241.01/241.18  New rule produced :
% 241.01/241.18  [929]
% 241.01/241.18  ifeq(domain(A),codomain(g),ifeq(domain(B),codomain(a),ifeq(compose(domain(A),a),
% 241.01/241.18                                                        compose(domain(B),a),
% 241.01/241.18                                                        domain(A),domain(B)),
% 241.01/241.18                             domain(B)),domain(B)) -> domain(B)
% 241.01/241.18  Current number of equations to process: 593
% 241.01/241.18  Current number of ordered equations: 0
% 241.01/241.18  Current number of rules: 732
% 241.01/241.18  New rule produced :
% 241.01/241.18  [930]
% 241.01/241.18  ifeq(domain(A),codomain(g),ifeq(codomain(B),codomain(a),ifeq(compose(
% 241.01/241.18                                                               domain(A),a),
% 241.01/241.18                                                          compose(codomain(B),a),
% 241.01/241.18                                                          domain(A),codomain(B)),
% 241.01/241.18                             codomain(B)),codomain(B)) -> codomain(B)
% 241.01/241.18  Current number of equations to process: 595
% 241.01/241.18  Current number of ordered equations: 0
% 241.01/241.18  Current number of rules: 733
% 241.01/241.18  New rule produced :
% 241.01/241.18  [931]
% 241.01/241.18  ifeq(codomain(A),codomain(g),ifeq(domain(B),codomain(a),ifeq(compose(
% 241.01/241.18                                                               codomain(A),a),
% 241.01/241.18                                                          compose(domain(B),a),
% 241.01/241.18                                                          codomain(A),domain(B)),
% 241.01/241.18                               domain(B)),domain(B)) -> domain(B)
% 241.01/241.18  Current number of equations to process: 596
% 241.01/241.18  Current number of ordered equations: 0
% 244.63/244.79  Current number of rules: 734
% 244.63/244.79  New rule produced :
% 244.63/244.79  [932]
% 244.63/244.79  ifeq(codomain(A),codomain(g),ifeq(codomain(B),codomain(a),ifeq(compose(
% 244.63/244.79                                                                 codomain(A),a),
% 244.63/244.79                                                            compose(codomain(B),a),
% 244.63/244.79                                                            codomain(A),
% 244.63/244.79                                                            codomain(B)),
% 244.63/244.79                               codomain(B)),codomain(B)) -> codomain(B)
% 244.63/244.79  Current number of equations to process: 595
% 244.63/244.79  Current number of ordered equations: 0
% 244.63/244.79  Current number of rules: 735
% 244.63/244.79  New rule produced :
% 244.63/244.79  [933]
% 244.63/244.79  ifeq(codomain(A),codomain(g),ifeq(compose(g,compose(a,b)),B,ifeq(compose(A,b),B,A,
% 244.63/244.79                                                              compose(h,a)),
% 244.63/244.79                               compose(h,a)),compose(h,a)) -> compose(h,a)
% 244.63/244.79  Current number of equations to process: 558
% 244.63/244.79  Current number of ordered equations: 0
% 244.63/244.79  Current number of rules: 736
% 244.63/244.79  New rule produced :
% 244.63/244.79  [934]
% 244.63/244.79  ifeq(codomain(A),codomain(g),ifeq(compose(compose(h,a),a),B,ifeq(compose(A,a),B,A,
% 244.63/244.79                                                              compose(h,a)),
% 244.63/244.79                               compose(h,a)),compose(h,a)) -> compose(h,a)
% 244.63/244.79  Current number of equations to process: 563
% 244.63/244.79  Current number of ordered equations: 0
% 244.63/244.79  Current number of rules: 737
% 244.63/244.79  New rule produced :
% 244.63/244.79  [935]
% 244.63/244.79  ifeq(codomain(b),codomain(a),ifeq(compose(compose(a,b),b),A,ifeq(compose(h,b),A,h,
% 244.63/244.79                                                              compose(a,b)),
% 244.63/244.79                               compose(a,b)),compose(a,b)) -> compose(a,b)
% 244.63/244.79  Current number of equations to process: 568
% 244.63/244.79  Current number of ordered equations: 0
% 244.63/244.79  Current number of rules: 738
% 244.63/244.79  New rule produced :
% 244.63/244.79  [936]
% 244.63/244.79  ifeq(codomain(b),codomain(a),ifeq(compose(compose(a,b),a),A,ifeq(compose(h,a),A,h,
% 244.63/244.79                                                              compose(a,b)),
% 244.63/244.79                               compose(a,b)),compose(a,b)) -> compose(a,b)
% 244.63/244.79  Current number of equations to process: 567
% 244.63/244.79  Current number of ordered equations: 0
% 244.63/244.79  Current number of rules: 739
% 244.63/244.79  New rule produced :
% 244.63/244.79  [937]
% 244.63/244.79  ifeq(codomain(b),codomain(a),ifeq(compose(compose(a,b),b),A,ifeq(compose(g,b),A,g,
% 244.63/244.79                                                              compose(a,b)),
% 244.63/244.79                               compose(a,b)),compose(a,b)) -> compose(a,b)
% 244.63/244.79  Current number of equations to process: 566
% 244.63/244.79  Current number of ordered equations: 0
% 244.63/244.79  Current number of rules: 740
% 244.63/244.79  New rule produced :
% 244.63/244.79  [938]
% 244.63/244.79  ifeq(codomain(b),codomain(a),ifeq(compose(compose(a,b),a),A,ifeq(compose(g,a),A,g,
% 244.63/244.79                                                              compose(a,b)),
% 244.63/244.79                               compose(a,b)),compose(a,b)) -> compose(a,b)
% 244.63/244.79  Current number of equations to process: 565
% 244.63/244.79  Current number of ordered equations: 0
% 244.63/244.79  Current number of rules: 741
% 244.63/244.79  New rule produced :
% 244.63/244.79  [939]
% 244.63/244.79  ifeq(codomain(A),codomain(g),ifeq(compose(g,compose(a,b)),B,ifeq(compose(A,b),B,A,
% 244.63/244.79                                                              compose(g,a)),
% 244.63/244.79                               compose(g,a)),compose(g,a)) -> compose(g,a)
% 244.63/244.79  Current number of equations to process: 564
% 244.63/244.79  Current number of ordered equations: 0
% 244.63/244.79  Current number of rules: 742
% 244.63/244.79  New rule produced :
% 244.63/244.79  [940]
% 244.63/244.79  ifeq(codomain(A),codomain(g),ifeq(compose(compose(g,a),a),B,ifeq(compose(A,a),B,A,
% 244.63/244.79                                                              compose(g,a)),
% 244.63/244.79                               compose(g,a)),compose(g,a)) -> compose(g,a)
% 244.63/244.79  Current number of equations to process: 569
% 244.63/244.79  Current number of ordered equations: 0
% 244.63/244.79  Current number of rules: 743
% 244.63/244.79  New rule produced :
% 244.63/244.79  [941]
% 244.63/244.79  ifeq(codomain(b),codomain(a),ifeq(compose(compose(g,compose(a,b)),a),a,
% 244.63/244.79                               codomain(g),compose(g,compose(a,b))),compose(g,
% 244.63/244.79                                                                    compose(a,b)))
% 244.63/244.79  -> compose(g,compose(a,b))
% 244.63/244.79  Current number of equations to process: 574
% 244.63/244.79  Current number of ordered equations: 0
% 244.63/244.79  Current number of rules: 744
% 244.63/244.79  New rule produced :
% 244.63/244.79  [942]
% 244.63/244.79  ifeq(codomain(b),codomain(a),ifeq(a,compose(compose(g,compose(a,b)),a),
% 244.63/244.79                               codomain(g),compose(g,compose(a,b))),compose(g,
% 247.45/247.63                                                                    compose(a,b)))
% 247.45/247.63  -> compose(g,compose(a,b))
% 247.45/247.63  Current number of equations to process: 571
% 247.45/247.63  Current number of ordered equations: 0
% 247.45/247.63  Current number of rules: 745
% 247.45/247.63  New rule produced :
% 247.45/247.63  [943]
% 247.45/247.63  ifeq(codomain(b),codomain(g),ifeq(codomain(A),codomain(a),ifeq(compose(A,b),B,
% 247.45/247.63                                                            ifeq(compose(
% 247.45/247.63                                                                 compose(a,b),b),B,
% 247.45/247.63                                                            compose(a,b),A),A),A),A)
% 247.45/247.63  -> A
% 247.45/247.63  Current number of equations to process: 568
% 247.45/247.63  Current number of ordered equations: 0
% 247.45/247.63  Current number of rules: 746
% 247.45/247.63  New rule produced :
% 247.45/247.63  [944]
% 247.45/247.63  ifeq(codomain(b),codomain(g),ifeq(codomain(A),codomain(a),ifeq(compose(A,a),B,
% 247.45/247.63                                                            ifeq(compose(
% 247.45/247.63                                                                 compose(a,b),a),B,
% 247.45/247.63                                                            compose(a,b),A),A),A),A)
% 247.45/247.63  -> A
% 247.45/247.63  Current number of equations to process: 574
% 247.45/247.63  Current number of ordered equations: 0
% 247.45/247.63  Current number of rules: 747
% 247.45/247.63  New rule produced :
% 247.45/247.63  [945]
% 247.45/247.63  ifeq(codomain(a),codomain(g),ifeq(codomain(A),codomain(a),ifeq(compose(A,b),B,
% 247.45/247.63                                                            ifeq(compose(g,
% 247.45/247.63                                                                 compose(a,b)),B,
% 247.45/247.63                                                            compose(h,a),A),A),A),A)
% 247.45/247.63  -> A
% 247.45/247.63  Current number of equations to process: 580
% 247.45/247.63  Current number of ordered equations: 0
% 247.45/247.63  Current number of rules: 748
% 247.45/247.63  New rule produced :
% 247.45/247.63  [946]
% 247.45/247.63  ifeq(codomain(a),codomain(g),ifeq(codomain(A),codomain(a),ifeq(compose(A,a),B,
% 247.45/247.63                                                            ifeq(compose(
% 247.45/247.63                                                                 compose(h,a),a),B,
% 247.45/247.63                                                            compose(h,a),A),A),A),A)
% 247.45/247.63  -> A
% 247.45/247.63  Current number of equations to process: 586
% 247.45/247.63  Current number of ordered equations: 0
% 247.45/247.63  Current number of rules: 749
% 247.45/247.63  New rule produced :
% 247.45/247.63  [947]
% 247.45/247.63  ifeq(codomain(b),codomain(g),ifeq(codomain(A),codomain(a),ifeq(compose(A,b),
% 247.45/247.63                                                            compose(compose(g,
% 247.45/247.63                                                                    compose(a,b)),b),
% 247.45/247.63                                                            compose(g,compose(a,b)),A),A),A)
% 247.45/247.63  -> A
% 247.45/247.63  Current number of equations to process: 592
% 247.45/247.63  Current number of ordered equations: 0
% 247.45/247.63  Current number of rules: 750
% 247.45/247.63  New rule produced :
% 247.45/247.63  [948]
% 247.45/247.63  ifeq(codomain(b),codomain(g),ifeq(codomain(A),codomain(a),ifeq(compose(
% 247.45/247.63                                                                 compose(g,
% 247.45/247.63                                                                 compose(a,b)),b),
% 247.45/247.63                                                            compose(A,b),
% 247.45/247.63                                                            compose(g,compose(a,b)),A),A),A)
% 247.45/247.63  -> A
% 247.45/247.63  Current number of equations to process: 597
% 247.45/247.63  Current number of ordered equations: 0
% 247.45/247.63  Current number of rules: 751
% 247.45/247.63  New rule produced :
% 247.45/247.63  [949]
% 247.45/247.63  ifeq(codomain(b),codomain(g),ifeq(codomain(A),codomain(a),ifeq(compose(A,a),
% 247.45/247.63                                                            compose(compose(g,
% 247.45/247.63                                                                    compose(a,b)),a),
% 247.45/247.63                                                            compose(g,compose(a,b)),A),A),A)
% 247.45/247.63  -> A
% 247.45/247.63  Current number of equations to process: 602
% 247.45/247.63  Current number of ordered equations: 0
% 247.45/247.63  Current number of rules: 752
% 247.45/247.63  New rule produced :
% 247.45/247.63  [950]
% 247.45/247.63  ifeq(codomain(b),codomain(g),ifeq(codomain(A),codomain(a),ifeq(compose(
% 247.45/247.63                                                                 compose(g,
% 247.45/247.63                                                                 compose(a,b)),a),
% 247.45/247.63                                                            compose(A,a),
% 247.45/247.63                                                            compose(g,compose(a,b)),A),A),A)
% 247.45/247.63  -> A
% 247.45/247.63  Current number of equations to process: 607
% 247.45/247.63  Current number of ordered equations: 0
% 247.45/247.63  Current number of rules: 753
% 251.24/251.41  New rule produced :
% 251.24/251.41  [951]
% 251.24/251.41  ifeq(codomain(b),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(h,b),A,
% 251.24/251.41                                                            ifeq(compose(
% 251.24/251.41                                                                 compose(a,b),b),A,
% 251.24/251.41                                                            compose(a,b),h),h),h),h)
% 251.24/251.41  -> h
% 251.24/251.41  Current number of equations to process: 612
% 251.24/251.41  Current number of ordered equations: 0
% 251.24/251.41  Current number of rules: 754
% 251.24/251.41  New rule produced :
% 251.24/251.41  [952]
% 251.24/251.41  ifeq(codomain(a),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(h,b),A,
% 251.24/251.41                                                            ifeq(compose(g,
% 251.24/251.41                                                                 compose(a,b)),A,
% 251.24/251.41                                                            compose(h,a),h),h),h),h)
% 251.24/251.41  -> h
% 251.24/251.41  Current number of equations to process: 611
% 251.24/251.41  Current number of ordered equations: 0
% 251.24/251.41  Current number of rules: 755
% 251.24/251.41  New rule produced :
% 251.24/251.41  [953]
% 251.24/251.41  ifeq(codomain(b),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(h,a),A,
% 251.24/251.41                                                            ifeq(compose(
% 251.24/251.41                                                                 compose(a,b),a),A,
% 251.24/251.41                                                            compose(a,b),h),h),h),h)
% 251.24/251.41  -> h
% 251.24/251.41  Current number of equations to process: 610
% 251.24/251.41  Current number of ordered equations: 0
% 251.24/251.41  Current number of rules: 756
% 251.24/251.41  New rule produced :
% 251.24/251.41  [954]
% 251.24/251.41  ifeq(codomain(a),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(h,a),A,
% 251.24/251.41                                                            ifeq(compose(
% 251.24/251.41                                                                 compose(h,a),a),A,
% 251.24/251.41                                                            compose(h,a),h),h),h),h)
% 251.24/251.41  -> h
% 251.24/251.41  Current number of equations to process: 609
% 251.24/251.41  Current number of ordered equations: 0
% 251.24/251.41  Current number of rules: 757
% 251.24/251.41  New rule produced :
% 251.24/251.41  [955]
% 251.24/251.41  ifeq(codomain(a),codomain(g),ifeq(codomain(A),codomain(a),ifeq(compose(A,b),B,
% 251.24/251.41                                                            ifeq(compose(g,
% 251.24/251.41                                                                 compose(a,b)),B,
% 251.24/251.41                                                            compose(g,a),A),A),A),A)
% 251.24/251.41  -> A
% 251.24/251.41  Current number of equations to process: 608
% 251.24/251.41  Current number of ordered equations: 0
% 251.24/251.41  Current number of rules: 758
% 251.24/251.41  New rule produced :
% 251.24/251.41  [956]
% 251.24/251.41  ifeq(codomain(a),codomain(g),ifeq(codomain(A),codomain(a),ifeq(compose(A,a),B,
% 251.24/251.41                                                            ifeq(compose(
% 251.24/251.41                                                                 compose(g,a),a),B,
% 251.24/251.41                                                            compose(g,a),A),A),A),A)
% 251.24/251.41  -> A
% 251.24/251.41  Current number of equations to process: 614
% 251.24/251.41  Current number of ordered equations: 0
% 251.24/251.41  Current number of rules: 759
% 251.24/251.41  New rule produced :
% 251.24/251.41  [957]
% 251.24/251.41  ifeq(codomain(a),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(h,b),A,
% 251.24/251.41                                                            ifeq(compose(g,
% 251.24/251.41                                                                 compose(a,b)),A,
% 251.24/251.41                                                            compose(g,a),h),h),h),h)
% 251.24/251.41  -> h
% 251.24/251.41  Current number of equations to process: 620
% 251.24/251.41  Current number of ordered equations: 0
% 251.24/251.41  Current number of rules: 760
% 251.24/251.41  New rule produced :
% 251.24/251.41  [958]
% 251.24/251.41  ifeq(codomain(a),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(h,a),A,
% 251.24/251.41                                                            ifeq(compose(
% 251.24/251.41                                                                 compose(g,a),a),A,
% 251.24/251.41                                                            compose(g,a),h),h),h),h)
% 251.24/251.41  -> h
% 251.24/251.41  Current number of equations to process: 619
% 251.24/251.41  Current number of ordered equations: 0
% 251.24/251.41  Current number of rules: 761
% 251.24/251.41  New rule produced :
% 251.24/251.41  [959]
% 251.24/251.41  ifeq(codomain(b),codomain(a),ifeq(compose(compose(g,compose(a,b)),b),
% 251.24/251.41                               compose(h,b),h,compose(g,compose(a,b))),
% 251.24/251.41  compose(g,compose(a,b))) -> compose(g,compose(a,b))
% 251.24/251.41  Current number of equations to process: 614
% 251.24/251.41  Current number of ordered equations: 0
% 251.24/251.41  Current number of rules: 762
% 251.24/251.41  New rule produced :
% 251.24/251.41  [960]
% 251.24/251.41  ifeq(codomain(b),codomain(a),ifeq(compose(compose(g,compose(a,b)),b),
% 255.26/255.42                               compose(g,b),g,compose(g,compose(a,b))),
% 255.26/255.42  compose(g,compose(a,b))) -> compose(g,compose(a,b))
% 255.26/255.42  Current number of equations to process: 612
% 255.26/255.42  Current number of ordered equations: 0
% 255.26/255.42  Current number of rules: 763
% 255.26/255.42  New rule produced :
% 255.26/255.42  [961]
% 255.26/255.42  ifeq(codomain(b),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(h,b),
% 255.26/255.42                                                            compose(compose(g,
% 255.26/255.42                                                                    compose(a,b)),b),
% 255.26/255.42                                                            compose(g,compose(a,b)),h),h),h)
% 255.26/255.42  -> h
% 255.26/255.42  Current number of equations to process: 610
% 255.26/255.42  Current number of ordered equations: 0
% 255.26/255.42  Current number of rules: 764
% 255.26/255.42  New rule produced :
% 255.26/255.42  [962]
% 255.26/255.42  ifeq(codomain(b),codomain(a),ifeq(compose(h,b),compose(compose(g,compose(a,b)),b),h,
% 255.26/255.42                               compose(g,compose(a,b))),compose(g,compose(a,b)))
% 255.26/255.42  -> compose(g,compose(a,b))
% 255.26/255.42  Current number of equations to process: 608
% 255.26/255.42  Current number of ordered equations: 0
% 255.26/255.42  Current number of rules: 765
% 255.26/255.42  New rule produced :
% 255.26/255.42  [963]
% 255.26/255.42  ifeq(codomain(b),codomain(a),ifeq(compose(g,b),compose(compose(g,compose(a,b)),b),g,
% 255.26/255.42                               compose(g,compose(a,b))),compose(g,compose(a,b)))
% 255.26/255.42  -> compose(g,compose(a,b))
% 255.26/255.42  Current number of equations to process: 606
% 255.26/255.42  Current number of ordered equations: 0
% 255.26/255.42  Current number of rules: 766
% 255.26/255.42  New rule produced :
% 255.26/255.42  [964]
% 255.26/255.42  ifeq(codomain(b),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(
% 255.26/255.42                                                                 compose(g,
% 255.26/255.42                                                                 compose(a,b)),b),
% 255.26/255.42                                                            compose(h,b),
% 255.26/255.42                                                            compose(g,compose(a,b)),h),h),h)
% 255.26/255.42  -> h
% 255.26/255.42  Current number of equations to process: 604
% 255.26/255.42  Current number of ordered equations: 0
% 255.26/255.42  Current number of rules: 767
% 255.26/255.42  New rule produced :
% 255.26/255.42  [965]
% 255.26/255.42  ifeq(codomain(b),codomain(a),ifeq(compose(compose(g,compose(a,b)),a),
% 255.26/255.42                               compose(h,a),h,compose(g,compose(a,b))),
% 255.26/255.42  compose(g,compose(a,b))) -> compose(g,compose(a,b))
% 255.26/255.42  Current number of equations to process: 602
% 255.26/255.42  Current number of ordered equations: 0
% 255.26/255.42  Current number of rules: 768
% 255.26/255.42  New rule produced :
% 255.26/255.42  [966]
% 255.26/255.42  ifeq(codomain(b),codomain(a),ifeq(compose(compose(g,compose(a,b)),a),
% 255.26/255.42                               compose(g,a),g,compose(g,compose(a,b))),
% 255.26/255.42  compose(g,compose(a,b))) -> compose(g,compose(a,b))
% 255.26/255.42  Current number of equations to process: 600
% 255.26/255.42  Current number of ordered equations: 0
% 255.26/255.42  Current number of rules: 769
% 255.26/255.42  New rule produced :
% 255.26/255.42  [967]
% 255.26/255.42  ifeq(codomain(b),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(h,a),
% 255.26/255.42                                                            compose(compose(g,
% 255.26/255.42                                                                    compose(a,b)),a),
% 255.26/255.42                                                            compose(g,compose(a,b)),h),h),h)
% 255.26/255.42  -> h
% 255.26/255.42  Current number of equations to process: 598
% 255.26/255.42  Current number of ordered equations: 0
% 255.26/255.42  Current number of rules: 770
% 255.26/255.42  New rule produced :
% 255.26/255.42  [968]
% 255.26/255.42  ifeq(codomain(b),codomain(a),ifeq(compose(h,a),compose(compose(g,compose(a,b)),a),h,
% 255.26/255.42                               compose(g,compose(a,b))),compose(g,compose(a,b)))
% 255.26/255.42  -> compose(g,compose(a,b))
% 255.26/255.42  Current number of equations to process: 596
% 255.26/255.42  Current number of ordered equations: 0
% 255.26/255.42  Current number of rules: 771
% 255.26/255.42  New rule produced :
% 255.26/255.42  [969]
% 255.26/255.42  ifeq(codomain(b),codomain(a),ifeq(compose(g,a),compose(compose(g,compose(a,b)),a),g,
% 255.26/255.42                               compose(g,compose(a,b))),compose(g,compose(a,b)))
% 255.26/255.42  -> compose(g,compose(a,b))
% 255.26/255.42  Current number of equations to process: 594
% 255.26/255.42  Current number of ordered equations: 0
% 255.26/255.42  Current number of rules: 772
% 255.26/255.42  New rule produced :
% 255.26/255.42  [970]
% 255.26/255.42  ifeq(codomain(b),codomain(g),ifeq(codomain(g),codomain(a),ifeq(compose(
% 255.26/255.42                                                                 compose(g,
% 255.26/255.42                                                                 compose(a,b)),a),
% 255.26/255.42                                                            compose(h,a),
% 255.26/255.42                                                            compose(g,compose(a,b)),h),h),h)
% 258.77/258.97  -> h
% 258.77/258.97  Current number of equations to process: 592
% 258.77/258.97  Current number of ordered equations: 0
% 258.77/258.97  Current number of rules: 773
% 258.77/258.97  New rule produced :
% 258.77/258.97  [971]
% 258.77/258.97  ifeq(codomain(a),codomain(g),ifeq(codomain(b),codomain(a),ifeq(compose(
% 258.77/258.97                                                                 compose(a,b),b),b,
% 258.77/258.97                                                            codomain(a),
% 258.77/258.97                                                            compose(a,b)),
% 258.77/258.97                               compose(a,b)),compose(a,b)) -> compose(a,b)
% 258.77/258.97  Current number of equations to process: 574
% 258.77/258.97  Current number of ordered equations: 0
% 258.77/258.97  Current number of rules: 774
% 258.77/258.97  New rule produced :
% 258.77/258.97  [972]
% 258.77/258.97  ifeq(codomain(a),codomain(g),ifeq(codomain(b),codomain(a),ifeq(b,compose(
% 258.77/258.97                                                                   compose(a,b),b),
% 258.77/258.97                                                            codomain(a),
% 258.77/258.97                                                            compose(a,b)),
% 258.77/258.97                               compose(a,b)),compose(a,b)) -> compose(a,b)
% 258.77/258.97  Current number of equations to process: 573
% 258.77/258.97  Current number of ordered equations: 0
% 258.77/258.97  Current number of rules: 775
% 258.77/258.97  New rule produced :
% 258.77/258.97  [973]
% 258.77/258.97  ifeq(codomain(b),codomain(g),ifeq(domain(A),codomain(a),ifeq(compose(
% 258.77/258.97                                                               domain(A),b),
% 258.77/258.97                                                          compose(compose(a,b),b),
% 258.77/258.97                                                          compose(a,b),
% 258.77/258.97                                                          domain(A)),domain(A)),
% 258.77/258.97  domain(A)) -> domain(A)
% 258.77/258.97  Current number of equations to process: 562
% 258.77/258.97  Current number of ordered equations: 0
% 258.77/258.97  Current number of rules: 776
% 258.77/258.97  New rule produced :
% 258.77/258.97  [974]
% 258.77/258.97  ifeq(codomain(b),codomain(g),ifeq(codomain(A),codomain(a),ifeq(compose(
% 258.77/258.97                                                                 codomain(A),b),
% 258.77/258.97                                                            compose(compose(a,b),b),
% 258.77/258.97                                                            compose(a,b),
% 258.77/258.97                                                            codomain(A)),
% 258.77/258.97                               codomain(A)),codomain(A)) -> codomain(A)
% 258.77/258.97  Current number of equations to process: 563
% 258.77/258.97  Current number of ordered equations: 0
% 258.77/258.97  Current number of rules: 777
% 258.77/258.97  New rule produced :
% 258.77/258.97  [975]
% 258.77/258.97  ifeq(codomain(a),codomain(g),ifeq(domain(A),codomain(a),ifeq(compose(
% 258.77/258.97                                                               domain(A),b),
% 258.77/258.97                                                          compose(g,compose(a,b)),
% 258.77/258.97                                                          compose(h,a),
% 258.77/258.97                                                          domain(A)),domain(A)),
% 258.77/258.97  domain(A)) -> domain(A)
% 258.77/258.97  Current number of equations to process: 562
% 258.77/258.97  Current number of ordered equations: 0
% 258.77/258.97  Current number of rules: 778
% 258.77/258.97  New rule produced :
% 258.77/258.97  [976]
% 258.77/258.97  ifeq(codomain(a),codomain(g),ifeq(codomain(A),codomain(a),ifeq(compose(
% 258.77/258.97                                                                 codomain(A),b),
% 258.77/258.97                                                            compose(g,compose(a,b)),
% 258.77/258.97                                                            compose(h,a),
% 258.77/258.97                                                            codomain(A)),
% 258.77/258.97                               codomain(A)),codomain(A)) -> codomain(A)
% 258.77/258.97  Current number of equations to process: 563
% 258.77/258.97  Current number of ordered equations: 0
% 258.77/258.97  Current number of rules: 779
% 258.77/258.97  New rule produced :
% 258.77/258.97  [977]
% 258.77/258.97  ifeq(codomain(b),codomain(g),ifeq(domain(A),codomain(a),ifeq(compose(
% 258.77/258.97                                                               compose(a,b),b),
% 258.77/258.97                                                          compose(domain(A),b),
% 258.77/258.97                                                          compose(a,b),
% 258.77/258.97                                                          domain(A)),domain(A)),
% 258.77/258.97  domain(A)) -> domain(A)
% 258.77/258.97  Current number of equations to process: 562
% 258.77/258.97  Current number of ordered equations: 0
% 258.77/258.97  Current number of rules: 780
% 258.77/258.97  New rule produced :
% 258.77/258.97  [978]
% 258.77/258.97  ifeq(codomain(b),codomain(g),ifeq(codomain(A),codomain(a),ifeq(compose(
% 258.77/258.97                                                                 compose(a,b),b),
% 262.07/262.25                                                            compose(codomain(A),b),
% 262.07/262.25                                                            compose(a,b),
% 262.07/262.25                                                            codomain(A)),
% 262.07/262.25                               codomain(A)),codomain(A)) -> codomain(A)
% 262.07/262.25  Current number of equations to process: 563
% 262.07/262.25  Current number of ordered equations: 0
% 262.07/262.25  Current number of rules: 781
% 262.07/262.25  New rule produced :
% 262.07/262.25  [979]
% 262.07/262.25  ifeq(codomain(a),codomain(g),ifeq(domain(A),codomain(a),ifeq(compose(g,
% 262.07/262.25                                                               compose(a,b)),
% 262.07/262.25                                                          compose(domain(A),b),
% 262.07/262.25                                                          compose(h,a),
% 262.07/262.25                                                          domain(A)),domain(A)),
% 262.07/262.25  domain(A)) -> domain(A)
% 262.07/262.25  Current number of equations to process: 562
% 262.07/262.25  Current number of ordered equations: 0
% 262.07/262.25  Current number of rules: 782
% 262.07/262.25  New rule produced :
% 262.07/262.25  [980]
% 262.07/262.25  ifeq(codomain(a),codomain(g),ifeq(codomain(A),codomain(a),ifeq(compose(g,
% 262.07/262.25                                                                 compose(a,b)),
% 262.07/262.25                                                            compose(codomain(A),b),
% 262.07/262.25                                                            compose(h,a),
% 262.07/262.25                                                            codomain(A)),
% 262.07/262.25                               codomain(A)),codomain(A)) -> codomain(A)
% 262.07/262.25  Current number of equations to process: 563
% 262.07/262.25  Current number of ordered equations: 0
% 262.07/262.25  Current number of rules: 783
% 262.07/262.25  New rule produced :
% 262.07/262.25  [981]
% 262.07/262.25  ifeq(codomain(b),codomain(g),ifeq(domain(A),codomain(a),ifeq(compose(
% 262.07/262.25                                                               domain(A),a),
% 262.07/262.25                                                          compose(compose(a,b),a),
% 262.07/262.25                                                          compose(a,b),
% 262.07/262.25                                                          domain(A)),domain(A)),
% 262.07/262.25  domain(A)) -> domain(A)
% 262.07/262.25  Current number of equations to process: 562
% 262.07/262.25  Current number of ordered equations: 0
% 262.07/262.25  Current number of rules: 784
% 262.07/262.25  New rule produced :
% 262.07/262.25  [982]
% 262.07/262.25  ifeq(codomain(b),codomain(g),ifeq(codomain(A),codomain(a),ifeq(compose(
% 262.07/262.25                                                                 codomain(A),a),
% 262.07/262.25                                                            compose(compose(a,b),a),
% 262.07/262.25                                                            compose(a,b),
% 262.07/262.25                                                            codomain(A)),
% 262.07/262.25                               codomain(A)),codomain(A)) -> codomain(A)
% 262.07/262.25  Current number of equations to process: 562
% 262.07/262.25  Current number of ordered equations: 0
% 262.07/262.25  Current number of rules: 785
% 262.07/262.25  New rule produced :
% 262.07/262.25  [983]
% 262.07/262.25  ifeq(codomain(a),codomain(g),ifeq(domain(A),codomain(a),ifeq(compose(
% 262.07/262.25                                                               domain(A),a),
% 262.07/262.25                                                          compose(compose(h,a),a),
% 262.07/262.25                                                          compose(h,a),
% 262.07/262.25                                                          domain(A)),domain(A)),
% 262.07/262.25  domain(A)) -> domain(A)
% 262.07/262.25  Current number of equations to process: 561
% 262.07/262.25  Current number of ordered equations: 0
% 262.07/262.25  Current number of rules: 786
% 262.07/262.25  New rule produced :
% 262.07/262.25  [984]
% 262.07/262.25  ifeq(codomain(a),codomain(g),ifeq(codomain(A),codomain(a),ifeq(compose(
% 262.07/262.25                                                                 codomain(A),a),
% 262.07/262.25                                                            compose(compose(h,a),a),
% 262.07/262.25                                                            compose(h,a),
% 262.07/262.25                                                            codomain(A)),
% 262.07/262.25                               codomain(A)),codomain(A)) -> codomain(A)
% 262.07/262.25  Current number of equations to process: 561
% 262.07/262.25  Current number of ordered equations: 0
% 262.07/262.25  Current number of rules: 787
% 262.07/262.25  New rule produced :
% 262.07/262.25  [985]
% 262.07/262.25  ifeq(codomain(b),codomain(g),ifeq(domain(A),codomain(a),ifeq(compose(
% 262.07/262.25                                                               compose(a,b),a),
% 262.07/262.25                                                          compose(domain(A),a),
% 262.07/262.25                                                          compose(a,b),
% 265.54/265.73                                                          domain(A)),domain(A)),
% 265.54/265.73  domain(A)) -> domain(A)
% 265.54/265.73  Current number of equations to process: 560
% 265.54/265.73  Current number of ordered equations: 0
% 265.54/265.73  Current number of rules: 788
% 265.54/265.73  New rule produced :
% 265.54/265.73  [986]
% 265.54/265.73  ifeq(codomain(b),codomain(g),ifeq(codomain(A),codomain(a),ifeq(compose(
% 265.54/265.73                                                                 compose(a,b),a),
% 265.54/265.73                                                            compose(codomain(A),a),
% 265.54/265.73                                                            compose(a,b),
% 265.54/265.73                                                            codomain(A)),
% 265.54/265.73                               codomain(A)),codomain(A)) -> codomain(A)
% 265.54/265.73  Current number of equations to process: 560
% 265.54/265.73  Current number of ordered equations: 0
% 265.54/265.73  Current number of rules: 789
% 265.54/265.73  New rule produced :
% 265.54/265.73  [987]
% 265.54/265.73  ifeq(codomain(a),codomain(g),ifeq(domain(A),codomain(a),ifeq(compose(
% 265.54/265.73                                                               compose(h,a),a),
% 265.54/265.73                                                          compose(domain(A),a),
% 265.54/265.73                                                          compose(h,a),
% 265.54/265.73                                                          domain(A)),domain(A)),
% 265.54/265.73  domain(A)) -> domain(A)
% 265.54/265.73  Current number of equations to process: 559
% 265.54/265.73  Current number of ordered equations: 0
% 265.54/265.73  Current number of rules: 790
% 265.54/265.73  New rule produced :
% 265.54/265.73  [988]
% 265.54/265.73  ifeq(codomain(a),codomain(g),ifeq(codomain(A),codomain(a),ifeq(compose(
% 265.54/265.73                                                                 compose(h,a),a),
% 265.54/265.73                                                            compose(codomain(A),a),
% 265.54/265.73                                                            compose(h,a),
% 265.54/265.73                                                            codomain(A)),
% 265.54/265.73                               codomain(A)),codomain(A)) -> codomain(A)
% 265.54/265.73  Current number of equations to process: 559
% 265.54/265.73  Current number of ordered equations: 0
% 265.54/265.73  Current number of rules: 791
% 265.54/265.73  New rule produced :
% 265.54/265.73  [989]
% 265.54/265.73  ifeq(codomain(a),codomain(g),ifeq(domain(A),codomain(a),ifeq(compose(
% 265.54/265.73                                                               domain(A),b),
% 265.54/265.73                                                          compose(g,compose(a,b)),
% 265.54/265.73                                                          compose(g,a),
% 265.54/265.73                                                          domain(A)),domain(A)),
% 265.54/265.73  domain(A)) -> domain(A)
% 265.54/265.73  Current number of equations to process: 556
% 265.54/265.73  Current number of ordered equations: 0
% 265.54/265.73  Current number of rules: 792
% 265.54/265.73  New rule produced :
% 265.54/265.73  [990]
% 265.54/265.73  ifeq(codomain(a),codomain(g),ifeq(codomain(A),codomain(a),ifeq(compose(
% 265.54/265.73                                                                 codomain(A),b),
% 265.54/265.73                                                            compose(g,compose(a,b)),
% 265.54/265.73                                                            compose(g,a),
% 265.54/265.73                                                            codomain(A)),
% 265.54/265.73                               codomain(A)),codomain(A)) -> codomain(A)
% 265.54/265.73  Current number of equations to process: 555
% 265.54/265.73  Current number of ordered equations: 0
% 265.54/265.73  Current number of rules: 793
% 265.54/265.73  New rule produced :
% 265.54/265.73  [991]
% 265.54/265.73  ifeq(codomain(a),codomain(g),ifeq(domain(A),codomain(a),ifeq(compose(g,
% 265.54/265.73                                                               compose(a,b)),
% 265.54/265.73                                                          compose(domain(A),b),
% 265.54/265.73                                                          compose(g,a),
% 265.54/265.73                                                          domain(A)),domain(A)),
% 265.54/265.73  domain(A)) -> domain(A)
% 265.54/265.73  Current number of equations to process: 552
% 265.54/265.73  Current number of ordered equations: 0
% 265.54/265.73  Current number of rules: 794
% 265.54/265.73  New rule produced :
% 265.54/265.73  [992]
% 265.54/265.73  ifeq(codomain(a),codomain(g),ifeq(codomain(A),codomain(a),ifeq(compose(g,
% 265.54/265.73                                                                 compose(a,b)),
% 265.54/265.73                                                            compose(codomain(A),b),
% 265.54/265.73                                                            compose(g,a),
% 265.54/265.73                                                            codomain(A)),
% 265.54/265.73                               codomain(A)),codomain(A)) -> codomain(A)
% 265.54/265.73  Current number of equations to process: 551
% 269.73/269.90  Current number of ordered equations: 0
% 269.73/269.90  Current number of rules: 795
% 269.73/269.90  New rule produced :
% 269.73/269.90  [993]
% 269.73/269.90  ifeq(codomain(a),codomain(g),ifeq(domain(A),codomain(a),ifeq(compose(
% 269.73/269.90                                                               domain(A),a),
% 269.73/269.90                                                          compose(compose(g,a),a),
% 269.73/269.90                                                          compose(g,a),
% 269.73/269.90                                                          domain(A)),domain(A)),
% 269.73/269.90  domain(A)) -> domain(A)
% 269.73/269.90  Current number of equations to process: 548
% 269.73/269.90  Current number of ordered equations: 0
% 269.73/269.90  Current number of rules: 796
% 269.73/269.90  New rule produced :
% 269.73/269.90  [994]
% 269.73/269.90  ifeq(codomain(a),codomain(g),ifeq(codomain(A),codomain(a),ifeq(compose(
% 269.73/269.90                                                                 codomain(A),a),
% 269.73/269.90                                                            compose(compose(g,a),a),
% 269.73/269.90                                                            compose(g,a),
% 269.73/269.90                                                            codomain(A)),
% 269.73/269.90                               codomain(A)),codomain(A)) -> codomain(A)
% 269.73/269.90  Current number of equations to process: 546
% 269.73/269.90  Current number of ordered equations: 0
% 269.73/269.90  Current number of rules: 797
% 269.73/269.90  New rule produced :
% 269.73/269.90  [995]
% 269.73/269.90  ifeq(codomain(a),codomain(g),ifeq(domain(A),codomain(a),ifeq(compose(
% 269.73/269.90                                                               compose(g,a),a),
% 269.73/269.90                                                          compose(domain(A),a),
% 269.73/269.90                                                          compose(g,a),
% 269.73/269.90                                                          domain(A)),domain(A)),
% 269.73/269.90  domain(A)) -> domain(A)
% 269.73/269.90  Current number of equations to process: 543
% 269.73/269.90  Current number of ordered equations: 0
% 269.73/269.90  Current number of rules: 798
% 269.73/269.90  New rule produced :
% 269.73/269.90  [996]
% 269.73/269.90  ifeq(codomain(a),codomain(g),ifeq(codomain(A),codomain(a),ifeq(compose(
% 269.73/269.90                                                                 compose(g,a),a),
% 269.73/269.90                                                            compose(codomain(A),a),
% 269.73/269.90                                                            compose(g,a),
% 269.73/269.90                                                            codomain(A)),
% 269.73/269.90                               codomain(A)),codomain(A)) -> codomain(A)
% 269.73/269.90  Current number of equations to process: 541
% 269.73/269.90  Current number of ordered equations: 0
% 269.73/269.90  Current number of rules: 799
% 269.73/269.90  New rule produced :
% 269.73/269.90  [997]
% 269.73/269.90  ifeq(codomain(a),codomain(g),ifeq(domain(A),codomain(a),ifeq(compose(
% 269.73/269.90                                                               domain(A),b),B,
% 269.73/269.90                                                          ifeq(b,B,codomain(a),
% 269.73/269.90                                                          domain(A)),domain(A)),
% 269.73/269.90                               domain(A)),domain(A)) -> domain(A)
% 269.73/269.90  Current number of equations to process: 532
% 269.73/269.90  Current number of ordered equations: 0
% 269.73/269.90  Current number of rules: 800
% 269.73/269.90  New rule produced :
% 269.73/269.90  [998]
% 269.73/269.90  ifeq(codomain(a),codomain(g),ifeq(b,A,ifeq(b,A,codomain(a),codomain(a)),
% 269.73/269.90                               codomain(a)),codomain(a)) -> codomain(a)
% 269.73/269.90  Current number of equations to process: 534
% 269.73/269.90  Current number of ordered equations: 0
% 269.73/269.90  Current number of rules: 801
% 269.73/269.90  New rule produced :
% 269.73/269.90  [999]
% 269.73/269.90  ifeq(codomain(a),codomain(g),ifeq(codomain(A),codomain(a),ifeq(compose(
% 269.73/269.90                                                                 codomain(A),b),B,
% 269.73/269.90                                                            ifeq(b,B,codomain(a),
% 269.73/269.90                                                            codomain(A)),
% 269.73/269.90                                                            codomain(A)),
% 269.73/269.90                               codomain(A)),codomain(A)) -> codomain(A)
% 269.73/269.90  Current number of equations to process: 533
% 269.73/269.90  Current number of ordered equations: 0
% 269.73/269.90  Current number of rules: 802
% 269.73/269.90  New rule produced :
% 269.73/269.90  [1000]
% 269.73/269.90  ifeq(codomain(A),codomain(g),ifeq(codomain(b),codomain(a),ifeq(compose(
% 269.73/269.90                                                                 compose(a,b),b),
% 269.73/269.90                                                            compose(A,b),A,
% 269.73/269.90                                                            compose(a,b)),
% 269.73/269.90                               compose(a,b)),compose(a,b)) -> compose(a,b)
% 275.03/275.27  Current number of equations to process: 504
% 275.03/275.27  Current number of ordered equations: 0
% 275.03/275.27  Current number of rules: 803
% 275.03/275.27  New rule produced :
% 275.03/275.27  [1001]
% 275.03/275.27  ifeq(codomain(A),codomain(g),ifeq(codomain(b),codomain(a),ifeq(compose(A,b),
% 275.03/275.27                                                            compose(compose(a,b),b),A,
% 275.03/275.27                                                            compose(a,b)),
% 275.03/275.27                               compose(a,b)),compose(a,b)) -> compose(a,b)
% 275.03/275.27  Current number of equations to process: 507
% 275.03/275.27  Current number of ordered equations: 0
% 275.03/275.27  Current number of rules: 804
% 275.03/275.27  New rule produced :
% 275.03/275.27  [1002]
% 275.03/275.27  ifeq(codomain(A),codomain(g),ifeq(codomain(b),codomain(a),ifeq(compose(
% 275.03/275.27                                                                 compose(a,b),a),
% 275.03/275.27                                                            compose(A,a),A,
% 275.03/275.27                                                            compose(a,b)),
% 275.03/275.27                               compose(a,b)),compose(a,b)) -> compose(a,b)
% 275.03/275.27  Current number of equations to process: 511
% 275.03/275.27  Current number of ordered equations: 0
% 275.03/275.27  Current number of rules: 805
% 275.03/275.27  New rule produced :
% 275.03/275.27  [1003]
% 275.03/275.27  ifeq(codomain(A),codomain(g),ifeq(codomain(b),codomain(a),ifeq(compose(A,a),
% 275.03/275.27                                                            compose(compose(a,b),a),A,
% 275.03/275.27                                                            compose(a,b)),
% 275.03/275.27                               compose(a,b)),compose(a,b)) -> compose(a,b)
% 275.03/275.27  Current number of equations to process: 515
% 275.03/275.27  Current number of ordered equations: 0
% 275.03/275.27  Current number of rules: 806
% 275.03/275.27  New rule produced :
% 275.03/275.27  [1004]
% 275.03/275.27  ifeq(codomain(b),codomain(g),ifeq(compose(g,compose(a,b)),compose(compose(g,
% 275.03/275.27                                                                    compose(a,b)),b),
% 275.03/275.27                               compose(g,compose(a,b)),compose(h,a)),compose(h,a))
% 275.03/275.27  -> compose(h,a)
% 275.03/275.27  Current number of equations to process: 519
% 275.03/275.27  Current number of ordered equations: 0
% 275.03/275.27  Current number of rules: 807
% 275.03/275.27  New rule produced :
% 275.03/275.27  [1005]
% 275.03/275.27  ifeq(codomain(b),codomain(g),ifeq(compose(compose(g,compose(a,b)),b),
% 275.03/275.27                               compose(g,compose(a,b)),compose(g,compose(a,b)),
% 275.03/275.27                               compose(h,a)),compose(h,a)) -> compose(h,a)
% 275.03/275.27  Current number of equations to process: 517
% 275.03/275.27  Current number of ordered equations: 0
% 275.03/275.27  Current number of rules: 808
% 275.03/275.27  New rule produced :
% 275.03/275.27  [1006]
% 275.03/275.27  ifeq(codomain(b),codomain(g),ifeq(compose(compose(h,a),a),compose(compose(g,
% 275.03/275.27                                                                    compose(a,b)),a),
% 275.03/275.27                               compose(g,compose(a,b)),compose(h,a)),compose(h,a))
% 275.03/275.27  -> compose(h,a)
% 275.03/275.27  Current number of equations to process: 515
% 275.03/275.27  Current number of ordered equations: 0
% 275.03/275.27  Current number of rules: 809
% 275.03/275.27  New rule produced :
% 275.03/275.27  [1007]
% 275.03/275.27  ifeq(codomain(b),codomain(g),ifeq(compose(compose(g,compose(a,b)),a),
% 275.03/275.27                               compose(compose(h,a),a),compose(g,compose(a,b)),
% 275.03/275.27                               compose(h,a)),compose(h,a)) -> compose(h,a)
% 275.03/275.27  Current number of equations to process: 513
% 275.03/275.27  Current number of ordered equations: 0
% 275.03/275.27  Current number of rules: 810
% 275.03/275.27  New rule produced :
% 275.03/275.27  [1008]
% 275.03/275.27  ifeq(codomain(b),codomain(g),ifeq(compose(g,compose(a,b)),compose(compose(g,
% 275.03/275.27                                                                    compose(a,b)),b),
% 275.03/275.27                               compose(g,compose(a,b)),compose(g,a)),compose(g,a))
% 275.03/275.27  -> compose(g,a)
% 275.03/275.27  Current number of equations to process: 507
% 275.03/275.27  Current number of ordered equations: 0
% 275.03/275.27  Current number of rules: 811
% 275.03/275.27  New rule produced :
% 275.03/275.27  [1009]
% 275.03/275.27  ifeq(codomain(b),codomain(g),ifeq(compose(compose(g,compose(a,b)),b),
% 275.03/275.27                               compose(g,compose(a,b)),compose(g,compose(a,b)),
% 275.03/275.27                               compose(g,a)),compose(g,a)) -> compose(g,a)
% 275.03/275.27  Current number of equations to process: 504
% 275.03/275.27  Current number of ordered equations: 0
% 275.03/275.27  Current number of rules: 812
% 275.03/275.27  New rule produced :
% 275.03/275.27  [1010]
% 275.03/275.27  ifeq(codomain(b),codomain(g),ifeq(compose(compose(g,a),a),compose(compose(g,
% 275.03/275.27                                                                    compose(a,b)),a),
% 275.03/275.27                               compose(g,compose(a,b)),compose(g,a)),compose(g,a))
% 275.03/275.27  -> compose(g,a)
% 280.26/280.43  Current number of equations to process: 501
% 280.26/280.43  Current number of ordered equations: 0
% 280.26/280.43  Current number of rules: 813
% 280.26/280.43  New rule produced :
% 280.26/280.43  [1011]
% 280.26/280.43  ifeq(codomain(b),codomain(g),ifeq(compose(compose(g,compose(a,b)),a),
% 280.26/280.43                               compose(compose(g,a),a),compose(g,compose(a,b)),
% 280.26/280.43                               compose(g,a)),compose(g,a)) -> compose(g,a)
% 280.26/280.43  Current number of equations to process: 498
% 280.26/280.43  Current number of ordered equations: 0
% 280.26/280.43  Current number of rules: 814
% 280.26/280.43  New rule produced :
% 280.26/280.43  [1012]
% 280.26/280.43  ifeq(domain(A),codomain(g),ifeq(compose(g,compose(a,b)),B,ifeq(compose(
% 280.26/280.43                                                                 domain(A),b),B,
% 280.26/280.43                                                            domain(A),compose(h,a)),
% 280.26/280.43                             compose(h,a)),compose(h,a)) -> compose(h,a)
% 280.26/280.43  Current number of equations to process: 495
% 280.26/280.43  Current number of ordered equations: 0
% 280.26/280.43  Current number of rules: 815
% 280.26/280.43  New rule produced :
% 280.26/280.43  [1013]
% 280.26/280.43  ifeq(domain(A),codomain(g),ifeq(compose(g,compose(a,b)),B,ifeq(compose(
% 280.26/280.43                                                                 domain(A),b),B,
% 280.26/280.43                                                            domain(A),compose(g,a)),
% 280.26/280.43                             compose(g,a)),compose(g,a)) -> compose(g,a)
% 280.26/280.43  Current number of equations to process: 495
% 280.26/280.43  Current number of ordered equations: 0
% 280.26/280.43  Current number of rules: 816
% 280.26/280.43  New rule produced :
% 280.26/280.43  [1014]
% 280.26/280.43  ifeq(codomain(b),codomain(a),ifeq(compose(compose(a,b),b),A,ifeq(compose(
% 280.26/280.43                                                                   codomain(g),b),A,
% 280.26/280.43                                                              codomain(g),
% 280.26/280.43                                                              compose(a,b)),
% 280.26/280.43                               compose(a,b)),compose(a,b)) -> compose(a,b)
% 280.26/280.43  Current number of equations to process: 495
% 280.26/280.43  Current number of ordered equations: 0
% 280.26/280.43  Current number of rules: 817
% 280.26/280.43  New rule produced :
% 280.26/280.43  [1015]
% 280.26/280.43  ifeq(domain(A),codomain(g),ifeq(compose(compose(h,a),a),B,ifeq(compose(
% 280.26/280.43                                                                 domain(A),a),B,
% 280.26/280.43                                                            domain(A),compose(h,a)),
% 280.26/280.43                             compose(h,a)),compose(h,a)) -> compose(h,a)
% 280.26/280.43  Current number of equations to process: 494
% 280.26/280.43  Current number of ordered equations: 0
% 280.26/280.43  Current number of rules: 818
% 280.26/280.43  New rule produced :
% 280.26/280.43  [1016]
% 280.26/280.43  ifeq(domain(A),codomain(g),ifeq(compose(compose(g,a),a),B,ifeq(compose(
% 280.26/280.43                                                                 domain(A),a),B,
% 280.26/280.43                                                            domain(A),compose(g,a)),
% 280.26/280.43                             compose(g,a)),compose(g,a)) -> compose(g,a)
% 280.26/280.43  Current number of equations to process: 495
% 280.26/280.43  Current number of ordered equations: 0
% 280.26/280.43  Current number of rules: 819
% 280.26/280.43  New rule produced :
% 280.26/280.43  [1017]
% 280.26/280.43  ifeq(codomain(A),codomain(g),ifeq(compose(g,compose(a,b)),B,ifeq(compose(
% 280.26/280.43                                                                   codomain(A),b),B,
% 280.26/280.43                                                              codomain(A),
% 280.26/280.43                                                              compose(h,a)),
% 280.26/280.43                               compose(h,a)),compose(h,a)) -> compose(h,a)
% 280.26/280.43  Current number of equations to process: 492
% 280.26/280.43  Current number of ordered equations: 0
% 280.26/280.43  Current number of rules: 820
% 280.26/280.43  New rule produced :
% 280.26/280.43  [1018]
% 280.26/280.43  ifeq(codomain(A),codomain(g),ifeq(compose(g,compose(a,b)),B,ifeq(compose(
% 280.26/280.43                                                                   codomain(A),b),B,
% 280.26/280.43                                                              codomain(A),
% 280.26/280.43                                                              compose(g,a)),
% 280.26/280.43                               compose(g,a)),compose(g,a)) -> compose(g,a)
% 280.26/280.43  Current number of equations to process: 491
% 280.26/280.43  Current number of ordered equations: 0
% 280.26/280.43  Current number of rules: 821
% 280.26/280.43  New rule produced :
% 280.26/280.43  [1019]
% 280.26/280.43  ifeq(codomain(A),codomain(g),ifeq(compose(compose(h,a),a),B,ifeq(compose(
% 280.26/280.43                                                                   codomain(A),a),B,
% 280.26/280.43                                                              codomain(A),
% 280.26/280.43                                                              compose(h,a)),
% 286.43/286.59                               compose(h,a)),compose(h,a)) -> compose(h,a)
% 286.43/286.59  Current number of equations to process: 490
% 286.43/286.59  Current number of ordered equations: 0
% 286.43/286.59  Current number of rules: 822
% 286.43/286.59  New rule produced :
% 286.43/286.59  [1020]
% 286.43/286.59  ifeq(codomain(A),codomain(g),ifeq(compose(compose(g,a),a),B,ifeq(compose(
% 286.43/286.59                                                                   codomain(A),a),B,
% 286.43/286.59                                                              codomain(A),
% 286.43/286.59                                                              compose(g,a)),
% 286.43/286.59                               compose(g,a)),compose(g,a)) -> compose(g,a)
% 286.43/286.59  Current number of equations to process: 489
% 286.43/286.59  Current number of ordered equations: 0
% 286.43/286.59  Current number of rules: 823
% 286.43/286.59  New rule produced :
% 286.43/286.59  [1021]
% 286.43/286.59  ifeq(codomain(A),codomain(g),ifeq(domain(B),codomain(a),ifeq(compose(
% 286.43/286.59                                                               domain(B),b),C,
% 286.43/286.59                                                          ifeq(compose(A,b),C,A,
% 286.43/286.59                                                          domain(B)),domain(B)),
% 286.43/286.59                               domain(B)),domain(B)) -> domain(B)
% 286.43/286.59  Current number of equations to process: 466
% 286.43/286.59  Current number of ordered equations: 0
% 286.43/286.59  Current number of rules: 824
% 286.43/286.59  New rule produced :
% 286.43/286.59  [1022]
% 286.43/286.59  ifeq(codomain(A),codomain(g),ifeq(b,B,ifeq(compose(A,b),B,A,codomain(a)),
% 286.43/286.59                               codomain(a)),codomain(a)) -> codomain(a)
% 286.43/286.59  Current number of equations to process: 470
% 286.43/286.59  Current number of ordered equations: 0
% 286.43/286.59  Current number of rules: 825
% 286.43/286.59  New rule produced :
% 286.43/286.59  [1023]
% 286.43/286.59  ifeq(domain(A),codomain(g),ifeq(b,B,ifeq(compose(domain(A),b),B,domain(A),
% 286.43/286.59                                      codomain(a)),codomain(a)),codomain(a)) ->
% 286.43/286.59  codomain(a)
% 286.43/286.59  Current number of equations to process: 476
% 286.43/286.59  Current number of ordered equations: 0
% 286.43/286.59  Current number of rules: 826
% 286.43/286.59  New rule produced :
% 286.43/286.59  [1024]
% 286.43/286.59  ifeq(codomain(A),codomain(g),ifeq(b,B,ifeq(compose(codomain(A),b),B,codomain(A),
% 286.43/286.59                                        codomain(a)),codomain(a)),codomain(a))
% 286.43/286.59  -> codomain(a)
% 286.43/286.59  Current number of equations to process: 475
% 286.43/286.59  Current number of ordered equations: 0
% 286.43/286.59  Current number of rules: 827
% 286.43/286.59  New rule produced :
% 286.43/286.59  [1025]
% 286.43/286.59  ifeq(codomain(b),codomain(g),ifeq(b,A,ifeq(compose(compose(a,b),b),A,
% 286.43/286.59                                        compose(a,b),codomain(a)),codomain(a)),
% 286.43/286.59  codomain(a)) -> codomain(a)
% 286.43/286.59  Current number of equations to process: 477
% 286.43/286.59  Current number of ordered equations: 0
% 286.43/286.59  Current number of rules: 828
% 286.43/286.59  New rule produced :
% 286.43/286.59  [1026]
% 286.43/286.59  ifeq(codomain(a),codomain(g),ifeq(b,A,ifeq(compose(g,compose(a,b)),A,
% 286.43/286.59                                        compose(h,a),codomain(a)),codomain(a)),
% 286.43/286.59  codomain(a)) -> codomain(a)
% 286.43/286.59  Current number of equations to process: 476
% 286.43/286.59  Current number of ordered equations: 0
% 286.43/286.59  Current number of rules: 829
% 286.43/286.59  New rule produced :
% 286.43/286.59  [1027]
% 286.43/286.59  ifeq(codomain(a),codomain(g),ifeq(b,A,ifeq(compose(g,compose(a,b)),A,
% 286.43/286.59                                        compose(g,a),codomain(a)),codomain(a)),
% 286.43/286.59  codomain(a)) -> codomain(a)
% 286.43/286.59  Current number of equations to process: 475
% 286.43/286.59  Current number of ordered equations: 0
% 286.43/286.59  Current number of rules: 830
% 286.43/286.59  New rule produced :
% 286.43/286.59  [1028]
% 286.43/286.59  ifeq(codomain(b),codomain(g),ifeq(b,A,ifeq(compose(compose(g,compose(a,b)),b),A,
% 286.43/286.59                                        compose(g,compose(a,b)),codomain(a)),
% 286.43/286.59                               codomain(a)),codomain(a)) -> codomain(a)
% 286.43/286.59  Current number of equations to process: 474
% 286.43/286.59  Current number of ordered equations: 0
% 286.43/286.59  Current number of rules: 831
% 286.43/286.59  New rule produced :
% 286.43/286.59  [1029]
% 286.43/286.59  ifeq(codomain(A),codomain(g),ifeq(domain(B),codomain(a),ifeq(compose(
% 286.43/286.59                                                               domain(B),a),C,
% 286.43/286.59                                                          ifeq(compose(A,a),C,A,
% 286.43/286.59                                                          domain(B)),domain(B)),
% 286.43/286.59                               domain(B)),domain(B)) -> domain(B)
% 286.43/286.59  Current number of equations to process: 473
% 286.43/286.59  Current number of ordered equations: 0
% 286.43/286.59  Current number of rules: 832
% 286.43/286.59  New rule produced :
% 286.43/286.59  [1030]
% 286.43/286.59  ifeq(codomain(A),codomain(g),ifeq(compose(codomain(a),a),B,ifeq(compose(A,a),B,A,
% 286.43/286.59                                                             codomain(a)),
% 292.17/292.38                               codomain(a)),codomain(a)) -> codomain(a)
% 292.17/292.38  Current number of equations to process: 478
% 292.17/292.38  Current number of ordered equations: 0
% 292.17/292.38  Current number of rules: 833
% 292.17/292.38  New rule produced :
% 292.17/292.38  [1031]
% 292.17/292.38  ifeq(codomain(A),codomain(g),ifeq(codomain(g),codomain(a),ifeq(a,B,ifeq(
% 292.17/292.38                                                                     compose(A,a),B,A,
% 292.17/292.38                                                                     codomain(g)),
% 292.17/292.38                                                            codomain(g)),
% 292.17/292.38                               codomain(g)),codomain(g)) -> codomain(g)
% 292.17/292.38  Current number of equations to process: 477
% 292.17/292.38  Current number of ordered equations: 0
% 292.17/292.38  Current number of rules: 834
% 292.17/292.38  New rule produced :
% 292.17/292.38  [1032]
% 292.17/292.38  ifeq(domain(A),codomain(g),ifeq(compose(codomain(a),a),B,ifeq(compose(
% 292.17/292.38                                                                domain(A),a),B,
% 292.17/292.38                                                           domain(A),codomain(a)),
% 292.17/292.38                             codomain(a)),codomain(a)) -> codomain(a)
% 292.17/292.38  Current number of equations to process: 485
% 292.17/292.38  Current number of ordered equations: 0
% 292.17/292.38  Current number of rules: 835
% 292.17/292.38  New rule produced :
% 292.17/292.38  [1033]
% 292.17/292.38  ifeq(codomain(A),codomain(g),ifeq(compose(codomain(a),a),B,ifeq(compose(
% 292.17/292.38                                                                  codomain(A),a),B,
% 292.17/292.38                                                             codomain(A),
% 292.17/292.38                                                             codomain(a)),
% 292.17/292.38                               codomain(a)),codomain(a)) -> codomain(a)
% 292.17/292.38  Current number of equations to process: 484
% 292.17/292.38  Current number of ordered equations: 0
% 292.17/292.38  Current number of rules: 836
% 292.17/292.38  New rule produced :
% 292.17/292.38  [1034]
% 292.17/292.38  ifeq(codomain(b),codomain(g),ifeq(compose(codomain(a),a),A,ifeq(compose(
% 292.17/292.38                                                                  compose(a,b),a),A,
% 292.17/292.38                                                             compose(a,b),
% 292.17/292.38                                                             codomain(a)),
% 292.17/292.38                               codomain(a)),codomain(a)) -> codomain(a)
% 292.17/292.38  Current number of equations to process: 489
% 292.17/292.38  Current number of ordered equations: 0
% 292.17/292.38  Current number of rules: 837
% 292.17/292.38  New rule produced :
% 292.17/292.38  [1035]
% 292.17/292.38  ifeq(codomain(a),codomain(g),ifeq(compose(codomain(a),a),A,ifeq(compose(
% 292.17/292.38                                                                  compose(h,a),a),A,
% 292.17/292.38                                                             compose(h,a),
% 292.17/292.38                                                             codomain(a)),
% 292.17/292.38                               codomain(a)),codomain(a)) -> codomain(a)
% 292.17/292.38  Current number of equations to process: 488
% 292.17/292.38  Current number of ordered equations: 0
% 292.17/292.38  Current number of rules: 838
% 292.17/292.38  New rule produced :
% 292.17/292.38  [1036]
% 292.17/292.38  ifeq(codomain(a),codomain(g),ifeq(compose(codomain(a),a),A,ifeq(compose(
% 292.17/292.38                                                                  compose(g,a),a),A,
% 292.17/292.38                                                             compose(g,a),
% 292.17/292.38                                                             codomain(a)),
% 292.17/292.38                               codomain(a)),codomain(a)) -> codomain(a)
% 292.17/292.38  Current number of equations to process: 487
% 292.17/292.38  Current number of ordered equations: 0
% 292.17/292.38  Current number of rules: 839
% 292.17/292.38  New rule produced :
% 292.17/292.38  [1037]
% 292.17/292.38  ifeq(domain(A),codomain(g),ifeq(codomain(g),codomain(a),ifeq(a,B,ifeq(
% 292.17/292.38                                                                   compose(
% 292.17/292.38                                                                   domain(A),a),B,
% 292.17/292.38                                                                   domain(A),
% 292.17/292.38                                                                   codomain(g)),
% 292.17/292.38                                                          codomain(g)),
% 292.17/292.38                             codomain(g)),codomain(g)) -> codomain(g)
% 292.17/292.38  Current number of equations to process: 486
% 292.17/292.38  Current number of ordered equations: 0
% 292.17/292.38  Current number of rules: 840
% 292.17/292.38  New rule produced :
% 292.17/292.38  [1038]
% 292.17/292.38  ifeq(codomain(A),codomain(g),ifeq(codomain(g),codomain(a),ifeq(a,B,ifeq(
% 292.17/292.38                                                                     compose(
% 292.17/292.38                                                                     codomain(A),a),B,
% 294.43/294.62                                                                     codomain(A),
% 294.43/294.62                                                                     codomain(g)),
% 294.43/294.62                                                            codomain(g)),
% 294.43/294.62                               codomain(g)),codomain(g)) -> codomain(g)
% 294.43/294.62  Current number of equations to process: 487
% 294.43/294.62  Current number of ordered equations: 0
% 294.43/294.62  Current number of rules: 841
% 294.43/294.62  New rule produced :
% 294.43/294.62  [1039]
% 294.43/294.62  ifeq(domain(A),domain(B),ifeq(codomain(C),domain(A),compose(C,compose(
% 294.43/294.62                                                                domain(A),B)),
% 294.43/294.62                           compose(compose(C,domain(A)),B)),compose(compose(C,
% 294.43/294.62                                                                    domain(A)),B))
% 294.43/294.62  -> compose(compose(C,domain(A)),B)
% 294.43/294.62  Current number of equations to process: 483
% 294.43/294.62  Current number of ordered equations: 1
% 294.43/294.62  Current number of rules: 842
% 294.43/294.62  New rule produced :
% 294.43/294.62  [1040]
% 294.43/294.62  ifeq(codomain(A),domain(B),ifeq(domain(C),domain(A),compose(domain(C),
% 294.43/294.62                                                      compose(A,B)),compose(
% 294.43/294.62                                                                    compose(
% 294.43/294.62                                                                    domain(C),A),B)),
% 294.43/294.62  compose(compose(domain(C),A),B)) -> compose(compose(domain(C),A),B)
% 294.43/294.62  Current number of equations to process: 483
% 294.43/294.62  Current number of ordered equations: 0
% 294.43/294.62  Current number of rules: 843
% 294.43/294.62  New rule produced :
% 294.43/294.62  [1041]
% 294.43/294.62  ifeq(codomain(A),domain(g),compose(A,compose(h,a)),compose(compose(A,
% 294.43/294.62                                                             domain(g)),
% 294.43/294.62                                                     compose(h,a))) ->
% 294.43/294.62  compose(compose(A,domain(g)),compose(h,a))
% 294.43/294.62  Current number of equations to process: 483
% 294.43/294.62  Current number of ordered equations: 0
% 294.43/294.62  Current number of rules: 844
% 294.43/294.62  New rule produced :
% 294.43/294.62  [1042]
% 294.43/294.62  ifeq(codomain(A),domain(B),compose(A,B),compose(compose(A,domain(B)),B)) ->
% 294.43/294.62  compose(compose(A,domain(B)),B)
% 294.43/294.62  Current number of equations to process: 489
% 294.43/294.62  Current number of ordered equations: 0
% 294.43/294.62  Current number of rules: 845
% 294.43/294.62  New rule produced :
% 294.43/294.62  [1043]
% 294.43/294.62  ifeq(domain(A),domain(g),compose(domain(A),compose(g,a)),compose(compose(
% 294.43/294.62                                                                   domain(A),
% 294.43/294.62                                                                   compose(g,a)),
% 294.43/294.62                                                           codomain(a))) ->
% 294.43/294.62  compose(compose(domain(A),compose(g,a)),codomain(a))
% 294.43/294.62  Current number of equations to process: 503
% 294.43/294.62  Current number of ordered equations: 0
% 294.43/294.62  Current number of rules: 846
% 294.43/294.62  New rule produced :
% 294.43/294.62  [1044]
% 294.43/294.62  ifeq(domain(A),domain(g),compose(domain(A),compose(h,a)),compose(compose(
% 294.43/294.62                                                                   domain(A),
% 294.43/294.62                                                                   compose(h,a)),
% 294.43/294.62                                                           codomain(a))) ->
% 294.43/294.62  compose(compose(domain(A),compose(h,a)),codomain(a))
% 294.43/294.62  Current number of equations to process: 503
% 294.43/294.62  Current number of ordered equations: 0
% 294.43/294.62  Current number of rules: 847
% 294.43/294.62  New rule produced :
% 294.43/294.62  [1045]
% 294.43/294.62  ifeq(codomain(a),domain(A),compose(domain(g),compose(compose(h,a),A)),
% 294.43/294.62  compose(compose(h,a),A)) -> compose(compose(h,a),A)
% 294.43/294.62  Current number of equations to process: 504
% 294.43/294.62  Current number of ordered equations: 0
% 294.43/294.62  Current number of rules: 848
% 294.43/294.62  New rule produced :
% 294.43/294.62  [1046]
% 294.43/294.62  ifeq(domain(A),domain(g),compose(domain(A),compose(h,a)),compose(compose(
% 294.43/294.62                                                                   domain(A),
% 294.43/294.62                                                                   domain(g)),
% 294.43/294.62                                                           compose(h,a))) ->
% 294.43/294.62  compose(compose(domain(A),domain(g)),compose(h,a))
% 294.43/294.62  Current number of equations to process: 503
% 294.43/294.62  Current number of ordered equations: 0
% 294.43/294.62  Current number of rules: 849
% 294.43/294.62  New rule produced :
% 294.43/294.62  [1047]
% 294.43/294.62  ifeq(codomain(A),domain(B),compose(domain(A),compose(A,B)),compose(A,B)) ->
% 294.43/294.62  compose(A,B)
% 294.43/294.62  Current number of equations to process: 512
% 294.43/294.62  Current number of ordered equations: 0
% 294.43/294.62  Current number of rules: 850
% 294.43/294.62  New rule produced :
% 294.43/294.62  [1048]
% 295.34/295.49  ifeq(codomain(A),domain(g),compose(codomain(A),compose(h,a)),compose(
% 295.34/295.49                                                               compose(
% 295.34/295.49                                                               codomain(A),
% 295.34/295.49                                                               domain(g)),
% 295.34/295.49                                                               compose(h,a)))
% 295.34/295.49  -> compose(compose(codomain(A),domain(g)),compose(h,a))
% 295.34/295.49  Current number of equations to process: 530
% 295.34/295.49  Current number of ordered equations: 0
% 295.34/295.49  Current number of rules: 851
% 295.34/295.49  New rule produced :
% 295.34/295.49  [1049]
% 295.34/295.49  ifeq(codomain(A),codomain(a),compose(A,b),compose(compose(A,codomain(a)),b))
% 295.34/295.49  -> compose(compose(A,codomain(a)),b)
% 295.34/295.49  Current number of equations to process: 538
% 295.34/295.49  Current number of ordered equations: 0
% 295.34/295.49  Current number of rules: 852
% 295.34/295.49  New rule produced :
% 295.34/295.49  [1050]
% 295.34/295.49  ifeq(codomain(g),domain(A),compose(h,A),compose(compose(h,domain(A)),A)) ->
% 295.34/295.49  compose(compose(h,domain(A)),A)
% 295.34/295.49  Current number of equations to process: 537
% 295.34/295.49  Current number of ordered equations: 0
% 295.34/295.49  Current number of rules: 853
% 295.34/295.49  New rule produced :
% 295.34/295.49  [1051]
% 295.34/295.49  ifeq(codomain(A),codomain(g),compose(A,a),compose(compose(A,codomain(g)),a))
% 295.34/295.49  -> compose(compose(A,codomain(g)),a)
% 295.34/295.49  Current number of equations to process: 536
% 295.34/295.49  Current number of ordered equations: 0
% 295.34/295.49  Current number of rules: 854
% 295.34/295.49  New rule produced :
% 295.34/295.49  [1052]
% 295.34/295.49  ifeq(domain(A),domain(B),compose(domain(A),B),compose(compose(domain(A),
% 295.34/295.49                                                        domain(B)),B)) ->
% 295.34/295.49  compose(compose(domain(A),domain(B)),B)
% 295.34/295.49  Current number of equations to process: 535
% 295.34/295.49  Current number of ordered equations: 0
% 295.34/295.49  Current number of rules: 855
% 295.34/295.49  New rule produced :
% 295.34/295.49  [1053]
% 295.34/295.49  ifeq(codomain(A),codomain(B),compose(A,codomain(B)),compose(compose(A,
% 295.34/295.49                                                              codomain(B)),
% 295.34/295.49                                                      codomain(B))) ->
% 295.34/295.49  compose(compose(A,codomain(B)),codomain(B))
% 295.34/295.49  Current number of equations to process: 534
% 295.34/295.49  Current number of ordered equations: 0
% 295.34/295.49  Current number of rules: 856
% 295.34/295.49  New rule produced :
% 295.34/295.49  [1054]
% 295.34/295.49  ifeq(codomain(A),domain(B),compose(codomain(A),B),compose(compose(codomain(A),
% 295.34/295.49                                                            domain(B)),B)) ->
% 295.34/295.49  compose(compose(codomain(A),domain(B)),B)
% 295.34/295.49  Current number of equations to process: 533
% 295.34/295.49  Current number of ordered equations: 0
% 295.34/295.49  Current number of rules: 857
% 295.34/295.49  New rule produced :
% 295.34/295.49  [1055]
% 295.34/295.49  ifeq(codomain(A),domain(B),compose(A,domain(B)),compose(compose(A,domain(B)),
% 295.34/295.49                                                  domain(B))) ->
% 295.34/295.49  compose(compose(A,domain(B)),domain(B))
% 295.34/295.49  Current number of equations to process: 532
% 295.34/295.49  Current number of ordered equations: 0
% 295.34/295.49  Current number of rules: 858
% 295.34/295.49  New rule produced :
% 295.34/295.49  [1056]
% 295.34/295.49  ifeq(codomain(A),domain(g),compose(A,h),compose(compose(A,domain(g)),h)) ->
% 295.34/295.49  compose(compose(A,domain(g)),h)
% 295.34/295.49  Current number of equations to process: 535
% 295.34/295.49  Current number of ordered equations: 0
% 295.34/295.49  Current number of rules: 859
% 295.34/295.49  New rule produced :
% 295.34/295.49  [1057]
% 295.34/295.49  ifeq(codomain(A),codomain(g),compose(A,compose(a,b)),compose(compose(A,
% 295.34/295.49                                                               codomain(g)),
% 295.34/295.49                                                       compose(a,b))) ->
% 295.34/295.49  compose(compose(A,codomain(g)),compose(a,b))
% 295.34/295.49  Current number of equations to process: 536
% 295.34/295.49  Current number of ordered equations: 0
% 295.34/295.49  Current number of rules: 860
% 295.34/295.49  New rule produced :
% 295.34/295.49  [1058]
% 295.34/295.49  ifeq(codomain(b),domain(A),compose(compose(a,b),A),compose(compose(compose(a,b),
% 295.34/295.49                                                             domain(A)),A)) ->
% 295.34/295.49  compose(compose(compose(a,b),domain(A)),A)
% 295.34/295.49  Current number of equations to process: 535
% 295.34/295.49  Current number of ordered equations: 0
% 295.34/295.49  Current number of rules: 861
% 295.34/295.49  New rule produced :
% 295.34/295.49  [1059]
% 295.34/295.49  ifeq(codomain(a),domain(A),compose(compose(h,a),A),compose(compose(compose(h,a),
% 295.34/295.49                                                             domain(A)),A)) ->
% 295.34/295.49  compose(compose(compose(h,a),domain(A)),A)
% 295.34/295.49  Current number of equations to process: 534
% 295.34/295.49  Current number of ordered equations: 0
% 295.34/295.49  Current number of rules: 862
% 295.34/295.49  New rule produced :
% 295.34/295.49  [1060]
% 295.34/295.49  ifeq(codomain(a),domain(A),compose(compose(g,a),A),compose(compose(compose(g,a),
% 296.69/296.86                                                             domain(A)),A)) ->
% 296.69/296.86  compose(compose(compose(g,a),domain(A)),A)
% 296.69/296.86  Current number of equations to process: 533
% 296.69/296.86  Current number of ordered equations: 0
% 296.69/296.86  Current number of rules: 863
% 296.69/296.86  New rule produced :
% 296.69/296.86  [1061]
% 296.69/296.86  ifeq(codomain(A),domain(g),compose(A,compose(g,a)),compose(compose(A,
% 296.69/296.86                                                             domain(g)),
% 296.69/296.86                                                     compose(g,a))) ->
% 296.69/296.86  compose(compose(A,domain(g)),compose(g,a))
% 296.69/296.86  Current number of equations to process: 532
% 296.69/296.86  Current number of ordered equations: 0
% 296.69/296.86  Current number of rules: 864
% 296.69/296.86  New rule produced :
% 296.69/296.86  [1062]
% 296.69/296.86  ifeq(codomain(a),domain(g),compose(codomain(a),compose(g,a)),compose(
% 296.69/296.86                                                               compose(
% 296.69/296.86                                                               codomain(a),
% 296.69/296.86                                                               compose(g,a)),
% 296.69/296.86                                                               codomain(a))) ->
% 296.69/296.86  compose(compose(codomain(a),compose(g,a)),codomain(a))
% 296.69/296.86  Current number of equations to process: 534
% 296.69/296.86  Current number of ordered equations: 0
% 296.69/296.86  Current number of rules: 865
% 296.69/296.86  New rule produced :
% 296.69/296.86  [1063]
% 296.69/296.86  ifeq(codomain(A),domain(g),compose(codomain(A),compose(g,a)),compose(
% 296.69/296.86                                                               compose(
% 296.69/296.86                                                               codomain(A),
% 296.69/296.86                                                               compose(g,a)),
% 296.69/296.86                                                               codomain(a))) ->
% 296.69/296.86  compose(compose(codomain(A),compose(g,a)),codomain(a))
% 296.69/296.86  Rule
% 296.69/296.86  [1062]
% 296.69/296.86  ifeq(codomain(a),domain(g),compose(codomain(a),compose(g,a)),compose(
% 296.69/296.86                                                               compose(
% 296.69/296.86                                                               codomain(a),
% 296.69/296.86                                                               compose(g,a)),
% 296.69/296.86                                                               codomain(a))) ->
% 296.69/296.86  compose(compose(codomain(a),compose(g,a)),codomain(a)) collapsed.
% 296.69/296.86  Current number of equations to process: 533
% 296.69/296.86  Current number of ordered equations: 0
% 296.69/296.86  Current number of rules: 865
% 296.69/296.86  New rule produced :
% 296.69/296.86  [1064]
% 296.69/296.86  ifeq(codomain(b),domain(g),compose(compose(a,b),compose(h,a)),compose(
% 296.69/296.86                                                                compose(
% 296.69/296.86                                                                compose(a,b),
% 296.69/296.86                                                                domain(g)),
% 296.69/296.86                                                                compose(h,a)))
% 296.69/296.86  -> compose(compose(compose(a,b),domain(g)),compose(h,a))
% 296.69/296.86  Current number of equations to process: 531
% 296.69/296.86  Current number of ordered equations: 0
% 296.69/296.86  Current number of rules: 866
% 296.69/296.86  New rule produced :
% 296.69/296.86  [1065]
% 296.69/296.86  ifeq(codomain(a),domain(g),compose(compose(h,a),compose(h,a)),compose(
% 296.69/296.86                                                                compose(
% 296.69/296.86                                                                compose(h,a),
% 296.69/296.86                                                                domain(g)),
% 296.69/296.86                                                                compose(h,a)))
% 296.69/296.86  -> compose(compose(compose(h,a),domain(g)),compose(h,a))
% 296.69/296.86  Current number of equations to process: 530
% 296.69/296.86  Current number of ordered equations: 0
% 296.69/296.86  Current number of rules: 867
% 296.69/296.86  New rule produced :
% 296.69/296.86  [1066]
% 296.69/296.86  ifeq(codomain(a),domain(g),compose(compose(g,a),compose(h,a)),compose(
% 296.69/296.86                                                                compose(
% 296.69/296.86                                                                compose(g,a),
% 296.69/296.86                                                                domain(g)),
% 296.69/296.86                                                                compose(h,a)))
% 296.69/296.86  -> compose(compose(compose(g,a),domain(g)),compose(h,a))
% 296.69/296.86  Current number of equations to process: 529
% 296.69/296.86  Current number of ordered equations: 0
% 296.69/296.86  Current number of rules: 868
% 296.69/296.86  New rule produced :
% 296.69/296.86  [1067]
% 296.69/296.86  ifeq(codomain(b),domain(A),compose(compose(g,compose(a,b)),A),compose(
% 296.69/296.86                                                                compose(
% 296.69/296.86                                                                compose(g,
% 298.96/299.11                                                                compose(a,b)),
% 298.96/299.11                                                                domain(A)),A))
% 298.96/299.11  -> compose(compose(compose(g,compose(a,b)),domain(A)),A)
% 298.96/299.11  Current number of equations to process: 528
% 298.96/299.11  Current number of ordered equations: 0
% 298.96/299.11  Current number of rules: 869
% 298.96/299.11  New rule produced :
% 298.96/299.11  [1068]
% 298.96/299.11  ifeq(codomain(A),domain(g),compose(A,compose(g,compose(a,b))),compose(
% 298.96/299.11                                                                compose(A,
% 298.96/299.11                                                                domain(g)),
% 298.96/299.11                                                                compose(g,
% 298.96/299.11                                                                compose(a,b))))
% 298.96/299.11  -> compose(compose(A,domain(g)),compose(g,compose(a,b)))
% 298.96/299.11  Current number of equations to process: 527
% 298.96/299.11  Current number of ordered equations: 0
% 298.96/299.11  Current number of rules: 870
% 298.96/299.11  New rule produced :
% 298.96/299.11  [1069]
% 298.96/299.11  ifeq(codomain(a),domain(g),compose(codomain(a),compose(h,a)),compose(
% 298.96/299.11                                                               compose(
% 298.96/299.11                                                               codomain(a),
% 298.96/299.11                                                               compose(h,a)),
% 298.96/299.11                                                               codomain(a))) ->
% 298.96/299.11  compose(compose(codomain(a),compose(h,a)),codomain(a))
% 298.96/299.11  Current number of equations to process: 529
% 298.96/299.11  Current number of ordered equations: 0
% 298.96/299.11  Current number of rules: 871
% 298.96/299.11  New rule produced :
% 298.96/299.11  [1070]
% 298.96/299.11  ifeq(codomain(A),domain(g),compose(codomain(A),compose(h,a)),compose(
% 298.96/299.11                                                               compose(
% 298.96/299.11                                                               codomain(A),
% 298.96/299.11                                                               compose(h,a)),
% 298.96/299.11                                                               codomain(a))) ->
% 298.96/299.11  compose(compose(codomain(A),compose(h,a)),codomain(a))
% 298.96/299.11  Rule
% 298.96/299.11  [1069]
% 298.96/299.11  ifeq(codomain(a),domain(g),compose(codomain(a),compose(h,a)),compose(
% 298.96/299.11                                                               compose(
% 298.96/299.11                                                               codomain(a),
% 298.96/299.11                                                               compose(h,a)),
% 298.96/299.11                                                               codomain(a))) ->
% 298.96/299.11  compose(compose(codomain(a),compose(h,a)),codomain(a)) collapsed.
% 298.96/299.11  Current number of equations to process: 528
% 298.96/299.11  Current number of ordered equations: 0
% 298.96/299.11  Current number of rules: 871
% 298.96/299.11  New rule produced :
% 298.96/299.11  [1071]
% 298.96/299.11  ifeq(codomain(a),codomain(A),compose(domain(g),compose(compose(h,a),codomain(A))),
% 298.96/299.11  compose(compose(h,a),codomain(A))) -> compose(compose(h,a),codomain(A))
% 298.96/299.11  Current number of equations to process: 532
% 298.96/299.11  Current number of ordered equations: 0
% 298.96/299.11  Current number of rules: 872
% 298.96/299.11  New rule produced :
% 298.96/299.11  [1072]
% 298.96/299.11  ifeq(codomain(a),domain(A),compose(domain(g),compose(compose(h,a),domain(A))),
% 298.96/299.11  compose(compose(h,a),domain(A))) -> compose(compose(h,a),domain(A))
% 298.96/299.11  Current number of equations to process: 531
% 298.96/299.11  Current number of ordered equations: 0
% 298.96/299.11  Current number of rules: 873
% 298.96/299.11  New rule produced :
% 298.96/299.11  [1073]
% 298.96/299.11  ifeq(codomain(a),codomain(g),compose(domain(g),compose(compose(h,a),compose(a,b))),
% 298.96/299.11  compose(compose(h,a),compose(a,b))) -> compose(compose(h,a),compose(a,b))
% 298.96/299.11  Current number of equations to process: 530
% 298.96/299.11  Current number of ordered equations: 0
% 298.96/299.11  Current number of rules: 874
% 298.96/299.11  New rule produced :
% 298.96/299.11  [1074]
% 298.96/299.11  ifeq(codomain(a),domain(g),compose(domain(g),compose(compose(h,a),compose(h,a))),
% 298.96/299.11  compose(compose(h,a),compose(h,a))) -> compose(compose(h,a),compose(h,a))
% 298.96/299.11  Current number of equations to process: 529
% 298.96/299.11  Current number of ordered equations: 0
% 298.96/299.11  Current number of rules: 875
% 298.96/299.11  New rule produced :
% 298.96/299.11  [1075]
% 298.96/299.11  ifeq(codomain(a),domain(g),compose(domain(g),compose(compose(h,a),compose(g,a))),
% 298.96/299.11  compose(compose(h,a),compose(g,a))) -> compose(compose(h,a),compose(g,a))
% 298.96/299.11  Current number of equations to process: 528
% 298.96/299.11  Current number of ordered equations: 0
% 298.96/299.11  Current number of rules: 876
% 298.96/299.11  New rule produced :
% 298.96/299.11  [1076]
% 298.96/299.11  ifeq(codomain(A),codomain(a),compose(domain(A),compose(A,b)),compose(A,b)) ->
% 298.96/299.11  compose(A,b)
% 298.96/299.11  Current number of equations to process: 538
% 299.87/300.08  Current number of ordered equations: 1
% 299.87/300.08  Current number of rules: 877
% 299.87/300.08  New rule produced :
% 299.87/300.08  [1077]
% 299.87/300.08  ifeq(codomain(b),domain(A),compose(codomain(a),compose(b,A)),compose(b,A)) ->
% 299.87/300.08  compose(b,A)
% 299.87/300.08  Current number of equations to process: 538
% 299.87/300.08  Current number of ordered equations: 0
% 299.87/300.08  Current number of rules: 878
% 299.87/300.08  New rule produced :
% 299.87/300.08  [1078]
% 299.87/300.08  ifeq(codomain(g),domain(A),compose(domain(g),compose(h,A)),compose(h,A)) ->
% 299.87/300.08  compose(h,A)
% 299.87/300.08  Current number of equations to process: 537
% 299.87/300.08  Current number of ordered equations: 0
% 299.87/300.08  Current number of rules: 879
% 299.87/300.08  New rule produced :
% 299.87/300.08  [1079]
% 299.87/300.08  ifeq(codomain(A),codomain(g),compose(domain(A),compose(A,a)),compose(A,a)) ->
% 299.87/300.08  compose(A,a)
% 299.87/300.08  Current number of equations to process: 535
% 299.87/300.08  Current number of ordered equations: 1
% 299.87/300.08  Current number of rules: 880
% 299.87/300.08  New rule produced :
% 299.87/300.08  [1080]
% 299.87/300.08  ifeq(codomain(a),domain(A),compose(codomain(g),compose(a,A)),compose(a,A)) ->
% 299.87/300.08  compose(a,A)
% 299.87/300.08  Current number of equations to process: 535
% 299.87/300.08  Current number of ordered equations: 0
% 299.87/300.08  Current number of rules: 881
% 299.87/300.08  New rule produced :
% 299.87/300.08  [1081]
% 299.87/300.08  ifeq(domain(A),domain(B),compose(domain(A),compose(domain(A),B)),compose(
% 299.87/300.08                                                                   domain(A),B))
% 299.87/300.08  -> compose(domain(A),B)
% 299.87/300.08  Current number of equations to process: 534
% 299.87/300.08  Current number of ordered equations: 0
% 299.87/300.08  Current number of rules: 882
% 299.87/300.08  New rule produced :
% 299.87/300.08  [1082]
% 299.87/300.08  ifeq(codomain(A),domain(B),compose(codomain(A),compose(codomain(A),B)),
% 299.87/300.08  compose(codomain(A),B)) -> compose(codomain(A),B)
% 299.87/300.08  Current number of equations to process: 532
% 299.87/300.08  Current number of ordered equations: 1
% 299.87/300.08  Current number of rules: 883
% 299.87/300.08  New rule produced :
% 299.87/300.08  [1083]
% 299.87/300.08  ifeq(codomain(A),codomain(B),compose(domain(A),compose(A,codomain(B))),
% 299.87/300.08  compose(A,codomain(B))) -> compose(A,codomain(B))
% 299.87/300.08  Current number of equations to process: 532
% 299.87/300.08  Current number of ordered equations: 0
% 299.87/300.08  Current number of rules: 884
% 299.87/300.08  New rule produced :
% 299.87/300.08  [1084]
% 299.87/300.08  ifeq(codomain(A),domain(B),compose(domain(A),compose(A,domain(B))),compose(A,
% 299.87/300.08                                                                     domain(B)))
% 299.87/300.08  -> compose(A,domain(B))
% 299.87/300.08  Current number of equations to process: 531
% 299.87/300.08  Current number of ordered equations: 0
% 299.87/300.08  Current number of rules: 885
% 299.87/300.08  New rule produced :
% 299.87/300.08  [1085]
% 299.87/300.08  ifeq(codomain(A),domain(g),compose(domain(A),compose(A,h)),compose(A,h)) ->
% 299.87/300.08  compose(A,h)
% 299.87/300.08  Current number of equations to process: 533
% 299.87/300.08  Current number of ordered equations: 0
% 299.87/300.08  Current number of rules: 886
% 299.87/300.08  New rule produced :
% 299.87/300.08  [1086]
% 299.87/300.08  ifeq(codomain(b),domain(A),compose(codomain(g),compose(compose(a,b),A)),
% 299.87/300.08  compose(compose(a,b),A)) -> compose(compose(a,b),A)
% 299.87/300.08  Current number of equations to process: 533
% 299.87/300.08  Current number of ordered equations: 1
% 299.87/300.08  Current number of rules: 887
% 299.87/300.08  New rule produced :
% 299.87/300.08  [1087]
% 299.87/300.08  ifeq(codomain(A),codomain(g),compose(domain(A),compose(A,compose(a,b))),
% 299.87/300.08  compose(A,compose(a,b))) -> compose(A,compose(a,b))
% 299.87/300.08  Current number of equations to process: 533
% 299.87/300.08  Current number of ordered equations: 0
% 299.87/300.08  Current number of rules: 888
% 299.87/300.08  New rule produced :
% 299.87/300.08  [1088]
% 299.87/300.08  ifeq(codomain(A),domain(g),compose(domain(A),compose(A,compose(h,a))),
% 299.87/300.08  compose(A,compose(h,a))) -> compose(A,compose(h,a))
% 299.87/300.08  Current number of equations to process: 532
% 299.87/300.08  Current number of ordered equations: 0
% 299.87/300.08  Current number of rules: 889
% 299.87/300.08  New rule produced :
% 299.87/300.08  [1089]
% 299.87/300.08  ifeq(codomain(a),domain(A),compose(domain(g),compose(compose(g,a),A)),
% 299.87/300.08  compose(compose(g,a),A)) -> compose(compose(g,a),A)
% 299.87/300.08  Current number of equations to process: 531
% 299.87/300.08  Current number of ordered equations: 0
% 299.87/300.08  Current number of rules: 890
% 299.87/300.08  New rule produced :
% 299.87/300.08  [1090]
% 299.87/300.08  ifeq(codomain(A),domain(g),compose(domain(A),compose(A,compose(g,a))),
% 299.87/300.08  compose(A,compose(g,a))) -> compose(A,compose(g,a))
% 299.87/300.08  Current number of equations to process: 530
% 299.87/300.08  Current number of ordered equations: 0
% 299.87/300.08  Current number of rules: 891
% 299.87/300.08  New rule produced :
% 299.87/300.08  [1091]
% 299.87/300.08  ifeq(codomain(b),domain(A),compose(domain(g),compose(compose(g,compose(a,b)),A)),
% 299.87/300.08  compose(compose(g,compose(a,b)),A)) -> compose(compose(g,compose(a,b)),A)
% 299.87/300.08  Current number of equations to process: 529
% 299.87/300.08  Current number of ordered equations: 0
% 299.87/300.08  Current number of rules: 892
% 299.87/300.08  New rule produced :
% 299.87/300.08  [1092]
% 299.87/300.08  ifeq(codomain(A),domain(g),compose(domain(A),compose(A,cCputime limit exceeded (core dumped)
%------------------------------------------------------------------------------