TSTP Solution File: GRP764-1 by CiME---2.01

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CiME---2.01
% Problem  : GRP764-1 : TPTP v6.0.0. Released v4.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : tptp2X_and_run_cime %s

% Computer : n119.star.cs.uiowa.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2609 0 2.40GHz
% Memory   : 32286.75MB
% OS       : Linux 2.6.32-431.11.2.el6.x86_64
% CPULimit : 300s
% DateTime : Tue Jun 10 00:24:32 EDT 2014

% Result   : Timeout 300.08s
% Output   : None 
% Verified : 
% SZS Type : None (Parsing solution fails)
% Syntax   : Number of formulae    : 0

% Comments : 
%------------------------------------------------------------------------------
%----NO SOLUTION OUTPUT BY SYSTEM
%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% % Problem  : GRP764-1 : TPTP v6.0.0. Released v4.1.0.
% % Command  : tptp2X_and_run_cime %s
% % Computer : n119.star.cs.uiowa.edu
% % Model    : x86_64 x86_64
% % CPU      : Intel(R) Xeon(R) CPU E5-2609 0 @ 2.40GHz
% % Memory   : 32286.75MB
% % OS       : Linux 2.6.32-431.11.2.el6.x86_64
% % CPULimit : 300
% % DateTime : Sat Jun  7 01:39:53 CDT 2014
% % CPUTime  : 300.08 
% Processing problem /tmp/CiME_50461_n119.star.cs.uiowa.edu
% #verbose 1;
% let F = signature " x1,x0,one : constant;  eta : 1;  j : 1;  i : 1;  quotient : 2;  difference : 2;  product : 2;";
% let X = vars "A B C";
% let Axioms = equations F X "
% product(A,one) = A;
% product(one,A) = A;
% product(A,difference(A,B)) = B;
% difference(A,product(A,B)) = B;
% quotient(product(A,B),B) = A;
% product(quotient(A,B),B) = A;
% difference(A,product(product(A,B),C)) = quotient(product(B,product(C,A)),A);
% difference(product(A,B),product(A,product(B,C))) = quotient(quotient(product(C,product(A,B)),B),A);
% i(A) = difference(A,one);
% j(A) = quotient(one,A);
% product(i(A),A) = product(A,j(A));
% eta(A) = product(i(A),A);
% ";
% 
% let s1 = status F "
% x1 lr_lex;
% x0 lr_lex;
% eta lr_lex;
% j lr_lex;
% i lr_lex;
% quotient lr_lex;
% difference lr_lex;
% product lr_lex;
% one lr_lex;
% ";
% 
% let p1 = precedence F "
% eta > product > difference > quotient > i > j > one > x0 > x1";
% 
% let s2 = status F "
% x1 mul;
% x0 mul;
% eta mul;
% j mul;
% i mul;
% quotient mul;
% difference mul;
% product mul;
% one mul;
% ";
% 
% let p2 = precedence F "
% eta > product > difference > quotient > i > j > one = x0 = x1";
% 
% let o_auto = AUTO Axioms;
% 
% let o = LEX o_auto (LEX (ACRPO s1 p1) (ACRPO s2 p2));
% 
% let Conjectures = equations F X " product(x0,product(eta(x0),x1)) = product(j(j(x0)),x1);"
% ;
% (*
% let Red_Axioms = normalize_equations Defining_rules Axioms;
% 
% let Red_Conjectures =  normalize_equations Defining_rules Conjectures;
% *)
% #time on;
% 
% let res = prove_conj_by_ordered_completion o Axioms Conjectures;
% 
% #time off;
% 
% 
% let status = if res then "unsatisfiable" else "satisfiable";
% #quit;
% Verbose level is now 1
% 
% F : signature = <signature>
% X : variable_set = <variable set>
% 
% Axioms : (F,X) equations = { product(A,one) = A,
% product(one,A) = A,
% product(A,difference(A,B)) = B,
% difference(A,product(A,B)) = B,
% quotient(product(A,B),B) = A,
% product(quotient(A,B),B) = A,
% difference(A,product(product(A,B),C)) =
% quotient(product(B,product(C,A)),A),
% difference(product(A,B),product(A,product(B,C)))
% =
% quotient(quotient(product(C,product(A,B)),B),A),
% i(A) = difference(A,one),
% j(A) = quotient(one,A),
% product(i(A),A) = product(A,j(A)),
% eta(A) = product(i(A),A) } (12 equation(s))
% s1 : F status = <status>
% p1 : F precedence = <precedence>
% s2 : F status = <status>
% p2 : F precedence = <precedence>
% o_auto : F term_ordering = <term ordering>
% o : F term_ordering = <term ordering>
% Conjectures : (F,X) equations = { product(x0,product(eta(x0),x1)) =
% product(j(j(x0)),x1) } (1 equation(s))
% time is now on
% 
% Initializing completion ...
% New rule produced : [1] product(A,one) -> A
% Current number of equations to process: 0
% Current number of ordered equations: 13
% Current number of rules: 1
% New rule produced : [2] product(one,A) -> A
% Current number of equations to process: 0
% Current number of ordered equations: 12
% Current number of rules: 2
% New rule produced : [3] quotient(one,A) -> j(A)
% Current number of equations to process: 0
% Current number of ordered equations: 11
% Current number of rules: 3
% New rule produced : [4] difference(A,one) -> i(A)
% Current number of equations to process: 0
% Current number of ordered equations: 10
% Current number of rules: 4
% New rule produced : [5] eta(A) -> product(i(A),A)
% The conjecture has been reduced. 
% Conjecture is now:
% product(x0,product(product(i(x0),x0),x1)) = product(j(j(x0)),x1)
% 
% Current number of equations to process: 0
% Current number of ordered equations: 9
% Current number of rules: 5
% New rule produced : [6] quotient(product(A,B),B) -> A
% Current number of equations to process: 0
% Current number of ordered equations: 8
% Current number of rules: 6
% New rule produced : [7] difference(A,product(A,B)) -> B
% Current number of equations to process: 0
% Current number of ordered equations: 7
% Current number of rules: 7
% New rule produced : [8] product(A,difference(A,B)) -> B
% Current number of equations to process: 0
% Current number of ordered equations: 6
% Current number of rules: 8
% New rule produced : [9] product(quotient(A,B),B) -> A
% Current number of equations to process: 0
% Current number of ordered equations: 5
% Current number of rules: 9
% Rule [5] eta(A) -> product(i(A),A) is composed into [5]
% eta(A) -> product(A,j(A))
% New rule produced : [10] product(i(A),A) -> product(A,j(A))
% The conjecture has been reduced. 
% Conjecture is now:
% product(x0,product(product(x0,j(x0)),x1)) = product(j(j(x0)),x1)
% 
% Current number of equations to process: 0
% Current number of ordered equations: 4
% Current number of rules: 10
% New rule produced :
% [11]
% quotient(product(B,product(C,A)),A) <-> difference(A,product(product(A,B),C))
% Current number of equations to process: 0
% Current number of ordered equations: 16
% Current number of rules: 11
% New rule produced :
% [12]
% difference(A,product(product(A,B),C)) <-> quotient(product(B,product(C,A)),A)
% Current number of equations to process: 0
% Current number of ordered equations: 15
% Current number of rules: 12
% New rule produced :
% [13]
% quotient(quotient(product(C,product(A,B)),B),A) <->
% difference(product(A,B),product(A,product(B,C)))
% Current number of equations to process: 2
% Current number of ordered equations: 21
% Current number of rules: 13
% New rule produced :
% [14]
% difference(product(A,B),product(A,product(B,C))) <->
% quotient(quotient(product(C,product(A,B)),B),A)
% Current number of equations to process: 2
% Current number of ordered equations: 20
% Current number of rules: 14
% New rule produced : [15] i(one) -> j(one)
% Current number of equations to process: 2
% Current number of ordered equations: 19
% Current number of rules: 15
% New rule produced : [16] quotient(A,one) -> A
% Current number of equations to process: 4
% Current number of ordered equations: 15
% Current number of rules: 16
% New rule produced : [17] quotient(A,A) -> one
% Current number of equations to process: 4
% Current number of ordered equations: 14
% Current number of rules: 17
% New rule produced : [18] difference(A,A) -> one
% Current number of equations to process: 4
% Current number of ordered equations: 13
% Current number of rules: 18
% New rule produced : [19] difference(one,A) -> A
% Current number of equations to process: 4
% Current number of ordered equations: 11
% Current number of rules: 19
% New rule produced : [20] product(A,i(A)) -> one
% Current number of equations to process: 4
% Current number of ordered equations: 10
% Current number of rules: 20
% New rule produced : [21] product(j(A),A) -> one
% Current number of equations to process: 4
% Current number of ordered equations: 9
% Current number of rules: 21
% New rule produced : [22] quotient(A,difference(B,A)) -> B
% Current number of equations to process: 4
% Current number of ordered equations: 8
% Current number of rules: 22
% New rule produced : [23] difference(quotient(A,B),A) -> B
% Current number of equations to process: 4
% Current number of ordered equations: 7
% Current number of rules: 23
% New rule produced : [24] quotient(product(A,j(A)),A) -> i(A)
% Current number of equations to process: 4
% Current number of ordered equations: 6
% Current number of rules: 24
% New rule produced : [25] difference(i(A),product(A,j(A))) -> A
% Current number of equations to process: 4
% Current number of ordered equations: 5
% Current number of rules: 25
% New rule produced :
% [26]
% difference(C,product(product(C,A),quotient(B,C))) -> quotient(product(A,B),C)
% Current number of equations to process: 2
% Current number of ordered equations: 4
% Current number of rules: 26
% New rule produced :
% [27]
% product(difference(A,product(product(A,B),C)),A) -> product(B,product(C,A))
% Current number of equations to process: 2
% Current number of ordered equations: 3
% Current number of rules: 27
% New rule produced :
% [28]
% product(A,quotient(product(B,product(C,A)),A)) <-> product(product(A,B),C)
% Current number of equations to process: 2
% Current number of ordered equations: 2
% Current number of rules: 28
% New rule produced :
% [29]
% product(product(A,B),C) <-> product(A,quotient(product(B,product(C,A)),A))
% The conjecture has been reduced. 
% Conjecture is now:
% product(x0,product(x0,quotient(product(j(x0),product(x1,x0)),x0))) = 
% product(j(j(x0)),x1)
% 
% Current number of equations to process: 2
% Current number of ordered equations: 1
% Current number of rules: 29
% New rule produced :
% [30]
% quotient(product(difference(A,B),product(C,A)),A) ->
% difference(A,product(B,C))
% Current number of equations to process: 2
% Current number of ordered equations: 0
% Current number of rules: 30
% New rule produced :
% [31]
% difference(product(A,B),product(A,C)) <->
% quotient(difference(B,product(C,A)),A)
% Current number of equations to process: 17
% Current number of ordered equations: 1
% Current number of rules: 31
% New rule produced :
% [32]
% quotient(difference(B,product(C,A)),A) <->
% difference(product(A,B),product(A,C))
% Current number of equations to process: 17
% Current number of ordered equations: 0
% Current number of rules: 32
% Rule [15] i(one) -> j(one) is composed into [15] i(one) -> one
% New rule produced : [33] j(one) -> one
% Current number of equations to process: 17
% Current number of ordered equations: 0
% Current number of rules: 33
% New rule produced : [34] j(i(A)) -> A
% Current number of equations to process: 17
% Current number of ordered equations: 0
% Current number of rules: 34
% New rule produced : [35] i(j(A)) -> A
% Current number of equations to process: 21
% Current number of ordered equations: 0
% Current number of rules: 35
% New rule produced :
% [36] product(B,product(i(B),A)) -> quotient(quotient(A,i(B)),B)
% Current number of equations to process: 27
% Current number of ordered equations: 0
% Current number of rules: 36
% New rule produced :
% [37] product(j(B),product(B,A)) -> quotient(quotient(A,B),j(B))
% Current number of equations to process: 25
% Current number of ordered equations: 0
% Current number of rules: 37
% New rule produced :
% [38] quotient(product(i(A),product(B,A)),A) -> difference(A,B)
% Current number of equations to process: 26
% Current number of ordered equations: 0
% Current number of rules: 38
% New rule produced :
% [39] quotient(product(A,product(B,j(A))),j(A)) -> difference(j(A),B)
% Current number of equations to process: 25
% Current number of ordered equations: 0
% Current number of rules: 39
% New rule produced :
% [40]
% product(product(A,B),quotient(C,A)) -> product(A,quotient(product(B,C),A))
% Rule
% [26]
% difference(C,product(product(C,A),quotient(B,C))) -> quotient(product(A,B),C)
% collapsed.
% Current number of equations to process: 27
% Current number of ordered equations: 0
% Current number of rules: 39
% New rule produced :
% [41]
% product(difference(A,product(B,C)),A) ->
% product(difference(A,B),product(C,A))
% Rule
% [27]
% product(difference(A,product(product(A,B),C)),A) -> product(B,product(C,A))
% collapsed.
% Current number of equations to process: 30
% Current number of ordered equations: 0
% Current number of rules: 39
% New rule produced :
% [42]
% product(C,product(difference(product(A,C),B),A)) ->
% product(difference(A,B),A)
% Current number of equations to process: 31
% Current number of ordered equations: 0
% Current number of rules: 40
% New rule produced :
% [43]
% quotient(product(difference(A,B),C),A) ->
% difference(A,product(B,quotient(C,A)))
% Rule
% [30]
% quotient(product(difference(A,B),product(C,A)),A) ->
% difference(A,product(B,C)) collapsed.
% Current number of equations to process: 52
% Current number of ordered equations: 0
% Current number of rules: 40
% New rule produced :
% [44] difference(product(A,B),A) -> quotient(difference(B,A),A)
% Current number of equations to process: 52
% Current number of ordered equations: 0
% Current number of rules: 41
% New rule produced :
% [45]
% difference(A,product(B,C)) <->
% quotient(difference(difference(B,A),product(C,B)),B)
% Current number of equations to process: 56
% Current number of ordered equations: 3
% Current number of rules: 42
% New rule produced :
% [46]
% difference(product(A,B),C) <->
% quotient(difference(B,product(difference(A,C),A)),A)
% Current number of equations to process: 56
% Current number of ordered equations: 2
% Current number of rules: 43
% New rule produced :
% [47]
% quotient(difference(B,product(difference(A,C),A)),A) <->
% difference(product(A,B),C)
% Current number of equations to process: 56
% Current number of ordered equations: 1
% Current number of rules: 44
% New rule produced :
% [48]
% quotient(difference(difference(B,A),product(C,B)),B) <->
% difference(A,product(B,C))
% Current number of equations to process: 56
% Current number of ordered equations: 0
% Current number of rules: 45
% New rule produced :
% [49] difference(product(i(A),B),product(A,j(A))) -> quotient(i(B),i(A))
% Current number of equations to process: 55
% Current number of ordered equations: 0
% Current number of rules: 46
% Rule [46]
% difference(product(A,B),C) <->
% quotient(difference(B,product(difference(A,C),A)),A) is composed into 
% [46]
% difference(product(A,B),C) <->
% quotient(difference(B,quotient(difference(i(difference(A,C)),product(A,
% difference(A,C))),
% difference(A,C))),A)
% New rule produced :
% [50] product(A,B) <-> quotient(difference(i(A),product(B,A)),A)
% Rule [9] product(quotient(A,B),B) -> A collapsed.
% Rule [10] product(i(A),A) -> product(A,j(A)) collapsed.
% Rule [21] product(j(A),A) -> one collapsed.
% Rule
% [41]
% product(difference(A,product(B,C)),A) ->
% product(difference(A,B),product(C,A)) collapsed.
% Rule
% [42]
% product(C,product(difference(product(A,C),B),A)) ->
% product(difference(A,B),A) collapsed.
% Rule
% [47]
% quotient(difference(B,product(difference(A,C),A)),A) <->
% difference(product(A,B),C) collapsed.
% The conjecture has been reduced. 
% Conjecture is now:
% product(x0,product(x0,quotient(product(j(x0),product(x1,x0)),x0))) = 
% quotient(difference(j(x0),product(x1,j(j(x0)))),j(j(x0)))
% 
% Current number of equations to process: 64
% Current number of ordered equations: 1
% Current number of rules: 41
% Rule [5] eta(A) -> product(A,j(A)) is composed into [5]
% eta(A) ->
% quotient(i(i(i(A))),i(A))
% New rule produced : [51] product(A,j(A)) -> quotient(i(i(i(A))),i(A))
% Rule [24] quotient(product(A,j(A)),A) -> i(A) collapsed.
% Rule [25] difference(i(A),product(A,j(A))) -> A collapsed.
% Rule [49] difference(product(i(A),B),product(A,j(A))) -> quotient(i(B),i(A))
% collapsed.
% Current number of equations to process: 65
% Current number of ordered equations: 2
% Current number of rules: 39
% New rule produced :
% [52]
% quotient(difference(i(quotient(A,B)),product(B,quotient(A,B))),quotient(A,B))
% -> A
% Current number of equations to process: 65
% Current number of ordered equations: 1
% Current number of rules: 40
% New rule produced :
% [53] quotient(difference(i(A),product(B,A)),A) <-> product(A,B)
% Current number of equations to process: 65
% Current number of ordered equations: 0
% Current number of rules: 41
% New rule produced : [54] quotient(quotient(i(i(i(A))),i(A)),A) -> i(A)
% Current number of equations to process: 64
% Current number of ordered equations: 0
% Current number of rules: 42
% New rule produced :
% [55] i(product(A,B)) -> quotient(difference(B,quotient(i(i(i(A))),i(A))),A)
% Current number of equations to process: 63
% Current number of ordered equations: 0
% Current number of rules: 43
% New rule produced : [56] difference(i(A),quotient(i(i(i(A))),i(A))) -> A
% Current number of equations to process: 62
% Current number of ordered equations: 0
% Current number of rules: 44
% New rule produced :
% [57] product(j(A),B) <-> quotient(difference(A,product(B,j(A))),j(A))
% Current number of equations to process: 66
% Current number of ordered equations: 1
% Current number of rules: 45
% New rule produced :
% [58] quotient(difference(A,product(B,j(A))),j(A)) <-> product(j(A),B)
% Current number of equations to process: 66
% Current number of ordered equations: 0
% Current number of rules: 46
% New rule produced :
% [59]
% quotient(difference(B,quotient(i(i(i(A))),i(A))),j(A)) ->
% quotient(difference(B,quotient(i(i(A)),A)),j(A))
% Current number of equations to process: 65
% Current number of ordered equations: 0
% Current number of rules: 47
% New rule produced :
% [60] product(i(A),B) -> difference(A,quotient(quotient(B,i(A)),A))
% Rule [36] product(B,product(i(B),A)) -> quotient(quotient(A,i(B)),B)
% collapsed.
% Rule [38] quotient(product(i(A),product(B,A)),A) -> difference(A,B)
% collapsed.
% Current number of equations to process: 78
% Current number of ordered equations: 0
% Current number of rules: 46
% Rule [58] quotient(difference(A,product(B,j(A))),j(A)) <-> product(j(A),B) is composed into 
% [58]
% quotient(difference(A,product(B,j(A))),j(A)) ->
% quotient(quotient(difference(A,B),A),j(A))
% New rule produced :
% [61] product(j(A),B) -> quotient(quotient(difference(A,B),A),j(A))
% Rule [37] product(j(B),product(B,A)) -> quotient(quotient(A,B),j(B))
% collapsed.
% Rule [57] product(j(A),B) <-> quotient(difference(A,product(B,j(A))),j(A))
% collapsed.
% The conjecture has been reduced. 
% Conjecture is now:
% product(x0,product(x0,quotient(quotient(quotient(difference(x0,product(x1,x0)),x0),
% j(x0)),x0))) = quotient(quotient(difference(
% j(x0),x1),
% j(x0)),j(j(x0)))
% 
% Current number of equations to process: 84
% Current number of ordered equations: 0
% Current number of rules: 45
% New rule produced :
% [62] quotient(difference(A,quotient(i(i(A)),A)),j(A)) -> one
% Current number of equations to process: 84
% Current number of ordered equations: 0
% Current number of rules: 46
% New rule produced :
% [63] product(A,B) -> quotient(quotient(difference(i(A),B),i(A)),A)
% Rule [1] product(A,one) -> A collapsed.
% Rule [2] product(one,A) -> A collapsed.
% Rule [6] quotient(product(A,B),B) -> A collapsed.
% Rule [7] difference(A,product(A,B)) -> B collapsed.
% Rule [8] product(A,difference(A,B)) -> B collapsed.
% Rule
% [11]
% quotient(product(B,product(C,A)),A) <-> difference(A,product(product(A,B),C))
% collapsed.
% Rule
% [12]
% difference(A,product(product(A,B),C)) <-> quotient(product(B,product(C,A)),A)
% collapsed.
% Rule
% [13]
% quotient(quotient(product(C,product(A,B)),B),A) <->
% difference(product(A,B),product(A,product(B,C))) collapsed.
% Rule
% [14]
% difference(product(A,B),product(A,product(B,C))) <->
% quotient(quotient(product(C,product(A,B)),B),A) collapsed.
% Rule [20] product(A,i(A)) -> one collapsed.
% Rule
% [28]
% product(A,quotient(product(B,product(C,A)),A)) <-> product(product(A,B),C)
% collapsed.
% Rule
% [29]
% product(product(A,B),C) <-> product(A,quotient(product(B,product(C,A)),A))
% collapsed.
% Rule
% [31]
% difference(product(A,B),product(A,C)) <->
% quotient(difference(B,product(C,A)),A) collapsed.
% Rule
% [32]
% quotient(difference(B,product(C,A)),A) <->
% difference(product(A,B),product(A,C)) collapsed.
% Rule [39] quotient(product(A,product(B,j(A))),j(A)) -> difference(j(A),B)
% collapsed.
% Rule
% [40]
% product(product(A,B),quotient(C,A)) -> product(A,quotient(product(B,C),A))
% collapsed.
% Rule
% [43]
% quotient(product(difference(A,B),C),A) ->
% difference(A,product(B,quotient(C,A))) collapsed.
% Rule [44] difference(product(A,B),A) -> quotient(difference(B,A),A)
% collapsed.
% Rule
% [45]
% difference(A,product(B,C)) <->
% quotient(difference(difference(B,A),product(C,B)),B) collapsed.
% Rule
% [46]
% difference(product(A,B),C) <->
% quotient(difference(B,quotient(difference(i(difference(A,C)),product(A,
% difference(A,C))),
% difference(A,C))),A) collapsed.
% Rule
% [48]
% quotient(difference(difference(B,A),product(C,B)),B) <->
% difference(A,product(B,C)) collapsed.
% Rule [50] product(A,B) <-> quotient(difference(i(A),product(B,A)),A)
% collapsed.
% Rule [51] product(A,j(A)) -> quotient(i(i(i(A))),i(A)) collapsed.
% Rule
% [52]
% quotient(difference(i(quotient(A,B)),product(B,quotient(A,B))),quotient(A,B))
% -> A collapsed.
% Rule [53] quotient(difference(i(A),product(B,A)),A) <-> product(A,B)
% collapsed.
% Rule
% [55] i(product(A,B)) -> quotient(difference(B,quotient(i(i(i(A))),i(A))),A)
% collapsed.
% Rule
% [58]
% quotient(difference(A,product(B,j(A))),j(A)) ->
% quotient(quotient(difference(A,B),A),j(A)) collapsed.
% Rule [60] product(i(A),B) -> difference(A,quotient(quotient(B,i(A)),A))
% collapsed.
% Rule [61] product(j(A),B) -> quotient(quotient(difference(A,B),A),j(A))
% collapsed.
% The conjecture has been reduced. 
% Conjecture is now:
% quotient(quotient(difference(i(x0),quotient(quotient(difference(i(x0),
% quotient(quotient(
% quotient(
% difference(x0,
% quotient(
% quotient(
% difference(
% i(x1),x0),
% i(x1)),x1)),x0),
% j(x0)),x0)),
% i(x0)),x0)),i(x0)),x0) = 
% quotient(quotient(difference(j(x0),x1),j(x0)),j(j(x0)))
% 
% Current number of equations to process: 103
% Current number of ordered equations: 0
% Current number of rules: 18
% New rule produced : [64] quotient(quotient(i(i(A)),i(A)),A) -> A
% Current number of equations to process: 95
% Current number of ordered equations: 9
% Current number of rules: 19
% New rule produced :
% [65] difference(A,quotient(quotient(difference(i(A),B),i(A)),A)) -> B
% Current number of equations to process: 95
% Current number of ordered equations: 8
% Current number of rules: 20
% New rule produced :
% [66] quotient(quotient(quotient(difference(i(A),B),i(A)),A),B) -> A
% Current number of equations to process: 95
% Current number of ordered equations: 7
% Current number of rules: 21
% New rule produced :
% [67] quotient(quotient(difference(i(A),difference(A,B)),i(A)),A) -> B
% Current number of equations to process: 95
% Current number of ordered equations: 6
% Current number of rules: 22
% New rule produced :
% [68]
% quotient(quotient(difference(i(A),j(A)),i(A)),A) -> quotient(i(i(i(A))),i(A))
% Current number of equations to process: 95
% Current number of ordered equations: 5
% Current number of rules: 23
% New rule produced :
% [69]
% quotient(difference(i(quotient(A,B)),quotient(quotient(difference(i(B),
% quotient(A,B)),
% i(B)),B)),quotient(A,B)) -> A
% Current number of equations to process: 95
% Current number of ordered equations: 4
% Current number of rules: 24
% New rule produced :
% [70]
% difference(quotient(quotient(difference(i(A),B),i(A)),A),quotient(quotient(
% difference(
% i(A),
% quotient(
% quotient(
% difference(
% i(B),C),
% i(B)),B)),
% i(A)),A))
% <->
% quotient(quotient(quotient(quotient(difference(i(C),quotient(quotient(
% difference(
% i(A),B),
% i(A)),A)),
% i(C)),C),B),A)
% Current number of equations to process: 5
% Current number of ordered equations: 168
% Current number of rules: 25
% New rule produced :
% [71]
% quotient(quotient(quotient(quotient(difference(i(C),quotient(quotient(
% difference(
% i(A),B),
% i(A)),A)),
% i(C)),C),B),A) <->
% difference(quotient(quotient(difference(i(A),B),i(A)),A),quotient(quotient(
% difference(
% i(A),
% quotient(
% quotient(
% difference(
% i(B),C),
% i(B)),B)),
% i(A)),A))
% Current number of equations to process: 5
% Current number of ordered equations: 167
% Current number of rules: 26
% New rule produced :
% [72]
% difference(A,quotient(quotient(difference(i(quotient(quotient(difference(
% i(A),B),
% i(A)),A)),C),i(quotient(
% quotient(
% difference(
% i(A),B),
% i(A)),A))),
% quotient(quotient(difference(i(A),B),i(A)),A))) <->
% quotient(quotient(quotient(difference(i(B),quotient(quotient(difference(
% i(C),A),
% i(C)),C)),i(B)),B),A)
% Current number of equations to process: 16
% Current number of ordered equations: 185
% Current number of rules: 27
% New rule produced :
% [73]
% quotient(quotient(quotient(difference(i(B),quotient(quotient(difference(
% i(C),A),
% i(C)),C)),i(B)),B),A) <->
% difference(A,quotient(quotient(difference(i(quotient(quotient(difference(
% i(A),B),
% i(A)),A)),C),i(quotient(
% quotient(
% difference(
% i(A),B),
% i(A)),A))),
% quotient(quotient(difference(i(A),B),i(A)),A)))
% Current number of equations to process: 16
% Current number of ordered equations: 184
% Current number of rules: 28
% New rule produced : [74] quotient(difference(i(A),A),A) -> A
% Current number of equations to process: 16
% Current number of ordered equations: 183
% Current number of rules: 29
% New rule produced : [75] difference(A,quotient(i(i(A)),A)) -> j(A)
% Rule [56] difference(i(A),quotient(i(i(i(A))),i(A))) -> A collapsed.
% Rule [62] quotient(difference(A,quotient(i(i(A)),A)),j(A)) -> one collapsed.
% Current number of equations to process: 16
% Current number of ordered equations: 176
% Current number of rules: 28
% New rule produced : [76] quotient(quotient(i(A),A),j(A)) -> j(A)
% Current number of equations to process: 16
% Current number of ordered equations: 175
% Current number of rules: 29
% New rule produced : [77] quotient(quotient(i(i(A)),A),j(A)) -> A
% Current number of equations to process: 17
% Current number of ordered equations: 173
% Current number of rules: 30
% New rule produced : [78] difference(A,quotient(i(i(A)),i(A))) -> A
% Current number of equations to process: 17
% Current number of ordered equations: 172
% Current number of rules: 31
% New rule produced : [79] difference(A,quotient(i(i(i(A))),i(A))) -> j(A)
% Current number of equations to process: 17
% Current number of ordered equations: 171
% Current number of rules: 32
% Rule [63] product(A,B) -> quotient(quotient(difference(i(A),B),i(A)),A) is composed into 
% [63] product(A,B) -> difference(j(A),quotient(quotient(B,A),j(A)))
% New rule produced :
% [80]
% quotient(quotient(difference(i(A),B),i(A)),A) ->
% difference(j(A),quotient(quotient(B,A),j(A)))
% Rule [65] difference(A,quotient(quotient(difference(i(A),B),i(A)),A)) -> B
% collapsed.
% Rule [66] quotient(quotient(quotient(difference(i(A),B),i(A)),A),B) -> A
% collapsed.
% Rule [67] quotient(quotient(difference(i(A),difference(A,B)),i(A)),A) -> B
% collapsed.
% Rule
% [68]
% quotient(quotient(difference(i(A),j(A)),i(A)),A) -> quotient(i(i(i(A))),i(A))
% collapsed.
% Rule
% [69]
% quotient(difference(i(quotient(A,B)),quotient(quotient(difference(i(B),
% quotient(A,B)),
% i(B)),B)),quotient(A,B)) -> A
% collapsed.
% Rule
% [70]
% difference(quotient(quotient(difference(i(A),B),i(A)),A),quotient(quotient(
% difference(
% i(A),
% quotient(
% quotient(
% difference(
% i(B),C),
% i(B)),B)),
% i(A)),A))
% <->
% quotient(quotient(quotient(quotient(difference(i(C),quotient(quotient(
% difference(
% i(A),B),
% i(A)),A)),
% i(C)),C),B),A) collapsed.
% Rule
% [71]
% quotient(quotient(quotient(quotient(difference(i(C),quotient(quotient(
% difference(
% i(A),B),
% i(A)),A)),
% i(C)),C),B),A) <->
% difference(quotient(quotient(difference(i(A),B),i(A)),A),quotient(quotient(
% difference(
% i(A),
% quotient(
% quotient(
% difference(
% i(B),C),
% i(B)),B)),
% i(A)),A))
% collapsed.
% Rule
% [72]
% difference(A,quotient(quotient(difference(i(quotient(quotient(difference(
% i(A),B),
% i(A)),A)),C),i(quotient(
% quotient(
% difference(
% i(A),B),
% i(A)),A))),
% quotient(quotient(difference(i(A),B),i(A)),A))) <->
% quotient(quotient(quotient(difference(i(B),quotient(quotient(difference(
% i(C),A),
% i(C)),C)),i(B)),B),A)
% collapsed.
% Rule
% [73]
% quotient(quotient(quotient(difference(i(B),quotient(quotient(difference(
% i(C),A),
% i(C)),C)),i(B)),B),A) <->
% difference(A,quotient(quotient(difference(i(quotient(quotient(difference(
% i(A),B),
% i(A)),A)),C),i(quotient(
% quotient(
% difference(
% i(A),B),
% i(A)),A))),
% quotient(quotient(difference(i(A),B),i(A)),A))) collapsed.
% The conjecture has been reduced. 
% Conjecture is now:
% difference(j(x0),quotient(quotient(difference(j(x0),quotient(quotient(
% quotient(
% quotient(
% quotient(
% difference(x0,
% difference(
% j(x1),quotient(
% quotient(x0,x1),
% j(x1)))),x0),
% j(x0)),x0),x0),
% j(x0))),x0),j(x0))) = 
% quotient(quotient(difference(j(x0),x1),j(x0)),j(j(x0)))
% 
% Current number of equations to process: 147
% Current number of ordered equations: 6
% Current number of rules: 24
% New rule produced :
% [81] difference(A,difference(j(A),quotient(quotient(B,A),j(A)))) -> B
% Current number of equations to process: 140
% Current number of ordered equations: 14
% Current number of rules: 25
% New rule produced :
% [82] difference(j(A),quotient(quotient(difference(A,B),A),j(A))) -> B
% Current number of equations to process: 140
% Current number of ordered equations: 13
% Current number of rules: 26
% New rule produced :
% [83] quotient(difference(j(A),quotient(quotient(B,A),j(A))),B) -> A
% Current number of equations to process: 140
% Current number of ordered equations: 12
% Current number of rules: 27
% New rule produced :
% [84]
% difference(j(A),quotient(quotient(j(A),A),j(A))) -> quotient(i(i(i(A))),i(A))
% Current number of equations to process: 140
% Current number of ordered equations: 11
% Current number of rules: 28
% New rule produced :
% [85]
% quotient(difference(i(quotient(A,B)),difference(j(B),quotient(quotient(
% quotient(A,B),B),
% j(B)))),quotient(A,B))
% -> A
% Current number of equations to process: 140
% Current number of ordered equations: 10
% Current number of rules: 29
% New rule produced :
% [86]
% difference(difference(j(A),quotient(quotient(B,A),j(A))),difference(j(A),
% quotient(quotient(
% difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B))),A),
% j(A)))) <->
% quotient(quotient(difference(j(C),quotient(quotient(difference(j(A),quotient(
% quotient(B,A),
% j(A))),C),
% j(C))),B),A)
% Current number of equations to process: 17
% Current number of ordered equations: 193
% Current number of rules: 30
% New rule produced :
% [87]
% quotient(quotient(difference(j(C),quotient(quotient(difference(j(A),quotient(
% quotient(B,A),
% j(A))),C),
% j(C))),B),A) <->
% difference(difference(j(A),quotient(quotient(B,A),j(A))),difference(j(A),
% quotient(quotient(
% difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B))),A),
% j(A))))
% Current number of equations to process: 17
% Current number of ordered equations: 192
% Current number of rules: 31
% New rule produced :
% [88]
% difference(A,difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),
% quotient(quotient(C,difference(j(A),quotient(quotient(B,A),j(A)))),
% j(difference(j(A),quotient(quotient(B,A),j(A))))))) <->
% quotient(difference(j(B),quotient(quotient(difference(j(C),quotient(quotient(A,C),
% j(C))),B),
% j(B))),A)
% Current number of equations to process: 62
% Current number of ordered equations: 233
% Current number of rules: 32
% New rule produced :
% [89]
% quotient(difference(j(B),quotient(quotient(difference(j(C),quotient(quotient(A,C),
% j(C))),B),
% j(B))),A) <->
% difference(A,difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),
% quotient(quotient(C,difference(j(A),quotient(quotient(B,A),j(A)))),
% j(difference(j(A),quotient(quotient(B,A),j(A)))))))
% Current number of equations to process: 62
% Current number of ordered equations: 232
% Current number of rules: 33
% New rule produced : [90] difference(A,difference(i(A),A)) -> A
% Current number of equations to process: 62
% Current number of ordered equations: 231
% Current number of rules: 34
% New rule produced : [91] difference(A,difference(j(A),A)) -> i(i(A))
% Current number of equations to process: 62
% Current number of ordered equations: 230
% Current number of rules: 35
% New rule produced : [92] quotient(difference(A,j(A)),j(A)) -> j(A)
% Current number of equations to process: 62
% Current number of ordered equations: 229
% Current number of rules: 36
% New rule produced : [93] difference(j(A),quotient(i(A),A)) -> j(A)
% Current number of equations to process: 62
% Current number of ordered equations: 227
% Current number of rules: 37
% New rule produced : [94] difference(A,difference(j(A),j(j(A)))) -> A
% Current number of equations to process: 62
% Current number of ordered equations: 226
% Current number of rules: 38
% New rule produced : [95] quotient(difference(j(A),j(j(A))),A) -> A
% Current number of equations to process: 62
% Current number of ordered equations: 225
% Current number of rules: 39
% New rule produced : [96] quotient(difference(j(A),A),i(i(A))) -> A
% Current number of equations to process: 62
% Current number of ordered equations: 224
% Current number of rules: 40
% New rule produced : [97] difference(j(A),j(j(A))) -> quotient(i(i(A)),i(A))
% Rule [94] difference(A,difference(j(A),j(j(A)))) -> A collapsed.
% Rule [95] quotient(difference(j(A),j(j(A))),A) -> A collapsed.
% Current number of equations to process: 72
% Current number of ordered equations: 213
% Current number of rules: 39
% New rule produced : [98] difference(j(A),quotient(i(A),j(A))) -> j(j(A))
% Current number of equations to process: 75
% Current number of ordered equations: 209
% Current number of rules: 40
% New rule produced : [99] quotient(quotient(A,j(A)),j(j(A))) -> j(j(A))
% Current number of equations to process: 75
% Current number of ordered equations: 201
% Current number of rules: 41
% New rule produced : [100] difference(j(A),quotient(i(i(A)),A)) -> j(j(A))
% Current number of equations to process: 75
% Current number of ordered equations: 200
% Current number of rules: 42
% Rule [84]
% difference(j(A),quotient(quotient(j(A),A),j(A))) ->
% quotient(i(i(i(A))),i(A)) is composed into [84]
% difference(j(A),quotient(
% quotient(
% j(A),A),
% j(A))) ->
% quotient(i(i(A)),A)
% Rule [5] eta(A) -> quotient(i(i(i(A))),i(A)) is composed into [5]
% eta(A) ->
% quotient(
% i(i(A)),A)
% New rule produced : [101] quotient(i(i(i(A))),i(A)) -> quotient(i(i(A)),A)
% Rule [54] quotient(quotient(i(i(i(A))),i(A)),A) -> i(A) collapsed.
% Rule
% [59]
% quotient(difference(B,quotient(i(i(i(A))),i(A))),j(A)) ->
% quotient(difference(B,quotient(i(i(A)),A)),j(A)) collapsed.
% Rule [79] difference(A,quotient(i(i(i(A))),i(A))) -> j(A) collapsed.
% Current number of equations to process: 105
% Current number of ordered equations: 155
% Current number of rules: 40
% New rule produced : [102] quotient(quotient(i(i(A)),A),A) -> i(A)
% Current number of equations to process: 104
% Current number of ordered equations: 155
% Current number of rules: 41
% New rule produced : [103] quotient(quotient(i(A),j(A)),j(j(A))) -> j(A)
% Current number of equations to process: 104
% Current number of ordered equations: 154
% Current number of rules: 42
% New rule produced : [104] quotient(quotient(A,i(A)),A) -> j(j(A))
% Current number of equations to process: 103
% Current number of ordered equations: 154
% Current number of rules: 43
% New rule produced :
% [105] difference(i(A),A) -> difference(A,difference(j(A),quotient(A,j(A))))
% Rule [74] quotient(difference(i(A),A),A) -> A collapsed.
% Rule [90] difference(A,difference(i(A),A)) -> A collapsed.
% Current number of equations to process: 105
% Current number of ordered equations: 150
% Current number of rules: 42
% New rule produced :
% [106] quotient(quotient(quotient(difference(A,B),A),j(A)),B) -> j(A)
% Current number of equations to process: 105
% Current number of ordered equations: 149
% Current number of rules: 43
% New rule produced :
% [107] quotient(difference(A,quotient(quotient(B,i(A)),A)),B) -> i(A)
% Current number of equations to process: 105
% Current number of ordered equations: 148
% Current number of rules: 44
% New rule produced :
% [108] quotient(difference(A,difference(j(A),quotient(A,j(A)))),A) -> A
% Current number of equations to process: 104
% Current number of ordered equations: 148
% Current number of rules: 45
% New rule produced :
% [109] difference(A,difference(A,difference(j(A),quotient(A,j(A))))) -> A
% Current number of equations to process: 103
% Current number of ordered equations: 148
% Current number of rules: 46
% New rule produced :
% [110] difference(i(A),difference(A,quotient(quotient(B,i(A)),A))) -> B
% Current number of equations to process: 103
% Current number of ordered equations: 147
% Current number of rules: 47
% Rule [105]
% difference(i(A),A) -> difference(A,difference(j(A),quotient(A,j(A)))) is composed into 
% [105] difference(i(A),A) -> quotient(i(i(A)),i(A))
% New rule produced :
% [111]
% difference(A,difference(j(A),quotient(A,j(A)))) -> quotient(i(i(A)),i(A))
% Rule [108] quotient(difference(A,difference(j(A),quotient(A,j(A)))),A) -> A
% collapsed.
% Rule [109] difference(A,difference(A,difference(j(A),quotient(A,j(A))))) -> A
% collapsed.
% Current number of equations to process: 103
% Current number of ordered equations: 145
% Current number of rules: 46
% New rule produced :
% [112]
% difference(difference(j(A),quotient(quotient(B,A),j(A))),A) ->
% quotient(quotient(difference(B,quotient(quotient(difference(j(A),quotient(
% quotient(B,A),
% j(A))),
% i(B)),B)),B),A)
% Current number of equations to process: 105
% Current number of ordered equations: 140
% Current number of rules: 47
% New rule produced :
% [113]
% quotient(difference(j(A),quotient(quotient(quotient(difference(j(B),quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A),A),
% j(A))),C) ->
% difference(j(A),quotient(quotient(B,A),j(A)))
% Current number of equations to process: 105
% Current number of ordered equations: 139
% Current number of rules: 48
% New rule produced :
% [114]
% difference(j(A),quotient(quotient(C,A),j(A))) <->
% quotient(difference(j(A),quotient(quotient(B,A),j(A))),quotient(difference(C,
% difference(
% j(B),
% quotient(
% quotient(A,B),
% j(B)))),A))
% The conjecture has been reduced. 
% Conjecture is now:
% difference(j(x0),quotient(quotient(difference(j(x0),quotient(quotient(
% quotient(
% quotient(
% quotient(
% difference(x0,
% quotient(
% quotient(
% i(i(x1)),
% i(x1)),quotient(
% difference(x0,
% quotient(
% i(
% i(x1)),
% i(x1))),x1))),x0),
% j(x0)),x0),x0),
% j(x0))),x0),j(x0))) = 
% quotient(quotient(difference(j(x0),x1),j(x0)),j(j(x0)))
% 
% Current number of equations to process: 106
% Current number of ordered equations: 137
% Current number of rules: 49
% New rule produced :
% [115]
% quotient(difference(j(A),quotient(quotient(B,A),j(A))),quotient(difference(C,
% difference(
% j(B),
% quotient(
% quotient(A,B),
% j(B)))),A))
% <-> difference(j(A),quotient(quotient(C,A),j(A)))
% Current number of equations to process: 106
% Current number of ordered equations: 136
% Current number of rules: 50
% New rule produced :
% [116]
% quotient(quotient(difference(j(difference(A,B)),quotient(quotient(x1,
% difference(A,B)),
% j(difference(A,B)))),
% quotient(difference(quotient(i(i(A)),A),difference(j(x1),quotient(
% quotient(
% difference(A,B),x1),
% j(x1)))),
% difference(A,B))),A) ->
% difference(A,difference(j(B),quotient(quotient(i(A),B),j(B))))
% Current number of equations to process: 105
% Current number of ordered equations: 136
% Current number of rules: 51
% New rule produced : [117] difference(A,j(j(A))) -> quotient(i(i(A)),A)
% Current number of equations to process: 104
% Current number of ordered equations: 136
% Current number of rules: 52
% New rule produced :
% [118]
% quotient(difference(i(A),quotient(i(i(A)),i(A))),A) -> quotient(i(i(A)),i(A))
% Current number of equations to process: 103
% Current number of ordered equations: 136
% Current number of rules: 53
% New rule produced :
% [119]
% difference(i(A),difference(j(quotient(i(i(A)),A)),quotient(quotient(B,
% quotient(i(i(A)),A)),
% j(quotient(i(i(A)),A)))))
% <->
% quotient(difference(j(A),quotient(quotient(difference(j(B),quotient(quotient(
% i(A),B),
% j(B))),A),
% j(A))),i(A))
% Current number of equations to process: 101
% Current number of ordered equations: 137
% Current number of rules: 54
% New rule produced :
% [120]
% quotient(difference(j(A),quotient(quotient(difference(j(B),quotient(quotient(
% i(A),B),
% j(B))),A),
% j(A))),i(A)) <->
% difference(i(A),difference(j(quotient(i(i(A)),A)),quotient(quotient(B,
% quotient(i(i(A)),A)),
% j(quotient(i(i(A)),A)))))
% Current number of equations to process: 101
% Current number of ordered equations: 136
% Current number of rules: 55
% New rule produced :
% [121]
% difference(B,difference(j(C),quotient(quotient(difference(j(difference(C,B)),
% quotient(quotient(A,difference(C,B)),
% j(difference(C,B)))),C),
% j(C)))) <->
% quotient(quotient(difference(j(A),quotient(quotient(B,A),j(A))),difference(C,B)),C)
% Current number of equations to process: 101
% Current number of ordered equations: 132
% Current number of rules: 56
% New rule produced :
% [122]
% quotient(quotient(difference(j(A),quotient(quotient(B,A),j(A))),difference(C,B)),C)
% <->
% difference(B,difference(j(C),quotient(quotient(difference(j(difference(C,B)),
% quotient(quotient(A,difference(C,B)),
% j(difference(C,B)))),C),
% j(C))))
% Current number of equations to process: 101
% Current number of ordered equations: 128
% Current number of rules: 57
% New rule produced :
% [123]
% difference(B,difference(j(quotient(B,C)),quotient(quotient(difference(
% j(C),quotient(
% quotient(A,C),
% j(C))),
% quotient(B,C)),j(quotient(B,C)))))
% <->
% quotient(quotient(difference(j(A),quotient(quotient(B,A),j(A))),C),quotient(B,C))
% Current number of equations to process: 101
% Current number of ordered equations: 126
% Current number of rules: 58
% New rule produced :
% [124]
% quotient(quotient(difference(j(A),quotient(quotient(B,A),j(A))),C),quotient(B,C))
% <->
% difference(B,difference(j(quotient(B,C)),quotient(quotient(difference(
% j(C),quotient(
% quotient(A,C),
% j(C))),
% quotient(B,C)),j(quotient(B,C)))))
% Current number of equations to process: 101
% Current number of ordered equations: 124
% Current number of rules: 59
% New rule produced :
% [125]
% quotient(difference(A,difference(j(difference(j(A),quotient(quotient(B,A),
% j(A)))),quotient(quotient(C,
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A)))),
% j(difference(
% j(A),quotient(
% quotient(B,A),
% j(A))))))),C)
% <->
% difference(difference(j(C),quotient(quotient(A,C),j(C))),difference(j(C),
% quotient(quotient(
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))),C),
% j(C))))
% Current number of equations to process: 101
% Current number of ordered equations: 123
% Current number of rules: 60
% New rule produced :
% [126]
% difference(difference(j(C),quotient(quotient(A,C),j(C))),difference(j(C),
% quotient(quotient(
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))),C),
% j(C)))) <->
% quotient(difference(A,difference(j(difference(j(A),quotient(quotient(B,A),
% j(A)))),quotient(quotient(C,
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A)))),
% j(difference(
% j(A),quotient(
% quotient(B,A),
% j(A))))))),C)
% Current number of equations to process: 101
% Current number of ordered equations: 122
% Current number of rules: 61
% Rule [112]
% difference(difference(j(A),quotient(quotient(B,A),j(A))),A) ->
% quotient(quotient(difference(B,quotient(quotient(difference(j(A),
% quotient(quotient(B,A),
% j(A))),i(B)),B)),B),A) is composed into 
% [112]
% difference(difference(j(A),quotient(quotient(B,A),j(A))),A) ->
% quotient(difference(B,A),A)
% New rule produced :
% [127]
% quotient(difference(A,quotient(quotient(difference(j(B),quotient(quotient(A,B),
% j(B))),i(A)),A)),A)
% -> difference(A,B)
% Current number of equations to process: 101
% Current number of ordered equations: 121
% Current number of rules: 62
% New rule produced :
% [128]
% quotient(difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),
% quotient(quotient(C,difference(j(A),quotient(quotient(B,A),j(A)))),
% j(difference(j(A),quotient(quotient(B,A),j(A)))))),quotient(
% difference(
% j(B),quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A))
% -> A
% Current number of equations to process: 101
% Current number of ordered equations: 119
% Current number of rules: 63
% New rule produced :
% [129]
% difference(difference(A,difference(j(difference(j(A),quotient(quotient(B,A),
% j(A)))),quotient(
% quotient(C,
% difference(
% j(A),quotient(
% quotient(B,A),
% j(A)))),
% j(difference(
% j(A),quotient(
% quotient(B,A),
% j(A))))))),
% difference(j(B),quotient(quotient(difference(j(C),quotient(quotient(A,C),
% j(C))),B),j(B)))) -> A
% Current number of equations to process: 101
% Current number of ordered equations: 118
% Current number of rules: 64
% New rule produced :
% [130]
% difference(difference(j(A),quotient(quotient(B,A),j(A))),difference(j(A),
% quotient(quotient(
% quotient(
% difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A),A),
% j(A)))) -> C
% Current number of equations to process: 101
% Current number of ordered equations: 117
% Current number of rules: 65
% New rule produced :
% [131]
% difference(quotient(i(i(A)),A),difference(A,quotient(quotient(B,i(A)),A)))
% <->
% quotient(difference(A,difference(j(B),quotient(quotient(i(A),B),j(B)))),i(A))
% Current number of equations to process: 98
% Current number of ordered equations: 118
% Current number of rules: 66
% New rule produced :
% [132]
% quotient(difference(A,difference(j(B),quotient(quotient(i(A),B),j(B)))),i(A))
% <->
% difference(quotient(i(i(A)),A),difference(A,quotient(quotient(B,i(A)),A)))
% Current number of equations to process: 98
% Current number of ordered equations: 117
% Current number of rules: 67
% New rule produced :
% [133]
% difference(difference(j(A),quotient(quotient(B,A),j(A))),difference(j(
% difference(
% j(A),
% quotient(
% quotient(C,A),
% j(A)))),
% quotient(quotient(V_3,
% difference(
% j(A),
% quotient(
% quotient(C,A),
% j(A)))),
% j(difference(
% j(A),quotient(
% quotient(C,A),
% j(A)))))))
% <->
% quotient(difference(B,difference(j(C),quotient(quotient(difference(j(V_3),
% quotient(quotient(A,V_3),
% j(V_3))),C),j(C)))),A)
% Current number of equations to process: 98
% Current number of ordered equations: 116
% Current number of rules: 68
% New rule produced :
% [134]
% quotient(difference(B,difference(j(C),quotient(quotient(difference(j(V_3),
% quotient(quotient(A,V_3),
% j(V_3))),C),j(C)))),A)
% <->
% difference(difference(j(A),quotient(quotient(B,A),j(A))),difference(j(
% difference(
% j(A),
% quotient(
% quotient(C,A),
% j(A)))),
% quotient(quotient(V_3,
% difference(
% j(A),
% quotient(
% quotient(C,A),
% j(A)))),
% j(difference(
% j(A),quotient(
% quotient(C,A),
% j(A)))))))
% Current number of equations to process: 98
% Current number of ordered equations: 115
% Current number of rules: 69
% New rule produced :
% [135]
% difference(difference(difference(j(A),quotient(quotient(B,A),j(A))),difference(
% j(A),
% quotient(
% quotient(C,A),
% j(A)))),
% difference(B,difference(j(C),quotient(quotient(A,C),j(C))))) -> A
% Current number of equations to process: 98
% Current number of ordered equations: 114
% Current number of rules: 70
% New rule produced :
% [136]
% difference(difference(j(B),quotient(quotient(difference(j(C),quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),difference(j(B),quotient(quotient(C,B),
% j(B)))) ->
% quotient(quotient(difference(A,difference(j(B),quotient(quotient(C,B),j(B)))),C),B)
% Current number of equations to process: 98
% Current number of ordered equations: 112
% Current number of rules: 71
% New rule produced :
% [137]
% difference(A,difference(j(A),quotient(B,j(A)))) <->
% difference(j(B),quotient(quotient(A,B),j(B)))
% Current number of equations to process: 98
% Current number of ordered equations: 108
% Current number of rules: 72
% New rule produced :
% [138]
% difference(j(B),quotient(quotient(A,B),j(B))) <->
% difference(A,difference(j(A),quotient(B,j(A))))
% Rule
% [116]
% quotient(quotient(difference(j(difference(A,B)),quotient(quotient(x1,
% difference(A,B)),
% j(difference(A,B)))),
% quotient(difference(quotient(i(i(A)),A),difference(j(x1),quotient(
% quotient(
% difference(A,B),x1),
% j(x1)))),
% difference(A,B))),A) ->
% difference(A,difference(j(B),quotient(quotient(i(A),B),j(B)))) collapsed.
% Current number of equations to process: 104
% Current number of ordered equations: 101
% Current number of rules: 72
% New rule produced :
% [139]
% difference(difference(j(B),quotient(quotient(A,B),j(B))),difference(j(B),
% quotient(quotient(
% difference(
% j(A),
% quotient(
% quotient(
% j(difference(
% j(B),
% quotient(
% quotient(A,B),
% j(B)))),A),
% j(A))),B),
% j(B)))) ->
% quotient(j(A),B)
% Current number of equations to process: 104
% Current number of ordered equations: 100
% Current number of rules: 73
% New rule produced :
% [140]
% difference(quotient(A,B),difference(j(A),quotient(quotient(C,A),j(A)))) <->
% quotient(difference(j(B),quotient(quotient(difference(j(C),quotient(quotient(
% quotient(A,B),C),
% j(C))),B),
% j(B))),quotient(A,B))
% Current number of equations to process: 103
% Current number of ordered equations: 99
% Current number of rules: 74
% New rule produced :
% [141]
% quotient(difference(j(B),quotient(quotient(difference(j(C),quotient(quotient(
% quotient(A,B),C),
% j(C))),B),
% j(B))),quotient(A,B)) <->
% difference(quotient(A,B),difference(j(A),quotient(quotient(C,A),j(A))))
% Current number of equations to process: 103
% Current number of ordered equations: 98
% Current number of rules: 75
% New rule produced :
% [142]
% difference(A,difference(j(A),quotient(difference(difference(j(A),quotient(
% quotient(B,A),
% j(A))),
% difference(j(A),quotient(quotient(
% difference(
% j(B),quotient(
% quotient(C,B),
% j(B))),A),
% j(A)))),j(A)))) <->
% quotient(difference(j(C),quotient(quotient(difference(j(A),quotient(quotient(B,A),
% j(A))),C),
% j(C))),B)
% Current number of equations to process: 102
% Current number of ordered equations: 99
% Current number of rules: 76
% New rule produced :
% [143]
% quotient(difference(j(C),quotient(quotient(difference(j(A),quotient(quotient(B,A),
% j(A))),C),
% j(C))),B) <->
% difference(A,difference(j(A),quotient(difference(difference(j(A),quotient(
% quotient(B,A),
% j(A))),
% difference(j(A),quotient(quotient(
% difference(
% j(B),quotient(
% quotient(C,B),
% j(B))),A),
% j(A)))),j(A))))
% Current number of equations to process: 102
% Current number of ordered equations: 98
% Current number of rules: 77
% New rule produced :
% [144]
% difference(quotient(A,B),difference(j(A),quotient(quotient(quotient(C,
% quotient(A,B)),A),
% j(A)))) ->
% quotient(difference(j(B),quotient(quotient(C,B),j(B))),quotient(A,B))
% Current number of equations to process: 102
% Current number of ordered equations: 97
% Current number of rules: 78
% New rule produced :
% [145]
% difference(j(B),quotient(quotient(difference(j(C),quotient(quotient(quotient(A,B),C),
% j(C))),B),j(B))) <->
% quotient(difference(B,difference(j(B),quotient(difference(quotient(A,B),
% difference(j(A),quotient(
% quotient(C,A),
% j(A)))),
% j(B)))),quotient(difference(quotient(A,B),
% difference(j(B),
% quotient(quotient(
% difference(
% quotient(A,B),
% difference(
% j(A),
% quotient(
% quotient(C,A),
% j(A)))),B),
% j(B)))),difference(
% quotient(A,B),
% difference(
% j(A),quotient(
% quotient(C,A),
% j(A))))))
% Current number of equations to process: 101
% Current number of ordered equations: 98
% Current number of rules: 79
% New rule produced :
% [146]
% quotient(difference(B,difference(j(B),quotient(difference(quotient(A,B),
% difference(j(A),quotient(
% quotient(C,A),
% j(A)))),
% j(B)))),quotient(difference(quotient(A,B),
% difference(j(B),
% quotient(quotient(
% difference(
% quotient(A,B),
% difference(
% j(A),
% quotient(
% quotient(C,A),
% j(A)))),B),
% j(B)))),difference(
% quotient(A,B),
% difference(
% j(A),quotient(
% quotient(C,A),
% j(A))))))
% <->
% difference(j(B),quotient(quotient(difference(j(C),quotient(quotient(quotient(A,B),C),
% j(C))),B),j(B)))
% Current number of equations to process: 101
% Current number of ordered equations: 97
% Current number of rules: 80
% New rule produced :
% [147]
% difference(difference(A,B),difference(j(C),quotient(quotient(A,C),j(C)))) ->
% quotient(difference(B,difference(j(B),quotient(difference(difference(A,B),C),
% j(B)))),difference(A,B))
% Current number of equations to process: 101
% Current number of ordered equations: 96
% Current number of rules: 81
% New rule produced :
% [148]
% difference(A,difference(j(quotient(A,B)),quotient(quotient(C,quotient(A,B)),
% j(quotient(A,B))))) <->
% quotient(difference(B,difference(j(C),quotient(quotient(quotient(A,B),C),
% j(C)))),quotient(A,B))
% Current number of equations to process: 101
% Current number of ordered equations: 95
% Current number of rules: 82
% New rule produced :
% [149]
% quotient(difference(B,difference(j(C),quotient(quotient(quotient(A,B),C),
% j(C)))),quotient(A,B)) <->
% difference(A,difference(j(quotient(A,B)),quotient(quotient(C,quotient(A,B)),
% j(quotient(A,B)))))
% Current number of equations to process: 101
% Current number of ordered equations: 94
% Current number of rules: 83
% New rule produced :
% [150]
% difference(difference(j(quotient(A,B)),quotient(quotient(C,quotient(A,B)),
% j(quotient(A,B)))),A) ->
% quotient(difference(C,difference(j(B),quotient(quotient(quotient(A,B),B),
% j(B)))),quotient(A,B))
% Current number of equations to process: 102
% Current number of ordered equations: 92
% Current number of rules: 84
% New rule produced :
% [151]
% difference(difference(A,quotient(quotient(B,i(A)),A)),quotient(i(i(A)),A)) ->
% quotient(i(B),i(A))
% Current number of equations to process: 101
% Current number of ordered equations: 92
% Current number of rules: 85
% New rule produced :
% [152] quotient(difference(j(A),quotient(A,j(A))),quotient(i(i(A)),i(A))) -> A
% Current number of equations to process: 100
% Current number of ordered equations: 91
% Current number of rules: 86
% New rule produced :
% [153]
% quotient(difference(j(difference(A,B)),quotient(A,j(difference(A,B)))),B) ->
% difference(A,B)
% Current number of equations to process: 100
% Current number of ordered equations: 90
% Current number of rules: 87
% New rule produced :
% [154]
% difference(i(A),difference(j(quotient(i(i(A)),A)),quotient(quotient(quotient(B,
% i(A)),
% quotient(i(i(A)),A)),
% j(quotient(i(i(A)),A)))))
% -> quotient(difference(j(A),quotient(quotient(B,A),j(A))),i(A))
% Current number of equations to process: 99
% Current number of ordered equations: 90
% Current number of rules: 88
% New rule produced :
% [155]
% difference(j(A),quotient(quotient(difference(j(B),quotient(quotient(i(A),B),
% j(B))),A),j(A))) <->
% quotient(difference(x1,difference(j(x1),quotient(difference(i(A),difference(
% j(quotient(
% i(
% i(A)),A)),
% quotient(
% quotient(B,
% quotient(
% i(i(A)),A)),
% j(quotient(
% i(
% i(A)),A))))),
% j(x1)))),quotient(difference(
% i(A),difference(
% j(x1),
% quotient(
% quotient(
% difference(
% i(A),difference(
% j(
% quotient(
% i(
% i(A)),A)),
% quotient(
% quotient(B,
% quotient(
% i(
% i(A)),A)),
% j(
% quotient(
% i(
% i(A)),A))))),x1),
% j(x1)))),
% difference(i(A),difference(
% j(quotient(
% i(
% i(A)),A)),
% quotient(
% quotient(B,
% quotient(
% i(i(A)),A)),
% j(quotient(
% i(
% i(A)),A)))))))
% Current number of equations to process: 98
% Current number of ordered equations: 91
% Current number of rules: 89
% New rule produced :
% [156]
% quotient(difference(x1,difference(j(x1),quotient(difference(i(A),difference(
% j(quotient(
% i(
% i(A)),A)),
% quotient(
% quotient(B,
% quotient(
% i(i(A)),A)),
% j(quotient(
% i(
% i(A)),A))))),
% j(x1)))),quotient(difference(
% i(A),difference(
% j(x1),
% quotient(
% quotient(
% difference(
% i(A),difference(
% j(
% quotient(
% i(
% i(A)),A)),
% quotient(
% quotient(B,
% quotient(
% i(
% i(A)),A)),
% j(
% quotient(
% i(
% i(A)),A))))),x1),
% j(x1)))),
% difference(i(A),difference(
% j(quotient(
% i(
% i(A)),A)),
% quotient(
% quotient(B,
% quotient(
% i(i(A)),A)),
% j(quotient(
% i(
% i(A)),A)))))))
% <->
% difference(j(A),quotient(quotient(difference(j(B),quotient(quotient(i(A),B),
% j(B))),A),j(A)))
% Current number of equations to process: 98
% Current number of ordered equations: 90
% Current number of rules: 90
% New rule produced :
% [157]
% difference(A,quotient(quotient(quotient(difference(j(A),quotient(quotient(
% difference(
% j(B),
% quotient(
% quotient(
% i(A),B),
% j(B))),A),
% j(A))),i(A)),
% i(A)),A)) <->
% difference(j(quotient(i(i(A)),A)),quotient(quotient(B,quotient(i(i(A)),A)),
% j(quotient(i(i(A)),A))))
% Current number of equations to process: 96
% Current number of ordered equations: 91
% Current number of rules: 91
% New rule produced :
% [158]
% difference(j(quotient(i(i(A)),A)),quotient(quotient(B,quotient(i(i(A)),A)),
% j(quotient(i(i(A)),A)))) <->
% difference(A,quotient(quotient(quotient(difference(j(A),quotient(quotient(
% difference(
% j(B),
% quotient(
% quotient(
% i(A),B),
% j(B))),A),
% j(A))),i(A)),
% i(A)),A))
% Current number of equations to process: 96
% Current number of ordered equations: 90
% Current number of rules: 92
% New rule produced :
% [159]
% quotient(difference(j(difference(A,quotient(quotient(B,i(A)),A))),quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),
% difference(A,
% quotient(
% quotient(B,
% i(A)),A))),
% j(difference(A,
% quotient(
% quotient(B,
% i(A)),A))))),A)
% ->
% difference(A,difference(j(quotient(quotient(B,i(A)),A)),quotient(quotient(C,
% quotient(
% quotient(B,
% i(A)),A)),
% j(quotient(quotient(B,
% i(A)),A)))))
% Current number of equations to process: 96
% Current number of ordered equations: 89
% Current number of rules: 93
% New rule produced :
% [160] quotient(difference(A,quotient(i(A),A)),j(A)) -> quotient(i(A),A)
% Current number of equations to process: 95
% Current number of ordered equations: 89
% Current number of rules: 94
% New rule produced :
% [161]
% difference(difference(j(C),quotient(quotient(B,C),j(C))),difference(j(C),
% quotient(quotient(
% difference(
% j(B),
% quotient(
% quotient(
% quotient(A,
% difference(
% j(C),
% quotient(
% quotient(B,C),
% j(C)))),B),
% j(B))),C),
% j(C)))) ->
% quotient(quotient(A,B),C)
% Current number of equations to process: 95
% Current number of ordered equations: 88
% Current number of rules: 95
% New rule produced :
% [162]
% difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),quotient(
% quotient(
% quotient(
% quotient(
% difference(
% j(C),quotient(
% quotient(
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))),C),
% j(C))),B),A),
% difference(
% j(A),quotient(
% quotient(B,A),
% j(A)))),
% j(difference(
% j(A),quotient(
% quotient(B,A),
% j(A))))))
% ->
% difference(j(A),quotient(quotient(difference(j(B),quotient(quotient(C,B),
% j(B))),A),j(A)))
% Current number of equations to process: 95
% Current number of ordered equations: 87
% Current number of rules: 96
% New rule produced :
% [163]
% i(difference(j(A),quotient(quotient(B,A),j(A)))) <->
% quotient(difference(B,quotient(i(i(A)),A)),A)
% Current number of equations to process: 93
% Current number of ordered equations: 88
% Current number of rules: 97
% New rule produced :
% [164]
% quotient(difference(B,quotient(i(i(A)),A)),A) <->
% i(difference(j(A),quotient(quotient(B,A),j(A))))
% Current number of equations to process: 93
% Current number of ordered equations: 87
% Current number of rules: 98
% New rule produced :
% [165]
% difference(j(j(A)),quotient(quotient(B,j(A)),j(j(A)))) ->
% quotient(quotient(difference(A,B),A),j(A))
% Current number of equations to process: 93
% Current number of ordered equations: 86
% Current number of rules: 99
% New rule produced :
% [166]
% quotient(difference(j(j(A)),quotient(j(A),j(j(A)))),quotient(i(A),A)) -> j(A)
% Current number of equations to process: 93
% Current number of ordered equations: 85
% Current number of rules: 100
% New rule produced :
% [167]
% quotient(difference(j(j(A)),quotient(A,j(j(A)))),quotient(i(i(A)),A)) -> j(A)
% Current number of equations to process: 93
% Current number of ordered equations: 84
% Current number of rules: 101
% New rule produced :
% [168] quotient(quotient(quotient(j(A),A),j(A)),quotient(i(i(A)),A)) -> j(A)
% Current number of equations to process: 92
% Current number of ordered equations: 84
% Current number of rules: 102
% New rule produced :
% [169]
% difference(quotient(i(i(B)),B),difference(B,quotient(quotient(difference(
% j(B),quotient(
% quotient(A,B),
% j(B))),
% i(B)),B))) <->
% quotient(quotient(difference(j(A),quotient(quotient(quotient(i(i(B)),B),A),
% j(A))),B),i(B))
% Current number of equations to process: 90
% Current number of ordered equations: 85
% Current number of rules: 103
% New rule produced :
% [170]
% quotient(quotient(difference(j(A),quotient(quotient(quotient(i(i(B)),B),A),
% j(A))),B),i(B)) <->
% difference(quotient(i(i(B)),B),difference(B,quotient(quotient(difference(
% j(B),quotient(
% quotient(A,B),
% j(B))),
% i(B)),B)))
% Current number of equations to process: 90
% Current number of ordered equations: 84
% Current number of rules: 104
% New rule produced :
% [171]
% difference(difference(j(A),quotient(quotient(i(B),A),j(A))),difference(
% j(A),quotient(
% quotient(
% quotient(
% i(i(B)),B),A),
% j(A)))) ->
% quotient(quotient(difference(j(B),quotient(quotient(difference(j(A),quotient(
% quotient(
% i(B),A),
% j(A))),B),
% j(B))),i(B)),A)
% Current number of equations to process: 87
% Current number of ordered equations: 84
% Current number of rules: 105
% New rule produced :
% [172]
% quotient(difference(j(A),quotient(quotient(difference(j(B),quotient(quotient(C,B),
% j(B))),A),
% j(A))),quotient(quotient(difference(j(C),quotient(
% quotient(
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))),C),
% j(C))),B),A))
% -> difference(j(A),quotient(quotient(B,A),j(A)))
% Current number of equations to process: 87
% Current number of ordered equations: 82
% Current number of rules: 106
% New rule produced :
% [173]
% difference(j(quotient(A,C)),quotient(quotient(quotient(difference(j(C),
% quotient(quotient(
% difference(
% j(B),
% quotient(
% quotient(
% quotient(A,C),B),
% j(B))),C),
% j(C))),quotient(A,C)),
% quotient(A,C)),j(quotient(A,C)))) ->
% difference(j(A),quotient(quotient(B,A),j(A)))
% Current number of equations to process: 87
% Current number of ordered equations: 81
% Current number of rules: 107
% New rule produced :
% [174]
% quotient(difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),
% quotient(quotient(difference(j(C),quotient(quotient(j(A),C),j(C))),
% difference(j(A),quotient(quotient(B,A),j(A)))),j(difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A)))))),
% j(A)) ->
% difference(j(A),difference(j(quotient(quotient(B,A),j(A))),quotient(quotient(C,
% quotient(
% quotient(B,A),
% j(A))),
% j(quotient(
% quotient(B,A),
% j(A))))))
% Current number of equations to process: 87
% Current number of ordered equations: 80
% Current number of rules: 108
% New rule produced : [175] quotient(j(j(A)),quotient(i(i(A)),A)) -> A
% Current number of equations to process: 86
% Current number of ordered equations: 80
% Current number of rules: 109
% New rule produced :
% [176]
% difference(j(A),quotient(quotient(quotient(i(i(i(A))),i(i(A))),A),j(A))) ->
% j(A)
% Current number of equations to process: 86
% Current number of ordered equations: 79
% Current number of rules: 110
% New rule produced :
% [177]
% difference(difference(j(A),quotient(quotient(quotient(B,C),A),j(A))),
% difference(j(A),quotient(quotient(B,A),j(A)))) ->
% quotient(quotient(difference(j(C),quotient(quotient(difference(j(A),quotient(
% quotient(
% quotient(B,C),A),
% j(A))),C),
% j(C))),quotient(B,C)),A)
% Current number of equations to process: 86
% Current number of ordered equations: 78
% Current number of rules: 111
% New rule produced :
% [178]
% difference(difference(difference(j(A),quotient(quotient(B,A),j(A))),difference(
% j(A),
% quotient(
% quotient(
% difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B))),A),
% j(A)))),
% quotient(difference(j(C),quotient(quotient(difference(j(A),quotient(quotient(B,A),
% j(A))),C),
% j(C))),B)) -> A
% Current number of equations to process: 86
% Current number of ordered equations: 77
% Current number of rules: 112
% New rule produced :
% [179]
% difference(A,difference(j(difference(j(difference(j(A),quotient(quotient(B,A),
% j(A)))),quotient(
% quotient(C,
% difference(
% j(A),quotient(
% quotient(B,A),
% j(A)))),
% j(difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))))))),
% quotient(quotient(V_3,difference(j(difference(j(A),quotient(
% quotient(B,A),
% j(A)))),
% quotient(quotient(C,difference(j(A),
% quotient(quotient(B,A),
% j(A)))),j(difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))))))),
% j(difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),
% quotient(quotient(C,difference(j(A),quotient(quotient(B,A),
% j(A)))),j(difference(
% j(A),quotient(
% quotient(B,A),
% j(A))))))))))
% <->
% quotient(difference(j(quotient(difference(j(B),quotient(quotient(difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A)),quotient(quotient(
% difference(
% j(V_3),
% quotient(
% quotient(A,V_3),
% j(V_3))),
% quotient(
% difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A)),
% j(quotient(
% difference(
% j(B),quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A)))),A)
% Current number of equations to process: 86
% Current number of ordered equations: 76
% Current number of rules: 113
% New rule produced :
% [180]
% quotient(difference(j(quotient(difference(j(B),quotient(quotient(difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A)),quotient(quotient(
% difference(
% j(V_3),
% quotient(
% quotient(A,V_3),
% j(V_3))),
% quotient(
% difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A)),
% j(quotient(
% difference(
% j(B),quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A)))),A)
% <->
% difference(A,difference(j(difference(j(difference(j(A),quotient(quotient(B,A),
% j(A)))),quotient(
% quotient(C,
% difference(
% j(A),quotient(
% quotient(B,A),
% j(A)))),
% j(difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))))))),
% quotient(quotient(V_3,difference(j(difference(j(A),quotient(
% quotient(B,A),
% j(A)))),
% quotient(quotient(C,difference(j(A),
% quotient(quotient(B,A),
% j(A)))),j(difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))))))),
% j(difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),
% quotient(quotient(C,difference(j(A),quotient(quotient(B,A),
% j(A)))),j(difference(
% j(A),quotient(
% quotient(B,A),
% j(A))))))))))
% Current number of equations to process: 86
% Current number of ordered equations: 75
% Current number of rules: 114
% New rule produced :
% [181]
% difference(V_3,difference(j(difference(j(V_3),quotient(quotient(difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))),V_3),
% j(V_3)))),quotient(quotient(C,
% difference(
% j(V_3),
% quotient(
% quotient(
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))),V_3),
% j(V_3)))),
% j(difference(
% j(V_3),quotient(
% quotient(
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))),V_3),
% j(V_3)))))))
% <->
% quotient(difference(j(A),quotient(quotient(quotient(difference(j(B),quotient(
% quotient(
% difference(
% j(
% difference(
% j(C),
% quotient(
% quotient(V_3,C),
% j(C)))),
% quotient(
% quotient(A,
% difference(
% j(C),
% quotient(
% quotient(V_3,C),
% j(C)))),
% j(
% difference(
% j(C),
% quotient(
% quotient(V_3,C),
% j(C)))))),B),
% j(B))),A),A),
% j(A))),V_3)
% Current number of equations to process: 86
% Current number of ordered equations: 74
% Current number of rules: 115
% New rule produced :
% [182]
% difference(V_3,difference(j(difference(j(V_3),quotient(quotient(A,V_3),
% j(V_3)))),quotient(quotient(
% difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B))),
% difference(
% j(V_3),
% quotient(
% quotient(A,V_3),
% j(V_3)))),
% j(difference(
% j(V_3),quotient(
% quotient(A,V_3),
% j(V_3)))))))
% <->
% quotient(difference(j(A),quotient(quotient(difference(j(B),quotient(quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B),B),
% j(B))),A),
% j(A))),V_3)
% Current number of equations to process: 86
% Current number of ordered equations: 73
% Current number of rules: 116
% New rule produced :
% [183]
% quotient(difference(j(A),quotient(quotient(difference(j(B),quotient(quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B),B),
% j(B))),A),
% j(A))),V_3) <->
% difference(V_3,difference(j(difference(j(V_3),quotient(quotient(A,V_3),
% j(V_3)))),quotient(quotient(
% difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B))),
% difference(
% j(V_3),
% quotient(
% quotient(A,V_3),
% j(V_3)))),
% j(difference(
% j(V_3),quotient(
% quotient(A,V_3),
% j(V_3)))))))
% Current number of equations to process: 86
% Current number of ordered equations: 72
% Current number of rules: 117
% New rule produced :
% [184]
% quotient(difference(j(A),quotient(quotient(quotient(difference(j(B),quotient(
% quotient(
% difference(
% j(
% difference(
% j(C),
% quotient(
% quotient(V_3,C),
% j(C)))),
% quotient(
% quotient(A,
% difference(
% j(C),
% quotient(
% quotient(V_3,C),
% j(C)))),
% j(
% difference(
% j(C),
% quotient(
% quotient(V_3,C),
% j(C)))))),B),
% j(B))),A),A),
% j(A))),V_3) <->
% difference(V_3,difference(j(difference(j(V_3),quotient(quotient(difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))),V_3),
% j(V_3)))),quotient(quotient(C,
% difference(
% j(V_3),
% quotient(
% quotient(
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))),V_3),
% j(V_3)))),
% j(difference(
% j(V_3),quotient(
% quotient(
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))),V_3),
% j(V_3)))))))
% Current number of equations to process: 86
% Current number of ordered equations: 71
% Current number of rules: 118
% New rule produced :
% [185]
% difference(difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),
% quotient(quotient(C,difference(j(A),quotient(quotient(B,A),j(A)))),
% j(difference(j(A),quotient(quotient(B,A),j(A)))))),difference(
% j(A),quotient(
% quotient(V_3,A),
% j(A))))
% <->
% quotient(difference(quotient(difference(j(B),quotient(quotient(difference(
% j(C),quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A),difference(j(V_3),
% quotient(quotient(A,V_3),
% j(V_3)))),A)
% Current number of equations to process: 86
% Current number of ordered equations: 70
% Current number of rules: 119
% New rule produced :
% [186]
% quotient(difference(quotient(difference(j(B),quotient(quotient(difference(
% j(C),quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A),difference(j(V_3),
% quotient(quotient(A,V_3),
% j(V_3)))),A) <->
% difference(difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),
% quotient(quotient(C,difference(j(A),quotient(quotient(B,A),j(A)))),
% j(difference(j(A),quotient(quotient(B,A),j(A)))))),difference(
% j(A),quotient(
% quotient(V_3,A),
% j(A))))
% Current number of equations to process: 86
% Current number of ordered equations: 69
% Current number of rules: 120
% New rule produced :
% [187]
% difference(difference(j(V_3),quotient(quotient(A,V_3),j(V_3))),difference(
% j(V_3),
% quotient(
% quotient(
% difference(
% j(B),quotient(
% quotient(C,B),
% j(B))),V_3),
% j(V_3)))) <->
% quotient(difference(A,difference(j(B),quotient(quotient(quotient(difference(
% j(C),
% quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B),B),
% j(B)))),V_3)
% Current number of equations to process: 86
% Current number of ordered equations: 68
% Current number of rules: 121
% New rule produced :
% [188]
% quotient(difference(A,difference(j(B),quotient(quotient(quotient(difference(
% j(C),
% quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B),B),
% j(B)))),V_3) <->
% difference(difference(j(V_3),quotient(quotient(A,V_3),j(V_3))),difference(
% j(V_3),
% quotient(
% quotient(
% difference(
% j(B),quotient(
% quotient(C,B),
% j(B))),V_3),
% j(V_3))))
% Current number of equations to process: 86
% Current number of ordered equations: 67
% Current number of rules: 122
% New rule produced :
% [189]
% difference(difference(j(A),quotient(quotient(B,A),j(A))),quotient(difference(
% i(A),B),
% i(A))) -> A
% Current number of equations to process: 86
% Current number of ordered equations: 66
% Current number of rules: 123
% New rule produced :
% [190]
% quotient(difference(j(A),quotient(B,j(A))),difference(j(B),quotient(quotient(A,B),
% j(B)))) -> A
% Current number of equations to process: 86
% Current number of ordered equations: 65
% Current number of rules: 124
% New rule produced :
% [191]
% difference(difference(j(A),quotient(quotient(B,A),j(A))),difference(j(A),
% quotient(quotient(
% difference(
% j(B),
% quotient(
% quotient(
% i(difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A)))),B),
% j(B))),A),
% j(A)))) ->
% quotient(quotient(quotient(i(i(difference(j(A),quotient(quotient(B,A),j(A))))),
% difference(j(A),quotient(quotient(B,A),j(A)))),B),A)
% Current number of equations to process: 85
% Current number of ordered equations: 65
% Current number of rules: 125
% New rule produced :
% [192]
% i(quotient(quotient(quotient(difference(B,A),A),difference(j(A),quotient(
% quotient(B,A),
% j(A)))),
% j(difference(j(A),quotient(quotient(B,A),j(A)))))) <->
% quotient(difference(A,quotient(i(i(difference(j(A),quotient(quotient(B,A),
% j(A))))),difference(
% j(A),quotient(
% quotient(B,A),
% j(A))))),
% j(difference(j(A),quotient(quotient(B,A),j(A)))))
% Current number of equations to process: 83
% Current number of ordered equations: 66
% Current number of rules: 126
% New rule produced :
% [193]
% quotient(difference(A,quotient(i(i(difference(j(A),quotient(quotient(B,A),
% j(A))))),difference(
% j(A),quotient(
% quotient(B,A),
% j(A))))),
% j(difference(j(A),quotient(quotient(B,A),j(A))))) <->
% i(quotient(quotient(quotient(difference(B,A),A),difference(j(A),quotient(
% quotient(B,A),
% j(A)))),
% j(difference(j(A),quotient(quotient(B,A),j(A))))))
% Current number of equations to process: 83
% Current number of ordered equations: 65
% Current number of rules: 127
% New rule produced :
% [194]
% difference(j(A),quotient(quotient(quotient(difference(j(quotient(difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A)),
% quotient(quotient(difference(
% j(V_3),quotient(
% quotient(A,V_3),
% j(V_3))),
% quotient(difference(
% j(B),quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A)),
% j(quotient(difference(j(B),
% quotient(quotient(
% difference(
% j(C),quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A)))),A),A),
% j(A))) <->
% difference(j(difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),
% quotient(quotient(C,difference(j(A),quotient(quotient(B,A),j(A)))),
% j(difference(j(A),quotient(quotient(B,A),j(A))))))),quotient(
% quotient(V_3,
% difference(
% j(difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A)))),
% quotient(
% quotient(C,
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A)))),
% j(difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))))))),
% j(difference(
% j(
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A)))),
% quotient(
% quotient(C,
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A)))),
% j(
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A)))))))))
% Current number of equations to process: 83
% Current number of ordered equations: 64
% Current number of rules: 128
% New rule produced :
% [195]
% difference(j(A),quotient(quotient(quotient(difference(j(B),quotient(quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(
% difference(
% j(
% difference(
% j(V_3),
% quotient(
% quotient(A,V_3),
% j(V_3)))),
% quotient(
% quotient(B,
% difference(
% j(V_3),
% quotient(
% quotient(A,V_3),
% j(V_3)))),
% j(
% difference(
% j(V_3),
% quotient(
% quotient(A,V_3),
% j(V_3)))))),C),
% j(C))),B),B),
% j(B))),A),A),
% j(A))) <->
% difference(j(difference(j(A),quotient(quotient(difference(j(B),quotient(
% quotient(C,B),
% j(B))),A),
% j(A)))),quotient(quotient(V_3,difference(
% j(A),quotient(
% quotient(
% difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B))),A),
% j(A)))),
% j(difference(j(A),quotient(quotient(
% difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B))),A),
% j(A))))))
% Current number of equations to process: 83
% Current number of ordered equations: 63
% Current number of rules: 129
% New rule produced :
% [196]
% difference(j(A),quotient(quotient(quotient(difference(j(B),quotient(quotient(
% difference(
% j(C),
% quotient(
% quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(
% difference(
% j(A),
% quotient(
% quotient(C,A),
% j(A))),V_3),
% j(V_3))),C),C),
% j(C))),B),
% j(B))),A),A),
% j(A))) <->
% difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),quotient(
% quotient(
% difference(
% j(C),quotient(
% quotient(V_3,C),
% j(C))),
% difference(
% j(A),quotient(
% quotient(B,A),
% j(A)))),
% j(difference(
% j(A),quotient(
% quotient(B,A),
% j(A))))))
% Current number of equations to process: 83
% Current number of ordered equations: 62
% Current number of rules: 130
% New rule produced :
% [197]
% difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),quotient(
% quotient(
% difference(
% j(C),quotient(
% quotient(V_3,C),
% j(C))),
% difference(
% j(A),quotient(
% quotient(B,A),
% j(A)))),
% j(difference(
% j(A),quotient(
% quotient(B,A),
% j(A))))))
% <->
% difference(j(A),quotient(quotient(quotient(difference(j(B),quotient(quotient(
% difference(
% j(C),
% quotient(
% quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(
% difference(
% j(A),
% quotient(
% quotient(C,A),
% j(A))),V_3),
% j(V_3))),C),C),
% j(C))),B),
% j(B))),A),A),
% j(A)))
% Current number of equations to process: 83
% Current number of ordered equations: 61
% Current number of rules: 131
% New rule produced :
% [198]
% difference(j(difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),
% quotient(quotient(C,difference(j(A),quotient(quotient(B,A),j(A)))),
% j(difference(j(A),quotient(quotient(B,A),j(A))))))),quotient(
% quotient(V_3,
% difference(
% j(difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A)))),
% quotient(
% quotient(C,
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A)))),
% j(difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))))))),
% j(difference(
% j(
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A)))),
% quotient(
% quotient(C,
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A)))),
% j(
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A)))))))))
% <->
% difference(j(A),quotient(quotient(quotient(difference(j(quotient(difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A)),
% quotient(quotient(difference(
% j(V_3),quotient(
% quotient(A,V_3),
% j(V_3))),
% quotient(difference(
% j(B),quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A)),
% j(quotient(difference(j(B),
% quotient(quotient(
% difference(
% j(C),quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A)))),A),A),
% j(A)))
% Current number of equations to process: 83
% Current number of ordered equations: 60
% Current number of rules: 132
% New rule produced :
% [199]
% difference(j(difference(j(A),quotient(quotient(difference(j(B),quotient(
% quotient(C,B),
% j(B))),A),
% j(A)))),quotient(quotient(V_3,difference(
% j(A),quotient(
% quotient(
% difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B))),A),
% j(A)))),
% j(difference(j(A),quotient(quotient(
% difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B))),A),
% j(A)))))) <->
% difference(j(A),quotient(quotient(quotient(difference(j(B),quotient(quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(
% difference(
% j(
% difference(
% j(V_3),
% quotient(
% quotient(A,V_3),
% j(V_3)))),
% quotient(
% quotient(B,
% difference(
% j(V_3),
% quotient(
% quotient(A,V_3),
% j(V_3)))),
% j(
% difference(
% j(V_3),
% quotient(
% quotient(A,V_3),
% j(V_3)))))),C),
% j(C))),B),B),
% j(B))),A),A),
% j(A)))
% Current number of equations to process: 83
% Current number of ordered equations: 59
% Current number of rules: 133
% New rule produced :
% [200]
% quotient(difference(i(A),difference(j(B),quotient(quotient(A,B),j(B)))),A) ->
% difference(j(A),quotient(quotient(B,A),j(A)))
% Rule
% [85]
% quotient(difference(i(quotient(A,B)),difference(j(B),quotient(quotient(
% quotient(A,B),B),
% j(B)))),quotient(A,B))
% -> A collapsed.
% Current number of equations to process: 84
% Current number of ordered equations: 52
% Current number of rules: 133
% New rule produced :
% [201]
% quotient(difference(A,difference(j(B),quotient(quotient(j(A),B),j(B)))),j(A))
% -> quotient(quotient(difference(A,B),A),j(A))
% Current number of equations to process: 84
% Current number of ordered equations: 51
% Current number of rules: 134
% New rule produced :
% [202]
% difference(difference(j(difference(C,B)),quotient(quotient(A,difference(C,B)),
% j(difference(C,B)))),quotient(
% difference(
% i(difference(C,B)),B),
% difference(C,B)))
% -> quotient(difference(A,B),difference(C,B))
% Current number of equations to process: 84
% Current number of ordered equations: 50
% Current number of rules: 135
% New rule produced :
% [203]
% difference(difference(j(A),quotient(quotient(B,A),j(A))),difference(j(A),
% quotient(quotient(
% difference(
% j(difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B)))),
% quotient(
% quotient(V_3,
% difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B)))),
% j(difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B)))))),A),
% j(A)))) <->
% quotient(quotient(difference(j(quotient(difference(j(C),quotient(quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B)),quotient(
% quotient(
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))),
% quotient(
% difference(
% j(C),
% quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B)),
% j(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B)))),B),A)
% Current number of equations to process: 84
% Current number of ordered equations: 49
% Current number of rules: 136
% New rule produced :
% [204]
% quotient(quotient(difference(j(quotient(difference(j(C),quotient(quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B)),quotient(
% quotient(
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))),
% quotient(
% difference(
% j(C),
% quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B)),
% j(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B)))),B),A)
% <->
% difference(difference(j(A),quotient(quotient(B,A),j(A))),difference(j(A),
% quotient(quotient(
% difference(
% j(difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B)))),
% quotient(
% quotient(V_3,
% difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B)))),
% j(difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B)))))),A),
% j(A))))
% Current number of equations to process: 84
% Current number of ordered equations: 48
% Current number of rules: 137
% New rule produced :
% [205]
% difference(difference(j(A),quotient(quotient(B,A),j(A))),difference(j(
% difference(
% j(A),
% quotient(
% quotient(
% quotient(
% difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A),A),
% j(A)))),
% quotient(quotient(V_3,
% difference(
% j(A),
% quotient(
% quotient(
% quotient(
% difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A),A),
% j(A)))),
% j(difference(
% j(A),quotient(
% quotient(
% quotient(
% difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A),A),
% j(A)))))))
% <->
% quotient(difference(j(C),quotient(quotient(difference(j(V_3),quotient(
% quotient(
% difference(
% j(A),quotient(
% quotient(B,A),
% j(A))),V_3),
% j(V_3))),C),
% j(C))),difference(j(A),quotient(quotient(B,A),j(A))))
% Current number of equations to process: 84
% Current number of ordered equations: 47
% Current number of rules: 138
% New rule produced :
% [206]
% quotient(difference(j(C),quotient(quotient(difference(j(V_3),quotient(
% quotient(
% difference(
% j(A),quotient(
% quotient(B,A),
% j(A))),V_3),
% j(V_3))),C),
% j(C))),difference(j(A),quotient(quotient(B,A),j(A))))
% <->
% difference(difference(j(A),quotient(quotient(B,A),j(A))),difference(j(
% difference(
% j(A),
% quotient(
% quotient(
% quotient(
% difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A),A),
% j(A)))),
% quotient(quotient(V_3,
% difference(
% j(A),
% quotient(
% quotient(
% quotient(
% difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A),A),
% j(A)))),
% j(difference(
% j(A),quotient(
% quotient(
% quotient(
% difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A),A),
% j(A)))))))
% Current number of equations to process: 84
% Current number of ordered equations: 46
% Current number of rules: 139
% New rule produced :
% [207]
% difference(difference(j(C),quotient(quotient(V_3,C),j(C))),difference(
% j(C),quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))),V_3),
% j(V_3))),C),
% j(C)))) <->
% quotient(quotient(difference(j(A),quotient(quotient(quotient(difference(
% j(B),quotient(
% quotient(
% difference(
% j(difference(
% j(C),
% quotient(
% quotient(V_3,C),
% j(C)))),
% quotient(
% quotient(A,
% difference(
% j(C),
% quotient(
% quotient(V_3,C),
% j(C)))),
% j(difference(
% j(C),
% quotient(
% quotient(V_3,C),
% j(C)))))),B),
% j(B))),A),A),
% j(A))),V_3),C)
% Current number of equations to process: 84
% Current number of ordered equations: 45
% Current number of rules: 140
% New rule produced :
% [208]
% quotient(quotient(difference(j(A),quotient(quotient(quotient(difference(
% j(B),quotient(
% quotient(
% difference(
% j(difference(
% j(C),
% quotient(
% quotient(V_3,C),
% j(C)))),
% quotient(
% quotient(A,
% difference(
% j(C),
% quotient(
% quotient(V_3,C),
% j(C)))),
% j(difference(
% j(C),
% quotient(
% quotient(V_3,C),
% j(C)))))),B),
% j(B))),A),A),
% j(A))),V_3),C) <->
% difference(difference(j(C),quotient(quotient(V_3,C),j(C))),difference(
% j(C),quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))),V_3),
% j(V_3))),C),
% j(C))))
% Current number of equations to process: 84
% Current number of ordered equations: 44
% Current number of rules: 141
% New rule produced :
% [209]
% difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),quotient(
% quotient(
% quotient(
% difference(
% j(C),quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))),V_3),
% j(V_3))),C),
% j(C))),
% difference(
% j(A),quotient(
% quotient(B,A),
% j(A)))),
% difference(
% j(A),quotient(
% quotient(B,A),
% j(A)))),
% j(difference(
% j(A),quotient(
% quotient(B,A),
% j(A))))))
% <->
% difference(j(difference(j(A),quotient(quotient(quotient(difference(j(B),
% quotient(quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A),A),
% j(A)))),quotient(quotient(V_3,difference(
% j(A),quotient(
% quotient(
% quotient(
% difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A),A),
% j(A)))),
% j(difference(j(A),quotient(quotient(
% quotient(
% difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A),A),
% j(A))))))
% Current number of equations to process: 84
% Current number of ordered equations: 43
% Current number of rules: 142
% New rule produced :
% [210]
% difference(j(difference(j(A),quotient(quotient(quotient(difference(j(B),
% quotient(quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A),A),
% j(A)))),quotient(quotient(V_3,difference(
% j(A),quotient(
% quotient(
% quotient(
% difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A),A),
% j(A)))),
% j(difference(j(A),quotient(quotient(
% quotient(
% difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A),A),
% j(A)))))) <->
% difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),quotient(
% quotient(
% quotient(
% difference(
% j(C),quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))),V_3),
% j(V_3))),C),
% j(C))),
% difference(
% j(A),quotient(
% quotient(B,A),
% j(A)))),
% difference(
% j(A),quotient(
% quotient(B,A),
% j(A)))),
% j(difference(
% j(A),quotient(
% quotient(B,A),
% j(A))))))
% Current number of equations to process: 84
% Current number of ordered equations: 42
% Current number of rules: 143
% New rule produced :
% [211]
% quotient(difference(B,quotient(difference(i(difference(A,C)),C),difference(A,C))),A)
% <-> difference(difference(j(A),quotient(quotient(B,A),j(A))),C)
% Current number of equations to process: 83
% Current number of ordered equations: 41
% Current number of rules: 144
% New rule produced :
% [212]
% difference(difference(j(A),quotient(quotient(B,A),j(A))),C) <->
% quotient(difference(B,quotient(difference(i(difference(A,C)),C),difference(A,C))),A)
% Rule
% [112]
% difference(difference(j(A),quotient(quotient(B,A),j(A))),A) ->
% quotient(difference(B,A),A) collapsed.
% Rule
% [136]
% difference(difference(j(B),quotient(quotient(difference(j(C),quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),difference(j(B),quotient(quotient(C,B),
% j(B)))) ->
% quotient(quotient(difference(A,difference(j(B),quotient(quotient(C,B),j(B)))),C),B)
% collapsed.
% Rule
% [150]
% difference(difference(j(quotient(A,B)),quotient(quotient(C,quotient(A,B)),
% j(quotient(A,B)))),A) ->
% quotient(difference(C,difference(j(B),quotient(quotient(quotient(A,B),B),
% j(B)))),quotient(A,B)) collapsed.
% Rule
% [177]
% difference(difference(j(A),quotient(quotient(quotient(B,C),A),j(A))),
% difference(j(A),quotient(quotient(B,A),j(A)))) ->
% quotient(quotient(difference(j(C),quotient(quotient(difference(j(A),quotient(
% quotient(
% quotient(B,C),A),
% j(A))),C),
% j(C))),quotient(B,C)),A) collapsed.
% Current number of equations to process: 86
% Current number of ordered equations: 38
% Current number of rules: 141
% New rule produced :
% [213]
% quotient(quotient(difference(A,difference(j(A),quotient(difference(difference(B,A),C),
% j(A)))),difference(B,A)),B) ->
% difference(A,difference(j(B),quotient(quotient(C,B),j(B))))
% Current number of equations to process: 86
% Current number of ordered equations: 37
% Current number of rules: 142
% New rule produced :
% [214]
% difference(difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),
% quotient(quotient(C,difference(j(A),quotient(quotient(B,A),j(A)))),
% j(difference(j(A),quotient(quotient(B,A),j(A)))))),difference(
% j(A),quotient(
% quotient(
% quotient(
% difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(A,V_3),
% j(V_3))),B),
% j(B))),A),A),
% j(A))))
% <->
% quotient(difference(C,difference(j(V_3),quotient(quotient(difference(
% j(A),quotient(
% quotient(B,A),
% j(A))),V_3),
% j(V_3)))),difference(j(A),quotient(
% quotient(B,A),
% j(A))))
% Current number of equations to process: 86
% Current number of ordered equations: 36
% Current number of rules: 143
% New rule produced :
% [215]
% difference(difference(j(A),quotient(quotient(quotient(difference(j(B),
% quotient(quotient(
% difference(
% j(C),quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A),A),j(A))),
% difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),quotient(
% quotient(V_3,
% difference(
% j(A),quotient(
% quotient(B,A),
% j(A)))),
% j(difference(
% j(A),quotient(
% quotient(B,A),
% j(A)))))))
% <->
% quotient(difference(C,difference(j(V_3),quotient(quotient(difference(
% j(A),quotient(
% quotient(B,A),
% j(A))),V_3),
% j(V_3)))),difference(j(A),quotient(
% quotient(B,A),
% j(A))))
% Current number of equations to process: 86
% Current number of ordered equations: 35
% Current number of rules: 144
% New rule produced :
% [216]
% quotient(difference(C,difference(j(V_3),quotient(quotient(difference(
% j(A),quotient(
% quotient(B,A),
% j(A))),V_3),
% j(V_3)))),difference(j(A),quotient(
% quotient(B,A),
% j(A)))) <->
% difference(difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),
% quotient(quotient(C,difference(j(A),quotient(quotient(B,A),j(A)))),
% j(difference(j(A),quotient(quotient(B,A),j(A)))))),difference(
% j(A),quotient(
% quotient(
% quotient(
% difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(A,V_3),
% j(V_3))),B),
% j(B))),A),A),
% j(A))))
% Current number of equations to process: 86
% Current number of ordered equations: 34
% Current number of rules: 145
% New rule produced :
% [217]
% quotient(difference(C,difference(j(V_3),quotient(quotient(difference(
% j(A),quotient(
% quotient(B,A),
% j(A))),V_3),
% j(V_3)))),difference(j(A),quotient(
% quotient(B,A),
% j(A)))) <->
% difference(difference(j(A),quotient(quotient(quotient(difference(j(B),
% quotient(quotient(
% difference(
% j(C),quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A),A),j(A))),
% difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),quotient(
% quotient(V_3,
% difference(
% j(A),quotient(
% quotient(B,A),
% j(A)))),
% j(difference(
% j(A),quotient(
% quotient(B,A),
% j(A)))))))
% Current number of equations to process: 86
% Current number of ordered equations: 33
% Current number of rules: 146
% New rule produced :
% [218]
% quotient(difference(i(A),B),i(A)) ->
% difference(A,difference(j(A),quotient(difference(j(A),quotient(quotient(B,A),
% j(A))),j(A))))
% Rule
% [80]
% quotient(quotient(difference(i(A),B),i(A)),A) ->
% difference(j(A),quotient(quotient(B,A),j(A))) collapsed.
% Rule
% [189]
% difference(difference(j(A),quotient(quotient(B,A),j(A))),quotient(difference(
% i(A),B),
% i(A))) -> A
% collapsed.
% Current number of equations to process: 88
% Current number of ordered equations: 31
% Current number of rules: 145
% New rule produced :
% [219]
% quotient(difference(i(A),difference(A,difference(j(A),quotient(difference(A,B),
% j(A))))),A) -> B
% Current number of equations to process: 87
% Current number of ordered equations: 31
% Current number of rules: 146
% New rule produced :
% [220]
% difference(difference(B,difference(j(B),quotient(quotient(A,difference(
% j(B),quotient(
% quotient(C,B),
% j(B)))),
% j(B)))),A) ->
% quotient(difference(B,difference(j(difference(j(B),quotient(quotient(C,B),
% j(B)))),quotient(quotient(
% quotient(A,
% difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B)))),
% difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B)))),
% j(difference(
% j(B),quotient(
% quotient(C,B),
% j(B))))))),
% quotient(A,difference(j(B),quotient(quotient(C,B),j(B)))))
% Current number of equations to process: 86
% Current number of ordered equations: 31
% Current number of rules: 147
% New rule produced :
% [221]
% quotient(difference(A,difference(j(difference(j(B),quotient(quotient(C,B),
% j(B)))),quotient(quotient(V_3,
% difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B)))),
% j(difference(
% j(B),quotient(
% quotient(C,B),
% j(B))))))),
% quotient(difference(j(C),quotient(quotient(difference(j(V_3),quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B)) <->
% quotient(difference(A,difference(j(B),quotient(quotient(quotient(difference(
% j(C),
% quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B),B),
% j(B)))),quotient(difference(j(C),
% quotient(quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B))
% Current number of equations to process: 85
% Current number of ordered equations: 32
% Current number of rules: 148
% New rule produced :
% [222]
% quotient(difference(A,difference(j(B),quotient(quotient(quotient(difference(
% j(C),
% quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B),B),
% j(B)))),quotient(difference(j(C),
% quotient(quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B)) <->
% quotient(difference(A,difference(j(difference(j(B),quotient(quotient(C,B),
% j(B)))),quotient(quotient(V_3,
% difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B)))),
% j(difference(
% j(B),quotient(
% quotient(C,B),
% j(B))))))),
% quotient(difference(j(C),quotient(quotient(difference(j(V_3),quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B))
% Current number of equations to process: 85
% Current number of ordered equations: 31
% Current number of rules: 149
% New rule produced :
% [223]
% quotient(difference(j(A),quotient(quotient(difference(j(B),quotient(quotient(
% j(A),B),
% j(B))),A),
% j(A))),j(A)) -> difference(j(A),B)
% Current number of equations to process: 85
% Current number of ordered equations: 30
% Current number of rules: 150
% New rule produced :
% [224]
% quotient(difference(i(difference(A,difference(j(B),quotient(quotient(C,B),
% j(B))))),difference(
% j(B),quotient(
% quotient(C,B),
% j(B)))),
% difference(A,difference(j(B),quotient(quotient(C,B),j(B))))) ->
% difference(j(difference(A,B)),quotient(quotient(difference(j(C),quotient(
% quotient(A,C),
% j(C))),
% difference(A,B)),j(difference(A,B))))
% Current number of equations to process: 85
% Current number of ordered equations: 29
% Current number of rules: 151
% New rule produced :
% [225]
% difference(difference(j(difference(j(B),quotient(quotient(C,B),j(B)))),
% quotient(quotient(V_3,difference(j(B),quotient(quotient(C,B),j(B)))),
% j(difference(j(B),quotient(quotient(C,B),j(B)))))),difference(
% j(difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B)))),
% quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(A,V_3),
% j(V_3))),
% difference(
% j(B),quotient(
% quotient(C,B),
% j(B)))),
% j(difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B)))))))
% <->
% quotient(quotient(difference(j(A),quotient(quotient(difference(j(B),quotient(
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B),B),
% j(B))),A),
% j(A))),V_3),difference(j(B),quotient(
% quotient(C,B),
% j(B))))
% Current number of equations to process: 85
% Current number of ordered equations: 28
% Current number of rules: 152
% New rule produced :
% [226]
% quotient(quotient(difference(j(A),quotient(quotient(difference(j(B),quotient(
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B),B),
% j(B))),A),
% j(A))),V_3),difference(j(B),quotient(
% quotient(C,B),
% j(B)))) <->
% difference(difference(j(difference(j(B),quotient(quotient(C,B),j(B)))),
% quotient(quotient(V_3,difference(j(B),quotient(quotient(C,B),j(B)))),
% j(difference(j(B),quotient(quotient(C,B),j(B)))))),difference(
% j(difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B)))),
% quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(A,V_3),
% j(V_3))),
% difference(
% j(B),quotient(
% quotient(C,B),
% j(B)))),
% j(difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B)))))))
% Current number of equations to process: 85
% Current number of ordered equations: 27
% Current number of rules: 153
% New rule produced :
% [227]
% difference(difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),
% quotient(quotient(C,difference(j(A),quotient(quotient(B,A),j(A)))),
% j(difference(j(A),quotient(quotient(B,A),j(A)))))),difference(
% j(A),quotient(
% quotient(
% quotient(
% difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(
% difference(
% j(C),
% quotient(
% quotient(V_3,C),
% j(C)))),
% quotient(
% quotient(A,
% difference(
% j(C),
% quotient(
% quotient(V_3,C),
% j(C)))),
% j(
% difference(
% j(C),
% quotient(
% quotient(V_3,C),
% j(C)))))),B),
% j(B))),A),A),
% j(A))))
% <->
% quotient(quotient(difference(j(V_3),quotient(quotient(difference(j(difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A)))),
% quotient(quotient(C,
% difference(
% j(A),quotient(
% quotient(B,A),
% j(A)))),
% j(difference(j(A),
% quotient(quotient(B,A),
% j(A)))))),V_3),
% j(V_3))),C),difference(j(A),quotient(
% quotient(B,A),
% j(A))))
% Current number of equations to process: 85
% Current number of ordered equations: 26
% Current number of rules: 154
% New rule produced :
% [228]
% difference(difference(j(A),quotient(quotient(difference(j(B),quotient(
% quotient(C,B),
% j(B))),A),
% j(A))),difference(j(A),quotient(quotient(difference(
% j(B),
% quotient(
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B),B),
% j(B))),A),
% j(A)))) <->
% quotient(quotient(difference(j(V_3),quotient(quotient(difference(j(A),
% quotient(quotient(
% difference(
% j(B),quotient(
% quotient(C,B),
% j(B))),A),
% j(A))),V_3),j(V_3))),
% difference(j(B),quotient(quotient(C,B),j(B)))),A)
% Current number of equations to process: 85
% Current number of ordered equations: 25
% Current number of rules: 155
% New rule produced :
% [229]
% quotient(quotient(difference(j(V_3),quotient(quotient(difference(j(A),
% quotient(quotient(
% difference(
% j(B),quotient(
% quotient(C,B),
% j(B))),A),
% j(A))),V_3),j(V_3))),
% difference(j(B),quotient(quotient(C,B),j(B)))),A) <->
% difference(difference(j(A),quotient(quotient(difference(j(B),quotient(
% quotient(C,B),
% j(B))),A),
% j(A))),difference(j(A),quotient(quotient(difference(
% j(B),
% quotient(
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B),B),
% j(B))),A),
% j(A))))
% Current number of equations to process: 85
% Current number of ordered equations: 24
% Current number of rules: 156
% New rule produced :
% [230]
% difference(difference(j(A),quotient(quotient(quotient(difference(j(B),
% quotient(quotient(
% difference(
% j(C),quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A),A),j(A))),
% difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),quotient(
% quotient(
% difference(
% j(C),quotient(
% quotient(V_3,C),
% j(C))),
% difference(
% j(A),quotient(
% quotient(B,A),
% j(A)))),
% j(difference(
% j(A),quotient(
% quotient(B,A),
% j(A)))))))
% <->
% quotient(quotient(difference(j(V_3),quotient(quotient(difference(j(difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A)))),
% quotient(quotient(C,
% difference(
% j(A),quotient(
% quotient(B,A),
% j(A)))),
% j(difference(j(A),
% quotient(quotient(B,A),
% j(A)))))),V_3),
% j(V_3))),C),difference(j(A),quotient(
% quotient(B,A),
% j(A))))
% Current number of equations to process: 85
% Current number of ordered equations: 23
% Current number of rules: 157
% New rule produced :
% [231]
% quotient(quotient(difference(j(V_3),quotient(quotient(difference(j(difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A)))),
% quotient(quotient(C,
% difference(
% j(A),quotient(
% quotient(B,A),
% j(A)))),
% j(difference(j(A),
% quotient(quotient(B,A),
% j(A)))))),V_3),
% j(V_3))),C),difference(j(A),quotient(
% quotient(B,A),
% j(A)))) <->
% difference(difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),
% quotient(quotient(C,difference(j(A),quotient(quotient(B,A),j(A)))),
% j(difference(j(A),quotient(quotient(B,A),j(A)))))),difference(
% j(A),quotient(
% quotient(
% quotient(
% difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(
% difference(
% j(C),
% quotient(
% quotient(V_3,C),
% j(C)))),
% quotient(
% quotient(A,
% difference(
% j(C),
% quotient(
% quotient(V_3,C),
% j(C)))),
% j(
% difference(
% j(C),
% quotient(
% quotient(V_3,C),
% j(C)))))),B),
% j(B))),A),A),
% j(A))))
% Current number of equations to process: 85
% Current number of ordered equations: 22
% Current number of rules: 158
% New rule produced :
% [232]
% quotient(quotient(difference(j(V_3),quotient(quotient(difference(j(difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A)))),
% quotient(quotient(C,
% difference(
% j(A),quotient(
% quotient(B,A),
% j(A)))),
% j(difference(j(A),
% quotient(quotient(B,A),
% j(A)))))),V_3),
% j(V_3))),C),difference(j(A),quotient(
% quotient(B,A),
% j(A)))) <->
% difference(difference(j(A),quotient(quotient(quotient(difference(j(B),
% quotient(quotient(
% difference(
% j(C),quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A),A),j(A))),
% difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),quotient(
% quotient(
% difference(
% j(C),quotient(
% quotient(V_3,C),
% j(C))),
% difference(
% j(A),quotient(
% quotient(B,A),
% j(A)))),
% j(difference(
% j(A),quotient(
% quotient(B,A),
% j(A)))))))
% Current number of equations to process: 85
% Current number of ordered equations: 21
% Current number of rules: 159
% Rule [122]
% quotient(quotient(difference(j(A),quotient(quotient(B,A),j(A))),
% difference(C,B)),C) <->
% difference(B,difference(j(C),quotient(quotient(difference(j(difference(C,B)),
% quotient(quotient(A,
% difference(C,B)),
% j(difference(C,B)))),C),
% j(C)))) is composed into [122]
% quotient(quotient(
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))),
% difference(C,B)),C)
% <->
% difference(B,
% difference(
% j(C),quotient(
% difference(C,
% difference(
% j(B),
% quotient(
% quotient(
% quotient(A,C),B),
% j(B)))),
% j(C))))
% New rule produced :
% [233]
% quotient(difference(j(difference(A,B)),quotient(quotient(C,difference(A,B)),
% j(difference(A,B)))),A) ->
% difference(A,difference(j(B),quotient(quotient(quotient(C,A),B),j(B))))
% Rule
% [121]
% difference(B,difference(j(C),quotient(quotient(difference(j(difference(C,B)),
% quotient(quotient(A,difference(C,B)),
% j(difference(C,B)))),C),
% j(C)))) <->
% quotient(quotient(difference(j(A),quotient(quotient(B,A),j(A))),difference(C,B)),C)
% collapsed.
% Rule
% [159]
% quotient(difference(j(difference(A,quotient(quotient(B,i(A)),A))),quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),
% difference(A,
% quotient(
% quotient(B,
% i(A)),A))),
% j(difference(A,
% quotient(
% quotient(B,
% i(A)),A))))),A)
% ->
% difference(A,difference(j(quotient(quotient(B,i(A)),A)),quotient(quotient(C,
% quotient(
% quotient(B,
% i(A)),A)),
% j(quotient(quotient(B,
% i(A)),A)))))
% collapsed.
% Rule
% [174]
% quotient(difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),
% quotient(quotient(difference(j(C),quotient(quotient(j(A),C),j(C))),
% difference(j(A),quotient(quotient(B,A),j(A)))),j(difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A)))))),
% j(A)) ->
% difference(j(A),difference(j(quotient(quotient(B,A),j(A))),quotient(quotient(C,
% quotient(
% quotient(B,A),
% j(A))),
% j(quotient(
% quotient(B,A),
% j(A))))))
% collapsed.
% Current number of equations to process: 88
% Current number of ordered equations: 18
% Current number of rules: 157
% New rule produced :
% [234]
% quotient(difference(A,difference(j(A),quotient(difference(j(A),quotient(
% quotient(B,A),
% j(A))),
% j(A)))),A) ->
% difference(j(A),quotient(quotient(B,A),j(A)))
% Current number of equations to process: 87
% Current number of ordered equations: 18
% Current number of rules: 158
% New rule produced :
% [235]
% difference(i(quotient(A,B)),difference(j(B),quotient(quotient(quotient(A,B),B),
% j(B)))) ->
% difference(j(A),quotient(quotient(quotient(A,B),A),j(A)))
% Current number of equations to process: 86
% Current number of ordered equations: 18
% Current number of rules: 159
% New rule produced :
% [236]
% difference(difference(j(A),quotient(quotient(B,A),j(A))),difference(j(A),
% quotient(quotient(C,A),
% j(A)))) <->
% quotient(difference(B,difference(j(C),quotient(quotient(A,C),j(C)))),A)
% Rule
% [126]
% difference(difference(j(C),quotient(quotient(A,C),j(C))),difference(j(C),
% quotient(quotient(
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))),C),
% j(C)))) <->
% quotient(difference(A,difference(j(difference(j(A),quotient(quotient(B,A),
% j(A)))),quotient(quotient(C,
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A)))),
% j(difference(
% j(A),quotient(
% quotient(B,A),
% j(A))))))),C)
% collapsed.
% Rule
% [171]
% difference(difference(j(A),quotient(quotient(i(B),A),j(A))),difference(
% j(A),quotient(
% quotient(
% quotient(
% i(i(B)),B),A),
% j(A)))) ->
% quotient(quotient(difference(j(B),quotient(quotient(difference(j(A),quotient(
% quotient(
% i(B),A),
% j(A))),B),
% j(B))),i(B)),A) collapsed.
% Current number of equations to process: 86
% Current number of ordered equations: 17
% Current number of rules: 158
% New rule produced :
% [237]
% quotient(difference(B,difference(j(C),quotient(quotient(A,C),j(C)))),A) <->
% difference(difference(j(A),quotient(quotient(B,A),j(A))),difference(j(A),
% quotient(quotient(C,A),
% j(A))))
% Rule
% [125]
% quotient(difference(A,difference(j(difference(j(A),quotient(quotient(B,A),
% j(A)))),quotient(quotient(C,
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A)))),
% j(difference(
% j(A),quotient(
% quotient(B,A),
% j(A))))))),C)
% <->
% difference(difference(j(C),quotient(quotient(A,C),j(C))),difference(j(C),
% quotient(quotient(
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))),C),
% j(C)))) collapsed.
% Current number of equations to process: 86
% Current number of ordered equations: 16
% Current number of rules: 158
% New rule produced :
% [238]
% difference(difference(j(A),quotient(quotient(B,A),j(A))),difference(A,
% difference(j(A),
% quotient(difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))),
% j(A))))) -> A
% Current number of equations to process: 97
% Current number of ordered equations: 16
% Current number of rules: 159
% New rule produced :
% [239]
% difference(A,quotient(difference(quotient(difference(B,quotient(i(i(A)),A)),A),
% difference(B,quotient(quotient(difference(j(A),
% quotient(quotient(B,A),
% j(A))),i(B)),B))),
% difference(j(A),quotient(quotient(B,A),j(A))))) ->
% quotient(quotient(quotient(A,i(B)),B),A)
% Current number of equations to process: 100
% Current number of ordered equations: 16
% Current number of rules: 160
% New rule produced :
% [240]
% quotient(difference(i(A),difference(A,difference(j(A),quotient(quotient(A,B),
% j(A))))),A) ->
% difference(j(A),quotient(quotient(quotient(A,B),A),j(A)))
% Current number of equations to process: 99
% Current number of ordered equations: 16
% Current number of rules: 161
% New rule produced :
% [241]
% quotient(difference(C,quotient(difference(i(B),A),B)),quotient(A,B)) ->
% quotient(difference(C,difference(j(B),quotient(quotient(quotient(A,B),B),
% j(B)))),quotient(A,B))
% Current number of equations to process: 97
% Current number of ordered equations: 16
% Current number of rules: 162
% New rule produced :
% [242]
% quotient(difference(i(difference(A,B)),B),difference(A,B)) <->
% difference(j(C),quotient(quotient(difference(A,difference(j(A),quotient(
% difference(
% difference(
% j(A),quotient(
% quotient(C,A),
% j(A))),B),
% j(A)))),C),
% j(C)))
% Current number of equations to process: 98
% Current number of ordered equations: 17
% Current number of rules: 163
% New rule produced :
% [243]
% difference(j(C),quotient(quotient(difference(A,difference(j(A),quotient(
% difference(
% difference(
% j(A),quotient(
% quotient(C,A),
% j(A))),B),
% j(A)))),C),
% j(C))) <->
% quotient(difference(i(difference(A,B)),B),difference(A,B))
% Current number of equations to process: 98
% Current number of ordered equations: 16
% Current number of rules: 164
% New rule produced :
% [244]
% quotient(quotient(difference(j(A),quotient(quotient(difference(j(difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B)))),
% quotient(quotient(V_3,
% difference(
% j(B),quotient(
% quotient(C,B),
% j(B)))),
% j(difference(j(B),
% quotient(quotient(C,B),
% j(B)))))),A),j(A))),
% quotient(difference(j(C),quotient(quotient(difference(j(V_3),
% quotient(quotient(B,V_3),
% j(V_3))),C),j(C))),B)),B)
% <->
% difference(difference(j(B),quotient(quotient(quotient(difference(j(C),
% quotient(quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B),B),j(B))),
% difference(j(B),quotient(quotient(difference(j(quotient(difference(j(C),
% quotient(quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B)),quotient(
% quotient(A,
% quotient(
% difference(
% j(C),
% quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B)),
% j(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B)))),B),
% j(B))))
% Current number of equations to process: 98
% Current number of ordered equations: 15
% Current number of rules: 165
% New rule produced :
% [245]
% difference(difference(j(B),quotient(quotient(quotient(difference(j(C),
% quotient(quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B),B),j(B))),
% difference(j(B),quotient(quotient(difference(j(quotient(difference(j(C),
% quotient(quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B)),quotient(
% quotient(A,
% quotient(
% difference(
% j(C),
% quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B)),
% j(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B)))),B),
% j(B)))) <->
% quotient(quotient(difference(j(A),quotient(quotient(difference(j(difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B)))),
% quotient(quotient(V_3,
% difference(
% j(B),quotient(
% quotient(C,B),
% j(B)))),
% j(difference(j(B),
% quotient(quotient(C,B),
% j(B)))))),A),j(A))),
% quotient(difference(j(C),quotient(quotient(difference(j(V_3),
% quotient(quotient(B,V_3),
% j(V_3))),C),j(C))),B)),B)
% Current number of equations to process: 98
% Current number of ordered equations: 14
% Current number of rules: 166
% New rule produced :
% [246]
% quotient(quotient(difference(j(V_3),quotient(quotient(difference(j(A),
% quotient(quotient(
% quotient(
% difference(
% j(B),quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A),A),
% j(A))),V_3),j(V_3))),
% quotient(difference(j(B),quotient(quotient(difference(j(C),quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A)),A) <->
% difference(difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),
% quotient(quotient(C,difference(j(A),quotient(quotient(B,A),j(A)))),
% j(difference(j(A),quotient(quotient(B,A),j(A)))))),difference(
% j(A),quotient(
% quotient(
% difference(
% j(
% quotient(
% difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A)),
% quotient(
% quotient(V_3,
% quotient(
% difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A)),
% j(
% quotient(
% difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A)))),A),
% j(A))))
% Current number of equations to process: 98
% Current number of ordered equations: 13
% Current number of rules: 167
% New rule produced :
% [247]
% difference(difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),
% quotient(quotient(C,difference(j(A),quotient(quotient(B,A),j(A)))),
% j(difference(j(A),quotient(quotient(B,A),j(A)))))),difference(
% j(A),quotient(
% quotient(
% difference(
% j(
% quotient(
% difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A)),
% quotient(
% quotient(V_3,
% quotient(
% difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A)),
% j(
% quotient(
% difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A)))),A),
% j(A))))
% <->
% quotient(quotient(difference(j(V_3),quotient(quotient(difference(j(A),
% quotient(quotient(
% quotient(
% difference(
% j(B),quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A),A),
% j(A))),V_3),j(V_3))),
% quotient(difference(j(B),quotient(quotient(difference(j(C),quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A)),A)
% Current number of equations to process: 98
% Current number of ordered equations: 12
% Current number of rules: 168
% New rule produced :
% [248]
% quotient(difference(B,difference(j(quotient(i(i(B)),i(B))),quotient(quotient(A,
% quotient(
% i(
% i(B)),
% i(B))),
% j(quotient(
% i(i(B)),
% i(B)))))),A) ->
% quotient(quotient(difference(j(B),quotient(A,j(B))),B),A)
% Current number of equations to process: 97
% Current number of ordered equations: 12
% Current number of rules: 169
% New rule produced :
% [249]
% quotient(difference(B,quotient(difference(i(difference(A,difference(j(A),
% quotient(B,j(A))))),
% difference(j(A),quotient(B,j(A)))),difference(A,
% difference(
% j(A),
% quotient(B,
% j(A)))))),A)
% ->
% quotient(quotient(difference(j(A),quotient(quotient(difference(j(A),quotient(
% quotient(B,A),
% j(A))),A),
% j(A))),B),A)
% Current number of equations to process: 96
% Current number of ordered equations: 12
% Current number of rules: 170
% New rule produced :
% [250]
% difference(A,quotient(difference(quotient(difference(j(B),quotient(i(i(A)),A)),A),
% difference(j(B),quotient(quotient(difference(j(A),
% quotient(quotient(
% j(B),A),
% j(A))),B),j(B)))),
% difference(j(A),quotient(quotient(j(B),A),j(A))))) ->
% quotient(quotient(quotient(A,B),j(B)),A)
% Current number of equations to process: 94
% Current number of ordered equations: 12
% Current number of rules: 171
% New rule produced :
% [251]
% difference(A,difference(j(quotient(i(i(A)),i(A))),quotient(quotient(B,
% quotient(i(i(A)),
% i(A))),j(quotient(
% i(
% i(A)),
% i(A))))))
% -> quotient(difference(j(A),quotient(B,j(A))),A)
% Rule
% [248]
% quotient(difference(B,difference(j(quotient(i(i(B)),i(B))),quotient(quotient(A,
% quotient(
% i(
% i(B)),
% i(B))),
% j(quotient(
% i(i(B)),
% i(B)))))),A) ->
% quotient(quotient(difference(j(B),quotient(A,j(B))),B),A) collapsed.
% Current number of equations to process: 93
% Current number of ordered equations: 12
% Current number of rules: 171
% New rule produced :
% [252]
% quotient(difference(j(C),quotient(quotient(difference(A,difference(j(A),
% quotient(difference(
% difference(
% j(A),
% quotient(
% quotient(C,A),
% j(A))),B),
% j(A)))),C),j(C))),A)
% -> difference(A,B)
% Current number of equations to process: 92
% Current number of ordered equations: 12
% Current number of rules: 172
% New rule produced :
% [253]
% quotient(difference(i(A),quotient(quotient(difference(j(B),quotient(quotient(A,B),
% j(B))),i(i(A))),
% i(A))),A) <->
% difference(A,difference(j(difference(j(A),A)),quotient(quotient(B,difference(
% j(A),A)),
% j(difference(j(A),A)))))
% Current number of equations to process: 91
% Current number of ordered equations: 13
% Current number of rules: 173
% New rule produced :
% [254]
% difference(A,difference(j(difference(j(A),A)),quotient(quotient(B,difference(
% j(A),A)),
% j(difference(j(A),A))))) <->
% quotient(difference(i(A),quotient(quotient(difference(j(B),quotient(quotient(A,B),
% j(B))),i(i(A))),
% i(A))),A)
% Current number of equations to process: 91
% Current number of ordered equations: 12
% Current number of rules: 174
% New rule produced :
% [255]
% quotient(quotient(quotient(difference(A,difference(j(B),quotient(quotient(A,B),
% j(B)))),A),j(A)),A)
% <->
% difference(A,difference(j(quotient(i(i(A)),A)),quotient(quotient(B,quotient(
% i(
% i(A)),A)),
% j(quotient(i(i(A)),A)))))
% Current number of equations to process: 90
% Current number of ordered equations: 13
% Current number of rules: 175
% New rule produced :
% [256]
% difference(A,difference(j(quotient(i(i(A)),A)),quotient(quotient(B,quotient(
% i(
% i(A)),A)),
% j(quotient(i(i(A)),A))))) <->
% quotient(quotient(quotient(difference(A,difference(j(B),quotient(quotient(A,B),
% j(B)))),A),j(A)),A)
% Current number of equations to process: 90
% Current number of ordered equations: 12
% Current number of rules: 176
% New rule produced :
% [257]
% difference(quotient(i(i(A)),i(A)),difference(j(A),quotient(quotient(difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))),A),
% j(A)))) <->
% quotient(quotient(difference(j(B),quotient(quotient(quotient(i(i(A)),i(A)),B),
% j(B))),A),A)
% Current number of equations to process: 88
% Current number of ordered equations: 13
% Current number of rules: 177
% New rule produced :
% [258]
% quotient(quotient(difference(j(B),quotient(quotient(quotient(i(i(A)),i(A)),B),
% j(B))),A),A) <->
% difference(quotient(i(i(A)),i(A)),difference(j(A),quotient(quotient(difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))),A),
% j(A))))
% Current number of equations to process: 88
% Current number of ordered equations: 12
% Current number of rules: 178
% New rule produced :
% [259]
% difference(difference(j(B),B),difference(j(B),quotient(quotient(difference(
% i(B),
% quotient(
% quotient(A,
% i(i(B))),
% i(B))),B),
% j(B)))) <->
% quotient(quotient(difference(j(A),quotient(quotient(difference(j(B),B),A),
% j(A))),i(i(B))),B)
% Current number of equations to process: 86
% Current number of ordered equations: 11
% Current number of rules: 179
% New rule produced :
% [260]
% quotient(quotient(difference(j(A),quotient(quotient(difference(j(B),B),A),
% j(A))),i(i(B))),B) <->
% difference(difference(j(B),B),difference(j(B),quotient(quotient(difference(
% i(B),
% quotient(
% quotient(A,
% i(i(B))),
% i(B))),B),
% j(B))))
% Current number of equations to process: 86
% Current number of ordered equations: 10
% Current number of rules: 180
% New rule produced :
% [261]
% difference(difference(j(A),quotient(quotient(B,A),j(A))),difference(j(A),
% quotient(quotient(
% difference(
% j(B),B),A),
% j(A)))) ->
% quotient(quotient(difference(i(B),quotient(quotient(difference(j(A),quotient(
% quotient(B,A),
% j(A))),
% i(i(B))),i(B))),B),A)
% Current number of equations to process: 86
% Current number of ordered equations: 9
% Current number of rules: 181
% New rule produced :
% [262]
% difference(difference(A,quotient(quotient(B,i(A)),A)),difference(A,quotient(
% quotient(
% difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B))),
% i(A)),A)))
% <->
% quotient(quotient(difference(j(C),quotient(quotient(difference(A,quotient(
% quotient(B,
% i(A)),A)),C),
% j(C))),B),i(A))
% Current number of equations to process: 86
% Current number of ordered equations: 7
% Current number of rules: 182
% New rule produced :
% [263]
% quotient(quotient(difference(j(C),quotient(quotient(difference(A,quotient(
% quotient(B,
% i(A)),A)),C),
% j(C))),B),i(A)) <->
% difference(difference(A,quotient(quotient(B,i(A)),A)),difference(A,quotient(
% quotient(
% difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B))),
% i(A)),A)))
% Current number of equations to process: 86
% Current number of ordered equations: 5
% Current number of rules: 183
% New rule produced :
% [264]
% difference(quotient(i(i(A)),A),difference(j(A),quotient(quotient(quotient(
% quotient(
% difference(A,B),A),
% j(A)),A),
% j(A)))) <->
% quotient(quotient(difference(j(B),quotient(quotient(quotient(i(i(A)),A),B),
% j(B))),j(A)),A)
% Current number of equations to process: 81
% Current number of ordered equations: 6
% Current number of rules: 184
% New rule produced :
% [265]
% quotient(quotient(difference(j(B),quotient(quotient(quotient(i(i(A)),A),B),
% j(B))),j(A)),A) <->
% difference(quotient(i(i(A)),A),difference(j(A),quotient(quotient(quotient(
% quotient(
% difference(A,B),A),
% j(A)),A),
% j(A))))
% Current number of equations to process: 81
% Current number of ordered equations: 5
% Current number of rules: 185
% New rule produced :
% [266]
% difference(difference(j(B),quotient(quotient(C,B),j(B))),difference(j(B),
% quotient(quotient(
% difference(
% j(C),
% quotient(
% quotient(
% i(A),C),
% j(C))),B),
% j(B)))) <->
% quotient(quotient(difference(A,quotient(quotient(difference(j(B),quotient(
% quotient(C,B),
% j(B))),
% i(A)),A)),C),B)
% Rule
% [191]
% difference(difference(j(A),quotient(quotient(B,A),j(A))),difference(j(A),
% quotient(quotient(
% difference(
% j(B),
% quotient(
% quotient(
% i(difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A)))),B),
% j(B))),A),
% j(A)))) ->
% quotient(quotient(quotient(i(i(difference(j(A),quotient(quotient(B,A),j(A))))),
% difference(j(A),quotient(quotient(B,A),j(A)))),B),A)
% collapsed.
% Current number of equations to process: 81
% Current number of ordered equations: 4
% Current number of rules: 185
% New rule produced :
% [267]
% quotient(quotient(difference(A,quotient(quotient(difference(j(B),quotient(
% quotient(C,B),
% j(B))),
% i(A)),A)),C),B) <->
% difference(difference(j(B),quotient(quotient(C,B),j(B))),difference(j(B),
% quotient(quotient(
% difference(
% j(C),
% quotient(
% quotient(
% i(A),C),
% j(C))),B),
% j(B))))
% Current number of equations to process: 81
% Current number of ordered equations: 3
% Current number of rules: 186
% New rule produced :
% [268]
% difference(A,difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),
% quotient(j(A),j(difference(j(A),quotient(quotient(B,A),j(A)))))))
% ->
% quotient(difference(j(B),quotient(quotient(difference(A,difference(j(A),
% quotient(quotient(
% quotient(B,A),
% j(A)),
% j(A)))),B),j(B))),A)
% Current number of equations to process: 78
% Current number of ordered equations: 3
% Current number of rules: 187
% New rule produced :
% [269]
% difference(difference(j(A),quotient(quotient(i(B),A),j(A))),difference(
% j(A),quotient(
% quotient(
% difference(B,
% quotient(
% quotient(C,
% i(B)),B)),A),
% j(A)))) <->
% quotient(quotient(difference(j(C),quotient(quotient(difference(j(A),quotient(
% quotient(
% i(B),A),
% j(A))),C),
% j(C))),i(B)),A)
% Current number of equations to process: 78
% Current number of ordered equations: 2
% Current number of rules: 188
% New rule produced :
% [270]
% quotient(quotient(difference(j(C),quotient(quotient(difference(j(A),quotient(
% quotient(
% i(B),A),
% j(A))),C),
% j(C))),i(B)),A) <->
% difference(difference(j(A),quotient(quotient(i(B),A),j(A))),difference(
% j(A),quotient(
% quotient(
% difference(B,
% quotient(
% quotient(C,
% i(B)),B)),A),
% j(A))))
% Current number of equations to process: 78
% Current number of ordered equations: 1
% Current number of rules: 189
% New rule produced :
% [271]
% difference(difference(j(A),quotient(quotient(B,A),j(A))),difference(j(A),
% quotient(quotient(
% difference(
% j(B),
% quotient(A,
% j(B))),A),
% j(A)))) ->
% quotient(quotient(quotient(i(i(difference(j(A),quotient(quotient(B,A),j(A))))),
% i(difference(j(A),quotient(quotient(B,A),j(A))))),B),A)
% Current number of equations to process: 77
% Current number of ordered equations: 1
% Current number of rules: 190
% New rule produced :
% [272]
% quotient(difference(j(B),quotient(quotient(difference(A,difference(j(A),
% quotient(difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))),
% j(A)))),B),j(B))),A)
% ->
% difference(A,quotient(i(i(difference(j(A),quotient(quotient(B,A),j(A))))),
% i(difference(j(A),quotient(quotient(B,A),j(A))))))
% Current number of equations to process: 76
% Current number of ordered equations: 1
% Current number of rules: 191
% New rule produced :
% [273]
% difference(A,difference(j(B),quotient(quotient(i(A),B),j(B)))) <->
% quotient(quotient(difference(x1,difference(j(x1),quotient(difference(A,B),
% j(x1)))),quotient(difference(
% quotient(
% i(
% i(A)),A),
% difference(
% j(x1),
% quotient(
% quotient(
% difference(A,B),x1),
% j(x1)))),
% difference(A,B))),A)
% Current number of equations to process: 79
% Current number of ordered equations: 2
% Current number of rules: 192
% New rule produced :
% [274]
% quotient(quotient(difference(x1,difference(j(x1),quotient(difference(A,B),
% j(x1)))),quotient(difference(
% quotient(
% i(
% i(A)),A),
% difference(
% j(x1),
% quotient(
% quotient(
% difference(A,B),x1),
% j(x1)))),
% difference(A,B))),A)
% <-> difference(A,difference(j(B),quotient(quotient(i(A),B),j(B))))
% Current number of equations to process: 79
% Current number of ordered equations: 1
% Current number of rules: 193
% New rule produced :
% [275]
% quotient(difference(j(B),quotient(quotient(difference(difference(j(A),
% quotient(quotient(B,A),
% j(A))),quotient(
% quotient(A,
% i(difference(
% j(A),quotient(
% quotient(B,A),
% j(A))))),
% difference(
% j(A),quotient(
% quotient(B,A),
% j(A))))),B),
% j(B))),A) -> i(A)
% Current number of equations to process: 78
% Current number of ordered equations: 1
% Current number of rules: 194
% New rule produced :
% [276]
% difference(difference(j(A),quotient(quotient(difference(B,C),A),j(A))),
% difference(j(A),quotient(quotient(difference(j(difference(B,C)),quotient(B,
% j(difference(B,C)))),A),
% j(A)))) ->
% quotient(quotient(difference(j(C),quotient(quotient(difference(j(A),quotient(
% quotient(
% difference(B,C),A),
% j(A))),C),
% j(C))),difference(B,C)),A)
% Current number of equations to process: 78
% Current number of ordered equations: 0
% Current number of rules: 195
% New rule produced :
% [277]
% difference(i(A),difference(j(difference(A,quotient(quotient(B,i(A)),A))),
% quotient(quotient(C,difference(A,quotient(quotient(B,i(A)),A))),
% j(difference(A,quotient(quotient(B,i(A)),A)))))) <->
% quotient(difference(j(B),quotient(quotient(difference(j(C),quotient(quotient(
% i(A),C),
% j(C))),B),
% j(B))),i(A))
% Current number of equations to process: 77
% Current number of ordered equations: 1
% Current number of rules: 196
% New rule produced :
% [278]
% quotient(difference(j(B),quotient(quotient(difference(j(C),quotient(quotient(
% i(A),C),
% j(C))),B),
% j(B))),i(A)) <->
% difference(i(A),difference(j(difference(A,quotient(quotient(B,i(A)),A))),
% quotient(quotient(C,difference(A,quotient(quotient(B,i(A)),A))),
% j(difference(A,quotient(quotient(B,i(A)),A))))))
% Current number of equations to process: 77
% Current number of ordered equations: 0
% Current number of rules: 197
% New rule produced :
% [279]
% difference(B,difference(B,difference(j(B),quotient(difference(j(B),quotient(
% quotient(A,B),
% j(B))),
% j(B))))) <->
% quotient(difference(j(A),quotient(quotient(quotient(i(i(B)),i(B)),A),j(A))),B)
% Current number of equations to process: 83
% Current number of ordered equations: 1
% Current number of rules: 198
% New rule produced :
% [280]
% quotient(difference(j(A),quotient(quotient(quotient(i(i(B)),i(B)),A),j(A))),B)
% <->
% difference(B,difference(B,difference(j(B),quotient(difference(j(B),quotient(
% quotient(A,B),
% j(B))),
% j(B)))))
% Current number of equations to process: 83
% Current number of ordered equations: 0
% Current number of rules: 199
% New rule produced :
% [281]
% difference(i(B),difference(B,difference(j(B),quotient(difference(B,quotient(
% quotient(A,
% i(B)),B)),
% j(B))))) -> quotient(A,i(B))
% Current number of equations to process: 84
% Current number of ordered equations: 0
% Current number of rules: 200
% New rule produced :
% [282]
% difference(A,difference(B,difference(j(B),A))) ->
% quotient(quotient(quotient(A,B),j(B)),A)
% Current number of equations to process: 89
% Current number of ordered equations: 0
% Current number of rules: 201
% New rule produced :
% [283]
% difference(j(j(A)),quotient(difference(j(A),B),j(j(A)))) <->
% quotient(quotient(difference(j(B),quotient(quotient(j(A),B),j(B))),A),j(A))
% Current number of equations to process: 88
% Current number of ordered equations: 1
% Current number of rules: 202
% New rule produced :
% [284]
% quotient(quotient(difference(j(B),quotient(quotient(j(A),B),j(B))),A),j(A))
% <-> difference(j(j(A)),quotient(difference(j(A),B),j(j(A))))
% Current number of equations to process: 88
% Current number of ordered equations: 0
% Current number of rules: 203
% New rule produced :
% [285]
% difference(j(B),difference(B,difference(j(B),quotient(quotient(quotient(
% difference(B,A),B),
% j(B)),j(B))))) <->
% quotient(difference(j(A),quotient(quotient(quotient(i(i(B)),B),A),j(A))),
% j(B))
% Current number of equations to process: 90
% Current number of ordered equations: 1
% Current number of rules: 204
% New rule produced :
% [286]
% quotient(difference(j(A),quotient(quotient(quotient(i(i(B)),B),A),j(A))),
% j(B)) <->
% difference(j(B),difference(B,difference(j(B),quotient(quotient(quotient(
% difference(B,A),B),
% j(B)),j(B)))))
% Current number of equations to process: 90
% Current number of ordered equations: 0
% Current number of rules: 205
% New rule produced :
% [287]
% difference(i(i(B)),difference(B,difference(j(B),quotient(difference(i(B),
% quotient(quotient(A,
% i(i(B))),
% i(B))),j(B))))) <->
% quotient(difference(j(A),quotient(quotient(difference(j(B),B),A),j(A))),
% i(i(B)))
% Current number of equations to process: 89
% Current number of ordered equations: 1
% Current number of rules: 206
% New rule produced :
% [288]
% quotient(difference(j(A),quotient(quotient(difference(j(B),B),A),j(A))),
% i(i(B))) <->
% difference(i(i(B)),difference(B,difference(j(B),quotient(difference(i(B),
% quotient(quotient(A,
% i(i(B))),
% i(B))),j(B)))))
% Current number of equations to process: 89
% Current number of ordered equations: 0
% Current number of rules: 207
% New rule produced :
% [289]
% difference(B,difference(A,difference(j(A),quotient(difference(j(B),quotient(A,
% j(B))),
% j(A))))) ->
% quotient(quotient(i(i(difference(j(A),quotient(quotient(B,A),j(A))))),
% i(difference(j(A),quotient(quotient(B,A),j(A))))),B)
% Current number of equations to process: 88
% Current number of ordered equations: 0
% Current number of rules: 208
% New rule produced :
% [290]
% difference(difference(C,B),difference(C,difference(j(C),quotient(difference(
% j(difference(C,B)),
% quotient(
% quotient(A,
% difference(C,B)),
% j(difference(C,B)))),
% j(C))))) <->
% quotient(difference(j(A),quotient(quotient(B,A),j(A))),difference(C,B))
% Current number of equations to process: 87
% Current number of ordered equations: 1
% Current number of rules: 209
% New rule produced :
% [291]
% quotient(difference(j(A),quotient(quotient(B,A),j(A))),difference(C,B)) <->
% difference(difference(C,B),difference(C,difference(j(C),quotient(difference(
% j(difference(C,B)),
% quotient(
% quotient(A,
% difference(C,B)),
% j(difference(C,B)))),
% j(C)))))
% Current number of equations to process: 87
% Current number of ordered equations: 0
% Current number of rules: 210
% New rule produced :
% [292]
% quotient(difference(j(difference(A,difference(j(B),quotient(quotient(C,B),
% j(B))))),quotient(A,
% j(difference(A,
% difference(
% j(B),quotient(
% quotient(C,B),
% j(B))))))),C)
% ->
% difference(C,difference(B,difference(j(B),quotient(difference(j(C),quotient(
% quotient(
% difference(A,
% difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B)))),C),
% j(C))),
% j(B)))))
% Current number of equations to process: 92
% Current number of ordered equations: 0
% Current number of rules: 211
% New rule produced : [293] difference(i(A),difference(A,i(A))) -> i(i(i(A)))
% Current number of equations to process: 98
% Current number of ordered equations: 0
% Current number of rules: 212
% New rule produced : [294] difference(j(A),difference(A,j(A))) -> j(A)
% Current number of equations to process: 98
% Current number of ordered equations: 0
% Current number of rules: 213
% New rule produced : [295] difference(A,j(A)) -> quotient(i(A),A)
% Rule [92] quotient(difference(A,j(A)),j(A)) -> j(A) collapsed.
% Rule [97] difference(j(A),j(j(A))) -> quotient(i(i(A)),i(A)) collapsed.
% Rule [294] difference(j(A),difference(A,j(A))) -> j(A) collapsed.
% Current number of equations to process: 99
% Current number of ordered equations: 0
% Current number of rules: 211
% Rule [289]
% difference(B,difference(A,difference(j(A),quotient(difference(j(B),
% quotient(A,j(B))),
% j(A))))) ->
% quotient(quotient(i(i(difference(j(A),quotient(quotient(B,A),j(A))))),
% i(difference(j(A),quotient(quotient(B,A),j(A))))),B) is composed into 
% [289]
% difference(B,difference(A,difference(j(A),quotient(difference(j(B),quotient(A,
% j(B))),
% j(A))))) ->
% quotient(quotient(difference(j(A),quotient(quotient(B,A),j(A))),j(difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))))),B)
% Rule [279]
% difference(B,difference(B,difference(j(B),quotient(difference(j(B),
% quotient(quotient(A,B),
% j(B))),j(B))))) <->
% quotient(difference(j(A),quotient(quotient(quotient(i(i(B)),i(B)),A),
% j(A))),B) is composed into [279]
% difference(B,
% difference(B,
% difference(j(B),
% quotient(difference(
% j(B),
% quotient(
% quotient(A,B),
% j(B))),
% j(B))))) <->
% quotient(difference(
% j(A),
% quotient(
% quotient(
% quotient(B,
% j(B)),A),
% j(A))),B)
% Rule [272]
% quotient(difference(j(B),quotient(quotient(difference(A,difference(
% j(A),quotient(
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))),
% j(A)))),B),
% j(B))),A) ->
% difference(A,quotient(i(i(difference(j(A),quotient(quotient(B,A),j(A))))),
% i(difference(j(A),quotient(quotient(B,A),j(A)))))) is composed into 
% [272]
% quotient(difference(j(B),quotient(quotient(difference(A,difference(j(A),
% quotient(difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))),
% j(A)))),B),j(B))),A)
% ->
% difference(A,quotient(difference(j(A),quotient(quotient(B,A),j(A))),j(
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))))))
% Rule [271]
% difference(difference(j(A),quotient(quotient(B,A),j(A))),difference(
% j(A),quotient(
% quotient(
% difference(
% j(B),
% quotient(A,
% j(B))),A),
% j(A)))) ->
% quotient(quotient(quotient(i(i(difference(j(A),quotient(quotient(B,A),
% j(A))))),i(difference(
% j(A),quotient(
% quotient(B,A),
% j(A))))),B),A) is composed into 
% [271]
% difference(difference(j(A),quotient(quotient(B,A),j(A))),difference(j(A),
% quotient(quotient(
% difference(
% j(B),
% quotient(A,
% j(B))),A),
% j(A)))) ->
% quotient(quotient(quotient(difference(j(A),quotient(quotient(B,A),j(A))),
% j(difference(j(A),quotient(quotient(B,A),j(A))))),B),A)
% Rule [111]
% difference(A,difference(j(A),quotient(A,j(A)))) ->
% quotient(i(i(A)),i(A)) is composed into [111]
% difference(A,difference(
% j(A),quotient(A,
% j(A)))) ->
% quotient(A,j(A))
% Rule [105] difference(i(A),A) -> quotient(i(i(A)),i(A)) is composed into 
% [105] difference(i(A),A) -> quotient(A,j(A))
% New rule produced : [296] quotient(i(i(A)),i(A)) -> quotient(A,j(A))
% Rule [64] quotient(quotient(i(i(A)),i(A)),A) -> A collapsed.
% Rule [78] difference(A,quotient(i(i(A)),i(A))) -> A collapsed.
% Rule
% [118]
% quotient(difference(i(A),quotient(i(i(A)),i(A))),A) -> quotient(i(i(A)),i(A))
% collapsed.
% Rule
% [152] quotient(difference(j(A),quotient(A,j(A))),quotient(i(i(A)),i(A))) -> A
% collapsed.
% Rule
% [176]
% difference(j(A),quotient(quotient(quotient(i(i(i(A))),i(i(A))),A),j(A))) ->
% j(A) collapsed.
% Rule
% [251]
% difference(A,difference(j(quotient(i(i(A)),i(A))),quotient(quotient(B,
% quotient(i(i(A)),
% i(A))),j(quotient(
% i(
% i(A)),
% i(A))))))
% -> quotient(difference(j(A),quotient(B,j(A))),A) collapsed.
% Rule
% [257]
% difference(quotient(i(i(A)),i(A)),difference(j(A),quotient(quotient(difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))),A),
% j(A)))) <->
% quotient(quotient(difference(j(B),quotient(quotient(quotient(i(i(A)),i(A)),B),
% j(B))),A),A) collapsed.
% Rule
% [258]
% quotient(quotient(difference(j(B),quotient(quotient(quotient(i(i(A)),i(A)),B),
% j(B))),A),A) <->
% difference(quotient(i(i(A)),i(A)),difference(j(A),quotient(quotient(difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))),A),
% j(A)))) collapsed.
% Rule
% [280]
% quotient(difference(j(A),quotient(quotient(quotient(i(i(B)),i(B)),A),j(A))),B)
% <->
% difference(B,difference(B,difference(j(B),quotient(difference(j(B),quotient(
% quotient(A,B),
% j(B))),
% j(B))))) collapsed.
% The conjecture has been reduced. 
% Conjecture is now:
% difference(j(x0),quotient(quotient(difference(j(x0),quotient(quotient(
% quotient(
% quotient(
% quotient(
% difference(x0,
% quotient(
% quotient(x1,
% j(x1)),quotient(
% difference(x0,
% quotient(x1,
% j(x1))),x1))),x0),
% j(x0)),x0),x0),
% j(x0))),x0),j(x0))) = 
% quotient(quotient(difference(j(x0),x1),j(x0)),j(j(x0)))
% 
% Current number of equations to process: 107
% Current number of ordered equations: 0
% Current number of rules: 203
% New rule produced : [297] quotient(quotient(A,j(A)),A) -> A
% Current number of equations to process: 106
% Current number of ordered equations: 0
% Current number of rules: 204
% New rule produced : [298] difference(A,quotient(A,j(A))) -> A
% Current number of equations to process: 105
% Current number of ordered equations: 0
% Current number of rules: 205
% New rule produced : [299] difference(j(j(A)),quotient(A,j(A))) -> j(j(A))
% Current number of equations to process: 104
% Current number of ordered equations: 0
% Current number of rules: 206
% Rule [295] difference(A,j(A)) -> quotient(i(A),A) is composed into [295]
% difference(A,
% j(A)) ->
% quotient(
% j(A),
% j(
% j(A)))
% New rule produced : [300] quotient(i(A),A) -> quotient(j(A),j(j(A)))
% Rule [76] quotient(quotient(i(A),A),j(A)) -> j(A) collapsed.
% Rule [93] difference(j(A),quotient(i(A),A)) -> j(A) collapsed.
% Rule [160] quotient(difference(A,quotient(i(A),A)),j(A)) -> quotient(i(A),A)
% collapsed.
% Rule
% [166]
% quotient(difference(j(j(A)),quotient(j(A),j(j(A)))),quotient(i(A),A)) -> j(A)
% collapsed.
% Rule [296] quotient(i(i(A)),i(A)) -> quotient(A,j(A)) collapsed.
% Current number of equations to process: 106
% Current number of ordered equations: 0
% Current number of rules: 202
% New rule produced : [301] quotient(difference(j(j(A)),j(A)),i(A)) -> j(A)
% Current number of equations to process: 107
% Current number of ordered equations: 0
% Current number of rules: 203
% New rule produced : [302] quotient(difference(A,i(A)),i(i(i(A)))) -> i(A)
% Current number of equations to process: 106
% Current number of ordered equations: 0
% Current number of rules: 204
% New rule produced :
% [303] quotient(difference(i(A),quotient(A,j(A))),A) -> quotient(A,j(A))
% Current number of equations to process: 105
% Current number of ordered equations: 0
% Current number of rules: 205
% New rule produced :
% [304] quotient(difference(j(A),quotient(A,j(A))),quotient(A,j(A))) -> A
% Current number of equations to process: 104
% Current number of ordered equations: 0
% Current number of rules: 206
% New rule produced :
% [305]
% quotient(difference(A,quotient(j(A),j(j(A)))),j(A)) -> quotient(j(A),j(j(A)))
% Current number of equations to process: 103
% Current number of ordered equations: 0
% Current number of rules: 207
% New rule produced :
% [306]
% difference(j(A),quotient(quotient(quotient(j(A),j(j(A))),A),j(A))) -> j(A)
% Current number of equations to process: 102
% Current number of ordered equations: 0
% Current number of rules: 208
% New rule produced :
% [307]
% difference(A,difference(j(quotient(A,j(A))),quotient(quotient(B,quotient(A,
% j(A))),
% j(quotient(A,j(A)))))) ->
% quotient(difference(j(A),quotient(B,j(A))),A)
% Current number of equations to process: 100
% Current number of ordered equations: 0
% Current number of rules: 209
% New rule produced :
% [308] difference(j(j(A)),quotient(A,j(j(A)))) -> j(j(j(A)))
% Rule
% [167]
% quotient(difference(j(j(A)),quotient(A,j(j(A)))),quotient(i(i(A)),A)) -> j(A)
% collapsed.
% Current number of equations to process: 100
% Current number of ordered equations: 0
% Current number of rules: 209
% New rule produced : [309] quotient(j(j(j(A))),quotient(i(i(A)),A)) -> j(A)
% Current number of equations to process: 99
% Current number of ordered equations: 0
% Current number of rules: 210
% New rule produced : [310] quotient(j(j(A)),j(j(j(A)))) -> quotient(A,j(A))
% Current number of equations to process: 99
% Current number of ordered equations: 0
% Current number of rules: 211
% New rule produced :
% [311]
% quotient(difference(j(j(j(A))),quotient(A,j(A))),quotient(A,j(A))) -> j(j(A))
% Current number of equations to process: 99
% Current number of ordered equations: 0
% Current number of rules: 212
% New rule produced : [312] quotient(quotient(i(i(A)),A),j(j(A))) -> j(A)
% Current number of equations to process: 108
% Current number of ordered equations: 0
% Current number of rules: 213
% Rule [285]
% difference(j(B),difference(B,difference(j(B),quotient(quotient(quotient(
% difference(B,A),B),
% j(B)),j(B))))) <->
% quotient(difference(j(A),quotient(quotient(quotient(i(i(B)),B),A),j(A))),
% j(B)) is composed into [285]
% difference(j(B),difference(B,difference(j(B),
% quotient(quotient(
% quotient(
% difference(B,A),B),
% j(B)),
% j(B))))) <->
% quotient(difference(j(A),quotient(quotient(
% quotient(
% i(B),j(B)),A),
% j(A))),j(B))
% Rule [273]
% difference(A,difference(j(B),quotient(quotient(i(A),B),j(B)))) <->
% quotient(quotient(difference(x1,difference(j(x1),quotient(difference(A,B),
% j(x1)))),quotient(
% difference(
% quotient(
% i(i(A)),A),
% difference(
% j(x1),
% quotient(
% quotient(
% difference(A,B),x1),
% j(x1)))),
% difference(A,B))),A) is composed into 
% [273]
% difference(A,difference(j(B),quotient(quotient(i(A),B),j(B)))) <->
% quotient(quotient(difference(x1,difference(j(x1),quotient(difference(A,B),
% j(x1)))),quotient(difference(
% quotient(
% i(A),
% j(A)),
% difference(
% j(x1),
% quotient(
% quotient(
% difference(A,B),x1),
% j(x1)))),
% difference(A,B))),A)
% Rule [255]
% quotient(quotient(quotient(difference(A,difference(j(B),quotient(
% quotient(A,B),
% j(B)))),A),
% j(A)),A) <->
% difference(A,difference(j(quotient(i(i(A)),A)),quotient(quotient(B,
% quotient(
% i(i(A)),A)),
% j(quotient(i(i(A)),A))))) is composed into 
% [255]
% quotient(quotient(quotient(difference(A,difference(j(B),quotient(quotient(A,B),
% j(B)))),A),j(A)),A)
% <->
% difference(A,difference(j(quotient(i(A),j(A))),quotient(quotient(B,quotient(
% i(A),
% j(A))),
% j(quotient(i(A),j(A))))))
% Rule [192]
% i(quotient(quotient(quotient(difference(B,A),A),difference(j(A),
% quotient(quotient(B,A),
% j(A)))),j(difference(
% j(A),quotient(
% quotient(B,A),
% j(A))))))
% <->
% quotient(difference(A,quotient(i(i(difference(j(A),quotient(quotient(B,A),
% j(A))))),difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))))),
% j(difference(j(A),quotient(quotient(B,A),j(A))))) is composed into 
% [192]
% i(quotient(quotient(quotient(difference(B,A),A),difference(j(A),quotient(
% quotient(B,A),
% j(A)))),
% j(difference(j(A),quotient(quotient(B,A),j(A)))))) <->
% quotient(difference(A,quotient(i(difference(j(A),quotient(quotient(B,A),j(A)))),
% j(difference(j(A),quotient(quotient(B,A),j(A)))))),
% j(difference(j(A),quotient(quotient(B,A),j(A)))))
% Rule [163]
% i(difference(j(A),quotient(quotient(B,A),j(A)))) <->
% quotient(difference(B,quotient(i(i(A)),A)),A) is composed into [163]
% i(
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))))
% <->
% quotient(
% difference(B,
% quotient(
% i(A),
% j(A))),A)
% Rule [157]
% difference(A,quotient(quotient(quotient(difference(j(A),quotient(
% quotient(
% difference(
% j(B),quotient(
% quotient(
% i(A),B),
% j(B))),A),
% j(A))),i(A)),
% i(A)),A)) <->
% difference(j(quotient(i(i(A)),A)),quotient(quotient(B,quotient(i(i(A)),A)),
% j(quotient(i(i(A)),A)))) is composed into 
% [157]
% difference(A,quotient(quotient(quotient(difference(j(A),quotient(quotient(
% difference(
% j(B),
% quotient(
% quotient(
% i(A),B),
% j(B))),A),
% j(A))),i(A)),
% i(A)),A)) <->
% difference(j(quotient(i(A),j(A))),quotient(quotient(B,quotient(i(A),j(A))),
% j(quotient(i(A),j(A)))))
% Rule [155]
% difference(j(A),quotient(quotient(difference(j(B),quotient(quotient(
% i(A),B),
% j(B))),A),j(A))) <->
% quotient(difference(x1,difference(j(x1),quotient(difference(i(A),
% difference(j(quotient(
% i(
% i(A)),A)),
% quotient(quotient(B,
% quotient(
% i(i(A)),A)),
% j(quotient(i(i(A)),A))))),
% j(x1)))),quotient(difference(
% i(A),difference(
% j(x1),
% quotient(
% quotient(
% difference(
% i(A),
% difference(
% j(
% quotient(
% i(
% i(A)),A)),
% quotient(
% quotient(B,
% quotient(
% i(
% i(A)),A)),
% j(
% quotient(
% i(
% i(A)),A))))),x1),
% j(x1)))),
% difference(i(A),
% difference(j(quotient(
% i(
% i(A)),A)),
% quotient(quotient(B,
% quotient(
% i(i(A)),A)),
% j(quotient(i(i(A)),A))))))) is composed into 
% [155]
% difference(j(A),quotient(quotient(difference(j(B),quotient(quotient(i(A),B),
% j(B))),A),j(A))) <->
% quotient(difference(x1,difference(j(x1),quotient(difference(i(A),difference(
% j(quotient(
% i(A),
% j(A))),
% quotient(
% quotient(B,
% quotient(
% i(A),
% j(A))),
% j(quotient(
% i(A),
% j(A)))))),
% j(x1)))),quotient(difference(
% i(A),difference(
% j(x1),
% quotient(
% quotient(
% difference(
% i(A),difference(
% j(
% quotient(
% i(A),
% j(A))),
% quotient(
% quotient(B,
% quotient(
% i(A),
% j(A))),
% j(
% quotient(
% i(A),
% j(A)))))),x1),
% j(x1)))),
% difference(i(A),difference(
% j(quotient(
% i(A),
% j(A))),
% quotient(
% quotient(B,
% quotient(
% i(A),
% j(A))),
% j(quotient(
% i(A),
% j(A))))))))
% Rule [132]
% quotient(difference(A,difference(j(B),quotient(quotient(i(A),B),j(B)))),
% i(A)) <->
% difference(quotient(i(i(A)),A),difference(A,quotient(quotient(B,i(A)),A))) is composed into 
% [132]
% quotient(difference(A,difference(j(B),quotient(quotient(i(A),B),j(B)))),i(A))
% <->
% difference(quotient(i(A),j(A)),difference(A,quotient(quotient(B,i(A)),A)))
% Rule [120]
% quotient(difference(j(A),quotient(quotient(difference(j(B),quotient(
% quotient(
% i(A),B),
% j(B))),A),
% j(A))),i(A)) <->
% difference(i(A),difference(j(quotient(i(i(A)),A)),quotient(quotient(B,
% quotient(
% i(i(A)),A)),
% j(quotient(i(i(A)),A))))) is composed into 
% [120]
% quotient(difference(j(A),quotient(quotient(difference(j(B),quotient(quotient(
% i(A),B),
% j(B))),A),
% j(A))),i(A)) <->
% difference(i(A),difference(j(quotient(i(A),j(A))),quotient(quotient(B,
% quotient(i(A),
% j(A))),j(quotient(
% i(A),
% j(A))))))
% Rule [117] difference(A,j(j(A))) -> quotient(i(i(A)),A) is composed into 
% [117] difference(A,j(j(A))) -> quotient(i(A),j(A))
% Rule [84]
% difference(j(A),quotient(quotient(j(A),A),j(A))) -> quotient(i(i(A)),A) is composed into 
% [84] difference(j(A),quotient(quotient(j(A),A),j(A))) -> quotient(i(A),j(A))
% Rule [5] eta(A) -> quotient(i(i(A)),A) is composed into [5]
% eta(A) ->
% quotient(i(A),j(A))
% New rule produced : [313] quotient(i(i(A)),A) -> quotient(i(A),j(A))
% Rule [75] difference(A,quotient(i(i(A)),A)) -> j(A) collapsed.
% Rule [77] quotient(quotient(i(i(A)),A),j(A)) -> A collapsed.
% Rule [100] difference(j(A),quotient(i(i(A)),A)) -> j(j(A)) collapsed.
% Rule [101] quotient(i(i(i(A))),i(A)) -> quotient(i(i(A)),A) collapsed.
% Rule [102] quotient(quotient(i(i(A)),A),A) -> i(A) collapsed.
% Rule
% [119]
% difference(i(A),difference(j(quotient(i(i(A)),A)),quotient(quotient(B,
% quotient(i(i(A)),A)),
% j(quotient(i(i(A)),A)))))
% <->
% quotient(difference(j(A),quotient(quotient(difference(j(B),quotient(quotient(
% i(A),B),
% j(B))),A),
% j(A))),i(A)) collapsed.
% Rule
% [131]
% difference(quotient(i(i(A)),A),difference(A,quotient(quotient(B,i(A)),A)))
% <->
% quotient(difference(A,difference(j(B),quotient(quotient(i(A),B),j(B)))),i(A))
% collapsed.
% Rule
% [151]
% difference(difference(A,quotient(quotient(B,i(A)),A)),quotient(i(i(A)),A)) ->
% quotient(i(B),i(A)) collapsed.
% Rule
% [154]
% difference(i(A),difference(j(quotient(i(i(A)),A)),quotient(quotient(quotient(B,
% i(A)),
% quotient(i(i(A)),A)),
% j(quotient(i(i(A)),A)))))
% -> quotient(difference(j(A),quotient(quotient(B,A),j(A))),i(A)) collapsed.
% Rule
% [156]
% quotient(difference(x1,difference(j(x1),quotient(difference(i(A),difference(
% j(quotient(
% i(
% i(A)),A)),
% quotient(
% quotient(B,
% quotient(
% i(i(A)),A)),
% j(quotient(
% i(
% i(A)),A))))),
% j(x1)))),quotient(difference(
% i(A),difference(
% j(x1),
% quotient(
% quotient(
% difference(
% i(A),difference(
% j(
% quotient(
% i(
% i(A)),A)),
% quotient(
% quotient(B,
% quotient(
% i(
% i(A)),A)),
% j(
% quotient(
% i(
% i(A)),A))))),x1),
% j(x1)))),
% difference(i(A),difference(
% j(quotient(
% i(
% i(A)),A)),
% quotient(
% quotient(B,
% quotient(
% i(i(A)),A)),
% j(quotient(
% i(
% i(A)),A)))))))
% <->
% difference(j(A),quotient(quotient(difference(j(B),quotient(quotient(i(A),B),
% j(B))),A),j(A))) collapsed.
% Rule
% [158]
% difference(j(quotient(i(i(A)),A)),quotient(quotient(B,quotient(i(i(A)),A)),
% j(quotient(i(i(A)),A)))) <->
% difference(A,quotient(quotient(quotient(difference(j(A),quotient(quotient(
% difference(
% j(B),
% quotient(
% quotient(
% i(A),B),
% j(B))),A),
% j(A))),i(A)),
% i(A)),A)) collapsed.
% Rule
% [164]
% quotient(difference(B,quotient(i(i(A)),A)),A) <->
% i(difference(j(A),quotient(quotient(B,A),j(A)))) collapsed.
% Rule
% [168] quotient(quotient(quotient(j(A),A),j(A)),quotient(i(i(A)),A)) -> j(A)
% collapsed.
% Rule
% [169]
% difference(quotient(i(i(B)),B),difference(B,quotient(quotient(difference(
% j(B),quotient(
% quotient(A,B),
% j(B))),
% i(B)),B))) <->
% quotient(quotient(difference(j(A),quotient(quotient(quotient(i(i(B)),B),A),
% j(A))),B),i(B)) collapsed.
% Rule
% [170]
% quotient(quotient(difference(j(A),quotient(quotient(quotient(i(i(B)),B),A),
% j(A))),B),i(B)) <->
% difference(quotient(i(i(B)),B),difference(B,quotient(quotient(difference(
% j(B),quotient(
% quotient(A,B),
% j(B))),
% i(B)),B))) collapsed.
% Rule [175] quotient(j(j(A)),quotient(i(i(A)),A)) -> A collapsed.
% Rule
% [193]
% quotient(difference(A,quotient(i(i(difference(j(A),quotient(quotient(B,A),
% j(A))))),difference(
% j(A),quotient(
% quotient(B,A),
% j(A))))),
% j(difference(j(A),quotient(quotient(B,A),j(A))))) <->
% i(quotient(quotient(quotient(difference(B,A),A),difference(j(A),quotient(
% quotient(B,A),
% j(A)))),
% j(difference(j(A),quotient(quotient(B,A),j(A)))))) collapsed.
% Rule
% [239]
% difference(A,quotient(difference(quotient(difference(B,quotient(i(i(A)),A)),A),
% difference(B,quotient(quotient(difference(j(A),
% quotient(quotient(B,A),
% j(A))),i(B)),B))),
% difference(j(A),quotient(quotient(B,A),j(A))))) ->
% quotient(quotient(quotient(A,i(B)),B),A) collapsed.
% Rule
% [250]
% difference(A,quotient(difference(quotient(difference(j(B),quotient(i(i(A)),A)),A),
% difference(j(B),quotient(quotient(difference(j(A),
% quotient(quotient(
% j(B),A),
% j(A))),B),j(B)))),
% difference(j(A),quotient(quotient(j(B),A),j(A))))) ->
% quotient(quotient(quotient(A,B),j(B)),A) collapsed.
% Rule
% [256]
% difference(A,difference(j(quotient(i(i(A)),A)),quotient(quotient(B,quotient(
% i(
% i(A)),A)),
% j(quotient(i(i(A)),A))))) <->
% quotient(quotient(quotient(difference(A,difference(j(B),quotient(quotient(A,B),
% j(B)))),A),j(A)),A)
% collapsed.
% Rule
% [264]
% difference(quotient(i(i(A)),A),difference(j(A),quotient(quotient(quotient(
% quotient(
% difference(A,B),A),
% j(A)),A),
% j(A)))) <->
% quotient(quotient(difference(j(B),quotient(quotient(quotient(i(i(A)),A),B),
% j(B))),j(A)),A) collapsed.
% Rule
% [265]
% quotient(quotient(difference(j(B),quotient(quotient(quotient(i(i(A)),A),B),
% j(B))),j(A)),A) <->
% difference(quotient(i(i(A)),A),difference(j(A),quotient(quotient(quotient(
% quotient(
% difference(A,B),A),
% j(A)),A),
% j(A)))) collapsed.
% Rule
% [274]
% quotient(quotient(difference(x1,difference(j(x1),quotient(difference(A,B),
% j(x1)))),quotient(difference(
% quotient(
% i(
% i(A)),A),
% difference(
% j(x1),
% quotient(
% quotient(
% difference(A,B),x1),
% j(x1)))),
% difference(A,B))),A)
% <-> difference(A,difference(j(B),quotient(quotient(i(A),B),j(B)))) collapsed.
% Rule
% [286]
% quotient(difference(j(A),quotient(quotient(quotient(i(i(B)),B),A),j(A))),
% j(B)) <->
% difference(j(B),difference(B,difference(j(B),quotient(quotient(quotient(
% difference(B,A),B),
% j(B)),j(B)))))
% collapsed.
% Rule [309] quotient(j(j(j(A))),quotient(i(i(A)),A)) -> j(A) collapsed.
% Rule [312] quotient(quotient(i(i(A)),A),j(j(A))) -> j(A) collapsed.
% Current number of equations to process: 129
% Current number of ordered equations: 0
% Current number of rules: 188
% New rule produced : [314] quotient(quotient(i(A),j(A)),A) -> i(A)
% Current number of equations to process: 129
% Current number of ordered equations: 0
% Current number of rules: 189
% New rule produced : [315] difference(A,quotient(i(A),j(A))) -> j(A)
% Current number of equations to process: 128
% Current number of ordered equations: 0
% Current number of rules: 190
% New rule produced : [316] quotient(quotient(i(A),j(A)),j(A)) -> A
% Current number of equations to process: 127
% Current number of ordered equations: 0
% Current number of rules: 191
% New rule produced : [317] quotient(j(j(A)),quotient(i(A),j(A))) -> A
% Current number of equations to process: 126
% Current number of ordered equations: 0
% Current number of rules: 192
% Rule [313] quotient(i(i(A)),A) -> quotient(i(A),j(A)) is composed into 
% [313] quotient(i(i(A)),A) -> quotient(j(A),j(j(j(A))))
% Rule [285]
% difference(j(B),difference(B,difference(j(B),quotient(quotient(quotient(
% difference(B,A),B),
% j(B)),j(B))))) <->
% quotient(difference(j(A),quotient(quotient(quotient(i(B),j(B)),A),j(A))),
% j(B)) is composed into [285]
% difference(j(B),difference(B,difference(j(B),
% quotient(quotient(
% quotient(
% difference(B,A),B),
% j(B)),
% j(B))))) <->
% quotient(difference(j(A),quotient(quotient(
% quotient(
% j(B),j(j(j(B)))),A),
% j(A))),j(B))
% Rule [273]
% difference(A,difference(j(B),quotient(quotient(i(A),B),j(B)))) <->
% quotient(quotient(difference(x1,difference(j(x1),quotient(difference(A,B),
% j(x1)))),quotient(
% difference(
% quotient(
% i(A),j(A)),
% difference(
% j(x1),
% quotient(
% quotient(
% difference(A,B),x1),
% j(x1)))),
% difference(A,B))),A) is composed into 
% [273]
% difference(A,difference(j(B),quotient(quotient(i(A),B),j(B)))) <->
% quotient(quotient(difference(x1,difference(j(x1),quotient(difference(A,B),
% j(x1)))),quotient(difference(
% quotient(
% j(A),
% j(
% j(j(A)))),
% difference(
% j(x1),
% quotient(
% quotient(
% difference(A,B),x1),
% j(x1)))),
% difference(A,B))),A)
% Rule [255]
% quotient(quotient(quotient(difference(A,difference(j(B),quotient(
% quotient(A,B),
% j(B)))),A),
% j(A)),A) <->
% difference(A,difference(j(quotient(i(A),j(A))),quotient(quotient(B,
% quotient(
% i(A),j(A))),
% j(quotient(i(A),j(A)))))) is composed into 
% [255]
% quotient(quotient(quotient(difference(A,difference(j(B),quotient(quotient(A,B),
% j(B)))),A),j(A)),A)
% <->
% difference(A,difference(j(quotient(j(A),j(j(j(A))))),quotient(quotient(B,
% quotient(
% j(A),j(j(j(A))))),
% j(quotient(j(A),
% j(j(j(A))))))))
% Rule [192]
% i(quotient(quotient(quotient(difference(B,A),A),difference(j(A),
% quotient(quotient(B,A),
% j(A)))),j(difference(
% j(A),quotient(
% quotient(B,A),
% j(A))))))
% <->
% quotient(difference(A,quotient(i(difference(j(A),quotient(quotient(B,A),
% j(A)))),j(difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A)))))),
% j(difference(j(A),quotient(quotient(B,A),j(A))))) is composed into 
% [192]
% i(quotient(quotient(quotient(difference(B,A),A),difference(j(A),quotient(
% quotient(B,A),
% j(A)))),
% j(difference(j(A),quotient(quotient(B,A),j(A)))))) <->
% quotient(difference(A,quotient(j(difference(j(A),quotient(quotient(B,A),j(A)))),
% j(j(j(difference(j(A),quotient(quotient(B,A),j(A)))))))),
% j(difference(j(A),quotient(quotient(B,A),j(A)))))
% Rule [163]
% i(difference(j(A),quotient(quotient(B,A),j(A)))) <->
% quotient(difference(B,quotient(i(A),j(A))),A) is composed into [163]
% i(
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))))
% <->
% quotient(
% difference(B,
% quotient(
% j(A),
% j(
% j(j(A))))),A)
% Rule [157]
% difference(A,quotient(quotient(quotient(difference(j(A),quotient(
% quotient(
% difference(
% j(B),quotient(
% quotient(
% i(A),B),
% j(B))),A),
% j(A))),i(A)),
% i(A)),A)) <->
% difference(j(quotient(i(A),j(A))),quotient(quotient(B,quotient(i(A),
% j(A))),j(quotient(
% i(A),
% j(A))))) is composed into 
% [157]
% difference(A,quotient(quotient(quotient(difference(j(A),quotient(quotient(
% difference(
% j(B),
% quotient(
% quotient(
% i(A),B),
% j(B))),A),
% j(A))),i(A)),
% i(A)),A)) <->
% difference(j(quotient(j(A),j(j(j(A))))),quotient(quotient(B,quotient(
% j(A),j(j(j(A))))),
% j(quotient(j(A),j(j(j(A)))))))
% Rule [155]
% difference(j(A),quotient(quotient(difference(j(B),quotient(quotient(
% i(A),B),
% j(B))),A),j(A))) <->
% quotient(difference(x1,difference(j(x1),quotient(difference(i(A),
% difference(j(quotient(
% i(A),
% j(A))),
% quotient(quotient(B,
% quotient(
% i(A),j(A))),
% j(quotient(i(A),j(A)))))),
% j(x1)))),quotient(difference(
% i(A),difference(
% j(x1),
% quotient(
% quotient(
% difference(
% i(A),
% difference(
% j(
% quotient(
% i(A),
% j(A))),
% quotient(
% quotient(B,
% quotient(
% i(A),
% j(A))),
% j(
% quotient(
% i(A),
% j(A)))))),x1),
% j(x1)))),
% difference(i(A),
% difference(j(quotient(
% i(A),
% j(A))),
% quotient(quotient(B,
% quotient(
% i(A),j(A))),
% j(quotient(i(A),j(A)))))))) is composed into 
% [155]
% difference(j(A),quotient(quotient(difference(j(B),quotient(quotient(i(A),B),
% j(B))),A),j(A))) <->
% quotient(difference(x1,difference(j(x1),quotient(difference(i(A),difference(
% j(quotient(
% j(A),
% j(
% j(j(A))))),
% quotient(
% quotient(B,
% quotient(
% j(A),
% j(j(j(A))))),
% j(quotient(
% j(A),
% j(
% j(j(A)))))))),
% j(x1)))),quotient(difference(
% i(A),difference(
% j(x1),
% quotient(
% quotient(
% difference(
% i(A),difference(
% j(
% quotient(
% j(A),
% j(
% j(j(A))))),
% quotient(
% quotient(B,
% quotient(
% j(A),
% j(
% j(j(A))))),
% j(
% quotient(
% j(A),
% j(
% j(j(A)))))))),x1),
% j(x1)))),
% difference(i(A),difference(
% j(quotient(
% j(A),
% j(
% j(j(A))))),
% quotient(
% quotient(B,
% quotient(
% j(A),
% j(j(j(A))))),
% j(quotient(
% j(A),
% j(
% j(j(A))))))))))
% Rule [132]
% quotient(difference(A,difference(j(B),quotient(quotient(i(A),B),j(B)))),
% i(A)) <->
% difference(quotient(i(A),j(A)),difference(A,quotient(quotient(B,i(A)),A))) is composed into 
% [132]
% quotient(difference(A,difference(j(B),quotient(quotient(i(A),B),j(B)))),i(A))
% <->
% difference(quotient(j(A),j(j(j(A)))),difference(A,quotient(quotient(B,i(A)),A)))
% Rule [120]
% quotient(difference(j(A),quotient(quotient(difference(j(B),quotient(
% quotient(
% i(A),B),
% j(B))),A),
% j(A))),i(A)) <->
% difference(i(A),difference(j(quotient(i(A),j(A))),quotient(quotient(B,
% quotient(
% i(A),
% j(A))),
% j(quotient(i(A),j(A)))))) is composed into 
% [120]
% quotient(difference(j(A),quotient(quotient(difference(j(B),quotient(quotient(
% i(A),B),
% j(B))),A),
% j(A))),i(A)) <->
% difference(i(A),difference(j(quotient(j(A),j(j(j(A))))),quotient(quotient(B,
% quotient(
% j(A),
% j(j(j(A))))),
% j(quotient(j(A),
% j(j(j(A))))))))
% Rule [117] difference(A,j(j(A))) -> quotient(i(A),j(A)) is composed into 
% [117] difference(A,j(j(A))) -> quotient(j(A),j(j(j(A))))
% Rule [84]
% difference(j(A),quotient(quotient(j(A),A),j(A))) -> quotient(i(A),j(A)) is composed into 
% [84]
% difference(j(A),quotient(quotient(j(A),A),j(A))) -> quotient(j(A),j(j(j(A))))
% Rule [5] eta(A) -> quotient(i(A),j(A)) is composed into [5]
% eta(A) ->
% quotient(j(A),
% j(j(j(A))))
% New rule produced : [318] quotient(i(A),j(A)) -> quotient(j(A),j(j(j(A))))
% Rule [98] difference(j(A),quotient(i(A),j(A))) -> j(j(A)) collapsed.
% Rule [103] quotient(quotient(i(A),j(A)),j(j(A))) -> j(A) collapsed.
% Rule [314] quotient(quotient(i(A),j(A)),A) -> i(A) collapsed.
% Rule [315] difference(A,quotient(i(A),j(A))) -> j(A) collapsed.
% Rule [316] quotient(quotient(i(A),j(A)),j(A)) -> A collapsed.
% Rule [317] quotient(j(j(A)),quotient(i(A),j(A))) -> A collapsed.
% Current number of equations to process: 132
% Current number of ordered equations: 0
% Current number of rules: 187
% New rule produced : [319] difference(j(j(A)),quotient(A,i(A))) -> A
% Current number of equations to process: 133
% Current number of ordered equations: 0
% Current number of rules: 188
% New rule produced : [320] quotient(quotient(j(A),A),j(A)) -> j(j(j(A)))
% Rule
% [84]
% difference(j(A),quotient(quotient(j(A),A),j(A))) -> quotient(j(A),j(j(j(A))))
% collapsed.
% Current number of equations to process: 133
% Current number of ordered equations: 0
% Current number of rules: 188
% New rule produced :
% [321] quotient(j(j(A)),j(j(j(j(A))))) -> quotient(j(A),j(j(j(A))))
% Current number of equations to process: 132
% Current number of ordered equations: 0
% Current number of rules: 189
% New rule produced : [322] quotient(quotient(j(A),j(j(j(A)))),A) -> i(A)
% Current number of equations to process: 131
% Current number of ordered equations: 0
% Current number of rules: 190
% New rule produced : [323] difference(A,quotient(j(A),j(j(j(A))))) -> j(A)
% Current number of equations to process: 130
% Current number of ordered equations: 0
% Current number of rules: 191
% New rule produced : [324] quotient(quotient(j(A),j(j(j(A)))),j(A)) -> A
% Current number of equations to process: 129
% Current number of ordered equations: 0
% Current number of rules: 192
% New rule produced :
% [325] quotient(j(j(j(A))),quotient(j(A),j(j(j(A))))) -> j(A)
% Current number of equations to process: 128
% Current number of ordered equations: 0
% Current number of rules: 193
% New rule produced :
% [326] difference(j(j(A)),quotient(j(A),j(j(j(A))))) -> j(j(j(A)))
% Current number of equations to process: 127
% Current number of ordered equations: 0
% Current number of rules: 194
% New rule produced :
% [327] difference(j(A),quotient(j(A),j(j(j(A))))) -> j(j(A))
% Current number of equations to process: 128
% Current number of ordered equations: 0
% Current number of rules: 195
% New rule produced : [328] quotient(j(j(A)),quotient(j(A),j(j(j(A))))) -> A
% Current number of equations to process: 127
% Current number of ordered equations: 0
% Current number of rules: 196
% New rule produced : [329] quotient(quotient(A,j(j(A))),j(j(j(A)))) -> j(j(A))
% Current number of equations to process: 126
% Current number of ordered equations: 0
% Current number of rules: 197
% New rule produced : [330] quotient(quotient(j(A),j(j(j(A)))),j(j(A))) -> j(A)
% Current number of equations to process: 125
% Current number of ordered equations: 0
% Current number of rules: 198
% New rule produced :
% [331]
% difference(A,difference(j(A),quotient(j(j(A)),j(A)))) -> quotient(A,i(A))
% Current number of equations to process: 124
% Current number of ordered equations: 0
% Current number of rules: 199
% New rule produced :
% [332] quotient(difference(j(A),quotient(j(j(A)),j(A))),quotient(A,i(A))) -> A
% Current number of equations to process: 121
% Current number of ordered equations: 0
% Current number of rules: 200
% New rule produced :
% [333]
% difference(difference(A,quotient(quotient(B,i(A)),A)),quotient(j(A),j(
% j(j(A)))))
% -> quotient(i(B),i(A))
% Current number of equations to process: 120
% Current number of ordered equations: 0
% Current number of rules: 201
% New rule produced : [334] quotient(A,quotient(A,j(A))) -> i(A)
% Current number of equations to process: 124
% Current number of ordered equations: 0
% Current number of rules: 202
% New rule produced :
% [335]
% quotient(quotient(quotient(A,quotient(B,A)),j(quotient(B,A))),B) ->
% j(quotient(B,A))
% Current number of equations to process: 127
% Current number of ordered equations: 0
% Current number of rules: 203
% New rule produced :
% [336]
% difference(A,difference(j(A),quotient(j(B),j(A)))) <->
% quotient(quotient(difference(B,A),B),j(B))
% Rule
% [331]
% difference(A,difference(j(A),quotient(j(j(A)),j(A)))) -> quotient(A,i(A))
% collapsed.
% Current number of equations to process: 127
% Current number of ordered equations: 1
% Current number of rules: 203
% New rule produced :
% [337] quotient(quotient(difference(j(A),A),j(A)),j(j(A))) -> quotient(A,i(A))
% Current number of equations to process: 126
% Current number of ordered equations: 1
% Current number of rules: 204
% New rule produced :
% [338]
% quotient(quotient(difference(B,A),B),j(B)) <->
% difference(A,difference(j(A),quotient(j(B),j(A))))
% The conjecture has been reduced. 
% Conjecture is now:
% difference(j(x0),quotient(quotient(difference(j(x0),quotient(quotient(
% quotient(
% quotient(
% quotient(
% difference(x0,
% quotient(
% quotient(x1,
% j(x1)),quotient(
% difference(x0,
% quotient(x1,
% j(x1))),x1))),x0),
% j(x0)),x0),x0),
% j(x0))),x0),j(x0))) = 
% difference(x1,difference(j(x1),quotient(j(j(x0)),j(x1))))
% 
% Current number of equations to process: 126
% Current number of ordered equations: 0
% Current number of rules: 205
% New rule produced :
% [339]
% quotient(difference(j(A),quotient(j(B),j(A))),quotient(quotient(difference(B,A),B),
% j(B))) -> A
% Current number of equations to process: 125
% Current number of ordered equations: 0
% Current number of rules: 206
% New rule produced :
% [340]
% quotient(quotient(quotient(A,j(B)),j(j(B))),quotient(quotient(difference(B,A),B),
% j(B))) -> j(j(B))
% Current number of equations to process: 124
% Current number of ordered equations: 0
% Current number of rules: 207
% New rule produced : [341] quotient(quotient(j(A),j(j(A))),i(A)) -> i(A)
% Current number of equations to process: 133
% Current number of ordered equations: 0
% Current number of rules: 208
% New rule produced :
% [342]
% difference(A,difference(j(A),quotient(i(B),j(A)))) <->
% difference(B,quotient(quotient(A,i(B)),B))
% Current number of equations to process: 135
% Current number of ordered equations: 1
% Current number of rules: 209
% New rule produced :
% [343]
% difference(B,quotient(quotient(A,i(B)),B)) <->
% difference(A,difference(j(A),quotient(i(B),j(A))))
% Rule
% [275]
% quotient(difference(j(B),quotient(quotient(difference(difference(j(A),
% quotient(quotient(B,A),
% j(A))),quotient(
% quotient(A,
% i(difference(
% j(A),quotient(
% quotient(B,A),
% j(A))))),
% difference(
% j(A),quotient(
% quotient(B,A),
% j(A))))),B),
% j(B))),A) -> i(A) collapsed.
% Current number of equations to process: 136
% Current number of ordered equations: 0
% Current number of rules: 209
% New rule produced :
% [344]
% quotient(difference(A,quotient(B,A)),difference(j(B),quotient(quotient(
% i(A),B),
% j(B)))) -> i(A)
% Current number of equations to process: 135
% Current number of ordered equations: 0
% Current number of rules: 210
% New rule produced :
% [345]
% quotient(difference(j(A),quotient(i(B),j(A))),difference(B,quotient(quotient(A,
% i(B)),B)))
% -> A
% Current number of equations to process: 134
% Current number of ordered equations: 0
% Current number of rules: 211
% New rule produced :
% [346]
% quotient(quotient(difference(j(A),B),j(j(A))),quotient(quotient(difference(
% j(B),
% quotient(
% quotient(
% j(A),B),
% j(B))),A),
% j(A))) -> j(j(A))
% Current number of equations to process: 136
% Current number of ordered equations: 0
% Current number of rules: 212
% New rule produced : [347] difference(i(A),quotient(j(A),j(j(A)))) -> i(A)
% Current number of equations to process: 144
% Current number of ordered equations: 0
% Current number of rules: 213
% New rule produced :
% [348]
% quotient(difference(i(A),quotient(A,i(A))),difference(j(A),A)) -> i(i(A))
% Current number of equations to process: 144
% Current number of ordered equations: 0
% Current number of rules: 214
% New rule produced :
% [349] quotient(difference(A,quotient(j(A),A)),quotient(i(A),i(i(A)))) -> i(A)
% Current number of equations to process: 143
% Current number of ordered equations: 0
% Current number of rules: 215
% New rule produced :
% [350]
% difference(i(A),difference(A,quotient(B,A))) <->
% difference(j(B),quotient(quotient(i(A),B),j(B)))
% Current number of equations to process: 142
% Current number of ordered equations: 1
% Current number of rules: 216
% New rule produced :
% [351]
% difference(j(B),quotient(quotient(i(A),B),j(B))) <->
% difference(i(A),difference(A,quotient(B,A)))
% Current number of equations to process: 142
% Current number of ordered equations: 0
% Current number of rules: 217
% New rule produced :
% [352]
% quotient(difference(A,quotient(j(B),A)),quotient(quotient(difference(B,i(A)),B),
% j(B))) -> i(A)
% Current number of equations to process: 141
% Current number of ordered equations: 0
% Current number of rules: 218
% New rule produced :
% [353]
% quotient(difference(A,quotient(i(B),A)),difference(B,quotient(quotient(
% i(A),i(B)),B)))
% -> i(A)
% Current number of equations to process: 140
% Current number of ordered equations: 0
% Current number of rules: 219
% New rule produced : [354] difference(j(j(A)),j(A)) -> quotient(i(A),i(i(A)))
% Rule [301] quotient(difference(j(j(A)),j(A)),i(A)) -> j(A) collapsed.
% Current number of equations to process: 142
% Current number of ordered equations: 0
% Current number of rules: 219
% New rule produced : [355] difference(i(A),quotient(j(A),j(j(j(A))))) -> A
% Current number of equations to process: 141
% Current number of ordered equations: 0
% Current number of rules: 220
% New rule produced :
% [356]
% difference(i(A),difference(A,quotient(j(B),A))) <->
% quotient(quotient(difference(B,i(A)),B),j(B))
% Current number of equations to process: 143
% Current number of ordered equations: 1
% Current number of rules: 221
% New rule produced :
% [357]
% quotient(quotient(difference(B,i(A)),B),j(B)) <->
% difference(i(A),difference(A,quotient(j(B),A)))
% Current number of equations to process: 143
% Current number of ordered equations: 0
% Current number of rules: 222
% New rule produced :
% [358]
% difference(B,quotient(quotient(i(A),i(B)),B)) <->
% difference(i(A),difference(A,quotient(i(B),A)))
% Current number of equations to process: 142
% Current number of ordered equations: 1
% Current number of rules: 223
% New rule produced :
% [359]
% difference(i(A),difference(A,quotient(i(B),A))) <->
% difference(B,quotient(quotient(i(A),i(B)),B))
% Current number of equations to process: 142
% Current number of ordered equations: 0
% Current number of rules: 224
% New rule produced :
% [360]
% difference(i(A),difference(A,quotient(j(A),j(j(A))))) ->
% quotient(j(A),j(j(A)))
% Current number of equations to process: 141
% Current number of ordered equations: 0
% Current number of rules: 225
% New rule produced :
% [361]
% quotient(difference(j(A),quotient(quotient(quotient(difference(j(A),quotient(B,
% j(A))),A),A),
% j(A))),B) -> quotient(A,j(A))
% Current number of equations to process: 153
% Current number of ordered equations: 0
% Current number of rules: 226
% New rule produced :
% [362]
% quotient(difference(j(A),quotient(quotient(quotient(quotient(quotient(A,B),
% j(B)),A),A),j(A))),B) ->
% difference(j(A),quotient(quotient(j(B),A),j(A)))
% Current number of equations to process: 152
% Current number of ordered equations: 0
% Current number of rules: 227
% New rule produced :
% [363]
% quotient(difference(j(A),quotient(quotient(quotient(B,A),A),j(A))),j(A)) ->
% difference(j(A),quotient(quotient(B,A),j(A)))
% Current number of equations to process: 178
% Current number of ordered equations: 0
% Current number of rules: 228
% New rule produced :
% [364]
% difference(j(A),quotient(quotient(j(difference(j(B),quotient(quotient(A,B),
% j(B)))),A),j(A))) ->
% quotient(quotient(j(A),j(j(j(A)))),B)
% Rule
% [139]
% difference(difference(j(B),quotient(quotient(A,B),j(B))),difference(j(B),
% quotient(quotient(
% difference(
% j(A),
% quotient(
% quotient(
% j(difference(
% j(B),
% quotient(
% quotient(A,B),
% j(B)))),A),
% j(A))),B),
% j(B)))) ->
% quotient(j(A),B) collapsed.
% Current number of equations to process: 177
% Current number of ordered equations: 0
% Current number of rules: 228
% New rule produced :
% [365]
% quotient(difference(j(A),quotient(quotient(B,A),j(A))),quotient(difference(A,
% difference(
% j(B),
% quotient(
% quotient(A,B),
% j(B)))),A))
% -> quotient(A,j(A))
% Current number of equations to process: 181
% Current number of ordered equations: 0
% Current number of rules: 229
% New rule produced :
% [366]
% difference(A,quotient(difference(j(A),quotient(quotient(B,A),j(A))),quotient(
% difference(C,
% difference(
% j(B),
% quotient(
% quotient(A,B),
% j(B)))),A)))
% -> C
% Current number of equations to process: 180
% Current number of ordered equations: 0
% Current number of rules: 230
% New rule produced :
% [367]
% quotient(quotient(difference(j(A),quotient(quotient(B,A),j(A))),quotient(
% difference(C,
% difference(
% j(B),
% quotient(
% quotient(A,B),
% j(B)))),A)),C)
% -> A
% Current number of equations to process: 179
% Current number of ordered equations: 0
% Current number of rules: 231
% New rule produced :
% [368]
% difference(A,quotient(quotient(B,i(A)),A)) <->
% quotient(difference(A,quotient(quotient(C,i(A)),A)),quotient(difference(B,
% difference(
% j(C),quotient(
% quotient(
% i(A),C),
% j(C)))),
% i(A)))
% Current number of equations to process: 178
% Current number of ordered equations: 1
% Current number of rules: 232
% New rule produced :
% [369]
% quotient(difference(A,quotient(quotient(C,i(A)),A)),quotient(difference(B,
% difference(
% j(C),quotient(
% quotient(
% i(A),C),
% j(C)))),
% i(A))) <->
% difference(A,quotient(quotient(B,i(A)),A))
% Current number of equations to process: 178
% Current number of ordered equations: 0
% Current number of rules: 233
% New rule produced :
% [370]
% quotient(A,quotient(difference(B,A),A)) <->
% difference(j(A),quotient(quotient(B,A),j(A)))
% Current number of equations to process: 200
% Current number of ordered equations: 1
% Current number of rules: 234
% New rule produced :
% [371]
% difference(j(A),quotient(quotient(B,A),j(A))) <->
% quotient(A,quotient(difference(B,A),A))
% Current number of equations to process: 200
% Current number of ordered equations: 0
% Current number of rules: 235
% Rule [218]
% quotient(difference(i(A),B),i(A)) ->
% difference(A,difference(j(A),quotient(difference(j(A),quotient(quotient(B,A),
% j(A))),j(A)))) is composed into 
% [218]
% quotient(difference(i(A),B),i(A)) ->
% difference(A,difference(j(A),difference(j(A),quotient(B,j(A)))))
% New rule produced :
% [372]
% quotient(difference(j(A),quotient(quotient(B,A),j(A))),j(A)) ->
% difference(j(A),quotient(B,j(A)))
% Rule
% [223]
% quotient(difference(j(A),quotient(quotient(difference(j(B),quotient(quotient(
% j(A),B),
% j(B))),A),
% j(A))),j(A)) -> difference(j(A),B) collapsed.
% Rule
% [234]
% quotient(difference(A,difference(j(A),quotient(difference(j(A),quotient(
% quotient(B,A),
% j(A))),
% j(A)))),A) ->
% difference(j(A),quotient(quotient(B,A),j(A))) collapsed.
% Rule
% [238]
% difference(difference(j(A),quotient(quotient(B,A),j(A))),difference(A,
% difference(j(A),
% quotient(difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))),
% j(A))))) -> A
% collapsed.
% Rule
% [272]
% quotient(difference(j(B),quotient(quotient(difference(A,difference(j(A),
% quotient(difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))),
% j(A)))),B),j(B))),A)
% ->
% difference(A,quotient(difference(j(A),quotient(quotient(B,A),j(A))),j(
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))))))
% collapsed.
% Rule
% [279]
% difference(B,difference(B,difference(j(B),quotient(difference(j(B),quotient(
% quotient(A,B),
% j(B))),
% j(B))))) <->
% quotient(difference(j(A),quotient(quotient(quotient(B,j(B)),A),j(A))),B)
% collapsed.
% Rule
% [363]
% quotient(difference(j(A),quotient(quotient(quotient(B,A),A),j(A))),j(A)) ->
% difference(j(A),quotient(quotient(B,A),j(A))) collapsed.
% Current number of equations to process: 203
% Current number of ordered equations: 0
% Current number of rules: 230
% New rule produced :
% [373]
% difference(j(A),quotient(quotient(B,A),j(A))) <->
% quotient(quotient(A,j(A)),quotient(difference(B,quotient(A,j(A))),A))
% Current number of equations to process: 202
% Current number of ordered equations: 1
% Current number of rules: 231
% New rule produced :
% [374]
% quotient(quotient(A,j(A)),quotient(difference(B,quotient(A,j(A))),A)) <->
% difference(j(A),quotient(quotient(B,A),j(A)))
% Current number of equations to process: 202
% Current number of ordered equations: 0
% Current number of rules: 232
% New rule produced :
% [375]
% quotient(difference(A,difference(j(A),difference(j(A),quotient(B,j(A))))),A)
% -> difference(j(A),quotient(quotient(B,A),j(A)))
% Current number of equations to process: 201
% Current number of ordered equations: 0
% Current number of rules: 233
% New rule produced :
% [376]
% quotient(difference(j(A),quotient(quotient(quotient(B,j(B)),A),j(A))),B) <->
% difference(B,difference(B,difference(j(B),difference(j(B),quotient(A,j(B))))))
% Current number of equations to process: 200
% Current number of ordered equations: 1
% Current number of rules: 234
% New rule produced :
% [377]
% difference(B,difference(B,difference(j(B),difference(j(B),quotient(A,j(B))))))
% <-> quotient(difference(j(A),quotient(quotient(quotient(B,j(B)),A),j(A))),B)
% Current number of equations to process: 200
% Current number of ordered equations: 0
% Current number of rules: 235
% New rule produced :
% [378]
% quotient(A,quotient(difference(B,difference(C,difference(j(C),quotient(
% difference(C,A),
% j(C))))),C))
% <-> difference(j(C),quotient(quotient(B,C),j(C)))
% Current number of equations to process: 199
% Current number of ordered equations: 1
% Current number of rules: 236
% New rule produced :
% [379]
% difference(j(C),quotient(quotient(B,C),j(C))) <->
% quotient(A,quotient(difference(B,difference(C,difference(j(C),quotient(
% difference(C,A),
% j(C))))),C))
% Current number of equations to process: 199
% Current number of ordered equations: 0
% Current number of rules: 237
% New rule produced :
% [380]
% difference(difference(j(A),quotient(quotient(B,A),j(A))),difference(A,
% difference(j(A),
% difference(j(A),
% quotient(B,j(A))))))
% -> A
% Current number of equations to process: 198
% Current number of ordered equations: 0
% Current number of rules: 238
% New rule produced :
% [381]
% difference(j(A),quotient(quotient(quotient(difference(j(B),quotient(quotient(A,B),
% j(B))),C),A),
% j(A))) ->
% quotient(difference(j(A),quotient(quotient(B,A),j(A))),quotient(C,A))
% Current number of equations to process: 205
% Current number of ordered equations: 0
% Current number of rules: 239
% New rule produced :
% [382]
% difference(j(difference(A,B)),quotient(quotient(C,difference(A,B)),j(
% difference(A,B))))
% <->
% quotient(difference(A,difference(j(A),quotient(difference(A,B),j(A)))),
% quotient(difference(C,B),difference(A,B)))
% Current number of equations to process: 204
% Current number of ordered equations: 1
% Current number of rules: 240
% New rule produced :
% [383]
% quotient(difference(A,difference(j(A),quotient(difference(A,B),j(A)))),
% quotient(difference(C,B),difference(A,B))) <->
% difference(j(difference(A,B)),quotient(quotient(C,difference(A,B)),j(
% difference(A,B))))
% Current number of equations to process: 204
% Current number of ordered equations: 0
% Current number of rules: 241
% New rule produced :
% [384]
% difference(j(A),quotient(quotient(C,A),j(A))) <->
% quotient(difference(j(A),quotient(quotient(i(B),A),j(A))),quotient(difference(C,
% difference(B,
% quotient(
% quotient(A,
% i(B)),B))),A))
% Current number of equations to process: 203
% Current number of ordered equations: 1
% Current number of rules: 242
% New rule produced :
% [385]
% quotient(difference(j(A),quotient(quotient(i(B),A),j(A))),quotient(difference(C,
% difference(B,
% quotient(
% quotient(A,
% i(B)),B))),A))
% <-> difference(j(A),quotient(quotient(C,A),j(A)))
% Current number of equations to process: 203
% Current number of ordered equations: 0
% Current number of rules: 243
% New rule produced : [386] difference(i(A),j(A)) -> quotient(A,j(j(A)))
% Current number of equations to process: 230
% Current number of ordered equations: 0
% Current number of rules: 244
% Rule [383]
% quotient(difference(A,difference(j(A),quotient(difference(A,B),j(A)))),
% quotient(difference(C,B),difference(A,B))) <->
% difference(j(difference(A,B)),quotient(quotient(C,difference(A,B)),
% j(difference(A,B)))) is composed into 
% [383]
% quotient(difference(A,difference(j(A),quotient(difference(A,B),j(A)))),
% quotient(difference(C,B),difference(A,B))) ->
% quotient(quotient(j(difference(A,B)),j(j(j(difference(A,B))))),quotient(
% i(C),difference(A,B)))
% Rule [378]
% quotient(A,quotient(difference(B,difference(C,difference(j(C),quotient(
% difference(C,A),
% j(C))))),C))
% <-> difference(j(C),quotient(quotient(B,C),j(C))) is composed into 
% [378]
% quotient(A,quotient(difference(B,difference(C,difference(j(C),quotient(
% difference(C,A),
% j(C))))),C)) ->
% quotient(quotient(j(C),j(j(j(C)))),quotient(i(B),C))
% Rule [377]
% difference(B,difference(B,difference(j(B),difference(j(B),quotient(A,
% j(B)))))) <->
% quotient(difference(j(A),quotient(quotient(quotient(B,j(B)),A),j(A))),B) is composed into 
% [377]
% difference(B,difference(B,difference(j(B),difference(j(B),quotient(A,j(B))))))
% ->
% quotient(quotient(quotient(j(A),j(j(j(A)))),quotient(i(quotient(B,j(B))),A)),B)
% Rule [375]
% quotient(difference(A,difference(j(A),difference(j(A),quotient(B,j(A))))),A)
% -> difference(j(A),quotient(quotient(B,A),j(A))) is composed into 
% [375]
% quotient(difference(A,difference(j(A),difference(j(A),quotient(B,j(A))))),A)
% -> quotient(quotient(j(A),j(j(j(A)))),quotient(i(B),A))
% Rule [374]
% quotient(quotient(A,j(A)),quotient(difference(B,quotient(A,j(A))),A))
% <-> difference(j(A),quotient(quotient(B,A),j(A))) is composed into 
% [374]
% quotient(quotient(A,j(A)),quotient(difference(B,quotient(A,j(A))),A)) ->
% quotient(quotient(j(A),j(j(j(A)))),quotient(i(B),A))
% Rule [370]
% quotient(A,quotient(difference(B,A),A)) <->
% difference(j(A),quotient(quotient(B,A),j(A))) is composed into [370]
% quotient(A,
% quotient(
% difference(B,A),A))
% ->
% quotient(
% quotient(
% j(A),
% j(
% j(j(A)))),
% quotient(
% i(B),A))
% Rule [368]
% difference(A,quotient(quotient(B,i(A)),A)) <->
% quotient(difference(A,quotient(quotient(C,i(A)),A)),quotient(difference(B,
% difference(
% j(C),
% quotient(
% quotient(
% i(A),C),
% j(C)))),
% i(A))) is composed into 
% [368]
% difference(A,quotient(quotient(B,i(A)),A)) <->
% quotient(difference(A,quotient(quotient(C,i(A)),A)),quotient(difference(B,
% quotient(
% quotient(
% j(C),j(j(j(C)))),
% quotient(
% i(i(A)),C))),
% i(A)))
% Rule [350]
% difference(i(A),difference(A,quotient(B,A))) <->
% difference(j(B),quotient(quotient(i(A),B),j(B))) is composed into 
% [350]
% difference(i(A),difference(A,quotient(B,A))) ->
% quotient(quotient(j(B),j(j(j(B)))),quotient(i(i(A)),B))
% Rule [289]
% difference(B,difference(A,difference(j(A),quotient(difference(j(B),
% quotient(A,j(B))),
% j(A))))) ->
% quotient(quotient(difference(j(A),quotient(quotient(B,A),j(A))),
% j(difference(j(A),quotient(quotient(B,A),j(A))))),B) is composed into 
% [289]
% difference(B,difference(A,difference(j(A),quotient(difference(j(B),quotient(A,
% j(B))),
% j(A))))) ->
% quotient(quotient(quotient(quotient(j(A),j(j(j(A)))),quotient(i(B),A)),
% j(quotient(quotient(j(A),j(j(j(A)))),quotient(i(B),A)))),B)
% Rule [287]
% difference(i(i(B)),difference(B,difference(j(B),quotient(difference(
% i(B),quotient(
% quotient(A,
% i(
% i(B))),
% i(B))),
% j(B))))) <->
% quotient(difference(j(A),quotient(quotient(difference(j(B),B),A),j(A))),
% i(i(B))) is composed into [287]
% difference(i(i(B)),difference(B,difference(
% j(B),quotient(
% difference(
% i(B),
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))),
% j(B)))))
% ->
% quotient(quotient(quotient(j(A),j(j(j(A)))),
% quotient(i(difference(j(B),B)),A)),
% i(i(B)))
% Rule [285]
% difference(j(B),difference(B,difference(j(B),quotient(quotient(quotient(
% difference(B,A),B),
% j(B)),j(B))))) <->
% quotient(difference(j(A),quotient(quotient(quotient(j(B),j(j(j(B)))),A),
% j(A))),j(B)) is composed into [285]
% difference(
% j(B),difference(B,
% difference(
% j(B),
% quotient(
% quotient(
% quotient(
% difference(B,A),B),
% j(B)),
% j(B))))) ->
% quotient(
% quotient(
% quotient(
% j(A),j(j(j(A)))),
% quotient(
% i(quotient(
% j(B),j(j(j(B))))),A)),
% j(B))
% Rule [283]
% difference(j(j(A)),quotient(difference(j(A),B),j(j(A)))) <->
% quotient(quotient(difference(j(B),quotient(quotient(j(A),B),j(B))),A),
% j(A)) is composed into [283]
% difference(j(j(A)),quotient(difference(j(A),B),
% j(j(A)))) ->
% quotient(quotient(quotient(quotient(j(B),
% j(j(j(B)))),quotient(
% i(
% j(A)),B)),A),
% j(A))
% Rule [249]
% quotient(difference(B,quotient(difference(i(difference(A,difference(
% j(A),quotient(B,
% j(A))))),
% difference(j(A),quotient(B,j(A)))),
% difference(A,difference(j(A),quotient(B,j(A)))))),A)
% ->
% quotient(quotient(difference(j(A),quotient(quotient(difference(j(A),
% quotient(quotient(B,A),
% j(A))),A),j(A))),B),A) is composed into 
% [249]
% quotient(difference(B,quotient(difference(i(difference(A,difference(j(A),
% quotient(B,j(A))))),
% difference(j(A),quotient(B,j(A)))),difference(A,
% difference(
% j(A),
% quotient(B,
% j(A)))))),A)
% ->
% quotient(quotient(quotient(quotient(j(A),j(j(j(A)))),quotient(i(quotient(
% quotient(
% j(A),
% j(j(j(A)))),
% quotient(
% i(B),A))),A)),B),A)
% Rule [242]
% quotient(difference(i(difference(A,B)),B),difference(A,B)) <->
% difference(j(C),quotient(quotient(difference(A,difference(j(A),quotient(
% difference(
% difference(
% j(A),
% quotient(
% quotient(C,A),
% j(A))),B),
% j(A)))),C),
% j(C))) is composed into [242]
% quotient(difference(i(difference(A,B)),B),
% difference(A,B)) <->
% quotient(quotient(j(C),j(
% j(j(C)))),
% quotient(i(difference(A,
% difference(j(A),
% quotient(difference(
% quotient(
% quotient(
% j(A),
% j(j(j(A)))),
% quotient(
% i(C),A)),B),
% j(A))))),C))
% Rule [241]
% quotient(difference(C,quotient(difference(i(B),A),B)),quotient(A,B)) ->
% quotient(difference(C,difference(j(B),quotient(quotient(quotient(A,B),B),
% j(B)))),quotient(A,B)) is composed into 
% [241]
% quotient(difference(C,quotient(difference(i(B),A),B)),quotient(A,B)) ->
% quotient(difference(C,quotient(quotient(j(B),j(j(j(B)))),quotient(i(quotient(A,B)),B))),
% quotient(A,B))
% Rule [240]
% quotient(difference(i(A),difference(A,difference(j(A),quotient(quotient(A,B),
% j(A))))),A) ->
% difference(j(A),quotient(quotient(quotient(A,B),A),j(A))) is composed into 
% [240]
% quotient(difference(i(A),difference(A,difference(j(A),quotient(quotient(A,B),
% j(A))))),A) ->
% quotient(quotient(j(A),j(j(j(A)))),quotient(i(quotient(A,B)),A))
% Rule [213]
% quotient(quotient(difference(A,difference(j(A),quotient(difference(
% difference(B,A),C),
% j(A)))),difference(B,A)),B)
% -> difference(A,difference(j(B),quotient(quotient(C,B),j(B)))) is composed into 
% [213]
% quotient(quotient(difference(A,difference(j(A),quotient(difference(difference(B,A),C),
% j(A)))),difference(B,A)),B) ->
% difference(A,quotient(quotient(j(B),j(j(j(B)))),quotient(i(C),B)))
% Rule [211]
% quotient(difference(B,quotient(difference(i(difference(A,C)),C),
% difference(A,C))),A) <->
% difference(difference(j(A),quotient(quotient(B,A),j(A))),C) is composed into 
% [211]
% quotient(difference(B,quotient(difference(i(difference(A,C)),C),difference(A,C))),A)
% <-> difference(quotient(quotient(j(A),j(j(j(A)))),quotient(i(B),A)),C)
% Rule [137]
% difference(A,difference(j(A),quotient(B,j(A)))) <->
% difference(j(B),quotient(quotient(A,B),j(B))) is composed into [137]
% difference(A,
% difference(
% j(A),
% quotient(B,
% j(A))))
% ->
% quotient(
% quotient(
% j(B),
% j(
% j(j(B)))),
% quotient(
% i(A),B))
% Rule [63] product(A,B) -> difference(j(A),quotient(quotient(B,A),j(A))) is composed into 
% [63] product(A,B) -> quotient(quotient(j(A),j(j(j(A)))),quotient(i(B),A))
% New rule produced :
% [387]
% difference(j(A),quotient(quotient(B,A),j(A))) ->
% quotient(quotient(j(A),j(j(j(A)))),quotient(i(B),A))
% Rule [81] difference(A,difference(j(A),quotient(quotient(B,A),j(A)))) -> B
% collapsed.
% Rule [82] difference(j(A),quotient(quotient(difference(A,B),A),j(A))) -> B
% collapsed.
% Rule [83] quotient(difference(j(A),quotient(quotient(B,A),j(A))),B) -> A
% collapsed.
% Rule
% [86]
% difference(difference(j(A),quotient(quotient(B,A),j(A))),difference(j(A),
% quotient(quotient(
% difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B))),A),
% j(A)))) <->
% quotient(quotient(difference(j(C),quotient(quotient(difference(j(A),quotient(
% quotient(B,A),
% j(A))),C),
% j(C))),B),A) collapsed.
% Rule
% [87]
% quotient(quotient(difference(j(C),quotient(quotient(difference(j(A),quotient(
% quotient(B,A),
% j(A))),C),
% j(C))),B),A) <->
% difference(difference(j(A),quotient(quotient(B,A),j(A))),difference(j(A),
% quotient(quotient(
% difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B))),A),
% j(A)))) collapsed.
% Rule
% [88]
% difference(A,difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),
% quotient(quotient(C,difference(j(A),quotient(quotient(B,A),j(A)))),
% j(difference(j(A),quotient(quotient(B,A),j(A))))))) <->
% quotient(difference(j(B),quotient(quotient(difference(j(C),quotient(quotient(A,C),
% j(C))),B),
% j(B))),A) collapsed.
% Rule
% [89]
% quotient(difference(j(B),quotient(quotient(difference(j(C),quotient(quotient(A,C),
% j(C))),B),
% j(B))),A) <->
% difference(A,difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),
% quotient(quotient(C,difference(j(A),quotient(quotient(B,A),j(A)))),
% j(difference(j(A),quotient(quotient(B,A),j(A))))))) collapsed.
% Rule
% [113]
% quotient(difference(j(A),quotient(quotient(quotient(difference(j(B),quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A),A),
% j(A))),C) ->
% difference(j(A),quotient(quotient(B,A),j(A))) collapsed.
% Rule
% [114]
% difference(j(A),quotient(quotient(C,A),j(A))) <->
% quotient(difference(j(A),quotient(quotient(B,A),j(A))),quotient(difference(C,
% difference(
% j(B),
% quotient(
% quotient(A,B),
% j(B)))),A))
% collapsed.
% Rule
% [115]
% quotient(difference(j(A),quotient(quotient(B,A),j(A))),quotient(difference(C,
% difference(
% j(B),
% quotient(
% quotient(A,B),
% j(B)))),A))
% <-> difference(j(A),quotient(quotient(C,A),j(A))) collapsed.
% Rule
% [120]
% quotient(difference(j(A),quotient(quotient(difference(j(B),quotient(quotient(
% i(A),B),
% j(B))),A),
% j(A))),i(A)) <->
% difference(i(A),difference(j(quotient(j(A),j(j(j(A))))),quotient(quotient(B,
% quotient(
% j(A),
% j(j(j(A))))),
% j(quotient(j(A),
% j(j(j(A))))))))
% collapsed.
% Rule
% [122]
% quotient(quotient(difference(j(A),quotient(quotient(B,A),j(A))),difference(C,B)),C)
% <->
% difference(B,difference(j(C),quotient(difference(C,difference(j(B),quotient(
% quotient(
% quotient(A,C),B),
% j(B)))),
% j(C)))) collapsed.
% Rule
% [123]
% difference(B,difference(j(quotient(B,C)),quotient(quotient(difference(
% j(C),quotient(
% quotient(A,C),
% j(C))),
% quotient(B,C)),j(quotient(B,C)))))
% <->
% quotient(quotient(difference(j(A),quotient(quotient(B,A),j(A))),C),quotient(B,C))
% collapsed.
% Rule
% [124]
% quotient(quotient(difference(j(A),quotient(quotient(B,A),j(A))),C),quotient(B,C))
% <->
% difference(B,difference(j(quotient(B,C)),quotient(quotient(difference(
% j(C),quotient(
% quotient(A,C),
% j(C))),
% quotient(B,C)),j(quotient(B,C)))))
% collapsed.
% Rule
% [127]
% quotient(difference(A,quotient(quotient(difference(j(B),quotient(quotient(A,B),
% j(B))),i(A)),A)),A)
% -> difference(A,B) collapsed.
% Rule
% [128]
% quotient(difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),
% quotient(quotient(C,difference(j(A),quotient(quotient(B,A),j(A)))),
% j(difference(j(A),quotient(quotient(B,A),j(A)))))),quotient(
% difference(
% j(B),quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A))
% -> A collapsed.
% Rule
% [129]
% difference(difference(A,difference(j(difference(j(A),quotient(quotient(B,A),
% j(A)))),quotient(
% quotient(C,
% difference(
% j(A),quotient(
% quotient(B,A),
% j(A)))),
% j(difference(
% j(A),quotient(
% quotient(B,A),
% j(A))))))),
% difference(j(B),quotient(quotient(difference(j(C),quotient(quotient(A,C),
% j(C))),B),j(B)))) -> A
% collapsed.
% Rule
% [130]
% difference(difference(j(A),quotient(quotient(B,A),j(A))),difference(j(A),
% quotient(quotient(
% quotient(
% difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A),A),
% j(A)))) -> C
% collapsed.
% Rule
% [132]
% quotient(difference(A,difference(j(B),quotient(quotient(i(A),B),j(B)))),i(A))
% <->
% difference(quotient(j(A),j(j(j(A)))),difference(A,quotient(quotient(B,i(A)),A)))
% collapsed.
% Rule
% [133]
% difference(difference(j(A),quotient(quotient(B,A),j(A))),difference(j(
% difference(
% j(A),
% quotient(
% quotient(C,A),
% j(A)))),
% quotient(quotient(V_3,
% difference(
% j(A),
% quotient(
% quotient(C,A),
% j(A)))),
% j(difference(
% j(A),quotient(
% quotient(C,A),
% j(A)))))))
% <->
% quotient(difference(B,difference(j(C),quotient(quotient(difference(j(V_3),
% quotient(quotient(A,V_3),
% j(V_3))),C),j(C)))),A)
% collapsed.
% Rule
% [134]
% quotient(difference(B,difference(j(C),quotient(quotient(difference(j(V_3),
% quotient(quotient(A,V_3),
% j(V_3))),C),j(C)))),A)
% <->
% difference(difference(j(A),quotient(quotient(B,A),j(A))),difference(j(
% difference(
% j(A),
% quotient(
% quotient(C,A),
% j(A)))),
% quotient(quotient(V_3,
% difference(
% j(A),
% quotient(
% quotient(C,A),
% j(A)))),
% j(difference(
% j(A),quotient(
% quotient(C,A),
% j(A)))))))
% collapsed.
% Rule
% [135]
% difference(difference(difference(j(A),quotient(quotient(B,A),j(A))),difference(
% j(A),
% quotient(
% quotient(C,A),
% j(A)))),
% difference(B,difference(j(C),quotient(quotient(A,C),j(C))))) -> A collapsed.
% Rule
% [138]
% difference(j(B),quotient(quotient(A,B),j(B))) <->
% difference(A,difference(j(A),quotient(B,j(A)))) collapsed.
% Rule
% [140]
% difference(quotient(A,B),difference(j(A),quotient(quotient(C,A),j(A)))) <->
% quotient(difference(j(B),quotient(quotient(difference(j(C),quotient(quotient(
% quotient(A,B),C),
% j(C))),B),
% j(B))),quotient(A,B)) collapsed.
% Rule
% [141]
% quotient(difference(j(B),quotient(quotient(difference(j(C),quotient(quotient(
% quotient(A,B),C),
% j(C))),B),
% j(B))),quotient(A,B)) <->
% difference(quotient(A,B),difference(j(A),quotient(quotient(C,A),j(A))))
% collapsed.
% Rule
% [142]
% difference(A,difference(j(A),quotient(difference(difference(j(A),quotient(
% quotient(B,A),
% j(A))),
% difference(j(A),quotient(quotient(
% difference(
% j(B),quotient(
% quotient(C,B),
% j(B))),A),
% j(A)))),j(A)))) <->
% quotient(difference(j(C),quotient(quotient(difference(j(A),quotient(quotient(B,A),
% j(A))),C),
% j(C))),B) collapsed.
% Rule
% [143]
% quotient(difference(j(C),quotient(quotient(difference(j(A),quotient(quotient(B,A),
% j(A))),C),
% j(C))),B) <->
% difference(A,difference(j(A),quotient(difference(difference(j(A),quotient(
% quotient(B,A),
% j(A))),
% difference(j(A),quotient(quotient(
% difference(
% j(B),quotient(
% quotient(C,B),
% j(B))),A),
% j(A)))),j(A))))
% collapsed.
% Rule
% [144]
% difference(quotient(A,B),difference(j(A),quotient(quotient(quotient(C,
% quotient(A,B)),A),
% j(A)))) ->
% quotient(difference(j(B),quotient(quotient(C,B),j(B))),quotient(A,B))
% collapsed.
% Rule
% [145]
% difference(j(B),quotient(quotient(difference(j(C),quotient(quotient(quotient(A,B),C),
% j(C))),B),j(B))) <->
% quotient(difference(B,difference(j(B),quotient(difference(quotient(A,B),
% difference(j(A),quotient(
% quotient(C,A),
% j(A)))),
% j(B)))),quotient(difference(quotient(A,B),
% difference(j(B),
% quotient(quotient(
% difference(
% quotient(A,B),
% difference(
% j(A),
% quotient(
% quotient(C,A),
% j(A)))),B),
% j(B)))),difference(
% quotient(A,B),
% difference(
% j(A),quotient(
% quotient(C,A),
% j(A))))))
% collapsed.
% Rule
% [146]
% quotient(difference(B,difference(j(B),quotient(difference(quotient(A,B),
% difference(j(A),quotient(
% quotient(C,A),
% j(A)))),
% j(B)))),quotient(difference(quotient(A,B),
% difference(j(B),
% quotient(quotient(
% difference(
% quotient(A,B),
% difference(
% j(A),
% quotient(
% quotient(C,A),
% j(A)))),B),
% j(B)))),difference(
% quotient(A,B),
% difference(
% j(A),quotient(
% quotient(C,A),
% j(A))))))
% <->
% difference(j(B),quotient(quotient(difference(j(C),quotient(quotient(quotient(A,B),C),
% j(C))),B),j(B))) collapsed.
% Rule
% [147]
% difference(difference(A,B),difference(j(C),quotient(quotient(A,C),j(C)))) ->
% quotient(difference(B,difference(j(B),quotient(difference(difference(A,B),C),
% j(B)))),difference(A,B)) collapsed.
% Rule
% [148]
% difference(A,difference(j(quotient(A,B)),quotient(quotient(C,quotient(A,B)),
% j(quotient(A,B))))) <->
% quotient(difference(B,difference(j(C),quotient(quotient(quotient(A,B),C),
% j(C)))),quotient(A,B)) collapsed.
% Rule
% [149]
% quotient(difference(B,difference(j(C),quotient(quotient(quotient(A,B),C),
% j(C)))),quotient(A,B)) <->
% difference(A,difference(j(quotient(A,B)),quotient(quotient(C,quotient(A,B)),
% j(quotient(A,B))))) collapsed.
% Rule
% [155]
% difference(j(A),quotient(quotient(difference(j(B),quotient(quotient(i(A),B),
% j(B))),A),j(A))) <->
% quotient(difference(x1,difference(j(x1),quotient(difference(i(A),difference(
% j(quotient(
% j(A),
% j(
% j(j(A))))),
% quotient(
% quotient(B,
% quotient(
% j(A),
% j(j(j(A))))),
% j(quotient(
% j(A),
% j(
% j(j(A)))))))),
% j(x1)))),quotient(difference(
% i(A),difference(
% j(x1),
% quotient(
% quotient(
% difference(
% i(A),difference(
% j(
% quotient(
% j(A),
% j(
% j(j(A))))),
% quotient(
% quotient(B,
% quotient(
% j(A),
% j(
% j(j(A))))),
% j(
% quotient(
% j(A),
% j(
% j(j(A)))))))),x1),
% j(x1)))),
% difference(i(A),difference(
% j(quotient(
% j(A),
% j(
% j(j(A))))),
% quotient(
% quotient(B,
% quotient(
% j(A),
% j(j(j(A))))),
% j(quotient(
% j(A),
% j(
% j(j(A))))))))))
% collapsed.
% Rule
% [157]
% difference(A,quotient(quotient(quotient(difference(j(A),quotient(quotient(
% difference(
% j(B),
% quotient(
% quotient(
% i(A),B),
% j(B))),A),
% j(A))),i(A)),
% i(A)),A)) <->
% difference(j(quotient(j(A),j(j(j(A))))),quotient(quotient(B,quotient(
% j(A),j(j(j(A))))),
% j(quotient(j(A),j(j(j(A)))))))
% collapsed.
% Rule
% [161]
% difference(difference(j(C),quotient(quotient(B,C),j(C))),difference(j(C),
% quotient(quotient(
% difference(
% j(B),
% quotient(
% quotient(
% quotient(A,
% difference(
% j(C),
% quotient(
% quotient(B,C),
% j(C)))),B),
% j(B))),C),
% j(C)))) ->
% quotient(quotient(A,B),C) collapsed.
% Rule
% [162]
% difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),quotient(
% quotient(
% quotient(
% quotient(
% difference(
% j(C),quotient(
% quotient(
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))),C),
% j(C))),B),A),
% difference(
% j(A),quotient(
% quotient(B,A),
% j(A)))),
% j(difference(
% j(A),quotient(
% quotient(B,A),
% j(A))))))
% ->
% difference(j(A),quotient(quotient(difference(j(B),quotient(quotient(C,B),
% j(B))),A),j(A))) collapsed.
% Rule
% [163]
% i(difference(j(A),quotient(quotient(B,A),j(A)))) <->
% quotient(difference(B,quotient(j(A),j(j(j(A))))),A) collapsed.
% Rule
% [165]
% difference(j(j(A)),quotient(quotient(B,j(A)),j(j(A)))) ->
% quotient(quotient(difference(A,B),A),j(A)) collapsed.
% Rule
% [172]
% quotient(difference(j(A),quotient(quotient(difference(j(B),quotient(quotient(C,B),
% j(B))),A),
% j(A))),quotient(quotient(difference(j(C),quotient(
% quotient(
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))),C),
% j(C))),B),A))
% -> difference(j(A),quotient(quotient(B,A),j(A))) collapsed.
% Rule
% [173]
% difference(j(quotient(A,C)),quotient(quotient(quotient(difference(j(C),
% quotient(quotient(
% difference(
% j(B),
% quotient(
% quotient(
% quotient(A,C),B),
% j(B))),C),
% j(C))),quotient(A,C)),
% quotient(A,C)),j(quotient(A,C)))) ->
% difference(j(A),quotient(quotient(B,A),j(A))) collapsed.
% Rule
% [178]
% difference(difference(difference(j(A),quotient(quotient(B,A),j(A))),difference(
% j(A),
% quotient(
% quotient(
% difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B))),A),
% j(A)))),
% quotient(difference(j(C),quotient(quotient(difference(j(A),quotient(quotient(B,A),
% j(A))),C),
% j(C))),B)) -> A collapsed.
% Rule
% [179]
% difference(A,difference(j(difference(j(difference(j(A),quotient(quotient(B,A),
% j(A)))),quotient(
% quotient(C,
% difference(
% j(A),quotient(
% quotient(B,A),
% j(A)))),
% j(difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))))))),
% quotient(quotient(V_3,difference(j(difference(j(A),quotient(
% quotient(B,A),
% j(A)))),
% quotient(quotient(C,difference(j(A),
% quotient(quotient(B,A),
% j(A)))),j(difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))))))),
% j(difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),
% quotient(quotient(C,difference(j(A),quotient(quotient(B,A),
% j(A)))),j(difference(
% j(A),quotient(
% quotient(B,A),
% j(A))))))))))
% <->
% quotient(difference(j(quotient(difference(j(B),quotient(quotient(difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A)),quotient(quotient(
% difference(
% j(V_3),
% quotient(
% quotient(A,V_3),
% j(V_3))),
% quotient(
% difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A)),
% j(quotient(
% difference(
% j(B),quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A)))),A)
% collapsed.
% Rule
% [180]
% quotient(difference(j(quotient(difference(j(B),quotient(quotient(difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A)),quotient(quotient(
% difference(
% j(V_3),
% quotient(
% quotient(A,V_3),
% j(V_3))),
% quotient(
% difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A)),
% j(quotient(
% difference(
% j(B),quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A)))),A)
% <->
% difference(A,difference(j(difference(j(difference(j(A),quotient(quotient(B,A),
% j(A)))),quotient(
% quotient(C,
% difference(
% j(A),quotient(
% quotient(B,A),
% j(A)))),
% j(difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))))))),
% quotient(quotient(V_3,difference(j(difference(j(A),quotient(
% quotient(B,A),
% j(A)))),
% quotient(quotient(C,difference(j(A),
% quotient(quotient(B,A),
% j(A)))),j(difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))))))),
% j(difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),
% quotient(quotient(C,difference(j(A),quotient(quotient(B,A),
% j(A)))),j(difference(
% j(A),quotient(
% quotient(B,A),
% j(A))))))))))
% collapsed.
% Rule
% [181]
% difference(V_3,difference(j(difference(j(V_3),quotient(quotient(difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))),V_3),
% j(V_3)))),quotient(quotient(C,
% difference(
% j(V_3),
% quotient(
% quotient(
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))),V_3),
% j(V_3)))),
% j(difference(
% j(V_3),quotient(
% quotient(
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))),V_3),
% j(V_3)))))))
% <->
% quotient(difference(j(A),quotient(quotient(quotient(difference(j(B),quotient(
% quotient(
% difference(
% j(
% difference(
% j(C),
% quotient(
% quotient(V_3,C),
% j(C)))),
% quotient(
% quotient(A,
% difference(
% j(C),
% quotient(
% quotient(V_3,C),
% j(C)))),
% j(
% difference(
% j(C),
% quotient(
% quotient(V_3,C),
% j(C)))))),B),
% j(B))),A),A),
% j(A))),V_3) collapsed.
% Rule
% [182]
% difference(V_3,difference(j(difference(j(V_3),quotient(quotient(A,V_3),
% j(V_3)))),quotient(quotient(
% difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B))),
% difference(
% j(V_3),
% quotient(
% quotient(A,V_3),
% j(V_3)))),
% j(difference(
% j(V_3),quotient(
% quotient(A,V_3),
% j(V_3)))))))
% <->
% quotient(difference(j(A),quotient(quotient(difference(j(B),quotient(quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B),B),
% j(B))),A),
% j(A))),V_3) collapsed.
% Rule
% [183]
% quotient(difference(j(A),quotient(quotient(difference(j(B),quotient(quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B),B),
% j(B))),A),
% j(A))),V_3) <->
% difference(V_3,difference(j(difference(j(V_3),quotient(quotient(A,V_3),
% j(V_3)))),quotient(quotient(
% difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B))),
% difference(
% j(V_3),
% quotient(
% quotient(A,V_3),
% j(V_3)))),
% j(difference(
% j(V_3),quotient(
% quotient(A,V_3),
% j(V_3)))))))
% collapsed.
% Rule
% [184]
% quotient(difference(j(A),quotient(quotient(quotient(difference(j(B),quotient(
% quotient(
% difference(
% j(
% difference(
% j(C),
% quotient(
% quotient(V_3,C),
% j(C)))),
% quotient(
% quotient(A,
% difference(
% j(C),
% quotient(
% quotient(V_3,C),
% j(C)))),
% j(
% difference(
% j(C),
% quotient(
% quotient(V_3,C),
% j(C)))))),B),
% j(B))),A),A),
% j(A))),V_3) <->
% difference(V_3,difference(j(difference(j(V_3),quotient(quotient(difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))),V_3),
% j(V_3)))),quotient(quotient(C,
% difference(
% j(V_3),
% quotient(
% quotient(
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))),V_3),
% j(V_3)))),
% j(difference(
% j(V_3),quotient(
% quotient(
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))),V_3),
% j(V_3)))))))
% collapsed.
% Rule
% [185]
% difference(difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),
% quotient(quotient(C,difference(j(A),quotient(quotient(B,A),j(A)))),
% j(difference(j(A),quotient(quotient(B,A),j(A)))))),difference(
% j(A),quotient(
% quotient(V_3,A),
% j(A))))
% <->
% quotient(difference(quotient(difference(j(B),quotient(quotient(difference(
% j(C),quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A),difference(j(V_3),
% quotient(quotient(A,V_3),
% j(V_3)))),A)
% collapsed.
% Rule
% [186]
% quotient(difference(quotient(difference(j(B),quotient(quotient(difference(
% j(C),quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A),difference(j(V_3),
% quotient(quotient(A,V_3),
% j(V_3)))),A) <->
% difference(difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),
% quotient(quotient(C,difference(j(A),quotient(quotient(B,A),j(A)))),
% j(difference(j(A),quotient(quotient(B,A),j(A)))))),difference(
% j(A),quotient(
% quotient(V_3,A),
% j(A))))
% collapsed.
% Rule
% [187]
% difference(difference(j(V_3),quotient(quotient(A,V_3),j(V_3))),difference(
% j(V_3),
% quotient(
% quotient(
% difference(
% j(B),quotient(
% quotient(C,B),
% j(B))),V_3),
% j(V_3)))) <->
% quotient(difference(A,difference(j(B),quotient(quotient(quotient(difference(
% j(C),
% quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B),B),
% j(B)))),V_3) collapsed.
% Rule
% [188]
% quotient(difference(A,difference(j(B),quotient(quotient(quotient(difference(
% j(C),
% quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B),B),
% j(B)))),V_3) <->
% difference(difference(j(V_3),quotient(quotient(A,V_3),j(V_3))),difference(
% j(V_3),
% quotient(
% quotient(
% difference(
% j(B),quotient(
% quotient(C,B),
% j(B))),V_3),
% j(V_3))))
% collapsed.
% Rule
% [190]
% quotient(difference(j(A),quotient(B,j(A))),difference(j(B),quotient(quotient(A,B),
% j(B)))) -> A
% collapsed.
% Rule
% [192]
% i(quotient(quotient(quotient(difference(B,A),A),difference(j(A),quotient(
% quotient(B,A),
% j(A)))),
% j(difference(j(A),quotient(quotient(B,A),j(A)))))) <->
% quotient(difference(A,quotient(j(difference(j(A),quotient(quotient(B,A),j(A)))),
% j(j(j(difference(j(A),quotient(quotient(B,A),j(A)))))))),
% j(difference(j(A),quotient(quotient(B,A),j(A))))) collapsed.
% Rule
% [194]
% difference(j(A),quotient(quotient(quotient(difference(j(quotient(difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A)),
% quotient(quotient(difference(
% j(V_3),quotient(
% quotient(A,V_3),
% j(V_3))),
% quotient(difference(
% j(B),quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A)),
% j(quotient(difference(j(B),
% quotient(quotient(
% difference(
% j(C),quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A)))),A),A),
% j(A))) <->
% difference(j(difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),
% quotient(quotient(C,difference(j(A),quotient(quotient(B,A),j(A)))),
% j(difference(j(A),quotient(quotient(B,A),j(A))))))),quotient(
% quotient(V_3,
% difference(
% j(difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A)))),
% quotient(
% quotient(C,
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A)))),
% j(difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))))))),
% j(difference(
% j(
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A)))),
% quotient(
% quotient(C,
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A)))),
% j(
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A)))))))))
% collapsed.
% Rule
% [195]
% difference(j(A),quotient(quotient(quotient(difference(j(B),quotient(quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(
% difference(
% j(
% difference(
% j(V_3),
% quotient(
% quotient(A,V_3),
% j(V_3)))),
% quotient(
% quotient(B,
% difference(
% j(V_3),
% quotient(
% quotient(A,V_3),
% j(V_3)))),
% j(
% difference(
% j(V_3),
% quotient(
% quotient(A,V_3),
% j(V_3)))))),C),
% j(C))),B),B),
% j(B))),A),A),
% j(A))) <->
% difference(j(difference(j(A),quotient(quotient(difference(j(B),quotient(
% quotient(C,B),
% j(B))),A),
% j(A)))),quotient(quotient(V_3,difference(
% j(A),quotient(
% quotient(
% difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B))),A),
% j(A)))),
% j(difference(j(A),quotient(quotient(
% difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B))),A),
% j(A)))))) collapsed.
% Rule
% [196]
% difference(j(A),quotient(quotient(quotient(difference(j(B),quotient(quotient(
% difference(
% j(C),
% quotient(
% quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(
% difference(
% j(A),
% quotient(
% quotient(C,A),
% j(A))),V_3),
% j(V_3))),C),C),
% j(C))),B),
% j(B))),A),A),
% j(A))) <->
% difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),quotient(
% quotient(
% difference(
% j(C),quotient(
% quotient(V_3,C),
% j(C))),
% difference(
% j(A),quotient(
% quotient(B,A),
% j(A)))),
% j(difference(
% j(A),quotient(
% quotient(B,A),
% j(A))))))
% collapsed.
% Rule
% [197]
% difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),quotient(
% quotient(
% difference(
% j(C),quotient(
% quotient(V_3,C),
% j(C))),
% difference(
% j(A),quotient(
% quotient(B,A),
% j(A)))),
% j(difference(
% j(A),quotient(
% quotient(B,A),
% j(A))))))
% <->
% difference(j(A),quotient(quotient(quotient(difference(j(B),quotient(quotient(
% difference(
% j(C),
% quotient(
% quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(
% difference(
% j(A),
% quotient(
% quotient(C,A),
% j(A))),V_3),
% j(V_3))),C),C),
% j(C))),B),
% j(B))),A),A),
% j(A))) collapsed.
% Rule
% [198]
% difference(j(difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),
% quotient(quotient(C,difference(j(A),quotient(quotient(B,A),j(A)))),
% j(difference(j(A),quotient(quotient(B,A),j(A))))))),quotient(
% quotient(V_3,
% difference(
% j(difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A)))),
% quotient(
% quotient(C,
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A)))),
% j(difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))))))),
% j(difference(
% j(
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A)))),
% quotient(
% quotient(C,
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A)))),
% j(
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A)))))))))
% <->
% difference(j(A),quotient(quotient(quotient(difference(j(quotient(difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A)),
% quotient(quotient(difference(
% j(V_3),quotient(
% quotient(A,V_3),
% j(V_3))),
% quotient(difference(
% j(B),quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A)),
% j(quotient(difference(j(B),
% quotient(quotient(
% difference(
% j(C),quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A)))),A),A),
% j(A))) collapsed.
% Rule
% [199]
% difference(j(difference(j(A),quotient(quotient(difference(j(B),quotient(
% quotient(C,B),
% j(B))),A),
% j(A)))),quotient(quotient(V_3,difference(
% j(A),quotient(
% quotient(
% difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B))),A),
% j(A)))),
% j(difference(j(A),quotient(quotient(
% difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B))),A),
% j(A)))))) <->
% difference(j(A),quotient(quotient(quotient(difference(j(B),quotient(quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(
% difference(
% j(
% difference(
% j(V_3),
% quotient(
% quotient(A,V_3),
% j(V_3)))),
% quotient(
% quotient(B,
% difference(
% j(V_3),
% quotient(
% quotient(A,V_3),
% j(V_3)))),
% j(
% difference(
% j(V_3),
% quotient(
% quotient(A,V_3),
% j(V_3)))))),C),
% j(C))),B),B),
% j(B))),A),A),
% j(A))) collapsed.
% Rule
% [200]
% quotient(difference(i(A),difference(j(B),quotient(quotient(A,B),j(B)))),A) ->
% difference(j(A),quotient(quotient(B,A),j(A))) collapsed.
% Rule
% [201]
% quotient(difference(A,difference(j(B),quotient(quotient(j(A),B),j(B)))),j(A))
% -> quotient(quotient(difference(A,B),A),j(A)) collapsed.
% Rule
% [202]
% difference(difference(j(difference(C,B)),quotient(quotient(A,difference(C,B)),
% j(difference(C,B)))),quotient(
% difference(
% i(difference(C,B)),B),
% difference(C,B)))
% -> quotient(difference(A,B),difference(C,B)) collapsed.
% Rule
% [203]
% difference(difference(j(A),quotient(quotient(B,A),j(A))),difference(j(A),
% quotient(quotient(
% difference(
% j(difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B)))),
% quotient(
% quotient(V_3,
% difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B)))),
% j(difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B)))))),A),
% j(A)))) <->
% quotient(quotient(difference(j(quotient(difference(j(C),quotient(quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B)),quotient(
% quotient(
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))),
% quotient(
% difference(
% j(C),
% quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B)),
% j(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B)))),B),A)
% collapsed.
% Rule
% [204]
% quotient(quotient(difference(j(quotient(difference(j(C),quotient(quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B)),quotient(
% quotient(
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))),
% quotient(
% difference(
% j(C),
% quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B)),
% j(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B)))),B),A)
% <->
% difference(difference(j(A),quotient(quotient(B,A),j(A))),difference(j(A),
% quotient(quotient(
% difference(
% j(difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B)))),
% quotient(
% quotient(V_3,
% difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B)))),
% j(difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B)))))),A),
% j(A)))) collapsed.
% Rule
% [205]
% difference(difference(j(A),quotient(quotient(B,A),j(A))),difference(j(
% difference(
% j(A),
% quotient(
% quotient(
% quotient(
% difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A),A),
% j(A)))),
% quotient(quotient(V_3,
% difference(
% j(A),
% quotient(
% quotient(
% quotient(
% difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A),A),
% j(A)))),
% j(difference(
% j(A),quotient(
% quotient(
% quotient(
% difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A),A),
% j(A)))))))
% <->
% quotient(difference(j(C),quotient(quotient(difference(j(V_3),quotient(
% quotient(
% difference(
% j(A),quotient(
% quotient(B,A),
% j(A))),V_3),
% j(V_3))),C),
% j(C))),difference(j(A),quotient(quotient(B,A),j(A))))
% collapsed.
% Rule
% [206]
% quotient(difference(j(C),quotient(quotient(difference(j(V_3),quotient(
% quotient(
% difference(
% j(A),quotient(
% quotient(B,A),
% j(A))),V_3),
% j(V_3))),C),
% j(C))),difference(j(A),quotient(quotient(B,A),j(A))))
% <->
% difference(difference(j(A),quotient(quotient(B,A),j(A))),difference(j(
% difference(
% j(A),
% quotient(
% quotient(
% quotient(
% difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A),A),
% j(A)))),
% quotient(quotient(V_3,
% difference(
% j(A),
% quotient(
% quotient(
% quotient(
% difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A),A),
% j(A)))),
% j(difference(
% j(A),quotient(
% quotient(
% quotient(
% difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A),A),
% j(A)))))))
% collapsed.
% Rule
% [207]
% difference(difference(j(C),quotient(quotient(V_3,C),j(C))),difference(
% j(C),quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))),V_3),
% j(V_3))),C),
% j(C)))) <->
% quotient(quotient(difference(j(A),quotient(quotient(quotient(difference(
% j(B),quotient(
% quotient(
% difference(
% j(difference(
% j(C),
% quotient(
% quotient(V_3,C),
% j(C)))),
% quotient(
% quotient(A,
% difference(
% j(C),
% quotient(
% quotient(V_3,C),
% j(C)))),
% j(difference(
% j(C),
% quotient(
% quotient(V_3,C),
% j(C)))))),B),
% j(B))),A),A),
% j(A))),V_3),C) collapsed.
% Rule
% [208]
% quotient(quotient(difference(j(A),quotient(quotient(quotient(difference(
% j(B),quotient(
% quotient(
% difference(
% j(difference(
% j(C),
% quotient(
% quotient(V_3,C),
% j(C)))),
% quotient(
% quotient(A,
% difference(
% j(C),
% quotient(
% quotient(V_3,C),
% j(C)))),
% j(difference(
% j(C),
% quotient(
% quotient(V_3,C),
% j(C)))))),B),
% j(B))),A),A),
% j(A))),V_3),C) <->
% difference(difference(j(C),quotient(quotient(V_3,C),j(C))),difference(
% j(C),quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))),V_3),
% j(V_3))),C),
% j(C))))
% collapsed.
% Rule
% [209]
% difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),quotient(
% quotient(
% quotient(
% difference(
% j(C),quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))),V_3),
% j(V_3))),C),
% j(C))),
% difference(
% j(A),quotient(
% quotient(B,A),
% j(A)))),
% difference(
% j(A),quotient(
% quotient(B,A),
% j(A)))),
% j(difference(
% j(A),quotient(
% quotient(B,A),
% j(A))))))
% <->
% difference(j(difference(j(A),quotient(quotient(quotient(difference(j(B),
% quotient(quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A),A),
% j(A)))),quotient(quotient(V_3,difference(
% j(A),quotient(
% quotient(
% quotient(
% difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A),A),
% j(A)))),
% j(difference(j(A),quotient(quotient(
% quotient(
% difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A),A),
% j(A)))))) collapsed.
% Rule
% [210]
% difference(j(difference(j(A),quotient(quotient(quotient(difference(j(B),
% quotient(quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A),A),
% j(A)))),quotient(quotient(V_3,difference(
% j(A),quotient(
% quotient(
% quotient(
% difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A),A),
% j(A)))),
% j(difference(j(A),quotient(quotient(
% quotient(
% difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A),A),
% j(A)))))) <->
% difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),quotient(
% quotient(
% quotient(
% difference(
% j(C),quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(
% difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A))),V_3),
% j(V_3))),C),
% j(C))),
% difference(
% j(A),quotient(
% quotient(B,A),
% j(A)))),
% difference(
% j(A),quotient(
% quotient(B,A),
% j(A)))),
% j(difference(
% j(A),quotient(
% quotient(B,A),
% j(A))))))
% collapsed.
% Rule
% [212]
% difference(difference(j(A),quotient(quotient(B,A),j(A))),C) <->
% quotient(difference(B,quotient(difference(i(difference(A,C)),C),difference(A,C))),A)
% collapsed.
% Rule
% [214]
% difference(difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),
% quotient(quotient(C,difference(j(A),quotient(quotient(B,A),j(A)))),
% j(difference(j(A),quotient(quotient(B,A),j(A)))))),difference(
% j(A),quotient(
% quotient(
% quotient(
% difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(A,V_3),
% j(V_3))),B),
% j(B))),A),A),
% j(A))))
% <->
% quotient(difference(C,difference(j(V_3),quotient(quotient(difference(
% j(A),quotient(
% quotient(B,A),
% j(A))),V_3),
% j(V_3)))),difference(j(A),quotient(
% quotient(B,A),
% j(A))))
% collapsed.
% Rule
% [215]
% difference(difference(j(A),quotient(quotient(quotient(difference(j(B),
% quotient(quotient(
% difference(
% j(C),quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A),A),j(A))),
% difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),quotient(
% quotient(V_3,
% difference(
% j(A),quotient(
% quotient(B,A),
% j(A)))),
% j(difference(
% j(A),quotient(
% quotient(B,A),
% j(A)))))))
% <->
% quotient(difference(C,difference(j(V_3),quotient(quotient(difference(
% j(A),quotient(
% quotient(B,A),
% j(A))),V_3),
% j(V_3)))),difference(j(A),quotient(
% quotient(B,A),
% j(A))))
% collapsed.
% Rule
% [216]
% quotient(difference(C,difference(j(V_3),quotient(quotient(difference(
% j(A),quotient(
% quotient(B,A),
% j(A))),V_3),
% j(V_3)))),difference(j(A),quotient(
% quotient(B,A),
% j(A)))) <->
% difference(difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),
% quotient(quotient(C,difference(j(A),quotient(quotient(B,A),j(A)))),
% j(difference(j(A),quotient(quotient(B,A),j(A)))))),difference(
% j(A),quotient(
% quotient(
% quotient(
% difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(A,V_3),
% j(V_3))),B),
% j(B))),A),A),
% j(A))))
% collapsed.
% Rule
% [217]
% quotient(difference(C,difference(j(V_3),quotient(quotient(difference(
% j(A),quotient(
% quotient(B,A),
% j(A))),V_3),
% j(V_3)))),difference(j(A),quotient(
% quotient(B,A),
% j(A)))) <->
% difference(difference(j(A),quotient(quotient(quotient(difference(j(B),
% quotient(quotient(
% difference(
% j(C),quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A),A),j(A))),
% difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),quotient(
% quotient(V_3,
% difference(
% j(A),quotient(
% quotient(B,A),
% j(A)))),
% j(difference(
% j(A),quotient(
% quotient(B,A),
% j(A)))))))
% collapsed.
% Rule
% [220]
% difference(difference(B,difference(j(B),quotient(quotient(A,difference(
% j(B),quotient(
% quotient(C,B),
% j(B)))),
% j(B)))),A) ->
% quotient(difference(B,difference(j(difference(j(B),quotient(quotient(C,B),
% j(B)))),quotient(quotient(
% quotient(A,
% difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B)))),
% difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B)))),
% j(difference(
% j(B),quotient(
% quotient(C,B),
% j(B))))))),
% quotient(A,difference(j(B),quotient(quotient(C,B),j(B))))) collapsed.
% Rule
% [221]
% quotient(difference(A,difference(j(difference(j(B),quotient(quotient(C,B),
% j(B)))),quotient(quotient(V_3,
% difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B)))),
% j(difference(
% j(B),quotient(
% quotient(C,B),
% j(B))))))),
% quotient(difference(j(C),quotient(quotient(difference(j(V_3),quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B)) <->
% quotient(difference(A,difference(j(B),quotient(quotient(quotient(difference(
% j(C),
% quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B),B),
% j(B)))),quotient(difference(j(C),
% quotient(quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B)) collapsed.
% Rule
% [222]
% quotient(difference(A,difference(j(B),quotient(quotient(quotient(difference(
% j(C),
% quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B),B),
% j(B)))),quotient(difference(j(C),
% quotient(quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B)) <->
% quotient(difference(A,difference(j(difference(j(B),quotient(quotient(C,B),
% j(B)))),quotient(quotient(V_3,
% difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B)))),
% j(difference(
% j(B),quotient(
% quotient(C,B),
% j(B))))))),
% quotient(difference(j(C),quotient(quotient(difference(j(V_3),quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B)) collapsed.
% Rule
% [224]
% quotient(difference(i(difference(A,difference(j(B),quotient(quotient(C,B),
% j(B))))),difference(
% j(B),quotient(
% quotient(C,B),
% j(B)))),
% difference(A,difference(j(B),quotient(quotient(C,B),j(B))))) ->
% difference(j(difference(A,B)),quotient(quotient(difference(j(C),quotient(
% quotient(A,C),
% j(C))),
% difference(A,B)),j(difference(A,B))))
% collapsed.
% Rule
% [225]
% difference(difference(j(difference(j(B),quotient(quotient(C,B),j(B)))),
% quotient(quotient(V_3,difference(j(B),quotient(quotient(C,B),j(B)))),
% j(difference(j(B),quotient(quotient(C,B),j(B)))))),difference(
% j(difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B)))),
% quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(A,V_3),
% j(V_3))),
% difference(
% j(B),quotient(
% quotient(C,B),
% j(B)))),
% j(difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B)))))))
% <->
% quotient(quotient(difference(j(A),quotient(quotient(difference(j(B),quotient(
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B),B),
% j(B))),A),
% j(A))),V_3),difference(j(B),quotient(
% quotient(C,B),
% j(B))))
% collapsed.
% Rule
% [226]
% quotient(quotient(difference(j(A),quotient(quotient(difference(j(B),quotient(
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B),B),
% j(B))),A),
% j(A))),V_3),difference(j(B),quotient(
% quotient(C,B),
% j(B)))) <->
% difference(difference(j(difference(j(B),quotient(quotient(C,B),j(B)))),
% quotient(quotient(V_3,difference(j(B),quotient(quotient(C,B),j(B)))),
% j(difference(j(B),quotient(quotient(C,B),j(B)))))),difference(
% j(difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B)))),
% quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(A,V_3),
% j(V_3))),
% difference(
% j(B),quotient(
% quotient(C,B),
% j(B)))),
% j(difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B)))))))
% collapsed.
% Rule
% [227]
% difference(difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),
% quotient(quotient(C,difference(j(A),quotient(quotient(B,A),j(A)))),
% j(difference(j(A),quotient(quotient(B,A),j(A)))))),difference(
% j(A),quotient(
% quotient(
% quotient(
% difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(
% difference(
% j(C),
% quotient(
% quotient(V_3,C),
% j(C)))),
% quotient(
% quotient(A,
% difference(
% j(C),
% quotient(
% quotient(V_3,C),
% j(C)))),
% j(
% difference(
% j(C),
% quotient(
% quotient(V_3,C),
% j(C)))))),B),
% j(B))),A),A),
% j(A))))
% <->
% quotient(quotient(difference(j(V_3),quotient(quotient(difference(j(difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A)))),
% quotient(quotient(C,
% difference(
% j(A),quotient(
% quotient(B,A),
% j(A)))),
% j(difference(j(A),
% quotient(quotient(B,A),
% j(A)))))),V_3),
% j(V_3))),C),difference(j(A),quotient(
% quotient(B,A),
% j(A))))
% collapsed.
% Rule
% [228]
% difference(difference(j(A),quotient(quotient(difference(j(B),quotient(
% quotient(C,B),
% j(B))),A),
% j(A))),difference(j(A),quotient(quotient(difference(
% j(B),
% quotient(
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B),B),
% j(B))),A),
% j(A)))) <->
% quotient(quotient(difference(j(V_3),quotient(quotient(difference(j(A),
% quotient(quotient(
% difference(
% j(B),quotient(
% quotient(C,B),
% j(B))),A),
% j(A))),V_3),j(V_3))),
% difference(j(B),quotient(quotient(C,B),j(B)))),A) collapsed.
% Rule
% [229]
% quotient(quotient(difference(j(V_3),quotient(quotient(difference(j(A),
% quotient(quotient(
% difference(
% j(B),quotient(
% quotient(C,B),
% j(B))),A),
% j(A))),V_3),j(V_3))),
% difference(j(B),quotient(quotient(C,B),j(B)))),A) <->
% difference(difference(j(A),quotient(quotient(difference(j(B),quotient(
% quotient(C,B),
% j(B))),A),
% j(A))),difference(j(A),quotient(quotient(difference(
% j(B),
% quotient(
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B),B),
% j(B))),A),
% j(A)))) collapsed.
% Rule
% [230]
% difference(difference(j(A),quotient(quotient(quotient(difference(j(B),
% quotient(quotient(
% difference(
% j(C),quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A),A),j(A))),
% difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),quotient(
% quotient(
% difference(
% j(C),quotient(
% quotient(V_3,C),
% j(C))),
% difference(
% j(A),quotient(
% quotient(B,A),
% j(A)))),
% j(difference(
% j(A),quotient(
% quotient(B,A),
% j(A)))))))
% <->
% quotient(quotient(difference(j(V_3),quotient(quotient(difference(j(difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A)))),
% quotient(quotient(C,
% difference(
% j(A),quotient(
% quotient(B,A),
% j(A)))),
% j(difference(j(A),
% quotient(quotient(B,A),
% j(A)))))),V_3),
% j(V_3))),C),difference(j(A),quotient(
% quotient(B,A),
% j(A))))
% collapsed.
% Rule
% [231]
% quotient(quotient(difference(j(V_3),quotient(quotient(difference(j(difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A)))),
% quotient(quotient(C,
% difference(
% j(A),quotient(
% quotient(B,A),
% j(A)))),
% j(difference(j(A),
% quotient(quotient(B,A),
% j(A)))))),V_3),
% j(V_3))),C),difference(j(A),quotient(
% quotient(B,A),
% j(A)))) <->
% difference(difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),
% quotient(quotient(C,difference(j(A),quotient(quotient(B,A),j(A)))),
% j(difference(j(A),quotient(quotient(B,A),j(A)))))),difference(
% j(A),quotient(
% quotient(
% quotient(
% difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(
% difference(
% j(C),
% quotient(
% quotient(V_3,C),
% j(C)))),
% quotient(
% quotient(A,
% difference(
% j(C),
% quotient(
% quotient(V_3,C),
% j(C)))),
% j(
% difference(
% j(C),
% quotient(
% quotient(V_3,C),
% j(C)))))),B),
% j(B))),A),A),
% j(A))))
% collapsed.
% Rule
% [232]
% quotient(quotient(difference(j(V_3),quotient(quotient(difference(j(difference(
% j(A),
% quotient(
% quotient(B,A),
% j(A)))),
% quotient(quotient(C,
% difference(
% j(A),quotient(
% quotient(B,A),
% j(A)))),
% j(difference(j(A),
% quotient(quotient(B,A),
% j(A)))))),V_3),
% j(V_3))),C),difference(j(A),quotient(
% quotient(B,A),
% j(A)))) <->
% difference(difference(j(A),quotient(quotient(quotient(difference(j(B),
% quotient(quotient(
% difference(
% j(C),quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A),A),j(A))),
% difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),quotient(
% quotient(
% difference(
% j(C),quotient(
% quotient(V_3,C),
% j(C))),
% difference(
% j(A),quotient(
% quotient(B,A),
% j(A)))),
% j(difference(
% j(A),quotient(
% quotient(B,A),
% j(A)))))))
% collapsed.
% Rule
% [233]
% quotient(difference(j(difference(A,B)),quotient(quotient(C,difference(A,B)),
% j(difference(A,B)))),A) ->
% difference(A,difference(j(B),quotient(quotient(quotient(C,A),B),j(B))))
% collapsed.
% Rule
% [235]
% difference(i(quotient(A,B)),difference(j(B),quotient(quotient(quotient(A,B),B),
% j(B)))) ->
% difference(j(A),quotient(quotient(quotient(A,B),A),j(A))) collapsed.
% Rule
% [236]
% difference(difference(j(A),quotient(quotient(B,A),j(A))),difference(j(A),
% quotient(quotient(C,A),
% j(A)))) <->
% quotient(difference(B,difference(j(C),quotient(quotient(A,C),j(C)))),A)
% collapsed.
% Rule
% [237]
% quotient(difference(B,difference(j(C),quotient(quotient(A,C),j(C)))),A) <->
% difference(difference(j(A),quotient(quotient(B,A),j(A))),difference(j(A),
% quotient(quotient(C,A),
% j(A)))) collapsed.
% Rule
% [243]
% difference(j(C),quotient(quotient(difference(A,difference(j(A),quotient(
% difference(
% difference(
% j(A),quotient(
% quotient(C,A),
% j(A))),B),
% j(A)))),C),
% j(C))) <->
% quotient(difference(i(difference(A,B)),B),difference(A,B)) collapsed.
% Rule
% [244]
% quotient(quotient(difference(j(A),quotient(quotient(difference(j(difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B)))),
% quotient(quotient(V_3,
% difference(
% j(B),quotient(
% quotient(C,B),
% j(B)))),
% j(difference(j(B),
% quotient(quotient(C,B),
% j(B)))))),A),j(A))),
% quotient(difference(j(C),quotient(quotient(difference(j(V_3),
% quotient(quotient(B,V_3),
% j(V_3))),C),j(C))),B)),B)
% <->
% difference(difference(j(B),quotient(quotient(quotient(difference(j(C),
% quotient(quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B),B),j(B))),
% difference(j(B),quotient(quotient(difference(j(quotient(difference(j(C),
% quotient(quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B)),quotient(
% quotient(A,
% quotient(
% difference(
% j(C),
% quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B)),
% j(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B)))),B),
% j(B)))) collapsed.
% Rule
% [245]
% difference(difference(j(B),quotient(quotient(quotient(difference(j(C),
% quotient(quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B),B),j(B))),
% difference(j(B),quotient(quotient(difference(j(quotient(difference(j(C),
% quotient(quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B)),quotient(
% quotient(A,
% quotient(
% difference(
% j(C),
% quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B)),
% j(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(
% difference(
% j(V_3),
% quotient(
% quotient(B,V_3),
% j(V_3))),C),
% j(C))),B)))),B),
% j(B)))) <->
% quotient(quotient(difference(j(A),quotient(quotient(difference(j(difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B)))),
% quotient(quotient(V_3,
% difference(
% j(B),quotient(
% quotient(C,B),
% j(B)))),
% j(difference(j(B),
% quotient(quotient(C,B),
% j(B)))))),A),j(A))),
% quotient(difference(j(C),quotient(quotient(difference(j(V_3),
% quotient(quotient(B,V_3),
% j(V_3))),C),j(C))),B)),B)
% collapsed.
% Rule
% [246]
% quotient(quotient(difference(j(V_3),quotient(quotient(difference(j(A),
% quotient(quotient(
% quotient(
% difference(
% j(B),quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A),A),
% j(A))),V_3),j(V_3))),
% quotient(difference(j(B),quotient(quotient(difference(j(C),quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A)),A) <->
% difference(difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),
% quotient(quotient(C,difference(j(A),quotient(quotient(B,A),j(A)))),
% j(difference(j(A),quotient(quotient(B,A),j(A)))))),difference(
% j(A),quotient(
% quotient(
% difference(
% j(
% quotient(
% difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A)),
% quotient(
% quotient(V_3,
% quotient(
% difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A)),
% j(
% quotient(
% difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A)))),A),
% j(A))))
% collapsed.
% Rule
% [247]
% difference(difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),
% quotient(quotient(C,difference(j(A),quotient(quotient(B,A),j(A)))),
% j(difference(j(A),quotient(quotient(B,A),j(A)))))),difference(
% j(A),quotient(
% quotient(
% difference(
% j(
% quotient(
% difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A)),
% quotient(
% quotient(V_3,
% quotient(
% difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A)),
% j(
% quotient(
% difference(
% j(B),
% quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A)))),A),
% j(A))))
% <->
% quotient(quotient(difference(j(V_3),quotient(quotient(difference(j(A),
% quotient(quotient(
% quotient(
% difference(
% j(B),quotient(
% quotient(
% difference(
% j(C),
% quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A),A),
% j(A))),V_3),j(V_3))),
% quotient(difference(j(B),quotient(quotient(difference(j(C),quotient(
% quotient(A,C),
% j(C))),B),
% j(B))),A)),A) collapsed.
% Rule
% [252]
% quotient(difference(j(C),quotient(quotient(difference(A,difference(j(A),
% quotient(difference(
% difference(
% j(A),
% quotient(
% quotient(C,A),
% j(A))),B),
% j(A)))),C),j(C))),A)
% -> difference(A,B) collapsed.
% Rule
% [253]
% quotient(difference(i(A),quotient(quotient(difference(j(B),quotient(quotient(A,B),
% j(B))),i(i(A))),
% i(A))),A) <->
% difference(A,difference(j(difference(j(A),A)),quotient(quotient(B,difference(
% j(A),A)),
% j(difference(j(A),A)))))
% collapsed.
% Rule
% [254]
% difference(A,difference(j(difference(j(A),A)),quotient(quotient(B,difference(
% j(A),A)),
% j(difference(j(A),A))))) <->
% quotient(difference(i(A),quotient(quotient(difference(j(B),quotient(quotient(A,B),
% j(B))),i(i(A))),
% i(A))),A) collapsed.
% Rule
% [255]
% quotient(quotient(quotient(difference(A,difference(j(B),quotient(quotient(A,B),
% j(B)))),A),j(A)),A)
% <->
% difference(A,difference(j(quotient(j(A),j(j(j(A))))),quotient(quotient(B,
% quotient(
% j(A),j(j(j(A))))),
% j(quotient(j(A),
% j(j(j(A))))))))
% collapsed.
% Rule
% [259]
% difference(difference(j(B),B),difference(j(B),quotient(quotient(difference(
% i(B),
% quotient(
% quotient(A,
% i(i(B))),
% i(B))),B),
% j(B)))) <->
% quotient(quotient(difference(j(A),quotient(quotient(difference(j(B),B),A),
% j(A))),i(i(B))),B) collapsed.
% Rule
% [260]
% quotient(quotient(difference(j(A),quotient(quotient(difference(j(B),B),A),
% j(A))),i(i(B))),B) <->
% difference(difference(j(B),B),difference(j(B),quotient(quotient(difference(
% i(B),
% quotient(
% quotient(A,
% i(i(B))),
% i(B))),B),
% j(B)))) collapsed.
% Rule
% [261]
% difference(difference(j(A),quotient(quotient(B,A),j(A))),difference(j(A),
% quotient(quotient(
% difference(
% j(B),B),A),
% j(A)))) ->
% quotient(quotient(difference(i(B),quotient(quotient(difference(j(A),quotient(
% quotient(B,A),
% j(A))),
% i(i(B))),i(B))),B),A) collapsed.
% Rule
% [262]
% difference(difference(A,quotient(quotient(B,i(A)),A)),difference(A,quotient(
% quotient(
% difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B))),
% i(A)),A)))
% <->
% quotient(quotient(difference(j(C),quotient(quotient(difference(A,quotient(
% quotient(B,
% i(A)),A)),C),
% j(C))),B),i(A)) collapsed.
% Rule
% [263]
% quotient(quotient(difference(j(C),quotient(quotient(difference(A,quotient(
% quotient(B,
% i(A)),A)),C),
% j(C))),B),i(A)) <->
% difference(difference(A,quotient(quotient(B,i(A)),A)),difference(A,quotient(
% quotient(
% difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B))),
% i(A)),A)))
% collapsed.
% Rule
% [266]
% difference(difference(j(B),quotient(quotient(C,B),j(B))),difference(j(B),
% quotient(quotient(
% difference(
% j(C),
% quotient(
% quotient(
% i(A),C),
% j(C))),B),
% j(B)))) <->
% quotient(quotient(difference(A,quotient(quotient(difference(j(B),quotient(
% quotient(C,B),
% j(B))),
% i(A)),A)),C),B) collapsed.
% Rule
% [267]
% quotient(quotient(difference(A,quotient(quotient(difference(j(B),quotient(
% quotient(C,B),
% j(B))),
% i(A)),A)),C),B) <->
% difference(difference(j(B),quotient(quotient(C,B),j(B))),difference(j(B),
% quotient(quotient(
% difference(
% j(C),
% quotient(
% quotient(
% i(A),C),
% j(C))),B),
% j(B)))) collapsed.
% Rule
% [268]
% difference(A,difference(j(difference(j(A),quotient(quotient(B,A),j(A)))),
% quotient(j(A),j(difference(j(A),quotient(quotient(B,A),j(A)))))))
% ->
% quotient(difference(j(B),quotient(quotient(difference(A,difference(j(A),
% quotient(quotient(
% quotient(B,A),
% j(A)),
% j(A)))),B),j(B))),A)
% collapsed.
% Rule
% [269]
% difference(difference(j(A),quotient(quotient(i(B),A),j(A))),difference(
% j(A),quotient(
% quotient(
% difference(B,
% quotient(
% quotient(C,
% i(B)),B)),A),
% j(A)))) <->
% quotient(quotient(difference(j(C),quotient(quotient(difference(j(A),quotient(
% quotient(
% i(B),A),
% j(A))),C),
% j(C))),i(B)),A) collapsed.
% Rule
% [270]
% quotient(quotient(difference(j(C),quotient(quotient(difference(j(A),quotient(
% quotient(
% i(B),A),
% j(A))),C),
% j(C))),i(B)),A) <->
% difference(difference(j(A),quotient(quotient(i(B),A),j(A))),difference(
% j(A),quotient(
% quotient(
% difference(B,
% quotient(
% quotient(C,
% i(B)),B)),A),
% j(A))))
% collapsed.
% Rule
% [271]
% difference(difference(j(A),quotient(quotient(B,A),j(A))),difference(j(A),
% quotient(quotient(
% difference(
% j(B),
% quotient(A,
% j(B))),A),
% j(A)))) ->
% quotient(quotient(quotient(difference(j(A),quotient(quotient(B,A),j(A))),
% j(difference(j(A),quotient(quotient(B,A),j(A))))),B),A)
% collapsed.
% Rule
% [273]
% difference(A,difference(j(B),quotient(quotient(i(A),B),j(B)))) <->
% quotient(quotient(difference(x1,difference(j(x1),quotient(difference(A,B),
% j(x1)))),quotient(difference(
% quotient(
% j(A),
% j(
% j(j(A)))),
% difference(
% j(x1),
% quotient(
% quotient(
% difference(A,B),x1),
% j(x1)))),
% difference(A,B))),A)
% collapsed.
% Rule
% [276]
% difference(difference(j(A),quotient(quotient(difference(B,C),A),j(A))),
% difference(j(A),quotient(quotient(difference(j(difference(B,C)),quotient(B,
% j(difference(B,C)))),A),
% j(A)))) ->
% quotient(quotient(difference(j(C),quotient(quotient(difference(j(A),quotient(
% quotient(
% difference(B,C),A),
% j(A))),C),
% j(C))),difference(B,C)),A) collapsed.
% Rule
% [277]
% difference(i(A),difference(j(difference(A,quotient(quotient(B,i(A)),A))),
% quotient(quotient(C,difference(A,quotient(quotient(B,i(A)),A))),
% j(difference(A,quotient(quotient(B,i(A)),A)))))) <->
% quotient(difference(j(B),quotient(quotient(difference(j(C),quotient(quotient(
% i(A),C),
% j(C))),B),
% j(B))),i(A)) collapsed.
% Rule
% [278]
% quotient(difference(j(B),quotient(quotient(difference(j(C),quotient(quotient(
% i(A),C),
% j(C))),B),
% j(B))),i(A)) <->
% difference(i(A),difference(j(difference(A,quotient(quotient(B,i(A)),A))),
% quotient(quotient(C,difference(A,quotient(quotient(B,i(A)),A))),
% j(difference(A,quotient(quotient(B,i(A)),A)))))) collapsed.
% Rule
% [284]
% quotient(quotient(difference(j(B),quotient(quotient(j(A),B),j(B))),A),j(A))
% <-> difference(j(j(A)),quotient(difference(j(A),B),j(j(A)))) collapsed.
% Rule
% [288]
% quotient(difference(j(A),quotient(quotient(difference(j(B),B),A),j(A))),
% i(i(B))) <->
% difference(i(i(B)),difference(B,difference(j(B),quotient(difference(i(B),
% quotient(quotient(A,
% i(i(B))),
% i(B))),j(B)))))
% collapsed.
% Rule
% [290]
% difference(difference(C,B),difference(C,difference(j(C),quotient(difference(
% j(difference(C,B)),
% quotient(
% quotient(A,
% difference(C,B)),
% j(difference(C,B)))),
% j(C))))) <->
% quotient(difference(j(A),quotient(quotient(B,A),j(A))),difference(C,B))
% collapsed.
% Rule
% [291]
% quotient(difference(j(A),quotient(quotient(B,A),j(A))),difference(C,B)) <->
% difference(difference(C,B),difference(C,difference(j(C),quotient(difference(
% j(difference(C,B)),
% quotient(
% quotient(A,
% difference(C,B)),
% j(difference(C,B)))),
% j(C))))) collapsed.
% Rule
% [292]
% quotient(difference(j(difference(A,difference(j(B),quotient(quotient(C,B),
% j(B))))),quotient(A,
% j(difference(A,
% difference(
% j(B),quotient(
% quotient(C,B),
% j(B))))))),C)
% ->
% difference(C,difference(B,difference(j(B),quotient(difference(j(C),quotient(
% quotient(
% difference(A,
% difference(
% j(B),
% quotient(
% quotient(C,B),
% j(B)))),C),
% j(C))),
% j(B))))) collapsed.
% Rule
% [306]
% difference(j(A),quotient(quotient(quotient(j(A),j(j(A))),A),j(A))) -> j(A)
% collapsed.
% Rule
% [307]
% difference(A,difference(j(quotient(A,j(A))),quotient(quotient(B,quotient(A,
% j(A))),
% j(quotient(A,j(A)))))) ->
% quotient(difference(j(A),quotient(B,j(A))),A) collapsed.
% Rule
% [344]
% quotient(difference(A,quotient(B,A)),difference(j(B),quotient(quotient(
% i(A),B),
% j(B)))) -> i(A)
% collapsed.
% Rule
% [346]
% quotient(quotient(difference(j(A),B),j(j(A))),quotient(quotient(difference(
% j(B),
% quotient(
% quotient(
% j(A),B),
% j(B))),A),
% j(A))) -> j(j(A)) collapsed.
% Rule
% [351]
% difference(j(B),quotient(quotient(i(A),B),j(B))) <->
% difference(i(A),difference(A,quotient(B,A))) collapsed.
% Rule
% [361]
% quotient(difference(j(A),quotient(quotient(quotient(difference(j(A),quotient(B,
% j(A))),A),A),
% j(A))),B) -> quotient(A,j(A)) collapsed.
% Rule
% [362]
% quotient(difference(j(A),quotient(quotient(quotient(quotient(quotient(A,B),
% j(B)),A),A),j(A))),B) ->
% difference(j(A),quotient(quotient(j(B),A),j(A))) collapsed.
% Rule
% [364]
% difference(j(A),quotient(quotient(j(difference(j(B),quotient(quotient(A,B),
% j(B)))),A),j(A))) ->
% quotient(quotient(j(A),j(j(j(A)))),B) collapsed.
% Rule
% [365]
% quotient(difference(j(A),quotient(quotient(B,A),j(A))),quotient(difference(A,
% difference(
% j(B),
% quotient(
% quotient(A,B),
% j(B)))),A))
% -> quotient(A,j(A)) collapsed.
% Rule
% [366]
% difference(A,quotient(difference(j(A),quotient(quotient(B,A),j(A))),quotient(
% difference(C,
% difference(
% j(B),
% quotient(
% quotient(A,B),
% j(B)))),A)))
% -> C collapsed.
% Rule
% [367]
% quotient(quotient(difference(j(A),quotient(quotient(B,A),j(A))),quotient(
% difference(C,
% difference(
% j(B),
% quotient(
% quotient(A,B),
% j(B)))),A)),C)
% -> A collapsed.
% Rule
% [369]
% quotient(difference(A,quotient(quotient(C,i(A)),A)),quotient(difference(B,
% difference(
% j(C),quotient(
% quotient(
% i(A),C),
% j(C)))),
% i(A))) <->
% difference(A,quotient(quotient(B,i(A)),A)) collapsed.
% Rule
% [371]
% difference(j(A),quotient(quotient(B,A),j(A))) <->
% quotient(A,quotient(difference(B,A),A)) collapsed.
% Rule
% [372]
% quotient(difference(j(A),quotient(quotient(B,A),j(A))),j(A)) ->
% difference(j(A),quotient(B,j(A))) collapsed.
% Rule
% [373]
% difference(j(A),quotient(quotient(B,A),j(A))) <->
% quotient(quotient(A,j(A)),quotient(difference(B,quotient(A,j(A))),A))
% collapsed.
% Rule
% [376]
% quotient(difference(j(A),quotient(quotient(quotient(B,j(B)),A),j(A))),B) <->
% difference(B,difference(B,difference(j(B),difference(j(B),quotient(A,j(B))))))
% collapsed.
% Rule
% [379]
% difference(j(C),quotient(quotient(B,C),j(C))) <->
% quotient(A,quotient(difference(B,difference(C,difference(j(C),quotient(
% difference(C,A),
% j(C))))),C))
% collapsed.
% Rule
% [380]
% difference(difference(j(A),quotient(quotient(B,A),j(A))),difference(A,
% difference(j(A),
% difference(j(A),
% quotient(B,j(A))))))
% -> A collapsed.
% Rule
% [381]
% difference(j(A),quotient(quotient(quotient(difference(j(B),quotient(quotient(A,B),
% j(B))),C),A),
% j(A))) ->
% quotient(difference(j(A),quotient(quotient(B,A),j(A))),quotient(C,A))
% collapsed.
% Rule
% [382]
% difference(j(difference(A,B)),quotient(quotient(C,difference(A,B)),j(
% difference(A,B))))
% <->
% quotient(difference(A,difference(j(A),quotient(difference(A,B),j(A)))),
% quotient(difference(C,B),difference(A,B))) collapsed.
% Rule
% [384]
% difference(j(A),quotient(quotient(C,A),j(A))) <->
% quotient(difference(j(A),quotient(quotient(i(B),A),j(A))),quotient(difference(C,
% difference(B,
% quotient(
% quotient(A,
% i(B)),B))),A))
% collapsed.
% Rule
% [385]
% quotient(difference(j(A),quotient(quotient(i(B),A),j(A))),quotient(difference(C,
% difference(B,
% quotient(
% quotient(A,
% i(B)),B))),A))
% <-> difference(j(A),quotient(quotient(C,A),j(A))) collapsed.
% The conjecture has been reduced. 
% Conjecture is now:
% quotient(quotient(j(x0),j(j(j(x0)))),quotient(i(quotient(quotient(j(x0),
% j(j(j(x0)))),
% quotient(i(quotient(quotient(
% quotient(
% difference(x0,
% quotient(
% quotient(
% j(x1),
% j(
% j(
% j(x1)))),
% quotient(
% i(x0),x1))),x0),
% j(x0)),x0)),x0))),x0)) = 
% quotient(quotient(j(x0),j(j(j(x0)))),quotient(i(x1),j(j(x0))))
% 
% Current number of equations to process: 327
% Current number of ordered equations: 0
% Current number of rules: 102
% New rule produced :
% [388] difference(A,quotient(quotient(j(A),j(j(j(A)))),quotient(i(B),A))) -> B
% Current number of equations to process: 322
% Current number of ordered equations: 4
% Current number of rules: 103
% New rule produced :
% [389] quotient(quotient(j(A),j(j(j(A)))),quotient(i(difference(A,B)),A)) -> B
% Current number of equations to process: 322
% Current number of ordered equations: 3
% Current number of rules: 104
% New rule produced :
% [390] quotient(quotient(quotient(j(A),j(j(j(A)))),quotient(i(B),A)),B) -> A
% Current number of equations to process: 322
% Current number of ordered equations: 2
% Current number of rules: 105
% New rule produced :
% [391]
% difference(quotient(quotient(j(A),j(j(j(A)))),quotient(i(B),A)),quotient(
% quotient(
% j(A),
% j(j(j(A)))),
% quotient(
% i(quotient(
% quotient(
% j(B),
% j(j(j(B)))),
% quotient(
% i(C),B))),A)))
% ->
% quotient(quotient(quotient(quotient(j(C),j(j(j(C)))),quotient(i(quotient(
% quotient(
% j(A),
% j(j(j(A)))),
% quotient(
% i(B),A))),C)),B),A)
% Current number of equations to process: 322
% Current number of ordered equations: 1
% Current number of rules: 106
% New rule produced :
% [392]
% difference(A,quotient(quotient(j(quotient(quotient(j(A),j(j(j(A)))),quotient(
% i(B),A))),
% j(j(j(quotient(quotient(j(A),j(j(j(A)))),quotient(
% i(B),A)))))),
% quotient(i(C),quotient(quotient(j(A),j(j(j(A)))),quotient(
% i(B),A))))) ->
% quotient(quotient(quotient(j(B),j(j(j(B)))),quotient(i(quotient(quotient(
% j(C),
% j(j(j(C)))),
% quotient(i(A),C))),B)),A)
% Current number of equations to process: 322
% Current number of ordered equations: 0
% Current number of rules: 107
% New rule produced :
% [393]
% quotient(quotient(j(A),j(j(j(A)))),quotient(j(A),j(j(A)))) ->
% quotient(A,j(A))
% Current number of equations to process: 339
% Current number of ordered equations: 0
% Current number of rules: 108
% New rule produced :
% [394]
% quotient(quotient(j(quotient(A,j(A))),j(j(j(quotient(A,j(A)))))),i(A)) -> A
% Current number of equations to process: 339
% Current number of ordered equations: 0
% Current number of rules: 109
% New rule produced :
% [395]
% difference(quotient(quotient(j(B),j(j(j(B)))),quotient(i(A),B)),B) ->
% quotient(difference(A,B),B)
% Current number of equations to process: 338
% Current number of ordered equations: 0
% Current number of rules: 110
% New rule produced :
% [396]
% j(quotient(difference(A,quotient(j(B),j(j(j(B))))),j(B))) <->
% quotient(quotient(difference(B,A),B),j(B))
% Current number of equations to process: 339
% Current number of ordered equations: 1
% Current number of rules: 111
% New rule produced :
% [397]
% quotient(quotient(difference(B,A),B),j(B)) <->
% j(quotient(difference(A,quotient(j(B),j(j(j(B))))),j(B)))
% Rule
% [337] quotient(quotient(difference(j(A),A),j(A)),j(j(A))) -> quotient(A,i(A))
% collapsed.
% Current number of equations to process: 340
% Current number of ordered equations: 0
% Current number of rules: 111
% Rule [397]
% quotient(quotient(difference(B,A),B),j(B)) <->
% j(quotient(difference(A,quotient(j(B),j(j(j(B))))),j(B))) is composed into 
% [397]
% quotient(quotient(difference(B,A),B),j(B)) ->
% j(i(quotient(quotient(j(j(B)),j(j(j(j(B))))),quotient(i(A),j(B)))))
% New rule produced :
% [398]
% quotient(difference(A,quotient(B,j(j(B)))),B) ->
% i(quotient(quotient(j(B),j(j(j(B)))),quotient(i(A),B)))
% Rule
% [396]
% j(quotient(difference(A,quotient(j(B),j(j(j(B))))),j(B))) <->
% quotient(quotient(difference(B,A),B),j(B)) collapsed.
% Current number of equations to process: 339
% Current number of ordered equations: 0
% Current number of rules: 111
% New rule produced :
% [399]
% quotient(quotient(j(A),j(j(j(A)))),quotient(i(quotient(j(A),j(j(A)))),A)) ->
% j(A)
% Current number of equations to process: 338
% Current number of ordered equations: 0
% Current number of rules: 112
% New rule produced : [400] j(quotient(j(A),j(j(A)))) -> quotient(A,i(A))
% Current number of equations to process: 337
% Current number of ordered equations: 0
% Current number of rules: 113
% New rule produced :
% [401]
% quotient(difference(j(quotient(A,j(A))),quotient(i(A),j(quotient(A,j(A))))),A)
% -> quotient(A,j(A))
% Current number of equations to process: 336
% Current number of ordered equations: 0
% Current number of rules: 114
% New rule produced :
% [402]
% quotient(difference(B,quotient(j(A),j(j(j(A))))),A) ->
% i(quotient(quotient(j(A),j(j(j(A)))),quotient(i(B),A)))
% Current number of equations to process: 335
% Current number of ordered equations: 0
% Current number of rules: 115
% Rule [343]
% difference(B,quotient(quotient(A,i(B)),B)) <->
% difference(A,difference(j(A),quotient(i(B),j(A)))) is composed into 
% [343]
% difference(B,quotient(quotient(A,i(B)),B)) <->
% difference(A,quotient(quotient(quotient(j(A),j(j(j(A)))),quotient(i(i(B)),A)),
% j(A)))
% Rule [338]
% quotient(quotient(difference(B,A),B),j(B)) <->
% difference(A,difference(j(A),quotient(j(B),j(A)))) is composed into 
% [338]
% quotient(quotient(difference(B,A),B),j(B)) <->
% difference(A,quotient(quotient(quotient(j(A),j(j(j(A)))),quotient(i(j(B)),A)),
% j(A)))
% Rule [242]
% quotient(difference(i(difference(A,B)),B),difference(A,B)) <->
% quotient(quotient(j(C),j(j(j(C)))),quotient(i(difference(A,difference(
% j(A),
% quotient(
% difference(
% quotient(
% quotient(
% j(A),
% j(j(j(A)))),
% quotient(
% i(C),A)),B),
% j(A))))),C)) is composed into 
% [242]
% quotient(difference(i(difference(A,B)),B),difference(A,B)) <->
% quotient(quotient(j(C),j(j(j(C)))),quotient(i(difference(A,quotient(quotient(
% quotient(
% j(A),
% j(
% j(j(A)))),
% quotient(
% i(
% difference(
% quotient(
% quotient(
% j(A),
% j(
% j(j(A)))),
% quotient(
% i(C),A)),B)),A)),
% j(A)))),C))
% Rule [218]
% quotient(difference(i(A),B),i(A)) ->
% difference(A,difference(j(A),difference(j(A),quotient(B,j(A))))) is composed into 
% [218]
% quotient(difference(i(A),B),i(A)) ->
% difference(A,quotient(quotient(quotient(j(A),j(j(j(A)))),quotient(i(quotient(
% quotient(
% j(A),
% j(
% j(j(A)))),
% quotient(
% i(B),A))),A)),
% j(A)))
% New rule produced :
% [403]
% difference(j(A),quotient(B,j(A))) ->
% quotient(quotient(quotient(j(A),j(j(j(A)))),quotient(i(B),A)),j(A))
% Rule
% [111] difference(A,difference(j(A),quotient(A,j(A)))) -> quotient(A,j(A))
% collapsed.
% Rule
% [137]
% difference(A,difference(j(A),quotient(B,j(A)))) ->
% quotient(quotient(j(B),j(j(j(B)))),quotient(i(A),B)) collapsed.
% Rule
% [153]
% quotient(difference(j(difference(A,B)),quotient(A,j(difference(A,B)))),B) ->
% difference(A,B) collapsed.
% Rule
% [213]
% quotient(quotient(difference(A,difference(j(A),quotient(difference(difference(B,A),C),
% j(A)))),difference(B,A)),B) ->
% difference(A,quotient(quotient(j(B),j(j(j(B)))),quotient(i(C),B))) collapsed.
% Rule
% [219]
% quotient(difference(i(A),difference(A,difference(j(A),quotient(difference(A,B),
% j(A))))),A) -> B
% collapsed.
% Rule
% [240]
% quotient(difference(i(A),difference(A,difference(j(A),quotient(quotient(A,B),
% j(A))))),A) ->
% quotient(quotient(j(A),j(j(j(A)))),quotient(i(quotient(A,B)),A)) collapsed.
% Rule
% [249]
% quotient(difference(B,quotient(difference(i(difference(A,difference(j(A),
% quotient(B,j(A))))),
% difference(j(A),quotient(B,j(A)))),difference(A,
% difference(
% j(A),
% quotient(B,
% j(A)))))),A)
% ->
% quotient(quotient(quotient(quotient(j(A),j(j(j(A)))),quotient(i(quotient(
% quotient(
% j(A),
% j(j(j(A)))),
% quotient(
% i(B),A))),A)),B),A)
% collapsed.
% Rule
% [281]
% difference(i(B),difference(B,difference(j(B),quotient(difference(B,quotient(
% quotient(A,
% i(B)),B)),
% j(B))))) -> quotient(A,i(B))
% collapsed.
% Rule
% [283]
% difference(j(j(A)),quotient(difference(j(A),B),j(j(A)))) ->
% quotient(quotient(quotient(quotient(j(B),j(j(j(B)))),quotient(i(j(A)),B)),A),
% j(A)) collapsed.
% Rule
% [285]
% difference(j(B),difference(B,difference(j(B),quotient(quotient(quotient(
% difference(B,A),B),
% j(B)),j(B))))) ->
% quotient(quotient(quotient(j(A),j(j(j(A)))),quotient(i(quotient(j(B),
% j(j(j(B))))),A)),
% j(B)) collapsed.
% Rule
% [287]
% difference(i(i(B)),difference(B,difference(j(B),quotient(difference(i(B),
% quotient(quotient(A,
% i(i(B))),
% i(B))),j(B))))) ->
% quotient(quotient(quotient(j(A),j(j(j(A)))),quotient(i(difference(j(B),B)),A)),
% i(i(B))) collapsed.
% Rule
% [289]
% difference(B,difference(A,difference(j(A),quotient(difference(j(B),quotient(A,
% j(B))),
% j(A))))) ->
% quotient(quotient(quotient(quotient(j(A),j(j(j(A)))),quotient(i(B),A)),
% j(quotient(quotient(j(A),j(j(j(A)))),quotient(i(B),A)))),B)
% collapsed.
% Rule [304] quotient(difference(j(A),quotient(A,j(A))),quotient(A,j(A))) -> A
% collapsed.
% Rule [308] difference(j(j(A)),quotient(A,j(j(A)))) -> j(j(j(A))) collapsed.
% Rule
% [332] quotient(difference(j(A),quotient(j(j(A)),j(A))),quotient(A,i(A))) -> A
% collapsed.
% Rule
% [336]
% difference(A,difference(j(A),quotient(j(B),j(A)))) <->
% quotient(quotient(difference(B,A),B),j(B)) collapsed.
% Rule
% [339]
% quotient(difference(j(A),quotient(j(B),j(A))),quotient(quotient(difference(B,A),B),
% j(B))) -> A collapsed.
% Rule
% [342]
% difference(A,difference(j(A),quotient(i(B),j(A)))) <->
% difference(B,quotient(quotient(A,i(B)),B)) collapsed.
% Rule
% [345]
% quotient(difference(j(A),quotient(i(B),j(A))),difference(B,quotient(quotient(A,
% i(B)),B)))
% -> A collapsed.
% Rule
% [375]
% quotient(difference(A,difference(j(A),difference(j(A),quotient(B,j(A))))),A)
% -> quotient(quotient(j(A),j(j(j(A)))),quotient(i(B),A)) collapsed.
% Rule
% [377]
% difference(B,difference(B,difference(j(B),difference(j(B),quotient(A,j(B))))))
% ->
% quotient(quotient(quotient(j(A),j(j(j(A)))),quotient(i(quotient(B,j(B))),A)),B)
% collapsed.
% Rule
% [378]
% quotient(A,quotient(difference(B,difference(C,difference(j(C),quotient(
% difference(C,A),
% j(C))))),C)) ->
% quotient(quotient(j(C),j(j(j(C)))),quotient(i(B),C)) collapsed.
% Rule
% [383]
% quotient(difference(A,difference(j(A),quotient(difference(A,B),j(A)))),
% quotient(difference(C,B),difference(A,B))) ->
% quotient(quotient(j(difference(A,B)),j(j(j(difference(A,B))))),quotient(
% i(C),difference(A,B)))
% collapsed.
% Rule
% [387]
% difference(j(A),quotient(quotient(B,A),j(A))) ->
% quotient(quotient(j(A),j(j(j(A)))),quotient(i(B),A)) collapsed.
% Rule
% [401]
% quotient(difference(j(quotient(A,j(A))),quotient(i(A),j(quotient(A,j(A))))),A)
% -> quotient(A,j(A)) collapsed.
% Current number of equations to process: 358
% Current number of ordered equations: 0
% Current number of rules: 91
% New rule produced :
% [404] difference(A,quotient(quotient(A,j(A)),j(A))) -> quotient(A,j(A))
% Current number of equations to process: 357
% Current number of ordered equations: 0
% Current number of rules: 92
% New rule produced :
% [405]
% quotient(difference(A,quotient(B,A)),quotient(quotient(j(B),j(j(j(B)))),
% quotient(i(i(A)),B))) -> i(A)
% Current number of equations to process: 355
% Current number of ordered equations: 0
% Current number of rules: 93
% New rule produced :
% [406] quotient(quotient(difference(i(A),B),A),quotient(B,A)) -> A
% Current number of equations to process: 362
% Current number of ordered equations: 0
% Current number of rules: 94
% New rule produced :
% [407] quotient(quotient(quotient(A,j(A)),j(A)),quotient(A,j(A))) -> A
% Current number of equations to process: 371
% Current number of ordered equations: 0
% Current number of rules: 95
% New rule produced :
% [408]
% quotient(quotient(quotient(quotient(j(A),j(j(j(A)))),quotient(i(B),A)),j(A)),
% quotient(quotient(j(B),j(j(j(B)))),quotient(i(A),B))) -> A
% Current number of equations to process: 370
% Current number of ordered equations: 0
% Current number of rules: 96
% New rule produced :
% [409]
% quotient(difference(B,quotient(quotient(j(C),j(j(j(C)))),quotient(i(quotient(
% quotient(
% j(
% difference(
% quotient(
% quotient(
% j(A),
% j(
% j(j(A)))),
% quotient(
% i(C),A)),C)),
% j(
% j(
% j(
% difference(
% quotient(
% quotient(
% j(A),
% j(
% j(j(A)))),
% quotient(
% i(C),A)),C))))),
% quotient(
% i(A),
% difference(
% quotient(
% quotient(
% j(A),
% j(
% j(j(A)))),
% quotient(
% i(C),A)),C)))),C))),A)
% <-> difference(quotient(quotient(j(A),j(j(j(A)))),quotient(i(B),A)),C)
% Current number of equations to process: 369
% Current number of ordered equations: 1
% Current number of rules: 97
% New rule produced :
% [410]
% difference(quotient(quotient(j(A),j(j(j(A)))),quotient(i(B),A)),C) <->
% quotient(difference(B,quotient(quotient(j(C),j(j(j(C)))),quotient(i(quotient(
% quotient(
% j(
% difference(
% quotient(
% quotient(
% j(A),
% j(
% j(j(A)))),
% quotient(
% i(C),A)),C)),
% j(
% j(
% j(
% difference(
% quotient(
% quotient(
% j(A),
% j(
% j(j(A)))),
% quotient(
% i(C),A)),C))))),
% quotient(
% i(A),
% difference(
% quotient(
% quotient(
% j(A),
% j(
% j(j(A)))),
% quotient(
% i(C),A)),C)))),C))),A)
% Current number of equations to process: 369
% Current number of ordered equations: 0
% Current number of rules: 98
% New rule produced :
% [411]
% quotient(difference(A,quotient(quotient(j(B),j(j(j(B)))),quotient(A,B))),
% j(A)) -> quotient(quotient(j(A),j(j(j(A)))),quotient(i(B),j(A)))
% Current number of equations to process: 368
% Current number of ordered equations: 0
% Current number of rules: 99
% Rule [343]
% difference(B,quotient(quotient(A,i(B)),B)) <->
% difference(A,quotient(quotient(quotient(j(A),j(j(j(A)))),quotient(
% i(i(B)),A)),
% j(A))) is composed into [343]
% difference(B,quotient(quotient(A,
% i(B)),B)) ->
% quotient(quotient(j(i(i(B))),
% j(j(j(i(i(B)))))),
% quotient(i(A),j(i(i(B)))))
% Rule [338]
% quotient(quotient(difference(B,A),B),j(B)) <->
% difference(A,quotient(quotient(quotient(j(A),j(j(j(A)))),quotient(
% i(j(B)),A)),
% j(A))) is composed into [338]
% quotient(quotient(difference(B,A),B),
% j(B)) ->
% quotient(quotient(j(i(j(B))),
% j(j(j(i(j(B)))))),
% quotient(i(A),j(i(j(B)))))
% Rule [242]
% quotient(difference(i(difference(A,B)),B),difference(A,B)) <->
% quotient(quotient(j(C),j(j(j(C)))),quotient(i(difference(A,quotient(
% quotient(
% quotient(
% j(A),
% j(j(j(A)))),
% quotient(
% i(difference(
% quotient(
% quotient(
% j(A),
% j(j(j(A)))),
% quotient(
% i(C),A)),B)),A)),
% j(A)))),C)) is composed into 
% [242]
% quotient(difference(i(difference(A,B)),B),difference(A,B)) <->
% quotient(quotient(j(C),j(j(j(C)))),quotient(i(quotient(quotient(j(i(difference(
% quotient(
% quotient(
% j(A),
% j(
% j(j(A)))),
% quotient(
% i(C),A)),B))),
% j(j(j(i(difference(
% quotient(
% quotient(
% j(A),j(
% j(j(A)))),
% quotient(
% i(C),A)),B)))))),
% quotient(i(A),j(i(difference(
% quotient(
% quotient(
% j(A),
% j(j(j(A)))),
% quotient(
% i(C),A)),B)))))),C))
% Rule [218]
% quotient(difference(i(A),B),i(A)) ->
% difference(A,quotient(quotient(quotient(j(A),j(j(j(A)))),quotient(
% i(quotient(
% quotient(
% j(A),
% j(j(j(A)))),
% quotient(
% i(B),A))),A)),
% j(A))) is composed into [218]
% quotient(difference(i(A),B),i(A))
% ->
% quotient(quotient(j(i(quotient(
% quotient(
% j(A),
% j(j(j(A)))),
% quotient(
% i(B),A)))),
% j(j(j(i(quotient(quotient(
% j(A),
% j(
% j(j(A)))),
% quotient(i(B),A))))))),
% quotient(i(A),j(i(quotient(
% quotient(
% j(A),j(j(j(A)))),
% quotient(
% i(B),A))))))
% New rule produced :
% [412]
% difference(A,quotient(quotient(quotient(j(A),j(j(j(A)))),quotient(B,A)),j(A)))
% -> quotient(quotient(j(B),j(j(j(B)))),quotient(i(A),j(B)))
% Current number of equations to process: 367
% Current number of ordered equations: 0
% Current number of rules: 100
% New rule produced :
% [413]
% difference(A,B) ->
% quotient(quotient(quotient(j(A),j(j(j(A)))),quotient(i(quotient(quotient(
% j(B),
% j(j(j(B)))),
% quotient(i(A),B))),
% i(A))),A)
% Rule [4] difference(A,one) -> i(A) collapsed.
% Rule [18] difference(A,A) -> one collapsed.
% Rule [19] difference(one,A) -> A collapsed.
% Rule [22] quotient(A,difference(B,A)) -> B collapsed.
% Rule [23] difference(quotient(A,B),A) -> B collapsed.
% Rule [91] difference(A,difference(j(A),A)) -> i(i(A)) collapsed.
% Rule [96] quotient(difference(j(A),A),i(i(A))) -> A collapsed.
% Rule [105] difference(i(A),A) -> quotient(A,j(A)) collapsed.
% Rule [106] quotient(quotient(quotient(difference(A,B),A),j(A)),B) -> j(A)
% collapsed.
% Rule [107] quotient(difference(A,quotient(quotient(B,i(A)),A)),B) -> i(A)
% collapsed.
% Rule [110] difference(i(A),difference(A,quotient(quotient(B,i(A)),A))) -> B
% collapsed.
% Rule [117] difference(A,j(j(A))) -> quotient(j(A),j(j(j(A)))) collapsed.
% Rule
% [211]
% quotient(difference(B,quotient(difference(i(difference(A,C)),C),difference(A,C))),A)
% <-> difference(quotient(quotient(j(A),j(j(j(A)))),quotient(i(B),A)),C)
% collapsed.
% Rule
% [218]
% quotient(difference(i(A),B),i(A)) ->
% quotient(quotient(j(i(quotient(quotient(j(A),j(j(j(A)))),quotient(i(B),A)))),
% j(j(j(i(quotient(quotient(j(A),j(j(j(A)))),quotient(i(B),A))))))),
% quotient(i(A),j(i(quotient(quotient(j(A),j(j(j(A)))),quotient(i(B),A))))))
% collapsed.
% Rule
% [241]
% quotient(difference(C,quotient(difference(i(B),A),B)),quotient(A,B)) ->
% quotient(difference(C,quotient(quotient(j(B),j(j(j(B)))),quotient(i(quotient(A,B)),B))),
% quotient(A,B)) collapsed.
% Rule
% [242]
% quotient(difference(i(difference(A,B)),B),difference(A,B)) <->
% quotient(quotient(j(C),j(j(j(C)))),quotient(i(quotient(quotient(j(i(difference(
% quotient(
% quotient(
% j(A),
% j(
% j(j(A)))),
% quotient(
% i(C),A)),B))),
% j(j(j(i(difference(
% quotient(
% quotient(
% j(A),j(
% j(j(A)))),
% quotient(
% i(C),A)),B)))))),
% quotient(i(A),j(i(difference(
% quotient(
% quotient(
% j(A),
% j(j(j(A)))),
% quotient(
% i(C),A)),B)))))),C))
% collapsed.
% Rule
% [282]
% difference(A,difference(B,difference(j(B),A))) ->
% quotient(quotient(quotient(A,B),j(B)),A) collapsed.
% Rule [293] difference(i(A),difference(A,i(A))) -> i(i(i(A))) collapsed.
% Rule [295] difference(A,j(A)) -> quotient(j(A),j(j(A))) collapsed.
% Rule [298] difference(A,quotient(A,j(A))) -> A collapsed.
% Rule [299] difference(j(j(A)),quotient(A,j(A))) -> j(j(A)) collapsed.
% Rule [302] quotient(difference(A,i(A)),i(i(i(A)))) -> i(A) collapsed.
% Rule [303] quotient(difference(i(A),quotient(A,j(A))),A) -> quotient(A,j(A))
% collapsed.
% Rule
% [305]
% quotient(difference(A,quotient(j(A),j(j(A)))),j(A)) -> quotient(j(A),j(j(A)))
% collapsed.
% Rule
% [311]
% quotient(difference(j(j(j(A))),quotient(A,j(A))),quotient(A,j(A))) -> j(j(A))
% collapsed.
% Rule [319] difference(j(j(A)),quotient(A,i(A))) -> A collapsed.
% Rule [323] difference(A,quotient(j(A),j(j(j(A))))) -> j(A) collapsed.
% Rule [326] difference(j(j(A)),quotient(j(A),j(j(j(A))))) -> j(j(j(A)))
% collapsed.
% Rule [327] difference(j(A),quotient(j(A),j(j(j(A))))) -> j(j(A)) collapsed.
% Rule
% [333]
% difference(difference(A,quotient(quotient(B,i(A)),A)),quotient(j(A),j(
% j(j(A)))))
% -> quotient(i(B),i(A)) collapsed.
% Rule
% [338]
% quotient(quotient(difference(B,A),B),j(B)) ->
% quotient(quotient(j(i(j(B))),j(j(j(i(j(B)))))),quotient(i(A),j(i(j(B)))))
% collapsed.
% Rule
% [340]
% quotient(quotient(quotient(A,j(B)),j(j(B))),quotient(quotient(difference(B,A),B),
% j(B))) -> j(j(B)) collapsed.
% Rule
% [343]
% difference(B,quotient(quotient(A,i(B)),B)) ->
% quotient(quotient(j(i(i(B))),j(j(j(i(i(B)))))),quotient(i(A),j(i(i(B)))))
% collapsed.
% Rule [347] difference(i(A),quotient(j(A),j(j(A)))) -> i(A) collapsed.
% Rule
% [348]
% quotient(difference(i(A),quotient(A,i(A))),difference(j(A),A)) -> i(i(A))
% collapsed.
% Rule
% [349] quotient(difference(A,quotient(j(A),A)),quotient(i(A),i(i(A)))) -> i(A)
% collapsed.
% Rule
% [350]
% difference(i(A),difference(A,quotient(B,A))) ->
% quotient(quotient(j(B),j(j(j(B)))),quotient(i(i(A)),B)) collapsed.
% Rule
% [352]
% quotient(difference(A,quotient(j(B),A)),quotient(quotient(difference(B,i(A)),B),
% j(B))) -> i(A) collapsed.
% Rule
% [353]
% quotient(difference(A,quotient(i(B),A)),difference(B,quotient(quotient(
% i(A),i(B)),B)))
% -> i(A) collapsed.
% Rule [354] difference(j(j(A)),j(A)) -> quotient(i(A),i(i(A))) collapsed.
% Rule [355] difference(i(A),quotient(j(A),j(j(j(A))))) -> A collapsed.
% Rule
% [356]
% difference(i(A),difference(A,quotient(j(B),A))) <->
% quotient(quotient(difference(B,i(A)),B),j(B)) collapsed.
% Rule
% [357]
% quotient(quotient(difference(B,i(A)),B),j(B)) <->
% difference(i(A),difference(A,quotient(j(B),A))) collapsed.
% Rule
% [358]
% difference(B,quotient(quotient(i(A),i(B)),B)) <->
% difference(i(A),difference(A,quotient(i(B),A))) collapsed.
% Rule
% [359]
% difference(i(A),difference(A,quotient(i(B),A))) <->
% difference(B,quotient(quotient(i(A),i(B)),B)) collapsed.
% Rule
% [360]
% difference(i(A),difference(A,quotient(j(A),j(j(A))))) ->
% quotient(j(A),j(j(A))) collapsed.
% Rule
% [368]
% difference(A,quotient(quotient(B,i(A)),A)) <->
% quotient(difference(A,quotient(quotient(C,i(A)),A)),quotient(difference(B,
% quotient(
% quotient(
% j(C),j(j(j(C)))),
% quotient(
% i(i(A)),C))),
% i(A))) collapsed.
% Rule
% [370]
% quotient(A,quotient(difference(B,A),A)) ->
% quotient(quotient(j(A),j(j(j(A)))),quotient(i(B),A)) collapsed.
% Rule
% [374]
% quotient(quotient(A,j(A)),quotient(difference(B,quotient(A,j(A))),A)) ->
% quotient(quotient(j(A),j(j(j(A)))),quotient(i(B),A)) collapsed.
% Rule [386] difference(i(A),j(A)) -> quotient(A,j(j(A))) collapsed.
% Rule
% [388] difference(A,quotient(quotient(j(A),j(j(j(A)))),quotient(i(B),A))) -> B
% collapsed.
% Rule
% [389] quotient(quotient(j(A),j(j(j(A)))),quotient(i(difference(A,B)),A)) -> B
% collapsed.
% Rule
% [391]
% difference(quotient(quotient(j(A),j(j(j(A)))),quotient(i(B),A)),quotient(
% quotient(
% j(A),
% j(j(j(A)))),
% quotient(
% i(quotient(
% quotient(
% j(B),
% j(j(j(B)))),
% quotient(
% i(C),B))),A)))
% ->
% quotient(quotient(quotient(quotient(j(C),j(j(j(C)))),quotient(i(quotient(
% quotient(
% j(A),
% j(j(j(A)))),
% quotient(
% i(B),A))),C)),B),A)
% collapsed.
% Rule
% [392]
% difference(A,quotient(quotient(j(quotient(quotient(j(A),j(j(j(A)))),quotient(
% i(B),A))),
% j(j(j(quotient(quotient(j(A),j(j(j(A)))),quotient(
% i(B),A)))))),
% quotient(i(C),quotient(quotient(j(A),j(j(j(A)))),quotient(
% i(B),A))))) ->
% quotient(quotient(quotient(j(B),j(j(j(B)))),quotient(i(quotient(quotient(
% j(C),
% j(j(j(C)))),
% quotient(i(A),C))),B)),A)
% collapsed.
% Rule
% [395]
% difference(quotient(quotient(j(B),j(j(j(B)))),quotient(i(A),B)),B) ->
% quotient(difference(A,B),B) collapsed.
% Rule
% [397]
% quotient(quotient(difference(B,A),B),j(B)) ->
% j(i(quotient(quotient(j(j(B)),j(j(j(j(B))))),quotient(i(A),j(B)))))
% collapsed.
% Rule
% [398]
% quotient(difference(A,quotient(B,j(j(B)))),B) ->
% i(quotient(quotient(j(B),j(j(j(B)))),quotient(i(A),B))) collapsed.
% Rule
% [402]
% quotient(difference(B,quotient(j(A),j(j(j(A))))),A) ->
% i(quotient(quotient(j(A),j(j(j(A)))),quotient(i(B),A))) collapsed.
% Rule
% [403]
% difference(j(A),quotient(B,j(A))) ->
% quotient(quotient(quotient(j(A),j(j(j(A)))),quotient(i(B),A)),j(A))
% collapsed.
% Rule [404] difference(A,quotient(quotient(A,j(A)),j(A))) -> quotient(A,j(A))
% collapsed.
% Rule
% [405]
% quotient(difference(A,quotient(B,A)),quotient(quotient(j(B),j(j(j(B)))),
% quotient(i(i(A)),B))) -> i(A) collapsed.
% Rule [406] quotient(quotient(difference(i(A),B),A),quotient(B,A)) -> A
% collapsed.
% Rule
% [409]
% quotient(difference(B,quotient(quotient(j(C),j(j(j(C)))),quotient(i(quotient(
% quotient(
% j(
% difference(
% quotient(
% quotient(
% j(A),
% j(
% j(j(A)))),
% quotient(
% i(C),A)),C)),
% j(
% j(
% j(
% difference(
% quotient(
% quotient(
% j(A),
% j(
% j(j(A)))),
% quotient(
% i(C),A)),C))))),
% quotient(
% i(A),
% difference(
% quotient(
% quotient(
% j(A),
% j(
% j(j(A)))),
% quotient(
% i(C),A)),C)))),C))),A)
% <-> difference(quotient(quotient(j(A),j(j(j(A)))),quotient(i(B),A)),C)
% collapsed.
% Rule
% [410]
% difference(quotient(quotient(j(A),j(j(j(A)))),quotient(i(B),A)),C) <->
% quotient(difference(B,quotient(quotient(j(C),j(j(j(C)))),quotient(i(quotient(
% quotient(
% j(
% difference(
% quotient(
% quotient(
% j(A),
% j(
% j(j(A)))),
% quotient(
% i(C),A)),C)),
% j(
% j(
% j(
% difference(
% quotient(
% quotient(
% j(A),
% j(
% j(j(A)))),
% quotient(
% i(C),A)),C))))),
% quotient(
% i(A),
% difference(
% quotient(
% quotient(
% j(A),
% j(
% j(j(A)))),
% quotient(
% i(C),A)),C)))),C))),A)
% collapsed.
% Rule
% [411]
% quotient(difference(A,quotient(quotient(j(B),j(j(j(B)))),quotient(A,B))),
% j(A)) -> quotient(quotient(j(A),j(j(j(A)))),quotient(i(B),j(A))) collapsed.
% Rule
% [412]
% difference(A,quotient(quotient(quotient(j(A),j(j(j(A)))),quotient(B,A)),j(A)))
% -> quotient(quotient(j(B),j(j(j(B)))),quotient(i(A),j(B))) collapsed.
% The conjecture has been reduced. 
% Conjecture is now:
% quotient(quotient(j(x0),j(j(j(x0)))),quotient(i(quotient(quotient(j(x0),
% j(j(j(x0)))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% j(x0),
% j(
% j(
% j(x0)))),
% quotient(
% i(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% j(x1),
% j(
% j(
% j(x1)))),
% quotient(
% i(x0),x1))),
% j(
% j(
% j(
% quotient(
% quotient(
% j(x1),
% j(
% j(
% j(x1)))),
% quotient(
% i(x0),x1)))))),
% quotient(
% i(x0),
% quotient(
% quotient(
% j(x1),
% j(
% j(
% j(x1)))),
% quotient(
% i(x0),x1))))),
% i(x0))),x0),x0),
% j(x0)),x0)),x0))),x0)) = 
% quotient(quotient(j(x0),j(j(j(x0)))),quotient(i(x1),j(j(x0))))
% 
% Current number of equations to process: 424
% Current number of ordered equations: 0
% Current number of rules: 35
% New rule produced :
% [414]
% quotient(quotient(j(A),j(j(j(A)))),quotient(i(quotient(quotient(quotient(
% j(A),
% j(j(j(A)))),
% quotient(i(quotient(
% quotient(
% j(B),
% j(j(j(B)))),
% quotient(
% i(A),B))),
% i(A))),A)),A)) -> B
% Current number of equations to process: 420
% Current number of ordered equations: 3
% Current number of rules: 36
% New rule produced :
% [415]
% quotient(quotient(quotient(j(A),j(j(j(A)))),quotient(i(quotient(quotient(
% j(quotient(
% quotient(
% j(A),
% j(j(j(A)))),
% quotient(
% i(B),A))),
% j(j(j(
% quotient(
% quotient(
% j(A),
% j(
% j(j(A)))),
% quotient(
% i(B),A)))))),
% quotient(i(A),
% quotient(quotient(
% j(A),
% j(j(j(A)))),
% quotient(i(B),A))))),
% i(A))),A) -> B
% Current number of equations to process: 420
% Current number of ordered equations: 2
% Current number of rules: 37
% New rule produced :
% [416]
% quotient(quotient(quotient(j(quotient(quotient(j(A),j(j(j(A)))),quotient(
% i(B),A))),
% j(j(j(quotient(quotient(j(A),j(j(j(A)))),quotient(i(B),A)))))),
% quotient(i(quotient(quotient(j(quotient(quotient(j(A),j(j(j(A)))),
% quotient(i(quotient(quotient(
% j(B),j(j(j(B)))),
% quotient(i(C),B))),A))),
% j(j(j(quotient(quotient(j(A),j(j(j(A)))),
% quotient(i(quotient(quotient(j(B),
% j(j(j(B)))),quotient(
% i(C),B))),A)))))),
% quotient(i(quotient(quotient(j(A),j(j(j(A)))),quotient(
% i(B),A))),
% quotient(quotient(j(A),j(j(j(A)))),quotient(i(quotient(
% quotient(
% j(B),
% j(j(j(B)))),
% quotient(
% i(C),B))),A))))),
% i(quotient(quotient(j(A),j(j(j(A)))),quotient(i(B),A))))),quotient(
% quotient(
% j(A),
% j(
% j(j(A)))),
% quotient(
% i(B),A)))
% ->
% quotient(quotient(quotient(quotient(j(C),j(j(j(C)))),quotient(i(quotient(
% quotient(
% j(A),
% j(j(j(A)))),
% quotient(
% i(B),A))),C)),B),A)
% Current number of equations to process: 420
% Current number of ordered equations: 1
% Current number of rules: 38
% New rule produced :
% [417]
% quotient(quotient(quotient(j(A),j(j(j(A)))),quotient(i(quotient(quotient(
% j(quotient(
% quotient(
% j(quotient(
% quotient(
% j(A),
% j(
% j(j(A)))),
% quotient(
% i(B),A))),
% j(j(
% j(
% quotient(
% quotient(
% j(A),
% j(
% j(j(A)))),
% quotient(
% i(B),A)))))),
% quotient(
% i(C),
% quotient(
% quotient(
% j(A),
% j(j(j(A)))),
% quotient(
% i(B),A))))),
% j(j(j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% j(A),
% j(
% j(j(A)))),
% quotient(
% i(B),A))),
% j(
% j(
% j(
% quotient(
% quotient(
% j(A),
% j(
% j(j(A)))),
% quotient(
% i(B),A)))))),
% quotient(
% i(C),
% quotient(
% quotient(
% j(A),
% j(
% j(j(A)))),
% quotient(
% i(B),A)))))))),
% quotient(i(A),
% quotient(quotient(
% j(quotient(
% quotient(
% j(A),
% j(j(j(A)))),
% quotient(
% i(B),A))),
% j(j(j(
% quotient(
% quotient(
% j(A),
% j(
% j(j(A)))),
% quotient(
% i(B),A)))))),
% quotient(i(C),
% quotient(quotient(
% j(A),
% j(j(j(A)))),
% quotient(i(B),A))))))),
% i(A))),A) ->
% quotient(quotient(quotient(j(B),j(j(j(B)))),quotient(i(quotient(quotient(
% j(C),
% j(j(j(C)))),
% quotient(i(A),C))),B)),A)
% Current number of equations to process: 420
% Current number of ordered equations: 0
% Current number of rules: 39
% Rule [413]
% difference(A,B) ->
% quotient(quotient(quotient(j(A),j(j(j(A)))),quotient(i(quotient(
% quotient(
% j(B),j(j(j(B)))),
% quotient(
% i(A),B))),
% i(A))),A) is composed into 
% [413]
% difference(A,B) ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,j(j(B))),
% quotient(i(A),B))),i(A))),A)
% Rule [318] quotient(i(A),j(A)) -> quotient(j(A),j(j(j(A)))) is composed into 
% [318] quotient(i(A),j(A)) -> quotient(A,j(j(A)))
% Rule [313] quotient(i(i(A)),A) -> quotient(j(A),j(j(j(A)))) is composed into 
% [313] quotient(i(i(A)),A) -> quotient(A,j(j(A)))
% Rule [63]
% product(A,B) -> quotient(quotient(j(A),j(j(j(A)))),quotient(i(B),A)) is composed into 
% [63] product(A,B) -> quotient(quotient(A,j(j(A))),quotient(i(B),A))
% Rule [5] eta(A) -> quotient(j(A),j(j(j(A)))) is composed into [5]
% eta(A) ->
% quotient(A,
% j(j(A)))
% New rule produced : [418] quotient(j(A),j(j(j(A)))) -> quotient(A,j(j(A)))
% Rule [321] quotient(j(j(A)),j(j(j(j(A))))) -> quotient(j(A),j(j(j(A))))
% collapsed.
% Rule [322] quotient(quotient(j(A),j(j(j(A)))),A) -> i(A) collapsed.
% Rule [324] quotient(quotient(j(A),j(j(j(A)))),j(A)) -> A collapsed.
% Rule [325] quotient(j(j(j(A))),quotient(j(A),j(j(j(A))))) -> j(A) collapsed.
% Rule [328] quotient(j(j(A)),quotient(j(A),j(j(j(A))))) -> A collapsed.
% Rule [330] quotient(quotient(j(A),j(j(j(A)))),j(j(A))) -> j(A) collapsed.
% Rule
% [390] quotient(quotient(quotient(j(A),j(j(j(A)))),quotient(i(B),A)),B) -> A
% collapsed.
% Rule
% [393]
% quotient(quotient(j(A),j(j(j(A)))),quotient(j(A),j(j(A)))) ->
% quotient(A,j(A)) collapsed.
% Rule
% [394]
% quotient(quotient(j(quotient(A,j(A))),j(j(j(quotient(A,j(A)))))),i(A)) -> A
% collapsed.
% Rule
% [399]
% quotient(quotient(j(A),j(j(j(A)))),quotient(i(quotient(j(A),j(j(A)))),A)) ->
% j(A) collapsed.
% Rule
% [408]
% quotient(quotient(quotient(quotient(j(A),j(j(j(A)))),quotient(i(B),A)),j(A)),
% quotient(quotient(j(B),j(j(j(B)))),quotient(i(A),B))) -> A collapsed.
% Rule
% [414]
% quotient(quotient(j(A),j(j(j(A)))),quotient(i(quotient(quotient(quotient(
% j(A),
% j(j(j(A)))),
% quotient(i(quotient(
% quotient(
% j(B),
% j(j(j(B)))),
% quotient(
% i(A),B))),
% i(A))),A)),A)) -> B
% collapsed.
% Rule
% [415]
% quotient(quotient(quotient(j(A),j(j(j(A)))),quotient(i(quotient(quotient(
% j(quotient(
% quotient(
% j(A),
% j(j(j(A)))),
% quotient(
% i(B),A))),
% j(j(j(
% quotient(
% quotient(
% j(A),
% j(
% j(j(A)))),
% quotient(
% i(B),A)))))),
% quotient(i(A),
% quotient(quotient(
% j(A),
% j(j(j(A)))),
% quotient(i(B),A))))),
% i(A))),A) -> B collapsed.
% Rule
% [416]
% quotient(quotient(quotient(j(quotient(quotient(j(A),j(j(j(A)))),quotient(
% i(B),A))),
% j(j(j(quotient(quotient(j(A),j(j(j(A)))),quotient(i(B),A)))))),
% quotient(i(quotient(quotient(j(quotient(quotient(j(A),j(j(j(A)))),
% quotient(i(quotient(quotient(
% j(B),j(j(j(B)))),
% quotient(i(C),B))),A))),
% j(j(j(quotient(quotient(j(A),j(j(j(A)))),
% quotient(i(quotient(quotient(j(B),
% j(j(j(B)))),quotient(
% i(C),B))),A)))))),
% quotient(i(quotient(quotient(j(A),j(j(j(A)))),quotient(
% i(B),A))),
% quotient(quotient(j(A),j(j(j(A)))),quotient(i(quotient(
% quotient(
% j(B),
% j(j(j(B)))),
% quotient(
% i(C),B))),A))))),
% i(quotient(quotient(j(A),j(j(j(A)))),quotient(i(B),A))))),quotient(
% quotient(
% j(A),
% j(
% j(j(A)))),
% quotient(
% i(B),A)))
% ->
% quotient(quotient(quotient(quotient(j(C),j(j(j(C)))),quotient(i(quotient(
% quotient(
% j(A),
% j(j(j(A)))),
% quotient(
% i(B),A))),C)),B),A)
% collapsed.
% Rule
% [417]
% quotient(quotient(quotient(j(A),j(j(j(A)))),quotient(i(quotient(quotient(
% j(quotient(
% quotient(
% j(quotient(
% quotient(
% j(A),
% j(
% j(j(A)))),
% quotient(
% i(B),A))),
% j(j(
% j(
% quotient(
% quotient(
% j(A),
% j(
% j(j(A)))),
% quotient(
% i(B),A)))))),
% quotient(
% i(C),
% quotient(
% quotient(
% j(A),
% j(j(j(A)))),
% quotient(
% i(B),A))))),
% j(j(j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% j(A),
% j(
% j(j(A)))),
% quotient(
% i(B),A))),
% j(
% j(
% j(
% quotient(
% quotient(
% j(A),
% j(
% j(j(A)))),
% quotient(
% i(B),A)))))),
% quotient(
% i(C),
% quotient(
% quotient(
% j(A),
% j(
% j(j(A)))),
% quotient(
% i(B),A)))))))),
% quotient(i(A),
% quotient(quotient(
% j(quotient(
% quotient(
% j(A),
% j(j(j(A)))),
% quotient(
% i(B),A))),
% j(j(j(
% quotient(
% quotient(
% j(A),
% j(
% j(j(A)))),
% quotient(
% i(B),A)))))),
% quotient(i(C),
% quotient(quotient(
% j(A),
% j(j(j(A)))),
% quotient(i(B),A))))))),
% i(A))),A) ->
% quotient(quotient(quotient(j(B),j(j(j(B)))),quotient(i(quotient(quotient(
% j(C),
% j(j(j(C)))),
% quotient(i(A),C))),B)),A)
% collapsed.
% The conjecture has been reduced. 
% Conjecture is now:
% quotient(quotient(x0,j(j(x0))),quotient(i(quotient(quotient(x0,j(j(x0))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(x0,
% j(j(x0))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(x1,
% j(j(x1))),
% quotient(
% i(x0),x1)),
% j(j(quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(x0),x1))))),
% quotient(
% i(x0),
% quotient(
% quotient(x1,
% j(j(x1))),
% quotient(
% i(x0),x1))))),
% i(x0))),x0),x0),
% j(x0)),x0)),x0))),x0)) = 
% quotient(quotient(x0,j(j(x0))),quotient(i(x1),j(j(x0))))
% 
% Current number of equations to process: 435
% Current number of ordered equations: 0
% Current number of rules: 25
% New rule produced :
% [419] quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),B) -> A
% Current number of equations to process: 430
% Current number of ordered equations: 4
% Current number of rules: 26
% New rule produced :
% [420]
% quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),A)) -> B
% Current number of equations to process: 430
% Current number of ordered equations: 3
% Current number of rules: 27
% New rule produced :
% [421]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))),
% quotient(i(A),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))),
% i(A))),A) -> B
% Current number of equations to process: 430
% Current number of ordered equations: 2
% Current number of rules: 28
% New rule produced :
% [422]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(B),A))),
% quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))) ->
% quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(B),A))),C)),B),A)
% Current number of equations to process: 430
% Current number of ordered equations: 1
% Current number of rules: 29
% New rule produced :
% [423]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(C),quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(C),quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))))),
% i(A))),A) ->
% quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(C,j(j(C))),
% quotient(i(A),C))),B)),A)
% Current number of equations to process: 430
% Current number of ordered equations: 0
% Current number of rules: 30
% New rule produced : [424] quotient(quotient(A,j(j(A))),A) -> i(A)
% Current number of equations to process: 429
% Current number of ordered equations: 0
% Current number of rules: 31
% New rule produced : [425] quotient(quotient(A,j(j(A))),j(A)) -> A
% Current number of equations to process: 428
% Current number of ordered equations: 0
% Current number of rules: 32
% New rule produced : [426] quotient(j(j(A)),quotient(A,j(j(A)))) -> A
% Current number of equations to process: 427
% Current number of ordered equations: 0
% Current number of rules: 33
% New rule produced : [427] quotient(quotient(A,j(j(A))),j(j(A))) -> j(A)
% Current number of equations to process: 426
% Current number of ordered equations: 0
% Current number of rules: 34
% New rule produced : [428] quotient(j(j(j(A))),quotient(A,j(j(A)))) -> j(A)
% Current number of equations to process: 425
% Current number of ordered equations: 0
% Current number of rules: 35
% New rule produced : [429] quotient(j(j(A)),quotient(A,j(A))) -> j(A)
% Current number of equations to process: 426
% Current number of ordered equations: 0
% Current number of rules: 36
% New rule produced : [430] quotient(i(A),quotient(j(A),j(j(A)))) -> i(i(A))
% Current number of equations to process: 425
% Current number of ordered equations: 0
% Current number of rules: 37
% New rule produced :
% [431] quotient(j(j(j(j(A)))),quotient(A,j(A))) -> j(j(j(A)))
% Current number of equations to process: 426
% Current number of ordered equations: 0
% Current number of rules: 38
% New rule produced : [432] quotient(j(j(A)),quotient(A,i(A))) -> j(j(j(A)))
% Current number of equations to process: 426
% Current number of ordered equations: 0
% Current number of rules: 39
% New rule produced :
% [433] quotient(quotient(A,j(A)),j(j(j(j(A))))) -> j(j(j(j(A))))
% Current number of equations to process: 429
% Current number of ordered equations: 0
% Current number of rules: 40
% New rule produced :
% [434] quotient(quotient(quotient(quotient(A,j(A)),i(A)),A),A) -> A
% Current number of equations to process: 430
% Current number of ordered equations: 0
% Current number of rules: 41
% New rule produced : [435] quotient(quotient(A,j(A)),i(i(A))) -> i(i(A))
% Current number of equations to process: 431
% Current number of ordered equations: 0
% Current number of rules: 42
% Rule [300] quotient(i(A),A) -> quotient(j(A),j(j(A))) is composed into 
% [300] quotient(i(A),A) -> i(quotient(A,i(A)))
% New rule produced : [436] quotient(j(A),j(j(A))) -> i(quotient(A,i(A)))
% Rule [310] quotient(j(j(A)),j(j(j(A)))) -> quotient(A,j(A)) collapsed.
% Rule [341] quotient(quotient(j(A),j(j(A))),i(A)) -> i(A) collapsed.
% Rule [400] j(quotient(j(A),j(j(A)))) -> quotient(A,i(A)) collapsed.
% Rule [430] quotient(i(A),quotient(j(A),j(j(A)))) -> i(i(A)) collapsed.
% Current number of equations to process: 435
% Current number of ordered equations: 0
% Current number of rules: 39
% New rule produced : [437] i(quotient(j(A),A)) -> quotient(A,j(A))
% Current number of equations to process: 434
% Current number of ordered equations: 0
% Current number of rules: 40
% New rule produced : [438] quotient(i(quotient(A,i(A))),i(A)) -> i(A)
% Current number of equations to process: 433
% Current number of ordered equations: 0
% Current number of rules: 41
% New rule produced : [439] quotient(i(A),i(quotient(A,i(A)))) -> i(i(A))
% Current number of equations to process: 432
% Current number of ordered equations: 0
% Current number of rules: 42
% New rule produced :
% [440] quotient(quotient(A,j(j(A))),i(quotient(A,i(A)))) -> quotient(A,j(A))
% Current number of equations to process: 431
% Current number of ordered equations: 0
% Current number of rules: 43
% New rule produced :
% [441] quotient(j(j(j(j(j(A))))),quotient(A,j(j(A)))) -> j(j(j(A)))
% Current number of equations to process: 430
% Current number of ordered equations: 0
% Current number of rules: 44
% New rule produced :
% [442] quotient(quotient(quotient(A,j(A)),j(j(quotient(A,j(A))))),i(A)) -> A
% Current number of equations to process: 429
% Current number of ordered equations: 0
% Current number of rules: 45
% New rule produced :
% [443] quotient(quotient(i(quotient(A,i(A))),A),i(quotient(A,i(A)))) -> i(A)
% Current number of equations to process: 429
% Current number of ordered equations: 0
% Current number of rules: 46
% New rule produced :
% [444]
% quotient(quotient(A,j(j(A))),quotient(i(i(quotient(A,i(A)))),A)) -> j(A)
% Current number of equations to process: 428
% Current number of ordered equations: 0
% Current number of rules: 47
% New rule produced :
% [445] quotient(quotient(A,j(A)),quotient(quotient(A,j(A)),j(A))) -> j(A)
% Current number of equations to process: 428
% Current number of ordered equations: 0
% Current number of rules: 48
% New rule produced :
% [446]
% quotient(quotient(quotient(A,i(quotient(A,i(A)))),quotient(A,i(A))),i(A)) ->
% quotient(A,i(A))
% Current number of equations to process: 427
% Current number of ordered equations: 0
% Current number of rules: 49
% New rule produced :
% [447]
% quotient(quotient(quotient(A,j(j(A))),j(j(j(j(A))))),quotient(j(A),A)) ->
% j(j(j(j(A))))
% Current number of equations to process: 426
% Current number of ordered equations: 0
% Current number of rules: 50
% New rule produced :
% [448]
% quotient(i(quotient(quotient(A,i(A)),i(quotient(A,i(A))))),j(quotient(A,i(A))))
% -> j(quotient(A,i(A)))
% Current number of equations to process: 425
% Current number of ordered equations: 0
% Current number of rules: 51
% New rule produced :
% [449]
% quotient(quotient(quotient(A,quotient(A,j(j(A)))),j(quotient(A,j(j(A))))),
% i(i(A))) -> j(quotient(A,j(j(A))))
% Current number of equations to process: 424
% Current number of ordered equations: 0
% Current number of rules: 52
% New rule produced :
% [450]
% quotient(quotient(quotient(j(A),quotient(A,j(j(A)))),j(quotient(A,j(j(A))))),
% i(A)) -> j(quotient(A,j(j(A))))
% Current number of equations to process: 423
% Current number of ordered equations: 0
% Current number of rules: 53
% New rule produced :
% [451]
% quotient(quotient(quotient(j(j(j(A))),quotient(A,j(A))),j(quotient(A,j(A)))),
% j(j(A))) -> j(quotient(A,j(A)))
% Current number of equations to process: 422
% Current number of ordered equations: 0
% Current number of rules: 54
% New rule produced :
% [452] quotient(quotient(A,j(j(A))),j(j(j(j(A))))) -> j(j(j(A)))
% Rule
% [447]
% quotient(quotient(quotient(A,j(j(A))),j(j(j(j(A))))),quotient(j(A),A)) ->
% j(j(j(j(A)))) collapsed.
% Current number of equations to process: 424
% Current number of ordered equations: 0
% Current number of rules: 54
% New rule produced :
% [453] quotient(j(j(j(A))),quotient(j(A),A)) -> j(j(j(j(A))))
% Current number of equations to process: 423
% Current number of ordered equations: 0
% Current number of rules: 55
% New rule produced :
% [454]
% quotient(quotient(j(A),j(quotient(A,j(j(A))))),j(A)) ->
% j(quotient(A,j(j(A))))
% Current number of equations to process: 422
% Current number of ordered equations: 0
% Current number of rules: 56
% New rule produced :
% [455] quotient(quotient(quotient(A,j(j(A))),quotient(B,A)),j(B)) -> A
% Current number of equations to process: 425
% Current number of ordered equations: 0
% Current number of rules: 57
% New rule produced :
% [456] quotient(quotient(quotient(A,j(j(A))),quotient(i(B),i(A))),B) -> i(A)
% Current number of equations to process: 424
% Current number of ordered equations: 0
% Current number of rules: 58
% New rule produced :
% [457] quotient(quotient(quotient(A,j(j(A))),quotient(i(B),j(A))),B) -> j(A)
% Current number of equations to process: 423
% Current number of ordered equations: 0
% Current number of rules: 59
% New rule produced :
% [458]
% quotient(quotient(quotient(A,B),j(B)),quotient(quotient(B,j(j(B))),quotient(
% i(A),B)))
% -> j(B)
% Current number of equations to process: 422
% Current number of ordered equations: 0
% Current number of rules: 60
% New rule produced :
% [459]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(j(A),A)),j(A)),
% quotient(A,i(A))) -> A
% Current number of equations to process: 421
% Current number of ordered equations: 0
% Current number of rules: 61
% New rule produced :
% [460]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))))),
% quotient(i(i(A)),
% quotient(quotient(B,
% j(
% j(B))),
% quotient(i(A),B))))),
% i(i(A)))),i(A)),A) ->
% quotient(quotient(A,j(j(A))),quotient(i(B),A))
% Current number of equations to process: 420
% Current number of ordered equations: 0
% Current number of rules: 62
% New rule produced :
% [461]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(A))))),
% quotient(i(A),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(A))))),
% i(A))),A) ->
% quotient(quotient(B,j(j(B))),quotient(i(A),B))
% Current number of equations to process: 419
% Current number of ordered equations: 0
% Current number of rules: 63
% New rule produced :
% [462]
% quotient(A,quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% i(B))),B),C)) ->
% quotient(quotient(C,j(j(C))),quotient(i(B),C))
% Current number of equations to process: 418
% Current number of ordered equations: 0
% Current number of rules: 64
% New rule produced :
% [463]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(B,A)),A)),j(A)) ->
% quotient(quotient(A,j(j(A))),quotient(i(B),A))
% Current number of equations to process: 417
% Current number of ordered equations: 0
% Current number of rules: 65
% New rule produced :
% [464]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% i(A)))),
% i(B))),B),A),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% i(A)))),
% i(B))),B),A)))),
% quotient(i(A),
% quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% i(A)))),
% i(B))),B),A)))),
% i(A))),A),quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% i(A)))),
% i(B))),B),
% j(j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% i(A)))),
% i(B))),B)))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% i(A)))),
% i(B))),B))),
% j(
% j(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% i(A)))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% i(A)))),
% i(B))),B),
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% i(A)))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% i(A)))),
% i(B))),B))),
% j(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% i(A)))),
% i(B))),B))))
% -> i(A)
% Current number of equations to process: 416
% Current number of ordered equations: 0
% Current number of rules: 66
% New rule produced :
% [465]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(
% quotient(B,
% j(B)))),B))),
% i(
% i(
% quotient(B,
% j(B)))))),
% i(
% quotient(B,
% j(B)))),
% quotient(B,
% j(B))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(
% quotient(B,
% j(B)))),B))),
% i(
% i(
% quotient(B,
% j(B)))))),
% i(
% quotient(B,
% j(B)))),
% quotient(B,
% j(B)))))),
% quotient(i(A),
% quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(
% quotient(B,
% j(B)))),B))),
% i(
% i(
% quotient(B,
% j(B)))))),
% i(
% quotient(B,
% j(B)))),
% quotient(B,
% j(B)))))),i(A))),A),
% i(B)) ->
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(A),i(B))),
% j(j(quotient(quotient(B,j(j(B))),quotient(i(A),i(B)))))),
% quotient(i(quotient(quotient(B,j(j(B))),quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),i(B)))),B))),
% i(quotient(quotient(B,j(j(B))),quotient(i(A),i(B)))))),quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),
% i(B))))
% Current number of equations to process: 415
% Current number of ordered equations: 0
% Current number of rules: 67
% New rule produced :
% [466]
% quotient(quotient(quotient(A,j(A)),j(j(quotient(A,j(A))))),quotient(i(A),
% quotient(A,
% j(A)))) ->
% quotient(quotient(A,j(A)),i(A))
% Current number of equations to process: 414
% Current number of ordered equations: 0
% Current number of rules: 68
% New rule produced :
% [467]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),A)),A)),B) ->
% quotient(A,j(A))
% Current number of equations to process: 413
% Current number of ordered equations: 0
% Current number of rules: 69
% New rule produced :
% [468]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(
% i(A),
% quotient(B,
% j(A))))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(
% i(A),
% quotient(B,
% j(A))))),
% i(A))),A)))),
% quotient(i(i(A)),
% quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(
% i(A),
% quotient(B,
% j(A))))),
% i(A))),A)))),
% i(i(A)))),i(A)),A) -> B
% Current number of equations to process: 411
% Current number of ordered equations: 0
% Current number of rules: 70
% New rule produced :
% [469]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),j(A)),
% quotient(quotient(B,j(j(B))),quotient(i(A),B))) -> A
% Current number of equations to process: 410
% Current number of ordered equations: 0
% Current number of rules: 71
% New rule produced :
% [470]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),C))),
% i(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(A),B))),
% i(A))),A)))),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(j(quotient(quotient(quotient(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),C))),
% i(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(B,
% j(j(B))),
% quotient(i(A),B))),
% i(A))),A)))),quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))))),
% quotient(i(B),quotient(quotient(quotient(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),C))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,j(j(B))),
% quotient(i(A),B))),i(A))),A))
% ->
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(
% i(A),C)),
% j(j(quotient(quotient(C,j(j(C))),quotient(
% i(A),C))))),
% quotient(i(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(B,
% j(j(B))),
% quotient(i(A),B))),
% i(A))),A)),quotient(quotient(C,
% j(j(C))),
% quotient(i(A),C))))),
% i(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))
% Current number of equations to process: 409
% Current number of ordered equations: 0
% Current number of rules: 72
% New rule produced :
% [471]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))),
% quotient(A,quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)))),
% j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))),
% quotient(A,quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(j(quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))))),
% quotient(i(A),quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(j(quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))),
% quotient(A,quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)))))),
% j(j(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))),
% quotient(A,quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(j(quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)))),
% j(j(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),
% j(j(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))),quotient(A,
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))))),
% quotient(i(A),quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))),
% quotient(A,quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(B),A))),
% quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))),
% quotient(A,quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)))),j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(j(quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(j(quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))))),
% quotient(i(A),quotient(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(j(quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(j(quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))),
% quotient(A,quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))))))),i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))),
% quotient(quotient(A,j(j(A))),quotient(i(B),A))) -> A
% Current number of equations to process: 408
% Current number of ordered equations: 0
% Current number of rules: 73
% New rule produced :
% [472]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(B,A)),j(A)),quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% j(B))))
% -> A
% Current number of equations to process: 407
% Current number of ordered equations: 0
% Current number of rules: 74
% New rule produced :
% [473]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(i(B)),A)),j(A)),
% quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(quotient(
% quotient(A,
% i(B)),B),
% j(j(quotient(
% quotient(A,
% i(B)),B)))),
% quotient(i(B),quotient(
% quotient(A,
% i(B)),B)))),
% i(B))),B)) -> A
% Current number of equations to process: 406
% Current number of ordered equations: 0
% Current number of rules: 75
% New rule produced :
% [474]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(
% j(B)))),B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(
% j(B)))),B)),
% j(B))))),
% quotient(
% i(
% i(
% i(i(B)))),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(
% j(B)))),B)),
% j(B))))),
% i(
% i(
% i(i(B)))))),
% i(
% i(i(B)))),
% i(
% i(B))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(
% j(B)))),B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(
% j(B)))),B)),
% j(B))))),
% quotient(
% i(
% i(
% i(i(B)))),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(
% j(B)))),B)),
% j(B))))),
% i(
% i(
% i(i(B)))))),
% i(
% i(i(B)))),
% i(
% i(B)))))),
% quotient(i(A),
% quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(
% j(B)))),B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(
% j(B)))),B)),
% j(B))))),
% quotient(
% i(
% i(
% i(i(B)))),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(
% j(B)))),B)),
% j(B))))),
% i(
% i(
% i(i(B)))))),
% i(
% i(i(B)))),
% i(i(B)))))),
% i(A))),A),B) ->
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(A),B)),
% j(j(quotient(quotient(B,j(j(B))),quotient(i(A),B))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(B,j(j(B)))),B)),
% j(B)),j(j(quotient(quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(B,
% j(
% j(B)))),B)),
% j(B))))),quotient(i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(
% j(B)))),B)),
% j(B))))),i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))))),
% quotient(quotient(B,j(j(B))),quotient(i(A),B)))
% Current number of equations to process: 405
% Current number of ordered equations: 0
% Current number of rules: 76
% New rule produced :
% [475]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(B,
% i(B))))),
% i(
% i(B)))),
% i(B)),B),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(B,
% i(B))))),
% i(
% i(B)))),
% i(B)),B)))),
% quotient(i(A),
% quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(B,
% i(B))))),
% i(
% i(B)))),
% i(B)),B)))),
% i(A))),A),j(j(B))) ->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% j(B),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% j(B),B))))),
% quotient(i(A),
% quotient(quotient(B,
% j(
% j(B))),
% quotient(j(B),B))))),
% i(A))),A),j(j(B)))
% Current number of equations to process: 404
% Current number of ordered equations: 0
% Current number of rules: 77
% New rule produced :
% [476]
% quotient(quotient(quotient(A,j(quotient(A,B))),j(j(quotient(A,B)))),quotient(
% quotient(B,
% quotient(A,B)),
% j(
% quotient(A,B))))
% -> j(j(quotient(A,B)))
% Current number of equations to process: 403
% Current number of ordered equations: 0
% Current number of rules: 78
% New rule produced :
% [477]
% quotient(quotient(quotient(quotient(A,j(j(A))),j(j(quotient(A,j(j(A)))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(i(A),
% quotient(quotient(B,
% i(A)),A)))),
% i(A))),A),j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(j(quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(i(quotient(A,j(j(A)))),quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(j(quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% i(quotient(A,j(j(A)))))),quotient(A,j(j(A)))) ->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))))),
% quotient(i(A),
% quotient(quotient(B,
% j(
% j(B))),
% quotient(i(i(A)),B))))),
% i(A))),A),i(A))
% Current number of equations to process: 402
% Current number of ordered equations: 0
% Current number of rules: 79
% New rule produced :
% [478]
% quotient(quotient(quotient(quotient(A,B),j(j(quotient(A,B)))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(A,B)),B)),
% j(j(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(A,B)),B))))),
% quotient(
% i(i(quotient(A,B))),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(A,B)),B))))),
% i(i(quotient(A,B))))),
% i(quotient(A,B))) ->
% quotient(quotient(A,j(j(A))),quotient(i(quotient(A,B)),A))
% Current number of equations to process: 401
% Current number of ordered equations: 0
% Current number of rules: 80
% New rule produced :
% [479]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(A,j(A))),i(A))),A)
% -> one
% Current number of equations to process: 400
% Current number of ordered equations: 0
% Current number of rules: 81
% New rule produced :
% [480]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(B,
% j(j(B))),
% quotient(i(A),B))),
% i(A))),A),j(j(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(A),quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(B,
% j(j(B))),
% quotient(i(A),B))),
% i(A))),A))),j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),B)
% ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,j(j(B))),
% quotient(i(A),B))),i(A))),A)
% Current number of equations to process: 399
% Current number of ordered equations: 0
% Current number of rules: 82
% New rule produced :
% [481]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),j(j(quotient(A,
% j(j(A)))))),
% quotient(i(quotient(quotient(quotient(A,j(quotient(A,
% j(j(A))))),
% j(j(quotient(A,j(quotient(A,j(j(A)))))))),
% quotient(quotient(A,j(j(A))),quotient(A,
% j(quotient(A,
% j(j(A)))))))),
% quotient(A,j(j(A))))),j(quotient(A,j(j(A))))),j(j(A))) ->
% quotient(A,j(j(A)))
% Current number of equations to process: 398
% Current number of ordered equations: 0
% Current number of rules: 83
% New rule produced :
% [482]
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(A),B)),
% j(j(quotient(quotient(B,j(j(B))),quotient(i(A),B))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(B,j(j(B)))),B)),
% j(B)),j(j(quotient(quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(B,
% j(
% j(B)))),B)),
% j(B))))),quotient(i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(
% j(B)))),B)),
% j(B))))),i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))))),
% quotient(quotient(B,j(j(B))),quotient(i(A),B))) <->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(B),
% i(
% i(B)))),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(B),
% i(
% i(B))))))),
% quotient(i(A),
% quotient(quotient(B,
% j(
% j(B))),
% quotient(i(B),
% i(i(B))))))),
% i(A))),A),B)
% Current number of equations to process: 397
% Current number of ordered equations: 1
% Current number of rules: 84
% New rule produced :
% [483]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(B),
% i(
% i(B)))),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(B),
% i(
% i(B))))))),
% quotient(i(A),
% quotient(quotient(B,
% j(
% j(B))),
% quotient(i(B),
% i(i(B))))))),
% i(A))),A),B) <->
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(A),B)),
% j(j(quotient(quotient(B,j(j(B))),quotient(i(A),B))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(B,j(j(B)))),B)),
% j(B)),j(j(quotient(quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(B,
% j(
% j(B)))),B)),
% j(B))))),quotient(i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(
% j(B)))),B)),
% j(B))))),i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))))),
% quotient(quotient(B,j(j(B))),quotient(i(A),B)))
% Current number of equations to process: 397
% Current number of ordered equations: 0
% Current number of rules: 85
% New rule produced :
% [484]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(i(B)),A))),
% i(i(B)))),i(B)),B),
% j(j(quotient(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(i(B)),A))),
% i(i(B)))),i(B)),B)))),
% quotient(i(quotient(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(A,B)),B)),
% j(j(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(A,B)),B))))),
% quotient(i(quotient(quotient(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% i(B)),A))),
% i(i(B)))),i(B)),B)),
% quotient(quotient(B,j(j(B))),quotient(i(
% quotient(A,B)),B))))),
% i(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% i(B)),A))),
% i(
% i(B)))),
% i(B)),B)))),quotient(quotient(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% i(B)),A))),
% i(i(B)))),
% i(B)),B)),quotient(A,B)) ->
% j(quotient(A,B))
% Current number of equations to process: 396
% Current number of ordered equations: 0
% Current number of rules: 86
% New rule produced :
% [485]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C)))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C)))),
% i(
% i(B)))),
% i(B)),B),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C)))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C)))),
% i(
% i(B)))),
% i(B)),B)))),
% quotient(i(A),
% quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C)))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C)))),
% i(
% i(B)))),
% i(B)),B)))),
% i(A))),A),i(C)) ->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(C)),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(C)),B))))),
% quotient(i(A),
% quotient(quotient(B,
% j(
% j(B))),
% quotient(i(i(C)),B))))),
% i(A))),A),i(C))
% Current number of equations to process: 395
% Current number of ordered equations: 0
% Current number of rules: 87
% New rule produced :
% [486]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),A) <->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% quotient(
% i(B),
% quotient(A,
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(A,
% j(A)),j(
% j(
% quotient(A,
% j(A))))),
% quotient(
% i(B),quotient(A,
% j(A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(A,
% j(A)),
% j(j(quotient(A,
% j(A))))),
% quotient(
% i(B),quotient(A,
% j(A))))))),
% i(A))),A)
% Current number of equations to process: 394
% Current number of ordered equations: 1
% Current number of rules: 88
% New rule produced :
% [487]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% quotient(
% i(B),
% quotient(A,
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(A,
% j(A)),j(
% j(
% quotient(A,
% j(A))))),
% quotient(
% i(B),quotient(A,
% j(A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(A,
% j(A)),
% j(j(quotient(A,
% j(A))))),
% quotient(
% i(B),quotient(A,
% j(A))))))),
% i(A))),A) <->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),A)
% Current number of equations to process: 394
% Current number of ordered equations: 0
% Current number of rules: 89
% New rule produced :
% [488]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(A,B),
% j(B)),A)),A)),B) ->
% quotient(quotient(A,j(j(A))),quotient(B,A))
% Current number of equations to process: 393
% Current number of ordered equations: 0
% Current number of rules: 90
% New rule produced :
% [489]
% quotient(quotient(quotient(quotient(A,B),j(j(quotient(A,B)))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(C,
% quotient(A,B))),A)),
% j(j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(C,
% quotient(A,B))),A))))),
% quotient(
% i(quotient(A,B)),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(C,
% quotient(A,B))),A))))),
% i(quotient(A,B)))),
% quotient(A,B)) ->
% quotient(quotient(quotient(B,j(j(B))),quotient(i(C),B)),quotient(A,B))
% Current number of equations to process: 392
% Current number of ordered equations: 0
% Current number of rules: 91
% New rule produced :
% [490]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(C),quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),A)
% <->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(C,A)),B)),
% j(j(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(C,A)),B))))),
% quotient(i(A),quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(C,A)),B))))),
% i(A))),A)
% Rule
% [470]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),C))),
% i(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(A),B))),
% i(A))),A)))),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(j(quotient(quotient(quotient(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),C))),
% i(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(B,
% j(j(B))),
% quotient(i(A),B))),
% i(A))),A)))),quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))))),
% quotient(i(B),quotient(quotient(quotient(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),C))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,j(j(B))),
% quotient(i(A),B))),i(A))),A))
% ->
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(
% i(A),C)),
% j(j(quotient(quotient(C,j(j(C))),quotient(
% i(A),C))))),
% quotient(i(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(B,
% j(j(B))),
% quotient(i(A),B))),
% i(A))),A)),quotient(quotient(C,
% j(j(C))),
% quotient(i(A),C))))),
% i(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))
% collapsed.
% Current number of equations to process: 392
% Current number of ordered equations: 1
% Current number of rules: 91
% New rule produced :
% [491]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(C,A)),B)),
% j(j(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(C,A)),B))))),
% quotient(i(A),quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(C,A)),B))))),
% i(A))),A) <->
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(C),quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),A)
% Current number of equations to process: 392
% Current number of ordered equations: 0
% Current number of rules: 92
% New rule produced :
% [492]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(A),quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(C),B))),
% i(C))),C),quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))
% ->
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(C),quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))
% Current number of equations to process: 391
% Current number of ordered equations: 0
% Current number of rules: 93
% New rule produced :
% [493]
% quotient(A,quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B)) -> B
% Current number of equations to process: 390
% Current number of ordered equations: 0
% Current number of rules: 94
% New rule produced :
% [494]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(A,B))),A)),
% j(A)),j(j(A))),quotient(quotient(quotient(quotient(B,
% j(j(B))),
% quotient(A,B)),A),
% j(A))) -> j(j(A))
% Current number of equations to process: 389
% Current number of ordered equations: 0
% Current number of rules: 95
% New rule produced :
% [495]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(A,
% j(A)),
% i(A))),
% i(A))),A),
% j(j(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(A,
% j(A)),i(A))),
% i(A))),A)))),
% quotient(i(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(A)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(A,
% j(A)),B),
% j(B))))),B)),
% j(B)),A)),quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(A,
% j(A)),
% i(A))),i(A))),A))),A)
% ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))
% Current number of equations to process: 388
% Current number of ordered equations: 0
% Current number of rules: 96
% New rule produced :
% [496]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% i(B)))),
% i(A))),A),
% j(j(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),i(B)))),
% i(A))),A)))),
% quotient(i(quotient(quotient(quotient(A,j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),i(B)))),
% i(A))),A))),
% j(j(quotient(A,j(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),
% i(B)))),
% i(A))),A)))))),
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% i(B)))),
% i(A))),A),
% quotient(A,j(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(B,
% j(j(B))),
% quotient(i(A),i(B)))),
% i(A))),A)))))),quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% i(B)))),
% i(A))),A))),
% j(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,
% j(j(B))),
% quotient(i(A),i(B)))),
% i(A))),A))) ->
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% i(B)))),
% i(A))),A),j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% i(B)))),
% i(A))),A)))),
% quotient(i(i(B)),quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),
% i(B)))),
% i(A))),A)))
% Rule
% [464]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% i(A)))),
% i(B))),B),A),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% i(A)))),
% i(B))),B),A)))),
% quotient(i(A),
% quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% i(A)))),
% i(B))),B),A)))),
% i(A))),A),quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% i(A)))),
% i(B))),B),
% j(j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% i(A)))),
% i(B))),B)))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% i(A)))),
% i(B))),B))),
% j(
% j(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% i(A)))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% i(A)))),
% i(B))),B),
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% i(A)))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% i(A)))),
% i(B))),B))),
% j(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% i(A)))),
% i(B))),B))))
% -> i(A) collapsed.
% Current number of equations to process: 387
% Current number of ordered equations: 0
% Current number of rules: 96
% New rule produced :
% [497]
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A)),
% j(
% j(
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A))))),
% quotient(A,
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A)),
% j(
% j(
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A))))),
% quotient(A,
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A))))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A)),
% j(
% j(
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A))))),
% quotient(A,
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A)))))),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A)),
% j(
% j(
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A))))),
% quotient(A,
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A)),
% j(
% j(
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A))))),
% quotient(A,
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A))))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A)),
% j(
% j(
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A))))),
% quotient(A,
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A)))))),B),
% j(B))))),
% quotient(B,
% quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A)),
% j(
% j(
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A))))),
% quotient(A,
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A)),
% j(
% j(
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A))))),
% quotient(A,
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A))))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A)),
% j(
% j(
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A))))),
% quotient(A,
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A)))))),B),
% j(B))))),B)),
% j(B)),A) -> i(A)
% Current number of equations to process: 386
% Current number of ordered equations: 0
% Current number of rules: 97
% New rule produced :
% [498]
% quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(B))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(B))))),
% i(B))),B),
% j(j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(B)),
% j(j(quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(B))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(B))))),
% i(B))),B)))),
% quotient(i(i(B)),quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(B))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(B))))),
% i(B))),B)))),
% i(i(B)))),i(B)) -> quotient(A,i(B))
% Current number of equations to process: 385
% Current number of ordered equations: 0
% Current number of rules: 98
% New rule produced :
% [499]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B))))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B)))))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(j(quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),j(B)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(j(quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),j(B)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B)),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B))))))),
% quotient(
% i(B),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B))))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B))))))),
% quotient(
% i(B),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B))))))))),
% i(A))),A) -> j(A)
% Current number of equations to process: 384
% Current number of ordered equations: 0
% Current number of rules: 99
% New rule produced :
% [500]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(C)),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(C)),B))))),
% quotient(i(A),
% quotient(quotient(B,
% j(
% j(B))),
% quotient(i(i(C)),B))))),
% i(A))),A),i(C)) <->
% quotient(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(A),i(C))),
% j(j(quotient(quotient(C,j(j(C))),quotient(i(A),i(C)))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(i(C),
% quotient(quotient(B,
% i(C)),C)))),
% i(C))),C),j(j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(j(quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C)))),
% quotient(i(quotient(quotient(C,j(j(C))),quotient(
% i(A),i(C)))),
% quotient(quotient(quotient(C,j(j(C))),quotient(i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C)))),
% i(quotient(quotient(C,j(j(C))),quotient(i(A),i(C)))))),quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),
% i(C))))
% Current number of equations to process: 383
% Current number of ordered equations: 1
% Current number of rules: 100
% New rule produced :
% [501]
% quotient(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(A),i(C))),
% j(j(quotient(quotient(C,j(j(C))),quotient(i(A),i(C)))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(i(C),
% quotient(quotient(B,
% i(C)),C)))),
% i(C))),C),j(j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(j(quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C)))),
% quotient(i(quotient(quotient(C,j(j(C))),quotient(
% i(A),i(C)))),
% quotient(quotient(quotient(C,j(j(C))),quotient(i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C)))),
% i(quotient(quotient(C,j(j(C))),quotient(i(A),i(C)))))),quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),
% i(C)))) <->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(C)),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(C)),B))))),
% quotient(i(A),
% quotient(quotient(B,
% j(
% j(B))),
% quotient(i(i(C)),B))))),
% i(A))),A),i(C))
% Current number of equations to process: 383
% Current number of ordered equations: 0
% Current number of rules: 101
% New rule produced :
% [502]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% j(B))))),
% quotient(i(A),
% quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% j(B))))),i(A))),A),
% quotient(C,j(B))) ->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(C,
% j(B))),
% j(B))),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(C,
% j(B))),
% j(B)))))),
% quotient(i(A),
% quotient(quotient(B,
% j(
% j(B))),
% quotient(i(
% quotient(C,
% j(B))),
% j(B)))))),i(A))),A),
% quotient(C,j(B)))
% Current number of equations to process: 382
% Current number of ordered equations: 0
% Current number of rules: 102
% New rule produced :
% [503]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(C)),B))),
% i(i(C)))),
% i(C)),C),A),j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(C)),B))),
% i(
% i(C)))),
% i(C)),C),A)))),
% quotient(i(quotient(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(B,C)),C)),
% j(j(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(B,C)),C))))),
% quotient(i(quotient(quotient(quotient(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(C)),B))),
% i(
% i(C)))),
% i(C)),C),A)),
% quotient(quotient(C,j(j(C))),quotient(i(
% quotient(B,C)),C))))),
% i(quotient(quotient(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(i(C)),B))),
% i(i(C)))),i(C)),C),A)))),
% quotient(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(C)),B))),
% i(i(C)))),
% i(C)),C),A)),quotient(B,C)) ->
% quotient(A,quotient(B,C))
% Current number of equations to process: 381
% Current number of ordered equations: 0
% Current number of rules: 103
% New rule produced :
% [504]
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(A,B)),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(A,B)),C))))),
% quotient(i(B),
% quotient(quotient(C,
% j(
% j(C))),
% quotient(i(
% quotient(A,B)),C))))),
% i(B))),B),quotient(A,B)) ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(A,B),
% j(
% j(
% quotient(A,B)))),
% quotient(
% i(C),
% quotient(A,B))),
% j(j(quotient(
% quotient(
% quotient(A,B),
% j(j(quotient(A,B)))),
% quotient(
% i(C),quotient(A,B)))))),
% quotient(i(A),quotient(
% quotient(
% quotient(A,B),
% j(j(quotient(A,B)))),
% quotient(
% i(C),quotient(A,B)))))),
% i(A))),A)
% Current number of equations to process: 380
% Current number of ordered equations: 0
% Current number of rules: 104
% New rule produced :
% [505]
% quotient(quotient(quotient(quotient(A,j(A)),j(j(quotient(A,j(A))))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(
% quotient(A,
% j(A))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),A),
% j(A))))),A)),
% j(A))))),
% i(
% quotient(A,
% j(A))))),
% quotient(A,j(A))) ->
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(A)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(A,
% j(A)),B),
% j(B))))),B)),
% j(B)),A),A)
% Current number of equations to process: 379
% Current number of ordered equations: 0
% Current number of rules: 105
% New rule produced :
% [506]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(C,B)),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(C,B)),B))))),
% quotient(i(A),
% quotient(quotient(B,
% j(
% j(B))),
% quotient(i(
% quotient(C,B)),B))))),
% i(A))),A),quotient(C,B)) ->
% quotient(quotient(quotient(quotient(quotient(quotient(C,B),j(j(quotient(C,B)))),
% quotient(i(A),quotient(C,B))),j(j(quotient(
% quotient(
% quotient(C,B),
% j(j(quotient(C,B)))),
% quotient(
% i(A),quotient(C,B)))))),
% quotient(i(quotient(quotient(C,j(j(C))),quotient(i(quotient(
% quotient(
% quotient(C,B),
% j(j(quotient(C,B)))),
% quotient(
% i(A),quotient(C,B)))),C))),
% i(quotient(quotient(quotient(C,B),j(j(quotient(C,B)))),quotient(
% i(A),
% quotient(C,B)))))),
% quotient(quotient(quotient(C,B),j(j(quotient(C,B)))),quotient(i(A),quotient(C,B))))
% Rule
% [484]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(i(B)),A))),
% i(i(B)))),i(B)),B),
% j(j(quotient(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(i(B)),A))),
% i(i(B)))),i(B)),B)))),
% quotient(i(quotient(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(A,B)),B)),
% j(j(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(A,B)),B))))),
% quotient(i(quotient(quotient(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% i(B)),A))),
% i(i(B)))),i(B)),B)),
% quotient(quotient(B,j(j(B))),quotient(i(
% quotient(A,B)),B))))),
% i(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% i(B)),A))),
% i(
% i(B)))),
% i(B)),B)))),quotient(quotient(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% i(B)),A))),
% i(i(B)))),
% i(B)),B)),quotient(A,B)) ->
% j(quotient(A,B)) collapsed.
% Rule
% [503]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(C)),B))),
% i(i(C)))),
% i(C)),C),A),j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(C)),B))),
% i(
% i(C)))),
% i(C)),C),A)))),
% quotient(i(quotient(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(B,C)),C)),
% j(j(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(B,C)),C))))),
% quotient(i(quotient(quotient(quotient(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(C)),B))),
% i(
% i(C)))),
% i(C)),C),A)),
% quotient(quotient(C,j(j(C))),quotient(i(
% quotient(B,C)),C))))),
% i(quotient(quotient(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(i(C)),B))),
% i(i(C)))),i(C)),C),A)))),
% quotient(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(C)),B))),
% i(i(C)))),
% i(C)),C),A)),quotient(B,C)) ->
% quotient(A,quotient(B,C)) collapsed.
% Current number of equations to process: 380
% Current number of ordered equations: 0
% Current number of rules: 104
% New rule produced :
% [507]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)) <->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% j(
% j(A)),
% j(A)),
% j(
% j(
% quotient(
% j(
% j(A)),
% j(A))))),
% quotient(A,
% quotient(j(j(A)),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(B,j(j(B))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(j(quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(j(quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A)))))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(j(quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(j(quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))))),
% i(B))),B),A))
% Rule
% [497]
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A)),
% j(
% j(
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A))))),
% quotient(A,
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A)),
% j(
% j(
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A))))),
% quotient(A,
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A))))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A)),
% j(
% j(
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A))))),
% quotient(A,
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A)))))),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A)),
% j(
% j(
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A))))),
% quotient(A,
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A)),
% j(
% j(
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A))))),
% quotient(A,
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A))))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A)),
% j(
% j(
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A))))),
% quotient(A,
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A)))))),B),
% j(B))))),
% quotient(B,
% quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A)),
% j(
% j(
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A))))),
% quotient(A,
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A)),
% j(
% j(
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A))))),
% quotient(A,
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A))))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A)),
% j(
% j(
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A))))),
% quotient(A,
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A)))))),B),
% j(B))))),B)),
% j(B)),A) -> i(A) collapsed.
% Rule
% [499]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B))))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B)))))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(j(quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),j(B)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(j(quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),j(B)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B)),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B))))))),
% quotient(
% i(B),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B))))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B))))))),
% quotient(
% i(B),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(B))))))))),
% i(A))),A) -> j(A) collapsed.
% Rule
% [505]
% quotient(quotient(quotient(quotient(A,j(A)),j(j(quotient(A,j(A))))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(
% quotient(A,
% j(A))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),A),
% j(A))))),A)),
% j(A))))),
% i(
% quotient(A,
% j(A))))),
% quotient(A,j(A))) ->
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(A)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(A,
% j(A)),B),
% j(B))))),B)),
% j(B)),A),A) collapsed.
% Current number of equations to process: 382
% Current number of ordered equations: 1
% Current number of rules: 102
% New rule produced :
% [508]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% j(
% j(A)),
% j(A)),
% j(
% j(
% quotient(
% j(
% j(A)),
% j(A))))),
% quotient(A,
% quotient(j(j(A)),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(B,j(j(B))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(j(quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(j(quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A)))))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(j(quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(j(quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))))),
% i(B))),B),A))
% <->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))
% Current number of equations to process: 382
% Current number of ordered equations: 0
% Current number of rules: 103
% New rule produced :
% [509]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(C,B),
% j(j(quotient(C,B)))),
% quotient(i(A),quotient(C,B))),
% j(j(quotient(quotient(quotient(C,B),
% j(j(quotient(C,B)))),
% quotient(i(A),quotient(C,B)))))),
% quotient(i(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(
% quotient(C,B),
% j(
% j(
% quotient(C,B)))),
% quotient(i(A),
% quotient(C,B)))),C))),
% i(quotient(quotient(quotient(C,B),
% j(j(quotient(C,B)))),quotient(
% i(A),
% quotient(C,B)))))),
% quotient(quotient(quotient(C,B),j(j(quotient(C,B)))),
% quotient(i(A),quotient(C,B)))),j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(j(quotient(C,B)))),
% quotient(
% i(A),quotient(C,B))),
% j(j(quotient(
% quotient(
% quotient(C,B),
% j(j(
% quotient(C,B)))),
% quotient(
% i(A),
% quotient(C,B)))))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(C,B),
% j(j(
% quotient(C,B)))),
% quotient(
% i(A),
% quotient(C,B)))),C))),
% i(quotient(
% quotient(
% quotient(C,B),
% j(j(quotient(C,B)))),
% quotient(
% i(A),
% quotient(C,B)))))),
% quotient(
% quotient(
% quotient(C,B),
% j(j(quotient(C,B)))),
% quotient(
% i(A),quotient(C,B))))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),B),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),B)))),
% quotient(i(A),
% quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),B)))),
% i(A))),A),j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(i(B)),C))),
% i(i(B)))),
% i(B)),B),
% j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),B)))),
% quotient(
% i(A),quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),B)))),
% i(A))),A)))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(
% quotient(C,B),
% j(
% j(
% quotient(C,B)))),
% quotient(i(A),
% quotient(C,B))),
% j(j(quotient(quotient(
% quotient(C,B),
% j(j(quotient(C,B)))),
% quotient(i(A),quotient(C,B)))))),
% quotient(i(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(
% quotient(C,B),
% j(j(quotient(C,B)))),
% quotient(
% i(A),quotient(C,B)))),C))),
% i(quotient(quotient(quotient(C,B),
% j(j(quotient(C,B)))),
% quotient(i(A),quotient(C,B)))))),
% quotient(quotient(quotient(C,B),j(j(quotient(C,B)))),
% quotient(i(A),quotient(C,B))))),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(i(B)))),
% i(B)),B),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),B)))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(i(B)))),
% i(B)),B)))),
% i(A))),A)))),
% i(quotient(quotient(quotient(quotient(quotient(quotient(C,B),
% j(j(quotient(C,B)))),quotient(
% i(A),
% quotient(C,B))),
% j(j(quotient(quotient(quotient(C,B),j(j(
% quotient(C,B)))),
% quotient(i(A),quotient(C,B)))))),quotient(
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,B),
% j(
% j(
% quotient(C,B)))),
% quotient(
% i(A),
% quotient(C,B)))),C))),
% i(quotient(
% quotient(
% quotient(C,B),
% j(
% j(
% quotient(C,B)))),
% quotient(
% i(A),
% quotient(C,B)))))),
% quotient(quotient(quotient(C,B),j(j(quotient(C,B)))),quotient(
% i(A),
% quotient(C,B))))))),
% quotient(quotient(quotient(quotient(quotient(quotient(C,B),j(j(quotient(C,B)))),
% quotient(i(A),quotient(C,B))),j(j(quotient(
% quotient(
% quotient(C,B),
% j(j(quotient(C,B)))),
% quotient(
% i(A),quotient(C,B)))))),
% quotient(i(quotient(quotient(C,j(j(C))),quotient(i(quotient(
% quotient(
% quotient(C,B),
% j(j(quotient(C,B)))),
% quotient(
% i(A),quotient(C,B)))),C))),
% i(quotient(quotient(quotient(C,B),j(j(quotient(C,B)))),quotient(
% i(A),
% quotient(C,B)))))),
% quotient(quotient(quotient(C,B),j(j(quotient(C,B)))),quotient(i(A),quotient(C,B)))))
% -> quotient(C,B)
% Current number of equations to process: 381
% Current number of ordered equations: 0
% Current number of rules: 104
% New rule produced :
% [510]
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))))),
% quotient(i(B),
% quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))),
% quotient(i(i(B)),
% quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))))),
% i(B))),B),i(B)) ->
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),A),
% j(A))))),A)),
% j(A)),B),i(B))
% Current number of equations to process: 380
% Current number of ordered equations: 0
% Current number of rules: 105
% New rule produced :
% [511]
% quotient(quotient(quotient(quotient(A,j(j(A))),j(j(quotient(A,j(j(A)))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% j(
% j(A)),
% j(A)),
% j(
% j(
% quotient(
% j(
% j(A)),
% j(A))))),
% quotient(A,
% quotient(
% j(
% j(A)),
% j(A))))),A)),
% j(A)),quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),A),
% j(A)),j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),A),
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(j(quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(j(quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A)))))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),A),
% j(A))),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(j(quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(j(quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))))),
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),A),
% j(A))))),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),A),
% j(A))),A)),
% j(j(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% j(j(A)),
% j(A)),j(
% j(
% quotient(
% j(
% j(A)),
% j(A))))),
% quotient(A,
% quotient(
% j(j(A)),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),A),
% j(A)),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),A),
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A)))))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),A),
% j(A))),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))))),
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),A),
% j(A))))),
% quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),A),
% j(A))),A))))),
% quotient(i(quotient(A,j(j(A)))),quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% j(j(A)),
% j(A)),
% j(j(quotient(
% j(
% j(A)),
% j(A))))),
% quotient(A,
% quotient(
% j(j(A)),
% j(A))))),A)),
% j(A)),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A)))))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),A),
% j(A))),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))))),
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),A),
% j(A))))),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),A),
% j(A))),A))))),
% i(quotient(A,j(j(A)))))),quotient(A,j(j(A)))) ->
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),B),
% j(B))))),B)),
% j(B)),j(A)),A)
% Current number of equations to process: 378
% Current number of ordered equations: 0
% Current number of rules: 106
% New rule produced :
% [512]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(A,B))),A)),
% j(A))),j(A))),j(j(A))) ->
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(A,B)),A),j(A))
% Current number of equations to process: 377
% Current number of ordered equations: 0
% Current number of rules: 107
% New rule produced :
% [513]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))))),
% i(A))),A),A))
% -> quotient(A,j(A))
% Current number of equations to process: 376
% Current number of ordered equations: 0
% Current number of rules: 108
% New rule produced :
% [514]
% quotient(quotient(quotient(A,B),j(B)),quotient(quotient(quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),
% j(j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C))))),
% i(A))),A),B)))
% -> j(B)
% Current number of equations to process: 375
% Current number of ordered equations: 0
% Current number of rules: 109
% New rule produced :
% [515]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(B,
% i(A)),A),
% j(j(quotient(
% quotient(B,
% i(A)),A)))),
% quotient(i(A),quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A) <->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(C,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(C,
% i(A)),A)))),
% quotient(i(A),
% quotient(quotient(C,
% i(A)),A)))),
% i(A))),A),quotient(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(A)),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(A)),C))))),
% quotient(
% i(B),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(A)),C))))),
% i(B))),B),
% i(A)))
% Current number of equations to process: 374
% Current number of ordered equations: 1
% Current number of rules: 110
% New rule produced :
% [516]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(C,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(C,
% i(A)),A)))),
% quotient(i(A),
% quotient(quotient(C,
% i(A)),A)))),
% i(A))),A),quotient(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(A)),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(A)),C))))),
% quotient(
% i(B),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(A)),C))))),
% i(B))),B),
% i(A))) <->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(B,
% i(A)),A),
% j(j(quotient(
% quotient(B,
% i(A)),A)))),
% quotient(i(A),quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)
% Current number of equations to process: 374
% Current number of ordered equations: 0
% Current number of rules: 111
% New rule produced :
% [517]
% quotient(A,quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(C)),
% j(
% j(
% quotient(A,
% j(C))))),
% quotient(
% i(C),
% quotient(A,
% j(C))))),
% i(C))),C),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(C)),
% j(
% j(
% quotient(A,
% j(C))))),
% quotient(
% i(C),
% quotient(A,
% j(C))))),
% i(C))),C)))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(C)),
% j(
% j(
% quotient(A,
% j(C))))),
% quotient(
% i(C),
% quotient(A,
% j(C))))),
% i(C))),C)))),
% i(B))),B),C)) ->
% quotient(quotient(C,j(j(C))),quotient(i(B),C))
% Current number of equations to process: 373
% Current number of ordered equations: 0
% Current number of rules: 112
% New rule produced :
% [518]
% quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(A,j(j(A))),
% i(A)),i(A))),i(A))) -> A
% Current number of equations to process: 380
% Current number of ordered equations: 0
% Current number of rules: 113
% New rule produced :
% [519]
% quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(A,
% j(j(A)))),
% i(A))),A)),A)) -> i(A)
% Current number of equations to process: 379
% Current number of ordered equations: 0
% Current number of rules: 114
% New rule produced :
% [520]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))))),
% i(C))),C),A)),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B)),
% j(j(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))))),
% i(C))),C),A))))),
% quotient(i(A),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B)),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))))),
% i(C))),C),A))))),
% i(A))),A) -> C
% Current number of equations to process: 378
% Current number of ordered equations: 0
% Current number of rules: 115
% New rule produced :
% [521]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))))),
% i(C))),C),A)),C)
% -> A
% Current number of equations to process: 377
% Current number of ordered equations: 0
% Current number of rules: 116
% New rule produced :
% [522]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),A),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),A),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(C,j(j(C))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B),
% j(j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(j(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),
% quotient(B,
% j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(
% j(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B),
% j(j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(j(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),
% quotient(B,
% j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% i(C))),C),A))
% <->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(C,A),
% j(A)),
% j(j(quotient(
% quotient(C,A),
% j(A))))),
% quotient(A,quotient(
% quotient(C,A),
% j(A))))),A)),
% j(A))
% Current number of equations to process: 376
% Current number of ordered equations: 1
% Current number of rules: 117
% New rule produced :
% [523]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(C,A),
% j(A)),
% j(j(quotient(
% quotient(C,A),
% j(A))))),
% quotient(A,quotient(
% quotient(C,A),
% j(A))))),A)),
% j(A)) <->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),A),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),A),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(C,j(j(C))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B),
% j(j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(j(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),
% quotient(B,
% j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(
% j(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B),
% j(j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(j(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),
% quotient(B,
% j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% i(C))),C),A))
% Current number of equations to process: 376
% Current number of ordered equations: 0
% Current number of rules: 118
% New rule produced :
% [524]
% quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(A,B))),A)),
% j(A))),j(A))) -> B
% Rule
% [512]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(A,B))),A)),
% j(A))),j(A))),j(j(A))) ->
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(A,B)),A),j(A))
% collapsed.
% Current number of equations to process: 376
% Current number of ordered equations: 0
% Current number of rules: 118
% New rule produced :
% [525]
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(A,B)),A),j(A)) ->
% quotient(B,j(j(A)))
% Rule
% [494]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(A,B))),A)),
% j(A)),j(j(A))),quotient(quotient(quotient(quotient(B,
% j(j(B))),
% quotient(A,B)),A),
% j(A))) -> j(j(A)) collapsed.
% Current number of equations to process: 376
% Current number of ordered equations: 0
% Current number of rules: 118
% New rule produced :
% [526]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))),
% i(A))),A),A),
% j(A)),A) ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A))))),
% j(
% j(
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(A,
% j(
% j(A))))),
% j(
% quotient(A,
% j(
% j(A))))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(quotient(A,
% j(j(A)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(j(A)))),
% j(quotient(A,
% j(j(A))))),
% j(j(quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% quotient(B,
% quotient(A,
% j(j(A)))),
% j(quotient(A,
% j(j(A)))))))),
% quotient(A,
% j(j(A))))),
% j(quotient(A,
% j(j(A)))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(quotient(A,
% j(
% j(A)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(j(A)))),
% j(quotient(A,
% j(
% j(A))))),
% j(j(
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% quotient(B,
% quotient(A,
% j(j(A)))),
% j(quotient(A,
% j(
% j(A)))))))),
% quotient(A,
% j(j(A))))),
% j(quotient(A,
% j(j(A)))))))),
% i(A))),A)
% Current number of equations to process: 375
% Current number of ordered equations: 0
% Current number of rules: 119
% New rule produced :
% [527]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(i(B)),A)),quotient(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(A,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% i(B)),B)))),
% i(B))),B),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(A,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% i(B)),B)))),
% i(B))),B)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(A,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% i(B)),B)))),
% i(B))),B)))),
% i(C))),C),A))
% -> quotient(quotient(A,j(j(A))),quotient(i(C),A))
% Current number of equations to process: 374
% Current number of ordered equations: 0
% Current number of rules: 120
% New rule produced :
% [528]
% quotient(quotient(quotient(quotient(quotient(A,j(A)),j(j(quotient(A,j(A))))),
% quotient(i(i(A)),quotient(A,j(A)))),j(quotient(A,j(A)))),A)
% -> quotient(A,j(A))
% Current number of equations to process: 373
% Current number of ordered equations: 0
% Current number of rules: 121
% New rule produced :
% [529]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% j(B)),
% j(B))))),
% quotient(
% i(
% i(
% quotient(B,
% j(B)))),
% quotient(
% quotient(B,
% j(B)),
% j(B))))),
% i(
% i(
% quotient(B,
% j(B)))))),
% i(
% quotient(B,
% j(B)))),
% quotient(B,
% j(B))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% j(B)),
% j(B))))),
% quotient(
% i(
% i(
% quotient(B,
% j(B)))),
% quotient(
% quotient(B,
% j(B)),
% j(B))))),
% i(
% i(
% quotient(B,
% j(B)))))),
% i(
% quotient(B,
% j(B)))),
% quotient(B,
% j(B)))))),
% quotient(i(A),
% quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% j(B)),
% j(B))))),
% quotient(
% i(
% i(
% quotient(B,
% j(B)))),
% quotient(
% quotient(B,
% j(B)),
% j(B))))),
% i(
% i(
% quotient(B,
% j(B)))))),
% i(
% quotient(B,
% j(B)))),
% quotient(B,
% j(B)))))),i(A))),A),B)
% ->
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(A),B)),
% j(j(quotient(quotient(B,j(j(B))),quotient(i(A),B))))),
% quotient(i(quotient(quotient(quotient(quotient(B,j(B)),j(B)),
% j(j(quotient(quotient(B,j(B)),j(B))))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% quotient(
% quotient(B,
% j(B)),
% j(B))))),
% i(quotient(quotient(B,j(j(B))),quotient(i(A),B))))),quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B)))
% Current number of equations to process: 372
% Current number of ordered equations: 0
% Current number of rules: 122
% New rule produced :
% [530]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% j(
% j(
% quotient(B,
% j(
% j(B)))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(
% quotient(B,
% j(
% j(B))))),
% j(
% j(B))))),
% i(
% i(
% quotient(B,
% j(
% j(B))))))),
% i(
% quotient(B,
% j(
% j(B))))),
% quotient(B,
% j(
% j(B)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% j(
% j(
% quotient(B,
% j(
% j(B)))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(
% quotient(B,
% j(
% j(B))))),
% j(
% j(B))))),
% i(
% i(
% quotient(B,
% j(
% j(B))))))),
% i(
% quotient(B,
% j(
% j(B))))),
% quotient(B,
% j(
% j(B))))))),
% quotient(i(A),
% quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% j(
% j(
% quotient(B,
% j(
% j(B)))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(
% quotient(B,
% j(
% j(B))))),
% j(
% j(B))))),
% i(
% i(
% quotient(B,
% j(
% j(B))))))),
% i(
% quotient(B,
% j(
% j(B))))),
% quotient(B,
% j(j(B))))))),
% i(A))),A),B) ->
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(A),B)),
% j(j(quotient(quotient(B,j(j(B))),quotient(i(A),B))))),
% quotient(i(quotient(quotient(B,j(j(B))),quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% j(j(B))))),i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))))),
% quotient(quotient(B,j(j(B))),quotient(i(A),B)))
% Current number of equations to process: 371
% Current number of ordered equations: 0
% Current number of rules: 123
% New rule produced :
% [531]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))),
% i(C))),C),j(j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))),
% i(C))),C)))),
% quotient(i(A),quotient(quotient(quotient(C,
% j(j(C))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))),
% i(C))),C))),
% j(j(quotient(quotient(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))),
% i(C))),C),j(j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))),
% i(C))),C)))),
% quotient(i(A),quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(B,
% j(j(B))),
% quotient(i(C),B))),
% i(C))),C)))))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(C)),
% j(j(quotient(C,
% j(C))))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(C,
% j(C))),B))),
% i(quotient(C,
% j(C))))),
% quotient(C,
% j(C))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(C,
% j(C)),
% j(
% j(
% quotient(C,
% j(C))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(C,
% j(C))),B))),
% i(
% quotient(C,
% j(C))))),
% quotient(C,
% j(C)))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(C)),
% j(j(quotient(C,
% j(C))))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(C,
% j(C))),B))),
% i(quotient(C,
% j(C))))),
% quotient(C,
% j(C)))))),C)),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(C)),
% j(
% j(
% quotient(C,
% j(C))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(C,
% j(C))),B))),
% i(
% quotient(C,
% j(C))))),
% quotient(C,
% j(C))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(C)),
% j(
% j(
% quotient(C,
% j(C))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(C,
% j(C))),B))),
% i(
% quotient(C,
% j(C))))),
% quotient(C,
% j(C)))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(C)),
% j(
% j(
% quotient(C,
% j(C))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(C,
% j(C))),B))),
% i(
% quotient(C,
% j(C))))),
% quotient(C,
% j(C)))))),C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))),
% i(C))),C),
% j(j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))),
% i(C))),C)))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))),
% i(C))),C)))),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(C)),
% j(j(quotient(C,
% j(C))))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(C,
% j(C))),B))),
% i(quotient(C,
% j(C))))),
% quotient(C,
% j(C))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(C,
% j(C)),
% j(
% j(
% quotient(C,
% j(C))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(C,
% j(C))),B))),
% i(
% quotient(C,
% j(C))))),
% quotient(C,
% j(C)))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(C)),
% j(j(quotient(C,
% j(C))))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(C,
% j(C))),B))),
% i(quotient(C,
% j(C))))),
% quotient(C,
% j(C)))))),C))))),
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))),
% i(C))),C),
% j(j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))),
% i(C))),C)))),
% quotient(
% i(A),quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))),
% i(C))),C)))))),
% quotient(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))),
% i(C))),C),j(j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))),
% i(C))),C)))),
% quotient(i(A),quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))),
% i(C))),C)))) ->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(A),B))),
% i(A))),A),quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))),
% i(C))),C))
% Current number of equations to process: 370
% Current number of ordered equations: 0
% Current number of rules: 124
% New rule produced :
% [532]
% quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B)),
% j(
% j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% i(
% i(B)))),
% i(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B)),
% j(
% j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% i(
% i(B)))),
% i(B))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B)),
% j(
% j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% i(
% i(B)))),
% i(B)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(i(B))),
% i(B)),
% j(j(quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(i(B)),
% quotient(
% quotient(A,
% i(i(B))),
% i(B))))),
% i(i(B)))),
% i(B)),j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B)),
% j(
% j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% i(
% i(B)))),
% i(B))))),
% quotient(
% i(B),quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B)),
% j(
% j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% i(
% i(B)))),
% i(B))))))),
% quotient(i(i(i(B))),
% quotient(quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B)),
% j(
% j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% i(
% i(B)))),
% i(B)),
% j(j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(i(B))),
% i(B)),
% j(j(quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(i(B)),
% quotient(
% quotient(A,
% i(i(B))),
% i(B))))),
% i(i(B)))),
% i(B))))),
% quotient(i(B),quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(i(B))),
% i(B)),
% j(j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(i(B)),
% quotient(
% quotient(A,
% i(i(B))),
% i(B))))),
% i(i(B)))),
% i(B))))))),
% i(i(i(B))))),i(i(B))) ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(
% quotient(B,
% j(
% j(B)))),B)),
% j(B))),A)),i(i(B)))
% Current number of equations to process: 369
% Current number of ordered equations: 0
% Current number of rules: 125
% New rule produced :
% [533]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(A,B))),A)),
% j(A)),j(j(A))),quotient(B,j(j(A)))) -> j(j(A))
% Current number of equations to process: 368
% Current number of ordered equations: 0
% Current number of rules: 126
% New rule produced :
% [534]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),A),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),A)))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),A)),B))),
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),A)))),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),A)),B)),
% j(j(quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(j(quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),A),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),A)))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),A)),B))),
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),A)))),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(j(quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),A)),B))))),
% quotient(i(A),quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),A),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),A)))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),A)),B))),
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),A)))),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),A)),B))))),
% i(A))),A) ->
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(quotient(quotient(C,quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),j(j(quotient(
% quotient(C,
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% quotient(quotient(C,quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(A),B))),
% i(A))),A))),j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))
% Current number of equations to process: 367
% Current number of ordered equations: 0
% Current number of rules: 127
% New rule produced :
% [535]
% quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(A,C)),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(A,C)),B))))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(A,C)),B))))),
% i(C))),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(A,C)),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(A,C)),B))))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(A,C)),B))))),
% i(C))),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(A,C)),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(A,C)),B))))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(A,C)),B))))),
% i(C))),C),
% j(C))))),C)),
% j(C)),
% j(j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(A,C)),B)),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(A,C)),B))))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(A,C)),B))))),
% i(C))),C),
% j(C)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(A,C)),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(A,C)),B))))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(A,C)),B))))),
% i(C))),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(A,C)),B)),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(A,C)),B))))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(A,C)),B))))),
% i(C))),C),
% j(C))))),C)),
% j(C))))),
% quotient(i(B),quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(A,C)),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(A,C)),B))))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(A,C)),B))))),
% i(C))),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(A,C)),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(A,C)),B))))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(A,C)),B))))),
% i(C))),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(A,C)),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(A,C)),B))))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(A,C)),B))))),
% i(C))),C),
% j(C))))),C)),
% j(C))))),
% i(B))),B) ->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))),
% i(C))),C)),C)
% Current number of equations to process: 366
% Current number of ordered equations: 0
% Current number of rules: 128
% Rule [515]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(j(quotient(
% quotient(B,
% i(A)),A)))),
% quotient(i(A),quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A) <->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(C,
% i(A)),A),
% j(j(quotient(
% quotient(C,
% i(A)),A)))),
% quotient(
% i(A),quotient(
% quotient(C,
% i(A)),A)))),
% i(A))),A),quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(i(A)),C)),
% j(j(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(A)),C))))),
% quotient(
% i(B),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(i(A)),C))))),
% i(B))),B),
% i(A))) is composed into 
% [515]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(B,
% i(A)),A),
% j(j(quotient(
% quotient(B,
% i(A)),A)))),
% quotient(i(A),quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A) <->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(C,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(C,
% i(A)),A)))),
% quotient(i(A),
% quotient(quotient(C,
% i(A)),A)))),
% i(A))),A),quotient(quotient(
% quotient(
% quotient(
% quotient(
% i(A),
% j(j(i(A)))),
% quotient(
% i(B),
% i(A))),
% j(j(
% quotient(
% quotient(
% i(A),
% j(
% j(i(A)))),
% quotient(
% i(B),
% i(A)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),
% j(
% j(i(A)))),
% quotient(
% i(C),
% i(A))),
% j(
% j(
% quotient(
% quotient(
% i(A),
% j(
% j(i(A)))),
% quotient(
% i(C),
% i(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% i(A),
% j(
% j(i(A)))),
% quotient(
% i(B),
% i(A)))),
% quotient(
% quotient(
% i(A),
% j(
% j(i(A)))),
% quotient(
% i(C),
% i(A)))))),
% i(quotient(
% quotient(
% i(A),
% j(
% j(i(A)))),
% quotient(
% i(B),
% i(A)))))),
% quotient(quotient(
% i(A),
% j(j(i(A)))),
% quotient(i(B),
% i(A)))))
% Rule [507]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)) <->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% j(j(A)),
% j(A)),
% j(j(quotient(
% j(
% j(A)),
% j(A))))),
% quotient(A,
% quotient(
% j(j(A)),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(B,j(j(B))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A)))))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))))),
% i(B))),B),A)) is composed into 
% [507]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)) <->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% j(
% j(A)),
% j(A)),
% j(
% j(
% quotient(
% j(
% j(A)),
% j(A))))),
% quotient(A,
% quotient(j(j(A)),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(B),A)),j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(j(quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))),A)),
% j(j(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(quotient(A,
% i(A)),
% j(A))))),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),
% quotient(i(B),A))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(quotient(A,j(j(A))),quotient(i(B),A))))
% Rule [501]
% quotient(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(
% i(A),i(C))),
% j(j(quotient(quotient(C,j(j(C))),quotient(i(A),i(C)))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(j(quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),j(j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C)))),
% quotient(i(quotient(quotient(C,j(j(C))),quotient(
% i(A),
% i(C)))),
% quotient(quotient(quotient(C,j(j(C))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C)))),
% i(quotient(quotient(C,j(j(C))),quotient(i(A),i(C)))))),
% quotient(quotient(C,j(j(C))),quotient(i(A),i(C)))) <->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(C)),B)),
% j(j(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(C)),B))))),
% quotient(
% i(A),quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(C)),B))))),
% i(A))),A),i(C)) is composed into 
% [501]
% quotient(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(A),i(C))),
% j(j(quotient(quotient(C,j(j(C))),quotient(i(A),i(C)))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(i(C),
% quotient(quotient(B,
% i(C)),C)))),
% i(C))),C),j(j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(j(quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C)))),
% quotient(i(quotient(quotient(C,j(j(C))),quotient(
% i(A),i(C)))),
% quotient(quotient(quotient(C,j(j(C))),quotient(i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C)))),
% i(quotient(quotient(C,j(j(C))),quotient(i(A),i(C)))))),quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),
% i(C)))) <->
% quotient(quotient(quotient(quotient(quotient(i(C),j(j(i(C)))),quotient(
% i(A),i(C))),
% j(j(quotient(quotient(i(C),j(j(i(C)))),quotient(i(A),i(C)))))),
% quotient(i(quotient(quotient(quotient(quotient(i(C),j(j(i(C)))),
% quotient(i(B),i(C))),j(j(quotient(
% quotient(
% i(C),j(
% j(i(C)))),
% quotient(
% i(B),i(C)))))),
% quotient(i(quotient(quotient(i(C),j(j(i(C)))),quotient(
% i(A),
% i(C)))),
% quotient(quotient(i(C),j(j(i(C)))),quotient(i(B),i(C)))))),
% i(quotient(quotient(i(C),j(j(i(C)))),quotient(i(A),i(C)))))),
% quotient(quotient(i(C),j(j(i(C)))),quotient(i(A),i(C))))
% Rule [485]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),
% j(j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C)))),
% quotient(
% i(i(B)),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C)))),
% i(i(B)))),
% i(B)),B),
% j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C)))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C)))),
% i(
% i(B)))),
% i(B)),B)))),
% quotient(
% i(A),quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C)))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C)))),
% i(
% i(B)))),
% i(B)),B)))),
% i(A))),A),i(C)) ->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(C)),B)),
% j(j(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(C)),B))))),
% quotient(
% i(A),quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(C)),B))))),
% i(A))),A),i(C)) is composed into 
% [485]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C)))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C)))),
% i(
% i(B)))),
% i(B)),B),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C)))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C)))),
% i(
% i(B)))),
% i(B)),B)))),
% quotient(i(A),
% quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C)))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C)))),
% i(
% i(B)))),
% i(B)),B)))),
% i(A))),A),i(C)) ->
% quotient(quotient(quotient(quotient(quotient(i(C),j(j(i(C)))),quotient(
% i(A),i(C))),
% j(j(quotient(quotient(i(C),j(j(i(C)))),quotient(i(A),i(C)))))),
% quotient(i(quotient(quotient(quotient(quotient(i(C),j(j(i(C)))),
% quotient(i(B),i(C))),j(j(quotient(
% quotient(
% i(C),j(
% j(i(C)))),
% quotient(
% i(B),i(C)))))),
% quotient(i(quotient(quotient(i(C),j(j(i(C)))),quotient(
% i(A),
% i(C)))),
% quotient(quotient(i(C),j(j(i(C)))),quotient(i(B),i(C)))))),
% i(quotient(quotient(i(C),j(j(i(C)))),quotient(i(A),i(C)))))),
% quotient(quotient(i(C),j(j(i(C)))),quotient(i(A),i(C))))
% Rule [477]
% quotient(quotient(quotient(quotient(A,j(j(A))),j(j(quotient(A,j(j(A)))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(j(quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(i(quotient(A,j(j(A)))),quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% i(quotient(A,j(j(A)))))),quotient(A,j(j(A)))) ->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B)),
% j(j(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))))),
% quotient(
% i(A),quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))))),
% i(A))),A),i(A)) is composed into 
% [477]
% quotient(quotient(quotient(quotient(A,j(j(A))),j(j(quotient(A,j(j(A)))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(i(A),
% quotient(quotient(B,
% i(A)),A)))),
% i(A))),A),j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(j(quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(i(quotient(A,j(j(A)))),quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(j(quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% i(quotient(A,j(j(A)))))),quotient(A,j(j(A)))) ->
% quotient(quotient(quotient(quotient(quotient(i(A),j(j(i(A)))),quotient(
% i(A),i(A))),
% j(j(quotient(quotient(i(A),j(j(i(A)))),quotient(i(A),i(A)))))),
% quotient(i(quotient(quotient(quotient(quotient(i(A),j(j(i(A)))),
% quotient(i(B),i(A))),j(j(quotient(
% quotient(
% i(A),j(
% j(i(A)))),
% quotient(
% i(B),i(A)))))),
% quotient(i(quotient(quotient(i(A),j(j(i(A)))),quotient(
% i(A),
% i(A)))),
% quotient(quotient(i(A),j(j(i(A)))),quotient(i(B),i(A)))))),
% i(quotient(quotient(i(A),j(j(i(A)))),quotient(i(A),i(A)))))),
% quotient(quotient(i(A),j(j(i(A)))),quotient(i(A),i(A))))
% New rule produced :
% [536]
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(i(B),
% quotient(quotient(C,
% j(
% j(C))),
% quotient(i(A),C))))),
% i(B))),B),A) ->
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(C),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(C),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(B),A))),
% quotient(quotient(A,j(j(A))),quotient(i(C),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))
% Rule
% [462]
% quotient(A,quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% i(B))),B),C)) ->
% quotient(quotient(C,j(j(C))),quotient(i(B),C)) collapsed.
% Rule
% [500]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(C)),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(C)),B))))),
% quotient(i(A),
% quotient(quotient(B,
% j(
% j(B))),
% quotient(i(i(C)),B))))),
% i(A))),A),i(C)) <->
% quotient(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(A),i(C))),
% j(j(quotient(quotient(C,j(j(C))),quotient(i(A),i(C)))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(i(C),
% quotient(quotient(B,
% i(C)),C)))),
% i(C))),C),j(j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(j(quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C)))),
% quotient(i(quotient(quotient(C,j(j(C))),quotient(
% i(A),i(C)))),
% quotient(quotient(quotient(C,j(j(C))),quotient(i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C)))),
% i(quotient(quotient(C,j(j(C))),quotient(i(A),i(C)))))),quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),
% i(C))))
% collapsed.
% Rule
% [504]
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(A,B)),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(A,B)),C))))),
% quotient(i(B),
% quotient(quotient(C,
% j(
% j(C))),
% quotient(i(
% quotient(A,B)),C))))),
% i(B))),B),quotient(A,B)) ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(A,B),
% j(
% j(
% quotient(A,B)))),
% quotient(
% i(C),
% quotient(A,B))),
% j(j(quotient(
% quotient(
% quotient(A,B),
% j(j(quotient(A,B)))),
% quotient(
% i(C),quotient(A,B)))))),
% quotient(i(A),quotient(
% quotient(
% quotient(A,B),
% j(j(quotient(A,B)))),
% quotient(
% i(C),quotient(A,B)))))),
% i(A))),A) collapsed.
% Rule
% [506]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(C,B)),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(C,B)),B))))),
% quotient(i(A),
% quotient(quotient(B,
% j(
% j(B))),
% quotient(i(
% quotient(C,B)),B))))),
% i(A))),A),quotient(C,B)) ->
% quotient(quotient(quotient(quotient(quotient(quotient(C,B),j(j(quotient(C,B)))),
% quotient(i(A),quotient(C,B))),j(j(quotient(
% quotient(
% quotient(C,B),
% j(j(quotient(C,B)))),
% quotient(
% i(A),quotient(C,B)))))),
% quotient(i(quotient(quotient(C,j(j(C))),quotient(i(quotient(
% quotient(
% quotient(C,B),
% j(j(quotient(C,B)))),
% quotient(
% i(A),quotient(C,B)))),C))),
% i(quotient(quotient(quotient(C,B),j(j(quotient(C,B)))),quotient(
% i(A),
% quotient(C,B)))))),
% quotient(quotient(quotient(C,B),j(j(quotient(C,B)))),quotient(i(A),quotient(C,B))))
% collapsed.
% Rule
% [508]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% j(
% j(A)),
% j(A)),
% j(
% j(
% quotient(
% j(
% j(A)),
% j(A))))),
% quotient(A,
% quotient(j(j(A)),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(B,j(j(B))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(j(quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(j(quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A)))))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(j(quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(j(quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))))),
% i(B))),B),A))
% <->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)) collapsed.
% Rule
% [510]
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))))),
% quotient(i(B),
% quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))),
% quotient(i(i(B)),
% quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))))),
% i(B))),B),i(B)) ->
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),A),
% j(A))))),A)),
% j(A)),B),i(B)) collapsed.
% Rule
% [511]
% quotient(quotient(quotient(quotient(A,j(j(A))),j(j(quotient(A,j(j(A)))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% j(
% j(A)),
% j(A)),
% j(
% j(
% quotient(
% j(
% j(A)),
% j(A))))),
% quotient(A,
% quotient(
% j(
% j(A)),
% j(A))))),A)),
% j(A)),quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),A),
% j(A)),j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),A),
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(j(quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(j(quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A)))))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),A),
% j(A))),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(j(quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(j(quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))))),
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),A),
% j(A))))),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),A),
% j(A))),A)),
% j(j(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% j(j(A)),
% j(A)),j(
% j(
% quotient(
% j(
% j(A)),
% j(A))))),
% quotient(A,
% quotient(
% j(j(A)),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),A),
% j(A)),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),A),
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A)))))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),A),
% j(A))),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))))),
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),A),
% j(A))))),
% quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),A),
% j(A))),A))))),
% quotient(i(quotient(A,j(j(A)))),quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% j(j(A)),
% j(A)),
% j(j(quotient(
% j(
% j(A)),
% j(A))))),
% quotient(A,
% quotient(
% j(j(A)),
% j(A))))),A)),
% j(A)),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A)))))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),A),
% j(A))),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))))))),
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),A),
% j(A))))),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),A),
% j(A))),A))))),
% i(quotient(A,j(j(A)))))),quotient(A,j(j(A)))) ->
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),B),
% j(B))))),B)),
% j(B)),j(A)),A) collapsed.
% Rule
% [513]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))))),
% i(A))),A),A))
% -> quotient(A,j(A)) collapsed.
% Rule
% [516]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(C,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(C,
% i(A)),A)))),
% quotient(i(A),
% quotient(quotient(C,
% i(A)),A)))),
% i(A))),A),quotient(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(A)),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(A)),C))))),
% quotient(
% i(B),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(A)),C))))),
% i(B))),B),
% i(A))) <->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(B,
% i(A)),A),
% j(j(quotient(
% quotient(B,
% i(A)),A)))),
% quotient(i(A),quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A) collapsed.
% Rule
% [520]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))))),
% i(C))),C),A)),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B)),
% j(j(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))))),
% i(C))),C),A))))),
% quotient(i(A),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B)),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))))),
% i(C))),C),A))))),
% i(A))),A) -> C collapsed.
% Rule
% [521]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))))),
% i(C))),C),A)),C)
% -> A collapsed.
% The conjecture has been reduced. 
% Conjecture is now:
% quotient(quotient(x0,j(j(x0))),quotient(i(quotient(quotient(x0,j(j(x0))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(x0,
% j(x0)),
% j(j(quotient(x0,
% j(x0))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(x0,
% j(j(x0))),
% quotient(
% i(x1),x0)),
% j(j(quotient(
% quotient(x0,
% j(
% j(x0))),
% quotient(
% i(x1),x0))))),
% quotient(
% i(quotient(x0,
% j(x0))),
% quotient(
% quotient(x0,
% j(j(x0))),
% quotient(
% i(x1),x0))))),
% i(quotient(x0,
% j(x0))))),
% quotient(x0,
% j(x0))),
% j(x0)),x0)),x0))),x0)) = 
% quotient(quotient(x0,j(j(x0))),quotient(i(x1),j(j(x0))))
% 
% Current number of equations to process: 372
% Current number of ordered equations: 0
% Current number of rules: 118
% New rule produced :
% [537]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A))))),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% i(A)),
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% quotient(
% quotient(B,
% i(A)),
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(A,
% j(
% j(A))))),
% j(
% quotient(A,
% j(
% j(A))))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(quotient(A,
% j(j(A)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),
% quotient(A,
% j(j(A)))),
% j(quotient(A,
% j(j(A))))),
% j(j(quotient(
% quotient(
% quotient(B,
% i(A)),
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% quotient(
% quotient(B,
% i(A)),
% quotient(A,
% j(j(A)))),
% j(quotient(A,
% j(j(A)))))))),
% quotient(A,
% j(j(A))))),
% j(quotient(A,
% j(j(A)))))))),
% quotient(i(i(A)),quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A))))),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% i(A)),
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% quotient(
% quotient(B,
% i(A)),
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(A,
% j(j(A))))),
% j(quotient(A,
% j(
% j(A)))))))),
% i(i(A)))),i(A)) ->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(quotient(B,A),
% j(A))))),A)),
% j(A)),i(A))
% Current number of equations to process: 371
% Current number of ordered equations: 0
% Current number of rules: 119
% New rule produced :
% [538] quotient(quotient(quotient(A,j(j(A))),i(A)),i(A)) -> quotient(A,j(A))
% Rule
% [518]
% quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(A,j(j(A))),
% i(A)),i(A))),i(A))) -> A
% collapsed.
% Current number of equations to process: 371
% Current number of ordered equations: 0
% Current number of rules: 119
% New rule produced :
% [539] quotient(quotient(A,j(j(A))),quotient(i(quotient(A,j(A))),i(A))) -> A
% Rule
% [479]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(A,j(A))),i(A))),A)
% -> one collapsed.
% Current number of equations to process: 370
% Current number of ordered equations: 0
% Current number of rules: 119
% New rule produced :
% [540]
% quotient(quotient(B,quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)))),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))))),
% quotient(i(A),
% quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))),
% quotient(A,quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)))))),
% j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)))),j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))))))),
% quotient(i(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)))),j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))))),
% quotient(
% i(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))))),B))),
% i(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)))),j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))))),
% quotient(i(A),quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))),
% quotient(A,quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))))))),
% quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))),
% quotient(A,quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)))),j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))))),
% quotient(i(A),quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(j(quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))),
% quotient(A,quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))))),B)),A) ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% i(A))),A)
% Current number of equations to process: 369
% Current number of ordered equations: 0
% Current number of rules: 120
% New rule produced :
% [541]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% j(
% j(A)),
% j(A)),
% j(
% j(
% quotient(
% j(
% j(A)),
% j(A))))),
% quotient(A,
% quotient(
% j(
% j(A)),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B)),A)),
% j(j(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)),A))))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(j(quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))),A)),
% j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))),A))))),
% quotient(i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)),A))),
% quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(j(quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))),A))))),
% i(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B)),A))))),
% quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B)),A)))),
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% i(B)),B),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% i(B)),B)))),
% i(B))),B),A),
% j(j(quotient(quotient(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% i(B)),B),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% i(B)),B)))),
% i(B))),B),A)))),
% quotient(i(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),
% j(j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(
% j(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B),
% j(j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(j(quotient(B,
% j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B),
% quotient(B,
% j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(i(quotient(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% i(B)),B),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% i(B)),B)))),
% i(B))),B),A)),
% quotient(quotient(quotient(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),
% j(j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))),
% quotient(i(quotient(quotient(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(
% j(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),
% quotient(B,
% j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% i(quotient(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% i(B)),B),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% i(B)),B)))),
% quotient(i(B),
% quotient(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% i(B)),B)))),
% i(B))),B),A)))),quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% i(B)),B),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% i(B)),B)))),
% i(B))),B),A)),A)),C)
% ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% i(B),A),
% j(A)),
% j(j(quotient(
% quotient(
% i(B),A),
% j(A))))),
% quotient(A,quotient(
% quotient(
% i(B),A),j(A))))),A)),
% j(A))
% Current number of equations to process: 368
% Current number of ordered equations: 0
% Current number of rules: 121
% New rule produced :
% [542]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))),
% i(C))),C),A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))),
% i(C))),C),A))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))),
% i(C))),C),A))))),
% i(A))),A),A),
% j(A)) -> quotient(quotient(C,A),j(A))
% Current number of equations to process: 367
% Current number of ordered equations: 0
% Current number of rules: 122
% New rule produced :
% [543]
% quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(A),B)),C)),A)) ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),quotient(C,A))
% Current number of equations to process: 366
% Current number of ordered equations: 0
% Current number of rules: 123
% New rule produced :
% [544]
% quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),i(B)))),
% i(A))),A)),A)) -> i(B)
% Current number of equations to process: 365
% Current number of ordered equations: 0
% Current number of rules: 124
% New rule produced :
% [545]
% quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),j(B)))),
% i(A))),A)),A)) -> j(B)
% Current number of equations to process: 364
% Current number of ordered equations: 0
% Current number of rules: 125
% New rule produced :
% [546]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% j(
% j(A)),
% j(A)),
% j(
% j(
% quotient(
% j(
% j(A)),
% j(A))))),
% quotient(A,
% quotient(
% j(
% j(A)),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B)),A)),
% j(j(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)),A))))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(j(quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))),A)),
% j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))),A))))),
% quotient(i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)),A))),
% quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(j(quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))),A))))),
% i(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B)),A))))),
% quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B)),A)))),
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(A,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% i(C)),C)))),
% i(C))),C),B),
% j(B)),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(A,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% i(C)),C)))),
% i(C))),C),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(A,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% i(C)),C)))),
% i(C))),C),B),
% j(B))))),B)),
% j(B)),A),j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(A,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% i(C)),C)))),
% i(C))),C),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(A,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% i(C)),C)))),
% i(C))),C),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(A,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% i(C)),C)))),
% i(C))),C),B),
% j(B))))),B)),
% j(B)),A)))),
% quotient(i(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),
% j(j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(
% j(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B),
% j(j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(j(quotient(B,
% j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B),
% quotient(B,
% j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(i(quotient(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(A,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% i(C)),C)))),
% i(C))),C),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(A,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% i(C)),C)))),
% i(C))),C),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(A,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% i(C)),C)))),
% i(C))),C),B),
% j(B))))),B)),
% j(B)),A)),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(
% j(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% i(quotient(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(A,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% i(C)),C)))),
% i(C))),C),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(A,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% i(C)),C)))),
% i(C))),C),B),
% j(B))))),
% quotient(B,
% quotient(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(A,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% i(C)),C)))),
% i(C))),C),B),
% j(B))))),B)),
% j(B)),A)))),quotient(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(A,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% i(C)),C)))),
% i(C))),C),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(A,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% i(C)),C)))),
% i(C))),C),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(A,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% i(C)),C)))),
% i(C))),C),B),
% j(B))))),B)),
% j(B)),A)),A)),
% i(C)) ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))
% Current number of equations to process: 363
% Current number of ordered equations: 0
% Current number of rules: 126
% New rule produced :
% [547]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(C),A)),j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A))))),A)),
% j(j(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A))))),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),
% quotient(i(C),A))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A))))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(C),A))))),
% quotient(quotient(A,j(j(A))),quotient(i(C),A)))) <->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(C,A),
% j(A)),
% j(j(quotient(
% quotient(C,A),
% j(A))))),
% quotient(A,quotient(
% quotient(C,A),
% j(A))))),A)),
% j(A))
% Current number of equations to process: 362
% Current number of ordered equations: 1
% Current number of rules: 127
% New rule produced :
% [548]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(C,A),
% j(A)),
% j(j(quotient(
% quotient(C,A),
% j(A))))),
% quotient(A,quotient(
% quotient(C,A),
% j(A))))),A)),
% j(A)) <->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(C),A)),j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A))))),A)),
% j(j(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A))))),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),
% quotient(i(C),A))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A))))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(C),A))))),
% quotient(quotient(A,j(j(A))),quotient(i(C),A))))
% Current number of equations to process: 362
% Current number of ordered equations: 0
% Current number of rules: 128
% New rule produced :
% [549]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(C,A),
% j(A)),
% j(j(quotient(
% quotient(C,A),
% j(A))))),
% quotient(A,quotient(
% quotient(C,A),
% j(A))))),A)),
% j(A)) <->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% j(B),
% j(A)),
% j(
% j(
% quotient(
% j(B),
% j(A))))),
% quotient(A,
% quotient(j(B),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(C),A)),j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B),B),
% j(B)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),B),
% j(B)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B),B),
% j(B)),
% j(A))))),A)),
% j(j(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),B),
% j(B)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),B),
% j(B)),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),B),
% j(B)),
% j(A))))),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),
% quotient(i(C),A))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),B),
% j(B)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),B),
% j(B)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),B),
% j(B)),
% j(A))))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(C),A))))),
% quotient(quotient(A,j(j(A))),quotient(i(C),A))))
% Current number of equations to process: 361
% Current number of ordered equations: 1
% Current number of rules: 129
% New rule produced :
% [550]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% j(B),
% j(A)),
% j(
% j(
% quotient(
% j(B),
% j(A))))),
% quotient(A,
% quotient(j(B),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(C),A)),j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B),B),
% j(B)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),B),
% j(B)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B),B),
% j(B)),
% j(A))))),A)),
% j(j(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),B),
% j(B)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),B),
% j(B)),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),B),
% j(B)),
% j(A))))),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),
% quotient(i(C),A))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),B),
% j(B)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),B),
% j(B)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),B),
% j(B)),
% j(A))))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(C),A))))),
% quotient(quotient(A,j(j(A))),quotient(i(C),A)))) <->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(C,A),
% j(A)),
% j(j(quotient(
% quotient(C,A),
% j(A))))),
% quotient(A,quotient(
% quotient(C,A),
% j(A))))),A)),
% j(A))
% Current number of equations to process: 361
% Current number of ordered equations: 0
% Current number of rules: 130
% New rule produced :
% [551]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(C,A),
% j(A)),
% j(j(quotient(
% quotient(C,A),
% j(A))))),
% quotient(A,quotient(
% quotient(C,A),
% j(A))))),A)),
% j(A)) <->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% i(B),
% j(A)),
% j(
% j(
% quotient(
% i(B),
% j(A))))),
% quotient(A,
% quotient(i(B),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(C),A)),j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(j(
% quotient(
% quotient(A,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% i(B)),B)))),
% i(B))),B),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(A,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% i(B)),B)))),
% i(B))),B),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(j(
% quotient(
% quotient(A,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% i(B)),B)))),
% i(B))),B),
% j(A))))),A)),
% j(j(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(A,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% i(B)),B)))),
% i(B))),B),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(A,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% i(B)),B)))),
% i(B))),B),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(A,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% i(B)),B)))),
% i(B))),B),
% j(A))))),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),
% quotient(i(C),A))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(A,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% i(B)),B)))),
% i(B))),B),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(A,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% i(B)),B)))),
% i(B))),B),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(A,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% i(B)),B)))),
% i(B))),B),
% j(A))))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(C),A))))),
% quotient(quotient(A,j(j(A))),quotient(i(C),A))))
% Current number of equations to process: 360
% Current number of ordered equations: 1
% Current number of rules: 131
% New rule produced :
% [552]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% i(B),
% j(A)),
% j(
% j(
% quotient(
% i(B),
% j(A))))),
% quotient(A,
% quotient(i(B),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(C),A)),j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(j(
% quotient(
% quotient(A,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% i(B)),B)))),
% i(B))),B),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(A,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% i(B)),B)))),
% i(B))),B),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(j(
% quotient(
% quotient(A,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% i(B)),B)))),
% i(B))),B),
% j(A))))),A)),
% j(j(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(A,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% i(B)),B)))),
% i(B))),B),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(A,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% i(B)),B)))),
% i(B))),B),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(A,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% i(B)),B)))),
% i(B))),B),
% j(A))))),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),
% quotient(i(C),A))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(A,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% i(B)),B)))),
% i(B))),B),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(A,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% i(B)),B)))),
% i(B))),B),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(A,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% i(B)),B)))),
% i(B))),B),
% j(A))))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(C),A))))),
% quotient(quotient(A,j(j(A))),quotient(i(C),A)))) <->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(C,A),
% j(A)),
% j(j(quotient(
% quotient(C,A),
% j(A))))),
% quotient(A,quotient(
% quotient(C,A),
% j(A))))),A)),
% j(A))
% Current number of equations to process: 360
% Current number of ordered equations: 0
% Current number of rules: 132
% New rule produced :
% [553]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),A),
% j(A)),B) -> j(A)
% Current number of equations to process: 358
% Current number of ordered equations: 0
% Current number of rules: 133
% New rule produced :
% [554]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(C,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(C,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% i(A)),A)))),
% i(A))),A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),B)),
% j(B)),
% i(A))),
% i(A))),
% j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),B)),
% j(B)),
% i(A))),
% i(A)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),
% i(A))),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),
% i(A)))))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),B)),
% j(B)),
% i(A))),
% i(A)))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),
% i(A)))))),
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),B)),
% j(B)),
% i(A))),
% i(A)))))),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),B)),
% j(B)),
% i(A))),
% i(A))))),C)
% ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(B,
% i(A)),A),
% j(j(quotient(
% quotient(B,
% i(A)),A)))),
% quotient(i(A),quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)
% Current number of equations to process: 357
% Current number of ordered equations: 0
% Current number of rules: 134
% New rule produced :
% [555]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(B),A)),j(j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(A),quotient(quotient(A,j(j(A))),
% quotient(i(B),A)))),j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(A),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(i(A)),B))),
% i(i(A)))),i(A)),j(j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(B),A)),j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(A),quotient(quotient(A,j(j(A))),
% quotient(i(B),A))))),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(i(A)))),
% i(A))))),
% i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(A),quotient(quotient(A,j(j(A))),quotient(i(B),A))))))),
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(A),quotient(quotient(A,j(j(A))),quotient(i(B),A))))) -> i(A)
% Current number of equations to process: 356
% Current number of ordered equations: 0
% Current number of rules: 135
% New rule produced :
% [556]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% j(
% j(A)),
% j(A)),
% j(
% j(
% quotient(
% j(
% j(A)),
% j(A))))),
% quotient(A,
% quotient(
% j(
% j(A)),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),B),
% j(B)),
% j(j(quotient(
% quotient(
% i(A),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% i(A),B),
% j(B))))),B)),
% j(B))),A)),
% j(j(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% i(A),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% i(A),B),
% j(B))))),B)),
% j(B))),A))))),
% quotient(i(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(j(quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))),A)),
% j(j(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))),A))))),
% quotient(i(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% i(A),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% i(A),B),
% j(B))))),B)),
% j(B))),A))),
% quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(j(quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,quotient(
% quotient(A,
% i(A)),
% j(A))))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% i(A),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% i(A),B),
% j(B))))),B)),
% j(B))),A))))),
% quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),B),
% j(B)),
% j(j(
% quotient(
% quotient(
% i(A),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% i(A),B),
% j(B))))),B)),
% j(B))),A)))),
% i(A)) ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A))))),
% j(
% j(
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(A,
% j(
% j(A))))),
% j(
% quotient(A,
% j(
% j(A))))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(quotient(A,
% j(j(A)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(j(A)))),
% j(quotient(A,
% j(j(A))))),
% j(j(quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% quotient(B,
% quotient(A,
% j(j(A)))),
% j(quotient(A,
% j(j(A)))))))),
% quotient(A,
% j(j(A))))),
% j(quotient(A,
% j(j(A)))))))),
% quotient(i(i(A)),quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A))))),
% j(
% j(
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(A,
% j(j(A))))),
% j(quotient(A,
% j(
% j(A)))))))),
% i(i(A)))),i(A))
% Current number of equations to process: 355
% Current number of ordered equations: 0
% Current number of rules: 136
% New rule produced :
% [557]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% j(A)))),
% j(A))),
% j(
% j(A))),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),
% j(A)))),
% j(A))),
% j(j(A)))))),
% quotient(A,quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),j(A)))),
% j(A))),j(j(A)))))),A)),
% j(A)) ->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(A),B))),
% i(A))),A),A)
% Current number of equations to process: 354
% Current number of ordered equations: 0
% Current number of rules: 137
% New rule produced :
% [558]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(A,j(j(A)))),
% i(A))),A),i(i(i(A)))) -> 
% i(A)
% Current number of equations to process: 352
% Current number of ordered equations: 0
% Current number of rules: 138
% New rule produced :
% [559]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),i(A)),A),
% j(j(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),i(A)),A)))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(B,A)),A)),
% j(j(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(B,A)),A))))),
% quotient(i(i(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),A))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(B,A)),A))))),
% i(i(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(B,
% j(j(B))),
% quotient(i(i(A)),B))),
% i(i(A)))),i(A)),A))))),i(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(i(A)))),
% i(A)),A))),
% quotient(B,A)) ->
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(i(A)))),
% i(A)),A),j(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(i(A)))),i(A)),A))),
% quotient(B,A))
% Current number of equations to process: 351
% Current number of ordered equations: 0
% Current number of rules: 139
% New rule produced :
% [560]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(A,j(A)),
% i(A))),i(A))),A) -> A
% Rule
% [495]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(A,
% j(A)),
% i(A))),
% i(A))),A),
% j(j(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(A,
% j(A)),i(A))),
% i(A))),A)))),
% quotient(i(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(A)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(A,
% j(A)),B),
% j(B))))),B)),
% j(B)),A)),quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(A,
% j(A)),
% i(A))),i(A))),A))),A)
% ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)) collapsed.
% Current number of equations to process: 351
% Current number of ordered equations: 0
% Current number of rules: 139
% New rule produced :
% [561]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(A,j(j(A)))),A)),
% j(A)),i(i(A))) -> A
% Current number of equations to process: 350
% Current number of ordered equations: 0
% Current number of rules: 140
% New rule produced :
% [562]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(A,j(j(A))),
% quotient(i(A),j(j(A))))),
% i(A))),A) -> quotient(A,j(j(A)))
% Current number of equations to process: 349
% Current number of ordered equations: 0
% Current number of rules: 141
% New rule produced :
% [563]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(
% j(A)))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(
% j(A)))),A)),
% j(A))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(
% j(A)))),A)),
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(A,
% j(j(A)))),A)),
% j(A)),j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(
% j(A)))),A)),
% j(A))))),
% quotient(
% i(B),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(
% j(A)))),A)),
% j(A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(A,
% j(j(A)))),A)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(
% j(A)))),A)),
% j(A))))),
% quotient(
% i(B),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(
% j(A)))),A)),
% j(A))))))),
% i(A))),A) <->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B)),
% i(
% i(A))),
% i(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B)),
% i(
% i(A))),
% i(A))))),
% quotient(i(i(A)),
% quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B)),
% i(
% i(A))),
% i(A))))),i(i(A)))),
% i(A)),A)
% Current number of equations to process: 348
% Current number of ordered equations: 1
% Current number of rules: 142
% New rule produced :
% [564]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B)),
% i(
% i(A))),
% i(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B)),
% i(
% i(A))),
% i(A))))),
% quotient(i(i(A)),
% quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B)),
% i(
% i(A))),
% i(A))))),i(i(A)))),
% i(A)),A) <->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(
% j(A)))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(
% j(A)))),A)),
% j(A))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(
% j(A)))),A)),
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(A,
% j(j(A)))),A)),
% j(A)),j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(
% j(A)))),A)),
% j(A))))),
% quotient(
% i(B),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(
% j(A)))),A)),
% j(A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(A,
% j(j(A)))),A)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(
% j(A)))),A)),
% j(A))))),
% quotient(
% i(B),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(
% j(A)))),A)),
% j(A))))))),
% i(A))),A)
% Current number of equations to process: 348
% Current number of ordered equations: 0
% Current number of rules: 143
% New rule produced :
% [565]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(j(quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)))),A)),A)),
% j(j(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)))),A)),A))))),
% quotient(i(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A))))),A)),
% j(j(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A))))),A))))),
% quotient(i(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)))),A)),A))),
% quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A))))),
% quotient(A,quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A))))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)))),A)),A))))),
% quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)))),A)),A)))),B)
% ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(B,
% j(A)),
% j(j(quotient(B,
% j(A))))),
% quotient(A,quotient(B,j(A))))),A)),
% j(A))
% Current number of equations to process: 347
% Current number of ordered equations: 0
% Current number of rules: 144
% New rule produced :
% [566]
% quotient(quotient(quotient(B,j(B)),j(B)),quotient(quotient(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),B)),B)),
% j(j(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),B)),B))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(B)),
% j(j(quotient(
% quotient(B,
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(B)),
% j(B))))),B)),
% j(j(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(B)),
% j(B))))),B))))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),B)),B))),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(B)),
% j(j(quotient(
% quotient(B,
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(B)),
% j(B))))),B))))),
% i(quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),B)),B))))),
% quotient(quotient(B,j(j(B))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),B)),B))))
% <->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),j(A)),j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),j(A))))),
% quotient(A,quotient(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(quotient(C,B),
% j(B))))),B)),
% j(B)),j(A)))),j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% j(A)),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% j(A))))),
% quotient(A,quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% j(A))))))),
% quotient(i(A),quotient(quotient(quotient(quotient(quotient(quotient(B,
% j(j(B))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),j(A)),j(j(quotient(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% j(A))))),quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% j(A))))))
% Current number of equations to process: 346
% Current number of ordered equations: 1
% Current number of rules: 145
% New rule produced :
% [567]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),j(A)),j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),j(A))))),
% quotient(A,quotient(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(quotient(C,B),
% j(B))))),B)),
% j(B)),j(A)))),j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% j(A)),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% j(A))))),
% quotient(A,quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% j(A))))))),
% quotient(i(A),quotient(quotient(quotient(quotient(quotient(quotient(B,
% j(j(B))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),j(A)),j(j(quotient(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% j(A))))),quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% j(A))))))
% <->
% quotient(quotient(quotient(B,j(B)),j(B)),quotient(quotient(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),B)),B)),
% j(j(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),B)),B))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(B)),
% j(j(quotient(
% quotient(B,
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(B)),
% j(B))))),B)),
% j(j(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(B)),
% j(B))))),B))))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),B)),B))),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(B)),
% j(j(quotient(
% quotient(B,
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(B)),
% j(B))))),B))))),
% i(quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),B)),B))))),
% quotient(quotient(B,j(j(B))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),B)),B))))
% Current number of equations to process: 346
% Current number of ordered equations: 0
% Current number of rules: 146
% New rule produced :
% [568]
% quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),i(A))),i(A))) -> B
% Current number of equations to process: 345
% Current number of ordered equations: 0
% Current number of rules: 147
% New rule produced :
% [569]
% quotient(A,quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),A)) ->
% quotient(quotient(A,j(j(A))),quotient(i(B),A))
% Rule
% [534]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),A),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),A)))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),A)),B))),
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),A)))),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),A)),B)),
% j(j(quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(j(quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),A),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),A)))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),A)),B))),
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),A)))),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(j(quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),A)),B))))),
% quotient(i(A),quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),A),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),A)))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),A)),B))),
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),A)))),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),A)),B))))),
% i(A))),A) ->
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(quotient(quotient(C,quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),j(j(quotient(
% quotient(C,
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% quotient(quotient(C,quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(A),B))),
% i(A))),A))),j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))
% collapsed.
% Rule
% [540]
% quotient(quotient(B,quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)))),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))))),
% quotient(i(A),
% quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))),
% quotient(A,quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)))))),
% j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)))),j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))))))),
% quotient(i(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)))),j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))))),
% quotient(
% i(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))))),B))),
% i(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)))),j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))))),
% quotient(i(A),quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))),
% quotient(A,quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))))))),
% quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))),
% quotient(A,quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)))),j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))))),
% quotient(i(A),quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(j(quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))),
% quotient(A,quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))))),B)),A) ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% i(A))),A) collapsed.
% Current number of equations to process: 345
% Current number of ordered equations: 0
% Current number of rules: 146
% New rule produced :
% [570]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(i(A),
% quotient(B,
% j(A))))),i(A))),A),
% quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(C),B))),
% i(C))),C),quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))
% <->
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(C),quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))
% Current number of equations to process: 344
% Current number of ordered equations: 1
% Current number of rules: 147
% New rule produced :
% [571]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(C),quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))) <->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(i(A),
% quotient(B,
% j(A))))),i(A))),A),
% quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(C),B))),
% i(C))),C),quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))
% Rule
% [468]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(
% i(A),
% quotient(B,
% j(A))))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(
% i(A),
% quotient(B,
% j(A))))),
% i(A))),A)))),
% quotient(i(i(A)),
% quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(
% i(A),
% quotient(B,
% j(A))))),
% i(A))),A)))),
% i(i(A)))),i(A)),A) -> B
% collapsed.
% Rule
% [477]
% quotient(quotient(quotient(quotient(A,j(j(A))),j(j(quotient(A,j(j(A)))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(i(A),
% quotient(quotient(B,
% i(A)),A)))),
% i(A))),A),j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(j(quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(i(quotient(A,j(j(A)))),quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(j(quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% i(quotient(A,j(j(A)))))),quotient(A,j(j(A)))) ->
% quotient(quotient(quotient(quotient(quotient(i(A),j(j(i(A)))),quotient(
% i(A),i(A))),
% j(j(quotient(quotient(i(A),j(j(i(A)))),quotient(i(A),i(A)))))),
% quotient(i(quotient(quotient(quotient(quotient(i(A),j(j(i(A)))),
% quotient(i(B),i(A))),j(j(quotient(
% quotient(
% i(A),j(
% j(i(A)))),
% quotient(
% i(B),i(A)))))),
% quotient(i(quotient(quotient(i(A),j(j(i(A)))),quotient(
% i(A),
% i(A)))),
% quotient(quotient(i(A),j(j(i(A)))),quotient(i(B),i(A)))))),
% i(quotient(quotient(i(A),j(j(i(A)))),quotient(i(A),i(A)))))),
% quotient(quotient(i(A),j(j(i(A)))),quotient(i(A),i(A)))) collapsed.
% Rule
% [485]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C)))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C)))),
% i(
% i(B)))),
% i(B)),B),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C)))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C)))),
% i(
% i(B)))),
% i(B)),B)))),
% quotient(i(A),
% quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C)))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C)))),
% i(
% i(B)))),
% i(B)),B)))),
% i(A))),A),i(C)) ->
% quotient(quotient(quotient(quotient(quotient(i(C),j(j(i(C)))),quotient(
% i(A),i(C))),
% j(j(quotient(quotient(i(C),j(j(i(C)))),quotient(i(A),i(C)))))),
% quotient(i(quotient(quotient(quotient(quotient(i(C),j(j(i(C)))),
% quotient(i(B),i(C))),j(j(quotient(
% quotient(
% i(C),j(
% j(i(C)))),
% quotient(
% i(B),i(C)))))),
% quotient(i(quotient(quotient(i(C),j(j(i(C)))),quotient(
% i(A),
% i(C)))),
% quotient(quotient(i(C),j(j(i(C)))),quotient(i(B),i(C)))))),
% i(quotient(quotient(i(C),j(j(i(C)))),quotient(i(A),i(C)))))),
% quotient(quotient(i(C),j(j(i(C)))),quotient(i(A),i(C)))) collapsed.
% Rule
% [498]
% quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(B))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(B))))),
% i(B))),B),
% j(j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(B)),
% j(j(quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(B))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(B))))),
% i(B))),B)))),
% quotient(i(i(B)),quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(B))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(B))))),
% i(B))),B)))),
% i(i(B)))),i(B)) -> quotient(A,i(B))
% collapsed.
% Current number of equations to process: 348
% Current number of ordered equations: 0
% Current number of rules: 144
% New rule produced :
% [572]
% quotient(quotient(quotient(quotient(A,B),j(j(quotient(A,B)))),quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(A,B)),A))),
% i(quotient(A,B)))),
% quotient(A,B)) -> B
% Current number of equations to process: 347
% Current number of ordered equations: 0
% Current number of rules: 145
% New rule produced :
% [573]
% quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A)),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),B))),
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A)),
% j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A))))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A))),B))),
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A))))),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A)))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A)),
% j(j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),B))),
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A))))),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A)))))),C)),A)
% ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,j(j(B))),
% quotient(i(A),B))),i(A))),A)
% Current number of equations to process: 346
% Current number of ordered equations: 0
% Current number of rules: 146
% New rule produced :
% [574]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(A,B))),A)),
% j(A)),j(A)),j(j(A))),quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(A)),
% j(j(
% quotient(A,
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(
% j(A)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% j(
% j(A)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% j(
% j(A)),B),
% j(B))))),B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(
% j(A)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% j(
% j(A)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% j(
% j(A)),B),
% j(B))))),B)),
% j(B))))),
% quotient(
% i(
% quotient(A,
% j(A))),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(
% j(A)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% j(
% j(A)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% j(
% j(A)),B),
% j(B))))),B)),
% j(B))))),
% i(quotient(A,
% j(A))))),
% quotient(A,j(A))),
% j(j(A)))) ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(A,
% j(A)),
% j(j(quotient(A,
% j(A))))),
% j(A))),j(j(A)))),j(j(j(A))))
% Current number of equations to process: 345
% Current number of ordered equations: 0
% Current number of rules: 147
% New rule produced :
% [575]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(quotient(quotient(C,quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),j(j(quotient(
% quotient(C,
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% quotient(quotient(C,quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(A),B))),
% i(A))),A))),j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))) <->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(B,
% j(j(B))),
% quotient(i(A),B))),
% i(A))),A),j(j(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(quotient(A,j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(j(quotient(A,j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(A),B))),
% i(A))),A),quotient(A,j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% i(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% i(B)),
% j(B))))),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% i(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% i(B)),
% j(B))))),B))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% i(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% i(B)),
% j(B))))),B))))),
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B))))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% i(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% i(B)),
% j(B))))),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% i(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% i(B)),
% j(B))))),B))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% i(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% i(B)),
% j(B))))),B))))),
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B))))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B))))))),
% quotient(i(C),
% quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),
% quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% i(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% i(B)),
% j(B))))),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% i(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% i(B)),
% j(B))))),B))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% i(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% i(B)),
% j(B))))),B))))),
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B))))),
% quotient(quotient(B,
% j(
% j(B))),
% quotient(i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B))))))),
% i(C))),C),quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))
% Current number of equations to process: 344
% Current number of ordered equations: 1
% Current number of rules: 148
% New rule produced :
% [576]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(B,
% j(j(B))),
% quotient(i(A),B))),
% i(A))),A),j(j(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(quotient(A,j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(j(quotient(A,j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(A),B))),
% i(A))),A),quotient(A,j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% i(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% i(B)),
% j(B))))),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% i(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% i(B)),
% j(B))))),B))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% i(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% i(B)),
% j(B))))),B))))),
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B))))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% i(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% i(B)),
% j(B))))),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% i(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% i(B)),
% j(B))))),B))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% i(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% i(B)),
% j(B))))),B))))),
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B))))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B))))))),
% quotient(i(C),
% quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),
% quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% i(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% i(B)),
% j(B))))),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% i(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% i(B)),
% j(B))))),B))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% i(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% i(B)),
% j(B))))),B))))),
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B))))),
% quotient(quotient(B,
% j(
% j(B))),
% quotient(i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B))))))),
% i(C))),C),quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))
% <->
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(quotient(quotient(C,quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),j(j(quotient(
% quotient(C,
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% quotient(quotient(C,quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(A),B))),
% i(A))),A))),j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))
% Current number of equations to process: 344
% Current number of ordered equations: 0
% Current number of rules: 149
% New rule produced :
% [577]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(A,j(j(A))),
% quotient(i(i(A)),j(A)))),
% i(i(A)))),i(A)) -> quotient(A,j(j(A)))
% Current number of equations to process: 343
% Current number of ordered equations: 0
% Current number of rules: 150
% New rule produced :
% [578]
% quotient(quotient(quotient(quotient(A,B),j(j(quotient(A,B)))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A)),
% j(j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))))),
% quotient(
% i(quotient(A,B)),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A))))),
% i(quotient(A,B)))),
% quotient(A,B)) ->
% quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(A,B)),C))),B)),
% quotient(A,B))
% Rule
% [489]
% quotient(quotient(quotient(quotient(A,B),j(j(quotient(A,B)))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(C,
% quotient(A,B))),A)),
% j(j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(C,
% quotient(A,B))),A))))),
% quotient(
% i(quotient(A,B)),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(C,
% quotient(A,B))),A))))),
% i(quotient(A,B)))),
% quotient(A,B)) ->
% quotient(quotient(quotient(B,j(j(B))),quotient(i(C),B)),quotient(A,B))
% collapsed.
% The conjecture has been reduced. 
% Conjecture is now:
% quotient(quotient(x0,j(j(x0))),quotient(i(quotient(quotient(x0,j(j(x0))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(x0,
% j(j(x0))),
% quotient(
% i(quotient(
% quotient(x1,
% j(j(x1))),
% quotient(
% i(quotient(x0,
% j(x0))),x1))),
% j(x0))),
% quotient(x0,
% j(x0))),
% j(x0)),x0)),x0))),x0)) = 
% quotient(quotient(x0,j(j(x0))),quotient(i(x1),j(j(x0))))
% 
% Current number of equations to process: 343
% Current number of ordered equations: 0
% Current number of rules: 150
% New rule produced :
% [579]
% quotient(quotient(quotient(quotient(i(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(A),B))),
% i(A))),A)),A),B),j(B)),
% quotient(A,j(j(A)))) -> j(B)
% Current number of equations to process: 342
% Current number of ordered equations: 0
% Current number of rules: 151
% New rule produced :
% [580]
% quotient(quotient(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(
% i(quotient(B,
% j(
% j(B)))),B)),
% j(B)),j(j(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(B,j(j(B)))),B)),
% j(B))))),quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B)),
% j(
% j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% i(
% i(B)))),
% i(B))),B)),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B)),
% j(
% j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% i(
% i(B)))),
% i(B))),B))))),
% quotient(i(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(
% j(B)))),B)),
% j(B))),
% quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B)),
% j(
% j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% i(
% i(B)))),
% i(B))),B))))),
% i(quotient(quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(B,
% j(
% j(B)))),B)),
% j(B))))),quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(
% j(B)))),B)),
% j(B))) ->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(
% j(B)))),B)),
% j(B))),A)),
% i(i(B))),B)
% Current number of equations to process: 341
% Current number of ordered equations: 0
% Current number of rules: 152
% New rule produced :
% [581]
% quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% j(B))),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% j(B)))))),
% quotient(
% i(B),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% j(B))))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),j(B))),
% j(j(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),
% j(B)))))),
% quotient(
% i(B),quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% j(B)))))))),
% quotient(B,quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),j(B))),
% j(j(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),
% j(B)))))),
% quotient(
% i(B),quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),
% j(B)))))))),B)),
% j(B)) ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(B,j(j(B)))),A)),
% j(B))
% Current number of equations to process: 340
% Current number of ordered equations: 0
% Current number of rules: 153
% New rule produced :
% [582]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(x1,
% j(A)),
% j(
% j(
% quotient(x1,
% j(A))))),
% quotient(A,
% quotient(x1,
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% j(j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))),
% quotient(
% i(quotient(
% quotient(
% quotient(C,
% j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(j(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% quotient(C,
% j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),B),
% j(B)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% j(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% j(j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))),
% quotient(
% i(quotient(
% quotient(
% quotient(C,
% j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(j(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% quotient(C,
% j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),B),
% j(B))))),B)),
% j(B)),A)),A)),
% j(j(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% j(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% j(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% j(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),B),
% j(B))))),B)),
% j(B)),A)),A))))),
% quotient(i(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(j(x1))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1))))),x1)),
% j(x1)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1))))),x1)),
% j(x1)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(j(x1))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1))))),x1)),
% j(x1)),
% j(A))))),A)),
% j(j(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1))))),x1)),
% j(x1)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1))))),x1)),
% j(x1)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1))))),x1)),
% j(x1)),
% j(A))))),A))))),
% quotient(i(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% j(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% j(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% j(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),B),
% j(B))))),B)),
% j(B)),A)),A))),
% quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(j(x1))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1))))),x1)),
% j(x1)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1))))),x1)),
% j(x1)),
% j(A))))),
% quotient(A,quotient(
% quotient(
% quotient(
% quotient(x1,
% j(j(x1))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1))))),x1)),
% j(x1)),
% j(A))))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% j(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% j(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% j(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),B),
% j(B))))),B)),
% j(B)),A)),A))))),
% quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% j(j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))),
% quotient(
% i(quotient(
% quotient(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% j(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),B),
% j(B)),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% j(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% j(j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))),
% quotient(
% i(quotient(
% quotient(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% j(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),B),
% j(B))))),B)),
% j(B)),A)),A)))),
% quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(A,j(j(A))),
% quotient(i(C),A))),i(C))),C))
% ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))
% Current number of equations to process: 339
% Current number of ordered equations: 0
% Current number of rules: 154
% New rule produced :
% [583]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(i(A)))),i(A)),A),
% quotient(B,A)) -> A
% Current number of equations to process: 338
% Current number of ordered equations: 0
% Current number of rules: 155
% New rule produced :
% [584]
% quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A)),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),B))),
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))))),
% quotient(quotient(A,
% j(
% j(A))),
% quotient(i(C),A))),
% j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A)),
% j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A))))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A))),B))),
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A))))),
% quotient(quotient(A,
% j(j(A))),
% quotient(i(C),A)))))),
% quotient(i(A),quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A)),
% j(j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),B))),
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A))))),
% quotient(quotient(A,
% j(j(A))),
% quotient(i(C),A)))))),C))
% <->
% quotient(quotient(x1,j(j(x1))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(x1),A)),
% j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(x1),A))))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(x1),A))),B))),
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(x1),A))))),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(x1),A))),
% j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(x1),A)),
% j(j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))),B))),
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(x1),A))))),
% quotient(quotient(A,
% j(j(A))),
% quotient(i(x1),A)))))),
% quotient(i(A),quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(x1),A)),
% j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))),B))),
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))))),
% quotient(quotient(A,
% j(j(A))),
% quotient(i(x1),A)))))),x1))
% Current number of equations to process: 337
% Current number of ordered equations: 1
% Current number of rules: 156
% New rule produced :
% [585]
% quotient(quotient(x1,j(j(x1))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(x1),A)),
% j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(x1),A))))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(x1),A))),B))),
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(x1),A))))),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(x1),A))),
% j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(x1),A)),
% j(j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))),B))),
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(x1),A))))),
% quotient(quotient(A,
% j(j(A))),
% quotient(i(x1),A)))))),
% quotient(i(A),quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(x1),A)),
% j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))),B))),
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))))),
% quotient(quotient(A,
% j(j(A))),
% quotient(i(x1),A)))))),x1))
% <->
% quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A)),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),B))),
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))))),
% quotient(quotient(A,
% j(
% j(A))),
% quotient(i(C),A))),
% j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A)),
% j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A))))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A))),B))),
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A))))),
% quotient(quotient(A,
% j(j(A))),
% quotient(i(C),A)))))),
% quotient(i(A),quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A)),
% j(j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),B))),
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A))))),
% quotient(quotient(A,
% j(j(A))),
% quotient(i(C),A)))))),C))
% Current number of equations to process: 337
% Current number of ordered equations: 0
% Current number of rules: 157
% New rule produced :
% [586]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,i(A)),j(A)),
% j(j(quotient(quotient(A,i(A)),j(A))))),
% quotient(A,quotient(quotient(A,i(A)),j(A)))),
% j(j(quotient(quotient(quotient(quotient(A,i(A)),j(A)),
% j(j(quotient(quotient(A,i(A)),j(A))))),
% quotient(A,quotient(quotient(A,i(A)),j(A))))))),
% quotient(i(A),quotient(quotient(quotient(quotient(A,i(A)),j(A)),
% j(j(quotient(quotient(A,i(A)),j(A))))),
% quotient(A,quotient(quotient(A,i(A)),j(A)))))),
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(A)),
% j(A)),
% j(
% j(
% quotient(
% j(
% j(A)),
% j(A))))),
% quotient(A,
% quotient(
% j(
% j(A)),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(A)),
% j(A)),
% j(
% j(
% quotient(
% j(
% j(A)),
% j(A))))),
% quotient(A,
% quotient(
% j(
% j(A)),
% j(A))))),A)),
% j(A))))),
% quotient(i(B),
% quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(A)),
% j(A)),
% j(
% j(
% quotient(
% j(
% j(A)),
% j(A))))),
% quotient(A,
% quotient(
% j(
% j(A)),
% j(A))))),A)),
% j(A))))),i(B))),B),
% quotient(A,i(A)))) <->
% quotient(quotient(quotient(quotient(A,i(A)),j(j(quotient(A,i(A))))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% i(A))),
% j(
% quotient(A,
% i(A)))),
% j(
% j(
% quotient(
% quotient(B,
% quotient(A,
% i(A))),
% j(
% quotient(A,
% i(A))))))),
% quotient(
% quotient(A,
% i(A)),
% quotient(
% quotient(B,
% quotient(A,
% i(A))),
% j(
% quotient(A,
% i(A))))))),
% quotient(A,
% i(A)))),
% j(quotient(A,i(A))))
% Current number of equations to process: 335
% Current number of ordered equations: 1
% Current number of rules: 158
% New rule produced :
% [587]
% quotient(quotient(quotient(quotient(A,i(A)),j(j(quotient(A,i(A))))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% i(A))),
% j(
% quotient(A,
% i(A)))),
% j(
% j(
% quotient(
% quotient(B,
% quotient(A,
% i(A))),
% j(
% quotient(A,
% i(A))))))),
% quotient(
% quotient(A,
% i(A)),
% quotient(
% quotient(B,
% quotient(A,
% i(A))),
% j(
% quotient(A,
% i(A))))))),
% quotient(A,
% i(A)))),
% j(quotient(A,i(A)))) <->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,i(A)),j(A)),
% j(j(quotient(quotient(A,i(A)),j(A))))),
% quotient(A,quotient(quotient(A,i(A)),j(A)))),
% j(j(quotient(quotient(quotient(quotient(A,i(A)),j(A)),
% j(j(quotient(quotient(A,i(A)),j(A))))),
% quotient(A,quotient(quotient(A,i(A)),j(A))))))),
% quotient(i(A),quotient(quotient(quotient(quotient(A,i(A)),j(A)),
% j(j(quotient(quotient(A,i(A)),j(A))))),
% quotient(A,quotient(quotient(A,i(A)),j(A)))))),
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(A)),
% j(A)),
% j(
% j(
% quotient(
% j(
% j(A)),
% j(A))))),
% quotient(A,
% quotient(
% j(
% j(A)),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(A)),
% j(A)),
% j(
% j(
% quotient(
% j(
% j(A)),
% j(A))))),
% quotient(A,
% quotient(
% j(
% j(A)),
% j(A))))),A)),
% j(A))))),
% quotient(i(B),
% quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(A)),
% j(A)),
% j(
% j(
% quotient(
% j(
% j(A)),
% j(A))))),
% quotient(A,
% quotient(
% j(
% j(A)),
% j(A))))),A)),
% j(A))))),i(B))),B),
% quotient(A,i(A))))
% Current number of equations to process: 335
% Current number of ordered equations: 0
% Current number of rules: 159
% New rule produced :
% [588]
% quotient(quotient(quotient(quotient(quotient(A,j(A)),j(j(quotient(A,j(A))))),
% quotient(i(quotient(quotient(quotient(A,j(quotient(A,j(A)))),
% j(j(quotient(A,j(quotient(A,j(A))))))),
% quotient(quotient(A,j(A)),quotient(A,j(quotient(A,
% j(A))))))),
% quotient(A,j(A)))),j(quotient(A,j(A)))),quotient(quotient(A,
% j(A)),
% j(A))) ->
% quotient(A,j(A))
% Current number of equations to process: 333
% Current number of ordered equations: 0
% Current number of rules: 160
% New rule produced :
% [589]
% quotient(B,quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),i(A))) -> 
% i(A)
% Current number of equations to process: 332
% Current number of ordered equations: 0
% Current number of rules: 161
% New rule produced :
% [590]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(x1,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(x1,
% i(A)),A)))),
% quotient(i(A),
% quotient(quotient(x1,
% i(A)),A)))),
% i(A))),A),quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A))))),
% j(
% j(
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(A,
% j(j(A))))),
% j(quotient(A,
% j(
% j(A))))),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A))))),
% j(
% j(
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(A,
% j(
% j(A))))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),
% i(A))),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),
% i(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A))))),
% j(
% j(
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(A,
% j(
% j(A))))),
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),
% i(A)))))),
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A))))),
% j(
% j(
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(A,
% j(
% j(A))))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A))))),
% j(
% j(
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(A,
% j(j(A))))),
% j(quotient(A,
% j(j(A))))))) ->
% quotient(quotient(quotient(quotient(A,j(j(A))),j(j(quotient(A,j(j(A)))))),
% quotient(i(quotient(quotient(quotient(quotient(B,quotient(A,j(j(A)))),
% j(quotient(A,j(j(A))))),j(j(quotient(
% quotient(B,
% quotient(A,
% j(j(A)))),
% j(quotient(A,
% j(
% j(A)))))))),
% quotient(quotient(A,j(j(A))),quotient(quotient(B,
% quotient(A,
% j(j(A)))),j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(A,j(j(A))))),j(quotient(A,j(j(A)))))
% Current number of equations to process: 331
% Current number of ordered equations: 0
% Current number of rules: 162
% New rule produced :
% [591]
% quotient(quotient(quotient(quotient(quotient(quotient(B,j(B)),j(B)),quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% i(C))),C)),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% i(C))),C)),B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(B)),
% j(B))))),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(B)),
% j(B))))),B))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% i(C))),C)),B))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(B)),
% j(B))))),B))))),
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% i(C))),C)),B))))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% i(C))),C)),B)))),
% j(A)),j(j(quotient(quotient(quotient(quotient(B,j(B)),j(B)),
% quotient(quotient(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% i(C))),C)),B)),
% j(j(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% i(C))),C)),B))))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(B)),
% j(B))))),B)),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(B)),
% j(B))))),B))))),
% quotient(i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% i(C))),C)),B))),
% quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(B)),
% j(B))))),B))))),
% i(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% i(C))),C)),B))))),
% quotient(quotient(B,j(j(B))),quotient(
% i(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% i(C))),C)),B)))),
% j(A))))),quotient(A,quotient(quotient(quotient(
% quotient(B,
% j(B)),
% j(B)),
% quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% i(C))),C)),B)),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% i(C))),C)),B))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(B)),
% j(B))))),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(B)),
% j(B))))),B))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% i(C))),C)),B))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(B)),
% j(B))))),B))))),
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% i(C))),C)),B))))),
% quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% i(C))),C)),B)))),
% j(A)))) ->
% quotient(quotient(quotient(B,j(B)),j(B)),quotient(quotient(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% i(C))),C)),B)),
% j(j(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% i(C))),C)),B))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(B)),
% j(j(quotient(
% quotient(B,
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(B)),
% j(B))))),B)),
% j(j(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(B)),
% j(B))))),B))))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% i(C))),C)),B))),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(B)),
% j(j(quotient(
% quotient(B,
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(B)),
% j(B))))),B))))),
% i(quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% i(C))),C)),B))))),
% quotient(quotient(B,j(j(B))),
% quotient(i(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(C),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% i(C))),C)),B))))
% Current number of equations to process: 329
% Current number of ordered equations: 0
% Current number of rules: 163
% New rule produced :
% [592]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(B,
% j(j(B))),
% quotient(i(A),B))),
% i(A))),A),j(j(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(quotient(quotient(C,quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(j(quotient(quotient(C,quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% quotient(
% quotient(C,
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),C),
% j(C))))),C)),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),C),
% j(C))))),C)),
% j(C))))),
% quotient(i(B),
% quotient(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),C),
% j(C))))),C)),
% j(C))))),i(B))),B),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,j(j(B))),
% quotient(i(A),B))),i(A))),A)))
% ->
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(quotient(A,j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(j(quotient(A,j(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% quotient(A,j(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(B,
% j(j(B))),
% quotient(i(A),B))),
% i(A))),A)))))),quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,
% j(j(B))),
% quotient(i(A),B))),
% i(A))),A)))
% Current number of equations to process: 328
% Current number of ordered equations: 0
% Current number of rules: 164
% New rule produced :
% [593]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(j(quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))),
% quotient(
% i(C),quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))),
% i(C))),C),A)),
% j(A)),j(j(A))),quotient(quotient(C,A),j(A))) -> j(j(A))
% Current number of equations to process: 327
% Current number of ordered equations: 0
% Current number of rules: 165
% New rule produced :
% [594]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),
% j(A)))),i(B))),B),B),
% j(B)),j(j(quotient(quotient(quotient(quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),
% j(A)))),
% i(B))),B),B),j(B))))),
% quotient(i(A),quotient(quotient(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),j(A)))),
% i(B))),B),B),j(B)))) ->
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(A,j(B))),j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(A,
% j(B)))))),
% quotient(i(A),quotient(quotient(B,j(j(B))),quotient(A,j(B)))))
% Current number of equations to process: 326
% Current number of ordered equations: 0
% Current number of rules: 166
% New rule produced :
% [595]
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% j(A),
% i(B)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% j(A),
% i(B)),B),
% j(B))))),
% quotient(i(B),
% quotient(quotient(
% quotient(
% j(A),
% i(B)),B),
% j(B))))),i(B))),B),
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% j(A),
% i(B)),B),
% j(
% j(
% quotient(
% quotient(
% j(A),
% i(B)),B)))),
% quotient(i(A),
% quotient(quotient(
% j(A),
% i(B)),B)))),
% i(A))),A),quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(A),
% i(B)),B),
% j(
% j(
% quotient(
% quotient(
% j(A),
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(
% j(A),
% i(B)),B)))),
% i(B))),B)))
% ->
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(A,i(B))),j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(A,
% i(B)))))),
% quotient(i(A),quotient(quotient(B,j(j(B))),quotient(A,i(B)))))
% Current number of equations to process: 325
% Current number of ordered equations: 0
% Current number of rules: 167
% New rule produced :
% [596]
% quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(B,C),
% j(
% j(
% quotient(B,C)))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),
% quotient(B,C))),
% j(j(quotient(
% quotient(
% quotient(B,C),
% j(j(quotient(B,C)))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),
% quotient(B,C)))))),
% quotient(i(B),quotient(
% quotient(
% quotient(B,C),
% j(j(quotient(B,C)))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),
% quotient(B,C)))))),
% i(B))),B) ->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),C),quotient(B,C))
% Current number of equations to process: 324
% Current number of ordered equations: 0
% Current number of rules: 168
% New rule produced :
% [597]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(j(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(j(quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% i(A)),A),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% i(A)),A)))),
% quotient(i(A),
% quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% i(A)),A)))),
% i(A))),A),j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% i(A)),A),
% j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% i(A)),A)))),
% quotient(
% i(A),quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% i(A)),A)))),
% i(A))),A)))),
% quotient(i(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(j(quotient(
% quotient(B,
% i(A)),A)))),
% quotient(i(A),quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)),quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% i(A)),A),
% j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% i(A)),A)))),
% quotient(
% i(A),quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% i(A)),A)))),
% i(A))),A)))),
% i(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(j(quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(j(quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)) ->
% quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)),C)),B),
% i(A))
% Current number of equations to process: 323
% Current number of ordered equations: 0
% Current number of rules: 169
% New rule produced :
% [598]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),
% quotient(i(B),A))))),
% quotient(i(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A)),
% j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A))))),
% quotient(i(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(B),A))),
% quotient(quotient(A,j(j(A))),
% quotient(i(C),A))))),i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(quotient(A,j(j(A))),quotient(i(B),A))),
% j(j(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(B),A)),j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A)),
% j(j(quotient(quotient(A,
% j(j(A))),
% quotient(i(C),A))))),
% quotient(i(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A))),
% quotient(quotient(A,j(j(A))),
% quotient(i(C),A))))),i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))),
% quotient(quotient(A,j(j(A))),quotient(i(B),A)))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(i(B),
% quotient(quotient(C,
% j(
% j(C))),
% quotient(i(A),C))))),
% i(B))),B),j(j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C)),
% j(j(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(
% i(B),quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% i(B))),B)))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(B),A)),
% j(j(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A))))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A)),
% j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A))))),
% quotient(i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% quotient(quotient(A,
% j(j(A))),
% quotient(i(C),A))))),
% i(quotient(quotient(A,j(j(A))),
% quotient(i(B),A))))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))),
% quotient(quotient(quotient(B,j(j(B))),quotient(i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(
% i(B),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% i(B))),B)))),
% i(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(B),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(C),A)),j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),
% quotient(i(B),A))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(quotient(A,j(j(A))),quotient(i(B),A)))))),quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A)),
% j(j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A))))),
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))) -> A
% Current number of equations to process: 322
% Current number of ordered equations: 0
% Current number of rules: 170
% Rule [549]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(C,A),
% j(A)),
% j(j(quotient(
% quotient(C,A),
% j(A))))),
% quotient(A,quotient(
% quotient(C,A),
% j(A))))),A)),
% j(A)) <->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% j(B),j(A)),
% j(j(quotient(
% j(B),
% j(A))))),
% quotient(A,
% quotient(
% j(B),j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(C),A)),j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),B),
% j(B)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),B),
% j(B)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),B),
% j(B)),
% j(A))))),A)),
% j(j(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B),B),
% j(B)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),B),
% j(B)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B),B),
% j(B)),
% j(A))))),A))))),
% quotient(i(quotient(quotient(A,
% j(j(A))),
% quotient(i(C),A))),
% quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B),B),
% j(B)),j(A)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B),B),
% j(B)),
% j(A))))),
% quotient(A,quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B),B),
% j(B)),j(A))))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(C),A))))),
% quotient(quotient(A,j(j(A))),quotient(i(C),A)))) is composed into 
% [549]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(C,A),
% j(A)),
% j(j(quotient(
% quotient(C,A),
% j(A))))),
% quotient(A,quotient(
% quotient(C,A),
% j(A))))),A)),
% j(A)) <->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% j(B),
% j(A)),
% j(
% j(
% quotient(
% j(B),
% j(A))))),
% quotient(A,
% quotient(j(B),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(C),A)),j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),
% j(B))),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% j(B))),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),
% j(B))),
% j(A))))),A)),
% j(j(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% j(B))),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% j(B))),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% j(B))),
% j(A))))),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),
% quotient(i(C),A))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% j(B))),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% j(B))),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% j(B))),
% j(A))))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(C),A))))),
% quotient(quotient(A,j(j(A))),quotient(i(C),A))))
% New rule produced :
% [599]
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),B),
% j(B)) -> quotient(quotient(B,j(j(B))),quotient(i(A),j(B)))
% Rule
% [526]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))),
% i(A))),A),A),
% j(A)),A) ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A))))),
% j(
% j(
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(A,
% j(
% j(A))))),
% j(
% quotient(A,
% j(
% j(A))))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(quotient(A,
% j(j(A)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(j(A)))),
% j(quotient(A,
% j(j(A))))),
% j(j(quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% quotient(B,
% quotient(A,
% j(j(A)))),
% j(quotient(A,
% j(j(A)))))))),
% quotient(A,
% j(j(A))))),
% j(quotient(A,
% j(j(A)))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(quotient(A,
% j(
% j(A)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(j(A)))),
% j(quotient(A,
% j(
% j(A))))),
% j(j(
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% quotient(B,
% quotient(A,
% j(j(A)))),
% j(quotient(A,
% j(
% j(A)))))))),
% quotient(A,
% j(j(A))))),
% j(quotient(A,
% j(j(A)))))))),
% i(A))),A) collapsed.
% Rule
% [542]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))),
% i(C))),C),A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))),
% i(C))),C),A))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))),
% i(C))),C),A))))),
% i(A))),A),A),
% j(A)) -> quotient(quotient(C,A),j(A)) collapsed.
% Rule
% [550]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% j(B),
% j(A)),
% j(
% j(
% quotient(
% j(B),
% j(A))))),
% quotient(A,
% quotient(j(B),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(C),A)),j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B),B),
% j(B)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),B),
% j(B)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B),B),
% j(B)),
% j(A))))),A)),
% j(j(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),B),
% j(B)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),B),
% j(B)),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),B),
% j(B)),
% j(A))))),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),
% quotient(i(C),A))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),B),
% j(B)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),B),
% j(B)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),B),
% j(B)),
% j(A))))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(C),A))))),
% quotient(quotient(A,j(j(A))),quotient(i(C),A)))) <->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(C,A),
% j(A)),
% j(j(quotient(
% quotient(C,A),
% j(A))))),
% quotient(A,quotient(
% quotient(C,A),
% j(A))))),A)),
% j(A)) collapsed.
% Rule
% [553]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),A),
% j(A)),B) -> j(A) collapsed.
% Current number of equations to process: 323
% Current number of ordered equations: 0
% Current number of rules: 167
% New rule produced :
% [600]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(x1)),j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(x1))))),
% quotient(x1,quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(x1)))),j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(x1)),j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(x1))))))),
% quotient(i(x1),quotient(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(x1)),j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(x1))))),
% quotient(x1,quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(x1)))))),quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(x1)),
% j(x1)),
% j(
% j(
% quotient(
% j(
% j(x1)),
% j(x1))))),
% quotient(x1,
% quotient(
% j(
% j(x1)),
% j(x1))))),x1)),
% j(x1)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),x1)),
% j(
% j(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),x1))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% i(x1)),
% j(x1)),
% j(
% j(
% quotient(
% quotient(x1,
% i(x1)),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(x1,
% i(x1)),
% j(x1))))),x1)),
% j(
% j(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% i(x1)),
% j(x1)),
% j(
% j(
% quotient(
% quotient(x1,
% i(x1)),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(x1,
% i(x1)),
% j(x1))))),x1))))),
% quotient(
% i(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),x1))),
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% i(x1)),
% j(x1)),
% j(
% j(
% quotient(
% quotient(x1,
% i(x1)),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(x1,
% i(x1)),
% j(x1))))),x1))))),
% i(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),x1))))),
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),x1)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(x1)),
% j(x1)),
% j(
% j(
% quotient(
% j(
% j(x1)),
% j(x1))))),
% quotient(x1,
% quotient(
% j(
% j(x1)),
% j(x1))))),x1)),
% j(x1)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),x1)),
% j(
% j(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),x1))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% i(x1)),
% j(x1)),
% j(
% j(
% quotient(
% quotient(x1,
% i(x1)),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(x1,
% i(x1)),
% j(x1))))),x1)),
% j(
% j(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% i(x1)),
% j(x1)),
% j(
% j(
% quotient(
% quotient(x1,
% i(x1)),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(x1,
% i(x1)),
% j(x1))))),x1))))),
% quotient(
% i(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),x1))),
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% i(x1)),
% j(x1)),
% j(
% j(
% quotient(
% quotient(x1,
% i(x1)),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(x1,
% i(x1)),
% j(x1))))),x1))))),
% i(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),x1))))),
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),x1))))))),
% quotient(
% i(
% quotient(A,
% j(
% j(A)))),
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(x1)),
% j(x1)),
% j(
% j(
% quotient(
% j(
% j(x1)),
% j(x1))))),
% quotient(x1,
% quotient(
% j(
% j(x1)),
% j(x1))))),x1)),
% j(x1)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),x1)),
% j(
% j(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),x1))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% i(x1)),
% j(x1)),
% j(
% j(
% quotient(
% quotient(x1,
% i(x1)),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(x1,
% i(x1)),
% j(x1))))),x1)),
% j(
% j(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% i(x1)),
% j(x1)),
% j(
% j(
% quotient(
% quotient(x1,
% i(x1)),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(x1,
% i(x1)),
% j(x1))))),x1))))),
% quotient(
% i(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),x1))),
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% i(x1)),
% j(x1)),
% j(
% j(
% quotient(
% quotient(x1,
% i(x1)),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(x1,
% i(x1)),
% j(x1))))),x1))))),
% i(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),x1))))),
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),x1))))))),
% i(quotient(A,
% j(
% j(A)))))),
% quotient(A,
% j(j(A)))),
% quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),A)
% ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% i(A),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% i(A),B),
% j(B))))),B)),
% j(B)),
% j(j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),B),
% j(B)),
% j(j(quotient(
% quotient(
% i(A),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% i(A),B),
% j(B))))),B)),
% j(B))))),
% quotient(i(A),quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),B),
% j(B)),
% j(j(
% quotient(
% quotient(
% i(A),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% i(A),B),
% j(B))))),B)),
% j(B))))),
% i(A))),A)
% Current number of equations to process: 322
% Current number of ordered equations: 0
% Current number of rules: 168
% New rule produced :
% [601]
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% i(
% i(B))),
% i(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% i(
% i(B))),
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% i(
% i(B))),
% i(B))))),
% i(i(B)))),i(B)),B),A)
% ->
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(
% j(B)))),B)),
% j(B))),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(j(B)))),B)),
% j(B))),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(B),A))),
% quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(j(B)))),B)),
% j(B))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))
% Current number of equations to process: 321
% Current number of ordered equations: 0
% Current number of rules: 169
% New rule produced :
% [602]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% j(B),
% j(A)),
% j(
% j(
% quotient(
% j(B),
% j(A))))),
% quotient(A,
% quotient(j(B),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(i(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)))),A)),j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)))),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),
% j(B))),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% j(B))),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),
% j(B))),
% j(A))))),A)),
% j(j(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% j(B))),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% j(B))),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% j(B))),
% j(A))))),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),
% quotient(i(i(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)))),A))),
% quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),
% j(B))),
% j(A)),
% j(j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% j(B))),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),
% j(B))),
% j(A))))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(i(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)))),A))))),
% quotient(quotient(A,j(j(A))),quotient(i(i(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)))),A)))) ->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(quotient(B,A),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(A,B),
% j(B)),j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),j(quotient(quotient(quotient(B,
% j(j(B))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)))),A))
% Current number of equations to process: 320
% Current number of ordered equations: 0
% Current number of rules: 170
% New rule produced :
% [603]
% quotient(quotient(quotient(quotient(A,B),j(j(quotient(A,B)))),quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(A,B)),B))),
% j(quotient(A,B)))),
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(i(B)),A))),
% i(i(B)))),i(B)),B)) ->
% j(quotient(A,B))
% Current number of equations to process: 319
% Current number of ordered equations: 0
% Current number of rules: 171
% New rule produced :
% [604]
% quotient(quotient(quotient(A,j(B)),j(j(B))),quotient(quotient(B,j(j(B))),
% quotient(i(A),j(B)))) -> 
% j(j(B))
% Current number of equations to process: 318
% Current number of ordered equations: 0
% Current number of rules: 172
% New rule produced :
% [605]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(quotient(B,A),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(C,j(j(C))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(V_3,B),
% j(B)),
% j(j(
% quotient(
% quotient(V_3,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(V_3,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(B,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(B,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(j(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(B,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(B,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(B,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(B,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% i(A))),A),B)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(V_3,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(V_3,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(V_3,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(B,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(B,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(B,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(B,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(B,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(B,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% i(A))),A),B))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(V_3,B),
% j(B)),
% j(j(
% quotient(
% quotient(V_3,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(V_3,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(B,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(B,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(j(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(B,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(B,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(B,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(B,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% i(A))),A),B))))),
% i(C))),C),A))
% <->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(C,A),
% j(A)),
% j(j(quotient(
% quotient(C,A),
% j(A))))),
% quotient(A,quotient(
% quotient(C,A),
% j(A))))),A)),
% j(A))
% Current number of equations to process: 316
% Current number of ordered equations: 3
% Current number of rules: 173
% New rule produced :
% [606]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(C,A),
% j(A)),
% j(j(quotient(
% quotient(C,A),
% j(A))))),
% quotient(A,quotient(
% quotient(C,A),
% j(A))))),A)),
% j(A)) <->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(quotient(B,A),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(C,j(j(C))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(V_3,B),
% j(B)),
% j(j(
% quotient(
% quotient(V_3,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(V_3,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(B,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(B,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(j(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(B,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(B,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(B,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(B,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% i(A))),A),B)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(V_3,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(V_3,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(V_3,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(B,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(B,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(B,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(B,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(B,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(B,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% i(A))),A),B))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(V_3,B),
% j(B)),
% j(j(
% quotient(
% quotient(V_3,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(V_3,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(B,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(B,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(j(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(B,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(B,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(B,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(B,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% i(A))),A),B))))),
% i(C))),C),A))
% Current number of equations to process: 316
% Current number of ordered equations: 2
% Current number of rules: 174
% New rule produced :
% [607]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(j(quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))),
% quotient(i(C),quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))),
% i(C))),C),A)),quotient(quotient(
% quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(V_3),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))),
% i(V_3))),V_3),A))
% <->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(V_3,A),
% j(A)),
% j(j(quotient(
% quotient(V_3,A),
% j(A))))),
% quotient(A,quotient(
% quotient(V_3,A),
% j(A))))),A)),
% j(A))
% Current number of equations to process: 316
% Current number of ordered equations: 1
% Current number of rules: 175
% New rule produced :
% [608]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(V_3,A),
% j(A)),
% j(j(quotient(
% quotient(V_3,A),
% j(A))))),
% quotient(A,quotient(
% quotient(V_3,A),
% j(A))))),A)),
% j(A)) <->
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(j(quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))),
% quotient(i(C),quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))),
% i(C))),C),A)),quotient(quotient(
% quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(V_3),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))),
% i(V_3))),V_3),A))
% Current number of equations to process: 316
% Current number of ordered equations: 0
% Current number of rules: 176
% New rule produced :
% [609]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B),A),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B),A)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(x1,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(x1,
% i(B)),B)))),
% i(B))),B),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B))),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(x1),
% i(B))),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(x1),
% i(B)))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(x1),
% i(B)))))),
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B))))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(x1,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(x1,
% i(B)),B)))),
% i(B))),B),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B))),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(x1),
% i(B))),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(x1),
% i(B)))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(x1),
% i(B)))))),
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B),A)),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(x1,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(x1,
% i(B)),B)))),
% i(B))),B),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B))),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(x1),
% i(B))),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(x1),
% i(B)))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(x1),
% i(B)))))),
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))))))),
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B),A)))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B),A)),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(j(A)))))),
% i(B))),B),A),
% j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B),A)))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(x1,
% i(B)),B),
% j(j(
% quotient(
% quotient(x1,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(x1,
% i(B)),B)))),
% i(B))),B),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B))),
% j(j(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(x1),
% i(B))),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(x1),
% i(B)))))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(x1),
% i(B)))))),
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))))),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B))))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(x1,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(x1,
% i(B)),B)))),
% i(B))),B),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B))),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(x1),
% i(B))),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(x1),
% i(B)))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(x1),
% i(B)))))),
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B),A)),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(x1,
% i(B)),B),
% j(j(
% quotient(
% quotient(x1,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(x1,
% i(B)),B)))),
% i(B))),B),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B))),
% j(j(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(x1),
% i(B))),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(x1),
% i(B)))))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(x1),
% i(B)))))),
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))))),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))))))),
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(j(A)))))),
% i(B))),B),A)))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(j(A)))))),
% i(B))),B),A)),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(j(A)))))),
% i(B))),B),A),
% j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B),A)))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(x1,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(x1,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(x1,
% i(B)),B)))),
% i(B))),B),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B))),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(x1),
% i(B))),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(x1),
% i(B)))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(x1),
% i(B)))))),
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))))),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B))))),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(x1,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(x1,
% i(B)),B)))),
% i(B))),B),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B))),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(x1),
% i(B))),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(x1),
% i(B)))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(x1),
% i(B)))))),
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B),A)),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(x1,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(x1,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(x1,
% i(B)),B)))),
% i(B))),B),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B))),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(x1),
% i(B))),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(x1),
% i(B)))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(x1),
% i(B)))))),
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))))),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))))))),
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B),A)))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(j(A)))))),
% i(B))),B),A)),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))))),
% i(A))),A) ->
% quotient(quotient(quotient(A,i(B)),B),A)
% Current number of equations to process: 315
% Current number of ordered equations: 0
% Current number of rules: 177
% New rule produced :
% [610]
% quotient(quotient(quotient(quotient(B,i(B)),j(j(quotient(B,i(B))))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B))))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B)))))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B))))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B))))))))),
% quotient(
% i(
% quotient(B,
% i(B))),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B))))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B))))))))),
% i(
% quotient(B,
% i(B))))),
% quotient(B,i(B))) ->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A)),quotient(B,i(B)))
% Current number of equations to process: 314
% Current number of ordered equations: 0
% Current number of rules: 178
% New rule produced :
% [611]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(A,j(j(A)))),j(A))),
% j(j(A))) -> quotient(i(A),i(i(A)))
% Current number of equations to process: 313
% Current number of ordered equations: 0
% Current number of rules: 179
% New rule produced :
% [612]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),C),
% j(j(quotient(quotient(quotient(quotient(C,
% j(
% j(C))),
% quotient(i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),C)))),
% quotient(i(A),quotient(quotient(quotient(quotient(C,
% j(
% j(C))),
% quotient(i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),C))),
% j(j(quotient(quotient(quotient(quotient(quotient(quotient(C,
% j(
% j(C))),
% quotient(i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),C),
% j(j(quotient(quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(j(quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),C)))),
% quotient(i(A),quotient(quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),C)))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),C),
% j(j(quotient(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(j(quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),C)))),
% quotient(i(C),quotient(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(j(quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),C))),
% j(j(quotient(quotient(quotient(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(j(quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),C),
% j(j(quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),C)))),
% quotient(i(C),quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),C)))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),C),
% j(j(quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(j(quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),C)))),
% quotient(i(A),quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),C)))),
% quotient(quotient(quotient(quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),C),
% j(j(quotient(quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(j(quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),C)))),quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),C)))))),
% i(quotient(quotient(quotient(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(i(C),
% quotient(quotient(B,
% i(C)),C)))),
% i(C))),C),C),j(j(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),C)))),
% quotient(i(A),quotient(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(j(quotient(
% quotient(B,
% i(C)),C)))),
% quotient(i(C),quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),C)))))),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(j(quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),C),
% j(j(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),C)))),
% quotient(
% i(A),quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),C))))
% ->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(B,C),
% j(
% j(
% quotient(B,C)))),
% quotient(i(A),
% quotient(B,C)))),
% i(A))),A),quotient(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),C))
% Current number of equations to process: 312
% Current number of ordered equations: 0
% Current number of rules: 180
% New rule produced :
% [613]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(A,
% j(A))),B))),
% j(A))),quotient(A,
% j(A))),
% j(A)),A) <->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A))))),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(quotient(A,
% j(j(A)))))),
% quotient(
% i(B),quotient(A,
% j(
% j(A)))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),quotient(A,
% j(
% j(A)))))))),
% i(A))),A)
% Current number of equations to process: 311
% Current number of ordered equations: 1
% Current number of rules: 181
% New rule produced :
% [614]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A))))),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(quotient(A,
% j(j(A)))))),
% quotient(
% i(B),quotient(A,
% j(
% j(A)))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),quotient(A,
% j(
% j(A)))))))),
% i(A))),A) <->
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(A,
% j(A))),B))),
% j(A))),quotient(A,
% j(A))),
% j(A)),A)
% Current number of equations to process: 311
% Current number of ordered equations: 0
% Current number of rules: 182
% New rule produced :
% [615]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% j(A),A),
% j(
% j(
% quotient(
% j(A),A)))),
% quotient(i(A),
% quotient(j(A),A)))),
% i(A))),A),quotient(i(A),
% i(i(A)))) -> 
% i(A)
% Current number of equations to process: 310
% Current number of ordered equations: 0
% Current number of rules: 183
% New rule produced :
% [616]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(quotient(quotient(quotient(B,j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))),
% j(j(quotient(B,j(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A))))))),
% quotient(quotient(quotient(A,j(j(A))),quotient(
% i(B),A)),
% quotient(B,j(quotient(quotient(A,j(j(A))),
% quotient(i(B),A))))))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))),
% j(quotient(quotient(A,j(j(A))),quotient(i(B),A)))),quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(B)),j(
% j(
% quotient(A,
% j(B))))),
% quotient(B,
% quotient(A,
% j(B))))),B)),
% j(B))) ->
% quotient(quotient(A,j(j(A))),quotient(i(B),A))
% Current number of equations to process: 309
% Current number of ordered equations: 0
% Current number of rules: 184
% New rule produced :
% [617]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),j(j(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A)),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% quotient(i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))) <->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(B,i(B)),
% j(j(quotient(B,i(B))))),
% quotient(i(quotient(quotient(quotient(
% j(B),
% j(quotient(B,
% i(B)))),
% j(j(quotient(
% j(B),j(quotient(B,
% i(B))))))),
% quotient(quotient(B,i(B)),
% quotient(j(B),j(quotient(B,
% i(B))))))),
% quotient(B,i(B)))),j(quotient(B,i(B)))),
% quotient(quotient(quotient(quotient(quotient(quotient(B,
% i(B)),
% j(j(quotient(B,i(B))))),
% quotient(i(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),quotient(B,
% i(B)))),
% j(j(quotient(quotient(quotient(B,i(B)),
% j(j(quotient(B,i(B))))),
% quotient(i(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),quotient(B,i(B))))))),
% quotient(i(quotient(quotient(quotient(quotient(
% quotient(B,
% i(B)),
% j(j(
% quotient(B,
% i(B))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% i(B))),
% j(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% i(B))),
% j(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% i(B))),
% j(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,i(B)))),
% j(j(quotient(quotient(
% quotient(B,
% i(B)),j(j(
% quotient(B,
% i(B))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% i(B))),
% j(B))),
% j(quotient(B,
% i(B)))),
% j(j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% i(B))),
% j(B))),
% j(quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% i(B))),
% j(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,i(B))))))),
% quotient(i(quotient(quotient(quotient(B,
% i(B)),
% j(j(quotient(B,
% i(B))))),
% quotient(i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),quotient(B,
% i(B))))),
% quotient(quotient(quotient(B,i(B)),
% j(j(quotient(B,i(B))))),
% quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% i(B))),
% j(B))),
% j(
% quotient(B,
% i(B)))),
% j(j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% i(B))),
% j(B))),
% j(quotient(B,
% i(B))))))),
% quotient(quotient(B,i(B)),
% quotient(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(
% quotient(B,
% i(B))),
% j(B))),j(quotient(B,
% i(B))))))),
% quotient(B,i(B))))))),i(quotient(
% quotient(
% quotient(B,
% i(B)),j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% quotient(B,
% i(B))))))),
% quotient(quotient(quotient(B,i(B)),j(j(quotient(B,i(B))))),
% quotient(i(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),quotient(B,i(B)))))),B),A)
% Current number of equations to process: 308
% Current number of ordered equations: 1
% Current number of rules: 185
% New rule produced :
% [618]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(B,i(B)),
% j(j(quotient(B,i(B))))),
% quotient(i(quotient(quotient(quotient(
% j(B),
% j(quotient(B,
% i(B)))),
% j(j(quotient(
% j(B),j(quotient(B,
% i(B))))))),
% quotient(quotient(B,i(B)),
% quotient(j(B),j(quotient(B,
% i(B))))))),
% quotient(B,i(B)))),j(quotient(B,i(B)))),
% quotient(quotient(quotient(quotient(quotient(quotient(B,
% i(B)),
% j(j(quotient(B,i(B))))),
% quotient(i(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),quotient(B,
% i(B)))),
% j(j(quotient(quotient(quotient(B,i(B)),
% j(j(quotient(B,i(B))))),
% quotient(i(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),quotient(B,i(B))))))),
% quotient(i(quotient(quotient(quotient(quotient(
% quotient(B,
% i(B)),
% j(j(
% quotient(B,
% i(B))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% i(B))),
% j(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% i(B))),
% j(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% i(B))),
% j(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,i(B)))),
% j(j(quotient(quotient(
% quotient(B,
% i(B)),j(j(
% quotient(B,
% i(B))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% i(B))),
% j(B))),
% j(quotient(B,
% i(B)))),
% j(j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% i(B))),
% j(B))),
% j(quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% i(B))),
% j(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,i(B))))))),
% quotient(i(quotient(quotient(quotient(B,
% i(B)),
% j(j(quotient(B,
% i(B))))),
% quotient(i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),quotient(B,
% i(B))))),
% quotient(quotient(quotient(B,i(B)),
% j(j(quotient(B,i(B))))),
% quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% i(B))),
% j(B))),
% j(
% quotient(B,
% i(B)))),
% j(j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% i(B))),
% j(B))),
% j(quotient(B,
% i(B))))))),
% quotient(quotient(B,i(B)),
% quotient(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(
% quotient(B,
% i(B))),
% j(B))),j(quotient(B,
% i(B))))))),
% quotient(B,i(B))))))),i(quotient(
% quotient(
% quotient(B,
% i(B)),j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% quotient(B,
% i(B))))))),
% quotient(quotient(quotient(B,i(B)),j(j(quotient(B,i(B))))),
% quotient(i(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),quotient(B,i(B)))))),B),A) <->
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),j(j(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A)),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% quotient(i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))
% Current number of equations to process: 308
% Current number of ordered equations: 0
% Current number of rules: 186
% New rule produced :
% [619]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(B,j(B)),quotient(quotient(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(C),
% quotient(B,
% j(B))))),
% i(C))),C),B)),
% quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),B),
% j(j(quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),B)))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),B)),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C))))),
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),B)))),
% quotient(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),B)),B))) -> A
% Current number of equations to process: 307
% Current number of ordered equations: 0
% Current number of rules: 187
% New rule produced :
% [620]
% quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(quotient(C,
% quotient(A,B)),
% j(j(quotient(C,
% quotient(A,B))))),
% quotient(i(quotient(A,B)),
% quotient(C,quotient(A,B))))),B)),
% quotient(A,B)) ->
% quotient(quotient(quotient(B,j(j(B))),quotient(i(C),B)),quotient(A,B))
% Current number of equations to process: 306
% Current number of ordered equations: 0
% Current number of rules: 188
% New rule produced :
% [621]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),B)),A)),A)),C)
% -> quotient(quotient(A,j(j(A))),quotient(i(B),A))
% Current number of equations to process: 305
% Current number of ordered equations: 0
% Current number of rules: 189
% New rule produced :
% [622]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(i(A),
% quotient(quotient(B,
% i(A)),A)))),
% i(A))),A),B) -> i(A)
% Current number of equations to process: 304
% Current number of ordered equations: 0
% Current number of rules: 190
% New rule produced :
% [623]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% quotient(i(i(A)),
% quotient(A,
% j(A))))),i(i(A)))),
% i(A)),A) -> quotient(A,j(A))
% Current number of equations to process: 303
% Current number of ordered equations: 0
% Current number of rules: 191
% New rule produced :
% [624]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A),j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(i(quotient(quotient(quotient(C,A),
% j(j(quotient(C,A)))),quotient(
% i(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A))),
% quotient(C,A)))),
% i(i(quotient(quotient(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(i(A)))),i(A)),
% i(A)),A))))),i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A))),
% i(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),i(A)),A))),quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A)) <->
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B),A),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B),A)))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B),A)))),
% i(i(A)))),i(A)),
% i(A)),A)
% Current number of equations to process: 302
% Current number of ordered equations: 1
% Current number of rules: 192
% New rule produced :
% [625]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B),A),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B),A)))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B),A)))),
% i(i(A)))),i(A)),
% i(A)),A) <->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A),j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(i(quotient(quotient(quotient(C,A),
% j(j(quotient(C,A)))),quotient(
% i(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A))),
% quotient(C,A)))),
% i(i(quotient(quotient(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(i(A)))),i(A)),
% i(A)),A))))),i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A))),
% i(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),i(A)),A))),quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A))
% Current number of equations to process: 302
% Current number of ordered equations: 0
% Current number of rules: 193
% New rule produced :
% [626]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% j(j(
% quotient(B,
% j(
% j(B)))))),
% quotient(
% i(A),
% quotient(B,
% j(j(B)))))),
% i(A))),A),j(B)),
% j(j(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% j(j(quotient(B,
% j(j(B)))))),
% quotient(
% i(A),quotient(B,
% j(j(B)))))),
% i(A))),A),j(B))))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% j(
% j(
% quotient(B,
% j(
% j(B)))))),
% quotient(
% i(A),
% quotient(B,
% j(
% j(B)))))),
% i(A))),A),
% j(B))),
% j(B))),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% j(
% j(
% quotient(B,
% j(
% j(B)))))),
% quotient(
% i(A),
% quotient(B,
% j(
% j(B)))))),
% i(A))),A),
% j(B))),
% j(B)))))),
% quotient(
% i(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% j(
% j(
% quotient(B,
% j(
% j(B)))))),
% quotient(
% i(A),
% quotient(B,
% j(
% j(B)))))),
% i(A))),A),
% j(B)))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% j(
% j(
% quotient(B,
% j(
% j(B)))))),
% quotient(
% i(A),
% quotient(B,
% j(
% j(B)))))),
% i(A))),A),
% j(B))),
% j(B)))))),
% i(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% j(
% j(
% quotient(B,
% j(
% j(B)))))),
% quotient(
% i(A),
% quotient(B,
% j(
% j(B)))))),
% i(A))),A),
% j(B)))))),
% i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% j(
% j(
% quotient(B,
% j(
% j(B)))))),
% quotient(
% i(A),
% quotient(B,
% j(
% j(B)))))),
% i(A))),A),j(B)))),
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% j(
% j(
% quotient(B,
% j(
% j(B)))))),
% quotient(i(A),
% quotient(B,
% j(j(B)))))),
% i(A))),A),j(B))) ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(B,
% j(
% j(B))),
% j(j(quotient(B,
% j(j(B)))))),
% quotient(i(A),quotient(B,
% j(j(B)))))),
% i(A))),A)
% Current number of equations to process: 301
% Current number of ordered equations: 0
% Current number of rules: 194
% New rule produced :
% [627]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A)),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% i(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A)),j(j(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A)),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),j(A))))),
% quotient(A,quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% quotient(i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(quotient(B,A),
% j(A))))),A)),
% j(A))),j(A)))),j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A)),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A))))),
% quotient(A,quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A))))))),
% quotient(i(A),quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A)),j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% i(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),j(A)),
% j(j(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(j(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),j(A))))),quotient(A,quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A)),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A)))))) ->
% quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),B)
% Current number of equations to process: 300
% Current number of ordered equations: 0
% Current number of rules: 195
% New rule produced :
% [628]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(A,
% j(
% j(A))),
% j(j(quotient(A,
% j(j(A)))))),
% quotient(i(A),quotient(A,
% j(j(A)))))),
% i(A))),A) -> j(A)
% Current number of equations to process: 299
% Current number of ordered equations: 0
% Current number of rules: 196
% New rule produced :
% [629]
% quotient(quotient(quotient(quotient(quotient(A,j(A)),j(A)),j(j(quotient(
% quotient(A,
% j(A)),
% j(A))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(x1,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(x1,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(x1,A),
% j(A))))),A)),
% j(A)),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(j(quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1))))))),
% quotient(
% i(x1),quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1)))))),A)),
% quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(j(
% quotient(A,
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A)))),
% j(
% j(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A))))))),
% quotient(
% quotient(A,
% j(A)),
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A))))))),
% quotient(A,
% j(A)))),
% j(quotient(A,
% j(A)))),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A)))),
% j(
% j(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A))))))),
% quotient(
% quotient(A,
% j(A)),
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A))))))),
% quotient(A,
% j(A)))),
% j(
% quotient(A,
% j(A))))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1))))),x1)),
% j(x1)),
% j(
% j(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1))))),x1)),
% j(x1))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A)))),
% j(
% j(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A))))))),
% quotient(
% quotient(A,
% j(A)),
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A))))))),
% quotient(A,
% j(A)))),
% j(
% quotient(A,
% j(A))))),
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1))))),x1)),
% j(x1))))),
% i(quotient(quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A)))),
% j(
% j(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A))))))),
% quotient(
% quotient(A,
% j(A)),
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A))))))),
% quotient(A,
% j(A)))),
% j(quotient(A,j(A))))))),
% quotient(quotient(quotient(
% quotient(A,
% j(A)),
% j(j(
% quotient(A,
% j(A))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A)))),
% j(
% j(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A))))))),
% quotient(
% quotient(A,
% j(A)),
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A))))))),
% quotient(A,j(A)))),
% j(quotient(A,j(A))))),A)),
% j(j(quotient(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(x1,A),
% j(A)),j(
% j(
% quotient(
% quotient(x1,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(x1,A),
% j(A))))),A)),
% j(A)),quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1)))),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1))))))),
% quotient(
% i(x1),
% quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1)))))),A)),
% quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),j(j(
% quotient(A,
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(quotient(A,
% j(A)))),
% j(j(quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(quotient(A,
% j(A))))))),
% quotient(
% quotient(A,
% j(A)),quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A))))))),
% quotient(A,
% j(A)))),j(
% quotient(A,
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(j(quotient(A,
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(quotient(A,
% j(A)))),
% j(j(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A))))))),
% quotient(
% quotient(A,
% j(A)),
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(quotient(A,
% j(A))))))),
% quotient(A,
% j(A)))),
% j(quotient(A,
% j(A))))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(j(x1))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(j(quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1))))),x1)),
% j(x1)),
% j(j(quotient(
% quotient(
% quotient(x1,
% j(j(x1))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1))))),x1)),
% j(x1))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(j(quotient(A,
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(quotient(A,
% j(A)))),
% j(j(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A))))))),
% quotient(
% quotient(A,
% j(A)),
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(quotient(A,
% j(A))))))),
% quotient(A,
% j(A)))),
% j(quotient(A,
% j(A))))),
% quotient(
% quotient(
% quotient(x1,
% j(j(x1))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(j(quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1))))),x1)),
% j(x1))))),
% i(quotient(quotient(
% quotient(
% quotient(A,
% j(A)),j(
% j(
% quotient(A,
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(quotient(A,
% j(A)))),
% j(j(quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A))))))),
% quotient(
% quotient(A,
% j(A)),
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(quotient(A,
% j(A))))))),
% quotient(A,
% j(A)))),
% j(quotient(A,j(A))))))),
% quotient(quotient(quotient(
% quotient(A,
% j(A)),j(j(
% quotient(A,
% j(A))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(quotient(A,
% j(A)))),
% j(j(quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(quotient(A,
% j(A))))))),
% quotient(
% quotient(A,
% j(A)),quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A))))))),
% quotient(A,j(A)))),
% j(quotient(A,j(A))))),A))))),
% quotient(i(quotient(quotient(A,j(A)),j(A))),quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(x1,A),
% j(A)),
% j(j(
% quotient(
% quotient(x1,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(x1,A),
% j(A))))),A)),
% j(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(j(quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1))))))),
% quotient(
% i(x1),
% quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(j(quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1)))))),A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(j(quotient(A,
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(quotient(A,
% j(A)))),
% j(j(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A))))))),
% quotient(
% quotient(A,
% j(A)),
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(quotient(A,
% j(A))))))),
% quotient(A,
% j(A)))),
% j(quotient(A,
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A)))),
% j(
% j(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A))))))),
% quotient(
% quotient(A,
% j(A)),
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A))))))),
% quotient(A,
% j(A)))),
% j(
% quotient(A,
% j(A))))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(j(x1))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1))))),x1)),
% j(x1)),
% j(j(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1))))),x1)),
% j(x1))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A)))),
% j(
% j(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A))))))),
% quotient(
% quotient(A,
% j(A)),
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A))))))),
% quotient(A,
% j(A)))),
% j(
% quotient(A,
% j(A))))),
% quotient(
% quotient(
% quotient(x1,
% j(j(x1))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1))))),x1)),
% j(x1))))),
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(j(
% quotient(A,
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A)))),
% j(
% j(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A))))))),
% quotient(
% quotient(A,
% j(A)),
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A))))))),
% quotient(A,
% j(A)))),
% j(quotient(A,
% j(A))))))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(j(quotient(A,
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(quotient(A,
% j(A)))),
% j(j(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A))))))),
% quotient(
% quotient(A,
% j(A)),
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(quotient(A,
% j(A))))))),
% quotient(A,
% j(A)))),
% j(quotient(A,
% j(A))))),A))))),
% i(quotient(quotient(A,j(A)),j(A))))),quotient(quotient(A,j(A)),j(A)))
% ->
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(A)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(A)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(A)),B),
% j(B))))),B)),
% j(B)),quotient(A,j(A))),A)
% Current number of equations to process: 298
% Current number of ordered equations: 0
% Current number of rules: 197
% New rule produced :
% [630]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(C,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(C,
% i(B)),B)))),
% i(B))),B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(C,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(C,
% i(B)),B)))),
% i(B))),B),A),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(C,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(C,
% i(B)),B)))),
% i(B))),B),A),
% j(A))))),A)),
% j(A)),C) <->
% quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(
% j(
% quotient(
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(j(quotient(
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(i(C),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% j(j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(j(
% quotient(
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% i(C))),C)
% Current number of equations to process: 296
% Current number of ordered equations: 1
% Current number of rules: 198
% New rule produced :
% [631]
% quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(
% j(
% quotient(
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(j(quotient(
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(i(C),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% j(j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(j(
% quotient(
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% i(C))),C) <->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(C,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(C,
% i(B)),B)))),
% i(B))),B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(C,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(C,
% i(B)),B)))),
% i(B))),B),A),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(C,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(C,
% i(B)),B)))),
% i(B))),B),A),
% j(A))))),A)),
% j(A)),C)
% Current number of equations to process: 296
% Current number of ordered equations: 0
% Current number of rules: 199
% New rule produced :
% [632]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(A),
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))),
% j(
% j(
% quotient(
% j(A),
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% quotient(
% j(A),
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))),
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% j(A),
% j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))),
% j(j(quotient(
% j(A),
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))))),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% quotient(
% j(A),
% j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))),
% j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% j(A),
% j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))),
% j(j(
% quotient(
% j(A),
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))))),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% quotient(
% j(A),
% j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))))),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))),
% j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% i(A))),A) ->
% quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(i(A),quotient(
% quotient(B,A),
% j(A))))),B)),A)
% Current number of equations to process: 295
% Current number of ordered equations: 0
% Current number of rules: 200
% New rule produced :
% [633]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(A,
% i(A)),
% j(j(quotient(A,
% i(A))))),
% quotient(j(A),quotient(A,
% i(A))))),
% j(A))),j(j(A))) -> A
% Current number of equations to process: 294
% Current number of ordered equations: 0
% Current number of rules: 201
% New rule produced :
% [634]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(B,
% quotient(A,
% j(
% j(A)))))),B)),
% j(B)),A),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(B,
% quotient(A,
% j(
% j(A)))))),B)),
% j(B)),A)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(x1,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(x1,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))))),
% quotient(
% i(x1),
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1)))))),B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1)),
% j(
% j(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(x1,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(x1,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))))),
% quotient(
% i(x1),
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1)))))),B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1)),
% j(
% j(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(B,
% quotient(A,
% j(
% j(A)))))),B)),
% j(B)),A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(x1,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(x1,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))))),
% quotient(
% i(x1),
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1)))))),B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1)),
% j(
% j(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),B))))),
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(B,
% quotient(A,
% j(
% j(A)))))),B)),
% j(B)),A)))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(B,
% quotient(A,
% j(
% j(A)))))),B)),
% j(B)),A)),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(quotient(A,
% j(
% j(A)))))),
% quotient(B,
% quotient(A,
% j(j(A)))))),B)),
% j(B)),A),
% j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(B,
% quotient(A,
% j(
% j(A)))))),B)),
% j(B)),A)))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(x1,B),
% j(B)),
% j(j(
% quotient(
% quotient(x1,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(x1,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(j(quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))))),
% quotient(
% i(x1),
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(j(quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1)))))),B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(j(x1))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1)),
% j(j(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1))))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),
% quotient(
% quotient(
% quotient(x1,
% j(j(x1))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1))))),
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),B)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(x1,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(x1,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))))),
% quotient(
% i(x1),
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1)))))),B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1)),
% j(
% j(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),B))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(B,
% quotient(A,
% j(
% j(A)))))),B)),
% j(B)),A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(x1,B),
% j(B)),
% j(j(
% quotient(
% quotient(x1,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(x1,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(j(quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))))),
% quotient(
% i(x1),
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(j(quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1)))))),B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(j(x1))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1)),
% j(j(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1))))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),
% quotient(
% quotient(
% quotient(x1,
% j(j(x1))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1))))),
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),B))))),
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(
% quotient(A,
% j(
% j(A)))))),
% quotient(B,
% quotient(A,
% j(j(A)))))),B)),
% j(B)),A)))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(quotient(A,
% j(
% j(A)))))),
% quotient(B,
% quotient(A,
% j(j(A)))))),B)),
% j(B)),A)),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(j(quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A)))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(
% quotient(A,
% j(
% j(A)))))),
% quotient(B,
% quotient(A,
% j(j(A)))))),B)),
% j(B)),A),
% j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(B,
% quotient(A,
% j(
% j(A)))))),B)),
% j(B)),A)))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(x1,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(x1,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(x1,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1)))),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))))),
% quotient(
% i(x1),
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1)))))),B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A)),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1)),
% j(
% j(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1))))),
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),B)),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(x1,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(x1,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))))),
% quotient(
% i(x1),
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1)))))),B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1)),
% j(
% j(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),B))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(B,
% quotient(A,
% j(
% j(A)))))),B)),
% j(B)),A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(x1,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(x1,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(x1,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1)))),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))))),
% quotient(
% i(x1),
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1)))))),B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A)),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1)),
% j(
% j(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1))))),
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),B))))),
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(B,
% quotient(A,
% j(
% j(A)))))),B)),
% j(B)),A)))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(
% quotient(A,
% j(
% j(A)))))),
% quotient(B,
% quotient(A,
% j(j(A)))))),B)),
% j(B)),A)),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A)))))),
% i(A))),A) ->
% quotient(quotient(quotient(A,B),j(B)),A)
% Current number of equations to process: 293
% Current number of ordered equations: 0
% Current number of rules: 202
% New rule produced :
% [635]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(A,
% j(A)),
% j(A)),
% j(j(quotient(
% quotient(A,
% j(A)),j(A))))),
% quotient(i(A),quotient(
% quotient(A,
% j(A)),
% j(A))))),
% i(A))),A) -> quotient(A,j(A))
% Current number of equations to process: 292
% Current number of ordered equations: 0
% Current number of rules: 203
% New rule produced :
% [636]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(B)),
% j(
% j(
% quotient(A,
% j(B))))),
% quotient(B,
% quotient(A,
% j(B))))),B)),
% j(B))),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(B)),
% j(j(
% quotient(A,
% j(B))))),
% quotient(B,
% quotient(A,
% j(B))))),B)),
% j(B))),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(B),A))),
% quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(B)),j(
% j(
% quotient(A,
% j(B))))),
% quotient(B,
% quotient(A,
% j(B))))),B)),
% j(B))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))) ->
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(quotient(quotient(A,j(j(A))),quotient(i(B),A)))),B),A)
% Current number of equations to process: 291
% Current number of ordered equations: 0
% Current number of rules: 204
% New rule produced :
% [637]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A),j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(i(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% i(C)),A))),
% i(i(C)))),
% i(C)),
% i(C)),C),A),
% j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(i(C)),A))),
% i(i(C)))),
% i(C)),i(C)),C),A)))),
% quotient(i(i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),i(A)),A))),
% quotient(quotient(quotient(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% i(C)),A))),
% i(i(C)))),
% i(C)),
% i(C)),C),A)))),
% i(i(quotient(quotient(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(i(A)))),i(A)),
% i(A)),A))))),i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A))),
% i(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),i(A)),A))),quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A)) ->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A),j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(i(quotient(quotient(C,j(j(C))),quotient(
% i(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A))),C))),
% i(i(quotient(quotient(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(i(A)))),i(A)),
% i(A)),A))))),i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A))),
% i(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),i(A)),A))),quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A))
% Current number of equations to process: 290
% Current number of ordered equations: 0
% Current number of rules: 205
% New rule produced :
% [638]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A))))),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(quotient(A,
% j(j(A)))))),
% quotient(
% i(B),quotient(A,
% j(
% j(A)))))))),
% quotient(i(i(A)),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(j(A)))))))),
% i(i(A)))),i(A)) ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,j(j(B))),
% quotient(i(i(A)),B))),A)),
% i(A))
% Current number of equations to process: 289
% Current number of ordered equations: 0
% Current number of rules: 206
% New rule produced :
% [639]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A)),j(j(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% j(B),
% i(
% quotient(B,
% i(B)))))),
% j(B))),
% j(
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% j(B),
% i(
% quotient(B,
% i(B)))))),
% j(B))),
% j(
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% j(B),
% i(
% quotient(B,
% i(B)))))),
% j(B))),
% j(
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% j(B),
% i(
% quotient(B,
% i(B)))))),
% j(B))),
% j(
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% j(B),
% i(
% quotient(B,
% i(B)))))),
% j(B))),
% j(
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% j(B),
% i(
% quotient(B,
% i(B)))))),
% j(B))),
% j(
% j(B))),A),
% j(A))))),A)),
% j(A))))),
% quotient(i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),
% quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% j(B),
% i(
% quotient(B,
% i(B)))))),
% j(B))),
% j(
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% j(B),
% i(
% quotient(B,
% i(B)))))),
% j(B))),
% j(
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% j(B),
% i(
% quotient(B,
% i(B)))))),
% j(B))),
% j(
% j(B))),A),
% j(A))))),A)),
% j(A))))),i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))))),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% j(B),A),
% j(A)),
% j(j(quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,quotient(
% quotient(
% j(B),A),j(A))))),A)),
% j(A))) <->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(B,i(B)),
% j(j(quotient(B,i(B))))),
% quotient(i(quotient(quotient(quotient(
% quotient(x1,
% i(quotient(B,
% i(B)))),
% quotient(B,
% i(B))),
% j(j(quotient(
% quotient(x1,
% i(quotient(B,
% i(B)))),
% quotient(B,
% i(B)))))),
% quotient(i(quotient(B,i(B))),
% quotient(quotient(x1,i(
% quotient(B,
% i(B)))),
% quotient(B,i(B)))))),i(
% quotient(B,
% i(B))))),
% quotient(B,i(B))),quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(j(quotient(B,
% i(B))))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),
% i(quotient(B,
% i(B))))),
% j(j(quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),
% i(
% quotient(B,
% i(B)))))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(j(
% quotient(B,
% i(B))))),
% quotient(
% i(x1),
% i(quotient(B,
% i(B))))),
% j(j(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(x1),
% i(
% quotient(B,
% i(B)))))))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),
% i(
% quotient(B,
% i(B)))))),
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(j(
% quotient(B,
% i(B))))),
% quotient(
% i(x1),
% i(quotient(B,
% i(B)))))))),
% i(quotient(quotient(
% quotient(B,
% i(B)),
% j(j(
% quotient(B,
% i(B))))),
% quotient(i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),
% i(quotient(B,i(B)))))))),
% quotient(quotient(quotient(B,
% i(B)),
% j(j(quotient(B,i(B))))),
% quotient(i(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),i(quotient(B,
% i(B))))))),
% j(B)),A)
% Current number of equations to process: 288
% Current number of ordered equations: 1
% Current number of rules: 207
% New rule produced :
% [640]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(B,i(B)),
% j(j(quotient(B,i(B))))),
% quotient(i(quotient(quotient(quotient(
% quotient(x1,
% i(quotient(B,
% i(B)))),
% quotient(B,
% i(B))),
% j(j(quotient(
% quotient(x1,
% i(quotient(B,
% i(B)))),
% quotient(B,
% i(B)))))),
% quotient(i(quotient(B,i(B))),
% quotient(quotient(x1,i(
% quotient(B,
% i(B)))),
% quotient(B,i(B)))))),i(
% quotient(B,
% i(B))))),
% quotient(B,i(B))),quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(j(quotient(B,
% i(B))))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),
% i(quotient(B,
% i(B))))),
% j(j(quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),
% i(
% quotient(B,
% i(B)))))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(j(
% quotient(B,
% i(B))))),
% quotient(
% i(x1),
% i(quotient(B,
% i(B))))),
% j(j(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(x1),
% i(
% quotient(B,
% i(B)))))))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),
% i(
% quotient(B,
% i(B)))))),
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(j(
% quotient(B,
% i(B))))),
% quotient(
% i(x1),
% i(quotient(B,
% i(B)))))))),
% i(quotient(quotient(
% quotient(B,
% i(B)),
% j(j(
% quotient(B,
% i(B))))),
% quotient(i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),
% i(quotient(B,i(B)))))))),
% quotient(quotient(quotient(B,
% i(B)),
% j(j(quotient(B,i(B))))),
% quotient(i(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),i(quotient(B,
% i(B))))))),
% j(B)),A) <->
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A)),j(j(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% j(B),
% i(
% quotient(B,
% i(B)))))),
% j(B))),
% j(
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% j(B),
% i(
% quotient(B,
% i(B)))))),
% j(B))),
% j(
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% j(B),
% i(
% quotient(B,
% i(B)))))),
% j(B))),
% j(
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% j(B),
% i(
% quotient(B,
% i(B)))))),
% j(B))),
% j(
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% j(B),
% i(
% quotient(B,
% i(B)))))),
% j(B))),
% j(
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% j(B),
% i(
% quotient(B,
% i(B)))))),
% j(B))),
% j(
% j(B))),A),
% j(A))))),A)),
% j(A))))),
% quotient(i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),
% quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% j(B),
% i(
% quotient(B,
% i(B)))))),
% j(B))),
% j(
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% j(B),
% i(
% quotient(B,
% i(B)))))),
% j(B))),
% j(
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% j(B),
% i(
% quotient(B,
% i(B)))))),
% j(B))),
% j(
% j(B))),A),
% j(A))))),A)),
% j(A))))),i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))))),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% j(B),A),
% j(A)),
% j(j(quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,quotient(
% quotient(
% j(B),A),j(A))))),A)),
% j(A)))
% Current number of equations to process: 288
% Current number of ordered equations: 0
% Current number of rules: 208
% New rule produced :
% [641]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),j(j(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),quotient(i(quotient(quotient(
% quotient(
% quotient(C,
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(j(
% quotient(
% quotient(C,
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% quotient(quotient(C,
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))) <->
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(j(quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))),
% quotient(i(C),quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))),
% i(C))),C),A)),quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),B)),
% j(B)),A),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),B)),
% j(B)),A)))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),B)),
% j(B)),A)),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))),
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),B)),
% j(B)),A)))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),B)),
% j(B)),A)),A))
% Current number of equations to process: 287
% Current number of ordered equations: 1
% Current number of rules: 209
% New rule produced :
% [642]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(j(quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))),
% quotient(i(C),quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))),
% i(C))),C),A)),quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),B)),
% j(B)),A),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),B)),
% j(B)),A)))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),B)),
% j(B)),A)),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))),
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),B)),
% j(B)),A)))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),B)),
% j(B)),A)),A))
% <->
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),j(j(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),quotient(i(quotient(quotient(
% quotient(
% quotient(C,
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(j(
% quotient(
% quotient(C,
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% quotient(quotient(C,
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))
% Current number of equations to process: 287
% Current number of ordered equations: 0
% Current number of rules: 210
% New rule produced :
% [643]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(A,
% j(A)),
% j(j(quotient(A,
% j(A))))),
% quotient(j(A),quotient(A,
% j(A))))),
% j(A))),j(j(A))) -> j(j(A))
% Current number of equations to process: 286
% Current number of ordered equations: 0
% Current number of rules: 211
% New rule produced :
% [644]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% j(
% j(
% quotient(B,
% j(
% j(B)))))),
% quotient(i(A),
% quotient(B,
% j(j(B)))))),
% i(A))),A),B) ->
% i(quotient(quotient(B,j(j(B))),quotient(i(A),B)))
% Rule
% [609]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B),A),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B),A)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(x1,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(x1,
% i(B)),B)))),
% i(B))),B),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B))),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(x1),
% i(B))),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(x1),
% i(B)))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(x1),
% i(B)))))),
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B))))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(x1,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(x1,
% i(B)),B)))),
% i(B))),B),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B))),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(x1),
% i(B))),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(x1),
% i(B)))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(x1),
% i(B)))))),
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B),A)),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(x1,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(x1,
% i(B)),B)))),
% i(B))),B),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B))),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(x1),
% i(B))),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(x1),
% i(B)))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(x1),
% i(B)))))),
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))))))),
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B),A)))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B),A)),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(j(A)))))),
% i(B))),B),A),
% j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B),A)))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(x1,
% i(B)),B),
% j(j(
% quotient(
% quotient(x1,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(x1,
% i(B)),B)))),
% i(B))),B),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B))),
% j(j(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(x1),
% i(B))),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(x1),
% i(B)))))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(x1),
% i(B)))))),
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))))),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B))))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(x1,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(x1,
% i(B)),B)))),
% i(B))),B),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B))),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(x1),
% i(B))),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(x1),
% i(B)))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(x1),
% i(B)))))),
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B),A)),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(x1,
% i(B)),B),
% j(j(
% quotient(
% quotient(x1,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(x1,
% i(B)),B)))),
% i(B))),B),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B))),
% j(j(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(x1),
% i(B))),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(x1),
% i(B)))))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(x1),
% i(B)))))),
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))))),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))))))),
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(j(A)))))),
% i(B))),B),A)))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(j(A)))))),
% i(B))),B),A)),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(j(A)))))),
% i(B))),B),A),
% j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B),A)))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(x1,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(x1,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(x1,
% i(B)),B)))),
% i(B))),B),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B))),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(x1),
% i(B))),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(x1),
% i(B)))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(x1),
% i(B)))))),
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))))),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B))))),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(x1,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(x1,
% i(B)),B)))),
% i(B))),B),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B))),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(x1),
% i(B))),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(x1),
% i(B)))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(x1),
% i(B)))))),
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B),A)),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(x1,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(x1,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(x1,
% i(B)),B)))),
% i(B))),B),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B))),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(x1),
% i(B))),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(x1),
% i(B)))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(x1),
% i(B)))))),
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))))),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% i(B)))))))),
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B),A)))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(j(A)))))),
% i(B))),B),A)),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))))),
% i(A))),A) ->
% quotient(quotient(quotient(A,i(B)),B),A) collapsed.
% Current number of equations to process: 286
% Current number of ordered equations: 0
% Current number of rules: 211
% New rule produced :
% [645]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(A,
% i(A)),
% j(
% j(
% quotient(A,
% i(A))))),
% i(i(A)))),i(A))),A),
% j(A)) -> i(quotient(A,i(A)))
% Current number of equations to process: 285
% Current number of ordered equations: 0
% Current number of rules: 212
% New rule produced :
% [646]
% quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% quotient(
% j(B),A)),
% j(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% quotient(
% j(B),A)),
% j(A)),
% j(A))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% quotient(
% j(B),A)),
% j(A)),
% j(A))))),
% i(A))),A),
% quotient(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% quotient(
% j(B),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% quotient(
% j(B),A)),
% j(A))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% quotient(
% j(B),A)),
% j(A))))),
% i(B))),B),
% quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% quotient(
% j(B),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% quotient(
% j(B),A)),
% j(A))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% quotient(
% j(B),A)),
% j(A))))),
% i(A))),A)))),
% i(B))),B) ->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))),B)
% Current number of equations to process: 284
% Current number of ordered equations: 0
% Current number of rules: 213
% New rule produced :
% [647]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% i(A)),A),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% i(A)),A)))),
% quotient(i(A),
% quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% i(A)),A)))),
% i(A))),A),C) <->
% quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)))),
% j(
% j(
% quotient(
% quotient(B,
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(B,
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(j(quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)))),
% j(j(quotient(
% quotient(B,
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(B,
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(j(quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))))))),
% quotient(i(C),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),
% j(j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))),
% j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)))),
% j(j(
% quotient(
% quotient(B,
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(B,
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))),
% j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))))))),
% i(C))),C)
% Current number of equations to process: 283
% Current number of ordered equations: 1
% Current number of rules: 214
% New rule produced :
% [648]
% quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)))),
% j(
% j(
% quotient(
% quotient(B,
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(B,
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(j(quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)))),
% j(j(quotient(
% quotient(B,
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(B,
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(j(quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))))))),
% quotient(i(C),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),
% j(j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))),
% j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)))),
% j(j(
% quotient(
% quotient(B,
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(B,
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))),
% j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))))))),
% i(C))),C) <->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% i(A)),A),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% i(A)),A)))),
% quotient(i(A),
% quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% i(A)),A)))),
% i(A))),A),C)
% Current number of equations to process: 283
% Current number of ordered equations: 0
% Current number of rules: 215
% New rule produced :
% [649]
% quotient(quotient(quotient(quotient(B,j(B)),quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(B)),
% j(j(quotient(B,
% j(B))))),
% quotient(
% i(C),
% quotient(B,
% j(B))))),
% i(C))),C),B)),
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A)))),
% j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A))))))),
% quotient(i(A),quotient(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A)))))),
% j(j(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A)))),j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A))))))),
% quotient(i(A),quotient(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A))))),
% quotient(A,quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A))))))))),
% quotient(i(quotient(quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),j(j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C))))),
% quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A)),j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A))))))),
% quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(quotient(B,C),
% j(C))))),C)),
% j(C))))),i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A)),j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A))))))))),
% quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A)),j(j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A))))),
% quotient(A,quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),j(A)))),
% j(j(quotient(quotient(quotient(quotient(quotient(C,
% j(
% j(C))),
% quotient(i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),j(A)),
% j(j(quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),j(A))))),
% quotient(A,quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),j(A))))))),
% quotient(i(A),quotient(quotient(quotient(quotient(quotient(C,
% j(
% j(C))),
% quotient(i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),j(A)),
% j(j(quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),j(A))))),
% quotient(A,quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),j(A))))))),B)),A)
% ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(C),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(
% j(
% quotient(
% j(C),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% quotient(
% j(C),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% j(C),
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(j(quotient(
% j(C),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% quotient(
% j(C),
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% j(C),
% j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(j(
% quotient(
% j(C),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% quotient(
% j(C),
% j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% i(A))),A)
% Current number of equations to process: 282
% Current number of ordered equations: 0
% Current number of rules: 216
% New rule produced :
% [650]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(B,A),
% j(
% j(
% quotient(B,A)))),
% quotient(i(A),
% quotient(B,A)))),
% i(A))),A),quotient(quotient(B,
% j(j(B))),
% quotient(i(i(A)),B)))
% -> i(A)
% Current number of equations to process: 281
% Current number of ordered equations: 0
% Current number of rules: 217
% New rule produced :
% [651]
% quotient(quotient(quotient(quotient(B,j(B)),quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(B)),
% j(j(quotient(B,
% j(B))))),
% quotient(
% i(C),
% quotient(B,
% j(B))))),
% i(C))),C),B)),
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A)))),
% j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A))))))),
% quotient(i(A),quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A)))))),
% j(j(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A)))),j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A))))))),
% quotient(i(A),quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A))))),
% quotient(A,quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A))))))))),
% quotient(i(quotient(quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),j(j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C))))),
% quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A)),j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A))))))),
% quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(quotient(B,C),
% j(C))))),C)),
% j(C))))),i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A)),j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A))))))))),
% quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A)),j(j(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A))))),
% quotient(A,quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A)))),j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A))))))),
% quotient(i(A),quotient(quotient(quotient(quotient(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A)),j(j(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),i(C)),C),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A))))),
% quotient(A,quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A))))))),B)),A) ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% i(C),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(
% j(
% quotient(
% i(C),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% quotient(
% i(C),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% i(C),
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(j(quotient(
% i(C),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% quotient(
% i(C),
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% i(C),
% j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(j(
% quotient(
% i(C),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% quotient(
% i(C),
% j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% i(A))),A)
% Current number of equations to process: 280
% Current number of ordered equations: 0
% Current number of rules: 218
% New rule produced :
% [652]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(A,
% i(A)),
% j(j(quotient(A,
% i(A))))),
% quotient(i(i(A)),i(quotient(A,
% i(A)))))),
% i(i(A)))),i(A)) -> i(A)
% Current number of equations to process: 279
% Current number of ordered equations: 0
% Current number of rules: 219
% New rule produced :
% [653]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))))))),
% quotient(i(A),
% quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))))))),
% i(A))),A),j(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))) ->
% i(quotient(quotient(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),A),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),j(quotient(quotient(quotient(A,j(j(A))),quotient(i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))))
% Current number of equations to process: 278
% Current number of ordered equations: 0
% Current number of rules: 220
% New rule produced :
% [654]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(A,j(j(A)))),quotient(quotient(quotient(A,
% j(j(A))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),A)
% ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B)),
% j(j(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))))),
% quotient(i(A),quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))))),
% i(A))),A)
% Current number of equations to process: 277
% Current number of ordered equations: 0
% Current number of rules: 221
% New rule produced :
% [655]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A),
% j(j(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% i(i(A)))),
% i(A)),
% i(A)),A),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(i(B)),C))),
% i(i(B)))),
% i(B)),i(B)),B),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(i(B)))),
% i(B)),
% i(B)),B)))),
% quotient(
% i(i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(i(B)),C))),
% i(i(B)))),
% i(B)),i(B)),B)))),
% i(i(A)))),
% i(A)),i(A)),A)))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)),
% quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% i(i(A)))),
% i(A)),
% i(A)),A)))),i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),i(A)),
% i(A)),A)),j(j(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% i(
% i(A)))),
% i(A)),
% i(A)),A),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),i(A)),A)))),
% quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(
% i(
% i(C)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% i(i(C)))),
% i(C)),
% i(C)),C),B),j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(
% i(
% i(C)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% i(
% i(C)))),
% i(C)),
% i(C)),C),B)))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A),
% j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),i(A)),A)))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(i(B)),C))),
% i(i(B)))),
% i(B)),i(B)),B),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(i(B)))),
% i(B)),
% i(B)),B)))),
% quotient(
% i(i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(i(B)),C))),
% i(i(B)))),
% i(B)),i(B)),B)))),
% i(i(A)))),
% i(A)),i(A)),A),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(i(B)))),
% i(B)),
% i(B)),B),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% quotient(
% i(i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(i(B)))),
% i(B)),
% i(B)),B)))),
% i(i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),i(A)),A)),
% quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(i(B)),C))),
% i(i(B)))),
% i(B)),i(B)),B),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(i(B)))),
% i(B)),
% i(B)),B)))),
% quotient(
% i(i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(i(B)),C))),
% i(i(B)))),
% i(B)),i(B)),B)))),
% i(i(A)))),
% i(A)),i(A)),A)))),
% i(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),i(A)),A)))),
% quotient(quotient(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(i(A)))),i(A)),
% i(A)),A))),quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),i(A)),A),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(
% i(i(C)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),i(A)),A)))),
% i(i(C)))),
% i(C)),i(C)),C),B)))),
% i(quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(i(A)))),
% i(A)),i(A)),A),
% j(j(quotient(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),i(A)),A)))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% i(
% i(A)))),
% i(A)),
% i(A)),A),j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),i(A)),A)),
% quotient(quotient(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% i(i(A)))),i(A)),
% i(A)),A)))),i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),i(A)),A))))),quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% i(
% i(A)))),
% i(A)),
% i(A)),A),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A))) -> A
% Current number of equations to process: 276
% Current number of ordered equations: 0
% Current number of rules: 222
% New rule produced :
% [656]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(quotient(A,
% j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(j(quotient(A,
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% quotient(A,j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(B,
% j(j(B))),
% quotient(i(A),B))),
% i(A))),A))),j(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(j(quotient(quotient(quotient(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(quotient(A,
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(j(quotient(A,j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% quotient(A,j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(B,
% j(j(B))),
% quotient(i(A),B))),
% i(A))),A))),j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(j(quotient(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(
% quotient(A,
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(j(quotient(A,
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% quotient(A,j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(quotient(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% i(quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(A),B))),
% i(A))),A),j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(quotient(A,j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(j(quotient(A,j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),quotient(A,
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(
% j(
% quotient(A,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% quotient(A,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))))
% <->
% quotient(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(
% j(
% quotient(A,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% quotient(A,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(
% j(
% quotient(A,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% quotient(A,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(
% j(
% quotient(A,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% quotient(A,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),C),
% j(C))))),C)),
% j(C)),B),quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))
% Current number of equations to process: 275
% Current number of ordered equations: 1
% Current number of rules: 223
% New rule produced :
% [657]
% quotient(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(
% j(
% quotient(A,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% quotient(A,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(
% j(
% quotient(A,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% quotient(A,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(
% j(
% quotient(A,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% quotient(A,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),C),
% j(C))))),C)),
% j(C)),B),quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))
% <->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(quotient(A,
% j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(j(quotient(A,
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% quotient(A,j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(B,
% j(j(B))),
% quotient(i(A),B))),
% i(A))),A))),j(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(j(quotient(quotient(quotient(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(quotient(A,
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(j(quotient(A,j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% quotient(A,j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(B,
% j(j(B))),
% quotient(i(A),B))),
% i(A))),A))),j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(j(quotient(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(
% quotient(A,
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(j(quotient(A,
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% quotient(A,j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(quotient(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% i(quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(A),B))),
% i(A))),A),j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(quotient(A,j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(j(quotient(A,j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),quotient(A,
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(
% j(
% quotient(A,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% quotient(A,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))))
% Current number of equations to process: 275
% Current number of ordered equations: 0
% Current number of rules: 224
% New rule produced :
% [658]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(i(B)),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(i(B)),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(C,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(C,
% i(B)),B)))),
% i(B))),B)),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% i(B)),B),
% j(j(
% quotient(
% quotient(C,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(C,
% i(B)),B)))),
% i(B))),B)),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(
% i(i(B)),A))),
% quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% i(B)),B),
% j(j(quotient(
% quotient(C,
% i(B)),B)))),
% quotient(
% i(B),quotient(
% quotient(C,
% i(B)),B)))),
% i(B))),B)),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(i(B)),A))))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(i(B)),A)))
% ->
% quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(i(B)),A))),C)),
% i(B)),A)
% Current number of equations to process: 274
% Current number of ordered equations: 0
% Current number of rules: 225
% New rule produced :
% [659]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% quotient(i(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% i(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(quotient(B,A),
% j(A))))),A)),
% j(A))))),quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),B),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),B)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),B)))),
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))))),
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),j(j(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A)),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% quotient(i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))) -> A
% Current number of equations to process: 273
% Current number of ordered equations: 0
% Current number of rules: 226
% New rule produced :
% [660]
% quotient(quotient(quotient(quotient(B,j(B)),quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(B)),
% j(j(quotient(B,
% j(B))))),
% quotient(
% i(C),
% quotient(B,
% j(B))))),
% i(C))),C),B)),
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A)))),
% j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A))))))),
% quotient(i(A),quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A)))))),
% j(j(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A)))),j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A))))))),
% quotient(i(A),quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A))))),
% quotient(A,quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A))))))))),
% quotient(i(quotient(quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),j(j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C))))),
% quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),j(A)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),j(A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A))))))),
% quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(quotient(B,C),
% j(C))))),C)),
% j(C))))),i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),j(A)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),j(A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A))))))))),
% quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A)),j(j(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A))))),
% quotient(A,quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),j(A)))),
% j(j(quotient(quotient(quotient(quotient(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),j(A)),
% j(j(quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),j(A))))),quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A))))))),
% quotient(i(A),quotient(quotient(quotient(quotient(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),j(A)),
% j(j(quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),j(A))))),
% quotient(A,quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),j(A))))))),B)),A)
% ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(
% j(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(C,
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(j(quotient(C,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% quotient(C,
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(C,
% j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(j(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% quotient(C,
% j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% i(A))),A)
% Current number of equations to process: 271
% Current number of ordered equations: 0
% Current number of rules: 227
% New rule produced :
% [661]
% quotient(quotient(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(x1,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(x1,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(x1,B),
% j(B))))),B)),
% j(B)),quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1)))),
% j(j(quotient(quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(j(quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,quotient(
% quotient(B,x1),
% j(x1))))))),
% quotient(i(x1),quotient(quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(quotient(B,x1),
% j(x1)))))),B)),
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B),A),
% quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(j(quotient(quotient(quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),A),
% quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),j(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(i(quotient(quotient(quotient(quotient(
% quotient(x1,
% j(j(x1))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1)),j(j(quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1))))),
% quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),A),
% quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(quotient(quotient(x1,j(j(x1))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(quotient(B,x1),
% j(x1))))),x1)),
% j(x1))))),i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),A),
% quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(quotient(quotient(quotient(quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B),A),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(quotient(quotient(quotient(A,j(j(A))),quotient(i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),B)),A) ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))))))),
% i(A))),A)
% Current number of equations to process: 270
% Current number of ordered equations: 0
% Current number of rules: 228
% New rule produced :
% [662]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B))),
% j(
% j(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B))),
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B))),
% j(
% j(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B))),
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B))),A),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B))),
% j(
% j(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B))),
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B))),A),
% j(A))))),A)),
% j(A)),C) <->
% quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(i(C),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% j(j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% i(C))),C)
% Current number of equations to process: 269
% Current number of ordered equations: 1
% Current number of rules: 229
% New rule produced :
% [663]
% quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(i(C),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% j(j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% i(C))),C) <->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B))),
% j(
% j(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B))),
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B))),
% j(
% j(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B))),
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B))),A),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B))),
% j(
% j(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B))),
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B))),A),
% j(A))))),A)),
% j(A)),C)
% Current number of equations to process: 269
% Current number of ordered equations: 0
% Current number of rules: 230
% New rule produced :
% [664]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(j(quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))),
% quotient(
% i(C),quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))),
% i(C))),C),A)),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(V_3,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(V_3,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(V_3,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% i(A))),A),C)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(V_3,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(V_3,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(V_3,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% i(A))),A),C)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(V_3,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(V_3,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(V_3,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% i(A))),A),C)),B),
% j(B))))),B)),
% j(B)),A),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(V_3,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(V_3,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(V_3,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% i(A))),A),C)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(V_3,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(V_3,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(V_3,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% i(A))),A),C)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(V_3,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(V_3,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(V_3,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% i(A))),A),C)),B),
% j(B))))),B)),
% j(B)),A)))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(V_3,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(V_3,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(V_3,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% i(A))),A),C)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(V_3,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(V_3,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(V_3,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% i(A))),A),C)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(V_3,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(V_3,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(V_3,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% i(A))),A),C)),B),
% j(B))))),B)),
% j(B)),A)),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))),
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(V_3,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(V_3,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(V_3,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% i(A))),A),C)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(V_3,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(V_3,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(V_3,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% i(A))),A),C)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(V_3,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(V_3,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(V_3,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% i(A))),A),C)),B),
% j(B))))),B)),
% j(B)),A)))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(V_3,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(V_3,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(V_3,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% i(A))),A),C)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(V_3,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(V_3,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(V_3,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% i(A))),A),C)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(V_3,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(V_3,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(V_3,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% i(A))),A),C)),B),
% j(B))))),B)),
% j(B)),A)),A)),C)
% ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))
% Current number of equations to process: 267
% Current number of ordered equations: 1
% Current number of rules: 231
% New rule produced :
% [665]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(x1,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(x1,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(x1,A),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),j(
% j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1)))),
% j(j(quotient(quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(j(quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,quotient(
% quotient(A,x1),
% j(x1))))))),
% quotient(i(x1),quotient(quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(quotient(A,x1),
% j(x1)))))),A)),
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(j(
% quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(j(quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),
% j(j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3))),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C))))),
% i(quotient(
% quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(j(
% quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3))),B)),A),
% j(j(quotient(quotient(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(j(
% quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(j(quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),
% j(j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3))),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C))))),
% i(quotient(
% quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(j(
% quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3))),B)),A)))),
% quotient(i(quotient(quotient(quotient(quotient(
% quotient(x1,
% j(j(x1))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1))))),x1)),
% j(x1)),j(j(quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1))))),x1)),
% j(x1))))),
% quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3))),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C))))),
% i(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3))),B)),A)),
% quotient(quotient(quotient(x1,j(j(x1))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(quotient(A,x1),
% j(x1))))),x1)),
% j(x1))))),i(quotient(quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3))),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C))))),
% i(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3))),B)),A)))),
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(j(quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3)),j(
% j(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(j(quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(j(
% quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3))),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(j(quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C))))),
% i(quotient(
% quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(j(quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(j(quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3))),B)),A)),A)),V_3)
% ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))
% Current number of equations to process: 267
% Current number of ordered equations: 0
% Current number of rules: 232
% Rule [487]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(j(quotient(A,
% j(A))))),
% quotient(
% i(B),quotient(A,
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% quotient(
% i(B),
% quotient(A,
% j(A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% quotient(
% i(B),
% quotient(A,
% j(A))))))),
% i(A))),A) <->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(j(quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),A) is composed into [487]
% quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),j(j(
% quotient(A,
% j(A))))),
% quotient(
% i(B),quotient(A,
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(A,
% j(A)),
% j(j(quotient(A,
% j(A))))),
% quotient(
% i(B),
% quotient(A,
% j(A))))))),
% quotient(
% i(A),quotient(
% quotient(
% quotient(A,
% j(A)),
% j(j(
% quotient(A,
% j(A))))),
% quotient(
% i(B),
% quotient(A,
% j(A))))))),
% i(A))),A) ->
% quotient(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(B),A)),
% j(A)),A)
% New rule produced :
% [666]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(B,
% j(A)),
% j(j(quotient(B,
% j(A))))),
% quotient(A,quotient(B,j(A))))),A)),
% j(A)) -> quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),j(A))
% Rule
% [467]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),A)),A)),B) ->
% quotient(A,j(A)) collapsed.
% Rule
% [471]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))),
% quotient(A,quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)))),
% j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))),
% quotient(A,quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(j(quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))))),
% quotient(i(A),quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(j(quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))),
% quotient(A,quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)))))),
% j(j(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))),
% quotient(A,quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(j(quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)))),
% j(j(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),
% j(j(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))),quotient(A,
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))))),
% quotient(i(A),quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))),
% quotient(A,quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(B),A))),
% quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))),
% quotient(A,quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)))),j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(j(quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(j(quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))))),
% quotient(i(A),quotient(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(j(quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(j(quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))),
% quotient(A,quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A))))))))),i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))),
% quotient(quotient(A,j(j(A))),quotient(i(B),A))) -> A collapsed.
% Rule
% [481]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),j(j(quotient(A,
% j(j(A)))))),
% quotient(i(quotient(quotient(quotient(A,j(quotient(A,
% j(j(A))))),
% j(j(quotient(A,j(quotient(A,j(j(A)))))))),
% quotient(quotient(A,j(j(A))),quotient(A,
% j(quotient(A,
% j(j(A)))))))),
% quotient(A,j(j(A))))),j(quotient(A,j(j(A))))),j(j(A))) ->
% quotient(A,j(j(A))) collapsed.
% Rule
% [486]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),A) <->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% quotient(
% i(B),
% quotient(A,
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(A,
% j(A)),j(
% j(
% quotient(A,
% j(A))))),
% quotient(
% i(B),quotient(A,
% j(A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(A,
% j(A)),
% j(j(quotient(A,
% j(A))))),
% quotient(
% i(B),quotient(A,
% j(A))))))),
% i(A))),A) collapsed.
% Rule
% [496]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% i(B)))),
% i(A))),A),
% j(j(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),i(B)))),
% i(A))),A)))),
% quotient(i(quotient(quotient(quotient(A,j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),i(B)))),
% i(A))),A))),
% j(j(quotient(A,j(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),
% i(B)))),
% i(A))),A)))))),
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% i(B)))),
% i(A))),A),
% quotient(A,j(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(B,
% j(j(B))),
% quotient(i(A),i(B)))),
% i(A))),A)))))),quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% i(B)))),
% i(A))),A))),
% j(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,
% j(j(B))),
% quotient(i(A),i(B)))),
% i(A))),A))) ->
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% i(B)))),
% i(A))),A),j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% i(B)))),
% i(A))),A)))),
% quotient(i(i(B)),quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),
% i(B)))),
% i(A))),A))) collapsed.
% Rule
% [507]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)) <->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% j(
% j(A)),
% j(A)),
% j(
% j(
% quotient(
% j(
% j(A)),
% j(A))))),
% quotient(A,
% quotient(j(j(A)),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(B),A)),j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(j(quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))),A)),
% j(j(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(quotient(A,
% i(A)),
% j(A))))),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),
% quotient(i(B),A))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(quotient(A,j(j(A))),quotient(i(B),A)))) collapsed.
% Rule
% [514]
% quotient(quotient(quotient(A,B),j(B)),quotient(quotient(quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),
% j(j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C))))),
% i(A))),A),B)))
% -> j(B) collapsed.
% Rule
% [522]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),A),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),A),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(C,j(j(C))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B),
% j(j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(j(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),
% quotient(B,
% j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(
% j(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B),
% j(j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(j(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),
% quotient(B,
% j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% i(C))),C),A))
% <->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(C,A),
% j(A)),
% j(j(quotient(
% quotient(C,A),
% j(A))))),
% quotient(A,quotient(
% quotient(C,A),
% j(A))))),A)),
% j(A)) collapsed.
% Rule
% [523]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(C,A),
% j(A)),
% j(j(quotient(
% quotient(C,A),
% j(A))))),
% quotient(A,quotient(
% quotient(C,A),
% j(A))))),A)),
% j(A)) <->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),A),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),A),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(C,j(j(C))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B),
% j(j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(j(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),
% quotient(B,
% j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(
% j(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B),
% j(j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(j(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),
% quotient(B,
% j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% i(C))),C),A))
% collapsed.
% Rule
% [535]
% quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(A,C)),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(A,C)),B))))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(A,C)),B))))),
% i(C))),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(A,C)),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(A,C)),B))))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(A,C)),B))))),
% i(C))),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(A,C)),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(A,C)),B))))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(A,C)),B))))),
% i(C))),C),
% j(C))))),C)),
% j(C)),
% j(j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(A,C)),B)),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(A,C)),B))))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(A,C)),B))))),
% i(C))),C),
% j(C)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(A,C)),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(A,C)),B))))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(A,C)),B))))),
% i(C))),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(A,C)),B)),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(A,C)),B))))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(A,C)),B))))),
% i(C))),C),
% j(C))))),C)),
% j(C))))),
% quotient(i(B),quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(A,C)),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(A,C)),B))))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(A,C)),B))))),
% i(C))),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(A,C)),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(A,C)),B))))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(A,C)),B))))),
% i(C))),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(A,C)),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(A,C)),B))))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(A,C)),B))))),
% i(C))),C),
% j(C))))),C)),
% j(C))))),
% i(B))),B) ->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))),
% i(C))),C)),C)
% collapsed.
% Rule
% [537]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A))))),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% i(A)),
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% quotient(
% quotient(B,
% i(A)),
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(A,
% j(
% j(A))))),
% j(
% quotient(A,
% j(
% j(A))))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(quotient(A,
% j(j(A)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),
% quotient(A,
% j(j(A)))),
% j(quotient(A,
% j(j(A))))),
% j(j(quotient(
% quotient(
% quotient(B,
% i(A)),
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% quotient(
% quotient(B,
% i(A)),
% quotient(A,
% j(j(A)))),
% j(quotient(A,
% j(j(A)))))))),
% quotient(A,
% j(j(A))))),
% j(quotient(A,
% j(j(A)))))))),
% quotient(i(i(A)),quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A))))),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% i(A)),
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% quotient(
% quotient(B,
% i(A)),
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(A,
% j(j(A))))),
% j(quotient(A,
% j(
% j(A)))))))),
% i(i(A)))),i(A)) ->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(quotient(B,A),
% j(A))))),A)),
% j(A)),i(A)) collapsed.
% Rule
% [541]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% j(
% j(A)),
% j(A)),
% j(
% j(
% quotient(
% j(
% j(A)),
% j(A))))),
% quotient(A,
% quotient(
% j(
% j(A)),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B)),A)),
% j(j(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)),A))))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(j(quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))),A)),
% j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))),A))))),
% quotient(i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)),A))),
% quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(j(quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))),A))))),
% i(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B)),A))))),
% quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B)),A)))),
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% i(B)),B),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% i(B)),B)))),
% i(B))),B),A),
% j(j(quotient(quotient(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% i(B)),B),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% i(B)),B)))),
% i(B))),B),A)))),
% quotient(i(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),
% j(j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(
% j(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B),
% j(j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(j(quotient(B,
% j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B),
% quotient(B,
% j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(i(quotient(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% i(B)),B),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% i(B)),B)))),
% i(B))),B),A)),
% quotient(quotient(quotient(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),
% j(j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))),
% quotient(i(quotient(quotient(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(
% j(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),
% quotient(B,
% j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% i(quotient(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% i(B)),B),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% i(B)),B)))),
% quotient(i(B),
% quotient(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% i(B)),B)))),
% i(B))),B),A)))),quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% i(B)),B),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% i(B)),B)))),
% i(B))),B),A)),A)),C)
% ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% i(B),A),
% j(A)),
% j(j(quotient(
% quotient(
% i(B),A),
% j(A))))),
% quotient(A,quotient(
% quotient(
% i(B),A),j(A))))),A)),
% j(A)) collapsed.
% Rule
% [546]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% j(
% j(A)),
% j(A)),
% j(
% j(
% quotient(
% j(
% j(A)),
% j(A))))),
% quotient(A,
% quotient(
% j(
% j(A)),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B)),A)),
% j(j(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)),A))))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(j(quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))),A)),
% j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))),A))))),
% quotient(i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)),A))),
% quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(j(quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))),A))))),
% i(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B)),A))))),
% quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B)),A)))),
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(A,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% i(C)),C)))),
% i(C))),C),B),
% j(B)),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(A,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% i(C)),C)))),
% i(C))),C),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(A,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% i(C)),C)))),
% i(C))),C),B),
% j(B))))),B)),
% j(B)),A),j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(A,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% i(C)),C)))),
% i(C))),C),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(A,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% i(C)),C)))),
% i(C))),C),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(A,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% i(C)),C)))),
% i(C))),C),B),
% j(B))))),B)),
% j(B)),A)))),
% quotient(i(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),
% j(j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(
% j(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B),
% j(j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(j(quotient(B,
% j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B),
% quotient(B,
% j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(i(quotient(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(A,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% i(C)),C)))),
% i(C))),C),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(A,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% i(C)),C)))),
% i(C))),C),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(A,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% i(C)),C)))),
% i(C))),C),B),
% j(B))))),B)),
% j(B)),A)),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(
% j(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B))),
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B)))))),
% i(quotient(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(A,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% i(C)),C)))),
% i(C))),C),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(A,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% i(C)),C)))),
% i(C))),C),B),
% j(B))))),
% quotient(B,
% quotient(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(A,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% i(C)),C)))),
% i(C))),C),B),
% j(B))))),B)),
% j(B)),A)))),quotient(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(A,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% i(C)),C)))),
% i(C))),C),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(A,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% i(C)),C)))),
% i(C))),C),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(A,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% i(C)),C)))),
% i(C))),C),B),
% j(B))))),B)),
% j(B)),A)),A)),
% i(C)) ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)) collapsed.
% Rule
% [547]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(C),A)),j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A))))),A)),
% j(j(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A))))),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),
% quotient(i(C),A))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A))))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(C),A))))),
% quotient(quotient(A,j(j(A))),quotient(i(C),A)))) <->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(C,A),
% j(A)),
% j(j(quotient(
% quotient(C,A),
% j(A))))),
% quotient(A,quotient(
% quotient(C,A),
% j(A))))),A)),
% j(A)) collapsed.
% Rule
% [548]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(C,A),
% j(A)),
% j(j(quotient(
% quotient(C,A),
% j(A))))),
% quotient(A,quotient(
% quotient(C,A),
% j(A))))),A)),
% j(A)) <->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(C),A)),j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A))))),A)),
% j(j(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A))))),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),
% quotient(i(C),A))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A))))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(C),A))))),
% quotient(quotient(A,j(j(A))),quotient(i(C),A)))) collapsed.
% Rule
% [549]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(C,A),
% j(A)),
% j(j(quotient(
% quotient(C,A),
% j(A))))),
% quotient(A,quotient(
% quotient(C,A),
% j(A))))),A)),
% j(A)) <->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% j(B),
% j(A)),
% j(
% j(
% quotient(
% j(B),
% j(A))))),
% quotient(A,
% quotient(j(B),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(C),A)),j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),
% j(B))),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% j(B))),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),
% j(B))),
% j(A))))),A)),
% j(j(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% j(B))),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% j(B))),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% j(B))),
% j(A))))),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),
% quotient(i(C),A))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% j(B))),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% j(B))),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% j(B))),
% j(A))))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(C),A))))),
% quotient(quotient(A,j(j(A))),quotient(i(C),A)))) collapsed.
% Rule
% [551]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(C,A),
% j(A)),
% j(j(quotient(
% quotient(C,A),
% j(A))))),
% quotient(A,quotient(
% quotient(C,A),
% j(A))))),A)),
% j(A)) <->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% i(B),
% j(A)),
% j(
% j(
% quotient(
% i(B),
% j(A))))),
% quotient(A,
% quotient(i(B),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(C),A)),j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(j(
% quotient(
% quotient(A,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% i(B)),B)))),
% i(B))),B),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(A,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% i(B)),B)))),
% i(B))),B),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(j(
% quotient(
% quotient(A,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% i(B)),B)))),
% i(B))),B),
% j(A))))),A)),
% j(j(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(A,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% i(B)),B)))),
% i(B))),B),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(A,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% i(B)),B)))),
% i(B))),B),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(A,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% i(B)),B)))),
% i(B))),B),
% j(A))))),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),
% quotient(i(C),A))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(A,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% i(B)),B)))),
% i(B))),B),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(A,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% i(B)),B)))),
% i(B))),B),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(A,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% i(B)),B)))),
% i(B))),B),
% j(A))))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(C),A))))),
% quotient(quotient(A,j(j(A))),quotient(i(C),A)))) collapsed.
% Rule
% [552]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% i(B),
% j(A)),
% j(
% j(
% quotient(
% i(B),
% j(A))))),
% quotient(A,
% quotient(i(B),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(C),A)),j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(j(
% quotient(
% quotient(A,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% i(B)),B)))),
% i(B))),B),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(A,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% i(B)),B)))),
% i(B))),B),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(j(
% quotient(
% quotient(A,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% i(B)),B)))),
% i(B))),B),
% j(A))))),A)),
% j(j(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(A,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% i(B)),B)))),
% i(B))),B),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(A,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% i(B)),B)))),
% i(B))),B),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(A,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% i(B)),B)))),
% i(B))),B),
% j(A))))),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),
% quotient(i(C),A))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(A,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% i(B)),B)))),
% i(B))),B),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(A,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% i(B)),B)))),
% i(B))),B),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(A,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% i(B)),B)))),
% i(B))),B),
% j(A))))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(C),A))))),
% quotient(quotient(A,j(j(A))),quotient(i(C),A)))) <->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(C,A),
% j(A)),
% j(j(quotient(
% quotient(C,A),
% j(A))))),
% quotient(A,quotient(
% quotient(C,A),
% j(A))))),A)),
% j(A)) collapsed.
% Rule
% [554]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(C,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(C,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% i(A)),A)))),
% i(A))),A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),B)),
% j(B)),
% i(A))),
% i(A))),
% j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),B)),
% j(B)),
% i(A))),
% i(A)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),
% i(A))),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),
% i(A)))))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),B)),
% j(B)),
% i(A))),
% i(A)))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),
% i(A)))))),
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),B)),
% j(B)),
% i(A))),
% i(A)))))),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),B)),
% j(B)),
% i(A))),
% i(A))))),C)
% ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(B,
% i(A)),A),
% j(j(quotient(
% quotient(B,
% i(A)),A)))),
% quotient(i(A),quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A) collapsed.
% Rule
% [556]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% j(
% j(A)),
% j(A)),
% j(
% j(
% quotient(
% j(
% j(A)),
% j(A))))),
% quotient(A,
% quotient(
% j(
% j(A)),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),B),
% j(B)),
% j(j(quotient(
% quotient(
% i(A),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% i(A),B),
% j(B))))),B)),
% j(B))),A)),
% j(j(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% i(A),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% i(A),B),
% j(B))))),B)),
% j(B))),A))))),
% quotient(i(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(j(quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))),A)),
% j(j(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(A,
% i(A)),
% j(A))))),A))))),
% quotient(i(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% i(A),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% i(A),B),
% j(B))))),B)),
% j(B))),A))),
% quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(A,
% i(A)),
% j(A)),
% j(j(quotient(
% quotient(A,
% i(A)),
% j(A))))),
% quotient(A,quotient(
% quotient(A,
% i(A)),
% j(A))))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% i(A),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% i(A),B),
% j(B))))),B)),
% j(B))),A))))),
% quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),B),
% j(B)),
% j(j(
% quotient(
% quotient(
% i(A),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% i(A),B),
% j(B))))),B)),
% j(B))),A)))),
% i(A)) ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A))))),
% j(
% j(
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(A,
% j(
% j(A))))),
% j(
% quotient(A,
% j(
% j(A))))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(quotient(A,
% j(j(A)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(j(A)))),
% j(quotient(A,
% j(j(A))))),
% j(j(quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% quotient(B,
% quotient(A,
% j(j(A)))),
% j(quotient(A,
% j(j(A)))))))),
% quotient(A,
% j(j(A))))),
% j(quotient(A,
% j(j(A)))))))),
% quotient(i(i(A)),quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A))))),
% j(
% j(
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(A,
% j(j(A))))),
% j(quotient(A,
% j(
% j(A)))))))),
% i(i(A)))),i(A)) collapsed.
% Rule
% [565]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(A,
% quotient(B,
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(j(quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)))),A)),A)),
% j(j(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)))),A)),A))))),
% quotient(i(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A))))),A)),
% j(j(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A))))),A))))),
% quotient(i(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)))),A)),A))),
% quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A))))),
% quotient(A,quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(A))))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)))),A)),A))))),
% quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),
% j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)))),A)),A)))),B)
% ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(B,
% j(A)),
% j(j(quotient(B,
% j(A))))),
% quotient(A,quotient(B,j(A))))),A)),
% j(A)) collapsed.
% Rule
% [566]
% quotient(quotient(quotient(B,j(B)),j(B)),quotient(quotient(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),B)),B)),
% j(j(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),B)),B))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(B)),
% j(j(quotient(
% quotient(B,
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(B)),
% j(B))))),B)),
% j(j(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(B)),
% j(B))))),B))))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),B)),B))),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(B)),
% j(j(quotient(
% quotient(B,
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(B)),
% j(B))))),B))))),
% i(quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),B)),B))))),
% quotient(quotient(B,j(j(B))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),B)),B))))
% <->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),j(A)),j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),j(A))))),
% quotient(A,quotient(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(quotient(C,B),
% j(B))))),B)),
% j(B)),j(A)))),j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% j(A)),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% j(A))))),
% quotient(A,quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% j(A))))))),
% quotient(i(A),quotient(quotient(quotient(quotient(quotient(quotient(B,
% j(j(B))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),j(A)),j(j(quotient(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% j(A))))),quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% j(A))))))
% collapsed.
% Rule
% [567]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),j(A)),j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),j(A))))),
% quotient(A,quotient(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(quotient(C,B),
% j(B))))),B)),
% j(B)),j(A)))),j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% j(A)),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% j(A))))),
% quotient(A,quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% j(A))))))),
% quotient(i(A),quotient(quotient(quotient(quotient(quotient(quotient(B,
% j(j(B))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),j(A)),j(j(quotient(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% j(A))))),quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% j(A))))))
% <->
% quotient(quotient(quotient(B,j(B)),j(B)),quotient(quotient(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),B)),B)),
% j(j(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),B)),B))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(B)),
% j(j(quotient(
% quotient(B,
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(B)),
% j(B))))),B)),
% j(j(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(B)),
% j(B))))),B))))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),B)),B))),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(B)),
% j(j(quotient(
% quotient(B,
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(B)),
% j(B))))),B))))),
% i(quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),B)),B))))),
% quotient(quotient(B,j(j(B))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),B)),B))))
% collapsed.
% Rule
% [574]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(A,B))),A)),
% j(A)),j(A)),j(j(A))),quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(A)),
% j(j(
% quotient(A,
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(
% j(A)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% j(
% j(A)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% j(
% j(A)),B),
% j(B))))),B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(
% j(A)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% j(
% j(A)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% j(
% j(A)),B),
% j(B))))),B)),
% j(B))))),
% quotient(
% i(
% quotient(A,
% j(A))),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(
% j(A)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% j(
% j(A)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% j(
% j(A)),B),
% j(B))))),B)),
% j(B))))),
% i(quotient(A,
% j(A))))),
% quotient(A,j(A))),
% j(j(A)))) ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(A,
% j(A)),
% j(j(quotient(A,
% j(A))))),
% j(A))),j(j(A)))),j(j(j(A))))
% collapsed.
% Rule
% [575]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(quotient(quotient(C,quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),j(j(quotient(
% quotient(C,
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% quotient(quotient(C,quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(A),B))),
% i(A))),A))),j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))) <->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(B,
% j(j(B))),
% quotient(i(A),B))),
% i(A))),A),j(j(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(quotient(A,j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(j(quotient(A,j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(A),B))),
% i(A))),A),quotient(A,j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% i(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% i(B)),
% j(B))))),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% i(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% i(B)),
% j(B))))),B))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% i(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% i(B)),
% j(B))))),B))))),
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B))))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% i(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% i(B)),
% j(B))))),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% i(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% i(B)),
% j(B))))),B))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% i(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% i(B)),
% j(B))))),B))))),
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B))))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B))))))),
% quotient(i(C),
% quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),
% quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% i(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% i(B)),
% j(B))))),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% i(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% i(B)),
% j(B))))),B))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% i(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% i(B)),
% j(B))))),B))))),
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B))))),
% quotient(quotient(B,
% j(
% j(B))),
% quotient(i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B))))))),
% i(C))),C),quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))
% collapsed.
% Rule
% [576]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(B,
% j(j(B))),
% quotient(i(A),B))),
% i(A))),A),j(j(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(quotient(A,j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(j(quotient(A,j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(A),B))),
% i(A))),A),quotient(A,j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% i(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% i(B)),
% j(B))))),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% i(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% i(B)),
% j(B))))),B))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% i(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% i(B)),
% j(B))))),B))))),
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B))))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% i(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% i(B)),
% j(B))))),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% i(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% i(B)),
% j(B))))),B))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% i(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% i(B)),
% j(B))))),B))))),
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B))))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B))))))),
% quotient(i(C),
% quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),
% quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% i(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% i(B)),
% j(B))))),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% i(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% i(B)),
% j(B))))),B))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% i(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% i(B)),
% j(B))))),B))))),
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B))))),
% quotient(quotient(B,
% j(
% j(B))),
% quotient(i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),B))))))),
% i(C))),C),quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))
% <->
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(quotient(quotient(C,quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),j(j(quotient(
% quotient(C,
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% quotient(quotient(C,quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(A),B))),
% i(A))),A))),j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))
% collapsed.
% Rule
% [582]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(x1,
% j(A)),
% j(
% j(
% quotient(x1,
% j(A))))),
% quotient(A,
% quotient(x1,
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% j(j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))),
% quotient(
% i(quotient(
% quotient(
% quotient(C,
% j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(j(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% quotient(C,
% j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),B),
% j(B)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% j(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% j(j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))),
% quotient(
% i(quotient(
% quotient(
% quotient(C,
% j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(j(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% quotient(C,
% j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),B),
% j(B))))),B)),
% j(B)),A)),A)),
% j(j(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% j(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% j(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% j(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),B),
% j(B))))),B)),
% j(B)),A)),A))))),
% quotient(i(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(j(x1))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1))))),x1)),
% j(x1)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1))))),x1)),
% j(x1)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(j(x1))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1))))),x1)),
% j(x1)),
% j(A))))),A)),
% j(j(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1))))),x1)),
% j(x1)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1))))),x1)),
% j(x1)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1))))),x1)),
% j(x1)),
% j(A))))),A))))),
% quotient(i(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% j(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% j(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% j(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),B),
% j(B))))),B)),
% j(B)),A)),A))),
% quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(j(x1))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1))))),x1)),
% j(x1)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1))))),x1)),
% j(x1)),
% j(A))))),
% quotient(A,quotient(
% quotient(
% quotient(
% quotient(x1,
% j(j(x1))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1))))),x1)),
% j(x1)),
% j(A))))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% j(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% j(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% j(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),B),
% j(B))))),B)),
% j(B)),A)),A))))),
% quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% j(j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))),
% quotient(
% i(quotient(
% quotient(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% j(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),B),
% j(B)),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% j(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% j(j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))),
% quotient(
% i(quotient(
% quotient(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(
% j(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C),
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C)))))),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),
% j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% i(C))),C))),B),
% j(B))))),B)),
% j(B)),A)),A)))),
% quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(A,j(j(A))),
% quotient(i(C),A))),i(C))),C))
% ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)) collapsed.
% Rule
% [586]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,i(A)),j(A)),
% j(j(quotient(quotient(A,i(A)),j(A))))),
% quotient(A,quotient(quotient(A,i(A)),j(A)))),
% j(j(quotient(quotient(quotient(quotient(A,i(A)),j(A)),
% j(j(quotient(quotient(A,i(A)),j(A))))),
% quotient(A,quotient(quotient(A,i(A)),j(A))))))),
% quotient(i(A),quotient(quotient(quotient(quotient(A,i(A)),j(A)),
% j(j(quotient(quotient(A,i(A)),j(A))))),
% quotient(A,quotient(quotient(A,i(A)),j(A)))))),
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(A)),
% j(A)),
% j(
% j(
% quotient(
% j(
% j(A)),
% j(A))))),
% quotient(A,
% quotient(
% j(
% j(A)),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(A)),
% j(A)),
% j(
% j(
% quotient(
% j(
% j(A)),
% j(A))))),
% quotient(A,
% quotient(
% j(
% j(A)),
% j(A))))),A)),
% j(A))))),
% quotient(i(B),
% quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(A)),
% j(A)),
% j(
% j(
% quotient(
% j(
% j(A)),
% j(A))))),
% quotient(A,
% quotient(
% j(
% j(A)),
% j(A))))),A)),
% j(A))))),i(B))),B),
% quotient(A,i(A)))) <->
% quotient(quotient(quotient(quotient(A,i(A)),j(j(quotient(A,i(A))))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% i(A))),
% j(
% quotient(A,
% i(A)))),
% j(
% j(
% quotient(
% quotient(B,
% quotient(A,
% i(A))),
% j(
% quotient(A,
% i(A))))))),
% quotient(
% quotient(A,
% i(A)),
% quotient(
% quotient(B,
% quotient(A,
% i(A))),
% j(
% quotient(A,
% i(A))))))),
% quotient(A,
% i(A)))),
% j(quotient(A,i(A)))) collapsed.
% Rule
% [587]
% quotient(quotient(quotient(quotient(A,i(A)),j(j(quotient(A,i(A))))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% i(A))),
% j(
% quotient(A,
% i(A)))),
% j(
% j(
% quotient(
% quotient(B,
% quotient(A,
% i(A))),
% j(
% quotient(A,
% i(A))))))),
% quotient(
% quotient(A,
% i(A)),
% quotient(
% quotient(B,
% quotient(A,
% i(A))),
% j(
% quotient(A,
% i(A))))))),
% quotient(A,
% i(A)))),
% j(quotient(A,i(A)))) <->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,i(A)),j(A)),
% j(j(quotient(quotient(A,i(A)),j(A))))),
% quotient(A,quotient(quotient(A,i(A)),j(A)))),
% j(j(quotient(quotient(quotient(quotient(A,i(A)),j(A)),
% j(j(quotient(quotient(A,i(A)),j(A))))),
% quotient(A,quotient(quotient(A,i(A)),j(A))))))),
% quotient(i(A),quotient(quotient(quotient(quotient(A,i(A)),j(A)),
% j(j(quotient(quotient(A,i(A)),j(A))))),
% quotient(A,quotient(quotient(A,i(A)),j(A)))))),
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(A)),
% j(A)),
% j(
% j(
% quotient(
% j(
% j(A)),
% j(A))))),
% quotient(A,
% quotient(
% j(
% j(A)),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(A)),
% j(A)),
% j(
% j(
% quotient(
% j(
% j(A)),
% j(A))))),
% quotient(A,
% quotient(
% j(
% j(A)),
% j(A))))),A)),
% j(A))))),
% quotient(i(B),
% quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(A)),
% j(A)),
% j(
% j(
% quotient(
% j(
% j(A)),
% j(A))))),
% quotient(A,
% quotient(
% j(
% j(A)),
% j(A))))),A)),
% j(A))))),i(B))),B),
% quotient(A,i(A)))) collapsed.
% Rule
% [588]
% quotient(quotient(quotient(quotient(quotient(A,j(A)),j(j(quotient(A,j(A))))),
% quotient(i(quotient(quotient(quotient(A,j(quotient(A,j(A)))),
% j(j(quotient(A,j(quotient(A,j(A))))))),
% quotient(quotient(A,j(A)),quotient(A,j(quotient(A,
% j(A))))))),
% quotient(A,j(A)))),j(quotient(A,j(A)))),quotient(quotient(A,
% j(A)),
% j(A))) ->
% quotient(A,j(A)) collapsed.
% Rule
% [590]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(x1,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(x1,
% i(A)),A)))),
% quotient(i(A),
% quotient(quotient(x1,
% i(A)),A)))),
% i(A))),A),quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A))))),
% j(
% j(
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(A,
% j(j(A))))),
% j(quotient(A,
% j(
% j(A))))),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A))))),
% j(
% j(
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(A,
% j(
% j(A))))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),
% i(A))),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),
% i(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A))))),
% j(
% j(
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(A,
% j(
% j(A))))),
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),
% i(A)))))),
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A))))),
% j(
% j(
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(A,
% j(
% j(A))))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A))))),
% j(
% j(
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% quotient(B,
% quotient(A,
% j(
% j(A)))),
% j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(A,
% j(j(A))))),
% j(quotient(A,
% j(j(A))))))) ->
% quotient(quotient(quotient(quotient(A,j(j(A))),j(j(quotient(A,j(j(A)))))),
% quotient(i(quotient(quotient(quotient(quotient(B,quotient(A,j(j(A)))),
% j(quotient(A,j(j(A))))),j(j(quotient(
% quotient(B,
% quotient(A,
% j(j(A)))),
% j(quotient(A,
% j(
% j(A)))))))),
% quotient(quotient(A,j(j(A))),quotient(quotient(B,
% quotient(A,
% j(j(A)))),j(
% quotient(A,
% j(
% j(A)))))))),
% quotient(A,j(j(A))))),j(quotient(A,j(j(A))))) collapsed.
% Rule
% [591]
% quotient(quotient(quotient(quotient(quotient(quotient(B,j(B)),j(B)),quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% i(C))),C)),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% i(C))),C)),B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(B)),
% j(B))))),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(B)),
% j(B))))),B))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% i(C))),C)),B))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(B)),
% j(B))))),B))))),
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% i(C))),C)),B))))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% i(C))),C)),B)))),
% j(A)),j(j(quotient(quotient(quotient(quotient(B,j(B)),j(B)),
% quotient(quotient(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% i(C))),C)),B)),
% j(j(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% i(C))),C)),B))))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(B)),
% j(B))))),B)),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(B)),
% j(B))))),B))))),
% quotient(i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% i(C))),C)),B))),
% quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(B)),
% j(B))))),B))))),
% i(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% i(C))),C)),B))))),
% quotient(quotient(B,j(j(B))),quotient(
% i(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% i(C))),C)),B)))),
% j(A))))),quotient(A,quotient(quotient(quotient(
% quotient(B,
% j(B)),
% j(B)),
% quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% i(C))),C)),B)),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% i(C))),C)),B))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(B)),
% j(B))))),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(B)),
% j(B))))),B))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% i(C))),C)),B))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(B)),
% j(B))))),B))))),
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% i(C))),C)),B))))),
% quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% i(C))),C)),B)))),
% j(A)))) ->
% quotient(quotient(quotient(B,j(B)),j(B)),quotient(quotient(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% i(C))),C)),B)),
% j(j(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% i(C))),C)),B))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(B)),
% j(j(quotient(
% quotient(B,
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(B)),
% j(B))))),B)),
% j(j(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(B)),
% j(B))))),B))))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% i(C))),C)),B))),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(B)),
% j(j(quotient(
% quotient(B,
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(B)),
% j(B))))),B))))),
% i(quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% i(C))),C)),B))))),
% quotient(quotient(B,j(j(B))),
% quotient(i(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(C),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% i(C))),C)),B))))
% collapsed.
% Rule
% [592]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(B,
% j(j(B))),
% quotient(i(A),B))),
% i(A))),A),j(j(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(quotient(quotient(C,quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(j(quotient(quotient(C,quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% quotient(
% quotient(C,
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),C),
% j(C))))),C)),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),C),
% j(C))))),C)),
% j(C))))),
% quotient(i(B),
% quotient(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),C),
% j(C))))),C)),
% j(C))))),i(B))),B),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,j(j(B))),
% quotient(i(A),B))),i(A))),A)))
% ->
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(quotient(A,j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(j(quotient(A,j(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% quotient(A,j(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(B,
% j(j(B))),
% quotient(i(A),B))),
% i(A))),A)))))),quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,
% j(j(B))),
% quotient(i(A),B))),
% i(A))),A))) collapsed.
% Rule
% [593]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(j(quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))),
% quotient(
% i(C),quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))),
% i(C))),C),A)),
% j(A)),j(j(A))),quotient(quotient(C,A),j(A))) -> j(j(A))
% collapsed.
% Rule
% [600]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(x1)),j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(x1))))),
% quotient(x1,quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(x1)))),j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(x1)),j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(x1))))))),
% quotient(i(x1),quotient(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(x1)),j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(x1))))),
% quotient(x1,quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(x1)))))),quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(x1)),
% j(x1)),
% j(
% j(
% quotient(
% j(
% j(x1)),
% j(x1))))),
% quotient(x1,
% quotient(
% j(
% j(x1)),
% j(x1))))),x1)),
% j(x1)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),x1)),
% j(
% j(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),x1))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% i(x1)),
% j(x1)),
% j(
% j(
% quotient(
% quotient(x1,
% i(x1)),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(x1,
% i(x1)),
% j(x1))))),x1)),
% j(
% j(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% i(x1)),
% j(x1)),
% j(
% j(
% quotient(
% quotient(x1,
% i(x1)),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(x1,
% i(x1)),
% j(x1))))),x1))))),
% quotient(
% i(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),x1))),
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% i(x1)),
% j(x1)),
% j(
% j(
% quotient(
% quotient(x1,
% i(x1)),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(x1,
% i(x1)),
% j(x1))))),x1))))),
% i(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),x1))))),
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),x1)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(x1)),
% j(x1)),
% j(
% j(
% quotient(
% j(
% j(x1)),
% j(x1))))),
% quotient(x1,
% quotient(
% j(
% j(x1)),
% j(x1))))),x1)),
% j(x1)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),x1)),
% j(
% j(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),x1))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% i(x1)),
% j(x1)),
% j(
% j(
% quotient(
% quotient(x1,
% i(x1)),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(x1,
% i(x1)),
% j(x1))))),x1)),
% j(
% j(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% i(x1)),
% j(x1)),
% j(
% j(
% quotient(
% quotient(x1,
% i(x1)),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(x1,
% i(x1)),
% j(x1))))),x1))))),
% quotient(
% i(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),x1))),
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% i(x1)),
% j(x1)),
% j(
% j(
% quotient(
% quotient(x1,
% i(x1)),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(x1,
% i(x1)),
% j(x1))))),x1))))),
% i(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),x1))))),
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),x1))))))),
% quotient(
% i(
% quotient(A,
% j(
% j(A)))),
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(x1)),
% j(x1)),
% j(
% j(
% quotient(
% j(
% j(x1)),
% j(x1))))),
% quotient(x1,
% quotient(
% j(
% j(x1)),
% j(x1))))),x1)),
% j(x1)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),x1)),
% j(
% j(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),x1))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% i(x1)),
% j(x1)),
% j(
% j(
% quotient(
% quotient(x1,
% i(x1)),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(x1,
% i(x1)),
% j(x1))))),x1)),
% j(
% j(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% i(x1)),
% j(x1)),
% j(
% j(
% quotient(
% quotient(x1,
% i(x1)),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(x1,
% i(x1)),
% j(x1))))),x1))))),
% quotient(
% i(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),x1))),
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% i(x1)),
% j(x1)),
% j(
% j(
% quotient(
% quotient(x1,
% i(x1)),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(x1,
% i(x1)),
% j(x1))))),x1))))),
% i(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),x1))))),
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),x1))))))),
% i(quotient(A,
% j(
% j(A)))))),
% quotient(A,
% j(j(A)))),
% quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),A)
% ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% i(A),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% i(A),B),
% j(B))))),B)),
% j(B)),
% j(j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),B),
% j(B)),
% j(j(quotient(
% quotient(
% i(A),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% i(A),B),
% j(B))))),B)),
% j(B))))),
% quotient(i(A),quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),B),
% j(B)),
% j(j(
% quotient(
% quotient(
% i(A),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% i(A),B),
% j(B))))),B)),
% j(B))))),
% i(A))),A) collapsed.
% Rule
% [602]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% j(B),
% j(A)),
% j(
% j(
% quotient(
% j(B),
% j(A))))),
% quotient(A,
% quotient(j(B),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(i(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)))),A)),j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)))),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),
% j(B))),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% j(B))),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),
% j(B))),
% j(A))))),A)),
% j(j(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% j(B))),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% j(B))),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% j(B))),
% j(A))))),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),
% quotient(i(i(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)))),A))),
% quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),
% j(B))),
% j(A)),
% j(j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% j(B))),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),
% j(B))),
% j(A))))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(i(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)))),A))))),
% quotient(quotient(A,j(j(A))),quotient(i(i(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)))),A)))) ->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(quotient(B,A),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(A,B),
% j(B)),j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),j(quotient(quotient(quotient(B,
% j(j(B))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)))),A)) collapsed.
% Rule
% [605]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(quotient(B,A),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(C,j(j(C))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(V_3,B),
% j(B)),
% j(j(
% quotient(
% quotient(V_3,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(V_3,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(B,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(B,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(j(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(B,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(B,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(B,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(B,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% i(A))),A),B)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(V_3,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(V_3,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(V_3,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(B,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(B,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(B,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(B,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(B,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(B,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% i(A))),A),B))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(V_3,B),
% j(B)),
% j(j(
% quotient(
% quotient(V_3,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(V_3,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(B,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(B,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(j(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(B,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(B,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(B,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(B,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% i(A))),A),B))))),
% i(C))),C),A))
% <->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(C,A),
% j(A)),
% j(j(quotient(
% quotient(C,A),
% j(A))))),
% quotient(A,quotient(
% quotient(C,A),
% j(A))))),A)),
% j(A)) collapsed.
% Rule
% [606]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(C,A),
% j(A)),
% j(j(quotient(
% quotient(C,A),
% j(A))))),
% quotient(A,quotient(
% quotient(C,A),
% j(A))))),A)),
% j(A)) <->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(quotient(B,A),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(C,j(j(C))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(V_3,B),
% j(B)),
% j(j(
% quotient(
% quotient(V_3,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(V_3,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(B,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(B,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(j(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(B,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(B,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(B,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(B,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% i(A))),A),B)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(V_3,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(V_3,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(V_3,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(B,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(B,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(B,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(B,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(B,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(B,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% i(A))),A),B))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(V_3,B),
% j(B)),
% j(j(
% quotient(
% quotient(V_3,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(V_3,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(B,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(B,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(j(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(B,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(B,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(B,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(B,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% i(A))),A),B))))),
% i(C))),C),A))
% collapsed.
% Rule
% [607]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(j(quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))),
% quotient(i(C),quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))),
% i(C))),C),A)),quotient(quotient(
% quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(V_3),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))),
% i(V_3))),V_3),A))
% <->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(V_3,A),
% j(A)),
% j(j(quotient(
% quotient(V_3,A),
% j(A))))),
% quotient(A,quotient(
% quotient(V_3,A),
% j(A))))),A)),
% j(A)) collapsed.
% Rule
% [608]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(V_3,A),
% j(A)),
% j(j(quotient(
% quotient(V_3,A),
% j(A))))),
% quotient(A,quotient(
% quotient(V_3,A),
% j(A))))),A)),
% j(A)) <->
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(j(quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))),
% quotient(i(C),quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))),
% i(C))),C),A)),quotient(quotient(
% quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(V_3),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))),
% i(V_3))),V_3),A))
% collapsed.
% Rule
% [610]
% quotient(quotient(quotient(quotient(B,i(B)),j(j(quotient(B,i(B))))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B))))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B)))))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B))))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B))))))))),
% quotient(
% i(
% quotient(B,
% i(B))),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B))))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(A,
% quotient(B,
% i(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,
% i(B)))),
% j(
% quotient(B,
% i(B)))),
% j(B))))))))),
% i(
% quotient(B,
% i(B))))),
% quotient(B,i(B))) ->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A)),quotient(B,i(B))) collapsed.
% Rule
% [616]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(quotient(quotient(quotient(B,j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))),
% j(j(quotient(B,j(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A))))))),
% quotient(quotient(quotient(A,j(j(A))),quotient(
% i(B),A)),
% quotient(B,j(quotient(quotient(A,j(j(A))),
% quotient(i(B),A))))))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))),
% j(quotient(quotient(A,j(j(A))),quotient(i(B),A)))),quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(B)),j(
% j(
% quotient(A,
% j(B))))),
% quotient(B,
% quotient(A,
% j(B))))),B)),
% j(B))) ->
% quotient(quotient(A,j(j(A))),quotient(i(B),A)) collapsed.
% Rule
% [617]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),j(j(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A)),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% quotient(i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))) <->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(B,i(B)),
% j(j(quotient(B,i(B))))),
% quotient(i(quotient(quotient(quotient(
% j(B),
% j(quotient(B,
% i(B)))),
% j(j(quotient(
% j(B),j(quotient(B,
% i(B))))))),
% quotient(quotient(B,i(B)),
% quotient(j(B),j(quotient(B,
% i(B))))))),
% quotient(B,i(B)))),j(quotient(B,i(B)))),
% quotient(quotient(quotient(quotient(quotient(quotient(B,
% i(B)),
% j(j(quotient(B,i(B))))),
% quotient(i(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),quotient(B,
% i(B)))),
% j(j(quotient(quotient(quotient(B,i(B)),
% j(j(quotient(B,i(B))))),
% quotient(i(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),quotient(B,i(B))))))),
% quotient(i(quotient(quotient(quotient(quotient(
% quotient(B,
% i(B)),
% j(j(
% quotient(B,
% i(B))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% i(B))),
% j(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% i(B))),
% j(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% i(B))),
% j(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,i(B)))),
% j(j(quotient(quotient(
% quotient(B,
% i(B)),j(j(
% quotient(B,
% i(B))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% i(B))),
% j(B))),
% j(quotient(B,
% i(B)))),
% j(j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% i(B))),
% j(B))),
% j(quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% i(B))),
% j(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,i(B))))))),
% quotient(i(quotient(quotient(quotient(B,
% i(B)),
% j(j(quotient(B,
% i(B))))),
% quotient(i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),quotient(B,
% i(B))))),
% quotient(quotient(quotient(B,i(B)),
% j(j(quotient(B,i(B))))),
% quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% i(B))),
% j(B))),
% j(
% quotient(B,
% i(B)))),
% j(j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% i(B))),
% j(B))),
% j(quotient(B,
% i(B))))))),
% quotient(quotient(B,i(B)),
% quotient(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(
% quotient(B,
% i(B))),
% j(B))),j(quotient(B,
% i(B))))))),
% quotient(B,i(B))))))),i(quotient(
% quotient(
% quotient(B,
% i(B)),j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% quotient(B,
% i(B))))))),
% quotient(quotient(quotient(B,i(B)),j(j(quotient(B,i(B))))),
% quotient(i(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),quotient(B,i(B)))))),B),A) collapsed.
% Rule
% [618]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(B,i(B)),
% j(j(quotient(B,i(B))))),
% quotient(i(quotient(quotient(quotient(
% j(B),
% j(quotient(B,
% i(B)))),
% j(j(quotient(
% j(B),j(quotient(B,
% i(B))))))),
% quotient(quotient(B,i(B)),
% quotient(j(B),j(quotient(B,
% i(B))))))),
% quotient(B,i(B)))),j(quotient(B,i(B)))),
% quotient(quotient(quotient(quotient(quotient(quotient(B,
% i(B)),
% j(j(quotient(B,i(B))))),
% quotient(i(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),quotient(B,
% i(B)))),
% j(j(quotient(quotient(quotient(B,i(B)),
% j(j(quotient(B,i(B))))),
% quotient(i(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),quotient(B,i(B))))))),
% quotient(i(quotient(quotient(quotient(quotient(
% quotient(B,
% i(B)),
% j(j(
% quotient(B,
% i(B))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% i(B))),
% j(B))),
% j(
% quotient(B,
% i(B)))),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% i(B))),
% j(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% i(B))),
% j(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,i(B)))),
% j(j(quotient(quotient(
% quotient(B,
% i(B)),j(j(
% quotient(B,
% i(B))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% i(B))),
% j(B))),
% j(quotient(B,
% i(B)))),
% j(j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% i(B))),
% j(B))),
% j(quotient(B,
% i(B))))))),
% quotient(
% quotient(B,
% i(B)),quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% i(B))),
% j(B))),
% j(
% quotient(B,
% i(B))))))),
% quotient(B,i(B))))))),
% quotient(i(quotient(quotient(quotient(B,
% i(B)),
% j(j(quotient(B,
% i(B))))),
% quotient(i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),quotient(B,
% i(B))))),
% quotient(quotient(quotient(B,i(B)),
% j(j(quotient(B,i(B))))),
% quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% i(B))),
% j(B))),
% j(
% quotient(B,
% i(B)))),
% j(j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% i(B))),
% j(B))),
% j(quotient(B,
% i(B))))))),
% quotient(quotient(B,i(B)),
% quotient(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(
% quotient(B,
% i(B))),
% j(B))),j(quotient(B,
% i(B))))))),
% quotient(B,i(B))))))),i(quotient(
% quotient(
% quotient(B,
% i(B)),j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% quotient(B,
% i(B))))))),
% quotient(quotient(quotient(B,i(B)),j(j(quotient(B,i(B))))),
% quotient(i(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),quotient(B,i(B)))))),B),A) <->
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),j(j(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A)),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% quotient(i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% j(
% j(B)),
% j(B))))),
% quotient(B,
% quotient(
% j(
% j(B)),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))) collapsed.
% Rule
% [619]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(B,j(B)),quotient(quotient(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(C),
% quotient(B,
% j(B))))),
% i(C))),C),B)),
% quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),B),
% j(j(quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),B)))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),B)),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C))))),
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),B)))),
% quotient(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),B)),B))) -> A collapsed.
% Rule
% [627]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A)),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% i(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A)),j(j(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A)),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),j(A))))),
% quotient(A,quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% quotient(i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(quotient(B,A),
% j(A))))),A)),
% j(A))),j(A)))),j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A)),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A))))),
% quotient(A,quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A))))))),
% quotient(i(A),quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A)),j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% i(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),j(A)),
% j(j(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(j(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),j(A))))),quotient(A,quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A)),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(A)))))) ->
% quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),B) collapsed.
% Rule
% [629]
% quotient(quotient(quotient(quotient(quotient(A,j(A)),j(A)),j(j(quotient(
% quotient(A,
% j(A)),
% j(A))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(x1,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(x1,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(x1,A),
% j(A))))),A)),
% j(A)),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(j(quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1))))))),
% quotient(
% i(x1),quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1)))))),A)),
% quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(j(
% quotient(A,
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A)))),
% j(
% j(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A))))))),
% quotient(
% quotient(A,
% j(A)),
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A))))))),
% quotient(A,
% j(A)))),
% j(quotient(A,
% j(A)))),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A)))),
% j(
% j(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A))))))),
% quotient(
% quotient(A,
% j(A)),
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A))))))),
% quotient(A,
% j(A)))),
% j(
% quotient(A,
% j(A))))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1))))),x1)),
% j(x1)),
% j(
% j(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1))))),x1)),
% j(x1))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A)))),
% j(
% j(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A))))))),
% quotient(
% quotient(A,
% j(A)),
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A))))))),
% quotient(A,
% j(A)))),
% j(
% quotient(A,
% j(A))))),
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1))))),x1)),
% j(x1))))),
% i(quotient(quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A)))),
% j(
% j(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A))))))),
% quotient(
% quotient(A,
% j(A)),
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A))))))),
% quotient(A,
% j(A)))),
% j(quotient(A,j(A))))))),
% quotient(quotient(quotient(
% quotient(A,
% j(A)),
% j(j(
% quotient(A,
% j(A))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A)))),
% j(
% j(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A))))))),
% quotient(
% quotient(A,
% j(A)),
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A))))))),
% quotient(A,j(A)))),
% j(quotient(A,j(A))))),A)),
% j(j(quotient(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(x1,A),
% j(A)),j(
% j(
% quotient(
% quotient(x1,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(x1,A),
% j(A))))),A)),
% j(A)),quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1)))),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1))))))),
% quotient(
% i(x1),
% quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1)))))),A)),
% quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),j(j(
% quotient(A,
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(quotient(A,
% j(A)))),
% j(j(quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(quotient(A,
% j(A))))))),
% quotient(
% quotient(A,
% j(A)),quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A))))))),
% quotient(A,
% j(A)))),j(
% quotient(A,
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(j(quotient(A,
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(quotient(A,
% j(A)))),
% j(j(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A))))))),
% quotient(
% quotient(A,
% j(A)),
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(quotient(A,
% j(A))))))),
% quotient(A,
% j(A)))),
% j(quotient(A,
% j(A))))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(j(x1))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(j(quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1))))),x1)),
% j(x1)),
% j(j(quotient(
% quotient(
% quotient(x1,
% j(j(x1))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1))))),x1)),
% j(x1))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(j(quotient(A,
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(quotient(A,
% j(A)))),
% j(j(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A))))))),
% quotient(
% quotient(A,
% j(A)),
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(quotient(A,
% j(A))))))),
% quotient(A,
% j(A)))),
% j(quotient(A,
% j(A))))),
% quotient(
% quotient(
% quotient(x1,
% j(j(x1))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(j(quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1))))),x1)),
% j(x1))))),
% i(quotient(quotient(
% quotient(
% quotient(A,
% j(A)),j(
% j(
% quotient(A,
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(quotient(A,
% j(A)))),
% j(j(quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A))))))),
% quotient(
% quotient(A,
% j(A)),
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(quotient(A,
% j(A))))))),
% quotient(A,
% j(A)))),
% j(quotient(A,j(A))))))),
% quotient(quotient(quotient(
% quotient(A,
% j(A)),j(j(
% quotient(A,
% j(A))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(quotient(A,
% j(A)))),
% j(j(quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(quotient(A,
% j(A))))))),
% quotient(
% quotient(A,
% j(A)),quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A))))))),
% quotient(A,j(A)))),
% j(quotient(A,j(A))))),A))))),
% quotient(i(quotient(quotient(A,j(A)),j(A))),quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(x1,A),
% j(A)),
% j(j(
% quotient(
% quotient(x1,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(x1,A),
% j(A))))),A)),
% j(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(j(quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1))))))),
% quotient(
% i(x1),
% quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(j(quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1)))))),A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(j(quotient(A,
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(quotient(A,
% j(A)))),
% j(j(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A))))))),
% quotient(
% quotient(A,
% j(A)),
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(quotient(A,
% j(A))))))),
% quotient(A,
% j(A)))),
% j(quotient(A,
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A)))),
% j(
% j(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A))))))),
% quotient(
% quotient(A,
% j(A)),
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A))))))),
% quotient(A,
% j(A)))),
% j(
% quotient(A,
% j(A))))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(j(x1))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1))))),x1)),
% j(x1)),
% j(j(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1))))),x1)),
% j(x1))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A)))),
% j(
% j(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A))))))),
% quotient(
% quotient(A,
% j(A)),
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A))))))),
% quotient(A,
% j(A)))),
% j(
% quotient(A,
% j(A))))),
% quotient(
% quotient(
% quotient(x1,
% j(j(x1))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1))))),x1)),
% j(x1))))),
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(j(
% quotient(A,
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A)))),
% j(
% j(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A))))))),
% quotient(
% quotient(A,
% j(A)),
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A))))))),
% quotient(A,
% j(A)))),
% j(quotient(A,
% j(A))))))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(j(quotient(A,
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(quotient(A,
% j(A)))),
% j(j(
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(
% quotient(A,
% j(A))))))),
% quotient(
% quotient(A,
% j(A)),
% quotient(
% quotient(B,
% quotient(A,
% j(A))),
% j(quotient(A,
% j(A))))))),
% quotient(A,
% j(A)))),
% j(quotient(A,
% j(A))))),A))))),
% i(quotient(quotient(A,j(A)),j(A))))),quotient(quotient(A,j(A)),j(A)))
% ->
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(A)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(A)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(A)),B),
% j(B))))),B)),
% j(B)),quotient(A,j(A))),A) collapsed.
% Rule
% [630]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(C,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(C,
% i(B)),B)))),
% i(B))),B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(C,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(C,
% i(B)),B)))),
% i(B))),B),A),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(C,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(C,
% i(B)),B)))),
% i(B))),B),A),
% j(A))))),A)),
% j(A)),C) <->
% quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(
% j(
% quotient(
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(j(quotient(
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(i(C),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% j(j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(j(
% quotient(
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% i(C))),C) collapsed.
% Rule
% [631]
% quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(
% j(
% quotient(
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(j(quotient(
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(i(C),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% j(j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(j(
% quotient(
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% i(C))),C) <->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(C,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(C,
% i(B)),B)))),
% i(B))),B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(C,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(C,
% i(B)),B)))),
% i(B))),B),A),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(C,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(C,
% i(B)),B)))),
% i(B))),B),A),
% j(A))))),A)),
% j(A)),C) collapsed.
% Rule
% [632]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(A),
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))),
% j(
% j(
% quotient(
% j(A),
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% quotient(
% j(A),
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))),
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% j(A),
% j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))),
% j(j(quotient(
% j(A),
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))))),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% quotient(
% j(A),
% j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))),
% j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% j(A),
% j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))),
% j(j(
% quotient(
% j(A),
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))))),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% quotient(
% j(A),
% j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))))),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))),
% j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% i(A))),A) ->
% quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(i(A),quotient(
% quotient(B,A),
% j(A))))),B)),A)
% collapsed.
% Rule
% [634]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(B,
% quotient(A,
% j(
% j(A)))))),B)),
% j(B)),A),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(B,
% quotient(A,
% j(
% j(A)))))),B)),
% j(B)),A)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(x1,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(x1,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))))),
% quotient(
% i(x1),
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1)))))),B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1)),
% j(
% j(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(x1,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(x1,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))))),
% quotient(
% i(x1),
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1)))))),B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1)),
% j(
% j(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(B,
% quotient(A,
% j(
% j(A)))))),B)),
% j(B)),A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(x1,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(x1,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))))),
% quotient(
% i(x1),
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1)))))),B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1)),
% j(
% j(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),B))))),
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(B,
% quotient(A,
% j(
% j(A)))))),B)),
% j(B)),A)))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(B,
% quotient(A,
% j(
% j(A)))))),B)),
% j(B)),A)),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(quotient(A,
% j(
% j(A)))))),
% quotient(B,
% quotient(A,
% j(j(A)))))),B)),
% j(B)),A),
% j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(B,
% quotient(A,
% j(
% j(A)))))),B)),
% j(B)),A)))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(x1,B),
% j(B)),
% j(j(
% quotient(
% quotient(x1,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(x1,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(j(quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))))),
% quotient(
% i(x1),
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(j(quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1)))))),B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(j(x1))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1)),
% j(j(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1))))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),
% quotient(
% quotient(
% quotient(x1,
% j(j(x1))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1))))),
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),B)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(x1,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(x1,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))))),
% quotient(
% i(x1),
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1)))))),B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1)),
% j(
% j(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),B))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(B,
% quotient(A,
% j(
% j(A)))))),B)),
% j(B)),A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(x1,B),
% j(B)),
% j(j(
% quotient(
% quotient(x1,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(x1,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(j(quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))))),
% quotient(
% i(x1),
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(j(quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1)))))),B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(j(x1))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1)),
% j(j(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1))))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),
% quotient(
% quotient(
% quotient(x1,
% j(j(x1))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1))))),
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),B))))),
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(
% quotient(A,
% j(
% j(A)))))),
% quotient(B,
% quotient(A,
% j(j(A)))))),B)),
% j(B)),A)))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(quotient(A,
% j(
% j(A)))))),
% quotient(B,
% quotient(A,
% j(j(A)))))),B)),
% j(B)),A)),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(j(quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A)))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(
% quotient(A,
% j(
% j(A)))))),
% quotient(B,
% quotient(A,
% j(j(A)))))),B)),
% j(B)),A),
% j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(B,
% quotient(A,
% j(
% j(A)))))),B)),
% j(B)),A)))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(x1,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(x1,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(x1,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1)))),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))))),
% quotient(
% i(x1),
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1)))))),B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A)),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1)),
% j(
% j(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1))))),
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),B)),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(x1,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(x1,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))))),
% quotient(
% i(x1),
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1)))))),B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1)),
% j(
% j(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),B))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(B,
% quotient(A,
% j(
% j(A)))))),B)),
% j(B)),A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(x1,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(x1,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(x1,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1)))),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))))),
% quotient(
% i(x1),
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1)))))),B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A)),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1)),
% j(
% j(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1))))),
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),B))))),
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(B,
% quotient(A,
% j(
% j(A)))))),B)),
% j(B)),A)))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(
% quotient(A,
% j(
% j(A)))))),
% quotient(B,
% quotient(A,
% j(j(A)))))),B)),
% j(B)),A)),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A)))))),
% i(A))),A) ->
% quotient(quotient(quotient(A,B),j(B)),A) collapsed.
% Rule
% [636]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(B)),
% j(
% j(
% quotient(A,
% j(B))))),
% quotient(B,
% quotient(A,
% j(B))))),B)),
% j(B))),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(B)),
% j(j(
% quotient(A,
% j(B))))),
% quotient(B,
% quotient(A,
% j(B))))),B)),
% j(B))),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(B),A))),
% quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(B)),j(
% j(
% quotient(A,
% j(B))))),
% quotient(B,
% quotient(A,
% j(B))))),B)),
% j(B))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))) ->
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(quotient(quotient(A,j(j(A))),quotient(i(B),A)))),B),A)
% collapsed.
% Rule
% [639]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A)),j(j(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% j(B),
% i(
% quotient(B,
% i(B)))))),
% j(B))),
% j(
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% j(B),
% i(
% quotient(B,
% i(B)))))),
% j(B))),
% j(
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% j(B),
% i(
% quotient(B,
% i(B)))))),
% j(B))),
% j(
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% j(B),
% i(
% quotient(B,
% i(B)))))),
% j(B))),
% j(
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% j(B),
% i(
% quotient(B,
% i(B)))))),
% j(B))),
% j(
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% j(B),
% i(
% quotient(B,
% i(B)))))),
% j(B))),
% j(
% j(B))),A),
% j(A))))),A)),
% j(A))))),
% quotient(i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),
% quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% j(B),
% i(
% quotient(B,
% i(B)))))),
% j(B))),
% j(
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% j(B),
% i(
% quotient(B,
% i(B)))))),
% j(B))),
% j(
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% j(B),
% i(
% quotient(B,
% i(B)))))),
% j(B))),
% j(
% j(B))),A),
% j(A))))),A)),
% j(A))))),i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))))),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% j(B),A),
% j(A)),
% j(j(quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,quotient(
% quotient(
% j(B),A),j(A))))),A)),
% j(A))) <->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(B,i(B)),
% j(j(quotient(B,i(B))))),
% quotient(i(quotient(quotient(quotient(
% quotient(x1,
% i(quotient(B,
% i(B)))),
% quotient(B,
% i(B))),
% j(j(quotient(
% quotient(x1,
% i(quotient(B,
% i(B)))),
% quotient(B,
% i(B)))))),
% quotient(i(quotient(B,i(B))),
% quotient(quotient(x1,i(
% quotient(B,
% i(B)))),
% quotient(B,i(B)))))),i(
% quotient(B,
% i(B))))),
% quotient(B,i(B))),quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(j(quotient(B,
% i(B))))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),
% i(quotient(B,
% i(B))))),
% j(j(quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),
% i(
% quotient(B,
% i(B)))))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(j(
% quotient(B,
% i(B))))),
% quotient(
% i(x1),
% i(quotient(B,
% i(B))))),
% j(j(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(x1),
% i(
% quotient(B,
% i(B)))))))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),
% i(
% quotient(B,
% i(B)))))),
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(j(
% quotient(B,
% i(B))))),
% quotient(
% i(x1),
% i(quotient(B,
% i(B)))))))),
% i(quotient(quotient(
% quotient(B,
% i(B)),
% j(j(
% quotient(B,
% i(B))))),
% quotient(i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),
% i(quotient(B,i(B)))))))),
% quotient(quotient(quotient(B,
% i(B)),
% j(j(quotient(B,i(B))))),
% quotient(i(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),i(quotient(B,
% i(B))))))),
% j(B)),A) collapsed.
% Rule
% [640]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(B,i(B)),
% j(j(quotient(B,i(B))))),
% quotient(i(quotient(quotient(quotient(
% quotient(x1,
% i(quotient(B,
% i(B)))),
% quotient(B,
% i(B))),
% j(j(quotient(
% quotient(x1,
% i(quotient(B,
% i(B)))),
% quotient(B,
% i(B)))))),
% quotient(i(quotient(B,i(B))),
% quotient(quotient(x1,i(
% quotient(B,
% i(B)))),
% quotient(B,i(B)))))),i(
% quotient(B,
% i(B))))),
% quotient(B,i(B))),quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(j(quotient(B,
% i(B))))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),
% i(quotient(B,
% i(B))))),
% j(j(quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),
% i(
% quotient(B,
% i(B)))))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(j(
% quotient(B,
% i(B))))),
% quotient(
% i(x1),
% i(quotient(B,
% i(B))))),
% j(j(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(x1),
% i(
% quotient(B,
% i(B)))))))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),
% i(
% quotient(B,
% i(B)))))),
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(j(
% quotient(B,
% i(B))))),
% quotient(
% i(x1),
% i(quotient(B,
% i(B)))))))),
% i(quotient(quotient(
% quotient(B,
% i(B)),
% j(j(
% quotient(B,
% i(B))))),
% quotient(i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),
% i(quotient(B,i(B)))))))),
% quotient(quotient(quotient(B,
% i(B)),
% j(j(quotient(B,i(B))))),
% quotient(i(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),i(quotient(B,
% i(B))))))),
% j(B)),A) <->
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A)),j(j(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% j(B),
% i(
% quotient(B,
% i(B)))))),
% j(B))),
% j(
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% j(B),
% i(
% quotient(B,
% i(B)))))),
% j(B))),
% j(
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% j(B),
% i(
% quotient(B,
% i(B)))))),
% j(B))),
% j(
% j(B))),A),
% j(A))))),A)),
% j(A)),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% j(B),
% i(
% quotient(B,
% i(B)))))),
% j(B))),
% j(
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% j(B),
% i(
% quotient(B,
% i(B)))))),
% j(B))),
% j(
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% j(B),
% i(
% quotient(B,
% i(B)))))),
% j(B))),
% j(
% j(B))),A),
% j(A))))),A)),
% j(A))))),
% quotient(i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))),
% quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% j(B),
% i(
% quotient(B,
% i(B)))))),
% j(B))),
% j(
% j(B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% j(B),
% i(
% quotient(B,
% i(B)))))),
% j(B))),
% j(
% j(B))),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% j(B),
% i(
% quotient(B,
% i(B)))))),
% j(B))),
% j(
% j(B))),A),
% j(A))))),A)),
% j(A))))),i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% j(B),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% j(B),A),
% j(A))))),A)),
% j(A))))),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% j(B),A),
% j(A)),
% j(j(quotient(
% quotient(
% j(B),A),
% j(A))))),
% quotient(A,quotient(
% quotient(
% j(B),A),j(A))))),A)),
% j(A))) collapsed.
% Rule
% [641]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),j(j(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),quotient(i(quotient(quotient(
% quotient(
% quotient(C,
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(j(
% quotient(
% quotient(C,
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% quotient(quotient(C,
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))) <->
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(j(quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))),
% quotient(i(C),quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))),
% i(C))),C),A)),quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),B)),
% j(B)),A),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),B)),
% j(B)),A)))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),B)),
% j(B)),A)),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))),
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),B)),
% j(B)),A)))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),B)),
% j(B)),A)),A))
% collapsed.
% Rule
% [642]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(j(quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))),
% quotient(i(C),quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))),
% i(C))),C),A)),quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),B)),
% j(B)),A),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),B)),
% j(B)),A)))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),B)),
% j(B)),A)),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))),
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),B)),
% j(B)),A)))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),B),
% j(B))))),B)),
% j(B)),A)),A))
% <->
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),j(j(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),quotient(i(quotient(quotient(
% quotient(
% quotient(C,
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(j(
% quotient(
% quotient(C,
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% quotient(quotient(C,
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))) collapsed.
% Rule
% [647]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% i(A)),A),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% i(A)),A)))),
% quotient(i(A),
% quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% i(A)),A)))),
% i(A))),A),C) <->
% quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)))),
% j(
% j(
% quotient(
% quotient(B,
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(B,
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(j(quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)))),
% j(j(quotient(
% quotient(B,
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(B,
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(j(quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))))))),
% quotient(i(C),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),
% j(j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))),
% j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)))),
% j(j(
% quotient(
% quotient(B,
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(B,
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))),
% j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))))))),
% i(C))),C) collapsed.
% Rule
% [648]
% quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)))),
% j(
% j(
% quotient(
% quotient(B,
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(B,
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(j(quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)))),
% j(j(quotient(
% quotient(B,
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(B,
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(j(quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))))))),
% quotient(i(C),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),
% j(j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))),
% j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)))),
% j(j(
% quotient(
% quotient(B,
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(B,
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))),
% j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C)))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% i(A),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% i(A),C),
% j(C))))),C)),
% j(C))))))),
% i(C))),C) <->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% i(A)),A),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% i(A)),A)))),
% quotient(i(A),
% quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% i(A)),A)))),
% i(A))),A),C) collapsed.
% Rule
% [649]
% quotient(quotient(quotient(quotient(B,j(B)),quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(B)),
% j(j(quotient(B,
% j(B))))),
% quotient(
% i(C),
% quotient(B,
% j(B))))),
% i(C))),C),B)),
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A)))),
% j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A))))))),
% quotient(i(A),quotient(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A)))))),
% j(j(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A)))),j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A))))))),
% quotient(i(A),quotient(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A))))),
% quotient(A,quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A))))))))),
% quotient(i(quotient(quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),j(j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C))))),
% quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A)),j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A))))))),
% quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(quotient(B,C),
% j(C))))),C)),
% j(C))))),i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A)),j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A))))))))),
% quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A)),j(j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),
% j(A))))),
% quotient(A,quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),j(A)))),
% j(j(quotient(quotient(quotient(quotient(quotient(C,
% j(
% j(C))),
% quotient(i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),j(A)),
% j(j(quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),j(A))))),
% quotient(A,quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),j(A))))))),
% quotient(i(A),quotient(quotient(quotient(quotient(quotient(C,
% j(
% j(C))),
% quotient(i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),j(A)),
% j(j(quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),j(A))))),
% quotient(A,quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(C))),j(A))))))),B)),A)
% ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% j(C),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(
% j(
% quotient(
% j(C),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% quotient(
% j(C),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% j(C),
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(j(quotient(
% j(C),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% quotient(
% j(C),
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% j(C),
% j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(j(
% quotient(
% j(C),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% quotient(
% j(C),
% j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% i(A))),A) collapsed.
% Rule
% [651]
% quotient(quotient(quotient(quotient(B,j(B)),quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(B)),
% j(j(quotient(B,
% j(B))))),
% quotient(
% i(C),
% quotient(B,
% j(B))))),
% i(C))),C),B)),
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A)))),
% j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A))))))),
% quotient(i(A),quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A)))))),
% j(j(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A)))),j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A))))))),
% quotient(i(A),quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A))))),
% quotient(A,quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A))))))))),
% quotient(i(quotient(quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),j(j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C))))),
% quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A)),j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A))))))),
% quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(quotient(B,C),
% j(C))))),C)),
% j(C))))),i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A)),j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A))))))))),
% quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A)),j(j(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A))))),
% quotient(A,quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A)))),j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A))))))),
% quotient(i(A),quotient(quotient(quotient(quotient(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A)),j(j(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),i(C)),C),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A))))),
% quotient(A,quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% quotient(
% i(C),quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% i(C)),C)))),
% i(C))),C),
% j(A))))))),B)),A) ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% i(C),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(
% j(
% quotient(
% i(C),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% quotient(
% i(C),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% i(C),
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(j(quotient(
% i(C),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% quotient(
% i(C),
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% i(C),
% j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(j(
% quotient(
% i(C),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% quotient(
% i(C),
% j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% i(A))),A) collapsed.
% Rule
% [653]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))))))),
% quotient(i(A),
% quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))))))),
% i(A))),A),j(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))) ->
% i(quotient(quotient(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),A),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),j(quotient(quotient(quotient(A,j(j(A))),quotient(i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))) collapsed.
% Rule
% [656]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(quotient(A,
% j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(j(quotient(A,
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% quotient(A,j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(B,
% j(j(B))),
% quotient(i(A),B))),
% i(A))),A))),j(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(j(quotient(quotient(quotient(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(quotient(A,
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(j(quotient(A,j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% quotient(A,j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(B,
% j(j(B))),
% quotient(i(A),B))),
% i(A))),A))),j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(j(quotient(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(
% quotient(A,
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(j(quotient(A,
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% quotient(A,j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(quotient(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% i(quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(A),B))),
% i(A))),A),j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(quotient(A,j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(j(quotient(A,j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),quotient(A,
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(
% j(
% quotient(A,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% quotient(A,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))))
% <->
% quotient(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(
% j(
% quotient(A,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% quotient(A,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(
% j(
% quotient(A,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% quotient(A,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(
% j(
% quotient(A,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% quotient(A,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),C),
% j(C))))),C)),
% j(C)),B),quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))
% collapsed.
% Rule
% [657]
% quotient(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(
% j(
% quotient(A,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% quotient(A,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(
% j(
% quotient(A,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% quotient(A,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(
% j(
% quotient(A,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% quotient(A,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),C),
% j(C))))),C)),
% j(C)),B),quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))
% <->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(quotient(A,
% j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(j(quotient(A,
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% quotient(A,j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(B,
% j(j(B))),
% quotient(i(A),B))),
% i(A))),A))),j(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(j(quotient(quotient(quotient(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(quotient(A,
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(j(quotient(A,j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% quotient(A,j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(B,
% j(j(B))),
% quotient(i(A),B))),
% i(A))),A))),j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(j(quotient(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(
% quotient(A,
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(j(quotient(A,
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% quotient(A,j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(quotient(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% i(quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(A),B))),
% i(A))),A),j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(quotient(A,j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(j(quotient(A,j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),quotient(A,
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(
% j(
% quotient(A,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% quotient(A,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))))
% collapsed.
% Rule
% [659]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% quotient(i(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% i(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(quotient(B,A),
% j(A))))),A)),
% j(A))))),quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),B),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),B)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),B)))),
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))))),
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),j(j(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A)),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),
% quotient(i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),A),
% j(A))))),A)),
% j(A))))),i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))) -> A collapsed.
% Rule
% [660]
% quotient(quotient(quotient(quotient(B,j(B)),quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(B)),
% j(j(quotient(B,
% j(B))))),
% quotient(
% i(C),
% quotient(B,
% j(B))))),
% i(C))),C),B)),
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A)))),
% j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A))))))),
% quotient(i(A),quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A)))))),
% j(j(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A)))),j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A))))))),
% quotient(i(A),quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A))))),
% quotient(A,quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A))))))))),
% quotient(i(quotient(quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),j(j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C))))),
% quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),j(A)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),j(A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A))))))),
% quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(quotient(B,C),
% j(C))))),C)),
% j(C))))),i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),j(A)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),j(A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A))))))))),
% quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A)),j(j(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A))))),
% quotient(A,quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),j(A)))),
% j(j(quotient(quotient(quotient(quotient(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),j(A)),
% j(j(quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),j(A))))),quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),
% j(A))))))),
% quotient(i(A),quotient(quotient(quotient(quotient(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),j(A)),
% j(j(quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),j(A))))),
% quotient(A,quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),C),
% j(C))))),C)),
% j(C)),j(A))))))),B)),A)
% ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(
% j(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(C,
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(j(quotient(C,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% quotient(C,
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(C,
% j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(j(
% quotient(C,
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% quotient(C,
% j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% i(A))),A) collapsed.
% Rule
% [661]
% quotient(quotient(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(x1,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(x1,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(x1,B),
% j(B))))),B)),
% j(B)),quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1)))),
% j(j(quotient(quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(j(quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,quotient(
% quotient(B,x1),
% j(x1))))))),
% quotient(i(x1),quotient(quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(quotient(B,x1),
% j(x1)))))),B)),
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B),A),
% quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))),
% j(j(quotient(quotient(quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),A),
% quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),j(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(i(quotient(quotient(quotient(quotient(
% quotient(x1,
% j(j(x1))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1)),j(j(quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(B,x1),
% j(x1))))),x1)),
% j(x1))))),
% quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),A),
% quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% quotient(quotient(quotient(x1,j(j(x1))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(B,x1),
% j(x1))))),
% quotient(x1,
% quotient(quotient(B,x1),
% j(x1))))),x1)),
% j(x1))))),i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),A),
% quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))))),
% quotient(quotient(quotient(quotient(quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(B))),B),A),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))),
% j(quotient(quotient(quotient(A,j(j(A))),quotient(i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),B)),A) ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A))))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)))))))),
% i(A))),A) collapsed.
% Rule
% [662]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B))),
% j(
% j(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B))),
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B))),
% j(
% j(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B))),
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B))),A),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B))),
% j(
% j(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B))),
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B))),A),
% j(A))))),A)),
% j(A)),C) <->
% quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(i(C),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% j(j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% i(C))),C) collapsed.
% Rule
% [663]
% quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(i(C),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% j(j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))),
% j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)))),
% j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))))),
% i(C))),C) <->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B))),
% j(
% j(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B))),
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B))),A),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B))),
% j(
% j(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B))),
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B))),A),
% j(A))))),
% quotient(A,
% quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B))),
% j(
% j(
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% quotient(B,
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B)))))),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B))),
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B))),A),
% j(A))))),A)),
% j(A)),C) collapsed.
% Rule
% [664]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(j(quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B)),j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))),
% quotient(
% i(C),quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(A,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(A,B),
% j(B))))),B)),
% j(B))))),
% i(C))),C),A)),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(V_3,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(V_3,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(V_3,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% i(A))),A),C)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(V_3,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(V_3,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(V_3,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% i(A))),A),C)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(V_3,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(V_3,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(V_3,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% i(A))),A),C)),B),
% j(B))))),B)),
% j(B)),A),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(V_3,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(V_3,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(V_3,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% i(A))),A),C)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(V_3,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(V_3,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(V_3,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% i(A))),A),C)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(V_3,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(V_3,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(V_3,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% i(A))),A),C)),B),
% j(B))))),B)),
% j(B)),A)))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(V_3,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(V_3,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(V_3,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% i(A))),A),C)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(V_3,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(V_3,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(V_3,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% i(A))),A),C)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(V_3,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(V_3,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(V_3,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% i(A))),A),C)),B),
% j(B))))),B)),
% j(B)),A)),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(A,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(A,C),
% j(C))))),C)),
% j(C))))),
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(V_3,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(V_3,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(V_3,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% i(A))),A),C)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(V_3,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(V_3,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(V_3,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% i(A))),A),C)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(V_3,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(V_3,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(V_3,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% i(A))),A),C)),B),
% j(B))))),B)),
% j(B)),A)))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(V_3,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(V_3,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(V_3,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% i(A))),A),C)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(V_3,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(V_3,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(V_3,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% i(A))),A),C)),B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(V_3,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(V_3,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(V_3,C),
% j(C))))),C)),
% j(C)),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(C,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(C,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% i(A))),A),C)),B),
% j(B))))),B)),
% j(B)),A)),A)),C)
% ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)) collapsed.
% Rule
% [665]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(x1,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(x1,A),
% j(A))))),
% quotient(A,
% quotient(
% quotient(x1,A),
% j(A))))),A)),
% j(A)),quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),j(
% j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1)))),
% j(j(quotient(quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(j(quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,quotient(
% quotient(A,x1),
% j(x1))))))),
% quotient(i(x1),quotient(quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(quotient(A,x1),
% j(x1)))))),A)),
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(j(
% quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(j(quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),
% j(j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3))),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C))))),
% i(quotient(
% quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(j(
% quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3))),B)),A),
% j(j(quotient(quotient(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(j(
% quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(j(quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),
% j(j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3))),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C))))),
% i(quotient(
% quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(j(
% quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3))),B)),A)))),
% quotient(i(quotient(quotient(quotient(quotient(
% quotient(x1,
% j(j(x1))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1))))),x1)),
% j(x1)),j(j(quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(
% quotient(A,x1),
% j(x1))))),x1)),
% j(x1))))),
% quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3))),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C))))),
% i(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3))),B)),A)),
% quotient(quotient(quotient(x1,j(j(x1))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(A,x1),
% j(x1)),
% j(
% j(
% quotient(
% quotient(A,x1),
% j(x1))))),
% quotient(x1,
% quotient(quotient(A,x1),
% j(x1))))),x1)),
% j(x1))))),i(quotient(quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,
% quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),
% quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3))),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C))))),
% i(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3))),B)),A)))),
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(B,quotient(
% quotient(C,B),
% j(B))))),B)),
% j(B)),quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(j(quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3)),j(
% j(
% quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(
% j(
% quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(j(quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C)),j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(
% j(
% quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(j(
% quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3))),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,C),
% j(C)),
% j(j(quotient(
% quotient(B,C),
% j(C))))),
% quotient(C,
% quotient(
% quotient(B,C),
% j(C))))),C)),
% j(C))))),
% i(quotient(
% quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(j(quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3))))),
% quotient(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,V_3),
% j(V_3)),
% j(j(quotient(
% quotient(A,V_3),
% j(V_3))))),
% quotient(V_3,
% quotient(
% quotient(A,V_3),
% j(V_3))))),V_3)),
% j(V_3))),B)),A)),A)),V_3)
% ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(B,A),
% j(A)),
% j(j(quotient(
% quotient(B,A),
% j(A))))),
% quotient(A,quotient(
% quotient(B,A),
% j(A))))),A)),
% j(A)) collapsed.
% Current number of equations to process: 316
% Current number of ordered equations: 0
% Current number of rules: 163
% New rule produced :
% [667]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(A)),A)),A)),B) ->
% quotient(A,j(A))
% Current number of equations to process: 315
% Current number of ordered equations: 0
% Current number of rules: 164
% New rule produced :
% [668]
% quotient(quotient(quotient(quotient(A,j(A)),i(A)),j(quotient(A,j(A)))),
% quotient(quotient(A,j(A)),j(A))) -> quotient(A,j(A))
% Current number of equations to process: 314
% Current number of ordered equations: 0
% Current number of rules: 165
% New rule produced :
% [669]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),j(j(quotient(A,
% j(j(A)))))),
% quotient(i(A),quotient(A,j(j(A))))),j(quotient(A,j(j(A))))),
% j(j(A))) -> quotient(A,j(j(A)))
% Current number of equations to process: 313
% Current number of ordered equations: 0
% Current number of rules: 166
% New rule produced :
% [670]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% j(A),A)),
% j(A)),j(j(quotient(quotient(quotient(A,j(j(A))),
% quotient(j(A),A)),j(A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(
% j(
% quotient(A,
% i(A))))),
% quotient(
% i(B),
% quotient(A,
% i(A))))),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(A,
% i(A)),
% j(j(quotient(A,
% i(A))))),
% quotient(
% i(B),
% quotient(A,
% i(A))))),A))))),
% quotient(i(quotient(quotient(quotient(A,j(j(A))),
% quotient(j(A),A)),j(A))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% i(A)),
% j(
% j(
% quotient(A,
% i(A))))),
% quotient(
% i(B),
% quotient(A,
% i(A))))),A))))),
% i(quotient(quotient(quotient(A,j(j(A))),quotient(j(A),A)),j(A))))),
% quotient(quotient(quotient(A,j(j(A))),quotient(j(A),A)),j(A))) ->
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% j(A),A)),
% j(A))),B)),
% quotient(A,i(A))),A)
% Current number of equations to process: 312
% Current number of ordered equations: 0
% Current number of rules: 167
% New rule produced :
% [671]
% quotient(quotient(A,j(A)),quotient(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(quotient(
% quotient(A,
% j(A)),
% j(j(quotient(A,
% j(A))))),
% quotient(i(B),
% quotient(A,j(A))))),
% i(B))),B),A)) ->
% quotient(quotient(A,j(j(A))),quotient(i(B),A))
% Current number of equations to process: 310
% Current number of ordered equations: 0
% Current number of rules: 168
% New rule produced :
% [672]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(C))))),
% quotient(
% i(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)))),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(C))))),
% i(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)))))),
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(C))))),
% quotient(
% i(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)))),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(C))))),
% i(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)))))),
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)))))),
% quotient(i(A),
% quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(C))))),
% quotient(
% i(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)))),
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(C))))),
% i(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)))))),
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)))),
% quotient(quotient(B,
% j(
% j(B))),
% quotient(i(C),B)))))),
% i(A))),A),C) ->
% quotient(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(A),C)),
% j(j(quotient(quotient(C,j(j(C))),quotient(i(A),C))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(B),C)),j(C)),
% j(j(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(B),C)),j(C))))),
% quotient(i(quotient(quotient(C,j(j(C))),quotient(i(A),C))),
% quotient(quotient(quotient(C,j(j(C))),quotient(i(B),C)),
% j(C))))),i(quotient(quotient(C,j(j(C))),quotient(i(A),C))))),
% quotient(quotient(C,j(j(C))),quotient(i(A),C)))
% Current number of equations to process: 309
% Current number of ordered equations: 0
% Current number of rules: 169
% New rule produced :
% [673]
% quotient(quotient(quotient(quotient(quotient(quotient(i(B),i(i(B))),j(
% j(
% quotient(
% i(B),
% i(
% i(B)))))),
% quotient(i(quotient(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% i(quotient(
% i(B),
% i(
% i(B))))),
% quotient(i(B),
% i(i(B)))),j(j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B))))))),
% quotient(i(quotient(i(B),i(i(B)))),
% quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A)),
% i(quotient(i(B),i(i(B))))),
% quotient(i(B),i(i(B))))))),i(quotient(
% i(B),
% i(
% i(B)))))),
% quotient(i(B),i(i(B)))),B),A) ->
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(B,
% j(B)),
% j(B))),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(B)),
% j(B))),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(B),A))),
% quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(B)),j(B))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))
% Current number of equations to process: 308
% Current number of ordered equations: 0
% Current number of rules: 170
% New rule produced :
% [674]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% i(A)),A),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% i(A)),A)))),
% i(A))),A),C),B) ->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(C),B))),
% i(A))),C),B)
% Rule
% [673]
% quotient(quotient(quotient(quotient(quotient(quotient(i(B),i(i(B))),j(
% j(
% quotient(
% i(B),
% i(
% i(B)))))),
% quotient(i(quotient(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% i(quotient(
% i(B),
% i(
% i(B))))),
% quotient(i(B),
% i(i(B)))),j(j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B))))))),
% quotient(i(quotient(i(B),i(i(B)))),
% quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A)),
% i(quotient(i(B),i(i(B))))),
% quotient(i(B),i(i(B))))))),i(quotient(
% i(B),
% i(
% i(B)))))),
% quotient(i(B),i(i(B)))),B),A) ->
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(B,
% j(B)),
% j(B))),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(B)),
% j(B))),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(B),A))),
% quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(B)),j(B))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))
% collapsed.
% Current number of equations to process: 308
% Current number of ordered equations: 0
% Current number of rules: 170
% New rule produced :
% [675]
% quotient(quotient(quotient(quotient(quotient(i(A),i(i(A))),j(j(quotient(
% i(A),i(i(A)))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B)),
% i(quotient(i(A),
% i(i(A))))),
% quotient(i(A),i(i(A)))),
% j(j(quotient(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B)),
% i(quotient(i(A),i(i(A))))),
% quotient(i(A),i(i(A))))))),
% quotient(i(quotient(i(A),i(i(A)))),quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B)),
% i(quotient(
% i(A),
% i(i(A))))),
% quotient(
% i(A),
% i(i(A))))))),
% i(quotient(i(A),i(i(A)))))),quotient(i(A),i(i(A)))),A) ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% j(A)),
% j(A))))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% j(A)),
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),j(A)),
% j(j(quotient(
% quotient(A,
% j(A)),
% j(A))))),
% quotient(
% i(B),quotient(
% quotient(A,
% j(A)),
% j(A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(A)),
% j(j(quotient(
% quotient(A,
% j(A)),
% j(A))))),
% quotient(
% i(B),quotient(
% quotient(A,
% j(A)),
% j(A))))))),
% i(A))),A)
% Current number of equations to process: 307
% Current number of ordered equations: 0
% Current number of rules: 171
% New rule produced :
% [676]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(j(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(j(B),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% j(B))),
% j(
% j(B)))),
% j(
% j(j(B))))),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(B)),
% j(j(
% quotient(B,
% j(B))))),
% j(B))),
% j(j(B)))),
% j(j(j(B))))),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(j(B),A))),
% quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(B)),j(
% j(
% quotient(B,
% j(B))))),
% j(B))),
% j(j(B)))),
% j(j(j(B))))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(j(B),A))))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% j(B),A))) ->
% quotient(quotient(quotient(quotient(quotient(B,j(B)),j(j(quotient(B,j(B))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(j(B),A))),
% quotient(B,j(B)))),j(j(B))),A)
% Current number of equations to process: 306
% Current number of ordered equations: 0
% Current number of rules: 172
% New rule produced :
% [677]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(x1,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(x1,
% i(A)),A)))),
% quotient(i(A),
% quotient(quotient(x1,
% i(A)),A)))),
% i(A))),A),quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),A)),
% i(A))),
% i(A))),
% j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),A)),
% i(A))),
% i(A)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),
% i(A))),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),
% i(A)))))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),A)),
% i(A))),
% i(A)))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),
% i(A)))))),
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),A)),
% i(A))),
% i(A)))))),
% quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),A)),
% i(A))),
% i(A))))) ->
% quotient(quotient(quotient(A,j(j(A))),j(j(quotient(A,j(j(A)))))),quotient(
% i(B),
% quotient(A,
% j(j(A)))))
% Current number of equations to process: 303
% Current number of ordered equations: 0
% Current number of rules: 173
% New rule produced :
% [678]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(B,A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(B,A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% j(
% j(
% quotient(B,
% j(
% j(B)))))),
% quotient(
% j(B),
% quotient(B,
% j(
% j(B)))))),
% j(B))),
% j(
% j(B)))),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% j(j(
% quotient(B,
% j(
% j(B)))))),
% quotient(
% j(B),
% quotient(B,
% j(j(B)))))),
% j(B))),
% j(j(B)))),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(B,A))),
% quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% j(j(quotient(B,
% j(j(B)))))),
% quotient(
% j(B),quotient(B,
% j(
% j(B)))))),
% j(B))),j(j(B)))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(B,A))))),quotient(quotient(A,
% j(
% j(A))),
% quotient(B,A))) ->
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),j(j(quotient(B,
% j(j(B)))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(B,A))),
% quotient(B,j(j(B))))),j(B)),A)
% Current number of equations to process: 302
% Current number of ordered equations: 0
% Current number of rules: 174
% New rule produced :
% [679]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% j(A),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% j(A),A)),
% j(A))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% j(A),A)),
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% j(A),A)),
% j(A)),j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% j(A),A)),
% j(A))))),
% quotient(
% i(B),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% j(A),A)),
% j(A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% j(A),A)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% j(A),A)),
% j(A))))),
% quotient(
% i(B),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% j(A),A)),
% j(A))))))),
% i(A))),A) ->
% quotient(quotient(quotient(quotient(A,i(A)),j(j(quotient(A,i(A))))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% quotient(A,
% i(A)))),A)
% Current number of equations to process: 301
% Current number of ordered equations: 0
% Current number of rules: 175
% New rule produced :
% [680]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(C,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% i(A)),A)))),
% i(A))),A),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% i(
% i(A))))),
% i(A))),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% i(
% i(A))))),
% i(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),
% i(A))),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),
% i(A)))))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% i(
% i(A))))),
% i(A)))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),
% i(A)))))),
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% i(
% i(A))))),
% i(A)))))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% i(
% i(A))))),
% i(A))))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% i(A)),A),
% j(j(quotient(
% quotient(C,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% i(A)),A)))),
% i(A))),A),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A))),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% quotient(
% i(i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% i(i(A))))),
% i(A))),
% j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% i(
% i(A))))),
% i(A)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),
% i(A))),
% j(j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),
% i(A)))))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% i(
% i(A))))),
% i(A)))),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),
% i(A)))))),
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% i(i(A))))),
% i(A)))))),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A))),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% quotient(
% i(i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% i(i(A))))),
% i(A)))))))),
% quotient(i(i(A)),quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(C,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% i(A)),A)))),
% i(A))),A),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% i(
% i(A))))),
% i(A))),
% j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% i(
% i(A))))),
% i(A)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),
% i(A))),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),
% i(A)))))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% i(
% i(A))))),
% i(A)))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),
% i(A)))))),
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% i(
% i(A))))),
% i(A)))))),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% i(
% i(A))))),
% i(A)))))))),
% i(i(A)))),i(A)) ->
% quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(C,j(j(C))),
% quotient(i(i(A)),C))),B))
% Current number of equations to process: 300
% Current number of ordered equations: 0
% Current number of rules: 176
% New rule produced :
% [681]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(A,
% j(
% j(A))),
% j(j(quotient(A,
% j(j(A)))))),
% quotient(i(i(A)),quotient(A,
% j(j(A)))))),
% i(i(A)))),i(A)) -> A
% Current number of equations to process: 304
% Current number of ordered equations: 0
% Current number of rules: 177
% New rule produced :
% [682]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(B,A)),
% j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(B,A))))),
% quotient(i(A),quotient(
% quotient(A,
% j(j(A))),
% quotient(B,A))))),
% i(A))),A) -> j(B)
% Rule
% [421]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))),
% quotient(i(A),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))),
% i(A))),A) -> B collapsed.
% Current number of equations to process: 303
% Current number of ordered equations: 0
% Current number of rules: 177
% New rule produced :
% [683]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),B)),A)),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B)),A)),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(B),A))),
% quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B)),A)),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))) -> C
% Current number of equations to process: 302
% Current number of ordered equations: 0
% Current number of rules: 178
% New rule produced :
% [684]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(j(quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% quotient(i(i(A)),quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% i(i(A)))),i(A)) ->
% quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(C,j(j(C))),
% quotient(i(i(A)),C))),B)),
% i(A))
% Current number of equations to process: 301
% Current number of ordered equations: 0
% Current number of rules: 179
% New rule produced :
% [685]
% quotient(quotient(quotient(quotient(i(B),i(i(B))),j(j(quotient(i(B),i(i(B)))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% i(B),
% i(i(B))),
% j(j(
% quotient(
% i(B),
% i(
% i(B)))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B)))),
% j(
% quotient(
% i(B),
% i(
% i(B))))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B)))),
% j(
% quotient(
% i(B),
% i(
% i(B)))))))),
% quotient(
% i(
% quotient(
% i(B),
% i(
% i(B)))),
% quotient(
% quotient(
% quotient(A,
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B)))),
% j(
% quotient(
% i(B),
% i(
% i(B)))))))),
% i(quotient(i(B),
% i(i(B)))))),
% quotient(i(B),i(i(B)))),
% quotient(quotient(quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B))))))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B))))))),
% i(B))),B),quotient(
% quotient(
% quotient(
% quotient(
% i(B),
% i(i(B))),
% j(j(
% quotient(
% i(B),
% i(
% i(B)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B))))))),
% quotient(
% i(
% quotient(
% i(B),
% i(
% i(B)))),
% quotient(
% quotient(A,
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B))))))),
% i(quotient(
% i(B),
% i(
% i(B)))))),
% quotient(
% i(B),
% i(i(B)))))),
% j(j(quotient(quotient(quotient(quotient(
% quotient(
% i(B),i(i(B))),
% j(j(quotient(
% i(B),
% i(i(B)))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(quotient(
% i(B),
% i(i(B))))),
% quotient(
% i(B),i(i(B)))),
% j(quotient(
% i(B),
% i(i(B))))),
% j(j(quotient(
% quotient(
% quotient(A,
% i(quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(i(B)))),
% j(quotient(
% i(B),
% i(
% i(B)))))))),
% quotient(
% i(quotient(
% i(B),
% i(i(B)))),
% quotient(
% quotient(
% quotient(A,
% i(quotient(
% i(B),
% i(i(B))))),
% quotient(
% i(B),i(i(B)))),
% j(quotient(
% i(B),
% i(i(B)))))))),
% i(quotient(i(B),i(i(B)))))),
% quotient(i(B),i(i(B)))),quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B))))))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B))))))),
% i(B))),B),
% quotient(
% quotient(
% quotient(
% quotient(
% i(B),
% i(i(B))),
% j(j(
% quotient(
% i(B),
% i(
% i(B)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B))))))),
% quotient(
% i(
% quotient(
% i(B),
% i(
% i(B)))),
% quotient(
% quotient(A,
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B))))))),
% i(quotient(
% i(B),
% i(
% i(B)))))),
% quotient(
% i(B),
% i(i(B))))))))),
% quotient(i(i(quotient(i(B),i(i(B))))),quotient(quotient(
% quotient(
% quotient(
% quotient(
% i(B),
% i(
% i(B))),
% j(
% j(
% quotient(
% i(B),
% i(
% i(B)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B)))),
% j(
% quotient(
% i(B),
% i(
% i(B))))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B)))),
% j(
% quotient(
% i(B),
% i(
% i(B)))))))),
% quotient(
% i(
% quotient(
% i(B),
% i(
% i(B)))),
% quotient(
% quotient(
% quotient(A,
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B)))),
% j(
% quotient(
% i(B),
% i(
% i(B)))))))),
% i(
% quotient(
% i(B),
% i(
% i(B)))))),
% quotient(
% i(B),
% i(
% i(B)))),
% quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B))))))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B))))))),
% i(B))),B),
% quotient(quotient(
% quotient(
% quotient(
% i(B),
% i(
% i(B))),
% j(
% j(
% quotient(
% i(B),
% i(
% i(B)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B))))))),
% quotient(
% i(
% quotient(
% i(B),
% i(
% i(B)))),
% quotient(
% quotient(A,
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B))))))),
% i(
% quotient(
% i(B),
% i(
% i(B)))))),
% quotient(i(B),
% i(i(B))))))))),
% i(i(quotient(i(B),i(i(B))))))),i(quotient(i(B),i(i(B))))) ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,j(B)),
% j(B))),A)),i(quotient(
% i(B),i(i(B)))))
% Current number of equations to process: 299
% Current number of ordered equations: 0
% Current number of rules: 180
% New rule produced :
% [686]
% quotient(quotient(quotient(quotient(A,i(A)),j(j(quotient(A,i(A))))),quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% j(A),A)),
% j(A))),B)),
% quotient(A,
% i(A)))),
% quotient(A,
% i(A)))),A)
% ->
% quotient(quotient(quotient(A,i(A)),j(j(quotient(A,i(A))))),quotient(i(B),
% quotient(A,
% i(A))))
% Current number of equations to process: 298
% Current number of ordered equations: 0
% Current number of rules: 181
% New rule produced :
% [687]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(A,
% j(
% j(A))),
% j(j(quotient(A,
% j(j(A)))))),
% quotient(A,quotient(A,
% j(j(A)))))),A)),
% j(A)) -> j(j(A))
% Current number of equations to process: 297
% Current number of ordered equations: 0
% Current number of rules: 182
% New rule produced :
% [688]
% quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(quotient(
% quotient(A,
% i(B)),B),
% j(j(quotient(
% quotient(A,
% i(B)),B)))),
% quotient(i(B),quotient(
% quotient(A,
% i(B)),B)))),
% i(B))),B) ->
% quotient(quotient(B,j(j(B))),quotient(i(A),i(B)))
% Rule
% [473]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(i(B)),A)),j(A)),
% quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(quotient(
% quotient(A,
% i(B)),B),
% j(j(quotient(
% quotient(A,
% i(B)),B)))),
% quotient(i(B),quotient(
% quotient(A,
% i(B)),B)))),
% i(B))),B)) -> A collapsed.
% Rule
% [501]
% quotient(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(A),i(C))),
% j(j(quotient(quotient(C,j(j(C))),quotient(i(A),i(C)))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(i(C),
% quotient(quotient(B,
% i(C)),C)))),
% i(C))),C),j(j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(j(quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C)))),
% quotient(i(quotient(quotient(C,j(j(C))),quotient(
% i(A),i(C)))),
% quotient(quotient(quotient(C,j(j(C))),quotient(i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C)))),
% i(quotient(quotient(C,j(j(C))),quotient(i(A),i(C)))))),quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),
% i(C)))) <->
% quotient(quotient(quotient(quotient(quotient(i(C),j(j(i(C)))),quotient(
% i(A),i(C))),
% j(j(quotient(quotient(i(C),j(j(i(C)))),quotient(i(A),i(C)))))),
% quotient(i(quotient(quotient(quotient(quotient(i(C),j(j(i(C)))),
% quotient(i(B),i(C))),j(j(quotient(
% quotient(
% i(C),j(
% j(i(C)))),
% quotient(
% i(B),i(C)))))),
% quotient(i(quotient(quotient(i(C),j(j(i(C)))),quotient(
% i(A),
% i(C)))),
% quotient(quotient(i(C),j(j(i(C)))),quotient(i(B),i(C)))))),
% i(quotient(quotient(i(C),j(j(i(C)))),quotient(i(A),i(C)))))),
% quotient(quotient(i(C),j(j(i(C)))),quotient(i(A),i(C)))) collapsed.
% Rule
% [515]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(B,
% i(A)),A),
% j(j(quotient(
% quotient(B,
% i(A)),A)))),
% quotient(i(A),quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A) <->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(C,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(C,
% i(A)),A)))),
% quotient(i(A),
% quotient(quotient(C,
% i(A)),A)))),
% i(A))),A),quotient(quotient(
% quotient(
% quotient(
% quotient(
% i(A),
% j(j(i(A)))),
% quotient(
% i(B),
% i(A))),
% j(j(
% quotient(
% quotient(
% i(A),
% j(
% j(i(A)))),
% quotient(
% i(B),
% i(A)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% i(A),
% j(
% j(i(A)))),
% quotient(
% i(C),
% i(A))),
% j(
% j(
% quotient(
% quotient(
% i(A),
% j(
% j(i(A)))),
% quotient(
% i(C),
% i(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% i(A),
% j(
% j(i(A)))),
% quotient(
% i(B),
% i(A)))),
% quotient(
% quotient(
% i(A),
% j(
% j(i(A)))),
% quotient(
% i(C),
% i(A)))))),
% i(quotient(
% quotient(
% i(A),
% j(
% j(i(A)))),
% quotient(
% i(B),
% i(A)))))),
% quotient(quotient(
% i(A),
% j(j(i(A)))),
% quotient(i(B),
% i(A))))) collapsed.
% Rule
% [527]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(i(B)),A)),quotient(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(A,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% i(B)),B)))),
% i(B))),B),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(A,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% i(B)),B)))),
% i(B))),B)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(A,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% i(B)),B)))),
% i(B))),B)))),
% i(C))),C),A))
% -> quotient(quotient(A,j(j(A))),quotient(i(C),A)) collapsed.
% Rule
% [595]
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% j(A),
% i(B)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% j(A),
% i(B)),B),
% j(B))))),
% quotient(i(B),
% quotient(quotient(
% quotient(
% j(A),
% i(B)),B),
% j(B))))),i(B))),B),
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% j(A),
% i(B)),B),
% j(
% j(
% quotient(
% quotient(
% j(A),
% i(B)),B)))),
% quotient(i(A),
% quotient(quotient(
% j(A),
% i(B)),B)))),
% i(A))),A),quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% j(A),
% i(B)),B),
% j(
% j(
% quotient(
% quotient(
% j(A),
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(
% j(A),
% i(B)),B)))),
% i(B))),B)))
% ->
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(A,i(B))),j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(A,
% i(B)))))),
% quotient(i(A),quotient(quotient(B,j(j(B))),quotient(A,i(B))))) collapsed.
% Rule
% [597]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(j(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(j(quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% i(A)),A),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% i(A)),A)))),
% quotient(i(A),
% quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% i(A)),A)))),
% i(A))),A),j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% i(A)),A),
% j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% i(A)),A)))),
% quotient(
% i(A),quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% i(A)),A)))),
% i(A))),A)))),
% quotient(i(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(j(quotient(
% quotient(B,
% i(A)),A)))),
% quotient(i(A),quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)),quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% i(A)),A),
% j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% i(A)),A)))),
% quotient(
% i(A),quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% i(A)),A)))),
% i(A))),A)))),
% i(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(j(quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(j(quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)) ->
% quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)),C)),B),
% i(A)) collapsed.
% Rule
% [612]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),C),
% j(j(quotient(quotient(quotient(quotient(C,
% j(
% j(C))),
% quotient(i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),C)))),
% quotient(i(A),quotient(quotient(quotient(quotient(C,
% j(
% j(C))),
% quotient(i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),C))),
% j(j(quotient(quotient(quotient(quotient(quotient(quotient(C,
% j(
% j(C))),
% quotient(i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),C),
% j(j(quotient(quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(j(quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),C)))),
% quotient(i(A),quotient(quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),C)))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),C),
% j(j(quotient(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(j(quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),C)))),
% quotient(i(C),quotient(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(j(quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),C))),
% j(j(quotient(quotient(quotient(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(j(quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),C),
% j(j(quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),C)))),
% quotient(i(C),quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),C)))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),C),
% j(j(quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(j(quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),C)))),
% quotient(i(A),quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),C)))),
% quotient(quotient(quotient(quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),C),
% j(j(quotient(quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(j(quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),C)))),quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),C)))))),
% i(quotient(quotient(quotient(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(i(C),
% quotient(quotient(B,
% i(C)),C)))),
% i(C))),C),C),j(j(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),C)))),
% quotient(i(A),quotient(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(j(quotient(
% quotient(B,
% i(C)),C)))),
% quotient(i(C),quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),C)))))),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(j(quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),C),
% j(j(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),C)))),
% quotient(
% i(A),quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),C))))
% ->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(B,C),
% j(
% j(
% quotient(B,C)))),
% quotient(i(A),
% quotient(B,C)))),
% i(A))),A),quotient(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(C)),C),
% j(
% j(
% quotient(
% quotient(B,
% i(C)),C)))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% i(C)),C)))),
% i(C))),C),C))
% collapsed.
% Rule
% [622]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(i(A),
% quotient(quotient(B,
% i(A)),A)))),
% i(A))),A),B) -> i(A)
% collapsed.
% Rule
% [658]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(i(B)),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(i(B)),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(C,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(C,
% i(B)),B)))),
% i(B))),B)),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% i(B)),B),
% j(j(
% quotient(
% quotient(C,
% i(B)),B)))),
% quotient(
% i(B),
% quotient(
% quotient(C,
% i(B)),B)))),
% i(B))),B)),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(
% i(i(B)),A))),
% quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% i(B)),B),
% j(j(quotient(
% quotient(C,
% i(B)),B)))),
% quotient(
% i(B),quotient(
% quotient(C,
% i(B)),B)))),
% i(B))),B)),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(i(B)),A))))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(i(B)),A)))
% ->
% quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(i(B)),A))),C)),
% i(B)),A) collapsed.
% Rule
% [674]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% i(A)),A),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% i(A)),A)))),
% i(A))),A),C),B) ->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(C),B))),
% i(A))),C),B) collapsed.
% Rule
% [675]
% quotient(quotient(quotient(quotient(quotient(i(A),i(i(A))),j(j(quotient(
% i(A),i(i(A)))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B)),
% i(quotient(i(A),
% i(i(A))))),
% quotient(i(A),i(i(A)))),
% j(j(quotient(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B)),
% i(quotient(i(A),i(i(A))))),
% quotient(i(A),i(i(A))))))),
% quotient(i(quotient(i(A),i(i(A)))),quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B)),
% i(quotient(
% i(A),
% i(i(A))))),
% quotient(
% i(A),
% i(i(A))))))),
% i(quotient(i(A),i(i(A)))))),quotient(i(A),i(i(A)))),A) ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% j(A)),
% j(A))))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% j(A)),
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),j(A)),
% j(j(quotient(
% quotient(A,
% j(A)),
% j(A))))),
% quotient(
% i(B),quotient(
% quotient(A,
% j(A)),
% j(A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(A)),
% j(j(quotient(
% quotient(A,
% j(A)),
% j(A))))),
% quotient(
% i(B),quotient(
% quotient(A,
% j(A)),
% j(A))))))),
% i(A))),A) collapsed.
% Rule
% [677]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(x1,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(x1,
% i(A)),A)))),
% quotient(i(A),
% quotient(quotient(x1,
% i(A)),A)))),
% i(A))),A),quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),A)),
% i(A))),
% i(A))),
% j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),A)),
% i(A))),
% i(A)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),
% i(A))),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),
% i(A)))))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),A)),
% i(A))),
% i(A)))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),
% i(A)))))),
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),A)),
% i(A))),
% i(A)))))),
% quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),A)),
% i(A))),
% i(A))))) ->
% quotient(quotient(quotient(A,j(j(A))),j(j(quotient(A,j(j(A)))))),quotient(
% i(B),
% quotient(A,
% j(j(A)))))
% collapsed.
% Rule
% [680]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(C,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% i(A)),A)))),
% i(A))),A),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% i(
% i(A))))),
% i(A))),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% i(
% i(A))))),
% i(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),
% i(A))),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),
% i(A)))))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% i(
% i(A))))),
% i(A)))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),
% i(A)))))),
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% i(
% i(A))))),
% i(A)))))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% i(
% i(A))))),
% i(A))))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% i(A)),A),
% j(j(quotient(
% quotient(C,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% i(A)),A)))),
% i(A))),A),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A))),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% quotient(
% i(i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% i(i(A))))),
% i(A))),
% j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% i(
% i(A))))),
% i(A)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),
% i(A))),
% j(j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),
% i(A)))))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% i(
% i(A))))),
% i(A)))),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),
% i(A)))))),
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% i(i(A))))),
% i(A)))))),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A))),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% quotient(
% i(i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% i(i(A))))),
% i(A)))))))),
% quotient(i(i(A)),quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(C,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% i(A)),A)))),
% i(A))),A),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% i(
% i(A))))),
% i(A))),
% j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% i(
% i(A))))),
% i(A)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),
% i(A))),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),
% i(A)))))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% i(
% i(A))))),
% i(A)))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),
% i(A)))))),
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% i(
% i(A))))),
% i(A)))))),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% i(
% i(A))))),
% i(A)))))))),
% i(i(A)))),i(A)) ->
% quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(C,j(j(C))),
% quotient(i(i(A)),C))),B)) collapsed.
% Rule
% [684]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(j(quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% quotient(i(i(A)),quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% i(A)),A),
% j(
% j(
% quotient(
% quotient(B,
% i(A)),A)))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% i(A)),A)))),
% i(A))),A)))))),
% i(i(A)))),i(A)) ->
% quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(C,j(j(C))),
% quotient(i(i(A)),C))),B)),
% i(A)) collapsed.
% Rule
% [685]
% quotient(quotient(quotient(quotient(i(B),i(i(B))),j(j(quotient(i(B),i(i(B)))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% i(B),
% i(i(B))),
% j(j(
% quotient(
% i(B),
% i(
% i(B)))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B)))),
% j(
% quotient(
% i(B),
% i(
% i(B))))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B)))),
% j(
% quotient(
% i(B),
% i(
% i(B)))))))),
% quotient(
% i(
% quotient(
% i(B),
% i(
% i(B)))),
% quotient(
% quotient(
% quotient(A,
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B)))),
% j(
% quotient(
% i(B),
% i(
% i(B)))))))),
% i(quotient(i(B),
% i(i(B)))))),
% quotient(i(B),i(i(B)))),
% quotient(quotient(quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B))))))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B))))))),
% i(B))),B),quotient(
% quotient(
% quotient(
% quotient(
% i(B),
% i(i(B))),
% j(j(
% quotient(
% i(B),
% i(
% i(B)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B))))))),
% quotient(
% i(
% quotient(
% i(B),
% i(
% i(B)))),
% quotient(
% quotient(A,
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B))))))),
% i(quotient(
% i(B),
% i(
% i(B)))))),
% quotient(
% i(B),
% i(i(B)))))),
% j(j(quotient(quotient(quotient(quotient(
% quotient(
% i(B),i(i(B))),
% j(j(quotient(
% i(B),
% i(i(B)))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(quotient(
% i(B),
% i(i(B))))),
% quotient(
% i(B),i(i(B)))),
% j(quotient(
% i(B),
% i(i(B))))),
% j(j(quotient(
% quotient(
% quotient(A,
% i(quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(i(B)))),
% j(quotient(
% i(B),
% i(
% i(B)))))))),
% quotient(
% i(quotient(
% i(B),
% i(i(B)))),
% quotient(
% quotient(
% quotient(A,
% i(quotient(
% i(B),
% i(i(B))))),
% quotient(
% i(B),i(i(B)))),
% j(quotient(
% i(B),
% i(i(B)))))))),
% i(quotient(i(B),i(i(B)))))),
% quotient(i(B),i(i(B)))),quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B))))))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B))))))),
% i(B))),B),
% quotient(
% quotient(
% quotient(
% quotient(
% i(B),
% i(i(B))),
% j(j(
% quotient(
% i(B),
% i(
% i(B)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B))))))),
% quotient(
% i(
% quotient(
% i(B),
% i(
% i(B)))),
% quotient(
% quotient(A,
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B))))))),
% i(quotient(
% i(B),
% i(
% i(B)))))),
% quotient(
% i(B),
% i(i(B))))))))),
% quotient(i(i(quotient(i(B),i(i(B))))),quotient(quotient(
% quotient(
% quotient(
% quotient(
% i(B),
% i(
% i(B))),
% j(
% j(
% quotient(
% i(B),
% i(
% i(B)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B)))),
% j(
% quotient(
% i(B),
% i(
% i(B))))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B)))),
% j(
% quotient(
% i(B),
% i(
% i(B)))))))),
% quotient(
% i(
% quotient(
% i(B),
% i(
% i(B)))),
% quotient(
% quotient(
% quotient(A,
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B)))),
% j(
% quotient(
% i(B),
% i(
% i(B)))))))),
% i(
% quotient(
% i(B),
% i(
% i(B)))))),
% quotient(
% i(B),
% i(
% i(B)))),
% quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B))))))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B))))))),
% i(B))),B),
% quotient(quotient(
% quotient(
% quotient(
% i(B),
% i(
% i(B))),
% j(
% j(
% quotient(
% i(B),
% i(
% i(B)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B)))),
% j(
% j(
% quotient(
% quotient(A,
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B))))))),
% quotient(
% i(
% quotient(
% i(B),
% i(
% i(B)))),
% quotient(
% quotient(A,
% i(
% quotient(
% i(B),
% i(
% i(B))))),
% quotient(
% i(B),
% i(
% i(B))))))),
% i(
% quotient(
% i(B),
% i(
% i(B)))))),
% quotient(i(B),
% i(i(B))))))))),
% i(i(quotient(i(B),i(i(B))))))),i(quotient(i(B),i(i(B))))) ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,j(B)),
% j(B))),A)),i(quotient(
% i(B),i(i(B)))))
% collapsed.
% Current number of equations to process: 307
% Current number of ordered equations: 0
% Current number of rules: 168
% New rule produced :
% [689]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(i(B)),A)),j(A)),
% quotient(quotient(B,j(j(B))),quotient(i(A),i(B)))) -> A
% Current number of equations to process: 306
% Current number of ordered equations: 0
% Current number of rules: 169
% New rule produced :
% [690]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(B,
% j(j(B))),
% j(j(quotient(B,j(j(B)))))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(i(i(
% quotient(B,
% j(
% j(B))))),
% quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A)))),
% i(i(quotient(B,j(j(B))))))),
% i(quotient(B,j(j(B))))),i(quotient(B,
% j(j(B))))),
% quotient(B,j(j(B)))),B),A) ->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),i(A)),
% i(A)),A),j(j(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),
% j(
% j(B))))),
% i(i(A)))),
% i(A)),i(A)),A),
% j(j(quotient(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),
% j(j(B))))),
% i(i(A)))),
% i(A)),i(A)),A)))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(i(A)))),i(A)),
% i(A)),A)),quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),
% j(
% j(B))))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% i(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),i(A)),A)))),quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A))
% Current number of equations to process: 305
% Current number of ordered equations: 0
% Current number of rules: 170
% New rule produced :
% [691]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% j(A))),
% j(j(A)))),
% j(j(j(A)))),j(j(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(A,
% j(A)),
% j(j(quotient(A,
% j(A))))),
% j(A))),
% j(j(A)))),j(j(j(A))))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% quotient(
% i(B),
% quotient(A,
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% quotient(
% i(B),
% quotient(A,
% j(A))))))),
% quotient(A,
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% quotient(
% i(B),
% quotient(A,
% j(A))))))),A)),
% j(A)),j(A)),j(j(A))),
% j(j(quotient(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),j(
% j(
% quotient(A,
% j(A))))),
% quotient(
% i(B),quotient(A,
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(A,
% j(A)),
% j(j(
% quotient(A,
% j(A))))),
% quotient(
% i(B),
% quotient(A,
% j(A))))))),
% quotient(A,
% quotient(
% quotient(
% quotient(A,
% j(A)),j(
% j(
% quotient(A,
% j(A))))),
% quotient(
% i(B),quotient(A,
% j(A))))))),A)),
% j(A)),j(A)),j(j(A)))))),
% quotient(i(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(A,
% j(A)),j(j(
% quotient(A,
% j(A))))),
% j(A))),j(j(A)))),j(
% j(j(A))))),
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% quotient(
% i(B),
% quotient(A,
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% quotient(
% i(B),
% quotient(A,
% j(A))))))),
% quotient(A,
% quotient(quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% quotient(i(B),
% quotient(A,
% j(A))))))),A)),
% j(A)),j(A)),j(j(A)))))),i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(A)),
% j(j(
% quotient(A,
% j(A))))),
% j(A))),
% j(j(A)))),
% j(j(j(A))))))),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(A,
% j(A)),
% j(j(quotient(A,
% j(A))))),
% j(A))),j(j(A)))),j(j(j(A)))))
% ->
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% j(A))),
% j(
% j(A)))),
% j(j(j(A))))),B)),
% quotient(A,j(A))),j(j(A)))
% Current number of equations to process: 304
% Current number of ordered equations: 0
% Current number of rules: 171
% New rule produced :
% [692]
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(A),j(B))),
% j(j(quotient(quotient(B,j(j(B))),quotient(i(A),j(B)))))),
% quotient(i(A),quotient(quotient(B,j(j(B))),quotient(i(A),j(B))))),
% quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(B,A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(B,A)),
% j(A))))),
% quotient(i(C),
% quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(B,A)),
% j(A))))),i(C))),C),
% quotient(quotient(B,j(j(B))),quotient(i(A),j(B))))) ->
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(A),j(B))),j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% j(B)))))),
% quotient(i(C),quotient(quotient(B,j(j(B))),quotient(i(A),j(B)))))
% Current number of equations to process: 302
% Current number of ordered equations: 0
% Current number of rules: 172
% New rule produced :
% [693]
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(A),i(B))),
% j(j(quotient(quotient(B,j(j(B))),quotient(i(A),i(B)))))),
% quotient(i(A),quotient(quotient(B,j(j(B))),quotient(i(A),i(B))))),
% quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% i(B)),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% i(B)),A)),
% j(A))))),
% quotient(i(C),
% quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% i(B)),A)),
% j(A))))),i(C))),C),
% quotient(quotient(B,j(j(B))),quotient(i(A),i(B))))) ->
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(A),i(B))),j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% i(B)))))),
% quotient(i(C),quotient(quotient(B,j(j(B))),quotient(i(A),i(B)))))
% Current number of equations to process: 301
% Current number of ordered equations: 0
% Current number of rules: 173
% New rule produced :
% [694]
% quotient(quotient(quotient(quotient(quotient(A,quotient(quotient(C,j(j(C))),
% quotient(i(B),C))),j(j(
% quotient(A,
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)))))),
% quotient(i(quotient(quotient(C,j(j(C))),quotient(i(B),C))),
% quotient(A,quotient(quotient(C,j(j(C))),quotient(i(B),C))))),B),C)
% -> quotient(quotient(A,B),C)
% Current number of equations to process: 300
% Current number of ordered equations: 0
% Current number of rules: 174
% New rule produced :
% [695]
% quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))))),
% quotient(
% i(B),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B)))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),B))))),B)),
% j(B)),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B)),
% j(j(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))))),
% quotient(
% i(B),quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B)))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),B)),
% j(j(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),B))))),B)),
% j(B)),quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))))))),
% quotient(i(B),quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B)),
% j(j(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))))),
% quotient(
% i(B),quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B)))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),B)),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),B))))),B)),
% j(B)),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))))))),
% i(B))),B) -> quotient(A,B)
% Current number of equations to process: 298
% Current number of ordered equations: 0
% Current number of rules: 175
% New rule produced :
% [696]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% j(A))),
% j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),j(A)))))),
% quotient(A,quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),j(A)))))),A)),
% j(A)) -> B
% Current number of equations to process: 292
% Current number of ordered equations: 0
% Current number of rules: 176
% New rule produced :
% [697]
% quotient(quotient(quotient(A,C),j(j(quotient(A,C)))),quotient(i(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(A,C)),B))),C)),
% quotient(A,C))),
% quotient(A,C))) ->
% quotient(quotient(A,j(j(A))),quotient(i(B),A))
% Current number of equations to process: 291
% Current number of ordered equations: 0
% Current number of rules: 177
% New rule produced :
% [698]
% quotient(quotient(quotient(quotient(quotient(A,j(A)),j(A)),j(j(quotient(
% quotient(A,
% j(A)),
% j(A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% i(A),
% i(
% i(A))),
% j(
% j(
% quotient(
% i(A),
% i(
% i(A)))))),
% quotient(
% i(B),
% i(
% quotient(
% i(A),
% i(
% i(A))))))),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% i(A),
% i(i(A))),
% j(j(quotient(
% i(A),
% i(
% i(A)))))),
% quotient(
% i(B),
% i(quotient(
% i(A),
% i(i(A))))))),A))))),
% quotient(i(quotient(quotient(A,j(A)),j(A))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% i(A),
% i(i(A))),
% j(j(
% quotient(
% i(A),
% i(
% i(A)))))),
% quotient(
% i(B),
% i(quotient(
% i(A),
% i(
% i(A))))))),A))))),
% i(quotient(quotient(A,j(A)),j(A))))),quotient(quotient(A,j(A)),j(A)))
% ->
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(A,
% j(A)),
% j(A))),B)),
% i(quotient(i(A),i(i(A))))),A)
% Current number of equations to process: 290
% Current number of ordered equations: 0
% Current number of rules: 178
% New rule produced :
% [699]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% j(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% j(B),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(B),A))),
% quotient(quotient(A,j(j(A))),quotient(j(B),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))) ->
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),j(j(quotient(B,
% j(j(B)))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(B),A))),
% quotient(B,j(j(B))))),B),A)
% Current number of equations to process: 289
% Current number of ordered equations: 0
% Current number of rules: 179
% New rule produced :
% [700]
% quotient(quotient(quotient(quotient(A,j(A)),j(j(quotient(A,j(A))))),quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% j(A))),
% j(
% j(A)))),
% j(
% j(j(A))))),B)),
% quotient(A,
% j(A)))),
% quotient(A,
% j(A)))),
% j(j(A))) ->
% quotient(quotient(quotient(A,j(A)),j(j(quotient(A,j(A))))),quotient(i(B),
% quotient(A,
% j(A))))
% Current number of equations to process: 287
% Current number of ordered equations: 0
% Current number of rules: 180
% New rule produced :
% [701]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B)),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))),
% i(B))),B)),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B)))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B))),
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B)))),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% j(j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B)))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))),
% i(B))),B))),
% j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B)))),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))),
% i(B))),B)),A))),
% quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% j(j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))),
% i(B))),B)))),
% quotient(
% i(B),quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B))),
% j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))),
% i(B))),B)))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))),
% i(B))),B)),A))))),
% quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))),
% i(B))),B)),A))) ->
% quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B)),A))),C)),
% quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(C,
% j(
% j(C))),
% quotient(i(B),C))),
% i(B))),B)),A)
% Current number of equations to process: 285
% Current number of ordered equations: 0
% Current number of rules: 181
% New rule produced :
% [702]
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(C),B)),
% j(j(quotient(quotient(B,j(j(B))),quotient(i(C),B))))),
% quotient(i(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C)))),C)),
% j(C))),B)),
% j(j(quotient(quotient(B,j(j(B))),quotient(
% i(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C)),
% j(j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C)))),C)),
% j(C))),B))))),
% quotient(i(quotient(quotient(B,j(j(B))),quotient(i(C),B))),
% quotient(quotient(B,j(j(B))),quotient(i(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C)),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C)),
% j(j(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))))),
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))))),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C)))),C)),
% j(C))),B))))),
% i(quotient(quotient(B,j(j(B))),quotient(i(C),B))))),quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))) ->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% i(A))),A),j(j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)))),
% quotient(i(A),quotient(quotient(quotient(A,
% j(j(A))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A))),
% j(quotient(quotient(quotient(A,j(j(A))),quotient(i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A))),C),B)
% Current number of equations to process: 284
% Current number of ordered equations: 0
% Current number of rules: 182
% New rule produced :
% [703]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% j(A),
% quotient(A,
% j(
% j(A)))))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% j(A),
% quotient(A,
% j(
% j(A)))))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% j(A),
% quotient(A,
% j(
% j(A)))))),
% j(A))),
% j(
% j(A))))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(quotient(A,
% j(
% j(A)))))),
% quotient(
% j(A),
% quotient(A,
% j(j(A)))))),
% j(A))),
% j(j(A))),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% j(A),
% quotient(A,
% j(
% j(A)))))),
% j(A))),
% j(j(A)))))),
% quotient(
% i(B),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% j(A),
% quotient(A,
% j(
% j(A)))))),
% j(A))),
% j(
% j(A)))))))),
% quotient(A,quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(quotient(A,
% j(j(A)))))),
% quotient(
% j(A),quotient(A,
% j(
% j(A)))))),
% j(A))),j(j(A))),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% j(A),
% quotient(A,
% j(j(A)))))),
% j(A))),
% j(j(A)))))),
% quotient(
% i(B),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% j(A),
% quotient(A,
% j(
% j(A)))))),
% j(A))),
% j(j(A)))))))),A)),
% j(A)) ->
% quotient(quotient(quotient(quotient(A,j(j(A))),j(j(quotient(A,j(j(A)))))),
% quotient(i(quotient(quotient(B,j(j(B))),quotient(A,B))),quotient(A,
% j(j(A))))),
% j(A))
% Current number of equations to process: 283
% Current number of ordered equations: 0
% Current number of rules: 183
% Rule [702]
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(C),B)),
% j(j(quotient(quotient(B,j(j(B))),quotient(i(C),B))))),
% quotient(i(quotient(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C)),
% j(j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C)))),C)),
% j(C))),B)),j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C)))),C)),
% j(C))),B))))),
% quotient(i(quotient(quotient(B,j(j(B))),quotient(
% i(C),B))),
% quotient(quotient(B,j(j(B))),quotient(i(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C)))),C)),
% j(C))),B))))),
% i(quotient(quotient(B,j(j(B))),quotient(i(C),B))))),quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)))
% ->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A),
% j(j(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)))),quotient(
% i(A),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A))),
% j(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% i(A))),A))),C),B) is composed into 
% [702]
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(C),B)),
% j(j(quotient(quotient(B,j(j(B))),quotient(i(C),B))))),
% quotient(i(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C)))),C)),
% j(C))),B)),
% j(j(quotient(quotient(B,j(j(B))),quotient(
% i(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C)),
% j(j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C)))),C)),
% j(C))),B))))),
% quotient(i(quotient(quotient(B,j(j(B))),quotient(i(C),B))),
% quotient(quotient(B,j(j(B))),quotient(i(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C)),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C)),
% j(j(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))))),
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))))),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C)))),C)),
% j(C))),B))))),
% i(quotient(quotient(B,j(j(B))),quotient(i(C),B))))),quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))) ->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(i(A),
% quotient(quotient(B,
% j(j(B))),
% quotient(i(C),B))))),
% i(A))),A),j(j(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)))),
% quotient(i(quotient(quotient(B,j(j(B))),quotient(i(C),B))),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A))),C),B)
% New rule produced :
% [704]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(i(A),
% quotient(quotient(B,
% j(j(B))),
% quotient(i(C),B))))),
% i(A))),A),j(j(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)))),
% quotient(i(A),quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% quotient(i(A),quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% i(A))),A))),j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% i(A))),A))),C)
% ->
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A),
% j(j(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)))),
% quotient(i(quotient(quotient(B,j(j(B))),quotient(i(C),B))),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A))),C)
% Current number of equations to process: 282
% Current number of ordered equations: 0
% Current number of rules: 184
% New rule produced :
% [705]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),
% j(A)))),
% i(B))),B),j(j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% j(A)))),
% i(B))),B)))),
% quotient(i(B),quotient(quotient(quotient(B,
% j(j(B))),quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% j(A)))),
% i(B))),B))),
% j(quotient(quotient(quotient(B,j(j(B))),quotient(i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% j(A)))),
% i(B))),B))),
% j(j(quotient(quotient(quotient(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),j(A)))),
% i(B))),B),j(j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),
% j(A)))),
% i(B))),B)))),
% quotient(i(B),quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),
% j(A)))),i(B))),B))),
% j(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),
% j(A)))),
% i(B))),B)))))),quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% j(A)))),
% i(B))),B),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% j(A)))),
% i(B))),B)))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% j(A)))),
% i(B))),B))),
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% j(A)))),
% i(B))),B)))))
% ->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),
% j(A)))),i(B))),B),
% j(j(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),j(A)))),
% i(B))),B)))),quotient(A,quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),
% j(A)))),
% i(B))),B))),
% j(j(quotient(quotient(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),j(A)))),
% i(B))),B),j(j(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),
% j(A)))),
% i(B))),B)))),
% quotient(A,quotient(quotient(quotient(B,j(j(B))),quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),
% j(A)))),
% i(B))),B)))))),
% quotient(i(A),quotient(quotient(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),j(A)))),
% i(B))),B),j(j(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),
% j(A)))),
% i(B))),B)))),
% quotient(A,quotient(quotient(quotient(B,j(j(B))),quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),
% j(A)))),
% i(B))),B)))))
% Current number of equations to process: 281
% Current number of ordered equations: 0
% Current number of rules: 185
% New rule produced :
% [706]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(A,
% i(A)),
% j(
% j(
% quotient(A,
% i(A))))),
% quotient(
% j(A),
% i(
% quotient(A,
% i(A)))))),
% j(A))),
% j(j(A))),j(j(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(A,
% i(A)),j(j(
% quotient(A,
% i(A))))),
% quotient(
% j(A),i(quotient(A,
% i(A)))))),
% j(A))),j(j(A)))))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(
% j(
% quotient(A,
% i(A))))),
% quotient(
% i(B),
% i(
% quotient(A,
% i(A))))),
% j(A)),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(
% j(
% quotient(A,
% i(A))))),
% quotient(
% i(B),
% i(
% quotient(A,
% i(A))))),
% j(A)),
% j(
% j(A)))))),
% quotient(
% j(A),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(
% j(
% quotient(A,
% i(A))))),
% quotient(
% i(B),
% i(
% quotient(A,
% i(A))))),
% j(A)),
% j(
% j(A)))))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(
% j(
% quotient(A,
% i(A))))),
% quotient(
% i(B),
% i(
% quotient(A,
% i(A))))),
% j(A)),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(
% j(
% quotient(A,
% i(A))))),
% quotient(
% i(B),
% i(
% quotient(A,
% i(A))))),
% j(A)),
% j(
% j(A)))))),
% quotient(
% j(A),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(
% j(
% quotient(A,
% i(A))))),
% quotient(
% i(B),
% i(
% quotient(A,
% i(A))))),
% j(A)),
% j(
% j(A)))))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(
% j(
% quotient(A,
% i(A))))),
% quotient(
% j(A),
% i(
% quotient(A,
% i(A)))))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(
% j(
% quotient(A,
% i(A))))),
% quotient(
% i(B),
% i(
% quotient(A,
% i(A))))),
% j(A)),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(
% j(
% quotient(A,
% i(A))))),
% quotient(
% i(B),
% i(
% quotient(A,
% i(A))))),
% j(A)),
% j(
% j(A)))))),
% quotient(
% j(A),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(
% j(
% quotient(A,
% i(A))))),
% quotient(
% i(B),
% i(
% quotient(A,
% i(A))))),
% j(A)),
% j(
% j(A)))))),
% j(A))),
% j(
% j(A)))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(
% j(
% quotient(A,
% i(A))))),
% quotient(
% j(A),
% i(
% quotient(A,
% i(A)))))),
% j(A))),
% j(
% j(A)))))),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(A,
% i(A)),
% j(j(quotient(A,
% i(A))))),
% quotient(j(A),i(quotient(A,
% i(A)))))),
% j(A))),j(j(A)))) ->
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(
% j(
% quotient(A,
% i(A))))),
% quotient(
% j(A),
% i(
% quotient(A,
% i(A)))))),
% j(A))),
% j(j(A)))),B)),
% i(quotient(A,i(A)))),j(A))
% Current number of equations to process: 280
% Current number of ordered equations: 0
% Current number of rules: 186
% New rule produced :
% [707]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% j(A))),
% j(
% j(A)))),
% j(
% j(j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% j(A))),
% j(
% j(A)))),
% j(
% j(j(A))))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% j(A))),
% j(
% j(A)))),
% j(
% j(j(A)))))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(A)),
% j(j(quotient(A,
% j(A))))),
% j(A))),
% j(j(A)))),
% j(j(j(A)))),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% j(A))),
% j(j(A)))),
% j(j(j(A))))))),
% quotient(
% i(B),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% j(A))),
% j(
% j(A)))),
% j(
% j(j(A))))))))),
% quotient(j(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(A)),
% j(j(
% quotient(A,
% j(A))))),
% j(A))),
% j(j(A)))),
% j(j(j(A)))),
% j(j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% j(A))),
% j(
% j(A)))),
% j(
% j(j(A))))))),
% quotient(
% i(B),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% j(A))),
% j(
% j(A)))),
% j(
% j(j(A))))))))),
% j(A))),j(j(A))) ->
% quotient(quotient(quotient(quotient(A,j(A)),j(j(quotient(A,j(A))))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% j(A),B))),
% quotient(A,
% j(A)))),
% j(j(A)))
% Current number of equations to process: 278
% Current number of ordered equations: 0
% Current number of rules: 187
% New rule produced :
% [708]
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(A),B)),
% j(j(quotient(quotient(B,j(j(B))),quotient(i(A),B))))),
% quotient(i(A),quotient(quotient(B,j(j(B))),quotient(i(A),B)))),
% quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(A))))),
% quotient(i(C),
% quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(A))))),i(C))),C),
% quotient(quotient(B,j(j(B))),quotient(i(A),B)))) ->
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(A),B)),j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))))),
% quotient(i(C),quotient(quotient(B,j(j(B))),quotient(i(A),B))))
% Current number of equations to process: 275
% Current number of ordered equations: 0
% Current number of rules: 188
% New rule produced :
% [709]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(
% quotient(A,
% j(
% j(A))))),B))),
% i(
% i(
% quotient(A,
% j(
% j(A))))))),
% i(
% quotient(A,
% j(
% j(A))))),
% i(
% quotient(A,
% j(
% j(A))))),
% quotient(A,
% j(
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(
% quotient(A,
% j(
% j(A))))),B))),
% i(
% i(
% quotient(A,
% j(
% j(A))))))),
% i(
% quotient(A,
% j(
% j(A))))),
% i(
% quotient(A,
% j(
% j(A))))),
% quotient(A,
% j(
% j(A))))))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(
% quotient(A,
% j(
% j(A))))),B))),
% i(
% i(
% quotient(A,
% j(
% j(A))))))),
% i(
% quotient(A,
% j(
% j(A))))),
% i(
% quotient(A,
% j(
% j(A))))),
% quotient(A,
% j(
% j(A))))))),
% i(
% i(A)))),
% i(A)),
% i(A)),A),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(quotient(A,
% j(
% j(A)))))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(
% quotient(A,
% j(
% j(A))))),B))),
% i(i(quotient(A,
% j(
% j(A))))))),
% i(quotient(A,
% j(j(A))))),
% i(quotient(A,
% j(j(A))))),
% quotient(A,
% j(j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(
% quotient(A,
% j(
% j(A))))),B))),
% i(
% i(
% quotient(A,
% j(
% j(A))))))),
% i(
% quotient(A,
% j(
% j(A))))),
% i(
% quotient(A,
% j(
% j(A))))),
% quotient(A,
% j(
% j(A))))))),
% quotient(
% i(i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(quotient(A,
% j(
% j(A)))))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(
% quotient(A,
% j(
% j(A))))),B))),
% i(i(quotient(A,
% j(
% j(A))))))),
% i(quotient(A,
% j(j(A))))),
% i(quotient(A,
% j(j(A))))),
% quotient(A,
% j(j(A))))))),
% i(i(A)))),
% i(A)),i(A)),A)))),
% quotient(j(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(
% quotient(A,
% j(
% j(A))))),B))),
% i(i(
% quotient(A,
% j(
% j(A))))))),
% i(quotient(A,
% j(
% j(A))))),
% i(quotient(A,
% j(
% j(A))))),
% quotient(A,
% j(j(A)))),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(
% quotient(A,
% j(
% j(A))))),B))),
% i(
% i(
% quotient(A,
% j(
% j(A))))))),
% i(
% quotient(A,
% j(
% j(A))))),
% i(
% quotient(A,
% j(
% j(A))))),
% quotient(A,
% j(
% j(A))))))),
% quotient(
% i(i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(
% quotient(A,
% j(
% j(A))))),B))),
% i(i(
% quotient(A,
% j(
% j(A))))))),
% i(quotient(A,
% j(
% j(A))))),
% i(quotient(A,
% j(
% j(A))))),
% quotient(A,
% j(j(A))))))),
% i(i(A)))),
% i(A)),
% i(A)),A)))),
% j(A))),j(j(A))) ->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(quotient(A,
% j(j(A))),
% quotient(i(i(B)),
% j(j(A))))),i(i(B)))),
% i(B)),i(B)),B),quotient(A,j(j(A)))),A)
% Current number of equations to process: 274
% Current number of ordered equations: 0
% Current number of rules: 189
% New rule produced :
% [710]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(
% j(
% quotient(A,
% i(A))))),
% quotient(
% j(A),
% i(
% quotient(A,
% i(A)))))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(
% j(
% quotient(A,
% i(A))))),
% quotient(
% j(A),
% i(
% quotient(A,
% i(A)))))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(
% j(
% quotient(A,
% i(A))))),
% quotient(
% j(A),
% i(
% quotient(A,
% i(A)))))),
% j(A))),
% j(
% j(A))))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% i(A)),
% j(j(quotient(A,
% i(A))))),
% quotient(
% j(A),
% i(quotient(A,
% i(A)))))),
% j(A))),
% j(j(A))),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% i(A)),
% j(
% j(
% quotient(A,
% i(A))))),
% quotient(
% j(A),
% i(
% quotient(A,
% i(A)))))),
% j(A))),
% j(j(A)))))),
% quotient(
% i(B),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(
% j(
% quotient(A,
% i(A))))),
% quotient(
% j(A),
% i(
% quotient(A,
% i(A)))))),
% j(A))),
% j(
% j(A)))))))),
% quotient(A,quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% i(A)),j(
% j(
% quotient(A,
% i(A))))),
% quotient(
% j(A),i(
% quotient(A,
% i(A)))))),
% j(A))),j(j(A))),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% i(A)),
% j(j(
% quotient(A,
% i(A))))),
% quotient(
% j(A),
% i(quotient(A,
% i(A)))))),
% j(A))),
% j(j(A)))))),
% quotient(
% i(B),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% i(A)),
% j(
% j(
% quotient(A,
% i(A))))),
% quotient(
% j(A),
% i(
% quotient(A,
% i(A)))))),
% j(A))),
% j(j(A)))))))),A)),
% j(A)) ->
% quotient(quotient(quotient(quotient(A,i(A)),j(j(quotient(A,i(A))))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(A,B))),
% i(
% quotient(A,
% i(A))))),
% j(A))
% Current number of equations to process: 272
% Current number of ordered equations: 0
% Current number of rules: 190
% New rule produced :
% [711]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(
% i(A),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(i(C),quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(
% i(A),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))))),
% j(j(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(
% i(A),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(j(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(A),
% quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(i(C),quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(A),
% quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))))),
% quotient(i(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(B,
% j(j(B))),
% quotient(i(A),B))),
% i(A))),A)),quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(
% i(A),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(i(C),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))))),
% i(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)) ->
% quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),C))),B)),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,j(j(B))),
% quotient(i(A),B))),i(A))),A))
% Current number of equations to process: 271
% Current number of ordered equations: 0
% Current number of rules: 191
% New rule produced :
% [712]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% j(A),
% quotient(A,
% j(
% j(A)))))),
% j(A))),
% j(j(A))),j(j(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(quotient(A,
% j(j(A)))))),
% quotient(
% j(A),quotient(A,
% j(j(A)))))),
% j(A))),j(j(A)))))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A))))),
% j(A)),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A))))),
% j(A)),
% j(
% j(A)))))),
% quotient(
% j(A),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A))))),
% j(A)),
% j(
% j(A)))))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A))))),
% j(A)),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A))))),
% j(A)),
% j(
% j(A)))))),
% quotient(
% j(A),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A))))),
% j(A)),
% j(
% j(A)))))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% j(A),
% quotient(A,
% j(
% j(A)))))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A))))),
% j(A)),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A))))),
% j(A)),
% j(
% j(A)))))),
% quotient(
% j(A),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A))))),
% j(A)),
% j(
% j(A)))))),
% j(A))),
% j(
% j(A)))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% j(A),
% quotient(A,
% j(
% j(A)))))),
% j(A))),
% j(
% j(A)))))),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(A,
% j(
% j(A))),
% j(j(quotient(A,
% j(j(A)))))),
% quotient(j(A),quotient(A,
% j(j(A)))))),
% j(A))),j(j(A)))) ->
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% j(A),
% quotient(A,
% j(
% j(A)))))),
% j(A))),
% j(j(A)))),B)),
% quotient(A,j(j(A)))),j(A))
% Current number of equations to process: 270
% Current number of ordered equations: 0
% Current number of rules: 192
% Rule [601]
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% i(i(B))),
% i(B)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% i(
% i(B))),
% i(B))))),
% quotient(
% i(i(B)),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% i(i(B))),
% i(B))))),
% i(i(B)))),
% i(B)),B),A) ->
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(j(B)))),B)),
% j(B))),A)),j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(
% j(B)))),B)),
% j(B))),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(
% i(B),A))),
% quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(
% j(B)))),B)),
% j(B))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))) is composed into 
% [601]
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% i(
% i(B))),
% i(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% i(
% i(B))),
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% i(
% i(B))),
% i(B))))),
% i(i(B)))),i(B)),B),A)
% ->
% quotient(quotient(quotient(quotient(quotient(quotient(i(quotient(B,j(j(B)))),
% j(j(i(quotient(B,j(j(B))))))),
% quotient(i(B),j(i(quotient(B,j(j(B))))))),
% j(j(quotient(quotient(i(quotient(B,j(j(B)))),
% j(j(i(quotient(B,j(j(B))))))),
% quotient(i(B),j(i(quotient(B,j(j(B)))))))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(B),A))),
% quotient(quotient(i(quotient(B,j(j(B)))),j(j(i(quotient(B,
% j(j(B))))))),
% quotient(i(B),j(i(quotient(B,j(j(B))))))))),B),A)
% New rule produced :
% [713]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(C,B)),
% j(B))),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(C,B)),
% j(B))),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(B),A))),
% quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(C,B)),
% j(B))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))) ->
% quotient(quotient(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(
% i(B),
% j(C))),
% j(j(quotient(quotient(C,j(j(C))),quotient(
% i(B),j(C)))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(B),A))),
% quotient(quotient(C,j(j(C))),quotient(i(B),j(C))))),B),A)
% Rule
% [701]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B)),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))),
% i(B))),B)),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B)))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B))),
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B)))),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% j(j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B)))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))),
% i(B))),B))),
% j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B)))),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))),
% i(B))),B)),A))),
% quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))),
% i(B))),B),
% j(j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))),
% i(B))),B)))),
% quotient(
% i(B),quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B))),
% j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))),
% i(B))),B)))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))),
% i(B))),B)),A))))),
% quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))),
% i(B))),B)),A))) ->
% quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% i(B))),B)),A))),C)),
% quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(C,
% j(
% j(C))),
% quotient(i(B),C))),
% i(B))),B)),A) collapsed.
% Rule
% [702]
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(C),B)),
% j(j(quotient(quotient(B,j(j(B))),quotient(i(C),B))))),
% quotient(i(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C)))),C)),
% j(C))),B)),
% j(j(quotient(quotient(B,j(j(B))),quotient(
% i(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C)),
% j(j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C)))),C)),
% j(C))),B))))),
% quotient(i(quotient(quotient(B,j(j(B))),quotient(i(C),B))),
% quotient(quotient(B,j(j(B))),quotient(i(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C)),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C)),
% j(j(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))))),
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))))),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C)))),C)),
% j(C))),B))))),
% i(quotient(quotient(B,j(j(B))),quotient(i(C),B))))),quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))) ->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(i(A),
% quotient(quotient(B,
% j(j(B))),
% quotient(i(C),B))))),
% i(A))),A),j(j(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)))),
% quotient(i(quotient(quotient(B,j(j(B))),quotient(i(C),B))),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A))),C),B)
% collapsed.
% Current number of equations to process: 269
% Current number of ordered equations: 0
% Current number of rules: 191
% New rule produced :
% [714]
% quotient(quotient(quotient(A,B),j(B)),quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(A),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% i(A)))) ->
% j(B)
% Current number of equations to process: 267
% Current number of ordered equations: 0
% Current number of rules: 192
% New rule produced :
% [715]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(i(B)),C))),
% i(i(B)))),i(B)),
% i(B)),j(j(quotient(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(i(B)),C))),
% i(i(B)))),
% i(B)),i(B))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(B),A))),
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(i(B)))),
% i(B)),i(B)))),B),A) ->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(B,
% j(j(B))),
% quotient(i(C),B)),
% j(j(quotient(quotient(B,j(j(B))),
% quotient(i(C),B))))),
% quotient(i(B),quotient(quotient(B,
% j(j(B))),quotient(
% i(C),B)))),
% j(j(quotient(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(C),B)),j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(i(B),quotient(quotient(B,j(j(B))),
% quotient(i(C),B))))))),quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(B),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)))))),B),A)
% Current number of equations to process: 266
% Current number of ordered equations: 0
% Current number of rules: 193
% New rule produced :
% [716]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))),
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))),
% quotient(
% j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))),
% j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))),
% j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% i(A))),A) ->
% quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),B)),A)
% Current number of equations to process: 265
% Current number of ordered equations: 0
% Current number of rules: 194
% New rule produced :
% [717]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% j(A))),j(j(A)))),
% j(j(j(A)))),quotient(quotient(quotient(quotient(B,j(j(B))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% quotient(
% i(x1),
% quotient(A,
% j(A)))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(A,
% j(A))),x1)),
% j(
% j(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(A,
% j(A))),x1))))),
% quotient(
% j(A),
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(A,
% j(A))),x1))))),
% j(A))),
% j(
% j(A))),
% quotient(A,
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% quotient(
% i(x1),
% quotient(A,
% j(A)))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(A,
% j(A))),x1)),
% j(
% j(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(A,
% j(A))),x1))))),
% quotient(
% j(A),
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(A,
% j(A))),x1))))),
% j(A))),
% j(
% j(A))),
% quotient(A,
% j(A))))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% quotient(
% i(x1),
% quotient(A,
% j(A)))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(A,
% j(A))),x1)),
% j(
% j(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(A,
% j(A))),x1))))),
% quotient(
% j(A),
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(A,
% j(A))),x1))))),
% j(A))),
% j(
% j(A))),
% quotient(A,
% j(A))))))),
% i(B))),B),
% j(j(A)))) <->
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(A,B))),A)),
% j(A)),j(A)),j(j(A)))
% Current number of equations to process: 263
% Current number of ordered equations: 1
% Current number of rules: 195
% New rule produced :
% [718]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(A,B))),A)),
% j(A)),j(A)),j(j(A))) <->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% j(A))),j(j(A)))),
% j(j(j(A)))),quotient(quotient(quotient(quotient(B,j(j(B))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% quotient(
% i(x1),
% quotient(A,
% j(A)))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(A,
% j(A))),x1)),
% j(
% j(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(A,
% j(A))),x1))))),
% quotient(
% j(A),
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(A,
% j(A))),x1))))),
% j(A))),
% j(
% j(A))),
% quotient(A,
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% quotient(
% i(x1),
% quotient(A,
% j(A)))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(A,
% j(A))),x1)),
% j(
% j(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(A,
% j(A))),x1))))),
% quotient(
% j(A),
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(A,
% j(A))),x1))))),
% j(A))),
% j(
% j(A))),
% quotient(A,
% j(A))))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% quotient(
% i(x1),
% quotient(A,
% j(A)))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(A,
% j(A))),x1)),
% j(
% j(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(A,
% j(A))),x1))))),
% quotient(
% j(A),
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(A,
% j(A))),x1))))),
% j(A))),
% j(
% j(A))),
% quotient(A,
% j(A))))))),
% i(B))),B),
% j(j(A))))
% Current number of equations to process: 263
% Current number of ordered equations: 0
% Current number of rules: 196
% New rule produced :
% [719]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% i(A))),
% j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),i(A)))))),
% quotient(i(i(A)),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),
% i(A)))))),
% i(i(A)))),i(A)) -> B
% Current number of equations to process: 262
% Current number of ordered equations: 0
% Current number of rules: 197
% New rule produced :
% [720]
% quotient(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(B),C)),
% j(j(quotient(quotient(C,j(j(C))),quotient(i(B),C))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C)),
% j(j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C)))),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% j(C))),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% j(C)))))),
% quotient(
% i(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)))))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% j(C)))))),
% i(i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C)),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(A),quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C)))))))),
% i(quotient(quotient(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))))),
% quotient(i(A),quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C)))))),
% quotient(quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(B),C)),
% j(j(quotient(quotient(C,
% j(j(C))),
% quotient(i(B),C))))),
% quotient(i(A),quotient(quotient(C,
% j(j(C))),
% quotient(i(B),C))))),
% j(j(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C)),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(A),quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C)),
% j(j(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C)),
% j(j(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))))),
% j(C))),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% j(C)))))),
% quotient(
% i(i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C)),
% j(j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C)))))),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C)),
% j(j(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))))),
% j(C)))))),
% i(i(quotient(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C)),
% j(j(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(i(A),
% quotient(quotient(C,
% j(j(C))),
% quotient(i(B),C)))))))),
% i(quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C)),
% j(j(quotient(quotient(C,
% j(j(C))),
% quotient(i(B),C))))),
% quotient(i(A),quotient(quotient(C,
% j(
% j(C))),
% quotient(i(B),C)))))),
% quotient(quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(B),C)),
% j(j(quotient(quotient(C,j(j(C))),
% quotient(i(B),C))))),quotient(
% i(A),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)))))))),
% quotient(i(quotient(quotient(C,j(j(C))),quotient(i(B),C))),
% quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C)),
% j(j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(i(A),
% quotient(quotient(C,
% j(j(C))),
% quotient(i(B),C)))),
% j(j(quotient(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C)),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))))),
% quotient(i(A),quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))))))),
% quotient(i(quotient(quotient(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% j(C))),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C)),
% j(j(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))))),
% j(C)))))),
% quotient(i(i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C)),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(A),quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)))))),
% quotient(quotient(C,j(j(C))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C)),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(A),quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))))),
% j(C)))))),i(i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C)),
% j(j(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(A),quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)))))))),
% i(quotient(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(B),C)),j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(i(A),quotient(quotient(C,j(j(C))),
% quotient(i(B),C)))))),quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)))))))),
% i(quotient(quotient(C,j(j(C))),quotient(i(B),C))))),quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))) ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,C),j(C))),A)),
% quotient(quotient(C,j(j(C))),quotient(i(B),C)))
% Current number of equations to process: 261
% Current number of ordered equations: 0
% Current number of rules: 198
% New rule produced :
% [721]
% quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))),
% j(
% j(
% quotient(
% quotient(A,
% i(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))))),
% quotient(
% i(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))),
% quotient(
% quotient(A,
% i(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))))),
% i(i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))))),
% i(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A))))),B)),A)
% ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))),
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))))),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))),
% j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))))),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))),
% j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% i(A))),A)
% Current number of equations to process: 260
% Current number of ordered equations: 0
% Current number of rules: 199
% New rule produced :
% [722]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(A,
% j(
% j(A))),
% j(j(quotient(A,
% j(j(A)))))),
% quotient(j(A),quotient(A,
% j(j(A)))))),
% j(A))),j(j(A))) -> j(j(j(A)))
% Rule
% [678]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(B,A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(B,A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% j(
% j(
% quotient(B,
% j(
% j(B)))))),
% quotient(
% j(B),
% quotient(B,
% j(
% j(B)))))),
% j(B))),
% j(
% j(B)))),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% j(j(
% quotient(B,
% j(
% j(B)))))),
% quotient(
% j(B),
% quotient(B,
% j(j(B)))))),
% j(B))),
% j(j(B)))),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(B,A))),
% quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% j(j(quotient(B,
% j(j(B)))))),
% quotient(
% j(B),quotient(B,
% j(
% j(B)))))),
% j(B))),j(j(B)))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(B,A))))),quotient(quotient(A,
% j(
% j(A))),
% quotient(B,A))) ->
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),j(j(quotient(B,
% j(j(B)))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(B,A))),
% quotient(B,j(j(B))))),j(B)),A) collapsed.
% Rule
% [703]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% j(A),
% quotient(A,
% j(
% j(A)))))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% j(A),
% quotient(A,
% j(
% j(A)))))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% j(A),
% quotient(A,
% j(
% j(A)))))),
% j(A))),
% j(
% j(A))))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(quotient(A,
% j(
% j(A)))))),
% quotient(
% j(A),
% quotient(A,
% j(j(A)))))),
% j(A))),
% j(j(A))),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% j(A),
% quotient(A,
% j(
% j(A)))))),
% j(A))),
% j(j(A)))))),
% quotient(
% i(B),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% j(A),
% quotient(A,
% j(
% j(A)))))),
% j(A))),
% j(
% j(A)))))))),
% quotient(A,quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(quotient(A,
% j(j(A)))))),
% quotient(
% j(A),quotient(A,
% j(
% j(A)))))),
% j(A))),j(j(A))),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% j(A),
% quotient(A,
% j(j(A)))))),
% j(A))),
% j(j(A)))))),
% quotient(
% i(B),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% j(A),
% quotient(A,
% j(
% j(A)))))),
% j(A))),
% j(j(A)))))))),A)),
% j(A)) ->
% quotient(quotient(quotient(quotient(A,j(j(A))),j(j(quotient(A,j(j(A)))))),
% quotient(i(quotient(quotient(B,j(j(B))),quotient(A,B))),quotient(A,
% j(j(A))))),
% j(A)) collapsed.
% Rule
% [712]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% j(A),
% quotient(A,
% j(
% j(A)))))),
% j(A))),
% j(j(A))),j(j(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(quotient(A,
% j(j(A)))))),
% quotient(
% j(A),quotient(A,
% j(j(A)))))),
% j(A))),j(j(A)))))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A))))),
% j(A)),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A))))),
% j(A)),
% j(
% j(A)))))),
% quotient(
% j(A),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A))))),
% j(A)),
% j(
% j(A)))))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A))))),
% j(A)),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A))))),
% j(A)),
% j(
% j(A)))))),
% quotient(
% j(A),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A))))),
% j(A)),
% j(
% j(A)))))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% j(A),
% quotient(A,
% j(
% j(A)))))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A))))),
% j(A)),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A))))),
% j(A)),
% j(
% j(A)))))),
% quotient(
% j(A),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A))))),
% j(A)),
% j(
% j(A)))))),
% j(A))),
% j(
% j(A)))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% j(A),
% quotient(A,
% j(
% j(A)))))),
% j(A))),
% j(
% j(A)))))),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(A,
% j(
% j(A))),
% j(j(quotient(A,
% j(j(A)))))),
% quotient(j(A),quotient(A,
% j(j(A)))))),
% j(A))),j(j(A)))) ->
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% j(A),
% quotient(A,
% j(
% j(A)))))),
% j(A))),
% j(j(A)))),B)),
% quotient(A,j(j(A)))),j(A)) collapsed.
% Current number of equations to process: 262
% Current number of ordered equations: 0
% Current number of rules: 197
% Rule [564]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B)),
% i(i(A))),
% i(A)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B)),
% i(
% i(A))),
% i(A))))),
% quotient(
% i(i(A)),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B)),
% i(i(A))),
% i(A))))),
% i(i(A)))),i(A)),A) <->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(A,
% j(j(A)))),A)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(
% j(A)))),A)),
% j(A))))),
% quotient(
% i(B),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(
% j(A)))),A)),
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(
% j(A)))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(
% j(A)))),A)),
% j(A))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(
% j(A)))),A)),
% j(A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(
% j(A)))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(
% j(A)))),A)),
% j(A))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(
% j(A)))),A)),
% j(A))))))),
% i(A))),A) is composed into 
% [564]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B)),
% i(
% i(A))),
% i(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B)),
% i(
% i(A))),
% i(A))))),
% quotient(i(i(A)),
% quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B)),
% i(
% i(A))),
% i(A))))),i(i(A)))),
% i(A)),A) ->
% quotient(quotient(quotient(quotient(quotient(i(quotient(A,j(j(A)))),j(
% j(
% i(
% quotient(A,
% j(
% j(A))))))),
% quotient(i(A),j(i(quotient(A,j(j(A))))))),
% j(j(quotient(quotient(i(quotient(A,j(j(A)))),j(j(i(
% quotient(A,
% j(
% j(A))))))),
% quotient(i(A),j(i(quotient(A,j(j(A)))))))))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% quotient(
% quotient(
% i(
% quotient(A,
% j(
% j(A)))),
% j(
% j(
% i(
% quotient(A,
% j(
% j(A))))))),
% quotient(
% i(A),
% j(
% i(
% quotient(A,
% j(
% j(A))))))))),A)
% New rule produced :
% [723]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(B,A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(B,A)),
% j(A))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(B,A)),
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(B,A)),
% j(A)),j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(B,A)),
% j(A))))),
% quotient(
% i(C),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(B,A)),
% j(A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(B,A)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(B,A)),
% j(A))))),
% quotient(
% i(C),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(B,A)),
% j(A))))))),
% i(A))),A) ->
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(A),j(B))),
% j(j(quotient(quotient(B,j(j(B))),quotient(i(A),j(B)))))),
% quotient(i(quotient(quotient(C,j(j(C))),quotient(i(A),C))),quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% j(B))))),A)
% Rule
% [563]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(
% j(A)))),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(
% j(A)))),A)),
% j(A))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(
% j(A)))),A)),
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(A,
% j(j(A)))),A)),
% j(A)),j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(
% j(A)))),A)),
% j(A))))),
% quotient(
% i(B),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(
% j(A)))),A)),
% j(A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(A,
% j(j(A)))),A)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(
% j(A)))),A)),
% j(A))))),
% quotient(
% i(B),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(
% j(A)))),A)),
% j(A))))))),
% i(A))),A) <->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B)),
% i(
% i(A))),
% i(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B)),
% i(
% i(A))),
% i(A))))),
% quotient(i(i(A)),
% quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B)),
% i(
% i(A))),
% i(A))))),i(i(A)))),
% i(A)),A) collapsed.
% Rule
% [679]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% j(A),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% j(A),A)),
% j(A))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% j(A),A)),
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% j(A),A)),
% j(A)),j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% j(A),A)),
% j(A))))),
% quotient(
% i(B),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% j(A),A)),
% j(A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% j(A),A)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% j(A),A)),
% j(A))))),
% quotient(
% i(B),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% j(A),A)),
% j(A))))))),
% i(A))),A) ->
% quotient(quotient(quotient(quotient(A,i(A)),j(j(quotient(A,i(A))))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% quotient(A,
% i(A)))),A)
% collapsed.
% Rule
% [711]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(
% i(A),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(i(C),quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(
% i(A),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))))),
% j(j(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(
% i(A),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(j(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(A),
% quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(i(C),quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(A),
% quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))))),
% quotient(i(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(B,
% j(j(B))),
% quotient(i(A),B))),
% i(A))),A)),quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(
% i(A),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))),
% quotient(i(C),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))))))),
% i(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)) ->
% quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)),C))),B)),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,j(j(B))),
% quotient(i(A),B))),i(A))),A))
% collapsed.
% Current number of equations to process: 262
% Current number of ordered equations: 0
% Current number of rules: 195
% New rule produced :
% [724]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),B))),
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),B))),
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),B))),
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)))))),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),B))),
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),B))),
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),B))),
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)))))),B))))),
% quotient(i(A),
% quotient(quotient(B,
% j(
% j(B))),
% quotient(i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),B))),
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),B))),
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),B))),
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)))))),B))))),
% i(A))),A),C) ->
% quotient(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(A),C)),
% j(j(quotient(quotient(C,j(j(C))),quotient(i(A),C))))),
% quotient(i(quotient(quotient(B,j(j(B))),quotient(i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B))),
% i(quotient(quotient(C,j(j(C))),quotient(i(A),C))))),quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C)))
% Current number of equations to process: 260
% Current number of ordered equations: 0
% Current number of rules: 196
% New rule produced :
% [725]
% quotient(quotient(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),C)),B),A),
% j(j(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),C)),B),A)))),
% quotient(i(A),quotient(quotient(quotient(quotient(C,j(j(C))),quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),C)),B),A)))
% ->
% quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(A,j(j(A))),
% quotient(i(B),A))),C)),B)
% Current number of equations to process: 259
% Current number of ordered equations: 0
% Current number of rules: 197
% New rule produced :
% [726]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))),
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))),
% j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))),
% j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% i(A))),A) ->
% quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% j(j(quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))))))),
% quotient(i(A),i(quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))))))),B)),A)
% Current number of equations to process: 258
% Current number of ordered equations: 0
% Current number of rules: 198
% New rule produced :
% [727]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% j(A))),j(j(A)))),
% j(j(j(A)))),quotient(A,j(A))) -> j(j(A))
% Current number of equations to process: 257
% Current number of ordered equations: 0
% Current number of rules: 199
% New rule produced :
% [728]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B)),
% j(j(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),B))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),B))),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% i(quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),B))))),
% quotient(quotient(B,j(j(B))),
% quotient(i(quotient(quotient(C,
% j(j(C))),
% quotient(i(A),C))),B))),
% j(j(quotient(quotient(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),B)),
% j(j(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B))),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% i(quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B))))),
% quotient(quotient(B,j(j(B))),
% quotient(i(quotient(quotient(C,
% j(j(C))),
% quotient(i(A),C))),B)))))),
% quotient(i(B),quotient(quotient(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),B)),
% j(j(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B))),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% i(quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B))))),
% quotient(quotient(B,j(j(B))),
% quotient(i(quotient(quotient(C,
% j(j(C))),
% quotient(i(A),C))),B))))),
% j(j(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),B)),
% j(j(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B))),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% i(quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B))))),
% quotient(quotient(B,j(j(B))),
% quotient(i(quotient(quotient(C,
% j(j(C))),
% quotient(i(A),C))),B))),
% j(j(quotient(quotient(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B)),
% j(j(quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),B))))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),B))),
% quotient(quotient(B,
% j(j(B))),
% quotient(i(C),B))))),
% i(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(quotient(C,
% j(j(C))),
% quotient(i(A),C))),B))))),
% quotient(quotient(B,j(j(B))),quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B)))))),
% quotient(i(B),quotient(quotient(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B)),
% j(j(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),B))))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),B))),
% quotient(quotient(B,
% j(j(B))),
% quotient(i(C),B))))),
% i(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(quotient(C,
% j(
% j(C))),
% quotient(i(A),C))),B))))),
% quotient(quotient(B,j(j(B))),quotient(
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),B)))))))),
% quotient(i(quotient(quotient(C,j(j(C))),quotient(i(B),C))),quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),B))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),B))))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),B))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),B))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),B))))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),B)))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),B))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),B))))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),B))))))),B)
% ->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(A),C)),
% j(j(quotient(quotient(C,j(j(C))),
% quotient(i(A),C))))),
% quotient(i(quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C)),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))))),
% quotient(i(quotient(quotient(C,
% j(
% j(C))),
% quotient(i(A),C))),
% quotient(quotient(C,j(j(C))),
% quotient(i(B),C))))),i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(quotient(C,j(j(C))),quotient(i(A),C))),
% j(j(quotient(quotient(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(A),C)),j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(i(quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C)),
% j(j(quotient(quotient(C,
% j(j(C))),
% quotient(i(B),C))))),
% quotient(i(quotient(quotient(C,
% j(j(C))),
% quotient(i(A),C))),
% quotient(quotient(C,j(j(C))),
% quotient(i(B),C))))),i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))))),
% quotient(quotient(C,j(j(C))),quotient(i(A),C)))))),
% quotient(i(quotient(quotient(C,j(j(C))),quotient(i(B),C))),quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),B)
% Current number of equations to process: 256
% Current number of ordered equations: 0
% Current number of rules: 200
% New rule produced :
% [729]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,j(j(B))),
% quotient(i(C),B))),A)),
% quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(B),A))),C)),B),A))
% -> quotient(quotient(A,j(j(A))),quotient(i(B),A))
% Current number of equations to process: 255
% Current number of ordered equations: 0
% Current number of rules: 201
% New rule produced :
% [730]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),A)),
% j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(j(A)))))),A))))),
% quotient(j(A),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(j(A)))))),A))))),
% j(A))),j(j(A))) ->
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(j(A),B)),quotient(A,
% j(j(A)))),A)
% Current number of equations to process: 254
% Current number of ordered equations: 0
% Current number of rules: 202
% New rule produced :
% [731]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),i(A))),
% j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),
% i(A)))))),
% quotient(
% i(C),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),
% i(A))))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),
% i(A))),
% j(j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% i(A)))))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),
% i(A)))))))),
% quotient(
% i(i(A)),quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% i(A))),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% i(A)))))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% i(A)))))))),
% i(i(A))))),i(A))),quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(A)),C))),B)))
% -> i(A)
% Current number of equations to process: 252
% Current number of ordered equations: 0
% Current number of rules: 203
% New rule produced :
% [732]
% quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A)),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))))),
% quotient(quotient(A,
% j(
% j(A))),
% quotient(i(C),A))),
% j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A)),
% j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A))),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A))))),
% quotient(quotient(A,
% j(j(A))),
% quotient(i(C),A)))))),
% quotient(i(A),quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A)),
% j(j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A))))),
% quotient(quotient(A,
% j(j(A))),
% quotient(i(C),A)))))),C))
% ->
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(C,j(j(C))),quotient(i(A),C))),quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))
% Current number of equations to process: 251
% Current number of ordered equations: 0
% Current number of rules: 204
% New rule produced :
% [733]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(B),V_3))),C)),B)),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(B),V_3))),C)),B)),B))))),
% quotient(i(A),
% quotient(quotient(B,
% j(
% j(B))),
% quotient(i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(B),V_3))),C)),B)),B))))),
% i(A))),A),V_3) ->
% quotient(quotient(quotient(quotient(quotient(V_3,j(j(V_3))),quotient(
% i(A),V_3)),
% j(j(quotient(quotient(V_3,j(j(V_3))),quotient(i(A),V_3))))),
% quotient(i(quotient(quotient(quotient(quotient(V_3,j(j(V_3))),
% quotient(i(quotient(quotient(B,j(j(B))),
% quotient(i(C),B))),V_3)),
% j(j(quotient(quotient(V_3,j(j(V_3))),quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))),V_3))))),
% quotient(i(quotient(quotient(V_3,j(j(V_3))),quotient(
% i(A),V_3))),
% quotient(quotient(V_3,j(j(V_3))),quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))),V_3))))),
% i(quotient(quotient(V_3,j(j(V_3))),quotient(i(A),V_3))))),quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(A),V_3)))
% Current number of equations to process: 247
% Current number of ordered equations: 0
% Current number of rules: 205
% New rule produced :
% [734]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))),A)),C),C),
% j(C)),quotient(quotient(quotient(quotient(C,j(j(C))),quotient(
% i(A),C)),
% j(j(quotient(quotient(C,j(j(C))),quotient(i(A),C))))),
% quotient(i(B),quotient(quotient(C,j(j(C))),quotient(i(A),C)))))
% -> j(C)
% Current number of equations to process: 243
% Current number of ordered equations: 0
% Current number of rules: 206
% New rule produced :
% [735]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(B,
% j(
% j(B))),
% quotient(C,B)),
% j(B))),A)),quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),j(C)))) <->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),j(C)))),B))),A)),
% quotient(quotient(C,j(j(C))),quotient(i(B),j(C))))
% Current number of equations to process: 241
% Current number of ordered equations: 1
% Current number of rules: 207
% New rule produced :
% [736]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),j(C)))),B))),A)),
% quotient(quotient(C,j(j(C))),quotient(i(B),j(C)))) <->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(B,
% j(
% j(B))),
% quotient(C,B)),
% j(B))),A)),quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),j(C))))
% Current number of equations to process: 241
% Current number of ordered equations: 0
% Current number of rules: 208
% New rule produced :
% [737]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(i(C)),B)),
% j(B))),A)),quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),i(C)))) <->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),i(C)))),B))),A)),
% quotient(quotient(C,j(j(C))),quotient(i(B),i(C))))
% Current number of equations to process: 240
% Current number of ordered equations: 1
% Current number of rules: 209
% New rule produced :
% [738]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),i(C)))),B))),A)),
% quotient(quotient(C,j(j(C))),quotient(i(B),i(C)))) <->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(i(C)),B)),
% j(B))),A)),quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),i(C))))
% Current number of equations to process: 240
% Current number of ordered equations: 0
% Current number of rules: 210
% New rule produced :
% [739]
% quotient(quotient(quotient(quotient(quotient(A,j(A)),j(j(quotient(A,j(A))))),
% quotient(i(x1),quotient(A,j(A)))),quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(x1,
% j(j(x1))),
% quotient(
% i(quotient(A,
% j(A))),x1)),
% j(j(quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(A,
% j(A))),x1))))),
% quotient(
% j(A),quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(A,
% j(A))),x1))))),
% j(A))),j(j(A))),
% quotient(A,j(A)))),
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% j(A))),
% j(
% j(A)))),
% j(
% j(j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% j(A))),
% j(
% j(A)))),
% j(
% j(j(A))))))),
% quotient(i(B),
% quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% j(A))),
% j(
% j(A)))),
% j(j(j(A))))))),
% i(B))),B),quotient(A,j(A))))
% ->
% quotient(quotient(quotient(A,j(A)),j(j(quotient(A,j(A))))),quotient(i(B),
% quotient(A,
% j(A))))
% Current number of equations to process: 239
% Current number of ordered equations: 0
% Current number of rules: 211
% New rule produced :
% [740]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),B),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% j(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))))),A)),B),
% j(quotient(quotient(B,j(j(B))),quotient(i(A),B)))) ->
% i(quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),B),
% quotient(quotient(B,j(j(B))),quotient(i(A),B))),j(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B)))))
% Current number of equations to process: 238
% Current number of ordered equations: 0
% Current number of rules: 212
% New rule produced :
% [741]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(B,A)),
% j(A)),j(j(quotient(quotient(quotient(A,j(j(A))),
% quotient(B,A)),j(A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% j(B))),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% j(B)))))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% j(B)))))),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),
% j(B))),
% j(j(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% j(B)))))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),
% j(B)))))),A))))),
% quotient(i(quotient(quotient(quotient(A,j(j(A))),
% quotient(B,A)),j(A))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),
% j(B))),
% j(j(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% j(B)))))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),
% j(B)))))),A))))),
% i(quotient(quotient(quotient(A,j(j(A))),quotient(B,A)),j(A))))),
% quotient(quotient(quotient(A,j(j(A))),quotient(B,A)),j(A))) ->
% quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(B,A)),
% j(A))),C)),
% quotient(quotient(B,j(j(B))),quotient(i(A),j(B)))),A)
% Current number of equations to process: 237
% Current number of ordered equations: 0
% Current number of rules: 213
% New rule produced :
% [742]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(i(B)),A)),
% j(A)),j(j(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(i(B)),A)),j(A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% i(B))),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% i(B)))))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% i(B)))))),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),
% i(B))),
% j(j(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% i(B)))))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),
% i(B)))))),A))))),
% quotient(i(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(i(B)),A)),j(A))),quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% i(B))),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% i(B)))))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% i(B)))))),A))))),
% i(quotient(quotient(quotient(A,j(j(A))),quotient(i(i(B)),A)),j(A))))),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(i(B)),A)),j(A))) ->
% quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% i(B)),A)),
% j(A))),C)),
% quotient(quotient(B,j(j(B))),quotient(i(A),i(B)))),A)
% Current number of equations to process: 235
% Current number of ordered equations: 0
% Current number of rules: 214
% New rule produced :
% [743]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))))))),
% quotient(i(A),
% quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))))))),
% i(A))),A),j(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(B),A))))
% ->
% i(quotient(quotient(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(B))),B),A),
% quotient(quotient(A,j(j(A))),quotient(i(B),A))),j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))))
% Current number of equations to process: 233
% Current number of ordered equations: 0
% Current number of rules: 215
% New rule produced :
% [744]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A),j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(i(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(
% i(
% i(C)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% i(i(C)))),
% i(C)),
% i(C)),C),B),A),
% j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),i(A)),A),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(
% i(i(C)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),i(A)),A)))),
% i(i(C)))),
% i(C)),i(C)),C),B),A)))),
% quotient(i(i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),i(A)),A))),
% quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(
% i(
% i(C)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% i(i(C)))),
% i(C)),
% i(C)),C),B),A)))),
% i(i(quotient(quotient(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(i(A)))),i(A)),
% i(A)),A))))),i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A))),
% i(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),i(A)),A))),quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A)) ->
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% i(i(A)))),i(A)),
% i(A)),A)
% Current number of equations to process: 232
% Current number of ordered equations: 0
% Current number of rules: 216
% New rule produced :
% [745]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),C)),B),A)),
% quotient(quotient(A,j(j(A))),quotient(i(B),A)))) ->
% quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,j(j(B))),
% quotient(i(C),B))),A))
% Current number of equations to process: 231
% Current number of ordered equations: 0
% Current number of rules: 217
% New rule produced :
% [746]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))))))),A)),
% j(A)),quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(A,
% j(A))),
% j(A))),
% j(j(A)))),B) ->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),B))),A)),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(A,j(A))),
% j(A))),j(j(A)))),B)
% Current number of equations to process: 230
% Current number of ordered equations: 0
% Current number of rules: 218
% New rule produced :
% [747]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),A)),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),A))))),
% quotient(i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A)),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),A))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))))),
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))),A))))),
% quotient(quotient(A,j(j(A))),
% quotient(i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))),A)))),A)),
% j(A)) ->
% quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C)),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))))),
% i(quotient(quotient(C,
% j(j(C))),
% quotient(i(B),C))))),
% quotient(quotient(C,j(j(C))),
% quotient(i(B),C)))),A))
% Current number of equations to process: 229
% Current number of ordered equations: 0
% Current number of rules: 219
% New rule produced :
% [748]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(B),A)),
% j(A)),j(j(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(B),A)),j(A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))))),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B)),
% j(j(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))))),A))))),
% quotient(i(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(B),A)),j(A))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))))),A))))),
% i(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),j(A))))),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),j(A))) ->
% quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(A))),C)),
% quotient(quotient(B,j(j(B))),quotient(i(A),B))),A)
% Current number of equations to process: 227
% Current number of ordered equations: 0
% Current number of rules: 220
% New rule produced :
% [749]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(C),B)),
% j(B))),A)),quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))) <->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))),B))),A)),
% quotient(quotient(C,j(j(C))),quotient(i(B),C)))
% Current number of equations to process: 224
% Current number of ordered equations: 1
% Current number of rules: 221
% New rule produced :
% [750]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))),B))),A)),
% quotient(quotient(C,j(j(C))),quotient(i(B),C))) <->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(C),B)),
% j(B))),A)),quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C)))
% Current number of equations to process: 224
% Current number of ordered equations: 0
% Current number of rules: 222
% New rule produced :
% [751]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(B,
% j(j(B))),
% quotient(i(C),B))),A)),C),B),
% quotient(quotient(B,j(j(B))),quotient(i(C),B))),j(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)))),
% quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(C,j(j(C))),
% quotient(i(A),C))),B))) ->
% j(quotient(quotient(B,j(j(B))),quotient(i(C),B)))
% Current number of equations to process: 223
% Current number of ordered equations: 0
% Current number of rules: 223
% New rule produced :
% [752]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(A,B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(A,B))))),
% quotient(i(A),
% quotient(quotient(B,
% j(
% j(B))),
% quotient(A,B))))),
% i(A))),A),j(A)) ->
% quotient(quotient(A,j(j(A))),quotient(i(B),j(A)))
% Current number of equations to process: 222
% Current number of ordered equations: 0
% Current number of rules: 224
% New rule produced :
% [753]
% quotient(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(B),i(C))),
% j(j(quotient(quotient(C,j(j(C))),quotient(i(B),i(C)))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C))),
% j(j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C))))),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C))))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)))))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)))))))),
% i(A))),A),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C))),
% j(j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C))))))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),i(C))),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C))))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C))),
% j(j(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C)))))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% j(j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(j(C)))))),
% i(B))),B),
% i(C)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C))))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)))))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% j(j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(j(C)))))),
% i(B))),B),
% i(C)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)))))))),
% i(A))),A),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),i(C))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),i(C))),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C)))))))))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))))))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))))))),
% quotient(i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C))))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)))))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)))))))),
% i(A))),A),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))))),
% quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))))),
% quotient(i(C),
% quotient(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(i(A),
% quotient(quotient(C,
% j(
% j(C))),
% quotient(i(B),
% i(C)))))))))),
% i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),i(C))),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% j(j(quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(j(C)))))),
% i(B))),B),
% i(C)),j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C))))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)))))))),
% quotient(
% i(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)))))))),
% i(A))),A),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),i(C))))),
% quotient(quotient(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),i(C)))))),
% quotient(i(A),quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),i(C)))))))))),
% quotient(quotient(quotient(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C))),
% j(j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(i(A),
% quotient(quotient(C,
% j(j(C))),
% quotient(i(B),
% i(C))))),j(j(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))))),
% quotient(i(quotient(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C))))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)))))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)))))))),
% i(A))),A),
% quotient(quotient(C,j(j(C))),
% quotient(i(B),i(C))))),
% quotient(quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(B),
% i(C))),j(j(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(i(A),quotient(quotient(C,
% j(j(C))),
% quotient(i(B),i(C)))))))),
% j(j(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),i(C))),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C))))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C))),
% j(j(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C)))))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% j(j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(j(C)))))),
% i(B))),B),
% i(C)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C))))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)))))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% j(j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(j(C)))))),
% i(B))),B),
% i(C)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)))))))),
% i(A))),A),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),i(C))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),i(C))),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C))))))),
% j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C))),
% j(j(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C))))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C))))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)))))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)))))))),
% i(A))),A),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C))))),
% quotient(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C))),
% j(j(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(i(A),
% quotient(quotient(C,
% j(j(C))),
% quotient(i(B),
% i(C)))))))))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),i(C))),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C))),
% j(j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C)))))))),
% quotient(
% i(C),quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))))))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C))),
% j(j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C))))),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C))),
% j(j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C)))))))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C))),
% j(j(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C))))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C))))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)))))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)))))))),
% i(A))),A),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C))),
% j(j(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C)))))))),
% quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),i(C))),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C))),
% j(j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C)))))))),
% quotient(i(C),quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))))))),
% i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),i(C))),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))))),
% j(j(quotient(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C))),
% j(j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(i(A),
% quotient(quotient(C,
% j(j(C))),
% quotient(i(B),
% i(C)))))))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C))))),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)))))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)))))))),
% i(A))),A),
% quotient(quotient(C,
% j(j(C))),
% quotient(i(B),
% i(C))))),quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C))),
% j(j(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C)))))))))),
% quotient(quotient(quotient(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),i(C))),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(i(A),quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C))))),
% j(j(quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C))),
% j(j(quotient(quotient(C,
% j(
% j(C))),
% quotient(i(B),
% i(C)))))),
% quotient(i(A),quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),i(C)))))))),
% quotient(i(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% j(j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(j(C)))))),
% i(B))),B),
% i(C)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C))))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)))))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% j(j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(j(C)))))),
% i(B))),B),
% i(C)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)))))))),
% i(A))),A),
% quotient(quotient(C,j(j(C))),
% quotient(i(B),i(C))))),quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))))))))))),
% quotient(i(quotient(quotient(C,j(j(C))),quotient(
% i(B),i(C)))),
% quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C))),
% j(j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C))))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),i(C))),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C)))))))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C))))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)))))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)))))))),
% i(A))),A),
% quotient(quotient(C,
% j(
% j(C))),
% quotient(i(B),
% i(C))))),quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))))))),
% j(j(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),i(C))),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C))))),
% j(j(quotient(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C))),
% j(j(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(i(A),
% quotient(quotient(C,
% j(j(C))),
% quotient(i(B),
% i(C)))))))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C))))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)))))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)))))))),
% i(A))),A),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))))),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))))))),
% quotient(i(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))))),
% quotient(i(C),
% quotient(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(i(A),
% quotient(quotient(C,
% j(
% j(C))),
% quotient(i(B),
% i(C))))))),
% j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),i(C))),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C))),
% j(j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C)))))))),
% quotient(i(C),quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))))))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),i(C))),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C))))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C))),
% j(j(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C)))))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% j(j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(j(C)))))),
% i(B))),B),
% i(C)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C))))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)))))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% j(j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(j(C)))))),
% i(B))),B),
% i(C)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)))))))),
% i(A))),A),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),i(C))))),
% quotient(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),i(C))),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(i(A),quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C)))))))),
% quotient(quotient(quotient(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(i(A),
% quotient(quotient(C,
% j(
% j(C))),
% quotient(i(B),
% i(C))))),j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))))),
% quotient(i(C),quotient(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),i(C))),
% j(j(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(i(A),quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))))))),
% i(quotient(quotient(quotient(quotient(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),i(C)))))),
% quotient(i(A),quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),i(C))))),
% j(j(quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),i(C))),
% j(j(quotient(quotient(C,
% j(j(C))),
% quotient(i(B),
% i(C)))))),quotient(
% i(A),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))))),
% quotient(i(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% j(j(quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(j(C)))))),
% i(B))),B),
% i(C)),j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C))))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)))))))),
% quotient(
% i(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)))))))),
% i(A))),A),
% quotient(quotient(C,j(j(C))),
% quotient(i(B),i(C))))),quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C))),
% j(j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C)))))))))),
% quotient(quotient(quotient(quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(B),
% i(C))),j(j(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(i(A),quotient(quotient(C,
% j(j(C))),
% quotient(i(B),i(C))))),
% j(j(quotient(quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(B),i(C))),
% j(j(quotient(quotient(C,j(j(C))),
% quotient(i(B),i(C)))))),
% quotient(i(A),quotient(quotient(C,j(j(C))),
% quotient(i(B),i(C)))))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% j(j(quotient(C,
% j(j(C)))))),
% quotient(
% i(B),quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)),j(j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C))))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% j(j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(j(C)))))),
% i(B))),B),
% i(C)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)))))))),
% quotient(
% i(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% j(
% j(
% quotient(C,
% j(
% j(C)))))),
% quotient(
% i(B),
% quotient(C,
% j(
% j(C)))))),
% i(B))),B),
% i(C)))))))),
% i(A))),A),quotient(quotient(C,
% j(
% j(C))),
% quotient(i(B),
% i(C))))),quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C)))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),
% i(C))))))))))),
% i(quotient(quotient(C,j(j(C))),quotient(i(B),i(C)))))),quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),
% i(C)))) ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,i(C)),C)),A)),
% quotient(quotient(C,j(j(C))),quotient(i(B),i(C))))
% Current number of equations to process: 221
% Current number of ordered equations: 0
% Current number of rules: 225
% New rule produced :
% [754]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(B,A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(B,A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% j(
% j(
% quotient(B,
% j(
% j(B)))))),
% quotient(
% i(C),
% quotient(B,
% j(
% j(B)))))),
% i(C))),C),
% j(B)),
% j(
% j(B))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% j(
% j(
% quotient(B,
% j(
% j(B)))))),
% quotient(
% i(C),
% quotient(B,
% j(
% j(B)))))),
% i(C))),C),
% j(B)),
% j(
% j(B)))))),
% quotient(
% j(B),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% j(
% j(
% quotient(B,
% j(
% j(B)))))),
% quotient(
% i(C),
% quotient(B,
% j(
% j(B)))))),
% i(C))),C),
% j(B)),
% j(
% j(B)))))),
% j(B))),
% j(
% j(B)))),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% j(
% j(
% quotient(B,
% j(
% j(B)))))),
% quotient(
% i(C),
% quotient(B,
% j(
% j(B)))))),
% i(C))),C),
% j(B)),
% j(j(B))),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% j(
% j(
% quotient(B,
% j(
% j(B)))))),
% quotient(
% i(C),
% quotient(B,
% j(
% j(B)))))),
% i(C))),C),
% j(B)),
% j(
% j(B)))))),
% quotient(
% j(B),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% j(
% j(
% quotient(B,
% j(
% j(B)))))),
% quotient(
% i(C),
% quotient(B,
% j(
% j(B)))))),
% i(C))),C),
% j(B)),
% j(j(B)))))),
% j(B))),
% j(j(B)))),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(B,A))),
% quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% j(j(quotient(B,
% j(
% j(B)))))),
% quotient(
% i(C),
% quotient(B,
% j(j(B)))))),
% i(C))),C),
% j(B)),j(j(B))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% j(
% j(
% quotient(B,
% j(
% j(B)))))),
% quotient(
% i(C),
% quotient(B,
% j(
% j(B)))))),
% i(C))),C),
% j(B)),
% j(j(B)))))),
% quotient(
% j(B),quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% j(
% j(
% quotient(B,
% j(
% j(B)))))),
% quotient(
% i(C),
% quotient(B,
% j(
% j(B)))))),
% i(C))),C),
% j(B)),
% j(
% j(B)))))),
% j(B))),j(j(B)))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(B,A))))),quotient(quotient(A,
% j(
% j(A))),
% quotient(B,A))) ->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(
% quotient(B,
% j(j(B))),
% j(j(
% quotient(B,
% j(
% j(B)))))),
% quotient(i(C),
% quotient(B,j(j(B)))))),
% i(C))),C),j(j(quotient(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% j(
% j(
% quotient(B,
% j(
% j(B)))))),
% quotient(
% i(C),
% quotient(B,
% j(
% j(B)))))),
% i(C))),C)))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(B,A))),
% quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% j(
% j(
% quotient(B,
% j(
% j(B)))))),
% quotient(
% i(C),
% quotient(B,
% j(
% j(B)))))),
% i(C))),C))),j(B)),A)
% Current number of equations to process: 220
% Current number of ordered equations: 0
% Current number of rules: 226
% New rule produced :
% [755]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),i(A)),
% i(A)),A),j(j(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(C,
% i(B)),B)))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(C,
% i(B)),B)))),
% i(i(A)))),
% i(A)),i(A)),A),
% j(j(quotient(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% i(B)),B),
% j(j(quotient(
% quotient(C,
% i(B)),B)))),
% quotient(
% i(i(A)),
% quotient(
% quotient(C,
% i(B)),B)))),
% i(i(A)))),
% i(A)),i(A)),A)))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(i(A)))),i(A)),
% i(A)),A)),quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(C,
% i(B)),B)))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(C,
% i(B)),B)))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% i(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),i(A)),A)))),quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A)) <->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(i(i(B))),C))),
% i(i(i(B))))),
% i(i(B))),
% i(i(B))),
% i(B)),
% j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(i(B))),C))),
% i(
% i(i(B))))),
% i(
% i(B))),
% i(
% i(B))),
% i(B))))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(
% i(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(i(B))),C))),
% i(
% i(i(B))))),
% i(
% i(B))),
% i(
% i(B))),
% i(B)))),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% i(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(i(B))),C))),
% i(
% i(i(B))))),
% i(
% i(B))),
% i(
% i(B))),
% i(B)))))),
% i(quotient(quotient(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(i(B))),C))),
% i(i(i(B))))),
% i(i(B))),i(i(B))),
% i(B)))),i(quotient(quotient(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(i(B))),C))),
% i(i(i(B))))),
% i(i(B))),
% i(i(B))),i(B)))),
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(quotient(C,
% j(j(C))),
% quotient(i(i(i(B))),C))),
% i(i(i(B))))),i(i(B))),i(i(B))),
% i(B))),B),A)
% Current number of equations to process: 219
% Current number of ordered equations: 1
% Current number of rules: 227
% New rule produced :
% [756]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(i(i(B))),C))),
% i(i(i(B))))),
% i(i(B))),
% i(i(B))),
% i(B)),
% j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(i(B))),C))),
% i(
% i(i(B))))),
% i(
% i(B))),
% i(
% i(B))),
% i(B))))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(
% i(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(i(B))),C))),
% i(
% i(i(B))))),
% i(
% i(B))),
% i(
% i(B))),
% i(B)))),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% i(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(i(B))),C))),
% i(
% i(i(B))))),
% i(
% i(B))),
% i(
% i(B))),
% i(B)))))),
% i(quotient(quotient(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(i(B))),C))),
% i(i(i(B))))),
% i(i(B))),i(i(B))),
% i(B)))),i(quotient(quotient(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(i(B))),C))),
% i(i(i(B))))),
% i(i(B))),
% i(i(B))),i(B)))),
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(quotient(C,
% j(j(C))),
% quotient(i(i(i(B))),C))),
% i(i(i(B))))),i(i(B))),i(i(B))),
% i(B))),B),A) <->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),i(A)),
% i(A)),A),j(j(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(C,
% i(B)),B)))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(C,
% i(B)),B)))),
% i(i(A)))),
% i(A)),i(A)),A),
% j(j(quotient(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% i(B)),B),
% j(j(quotient(
% quotient(C,
% i(B)),B)))),
% quotient(
% i(i(A)),
% quotient(
% quotient(C,
% i(B)),B)))),
% i(i(A)))),
% i(A)),i(A)),A)))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(i(A)))),i(A)),
% i(A)),A)),quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(C,
% i(B)),B)))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(C,
% i(B)),B)))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% i(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),i(A)),A)))),quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A))
% Current number of equations to process: 219
% Current number of ordered equations: 0
% Current number of rules: 228
% New rule produced :
% [757]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(i(A)),B))),
% i(i(A)))),i(A)),i(A)) ->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(A),quotient(quotient(A,j(j(A))),quotient(i(B),A))))
% Rule
% [624]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A),j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(i(quotient(quotient(quotient(C,A),
% j(j(quotient(C,A)))),quotient(
% i(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A))),
% quotient(C,A)))),
% i(i(quotient(quotient(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(i(A)))),i(A)),
% i(A)),A))))),i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A))),
% i(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),i(A)),A))),quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A)) <->
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B),A),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B),A)))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B),A)))),
% i(i(A)))),i(A)),
% i(A)),A) collapsed.
% Rule
% [625]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B),A),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B),A)))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B),A)))),
% i(i(A)))),i(A)),
% i(A)),A) <->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A),j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(i(quotient(quotient(quotient(C,A),
% j(j(quotient(C,A)))),quotient(
% i(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A))),
% quotient(C,A)))),
% i(i(quotient(quotient(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(i(A)))),i(A)),
% i(A)),A))))),i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A))),
% i(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),i(A)),A))),quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A)) collapsed.
% Rule
% [637]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A),j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(i(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% i(C)),A))),
% i(i(C)))),
% i(C)),
% i(C)),C),A),
% j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(i(C)),A))),
% i(i(C)))),
% i(C)),i(C)),C),A)))),
% quotient(i(i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),i(A)),A))),
% quotient(quotient(quotient(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% i(C)),A))),
% i(i(C)))),
% i(C)),
% i(C)),C),A)))),
% i(i(quotient(quotient(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(i(A)))),i(A)),
% i(A)),A))))),i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A))),
% i(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),i(A)),A))),quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A)) ->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A),j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(i(quotient(quotient(C,j(j(C))),quotient(
% i(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A))),C))),
% i(i(quotient(quotient(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(i(A)))),i(A)),
% i(A)),A))))),i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A))),
% i(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),i(A)),A))),quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A)) collapsed.
% Rule
% [655]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A),
% j(j(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% i(i(A)))),
% i(A)),
% i(A)),A),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(i(B)),C))),
% i(i(B)))),
% i(B)),i(B)),B),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(i(B)))),
% i(B)),
% i(B)),B)))),
% quotient(
% i(i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(i(B)),C))),
% i(i(B)))),
% i(B)),i(B)),B)))),
% i(i(A)))),
% i(A)),i(A)),A)))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)),
% quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% i(i(A)))),
% i(A)),
% i(A)),A)))),i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),i(A)),
% i(A)),A)),j(j(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% i(
% i(A)))),
% i(A)),
% i(A)),A),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),i(A)),A)))),
% quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(
% i(
% i(C)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% i(i(C)))),
% i(C)),
% i(C)),C),B),j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(
% i(
% i(C)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% i(
% i(C)))),
% i(C)),
% i(C)),C),B)))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A),
% j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),i(A)),A)))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(i(B)),C))),
% i(i(B)))),
% i(B)),i(B)),B),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(i(B)))),
% i(B)),
% i(B)),B)))),
% quotient(
% i(i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(i(B)),C))),
% i(i(B)))),
% i(B)),i(B)),B)))),
% i(i(A)))),
% i(A)),i(A)),A),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(i(B)))),
% i(B)),
% i(B)),B),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% quotient(
% i(i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(i(B)))),
% i(B)),
% i(B)),B)))),
% i(i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),i(A)),A)),
% quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(i(B)),C))),
% i(i(B)))),
% i(B)),i(B)),B),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(i(B)))),
% i(B)),
% i(B)),B)))),
% quotient(
% i(i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(i(B)),C))),
% i(i(B)))),
% i(B)),i(B)),B)))),
% i(i(A)))),
% i(A)),i(A)),A)))),
% i(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),i(A)),A)))),
% quotient(quotient(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(i(A)))),i(A)),
% i(A)),A))),quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),i(A)),A),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(
% i(i(C)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),i(A)),A)))),
% i(i(C)))),
% i(C)),i(C)),C),B)))),
% i(quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(i(A)))),
% i(A)),i(A)),A),
% j(j(quotient(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),i(A)),A)))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% i(
% i(A)))),
% i(A)),
% i(A)),A),j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),i(A)),A)),
% quotient(quotient(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% i(i(A)))),i(A)),
% i(A)),A)))),i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),i(A)),A))))),quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% i(
% i(A)))),
% i(A)),
% i(A)),A),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A))) -> A
% collapsed.
% Rule
% [690]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(B,
% j(j(B))),
% j(j(quotient(B,j(j(B)))))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(i(i(
% quotient(B,
% j(
% j(B))))),
% quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A)))),
% i(i(quotient(B,j(j(B))))))),
% i(quotient(B,j(j(B))))),i(quotient(B,
% j(j(B))))),
% quotient(B,j(j(B)))),B),A) ->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),i(A)),
% i(A)),A),j(j(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),
% j(
% j(B))))),
% i(i(A)))),
% i(A)),i(A)),A),
% j(j(quotient(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),
% j(j(B))))),
% i(i(A)))),
% i(A)),i(A)),A)))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(i(A)))),i(A)),
% i(A)),A)),quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),
% j(
% j(B))))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% i(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),i(A)),A)))),quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A)) collapsed.
% Rule
% [709]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(
% quotient(A,
% j(
% j(A))))),B))),
% i(
% i(
% quotient(A,
% j(
% j(A))))))),
% i(
% quotient(A,
% j(
% j(A))))),
% i(
% quotient(A,
% j(
% j(A))))),
% quotient(A,
% j(
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(
% quotient(A,
% j(
% j(A))))),B))),
% i(
% i(
% quotient(A,
% j(
% j(A))))))),
% i(
% quotient(A,
% j(
% j(A))))),
% i(
% quotient(A,
% j(
% j(A))))),
% quotient(A,
% j(
% j(A))))))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(
% quotient(A,
% j(
% j(A))))),B))),
% i(
% i(
% quotient(A,
% j(
% j(A))))))),
% i(
% quotient(A,
% j(
% j(A))))),
% i(
% quotient(A,
% j(
% j(A))))),
% quotient(A,
% j(
% j(A))))))),
% i(
% i(A)))),
% i(A)),
% i(A)),A),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(quotient(A,
% j(
% j(A)))))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(
% quotient(A,
% j(
% j(A))))),B))),
% i(i(quotient(A,
% j(
% j(A))))))),
% i(quotient(A,
% j(j(A))))),
% i(quotient(A,
% j(j(A))))),
% quotient(A,
% j(j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(
% quotient(A,
% j(
% j(A))))),B))),
% i(
% i(
% quotient(A,
% j(
% j(A))))))),
% i(
% quotient(A,
% j(
% j(A))))),
% i(
% quotient(A,
% j(
% j(A))))),
% quotient(A,
% j(
% j(A))))))),
% quotient(
% i(i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(quotient(A,
% j(
% j(A)))))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(
% quotient(A,
% j(
% j(A))))),B))),
% i(i(quotient(A,
% j(
% j(A))))))),
% i(quotient(A,
% j(j(A))))),
% i(quotient(A,
% j(j(A))))),
% quotient(A,
% j(j(A))))))),
% i(i(A)))),
% i(A)),i(A)),A)))),
% quotient(j(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(
% quotient(A,
% j(
% j(A))))),B))),
% i(i(
% quotient(A,
% j(
% j(A))))))),
% i(quotient(A,
% j(
% j(A))))),
% i(quotient(A,
% j(
% j(A))))),
% quotient(A,
% j(j(A)))),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(
% quotient(A,
% j(
% j(A))))),B))),
% i(
% i(
% quotient(A,
% j(
% j(A))))))),
% i(
% quotient(A,
% j(
% j(A))))),
% i(
% quotient(A,
% j(
% j(A))))),
% quotient(A,
% j(
% j(A))))))),
% quotient(
% i(i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(
% quotient(A,
% j(
% j(A))))),B))),
% i(i(
% quotient(A,
% j(
% j(A))))))),
% i(quotient(A,
% j(
% j(A))))),
% i(quotient(A,
% j(
% j(A))))),
% quotient(A,
% j(j(A))))))),
% i(i(A)))),
% i(A)),
% i(A)),A)))),
% j(A))),j(j(A))) ->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(quotient(A,
% j(j(A))),
% quotient(i(i(B)),
% j(j(A))))),i(i(B)))),
% i(B)),i(B)),B),quotient(A,j(j(A)))),A)
% collapsed.
% Rule
% [715]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(i(B)),C))),
% i(i(B)))),i(B)),
% i(B)),j(j(quotient(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(i(B)),C))),
% i(i(B)))),
% i(B)),i(B))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(B),A))),
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(i(B)))),
% i(B)),i(B)))),B),A) ->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(B,
% j(j(B))),
% quotient(i(C),B)),
% j(j(quotient(quotient(B,j(j(B))),
% quotient(i(C),B))))),
% quotient(i(B),quotient(quotient(B,
% j(j(B))),quotient(
% i(C),B)))),
% j(j(quotient(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(C),B)),j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(i(B),quotient(quotient(B,j(j(B))),
% quotient(i(C),B))))))),quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(B),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)))))),B),A)
% collapsed.
% Rule
% [744]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A),j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(i(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(
% i(
% i(C)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% i(i(C)))),
% i(C)),
% i(C)),C),B),A),
% j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),i(A)),A),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(
% i(i(C)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),i(A)),A)))),
% i(i(C)))),
% i(C)),i(C)),C),B),A)))),
% quotient(i(i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),i(A)),A))),
% quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(
% i(
% i(C)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% i(i(C)))),
% i(C)),
% i(C)),C),B),A)))),
% i(i(quotient(quotient(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(i(A)))),i(A)),
% i(A)),A))))),i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A))),
% i(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),i(A)),A))),quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A)) ->
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(B)),C))),
% i(
% i(B)))),
% i(B)),
% i(B)),B)))),
% i(i(A)))),i(A)),
% i(A)),A) collapsed.
% Rule
% [755]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),i(A)),
% i(A)),A),j(j(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(C,
% i(B)),B)))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(C,
% i(B)),B)))),
% i(i(A)))),
% i(A)),i(A)),A),
% j(j(quotient(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% i(B)),B),
% j(j(quotient(
% quotient(C,
% i(B)),B)))),
% quotient(
% i(i(A)),
% quotient(
% quotient(C,
% i(B)),B)))),
% i(i(A)))),
% i(A)),i(A)),A)))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(i(A)))),i(A)),
% i(A)),A)),quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(C,
% i(B)),B)))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(C,
% i(B)),B)))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% i(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),i(A)),A)))),quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A)) <->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(i(i(B))),C))),
% i(i(i(B))))),
% i(i(B))),
% i(i(B))),
% i(B)),
% j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(i(B))),C))),
% i(
% i(i(B))))),
% i(
% i(B))),
% i(
% i(B))),
% i(B))))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(
% i(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(i(B))),C))),
% i(
% i(i(B))))),
% i(
% i(B))),
% i(
% i(B))),
% i(B)))),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% i(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(i(B))),C))),
% i(
% i(i(B))))),
% i(
% i(B))),
% i(
% i(B))),
% i(B)))))),
% i(quotient(quotient(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(i(B))),C))),
% i(i(i(B))))),
% i(i(B))),i(i(B))),
% i(B)))),i(quotient(quotient(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(i(B))),C))),
% i(i(i(B))))),
% i(i(B))),
% i(i(B))),i(B)))),
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(quotient(C,
% j(j(C))),
% quotient(i(i(i(B))),C))),
% i(i(i(B))))),i(i(B))),i(i(B))),
% i(B))),B),A) collapsed.
% Rule
% [756]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(i(i(B))),C))),
% i(i(i(B))))),
% i(i(B))),
% i(i(B))),
% i(B)),
% j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(i(B))),C))),
% i(
% i(i(B))))),
% i(
% i(B))),
% i(
% i(B))),
% i(B))))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(
% i(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(i(B))),C))),
% i(
% i(i(B))))),
% i(
% i(B))),
% i(
% i(B))),
% i(B)))),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% i(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(i(B))),C))),
% i(
% i(i(B))))),
% i(
% i(B))),
% i(
% i(B))),
% i(B)))))),
% i(quotient(quotient(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(i(B))),C))),
% i(i(i(B))))),
% i(i(B))),i(i(B))),
% i(B)))),i(quotient(quotient(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% i(i(B))),C))),
% i(i(i(B))))),
% i(i(B))),
% i(i(B))),i(B)))),
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(quotient(C,
% j(j(C))),
% quotient(i(i(i(B))),C))),
% i(i(i(B))))),i(i(B))),i(i(B))),
% i(B))),B),A) <->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),
% i(i(A)))),i(A)),
% i(A)),A),j(j(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(C,
% i(B)),B)))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(C,
% i(B)),B)))),
% i(i(A)))),
% i(A)),i(A)),A),
% j(j(quotient(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% i(B)),B),
% j(j(quotient(
% quotient(C,
% i(B)),B)))),
% quotient(
% i(i(A)),
% quotient(
% quotient(C,
% i(B)),B)))),
% i(i(A)))),
% i(A)),i(A)),A)))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(i(A)))),i(A)),
% i(A)),A)),quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% i(B)),B),
% j(
% j(
% quotient(
% quotient(C,
% i(B)),B)))),
% quotient(
% i(
% i(A)),
% quotient(
% quotient(C,
% i(B)),B)))),
% i(
% i(A)))),
% i(A)),
% i(A)),A)))),
% i(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(
% i(A)))),
% i(A)),i(A)),A)))),quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),
% i(i(A)))),
% i(A)),
% i(A)),A)) collapsed.
% Current number of equations to process: 222
% Current number of ordered equations: 0
% Current number of rules: 219
% New rule produced :
% [758]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(B),quotient(quotient(A,j(j(A))),quotient(i(B),A)))),
% j(quotient(quotient(A,j(j(A))),quotient(i(B),A)))),quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B)),
% j(B))) ->
% quotient(quotient(A,j(j(A))),quotient(i(B),A))
% Current number of equations to process: 219
% Current number of ordered equations: 0
% Current number of rules: 220
% New rule produced :
% [759]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A),
% j(j(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C)),
% j(j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C)),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C)),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))))),
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))))),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C)))))),
% quotient(i(quotient(quotient(C,
% j(
% j(C))),
% quotient(i(A),C))),
% quotient(quotient(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C)),
% j(j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% i(quotient(quotient(C,
% j(
% j(C))),
% quotient(i(A),C))))),
% quotient(quotient(C,j(j(C))),
% quotient(i(A),C))))),j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% j(j(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C)),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C)),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))))),
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))))),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),
% j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C)),
% j(j(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C)),
% j(j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))))),
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))))),
% quotient(quotient(C,
% j(j(C))),
% quotient(i(A),C)))))),
% quotient(i(quotient(quotient(C,
% j(j(C))),
% quotient(i(A),C))),
% quotient(quotient(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C)),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C)),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))))),
% i(quotient(quotient(C,
% j(j(C))),
% quotient(i(A),C))))),
% quotient(quotient(C,j(j(C))),
% quotient(i(A),C))))),j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C)),
% j(j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C)))))))),
% quotient(i(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% quotient(i(A),quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)),quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C)),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C)),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))))),
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))))),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C)),
% j(j(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C)),
% j(j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))))),
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))))),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C)))))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C)),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C)),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))))),
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))))),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))))),
% j(quotient(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C)),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C)),
% j(j(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))))),
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))))),
% quotient(quotient(C,
% j(j(C))),
% quotient(i(A),C)))))))),
% i(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)))),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)) ->
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)),B)),C),
% quotient(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(A),C)),
% j(j(quotient(quotient(C,j(j(C))),quotient(i(A),C))))),
% quotient(i(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(
% i(B),C)),
% j(j(quotient(quotient(C,j(j(C))),quotient(
% i(B),C))))),
% quotient(i(quotient(quotient(C,j(j(C))),quotient(i(A),C))),
% quotient(quotient(C,j(j(C))),quotient(i(B),C))))),
% i(quotient(quotient(C,j(j(C))),quotient(i(A),C))))),quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))))
% Current number of equations to process: 218
% Current number of ordered equations: 0
% Current number of rules: 221
% New rule produced :
% [760]
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A)),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(A)),
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(A)),
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))))))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(A)),
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))))))),
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A)),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(A))))),
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A)))))),x1)),
% j(
% j(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A)),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(A)),
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(A)),
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))))))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(A)),
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))))))),
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A)),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(A))))),
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A)))))),x1))))),
% quotient(i(B),
% quotient(quotient(x1,
% j(
% j(x1))),
% quotient(i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A)),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(A)),
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(A)),
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))))))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(A)),
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))))))),
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A)),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(A))))),
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A)))))),x1))))),
% i(B))),B),A) ->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(B),A))),A)),B),A)
% Current number of equations to process: 217
% Current number of ordered equations: 0
% Current number of rules: 222
% New rule produced :
% [761]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))))))),
% quotient(A,
% quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(j(A))))))),A)),
% j(A)),j(j(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))))))),A)),
% j(A))))),quotient(i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))))))),A)),
% j(A))))),i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(quotient(A,j(j(A))),quotient(i(B),A))) ->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(A,j(A))),
% j(A))),j(j(A))),j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(A,
% j(A))),
% j(A))),
% j(j(A)))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(B),A))),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(A,
% j(A))),
% j(A))),j(j(A))))),B),A)
% Current number of equations to process: 215
% Current number of ordered equations: 0
% Current number of rules: 223
% New rule produced :
% [762]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% j(B),A),
% j(
% j(
% quotient(
% j(B),A)))),
% quotient(i(A),
% quotient(j(B),A)))),
% i(A))),A),quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% i(A)))),
% i(B))),B),B),
% j(B))) -> i(A)
% Current number of equations to process: 214
% Current number of ordered equations: 0
% Current number of rules: 224
% New rule produced :
% [763]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),j(A))),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),j(A)))))),
% quotient(i(quotient(quotient(quotient(C,j(j(C))),quotient(i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(A,B)),
% j(B))),C)),
% quotient(quotient(A,j(j(A))),quotient(i(B),j(A))))),
% quotient(quotient(A,j(j(A))),quotient(i(B),j(A))))),B) ->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),j(A))),j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% j(A)))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),quotient(i(B),j(A)))))
% Current number of equations to process: 213
% Current number of ordered equations: 0
% Current number of rules: 225
% New rule produced :
% [764]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),i(A))),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),i(A)))))),
% quotient(i(quotient(quotient(quotient(C,j(j(C))),quotient(i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B)),
% j(B))),C)),
% quotient(quotient(A,j(j(A))),quotient(i(B),i(A))))),
% quotient(quotient(A,j(j(A))),quotient(i(B),i(A))))),B) ->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),i(A))),j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% i(A)))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),quotient(i(B),i(A)))))
% Current number of equations to process: 212
% Current number of ordered equations: 0
% Current number of rules: 226
% New rule produced :
% [765]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(i(B)),A)),quotient(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% i(B))),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% i(B)))))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),
% i(B)))))),
% i(C))),C),A))
% -> quotient(quotient(A,j(j(A))),quotient(i(C),A))
% Current number of equations to process: 211
% Current number of ordered equations: 0
% Current number of rules: 227
% New rule produced :
% [766]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),quotient(i(B),A)))),
% quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(C,j(j(C))),
% quotient(i(A),C))),B)),A))
% -> A
% Current number of equations to process: 210
% Current number of ordered equations: 0
% Current number of rules: 228
% New rule produced :
% [767]
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(A),V_3))),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(A),V_3))),C))))),
% quotient(i(B),
% quotient(quotient(C,
% j(
% j(C))),
% quotient(i(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(A),V_3))),C))))),
% i(B))),B),A) <->
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(C),A)),
% j(j(quotient(quotient(A,
% j(j(A))),
% quotient(i(C),A))))),
% quotient(i(V_3),quotient(quotient(A,
% j(j(A))),
% quotient(i(C),A)))),
% j(j(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(C),A)),
% j(j(quotient(quotient(A,j(j(A))),
% quotient(i(C),A))))),quotient(
% i(V_3),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(B),A))),
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(C),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(C),A))))),
% quotient(i(V_3),quotient(quotient(A,j(j(A))),quotient(
% i(C),A))))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))
% Rule
% [724]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),B))),
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),B))),
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),B))),
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)))))),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),B))),
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),B))),
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),B))),
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)))))),B))))),
% quotient(i(A),
% quotient(quotient(B,
% j(
% j(B))),
% quotient(i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),B))),
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),B))),
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))),B))),
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)))))),B))))),
% i(A))),A),C) ->
% quotient(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(A),C)),
% j(j(quotient(quotient(C,j(j(C))),quotient(i(A),C))))),
% quotient(i(quotient(quotient(B,j(j(B))),quotient(i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B))),
% i(quotient(quotient(C,j(j(C))),quotient(i(A),C))))),quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C)))
% collapsed.
% Current number of equations to process: 208
% Current number of ordered equations: 1
% Current number of rules: 228
% New rule produced :
% [768]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(C),A)),
% j(j(quotient(quotient(A,
% j(j(A))),
% quotient(i(C),A))))),
% quotient(i(V_3),quotient(quotient(A,
% j(j(A))),
% quotient(i(C),A)))),
% j(j(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(C),A)),
% j(j(quotient(quotient(A,j(j(A))),
% quotient(i(C),A))))),quotient(
% i(V_3),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(C),A))))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(B),A))),
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(C),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(C),A))))),
% quotient(i(V_3),quotient(quotient(A,j(j(A))),quotient(
% i(C),A))))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))) <->
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(A),V_3))),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(A),V_3))),C))))),
% quotient(i(B),
% quotient(quotient(C,
% j(
% j(C))),
% quotient(i(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(A),V_3))),C))))),
% i(B))),B),A)
% Current number of equations to process: 208
% Current number of ordered equations: 0
% Current number of rules: 229
% New rule produced :
% [769]
% quotient(quotient(quotient(quotient(quotient(A,i(B)),B),j(j(quotient(
% quotient(A,
% i(B)),B)))),
% quotient(i(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% i(i(B))),A))),
% i(
% i(i(B))))),
% i(
% i(B))),
% i(
% i(B))),
% i(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% i(i(B))),A))),
% i(
% i(i(B))))),
% i(
% i(B))),
% i(
% i(B))),
% i(B))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% i(i(B))),A))),
% i(
% i(i(B))))),
% i(
% i(B))),
% i(
% i(B))),
% i(B))))),B)),
% j(j(quotient(quotient(B,j(j(B))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(i(i(B))),A))),
% i(i(i(B))))),
% i(i(B))),
% i(i(B))),
% i(B)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% i(i(B))),A))),
% i(
% i(i(B))))),
% i(
% i(B))),
% i(
% i(B))),
% i(B))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(i(i(B))),A))),
% i(i(i(B))))),
% i(i(B))),
% i(i(B))),
% i(B))))),B))))),
% quotient(i(quotient(quotient(A,i(B)),B)),quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(i(i(B))),A))),
% i(i(i(B))))),
% i(i(B))),
% i(i(B))),
% i(B)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% i(i(B))),A))),
% i(
% i(i(B))))),
% i(
% i(B))),
% i(
% i(B))),
% i(B))))),
% quotient(
% i(C),quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% i(i(B))),A))),
% i(
% i(i(B))))),
% i(
% i(B))),
% i(
% i(B))),
% i(B))))),B))))),
% i(quotient(quotient(A,i(B)),B)))),quotient(quotient(A,i(B)),B)) ->
% quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(A,
% i(B)),B)),C)),
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% i(i(B))),A))),
% i(i(i(B))))),
% i(i(B))),i(i(B))),i(B))),B)
% Current number of equations to process: 207
% Current number of ordered equations: 0
% Current number of rules: 230
% New rule produced :
% [770]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(B,A)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(B,A)),
% j(A))))),
% quotient(i(A),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(B,A)),
% j(A))))),
% i(A))),A) ->
% quotient(quotient(B,j(j(B))),quotient(i(A),j(B)))
% Rule
% [461]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(A)),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(A))))),
% quotient(i(A),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(A))))),
% i(A))),A) ->
% quotient(quotient(B,j(j(B))),quotient(i(A),B)) collapsed.
% Current number of equations to process: 205
% Current number of ordered equations: 0
% Current number of rules: 230
% New rule produced :
% [771]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),C)),B)),B))),A)),
% quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(A,j(j(A))),
% quotient(i(B),A))),C)),B))
% ->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(C),B))),A)),
% j(A)),quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),C)),B))
% Current number of equations to process: 204
% Current number of ordered equations: 0
% Current number of rules: 231
% New rule produced :
% [772]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(A,
% i(A)),
% j(
% j(
% quotient(A,
% i(A))))),
% quotient(i(i(A)),
% quotient(A,
% i(A))))),i(i(A)))),
% i(A)),quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(A,
% j(j(A)))),A)),
% j(A))) -> i(i(A))
% Current number of equations to process: 202
% Current number of ordered equations: 0
% Current number of rules: 232
% New rule produced :
% [773]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(A),
% j(j(A)))),j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(A),
% j(
% j(A))))))),
% quotient(i(quotient(quotient(B,j(j(B))),quotient(i(A),B))),quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(A),
% j(
% j(A)))))),A)
% ->
% quotient(quotient(quotient(quotient(A,i(A)),j(j(quotient(A,i(A))))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% quotient(A,
% i(A)))),A)
% Current number of equations to process: 199
% Current number of ordered equations: 0
% Current number of rules: 233
% New rule produced :
% [774]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(quotient(quotient(quotient(C,j(j(C))),quotient(i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B)),
% j(B))),C)),
% quotient(quotient(A,j(j(A))),quotient(i(B),A)))),
% quotient(quotient(A,j(j(A))),quotient(i(B),A)))),B) ->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),quotient(i(B),A))))
% Current number of equations to process: 198
% Current number of ordered equations: 0
% Current number of rules: 234
% New rule produced :
% [775]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(
% quotient(A,
% j(A))),B)),A)),A)),A)
% -> quotient(quotient(A,j(j(A))),quotient(i(B),A))
% Current number of equations to process: 196
% Current number of ordered equations: 0
% Current number of rules: 235
% New rule produced :
% [776]
% quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(A,j(j(A))),
% quotient(i(B),A))),j(A))) ->
% quotient(quotient(B,A),j(A))
% Current number of equations to process: 199
% Current number of ordered equations: 0
% Current number of rules: 236
% Rule [465]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(j(quotient(B,
% j(B))))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(
% quotient(B,
% j(B)))),B))),
% i(i(quotient(B,
% j(B)))))),
% i(quotient(B,
% j(B)))),
% quotient(B,
% j(B))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(
% quotient(B,
% j(B)))),B))),
% i(
% i(
% quotient(B,
% j(B)))))),
% i(
% quotient(B,
% j(B)))),
% quotient(B,
% j(B)))))),
% quotient(
% i(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(
% quotient(B,
% j(B)))),B))),
% i(
% i(
% quotient(B,
% j(B)))))),
% i(
% quotient(B,
% j(B)))),
% quotient(B,
% j(B)))))),
% i(A))),A),i(B)) ->
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(
% i(A),i(B))),
% j(j(quotient(quotient(B,j(j(B))),quotient(i(A),i(B)))))),
% quotient(i(quotient(quotient(B,j(j(B))),quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),
% i(B)))),B))),
% i(quotient(quotient(B,j(j(B))),quotient(i(A),i(B)))))),
% quotient(quotient(B,j(j(B))),quotient(i(A),i(B)))) is composed into 
% [465]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(
% quotient(B,
% j(B)))),B))),
% i(
% i(
% quotient(B,
% j(B)))))),
% i(
% quotient(B,
% j(B)))),
% quotient(B,
% j(B))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(
% quotient(B,
% j(B)))),B))),
% i(
% i(
% quotient(B,
% j(B)))))),
% i(
% quotient(B,
% j(B)))),
% quotient(B,
% j(B)))))),
% quotient(i(A),
% quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(
% quotient(B,
% j(B)))),B))),
% i(
% i(
% quotient(B,
% j(B)))))),
% i(
% quotient(B,
% j(B)))),
% quotient(B,
% j(B)))))),i(A))),A),
% i(B)) ->
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(A),i(B))),
% j(j(quotient(quotient(B,j(j(B))),quotient(i(A),i(B)))))),
% quotient(i(quotient(quotient(A,i(B)),B)),i(quotient(quotient(B,
% j(j(B))),
% quotient(i(A),i(B)))))),
% quotient(quotient(B,j(j(B))),quotient(i(A),i(B))))
% New rule produced :
% [777]
% quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(A,j(j(A))),
% quotient(i(B),i(A)))),A)) ->
% quotient(quotient(B,i(A)),A)
% Current number of equations to process: 200
% Current number of ordered equations: 0
% Current number of rules: 237
% New rule produced :
% [778]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))),
% quotient(i(quotient(A,j(A))),
% quotient(quotient(A,j(j(A))),
% quotient(i(B),A))))),
% j(A))),quotient(A,j(A))) ->
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(A,j(A))),B)),A),A)
% Current number of equations to process: 202
% Current number of ordered equations: 0
% Current number of rules: 238
% New rule produced :
% [779]
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(A),
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))))),B)),A),
% i(quotient(quotient(A,j(j(A))),quotient(i(B),A)))) ->
% quotient(i(A),i(quotient(quotient(A,j(j(A))),quotient(i(B),A))))
% Current number of equations to process: 206
% Current number of ordered equations: 0
% Current number of rules: 239
% New rule produced :
% [780]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(B,A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(B,A))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(A,
% j(j(A))),
% quotient(B,A))),A))),
% i(quotient(quotient(A,j(j(A))),quotient(B,A))))),quotient(quotient(A,
% j(
% j(A))),
% quotient(B,A))) <->
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(A,
% j(
% j(A))),
% quotient(B,A))),B)),
% j(B)),A)
% Current number of equations to process: 206
% Current number of ordered equations: 1
% Current number of rules: 240
% New rule produced :
% [781]
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(A,
% j(
% j(A))),
% quotient(B,A))),B)),
% j(B)),A) <->
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(B,A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(B,A))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(A,
% j(j(A))),
% quotient(B,A))),A))),
% i(quotient(quotient(A,j(j(A))),quotient(B,A))))),quotient(quotient(A,
% j(
% j(A))),
% quotient(B,A)))
% Current number of equations to process: 206
% Current number of ordered equations: 0
% Current number of rules: 241
% New rule produced :
% [782]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),B)),A)),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B)),A)),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(V_3),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(V_3),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B)),A)),A))),
% quotient(quotient(A,j(j(A))),quotient(i(V_3),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B)),A)),A))))),
% quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B)),A)),A)))
% <->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(B),A)),j(j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),
% quotient(i(B),A)))),j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(V_3),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(V_3),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(B),A)),j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),
% quotient(i(B),A))))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(V_3),A))))),
% i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),quotient(i(B),A))))))),
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),quotient(i(B),A)))))
% Current number of equations to process: 205
% Current number of ordered equations: 1
% Current number of rules: 242
% New rule produced :
% [783]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(B),A)),j(j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),
% quotient(i(B),A)))),j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(V_3),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(V_3),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(B),A)),j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),
% quotient(i(B),A))))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(V_3),A))))),
% i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),quotient(i(B),A))))))),
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),quotient(i(B),A))))) <->
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),B)),A)),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B)),A)),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(V_3),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(V_3),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B)),A)),A))),
% quotient(quotient(A,j(j(A))),quotient(i(V_3),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B)),A)),A))))),
% quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B)),A)),A)))
% Current number of equations to process: 205
% Current number of ordered equations: 0
% Current number of rules: 243
% New rule produced :
% [784]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),A))),
% i(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))) <->
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(B),A))),
% i(B))),B),A)
% Current number of equations to process: 204
% Current number of ordered equations: 1
% Current number of rules: 244
% New rule produced :
% [785]
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(B),A))),
% i(B))),B),A) <->
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),A))),
% i(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))
% Current number of equations to process: 204
% Current number of ordered equations: 0
% Current number of rules: 245
% New rule produced :
% [786]
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(A),
% j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))))),B)),A),
% j(quotient(quotient(A,j(j(A))),quotient(i(B),A)))) ->
% i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(A),j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))))
% Current number of equations to process: 203
% Current number of ordered equations: 0
% Current number of rules: 246
% New rule produced :
% [787]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% i(B),A),
% j(
% j(
% quotient(
% i(B),A)))),
% quotient(i(A),
% quotient(i(B),A)))),
% i(A))),A),quotient(quotient(B,
% j(j(B))),
% quotient(i(i(A)),
% i(B)))) -> i(A)
% Current number of equations to process: 202
% Current number of ordered equations: 0
% Current number of rules: 247
% New rule produced :
% [788]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B)),B))),A)),V_3)
% <->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(j(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% quotient(i(V_3),quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),A)),V_3)
% Current number of equations to process: 201
% Current number of ordered equations: 1
% Current number of rules: 248
% New rule produced :
% [789]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(j(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% quotient(i(V_3),quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),A)),V_3)
% <->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B)),B))),A)),V_3)
% Current number of equations to process: 201
% Current number of ordered equations: 0
% Current number of rules: 249
% New rule produced :
% [790]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B),
% j(A)),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B),
% j(A)),
% j(
% j(A)))))),
% quotient(
% j(A),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B),
% j(A)),
% j(
% j(A)))))),
% j(A))),
% j(j(A))),j(j(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(quotient(A,
% j(j(A)))))),
% quotient(
% i(B),quotient(A,
% j(
% j(A)))))),
% i(B))),B),
% j(A)),j(j(A))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(j(A)))))),
% i(B))),B),
% j(A)),
% j(j(A)))))),
% quotient(
% j(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B),
% j(A)),
% j(j(A)))))),
% j(A))),j(j(A)))))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B))),
% j(A)),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B))),
% j(A)),
% j(
% j(A)))))),
% quotient(
% j(A),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B))),
% j(A)),
% j(
% j(A)))))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B))),
% j(A)),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B))),
% j(A)),
% j(
% j(A)))))),
% quotient(
% j(A),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B))),
% j(A)),
% j(
% j(A)))))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B),
% j(A)),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B),
% j(A)),
% j(
% j(A)))))),
% quotient(
% j(A),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B),
% j(A)),
% j(
% j(A)))))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B))),
% j(A)),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B))),
% j(A)),
% j(
% j(A)))))),
% quotient(
% j(A),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B)))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B))),
% j(A)),
% j(
% j(A)))))),
% j(A))),
% j(
% j(A)))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B),
% j(A)),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B),
% j(A)),
% j(
% j(A)))))),
% quotient(
% j(A),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B),
% j(A)),
% j(
% j(A)))))),
% j(A))),
% j(
% j(A)))))),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B),
% j(A)),
% j(
% j(A))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(j(A)))))),
% i(B))),B),
% j(A)),j(j(A)))))),
% quotient(j(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% j(j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(j(A)))))),
% i(B))),B),
% j(A)),
% j(j(A)))))),
% j(A))),j(j(A)))) ->
% quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B),
% j(A)),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B),
% j(A)),
% j(
% j(A)))))),
% quotient(
% j(A),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(A,
% j(
% j(A)))))),
% i(B))),B),
% j(A)),
% j(
% j(A)))))),
% j(A))),
% j(j(A)))),C)),
% quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% j(
% j(
% quotient(A,
% j(
% j(A)))))),
% quotient(i(B),
% quotient(A,
% j(j(A)))))),
% i(B))),B)),j(A))
% Current number of equations to process: 200
% Current number of ordered equations: 0
% Current number of rules: 250
% New rule produced :
% [791]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(B),A)),j(j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(A),quotient(quotient(A,j(j(A))),
% quotient(i(B),A)))),j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(A),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(B),A)),j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))),
% j(j(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(B),A)),j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(B),A)),j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(A),quotient(quotient(A,j(j(A))),
% quotient(i(B),A))))),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))))),
% i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(A),quotient(quotient(A,j(j(A))),quotient(i(B),A))))))),
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(A),quotient(quotient(A,j(j(A))),quotient(i(B),A))))) ->
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(A),
% quotient(quotient(A,
% j(
% j(A))),
% quotient(i(B),A))))),B)),A),
% quotient(quotient(A,j(j(A))),quotient(i(B),A)))
% Current number of equations to process: 199
% Current number of ordered equations: 0
% Current number of rules: 251
% New rule produced :
% [792]
% quotient(quotient(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(A,B)),C))),B)),
% quotient(A,B)),j(j(quotient(quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(A,B)),C))),B)),
% quotient(A,B))))),quotient(
% i(B),
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(A,B)),C))),B)),
% quotient(A,B)))),
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,B),
% j(j(quotient(A,B)))),
% quotient(i(quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(A,B)),B))),
% i(quotient(A,B)))),quotient(A,B)),
% j(j(quotient(quotient(quotient(quotient(A,B),
% j(j(quotient(A,B)))),
% quotient(i(quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(A,B)),B))),
% i(quotient(A,B)))),quotient(A,B))))),
% quotient(i(quotient(quotient(B,j(j(B))),quotient(i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(A,B)),C))),B))),
% quotient(quotient(quotient(quotient(A,B),j(j(quotient(A,B)))),
% quotient(i(quotient(quotient(B,j(j(B))),quotient(
% i(
% quotient(A,B)),B))),
% i(quotient(A,B)))),quotient(A,B)))),quotient(A,B)),
% quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(A,B)),C))),B)),
% quotient(A,B)))) ->
% quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(A,B)),C))),B))
% Current number of equations to process: 197
% Current number of ordered equations: 0
% Current number of rules: 252
% New rule produced :
% [793]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),quotient(i(B),A)))),
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),B)),A),C),
% quotient(quotient(A,j(j(A))),quotient(i(B),A)))) ->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(quotient(quotient(C,j(j(C))),quotient(i(A),C))),quotient(quotient(A,
% j(
% j(A))),
% quotient(i(B),A))))
% Current number of equations to process: 195
% Current number of ordered equations: 0
% Current number of rules: 253
% New rule produced :
% [794]
% quotient(quotient(quotient(quotient(quotient(quotient(A,quotient(quotient(B,
% j(j(B))),
% quotient(i(C),B))),
% j(j(quotient(A,quotient(quotient(B,
% j(j(B))),
% quotient(i(C),B)))))),
% quotient(i(B),quotient(A,quotient(quotient(B,
% j(j(B))),
% quotient(i(C),B))))),
% j(j(quotient(quotient(quotient(A,quotient(quotient(B,
% j(j(B))),
% quotient(i(C),B))),
% j(j(quotient(A,quotient(quotient(B,j(j(B))),
% quotient(i(C),B)))))),quotient(
% i(B),
% quotient(A,
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)))))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(A,
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))),
% j(j(quotient(A,
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)))))),
% quotient(
% i(B),quotient(A,
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)))))),A))),
% i(quotient(quotient(quotient(A,quotient(quotient(B,j(j(B))),
% quotient(i(C),B))),j(j(quotient(A,
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)))))),
% quotient(i(B),quotient(A,quotient(quotient(B,j(j(B))),quotient(
% i(C),B)))))))),
% quotient(quotient(quotient(A,quotient(quotient(B,j(j(B))),quotient(i(C),B))),
% j(j(quotient(A,quotient(quotient(B,j(j(B))),quotient(i(C),B)))))),
% quotient(i(B),quotient(A,quotient(quotient(B,j(j(B))),quotient(i(C),B))))))
% <->
% quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(
% quotient(A,
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))),
% j(
% j(
% quotient(A,
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)))))),
% quotient(i(B),
% quotient(A,
% quotient(quotient(B,
% j(
% j(B))),
% quotient(i(C),B)))))),C)),B),
% quotient(A,quotient(quotient(B,j(j(B))),quotient(i(C),B))))
% Current number of equations to process: 194
% Current number of ordered equations: 1
% Current number of rules: 254
% New rule produced :
% [795]
% quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(
% quotient(A,
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))),
% j(
% j(
% quotient(A,
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)))))),
% quotient(i(B),
% quotient(A,
% quotient(quotient(B,
% j(
% j(B))),
% quotient(i(C),B)))))),C)),B),
% quotient(A,quotient(quotient(B,j(j(B))),quotient(i(C),B)))) <->
% quotient(quotient(quotient(quotient(quotient(quotient(A,quotient(quotient(B,
% j(j(B))),
% quotient(i(C),B))),
% j(j(quotient(A,quotient(quotient(B,
% j(j(B))),
% quotient(i(C),B)))))),
% quotient(i(B),quotient(A,quotient(quotient(B,
% j(j(B))),
% quotient(i(C),B))))),
% j(j(quotient(quotient(quotient(A,quotient(quotient(B,
% j(j(B))),
% quotient(i(C),B))),
% j(j(quotient(A,quotient(quotient(B,j(j(B))),
% quotient(i(C),B)))))),quotient(
% i(B),
% quotient(A,
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)))))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(A,
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))),
% j(j(quotient(A,
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)))))),
% quotient(
% i(B),quotient(A,
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)))))),A))),
% i(quotient(quotient(quotient(A,quotient(quotient(B,j(j(B))),
% quotient(i(C),B))),j(j(quotient(A,
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)))))),
% quotient(i(B),quotient(A,quotient(quotient(B,j(j(B))),quotient(
% i(C),B)))))))),
% quotient(quotient(quotient(A,quotient(quotient(B,j(j(B))),quotient(i(C),B))),
% j(j(quotient(A,quotient(quotient(B,j(j(B))),quotient(i(C),B)))))),
% quotient(i(B),quotient(A,quotient(quotient(B,j(j(B))),quotient(i(C),B))))))
% Current number of equations to process: 194
% Current number of ordered equations: 0
% Current number of rules: 255
% New rule produced :
% [796]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(quotient(quotient(C,j(j(C))),quotient(i(V_3),C))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))) <->
% quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A))),V_3)),C)),C))),B)),A)),A))
% Current number of equations to process: 193
% Current number of ordered equations: 1
% Current number of rules: 256
% New rule produced :
% [797]
% quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(C),A))),V_3)),C)),C))),B)),A)),A))
% <->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(quotient(quotient(C,j(j(C))),quotient(i(V_3),C))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))
% Current number of equations to process: 193
% Current number of ordered equations: 0
% Current number of rules: 257
% New rule produced :
% [798]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% j(
% j(j(A))))),
% j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),j(j(j(A)))))))),
% quotient(A,quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),j(j(j(A)))))))),A)),
% j(A)) ->
% quotient(quotient(quotient(quotient(A,j(j(A))),j(j(quotient(A,j(j(A)))))),
% quotient(i(quotient(quotient(B,j(j(B))),quotient(A,B))),quotient(A,
% j(j(A))))),
% j(A))
% Current number of equations to process: 186
% Current number of ordered equations: 0
% Current number of rules: 258
% New rule produced :
% [799]
% quotient(quotient(quotient(quotient(B,i(B)),j(j(quotient(B,i(B))))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B))))),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))),B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))),B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B))))))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B))))),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))),B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))),B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))))))),
% quotient(
% i(
% i(
% quotient(B,
% i(B)))),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B))))),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))),B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))),B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))))))),
% i(
% i(
% quotient(B,
% i(B)))))),
% i(quotient(B,i(B)))) ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% j(B),
% i(
% quotient(B,
% i(B)))))),
% j(B))),j(j(B)))),A)),
% i(quotient(B,i(B))))
% Current number of equations to process: 185
% Current number of ordered equations: 0
% Current number of rules: 259
% New rule produced :
% [800]
% quotient(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),C)),
% quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),C)),B),
% j(j(quotient(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),C)),B)))),
% quotient(i(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A))),
% quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),C)),B))),
% j(j(quotient(quotient(quotient(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),C)),B),
% j(j(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),C)),B)))),
% quotient(i(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A))),
% quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),C)),B)))))),
% quotient(i(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),C)),B),
% j(j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),C)),B)))),
% quotient(i(B),
% quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),C)),B))),
% j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),C)),B),
% j(j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),C)),B)))),
% quotient(i(B),quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),C)),B)))))),
% quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),C)),B),
% j(j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),C)),B)))),
% quotient(i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% quotient(quotient(quotient(C,
% j(
% j(C))),
% quotient(i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),C)),B)))),
% quotient(quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),C)),B),
% j(j(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),C)),B)))),
% quotient(i(B),quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),C)),B)))))),
% i(quotient(quotient(quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),C)),B),
% j(j(quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),C)),B)))),
% quotient(i(quotient(quotient(A,j(j(A))),
% quotient(i(B),A))),quotient(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),C)),B)))))),
% quotient(quotient(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A))),C)),B),
% j(j(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A))),C)),B)))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(B),A))),
% quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),C)),B))))),B),A)
% ->
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(C),B))),A)),
% j(A)),j(j(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))),A)),
% j(A))))),quotient(i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))),A)),
% j(A))))),i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(quotient(A,j(j(A))),quotient(i(B),A)))
% Current number of equations to process: 184
% Current number of ordered equations: 0
% Current number of rules: 260
% New rule produced :
% [801]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(C),B))),A)),
% j(A)),quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(V_3),A)),j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(V_3),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),A)),
% j(j(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(i(A),
% quotient(quotient(B,
% j(
% j(B))),
% quotient(i(C),B))))),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),
% quotient(i(V_3),A))),quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(V_3),A))))),
% quotient(quotient(A,j(j(A))),quotient(i(V_3),A)))) ->
% quotient(quotient(A,j(j(A))),quotient(i(V_3),A))
% Current number of equations to process: 183
% Current number of ordered equations: 0
% Current number of rules: 261
% New rule produced :
% [802]
% quotient(quotient(quotient(quotient(B,j(B)),j(j(quotient(B,j(B))))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B)))),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B))))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B)))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B))))),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B))))),B))))),
% quotient(
% j(B),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B))))),B))))),
% j(B))),
% j(
% j(B))),
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B)))))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B)))),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B))))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B)))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B))))),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B))))),B))))),
% quotient(
% j(B),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B))))),B))))),
% j(B))),
% j(
% j(B))),
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B))))))))),
% quotient(
% i(
% quotient(B,
% j(B))),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B)))),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B))))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B)))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B))))),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B))))),B))))),
% quotient(
% j(B),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B))))),B))))),
% j(B))),
% j(
% j(B))),
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B))))))))),
% i(
% quotient(B,
% j(B))))),
% quotient(B,j(B))) ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% j(B))),
% j(j(B)))),j(
% j(j(B))))),A)),
% quotient(B,j(B)))
% Current number of equations to process: 182
% Current number of ordered equations: 0
% Current number of rules: 262
% New rule produced :
% [803]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(B),V_3))),C)),B)),B))),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(B),V_3))),C)),B)),B))),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))),A))),
% quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B)),B))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,
% j(j(B))),
% quotient(i(C),B))),A))))),
% quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,j(j(B))),
% quotient(i(C),B))),A))) ->
% quotient(quotient(quotient(quotient(V_3,j(j(V_3))),quotient(i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))),A))),V_3)),
% quotient(quotient(B,j(j(B))),quotient(i(C),B))),A)
% Current number of equations to process: 178
% Current number of ordered equations: 0
% Current number of rules: 263
% New rule produced :
% [804]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(A),quotient(quotient(A,j(j(A))),quotient(i(B),A)))),
% j(j(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(A),quotient(quotient(A,j(j(A))),quotient(i(B),A))))))),
% quotient(i(i(A)),quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(A),quotient(quotient(A,j(j(A))),quotient(i(B),A))))))
% ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,j(j(B))),
% quotient(i(i(A)),B))),
% i(i(A)))),i(A))
% Current number of equations to process: 177
% Current number of ordered equations: 0
% Current number of rules: 264
% New rule produced :
% [805]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(V_3),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(V_3),C))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(V_3),C))))),B)),A)),A)),V_3),C)
% <->
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(quotient(quotient(C,j(j(C))),quotient(i(V_3),C))),
% quotient(quotient(A,j(j(A))),quotient(i(B),A)))),V_3),C)
% Current number of equations to process: 176
% Current number of ordered equations: 1
% Current number of rules: 265
% New rule produced :
% [806]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(quotient(quotient(C,j(j(C))),quotient(i(V_3),C))),
% quotient(quotient(A,j(j(A))),quotient(i(B),A)))),V_3),C)
% <->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(V_3),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(V_3),C))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(V_3),C))))),B)),A)),A)),V_3),C)
% Current number of equations to process: 176
% Current number of ordered equations: 0
% Current number of rules: 266
% New rule produced :
% [807]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% i(A))),A),j(j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)))),
% quotient(i(B),quotient(quotient(quotient(A,
% j(j(A))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A))),
% j(j(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% i(A))),A),j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)))),
% quotient(i(B),quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(i(A),
% quotient(quotient(B,
% j(j(B))),
% quotient(i(C),B))))),
% i(A))),A)))))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% i(A))),A),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)))),
% quotient(
% i(A),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A))),
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% i(A))),A))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A))),
% j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% i(A))),A),
% j(j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)))),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% i(A))),A),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)))),
% quotient(
% i(A),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A))),
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)))))),
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% i(A))),A),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)))),
% quotient(
% i(B),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)))))),
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A),j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)))),
% quotient(i(B),quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)))) ->
% quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)))),
% quotient(i(B),
% quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)))),C)),B),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(j(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% quotient(i(A),quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% i(A))),A))
% Current number of equations to process: 175
% Current number of ordered equations: 0
% Current number of rules: 267
% New rule produced :
% [808]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(C),A)),
% j(A)),j(j(A))),quotient(quotient(C,A),j(A))) -> j(j(A))
% Current number of equations to process: 174
% Current number of ordered equations: 0
% Current number of rules: 268
% New rule produced :
% [809]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B))),
% j(j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B))),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B))))))),
% quotient(B,quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B))),
% j(j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),
% j(j(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B))),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B))),
% j(j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B))))))),
% quotient(B,quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),j(j(B))),
% j(j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),j(j(B))))))))),
% quotient(i(B),quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B))),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B))),
% j(j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B))))))),
% quotient(B,quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),j(j(B))),
% j(j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),j(j(B)))))))),
% j(j(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B))),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B))),
% j(j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B))))))),
% quotient(B,quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),j(j(B))),
% j(j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),j(j(B)))))),
% j(j(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B))),
% j(j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))),
% j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B))),
% j(j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B))))))),
% quotient(B,quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B))),
% j(j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),
% quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B))))))))),
% quotient(i(B),quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B))),
% j(j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))),
% j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B))),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(j(B))))))),
% quotient(B,quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B))),
% j(j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B))))))))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(B),A))),
% quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B))),
% j(j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),
% quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))),j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B))),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B))))))),
% quotient(B,quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B))),
% j(j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),
% quotient(quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(B,
% j(B))),
% j(B))),j(j(B)))))),
% j(j(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B))),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),j(j(B)))))),
% quotient(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(
% quotient(B,
% j(B))),
% j(B))),j(j(B)))),
% j(j(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B))),
% j(j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B))))))),
% quotient(B,quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),j(j(B))),
% j(j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B))))))))),
% quotient(i(B),quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B))),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),j(j(B)))))),
% quotient(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(
% quotient(B,
% j(B))),
% j(B))),j(j(B)))),
% j(j(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B))),
% j(j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B))))))),
% quotient(B,quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),j(j(B))),
% j(j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))))))),B),A)
% ->
% quotient(quotient(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),C)),
% j(j(quotient(quotient(C,j(j(C))),quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))),C))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(B),A))),
% quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(j(B)))),C)))),B),A)
% Current number of equations to process: 173
% Current number of ordered equations: 0
% Current number of rules: 269
% New rule produced :
% [810]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(B),A)),j(j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),
% quotient(i(B),A)))),j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A)),
% j(j(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A))))),
% quotient(i(V_3),quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A)))),
% j(j(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),
% quotient(i(B),A))))),quotient(
% i(V_3),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(B),A)),j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),
% quotient(i(B),A))))),quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(V_3),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),quotient(i(B),A))))))),
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),quotient(i(B),A))))) <->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(B),A)),j(j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),
% quotient(i(B),A)))),j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(A),V_3))),B)),A)),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(A),V_3))),B)),A)),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(B),A)),j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),
% quotient(i(B),A))))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(A),V_3))),B)),A)),A))))),
% i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),quotient(i(B),A))))))),
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),quotient(i(B),A)))))
% Current number of equations to process: 167
% Current number of ordered equations: 3
% Current number of rules: 270
% New rule produced :
% [811]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(B),A)),j(j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),
% quotient(i(B),A)))),j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A)),
% j(j(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A))))),
% quotient(i(V_3),quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A)))),
% j(j(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),
% quotient(i(B),A))))),quotient(
% i(V_3),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(B),A)),j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),
% quotient(i(B),A))))),quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(V_3),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),quotient(i(B),A))))))),
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),quotient(i(B),A))))) <->
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),B)),A)),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B)),A)),A))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A)),
% j(j(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A))))),
% quotient(i(V_3),quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A)))),
% j(j(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),
% quotient(i(B),A))))),quotient(
% i(V_3),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B)),A)),A))),
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(B),A))))),
% quotient(i(V_3),quotient(quotient(A,j(j(A))),quotient(
% i(B),A))))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B)),A)),A))))),
% quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B)),A)),A)))
% Current number of equations to process: 167
% Current number of ordered equations: 2
% Current number of rules: 271
% New rule produced :
% [812]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(B),A)),j(j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),
% quotient(i(B),A)))),j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(A),V_3))),B)),A)),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(A),V_3))),B)),A)),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(B),A)),j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),
% quotient(i(B),A))))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(A),V_3))),B)),A)),A))))),
% i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),quotient(i(B),A))))))),
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),quotient(i(B),A))))) <->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(B),A)),j(j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),
% quotient(i(B),A)))),j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A)),
% j(j(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A))))),
% quotient(i(V_3),quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A)))),
% j(j(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),
% quotient(i(B),A))))),quotient(
% i(V_3),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(B),A)),j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),
% quotient(i(B),A))))),quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(V_3),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),quotient(i(B),A))))))),
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),quotient(i(B),A)))))
% Current number of equations to process: 167
% Current number of ordered equations: 1
% Current number of rules: 272
% New rule produced :
% [813]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),B)),A)),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B)),A)),A))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A)),
% j(j(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A))))),
% quotient(i(V_3),quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A)))),
% j(j(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),
% quotient(i(B),A))))),quotient(
% i(V_3),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B)),A)),A))),
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(B),A))))),
% quotient(i(V_3),quotient(quotient(A,j(j(A))),quotient(
% i(B),A))))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B)),A)),A))))),
% quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B)),A)),A)))
% <->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(B),A)),j(j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),
% quotient(i(B),A)))),j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A)),
% j(j(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A))))),
% quotient(i(V_3),quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A)))),
% j(j(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),
% quotient(i(B),A))))),quotient(
% i(V_3),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(B),A)),j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),
% quotient(i(B),A))))),quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(V_3),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),quotient(i(B),A))))))),
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),quotient(i(B),A)))))
% Current number of equations to process: 167
% Current number of ordered equations: 0
% Current number of rules: 273
% New rule produced :
% [814]
% quotient(quotient(quotient(quotient(B,j(j(B))),j(j(quotient(B,j(j(B)))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% j(j(
% quotient(B,
% j(
% j(B)))))),
% quotient(
% i(A),
% quotient(B,
% j(j(B))))),
% j(j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% j(j(quotient(B,
% j(j(B)))))),
% quotient(
% i(A),quotient(B,
% j(j(B)))))))),
% quotient(i(B),quotient(
% quotient(
% quotient(B,
% j(j(B))),
% j(j(quotient(B,
% j(j(B)))))),
% quotient(
% i(A),quotient(B,
% j(j(B))))))),
% quotient(quotient(quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% j(
% j(
% quotient(B,
% j(
% j(B)))))),
% quotient(
% i(A),
% quotient(B,
% j(
% j(B)))))),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% j(
% j(
% quotient(B,
% j(
% j(B)))))),
% quotient(
% i(A),
% quotient(B,
% j(
% j(B)))))),B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% j(
% j(
% quotient(B,
% j(
% j(B)))))),
% quotient(
% i(A),
% quotient(B,
% j(
% j(B)))))),B))))),B)),
% j(B)),quotient(quotient(
% quotient(B,
% j(j(B))),
% j(j(quotient(B,
% j(j(B)))))),
% quotient(i(A),quotient(B,
% j(
% j(B))))))),
% j(j(quotient(quotient(quotient(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% j(j(quotient(B,
% j(j(B)))))),
% quotient(
% i(A),quotient(B,
% j(j(B))))),
% j(j(quotient(quotient(
% quotient(B,
% j(j(B))),
% j(j(quotient(B,
% j(
% j(B)))))),
% quotient(i(A),
% quotient(B,j(j(B)))))))),
% quotient(i(B),quotient(quotient(
% quotient(B,
% j(j(B))),
% j(j(
% quotient(B,
% j(
% j(B)))))),
% quotient(i(A),
% quotient(B,j(j(B))))))),
% quotient(quotient(quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% j(j(quotient(B,
% j(
% j(B)))))),
% quotient(
% i(A),
% quotient(B,
% j(j(B)))))),B)),
% j(j(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% j(
% j(
% quotient(B,
% j(
% j(B)))))),
% quotient(
% i(A),
% quotient(B,
% j(
% j(B)))))),B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% j(j(quotient(B,
% j(
% j(B)))))),
% quotient(
% i(A),
% quotient(B,
% j(j(B)))))),B))))),B)),
% j(B)),quotient(quotient(quotient(B,
% j(j(B))),
% j(j(quotient(B,
% j(j(B)))))),
% quotient(i(A),quotient(B,
% j(j(B)))))))))),
% quotient(i(quotient(B,j(j(B)))),quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% j(j(quotient(B,
% j(j(B)))))),
% quotient(
% i(A),quotient(B,
% j(j(B))))),
% j(j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% j(j(
% quotient(B,
% j(
% j(B)))))),
% quotient(
% i(A),
% quotient(B,
% j(j(B)))))))),
% quotient(
% i(B),quotient(
% quotient(
% quotient(B,
% j(j(B))),
% j(j(
% quotient(B,
% j(
% j(B)))))),
% quotient(
% i(A),
% quotient(B,
% j(j(B))))))),
% quotient(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% j(j(
% quotient(B,
% j(
% j(B)))))),
% quotient(
% i(A),
% quotient(B,
% j(j(B)))))),B)),
% j(j(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% j(
% j(
% quotient(B,
% j(
% j(B)))))),
% quotient(
% i(A),
% quotient(B,
% j(
% j(B)))))),B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% j(j(
% quotient(B,
% j(
% j(B)))))),
% quotient(
% i(A),
% quotient(B,
% j(j(B)))))),B))))),B)),
% j(B)),quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% j(
% j(
% quotient(B,
% j(
% j(B)))))),
% quotient(
% i(A),
% quotient(B,
% j(
% j(B)))))))))),
% i(quotient(B,j(j(B)))))),quotient(B,j(j(B)))) ->
% quotient(quotient(quotient(A,j(j(A))),quotient(j(j(B)),A)),quotient(B,
% j(j(B))))
% Current number of equations to process: 166
% Current number of ordered equations: 0
% Current number of rules: 274
% New rule produced :
% [815]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),A)),
% i(A)),j(j(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(B,
% j(j(B))),
% quotient(i(i(A)),B))),A)),
% i(A))))),quotient(i(x1),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),A)),
% i(A)))),
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),A)),
% i(A))),x1)),
% j(
% j(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),A)),
% i(A))),x1))))),
% quotient(i(i(A)),
% quotient(quotient(x1,
% j(
% j(x1))),
% quotient(i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),B))),A)),
% i(A))),x1))))),
% i(i(A)))),i(A)),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(i(A)),B))),A)),
% i(A)))) ->
% quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,j(j(B))),
% quotient(i(i(A)),B))),A))
% Current number of equations to process: 165
% Current number of ordered equations: 0
% Current number of rules: 275
% New rule produced :
% [816]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B),
% j(j(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B)))),
% quotient(i(A),quotient(quotient(quotient(C,
% j(j(C))),quotient(
% i(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(B),V_3))),C)),B))),
% j(j(quotient(quotient(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B),
% j(j(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(V_3,
% j(j(V_3))),
% quotient(i(B),V_3))),C)),B)))),
% quotient(i(A),quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(V_3,
% j(j(V_3))),
% quotient(i(B),V_3))),C)),B)))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(B),V_3))),C)),B),
% j(j(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B)))),
% quotient(i(B),quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B))),
% j(j(quotient(quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B),
% j(j(quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B)))),
% quotient(i(B),quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(B),V_3))),C)),B)))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(C,
% j(
% j(C))),
% quotient(i(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(B),V_3))),C)),B),
% j(j(quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B)))),
% quotient(i(A),quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B)))),
% quotient(quotient(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(V_3,
% j(
% j(V_3))),
% quotient(i(B),V_3))),C)),B),
% j(j(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(V_3,
% j(j(V_3))),
% quotient(i(B),V_3))),C)),B)))),
% quotient(i(B),quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(V_3,
% j(j(V_3))),
% quotient(i(B),V_3))),C)),B)))))),
% i(quotient(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(
% i(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(B),V_3))),C)),B),
% j(j(quotient(quotient(quotient(C,j(j(C))),quotient(
% i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B)))),
% quotient(i(A),quotient(quotient(quotient(C,j(j(C))),quotient(
% i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B)))))),
% quotient(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(B),V_3))),C)),B),
% j(j(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B)))),
% quotient(i(A),quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B))))
% <->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(V_3),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(V_3),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))))),
% quotient(i(A),
% quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(i(V_3),
% quotient(quotient(B,
% j(
% j(B))),
% quotient(i(C),B))))))),
% i(A))),A),quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(B),V_3))),C)),B))
% Current number of equations to process: 163
% Current number of ordered equations: 1
% Current number of rules: 276
% New rule produced :
% [817]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(V_3),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(V_3),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))))),
% quotient(i(A),
% quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(i(V_3),
% quotient(quotient(B,
% j(
% j(B))),
% quotient(i(C),B))))))),
% i(A))),A),quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(B),V_3))),C)),B))
% <->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B),
% j(j(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B)))),
% quotient(i(A),quotient(quotient(quotient(C,
% j(j(C))),quotient(
% i(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(B),V_3))),C)),B))),
% j(j(quotient(quotient(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B),
% j(j(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(V_3,
% j(j(V_3))),
% quotient(i(B),V_3))),C)),B)))),
% quotient(i(A),quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(V_3,
% j(j(V_3))),
% quotient(i(B),V_3))),C)),B)))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(B),V_3))),C)),B),
% j(j(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B)))),
% quotient(i(B),quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B))),
% j(j(quotient(quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B),
% j(j(quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B)))),
% quotient(i(B),quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(B),V_3))),C)),B)))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(C,
% j(
% j(C))),
% quotient(i(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(B),V_3))),C)),B),
% j(j(quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B)))),
% quotient(i(A),quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B)))),
% quotient(quotient(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(V_3,
% j(
% j(V_3))),
% quotient(i(B),V_3))),C)),B),
% j(j(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(V_3,
% j(j(V_3))),
% quotient(i(B),V_3))),C)),B)))),
% quotient(i(B),quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(V_3,
% j(j(V_3))),
% quotient(i(B),V_3))),C)),B)))))),
% i(quotient(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(
% i(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(B),V_3))),C)),B),
% j(j(quotient(quotient(quotient(C,j(j(C))),quotient(
% i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B)))),
% quotient(i(A),quotient(quotient(quotient(C,j(j(C))),quotient(
% i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B)))))),
% quotient(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(B),V_3))),C)),B),
% j(j(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B)))),
% quotient(i(A),quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B))))
% Current number of equations to process: 163
% Current number of ordered equations: 0
% Current number of rules: 277
% New rule produced :
% [818]
% quotient(quotient(quotient(quotient(A,j(j(A))),j(j(quotient(A,j(j(A)))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(A))),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(A)))))),
% quotient(i(quotient(A,j(j(A)))),quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(A)))))),i(quotient(A,
% j(j(A)))))),
% quotient(A,j(j(A)))) ->
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(A,j(j(A)))),B)),A),
% i(A))
% Current number of equations to process: 162
% Current number of ordered equations: 0
% Current number of rules: 278
% New rule produced :
% [819]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(A),C)),
% j(j(quotient(quotient(C,j(j(C))),
% quotient(i(A),C))))),
% quotient(i(quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C)),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))))),
% quotient(i(quotient(quotient(C,
% j(
% j(C))),
% quotient(i(A),C))),
% quotient(quotient(C,j(j(C))),
% quotient(i(B),C))))),i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(quotient(C,j(j(C))),quotient(i(A),C))),
% j(j(quotient(quotient(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(A),C)),j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(i(quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C)),
% j(j(quotient(quotient(C,
% j(j(C))),
% quotient(i(B),C))))),
% quotient(i(quotient(quotient(C,
% j(j(C))),
% quotient(i(A),C))),
% quotient(quotient(C,j(j(C))),
% quotient(i(B),C))))),i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))))),
% quotient(quotient(C,j(j(C))),quotient(i(A),C)))))),
% quotient(i(quotient(quotient(C,j(j(C))),quotient(i(A),C))),quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% j(quotient(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(A),C)),
% j(j(quotient(quotient(C,j(j(C))),quotient(i(A),C))))),
% quotient(i(quotient(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(B),C)),j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))))),
% quotient(i(quotient(quotient(C,j(j(C))),quotient(
% i(A),C))),
% quotient(quotient(C,j(j(C))),quotient(i(B),C))))),
% i(quotient(quotient(C,j(j(C))),quotient(i(A),C))))),quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))))) ->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(A),C)),j(j(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(i(quotient(quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(B),C)),
% j(j(quotient(quotient(C,
% j(j(C))),
% quotient(i(B),C))))),
% quotient(i(quotient(quotient(C,j(j(C))),
% quotient(i(A),C))),quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% i(quotient(quotient(C,j(j(C))),quotient(i(A),C))))),
% quotient(quotient(C,j(j(C))),quotient(i(A),C))),j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C)))))),
% quotient(i(quotient(quotient(C,j(j(C))),quotient(i(B),C))),quotient(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(quotient(C,
% j(
% j(C))),
% quotient(i(A),C)))))
% Rule
% [759]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A),
% j(j(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C)),
% j(j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C)),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C)),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))))),
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))))),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C)))))),
% quotient(i(quotient(quotient(C,
% j(
% j(C))),
% quotient(i(A),C))),
% quotient(quotient(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C)),
% j(j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% i(quotient(quotient(C,
% j(
% j(C))),
% quotient(i(A),C))))),
% quotient(quotient(C,j(j(C))),
% quotient(i(A),C))))),j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% j(j(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C)),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C)),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))))),
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))))),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),
% j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C)),
% j(j(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C)),
% j(j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))))),
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))))),
% quotient(quotient(C,
% j(j(C))),
% quotient(i(A),C)))))),
% quotient(i(quotient(quotient(C,
% j(j(C))),
% quotient(i(A),C))),
% quotient(quotient(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C)),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C)),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))))),
% i(quotient(quotient(C,
% j(j(C))),
% quotient(i(A),C))))),
% quotient(quotient(C,j(j(C))),
% quotient(i(A),C))))),j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C)),
% j(j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C)))))))),
% quotient(i(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% quotient(i(A),quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)),quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C)),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C)),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))))),
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))))),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C)),
% j(j(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C)),
% j(j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))))),
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))))),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C)))))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C)),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C)),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))))),
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))))),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))))),
% j(quotient(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C)),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C)),
% j(j(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))))),
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))))),
% quotient(quotient(C,
% j(j(C))),
% quotient(i(A),C)))))))),
% i(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)))),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)) ->
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)),B)),C),
% quotient(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(A),C)),
% j(j(quotient(quotient(C,j(j(C))),quotient(i(A),C))))),
% quotient(i(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(
% i(B),C)),
% j(j(quotient(quotient(C,j(j(C))),quotient(
% i(B),C))))),
% quotient(i(quotient(quotient(C,j(j(C))),quotient(i(A),C))),
% quotient(quotient(C,j(j(C))),quotient(i(B),C))))),
% i(quotient(quotient(C,j(j(C))),quotient(i(A),C))))),quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))))
% collapsed.
% Current number of equations to process: 162
% Current number of ordered equations: 0
% Current number of rules: 278
% New rule produced :
% [820]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))),A)),C),
% j(j(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))),A)),C)))),
% quotient(i(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),B)),
% j(B)),quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(B,
% j(j(B))),
% quotient(i(C),B))),A)),C))),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(C),B))),A)),C))),C)
% ->
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))),A)),C),
% j(j(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))),A)),C)))),
% quotient(i(B),quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))),A)),C)))
% Current number of equations to process: 161
% Current number of ordered equations: 0
% Current number of rules: 279
% New rule produced :
% [821]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(B,
% j(B))),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(B,
% j(B))),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(B),A))),
% quotient(quotient(A,j(j(A))),quotient(i(quotient(B,j(B))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))) ->
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(B),A))),B)),B),A)
% Current number of equations to process: 158
% Current number of ordered equations: 0
% Current number of rules: 280
% New rule produced :
% [822]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(quotient(quotient(C,j(j(C))),quotient(i(V_3),C))),
% quotient(quotient(A,j(j(A))),quotient(i(B),A)))),V_3) <->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(V_3),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(V_3),C))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(V_3),C))))),B)),A)),A)),V_3)
% Rule
% [806]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(quotient(quotient(C,j(j(C))),quotient(i(V_3),C))),
% quotient(quotient(A,j(j(A))),quotient(i(B),A)))),V_3),C)
% <->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(V_3),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(V_3),C))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(V_3),C))))),B)),A)),A)),V_3),C)
% collapsed.
% Current number of equations to process: 157
% Current number of ordered equations: 1
% Current number of rules: 280
% New rule produced :
% [823]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(V_3),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(V_3),C))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(V_3),C))))),B)),A)),A)),V_3)
% <->
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(quotient(quotient(C,j(j(C))),quotient(i(V_3),C))),
% quotient(quotient(A,j(j(A))),quotient(i(B),A)))),V_3)
% Rule
% [805]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(V_3),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(V_3),C))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(V_3),C))))),B)),A)),A)),V_3),C)
% <->
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(quotient(quotient(C,j(j(C))),quotient(i(V_3),C))),
% quotient(quotient(A,j(j(A))),quotient(i(B),A)))),V_3),C)
% collapsed.
% Current number of equations to process: 157
% Current number of ordered equations: 0
% Current number of rules: 280
% New rule produced :
% [824]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(B,A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(B,A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% j(
% j(B)),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% j(j(B)),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(B,A))),
% quotient(quotient(A,j(j(A))),quotient(j(j(B)),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(B,A))))),quotient(quotient(A,
% j(
% j(A))),
% quotient(B,A))) ->
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),j(j(quotient(B,
% j(j(B)))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(B,A))),
% quotient(B,j(j(B))))),j(B)),A)
% Current number of equations to process: 156
% Current number of ordered equations: 0
% Current number of rules: 281
% New rule produced :
% [825]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(V_3),C)),
% j(j(quotient(quotient(C,j(j(C))),
% quotient(i(V_3),C))))),
% quotient(i(B),quotient(quotient(C,
% j(j(C))),quotient(
% i(V_3),C)))),
% j(j(quotient(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(V_3),C)),
% j(j(quotient(quotient(C,j(j(C))),
% quotient(i(V_3),C))))),quotient(
% i(B),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(V_3),C))))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(B),A))),
% quotient(quotient(quotient(quotient(C,j(j(C))),quotient(
% i(V_3),C)),
% j(j(quotient(quotient(C,j(j(C))),quotient(
% i(V_3),C))))),
% quotient(i(B),quotient(quotient(C,j(j(C))),quotient(
% i(V_3),C)))))),B),A)
% <->
% quotient(quotient(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(
% i(quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))),V_3)),C)),C)),
% j(j(quotient(quotient(C,j(j(C))),quotient(
% i(quotient(
% quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))),V_3)),C)),C))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(B),A))),
% quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))),V_3)),C)),C)))),B),A)
% Current number of equations to process: 155
% Current number of ordered equations: 1
% Current number of rules: 282
% New rule produced :
% [826]
% quotient(quotient(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(
% i(quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))),V_3)),C)),C)),
% j(j(quotient(quotient(C,j(j(C))),quotient(
% i(quotient(
% quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))),V_3)),C)),C))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(B),A))),
% quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))),V_3)),C)),C)))),B),A)
% <->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(V_3),C)),
% j(j(quotient(quotient(C,j(j(C))),
% quotient(i(V_3),C))))),
% quotient(i(B),quotient(quotient(C,
% j(j(C))),quotient(
% i(V_3),C)))),
% j(j(quotient(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(V_3),C)),
% j(j(quotient(quotient(C,j(j(C))),
% quotient(i(V_3),C))))),quotient(
% i(B),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(V_3),C))))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(B),A))),
% quotient(quotient(quotient(quotient(C,j(j(C))),quotient(
% i(V_3),C)),
% j(j(quotient(quotient(C,j(j(C))),quotient(
% i(V_3),C))))),
% quotient(i(B),quotient(quotient(C,j(j(C))),quotient(
% i(V_3),C)))))),B),A)
% Current number of equations to process: 155
% Current number of ordered equations: 0
% Current number of rules: 283
% New rule produced :
% [827]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(
% j(A)))),
% i(A))),A),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(A,
% j(j(A)))),
% i(A))),A)))),
% quotient(i(i(A)),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(A,
% j(
% j(A)))),
% i(A))),A)))),
% i(i(A)))),i(A)) -> i(i(i(A)))
% Current number of equations to process: 152
% Current number of ordered equations: 0
% Current number of rules: 284
% New rule produced :
% [828]
% quotient(quotient(quotient(A,j(j(A))),j(j(quotient(A,j(j(A)))))),quotient(
% i(A),
% quotient(A,
% j(j(A)))))
% -> i(i(A))
% Rule
% [628]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(A,
% j(
% j(A))),
% j(j(quotient(A,
% j(j(A)))))),
% quotient(i(A),quotient(A,
% j(j(A)))))),
% i(A))),A) -> j(A) collapsed.
% Rule
% [669]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),j(j(quotient(A,
% j(j(A)))))),
% quotient(i(A),quotient(A,j(j(A))))),j(quotient(A,j(j(A))))),
% j(j(A))) -> quotient(A,j(j(A))) collapsed.
% Current number of equations to process: 152
% Current number of ordered equations: 0
% Current number of rules: 283
% New rule produced :
% [829]
% quotient(quotient(i(i(A)),j(quotient(A,j(j(A))))),j(j(A))) ->
% quotient(A,j(j(A)))
% Current number of equations to process: 151
% Current number of ordered equations: 0
% Current number of rules: 284
% New rule produced :
% [830]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(V_3),C))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))),
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(V_3),C))),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))),
% j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(V_3),C))),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))),
% j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% i(A))),A) ->
% quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(V_3),C)),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(V_3),C))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(V_3),C))),A))),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(V_3),C)))),
% quotient(quotient(C,j(j(C))),
% quotient(i(V_3),C))))),B)),A)
% Current number of equations to process: 150
% Current number of ordered equations: 0
% Current number of rules: 285
% New rule produced :
% [831]
% quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(A),V_3)),
% j(j(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(A),V_3))))),
% quotient(
% i(B),quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(A),V_3))))),C)),B)),B)),A)),A))
% ->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(C),B))),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,
% j(j(B))),
% quotient(i(C),B))),A))))),
% quotient(i(V_3),quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,
% j(j(B))),
% quotient(i(C),B))),A))))
% Current number of equations to process: 148
% Current number of ordered equations: 0
% Current number of rules: 286
% New rule produced :
% [832]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% j(A)),
% j(A))))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% j(A)),
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),j(A)),
% j(j(quotient(
% quotient(A,
% j(A)),
% j(A))))),
% quotient(
% i(B),quotient(
% quotient(A,
% j(A)),
% j(A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(A)),
% j(j(quotient(
% quotient(A,
% j(A)),
% j(A))))),
% quotient(
% i(B),quotient(
% quotient(A,
% j(A)),
% j(A))))))),
% i(A))),A) ->
% quotient(quotient(quotient(quotient(i(A),i(i(A))),j(j(quotient(i(A),i(i(A)))))),
% quotient(i(quotient(quotient(B,j(j(B))),quotient(i(A),B))),i(
% quotient(
% i(A),
% i(
% i(A)))))),A)
% Current number of equations to process: 147
% Current number of ordered equations: 0
% Current number of rules: 287
% New rule produced :
% [833]
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% j(A),
% i(B)),B),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% j(A),
% i(B)),B),
% j(B))))),
% quotient(i(B),
% quotient(quotient(
% quotient(
% j(A),
% i(B)),B),
% j(B))))),i(B))),B),
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% j(A),
% i(B)),B),
% j(
% j(
% quotient(
% quotient(
% j(A),
% i(B)),B)))),
% quotient(i(A),
% quotient(quotient(
% j(A),
% i(B)),B)))),
% i(A))),A),quotient(quotient(B,
% j(j(B))),
% quotient(A,i(B)))))
% ->
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(A,i(B))),j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(A,
% i(B)))))),
% quotient(i(A),quotient(quotient(B,j(j(B))),quotient(A,i(B)))))
% Current number of equations to process: 145
% Current number of ordered equations: 0
% Current number of rules: 288
% New rule produced :
% [834]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(C),B)),j(j(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(i(A),quotient(quotient(B,j(j(B))),
% quotient(i(C),B)))),j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))))),
% quotient(i(quotient(quotient(V_3,j(j(V_3))),quotient(i(A),V_3))),
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(C),B)),
% j(j(quotient(quotient(B,j(j(B))),quotient(i(C),B))))),
% quotient(i(A),quotient(quotient(B,j(j(B))),quotient(i(C),B)))))),A)
% <->
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),C)),B)),B)),
% j(j(quotient(quotient(B,j(j(B))),quotient(i(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),C)),B)),B))))),
% quotient(i(quotient(quotient(V_3,j(j(V_3))),quotient(i(A),V_3))),
% quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(quotient(C,
% j(
% j(C))),
% quotient(i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),C)),B)),B)))),A)
% Rule
% [825]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(V_3),C)),
% j(j(quotient(quotient(C,j(j(C))),
% quotient(i(V_3),C))))),
% quotient(i(B),quotient(quotient(C,
% j(j(C))),quotient(
% i(V_3),C)))),
% j(j(quotient(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(V_3),C)),
% j(j(quotient(quotient(C,j(j(C))),
% quotient(i(V_3),C))))),quotient(
% i(B),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(V_3),C))))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(B),A))),
% quotient(quotient(quotient(quotient(C,j(j(C))),quotient(
% i(V_3),C)),
% j(j(quotient(quotient(C,j(j(C))),quotient(
% i(V_3),C))))),
% quotient(i(B),quotient(quotient(C,j(j(C))),quotient(
% i(V_3),C)))))),B),A)
% <->
% quotient(quotient(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(
% i(quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))),V_3)),C)),C)),
% j(j(quotient(quotient(C,j(j(C))),quotient(
% i(quotient(
% quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))),V_3)),C)),C))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(B),A))),
% quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))),V_3)),C)),C)))),B),A)
% collapsed.
% Current number of equations to process: 144
% Current number of ordered equations: 1
% Current number of rules: 288
% New rule produced :
% [835]
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),C)),B)),B)),
% j(j(quotient(quotient(B,j(j(B))),quotient(i(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),C)),B)),B))))),
% quotient(i(quotient(quotient(V_3,j(j(V_3))),quotient(i(A),V_3))),
% quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(quotient(C,
% j(
% j(C))),
% quotient(i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),C)),B)),B)))),A)
% <->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(C),B)),j(j(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(i(A),quotient(quotient(B,j(j(B))),
% quotient(i(C),B)))),j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))))),
% quotient(i(quotient(quotient(V_3,j(j(V_3))),quotient(i(A),V_3))),
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(C),B)),
% j(j(quotient(quotient(B,j(j(B))),quotient(i(C),B))))),
% quotient(i(A),quotient(quotient(B,j(j(B))),quotient(i(C),B)))))),A)
% Rule
% [826]
% quotient(quotient(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(
% i(quotient(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))),V_3)),C)),C)),
% j(j(quotient(quotient(C,j(j(C))),quotient(
% i(quotient(
% quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))),V_3)),C)),C))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(B),A))),
% quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))),V_3)),C)),C)))),B),A)
% <->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(V_3),C)),
% j(j(quotient(quotient(C,j(j(C))),
% quotient(i(V_3),C))))),
% quotient(i(B),quotient(quotient(C,
% j(j(C))),quotient(
% i(V_3),C)))),
% j(j(quotient(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(V_3),C)),
% j(j(quotient(quotient(C,j(j(C))),
% quotient(i(V_3),C))))),quotient(
% i(B),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(V_3),C))))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(B),A))),
% quotient(quotient(quotient(quotient(C,j(j(C))),quotient(
% i(V_3),C)),
% j(j(quotient(quotient(C,j(j(C))),quotient(
% i(V_3),C))))),
% quotient(i(B),quotient(quotient(C,j(j(C))),quotient(
% i(V_3),C)))))),B),A)
% collapsed.
% Current number of equations to process: 144
% Current number of ordered equations: 0
% Current number of rules: 288
% New rule produced :
% [836]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(i(B)),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(i(B)),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(B,
% j(
% j(B)))),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(B,
% j(j(B)))),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(
% i(i(B)),A))),
% quotient(quotient(A,j(j(A))),quotient(i(quotient(B,
% j(j(B)))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(i(B)),A))))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(i(B)),A)))
% ->
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(i(B)),A))),B)),
% i(B)),A)
% Current number of equations to process: 142
% Current number of ordered equations: 0
% Current number of rules: 289
% New rule produced :
% [837]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,
% j(A)),
% j(A))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(A)),
% j(A))))),
% i(A))),A),
% quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(
% i(
% i(A)),
% quotient(B,
% j(A))))),
% i(
% i(A)))),
% i(A)),
% quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(A)),
% j(
% j(
% quotient(B,
% j(A))))),
% quotient(
% i(A),
% quotient(B,
% j(A))))),
% i(A))),A)))),
% i(i(A)))),i(A)),A) -> B
% Current number of equations to process: 141
% Current number of ordered equations: 0
% Current number of rules: 290
% New rule produced :
% [838]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))))))),A)),
% j(A)),j(j(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(A,
% j(A))),
% j(A))),
% j(j(A))),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(A,
% j(A))),
% j(A))),
% j(j(A)))),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))))))),
% quotient(A,quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))))))),A)),
% j(A))))),quotient(i(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),B))))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),B))))),A)),
% j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),B))))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),B))))),A))))),
% quotient(i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))))))),A)),
% j(A))),
% quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),B))))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),B))))),A))))),
% i(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))))))),A)),
% j(A))))),quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))))))),A)),
% j(A))) ->
% quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),B))),A))),C)),
% quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(A,
% j(A))),
% j(A))),j(j(A)))),B))),A)
% Current number of equations to process: 139
% Current number of ordered equations: 0
% Current number of rules: 291
% New rule produced :
% [839]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),B)),A)),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B)),A)),A))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A)),
% j(j(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A))))),
% quotient(i(quotient(quotient(C,j(j(C))),
% quotient(i(V_3),C))),
% quotient(quotient(A,j(j(A))),quotient(
% i(B),A)))),
% j(j(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),
% quotient(i(B),A))))),quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(V_3),C))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B)),A)),A))),
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(B),A))))),
% quotient(i(quotient(quotient(C,j(j(C))),quotient(
% i(V_3),C))),
% quotient(quotient(A,j(j(A))),quotient(i(B),A))))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B)),A)),A))))),
% quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B)),A)),A)))
% ->
% quotient(quotient(quotient(quotient(V_3,j(j(V_3))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(C),quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),V_3)),C),
% quotient(quotient(A,j(j(A))),quotient(i(B),A)))
% Current number of equations to process: 137
% Current number of ordered equations: 0
% Current number of rules: 292
% New rule produced :
% [840]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B))),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B))),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B))))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B))),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B))))))),B)),
% j(B))),A)),
% quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(
% quotient(B,
% j(B))),
% j(B))),j(j(B)))),C))),B)
% ->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),C))),B))),A)),
% quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(
% quotient(B,
% j(B))),
% j(B))),j(j(B)))),C))),B)
% Current number of equations to process: 136
% Current number of ordered equations: 0
% Current number of rules: 293
% New rule produced :
% [841]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(C,B))),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(C,B))),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(B),A))),
% quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(C,B))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))) ->
% quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(B),A))),
% j(C))),B),A)
% Rule
% [422]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(B),A))),
% quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))) ->
% quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(B),A))),C)),B),A)
% collapsed.
% Current number of equations to process: 134
% Current number of ordered equations: 0
% Current number of rules: 293
% New rule produced :
% [842]
% quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))),
% quotient(i(A),i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))))),B)),A)
% -> i(A)
% Rule
% [779]
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(A),
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))))),B)),A),
% i(quotient(quotient(A,j(j(A))),quotient(i(B),A)))) ->
% quotient(i(A),i(quotient(quotient(A,j(j(A))),quotient(i(B),A)))) collapsed.
% Current number of equations to process: 135
% Current number of ordered equations: 0
% Current number of rules: 293
% New rule produced :
% [843]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),j(A)),A) <->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,j(j(B))),
% quotient(i(A),B))),A)),A)
% Current number of equations to process: 136
% Current number of ordered equations: 1
% Current number of rules: 294
% New rule produced :
% [844]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,j(j(B))),
% quotient(i(A),B))),A)),A)
% <-> quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),j(A)),A)
% Current number of equations to process: 136
% Current number of ordered equations: 0
% Current number of rules: 295
% New rule produced :
% [845]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),quotient(i(B),A)))) <->
% quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B)),A)),A))
% Rule
% [783]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(B),A)),j(j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),
% quotient(i(B),A)))),j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(V_3),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(V_3),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(B),A)),j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),
% quotient(i(B),A))))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(V_3),A))))),
% i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),quotient(i(B),A))))))),
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),quotient(i(B),A))))) <->
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),B)),A)),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B)),A)),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(V_3),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(V_3),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B)),A)),A))),
% quotient(quotient(A,j(j(A))),quotient(i(V_3),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B)),A)),A))))),
% quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B)),A)),A)))
% collapsed.
% Rule
% [789]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(j(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% quotient(i(V_3),quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),A)),V_3)
% <->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B)),B))),A)),V_3)
% collapsed.
% Rule
% [810]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(B),A)),j(j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),
% quotient(i(B),A)))),j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A)),
% j(j(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A))))),
% quotient(i(V_3),quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A)))),
% j(j(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),
% quotient(i(B),A))))),quotient(
% i(V_3),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(B),A)),j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),
% quotient(i(B),A))))),quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(V_3),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),quotient(i(B),A))))))),
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),quotient(i(B),A))))) <->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(B),A)),j(j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),
% quotient(i(B),A)))),j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(A),V_3))),B)),A)),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(A),V_3))),B)),A)),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(B),A)),j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),
% quotient(i(B),A))))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(A),V_3))),B)),A)),A))))),
% i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),quotient(i(B),A))))))),
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),quotient(i(B),A))))) collapsed.
% Rule
% [811]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(B),A)),j(j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),
% quotient(i(B),A)))),j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A)),
% j(j(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A))))),
% quotient(i(V_3),quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A)))),
% j(j(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),
% quotient(i(B),A))))),quotient(
% i(V_3),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(B),A)),j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),
% quotient(i(B),A))))),quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(V_3),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),quotient(i(B),A))))))),
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),quotient(i(B),A))))) <->
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),B)),A)),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B)),A)),A))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A)),
% j(j(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A))))),
% quotient(i(V_3),quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A)))),
% j(j(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),
% quotient(i(B),A))))),quotient(
% i(V_3),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B)),A)),A))),
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(B),A))))),
% quotient(i(V_3),quotient(quotient(A,j(j(A))),quotient(
% i(B),A))))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B)),A)),A))))),
% quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B)),A)),A)))
% collapsed.
% Rule
% [822]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(quotient(quotient(C,j(j(C))),quotient(i(V_3),C))),
% quotient(quotient(A,j(j(A))),quotient(i(B),A)))),V_3) <->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(V_3),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(V_3),C))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(V_3),C))))),B)),A)),A)),V_3)
% collapsed.
% Rule
% [834]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(C),B)),j(j(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(i(A),quotient(quotient(B,j(j(B))),
% quotient(i(C),B)))),j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))))),
% quotient(i(quotient(quotient(V_3,j(j(V_3))),quotient(i(A),V_3))),
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(C),B)),
% j(j(quotient(quotient(B,j(j(B))),quotient(i(C),B))))),
% quotient(i(A),quotient(quotient(B,j(j(B))),quotient(i(C),B)))))),A)
% <->
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),C)),B)),B)),
% j(j(quotient(quotient(B,j(j(B))),quotient(i(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),C)),B)),B))))),
% quotient(i(quotient(quotient(V_3,j(j(V_3))),quotient(i(A),V_3))),
% quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(quotient(C,
% j(
% j(C))),
% quotient(i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),C)),B)),B)))),A)
% collapsed.
% Current number of equations to process: 140
% Current number of ordered equations: 1
% Current number of rules: 290
% New rule produced :
% [846]
% quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B)),A)),A))
% <->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),quotient(i(B),A))))
% Rule
% [697]
% quotient(quotient(quotient(A,C),j(j(quotient(A,C)))),quotient(i(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(A,C)),B))),C)),
% quotient(A,C))),
% quotient(A,C))) ->
% quotient(quotient(A,j(j(A))),quotient(i(B),A)) collapsed.
% Rule
% [782]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),B)),A)),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B)),A)),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(V_3),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(V_3),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B)),A)),A))),
% quotient(quotient(A,j(j(A))),quotient(i(V_3),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B)),A)),A))))),
% quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B)),A)),A)))
% <->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(B),A)),j(j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),
% quotient(i(B),A)))),j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(V_3),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(V_3),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(B),A)),j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),
% quotient(i(B),A))))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(V_3),A))))),
% i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),quotient(i(B),A))))))),
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),quotient(i(B),A))))) collapsed.
% Rule
% [788]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B)),B))),A)),V_3)
% <->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(j(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% quotient(i(V_3),quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),A)),V_3)
% collapsed.
% Rule
% [812]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(B),A)),j(j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),
% quotient(i(B),A)))),j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(A),V_3))),B)),A)),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(A),V_3))),B)),A)),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(B),A)),j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),
% quotient(i(B),A))))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(A),V_3))),B)),A)),A))))),
% i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),quotient(i(B),A))))))),
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),quotient(i(B),A))))) <->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(B),A)),j(j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),
% quotient(i(B),A)))),j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A)),
% j(j(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A))))),
% quotient(i(V_3),quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A)))),
% j(j(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),
% quotient(i(B),A))))),quotient(
% i(V_3),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(B),A)),j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),
% quotient(i(B),A))))),quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(V_3),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),quotient(i(B),A))))))),
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),quotient(i(B),A))))) collapsed.
% Rule
% [813]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),B)),A)),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B)),A)),A))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A)),
% j(j(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A))))),
% quotient(i(V_3),quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A)))),
% j(j(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),
% quotient(i(B),A))))),quotient(
% i(V_3),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B)),A)),A))),
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(B),A))))),
% quotient(i(V_3),quotient(quotient(A,j(j(A))),quotient(
% i(B),A))))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B)),A)),A))))),
% quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))),B)),A)),A)))
% <->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(B),A)),j(j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),
% quotient(i(B),A)))),j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A)),
% j(j(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A))))),
% quotient(i(V_3),quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A)))),
% j(j(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),
% quotient(i(B),A))))),quotient(
% i(V_3),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(B),A)),j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),
% quotient(i(B),A))))),quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(V_3),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),quotient(i(B),A))))))),
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(C),quotient(quotient(A,j(j(A))),quotient(i(B),A))))) collapsed.
% Rule
% [823]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(V_3),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(V_3),C))))),
% quotient(
% i(A),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(V_3),C))))),B)),A)),A)),V_3)
% <->
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(quotient(quotient(C,j(j(C))),quotient(i(V_3),C))),
% quotient(quotient(A,j(j(A))),quotient(i(B),A)))),V_3) collapsed.
% Rule
% [835]
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),C)),B)),B)),
% j(j(quotient(quotient(B,j(j(B))),quotient(i(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),C)),B)),B))))),
% quotient(i(quotient(quotient(V_3,j(j(V_3))),quotient(i(A),V_3))),
% quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(quotient(C,
% j(
% j(C))),
% quotient(i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),C)),B)),B)))),A)
% <->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(C),B)),j(j(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(i(A),quotient(quotient(B,j(j(B))),
% quotient(i(C),B)))),j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))))),
% quotient(i(quotient(quotient(V_3,j(j(V_3))),quotient(i(A),V_3))),
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(C),B)),
% j(j(quotient(quotient(B,j(j(B))),quotient(i(C),B))))),
% quotient(i(A),quotient(quotient(B,j(j(B))),quotient(i(C),B)))))),A)
% collapsed.
% Current number of equations to process: 141
% Current number of ordered equations: 0
% Current number of rules: 284
% Rule [817]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(V_3),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(V_3),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))))),
% quotient(
% i(A),quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(V_3),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))))),
% i(A))),A),quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B))
% <->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(C,
% j(
% j(C))),
% quotient(i(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(B),V_3))),C)),B),
% j(j(quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B)))),
% quotient(i(A),quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B))),
% j(j(quotient(quotient(quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B),
% j(j(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B)))),
% quotient(i(A),quotient(quotient(quotient(C,
% j(j(C))),quotient(
% i(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(B),V_3))),C)),B)))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B),
% j(j(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(B),V_3))),C)),B)))),
% quotient(i(B),quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(B),V_3))),C)),B))),
% j(j(quotient(quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(B),V_3))),C)),B),
% j(j(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B)))),
% quotient(i(B),quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B)))))),
% quotient(i(quotient(quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B),
% j(j(quotient(quotient(quotient(C,
% j(
% j(C))),
% quotient(i(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(B),V_3))),C)),B)))),
% quotient(i(A),quotient(quotient(quotient(C,
% j(
% j(C))),
% quotient(i(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(B),V_3))),C)),B)))),
% quotient(quotient(quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B),
% j(j(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(V_3,
% j(
% j(V_3))),
% quotient(i(B),V_3))),C)),B)))),
% quotient(i(B),quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(V_3,
% j(
% j(V_3))),
% quotient(i(B),V_3))),C)),B)))))),
% i(quotient(quotient(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(V_3,
% j(j(V_3))),
% quotient(i(B),V_3))),C)),B),
% j(j(quotient(quotient(quotient(C,j(j(C))),quotient(
% i(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(B),V_3))),C)),B)))),
% quotient(i(A),quotient(quotient(quotient(C,j(j(C))),quotient(
% i(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(B),V_3))),C)),B)))))),
% quotient(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(
% i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B),
% j(j(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(B),V_3))),C)),B)))),
% quotient(i(A),quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(B),V_3))),C)),B)))) is composed into 
% [817]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(V_3),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(V_3),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))))),
% quotient(i(A),
% quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(i(V_3),
% quotient(quotient(B,
% j(
% j(B))),
% quotient(i(C),B))))))),
% i(A))),A),quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(B),V_3))),C)),B))
% <->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B),
% j(j(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B)))),
% quotient(i(A),quotient(quotient(quotient(C,
% j(j(C))),quotient(
% i(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(B),V_3))),C)),B))),
% j(j(quotient(quotient(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B),
% j(j(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(V_3,
% j(j(V_3))),
% quotient(i(B),V_3))),C)),B)))),
% quotient(i(A),quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(V_3,
% j(j(V_3))),
% quotient(i(B),V_3))),C)),B)))))),
% quotient(i(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(
% i(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(B),V_3))),C)),
% j(j(quotient(quotient(C,j(j(C))),quotient(
% i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(C,
% j(
% j(C))),
% quotient(i(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(B),V_3))),C)),B),
% j(j(quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B)))),
% quotient(i(A),quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B)))),
% quotient(quotient(C,j(j(C))),quotient(i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C))))),
% i(quotient(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(
% i(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(B),V_3))),C)),B),
% j(j(quotient(quotient(quotient(C,j(j(C))),quotient(
% i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B)))),
% quotient(i(A),quotient(quotient(quotient(C,j(j(C))),quotient(
% i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B)))))),
% quotient(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(B),V_3))),C)),B),
% j(j(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B)))),
% quotient(i(A),quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B))))
% New rule produced :
% [847]
% quotient(quotient(quotient(quotient(quotient(A,C),j(j(quotient(A,C)))),
% quotient(i(C),quotient(A,C))),j(j(quotient(quotient(
% quotient(A,C),
% j(j(quotient(A,C)))),
% quotient(i(C),quotient(A,C)))))),
% quotient(i(B),quotient(quotient(quotient(A,C),j(j(quotient(A,C)))),quotient(
% i(C),
% quotient(A,C)))))
% -> quotient(quotient(A,j(j(A))),quotient(i(B),A))
% Rule
% [800]
% quotient(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),C)),
% quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),C)),B),
% j(j(quotient(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),C)),B)))),
% quotient(i(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A))),
% quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),C)),B))),
% j(j(quotient(quotient(quotient(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),C)),B),
% j(j(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),C)),B)))),
% quotient(i(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A))),
% quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),C)),B)))))),
% quotient(i(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),C)),B),
% j(j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),C)),B)))),
% quotient(i(B),
% quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),C)),B))),
% j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),C)),B),
% j(j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),C)),B)))),
% quotient(i(B),quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),C)),B)))))),
% quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),C)),B),
% j(j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),C)),B)))),
% quotient(i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% quotient(quotient(quotient(C,
% j(
% j(C))),
% quotient(i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),C)),B)))),
% quotient(quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),C)),B),
% j(j(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),C)),B)))),
% quotient(i(B),quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),C)),B)))))),
% i(quotient(quotient(quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),C)),B),
% j(j(quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),C)),B)))),
% quotient(i(quotient(quotient(A,j(j(A))),
% quotient(i(B),A))),quotient(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),C)),B)))))),
% quotient(quotient(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A))),C)),B),
% j(j(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A))),C)),B)))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(B),A))),
% quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),C)),B))))),B),A)
% ->
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(C),B))),A)),
% j(A)),j(j(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))),A)),
% j(A))))),quotient(i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))),A)),
% j(A))))),i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(quotient(A,j(j(A))),quotient(i(B),A))) collapsed.
% Rule
% [816]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B),
% j(j(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B)))),
% quotient(i(A),quotient(quotient(quotient(C,
% j(j(C))),quotient(
% i(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(B),V_3))),C)),B))),
% j(j(quotient(quotient(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B),
% j(j(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(V_3,
% j(j(V_3))),
% quotient(i(B),V_3))),C)),B)))),
% quotient(i(A),quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(V_3,
% j(j(V_3))),
% quotient(i(B),V_3))),C)),B)))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(B),V_3))),C)),B),
% j(j(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B)))),
% quotient(i(B),quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B))),
% j(j(quotient(quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B),
% j(j(quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B)))),
% quotient(i(B),quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(B),V_3))),C)),B)))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(C,
% j(
% j(C))),
% quotient(i(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(B),V_3))),C)),B),
% j(j(quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B)))),
% quotient(i(A),quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B)))),
% quotient(quotient(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(V_3,
% j(
% j(V_3))),
% quotient(i(B),V_3))),C)),B),
% j(j(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(V_3,
% j(j(V_3))),
% quotient(i(B),V_3))),C)),B)))),
% quotient(i(B),quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(V_3,
% j(j(V_3))),
% quotient(i(B),V_3))),C)),B)))))),
% i(quotient(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(
% i(
% quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(B),V_3))),C)),B),
% j(j(quotient(quotient(quotient(C,j(j(C))),quotient(
% i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B)))),
% quotient(i(A),quotient(quotient(quotient(C,j(j(C))),quotient(
% i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B)))))),
% quotient(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(B),V_3))),C)),B),
% j(j(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B)))),
% quotient(i(A),quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(
% quotient(V_3,
% j(j(V_3))),
% quotient(
% i(B),V_3))),C)),B))))
% <->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(V_3),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(V_3),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))))),
% quotient(i(A),
% quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(i(V_3),
% quotient(quotient(B,
% j(
% j(B))),
% quotient(i(C),B))))))),
% i(A))),A),quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(V_3,
% j(
% j(V_3))),
% quotient(
% i(B),V_3))),C)),B))
% collapsed.
% Current number of equations to process: 142
% Current number of ordered equations: 0
% Current number of rules: 283
% New rule produced :
% [848]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(j(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% quotient(i(A),quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% i(A))),A) <->
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(C,j(j(C))),quotient(i(A),C))),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),A)
% Rule
% [580]
% quotient(quotient(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(
% i(quotient(B,
% j(
% j(B)))),B)),
% j(B)),j(j(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(B,j(j(B)))),B)),
% j(B))))),quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B)),
% j(
% j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% i(
% i(B)))),
% i(B))),B)),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B)),
% j(
% j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% i(
% i(B)))),
% i(B))),B))))),
% quotient(i(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(
% j(B)))),B)),
% j(B))),
% quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B)),
% j(
% j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% i(
% i(B)))),
% i(B))),B))))),
% i(quotient(quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(B,
% j(
% j(B)))),B)),
% j(B))))),quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(
% j(B)))),B)),
% j(B))) ->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(
% j(B)))),B)),
% j(B))),A)),
% i(i(B))),B) collapsed.
% Rule
% [698]
% quotient(quotient(quotient(quotient(quotient(A,j(A)),j(A)),j(j(quotient(
% quotient(A,
% j(A)),
% j(A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% i(A),
% i(
% i(A))),
% j(
% j(
% quotient(
% i(A),
% i(
% i(A)))))),
% quotient(
% i(B),
% i(
% quotient(
% i(A),
% i(
% i(A))))))),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% i(A),
% i(i(A))),
% j(j(quotient(
% i(A),
% i(
% i(A)))))),
% quotient(
% i(B),
% i(quotient(
% i(A),
% i(i(A))))))),A))))),
% quotient(i(quotient(quotient(A,j(A)),j(A))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% i(A),
% i(i(A))),
% j(j(
% quotient(
% i(A),
% i(
% i(A)))))),
% quotient(
% i(B),
% i(quotient(
% i(A),
% i(
% i(A))))))),A))))),
% i(quotient(quotient(A,j(A)),j(A))))),quotient(quotient(A,j(A)),j(A)))
% ->
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(A,
% j(A)),
% j(A))),B)),
% i(quotient(i(A),i(i(A))))),A) collapsed.
% Rule
% [760]
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A)),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(A)),
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(A)),
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))))))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(A)),
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))))))),
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A)),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(A))))),
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A)))))),x1)),
% j(
% j(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A)),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(A)),
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(A)),
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))))))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(A)),
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))))))),
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A)),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(A))))),
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A)))))),x1))))),
% quotient(i(B),
% quotient(quotient(x1,
% j(
% j(x1))),
% quotient(i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A)),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(A)),
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(A)),
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))))))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(A)),
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))))))),
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B)),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A)),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(A))))),
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A))))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(x1),A)))))),x1))))),
% i(B))),B),A) ->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(B),A))),A)),B),A)
% collapsed.
% Rule
% [769]
% quotient(quotient(quotient(quotient(quotient(A,i(B)),B),j(j(quotient(
% quotient(A,
% i(B)),B)))),
% quotient(i(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% i(i(B))),A))),
% i(
% i(i(B))))),
% i(
% i(B))),
% i(
% i(B))),
% i(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% i(i(B))),A))),
% i(
% i(i(B))))),
% i(
% i(B))),
% i(
% i(B))),
% i(B))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% i(i(B))),A))),
% i(
% i(i(B))))),
% i(
% i(B))),
% i(
% i(B))),
% i(B))))),B)),
% j(j(quotient(quotient(B,j(j(B))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(i(i(B))),A))),
% i(i(i(B))))),
% i(i(B))),
% i(i(B))),
% i(B)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% i(i(B))),A))),
% i(
% i(i(B))))),
% i(
% i(B))),
% i(
% i(B))),
% i(B))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(i(i(B))),A))),
% i(i(i(B))))),
% i(i(B))),
% i(i(B))),
% i(B))))),B))))),
% quotient(i(quotient(quotient(A,i(B)),B)),quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(i(i(B))),A))),
% i(i(i(B))))),
% i(i(B))),
% i(i(B))),
% i(B)),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% i(i(B))),A))),
% i(
% i(i(B))))),
% i(
% i(B))),
% i(
% i(B))),
% i(B))))),
% quotient(
% i(C),quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% i(i(B))),A))),
% i(
% i(i(B))))),
% i(
% i(B))),
% i(
% i(B))),
% i(B))))),B))))),
% i(quotient(quotient(A,i(B)),B)))),quotient(quotient(A,i(B)),B)) ->
% quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(A,
% i(B)),B)),C)),
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% i(i(B))),A))),
% i(i(i(B))))),
% i(i(B))),i(i(B))),i(B))),B) collapsed.
% Current number of equations to process: 145
% Current number of ordered equations: 1
% Current number of rules: 280
% New rule produced :
% [849]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(quotient(quotient(C,j(j(C))),quotient(i(A),C))),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),A)
% <->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(j(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% quotient(i(A),quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)
% Current number of equations to process: 145
% Current number of ordered equations: 0
% Current number of rules: 281
% New rule produced :
% [850]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% i(A))),A) ->
% quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))),
% quotient(i(A),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))),B)),A)
% Current number of equations to process: 144
% Current number of ordered equations: 0
% Current number of rules: 282
% New rule produced :
% [851]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(A),
% quotient(
% quotient(B,A),
% j(A))))),
% i(A))),A),
% quotient(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,A),
% j(
% j(
% quotient(B,A)))),
% quotient(
% i(
% i(A)),
% quotient(B,A)))),
% i(
% i(A)))),
% i(A)),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,A),
% j(j(
% quotient(B,A)))),
% quotient(
% i(A),
% quotient(B,A)))),
% i(A))),A)))),
% i(i(A)))),i(A)) ->
% quotient(quotient(B,j(j(B))),quotient(i(i(A)),B))
% Current number of equations to process: 142
% Current number of ordered equations: 0
% Current number of rules: 283
% New rule produced :
% [852]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(B,A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(B,A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),
% j(B)))),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),
% j(B)))),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(B,A))),
% quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),j(B)))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(B,A))))),quotient(quotient(A,
% j(
% j(A))),
% quotient(B,A))) ->
% quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(A,
% j(
% j(A))),
% quotient(B,A))),C)),
% j(B)),A)
% Current number of equations to process: 141
% Current number of ordered equations: 0
% Current number of rules: 284
% New rule produced :
% [853]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(B,
% j(B)),
% j(B))),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(B)),
% j(B))),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(B),A))),
% quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(B)),j(B))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))) ->
% quotient(quotient(quotient(quotient(quotient(i(B),i(i(B))),j(j(quotient(
% i(B),i(i(B)))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(B),A))),
% i(quotient(i(B),i(i(B)))))),B),A)
% Current number of equations to process: 140
% Current number of ordered equations: 0
% Current number of rules: 285
% New rule produced :
% [854]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(B,A)),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(B,A))))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(B,A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(B,A)),
% j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(B,A))))),
% quotient(
% i(C),quotient(
% quotient(A,
% j(
% j(A))),
% quotient(B,A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(B,A)),
% j(j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(B,A))))),
% quotient(
% i(C),quotient(
% quotient(A,
% j(
% j(A))),
% quotient(B,A))))))),
% i(A))),A) ->
% quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(C,j(j(C))),
% quotient(i(A),C))),j(B))),A)
% Rule
% [423]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(C),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(C),quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(C),quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))))),
% i(A))),A) ->
% quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(C,j(j(C))),
% quotient(i(A),C))),B)),A)
% collapsed.
% Current number of equations to process: 136
% Current number of ordered equations: 0
% Current number of rules: 285
% New rule produced : [855] quotient(quotient(A,j(j(A))),i(A)) -> i(i(A))
% Rule
% [538] quotient(quotient(quotient(A,j(j(A))),i(A)),i(A)) -> quotient(A,j(A))
% collapsed.
% Current number of equations to process: 137
% Current number of ordered equations: 0
% Current number of rules: 285
% Rule [853]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(B,
% j(B)),
% j(B))),A)),j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(B)),
% j(B))),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(
% i(B),A))),
% quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(B)),
% j(B))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))
% ->
% quotient(quotient(quotient(quotient(quotient(i(B),i(i(B))),j(j(quotient(
% i(B),
% i(
% i(B)))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(
% i(B),A))),
% i(quotient(i(B),i(i(B)))))),B),A) is composed into 
% [853]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(B,
% j(B)),
% j(B))),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(B)),
% j(B))),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(B),A))),
% quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(B)),j(B))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))) ->
% quotient(quotient(quotient(quotient(quotient(i(B),i(i(B))),j(j(quotient(
% i(B),i(i(B)))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(B),A))),
% quotient(B,j(B)))),B),A)
% Rule [832]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(A)),
% j(j(quotient(
% quotient(A,
% j(A)),
% j(A))))),
% quotient(
% i(B),quotient(
% quotient(A,
% j(A)),
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% j(A)),
% j(A))))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% j(A)),
% j(A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% j(A)),
% j(A))))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% j(A)),
% j(A))))))),
% i(A))),A) ->
% quotient(quotient(quotient(quotient(i(A),i(i(A))),j(j(quotient(i(A),
% i(i(A)))))),
% quotient(i(quotient(quotient(B,j(j(B))),quotient(i(A),B))),
% i(quotient(i(A),i(i(A)))))),A) is composed into [832]
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(A)),
% j(j(quotient(
% quotient(A,
% j(A)),
% j(A))))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% j(A)),
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% j(A)),
% j(A))))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% j(A)),
% j(A))))))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(A)),
% j(j(quotient(
% quotient(A,
% j(A)),
% j(A))))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% j(A)),
% j(A))))))),
% i(A))),A) ->
% quotient(
% quotient(
% quotient(
% quotient(
% i(A),i(i(A))),
% j(j(quotient(
% i(A),
% i(i(A)))))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% quotient(A,
% j(A)))),A)
% Rule [726]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))),
% j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))),
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))),
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))))),
% i(A))),A) ->
% quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% j(j(quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))))))),
% quotient(i(A),i(
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))))))),B)),A) is composed into 
% [726]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))),
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))),
% j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))),
% j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% i(A))),A) ->
% quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% j(j(quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),B)),A)
% New rule produced : [856] i(quotient(i(A),i(i(A)))) -> quotient(A,j(A))
% Current number of equations to process: 136
% Current number of ordered equations: 0
% Current number of rules: 286
% New rule produced : [857] quotient(j(A),quotient(A,j(j(A)))) -> i(A)
% Rule
% [450]
% quotient(quotient(quotient(j(A),quotient(A,j(j(A)))),j(quotient(A,j(j(A))))),
% i(A)) -> j(quotient(A,j(j(A)))) collapsed.
% Rule
% [722]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(A,
% j(
% j(A))),
% j(j(quotient(A,
% j(j(A)))))),
% quotient(j(A),quotient(A,
% j(j(A)))))),
% j(A))),j(j(A))) -> j(j(j(A)))
% collapsed.
% Current number of equations to process: 139
% Current number of ordered equations: 0
% Current number of rules: 285
% New rule produced :
% [858]
% quotient(quotient(A,j(quotient(A,j(j(A))))),A) -> j(quotient(A,j(j(A))))
% Current number of equations to process: 138
% Current number of ordered equations: 0
% Current number of rules: 286
% New rule produced :
% [859]
% quotient(quotient(i(A),j(quotient(A,j(j(A))))),i(A)) ->
% j(quotient(A,j(j(A))))
% Current number of equations to process: 137
% Current number of ordered equations: 0
% Current number of rules: 287
% New rule produced :
% [860] quotient(j(j(j(j(A)))),quotient(A,j(j(A)))) -> j(j(A))
% Current number of equations to process: 137
% Current number of ordered equations: 0
% Current number of rules: 288
% Rule [799]
% quotient(quotient(quotient(quotient(B,i(B)),j(j(quotient(B,i(B))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),i(quotient(B,
% i(B))))),
% j(j(quotient(
% quotient(
% quotient(B,
% i(B)),
% j(j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(quotient(B,
% i(B)))))))),
% quotient(i(B),quotient(
% quotient(
% quotient(B,
% i(B)),
% j(j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(quotient(B,
% i(B))))))),
% quotient(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% i(B)),
% j(j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(quotient(B,
% i(B)))))),B)),
% j(j(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))),B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% i(B)),
% j(j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(quotient(B,
% i(B)))))),B))))),B)),
% j(B)),quotient(quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(i(A),
% i(quotient(B,i(B))))))),
% j(j(quotient(quotient(quotient(quotient(
% quotient(
% quotient(B,
% i(B)),
% j(j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(quotient(B,
% i(B))))),
% j(j(quotient(
% quotient(
% quotient(B,
% i(B)),j(j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),i(quotient(B,
% i(B)))))))),
% quotient(i(B),quotient(
% quotient(
% quotient(B,
% i(B)),j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),i(quotient(B,
% i(B))))))),
% quotient(quotient(quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))),B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))),B))))),B)),
% j(B)),quotient(quotient(
% quotient(B,
% i(B)),j(
% j(
% quotient(B,
% i(B))))),
% quotient(i(A),i(
% quotient(B,
% i(B)))))))))),
% quotient(i(i(quotient(B,i(B)))),quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(quotient(B,
% i(B))))),
% j(j(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(quotient(B,
% i(B))))))),
% quotient(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))),B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))),B))))),B)),
% j(B)),
% quotient(quotient(
% quotient(B,
% i(B)),
% j(j(
% quotient(B,
% i(B))))),
% quotient(i(A),
% i(quotient(B,i(B)))))))))),
% i(i(quotient(B,i(B)))))),i(quotient(B,i(B)))) ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% i(B)),
% j(j(
% quotient(B,
% i(B))))),
% quotient(
% j(B),
% i(quotient(B,
% i(B)))))),
% j(B))),
% j(j(B)))),A)),i(
% quotient(B,
% i(B)))) is composed into 
% [799]
% quotient(quotient(quotient(quotient(B,i(B)),j(j(quotient(B,i(B))))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B))))),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))),B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))),B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B))))))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B))))),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))),B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))),B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))))))),
% quotient(
% i(
% i(
% quotient(B,
% i(B)))),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B))))),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))),B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))),B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))))))),
% i(
% i(
% quotient(B,
% i(B)))))),
% i(quotient(B,i(B)))) ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),B)),
% j(B))),j(j(B)))),A)),
% i(quotient(B,i(B))))
% New rule produced : [861] quotient(j(A),i(quotient(A,i(A)))) -> A
% Rule
% [706]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(A,
% i(A)),
% j(
% j(
% quotient(A,
% i(A))))),
% quotient(
% j(A),
% i(
% quotient(A,
% i(A)))))),
% j(A))),
% j(j(A))),j(j(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(A,
% i(A)),j(j(
% quotient(A,
% i(A))))),
% quotient(
% j(A),i(quotient(A,
% i(A)))))),
% j(A))),j(j(A)))))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(
% j(
% quotient(A,
% i(A))))),
% quotient(
% i(B),
% i(
% quotient(A,
% i(A))))),
% j(A)),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(
% j(
% quotient(A,
% i(A))))),
% quotient(
% i(B),
% i(
% quotient(A,
% i(A))))),
% j(A)),
% j(
% j(A)))))),
% quotient(
% j(A),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(
% j(
% quotient(A,
% i(A))))),
% quotient(
% i(B),
% i(
% quotient(A,
% i(A))))),
% j(A)),
% j(
% j(A)))))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(
% j(
% quotient(A,
% i(A))))),
% quotient(
% i(B),
% i(
% quotient(A,
% i(A))))),
% j(A)),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(
% j(
% quotient(A,
% i(A))))),
% quotient(
% i(B),
% i(
% quotient(A,
% i(A))))),
% j(A)),
% j(
% j(A)))))),
% quotient(
% j(A),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(
% j(
% quotient(A,
% i(A))))),
% quotient(
% i(B),
% i(
% quotient(A,
% i(A))))),
% j(A)),
% j(
% j(A)))))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(
% j(
% quotient(A,
% i(A))))),
% quotient(
% j(A),
% i(
% quotient(A,
% i(A)))))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(
% j(
% quotient(A,
% i(A))))),
% quotient(
% i(B),
% i(
% quotient(A,
% i(A))))),
% j(A)),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(
% j(
% quotient(A,
% i(A))))),
% quotient(
% i(B),
% i(
% quotient(A,
% i(A))))),
% j(A)),
% j(
% j(A)))))),
% quotient(
% j(A),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(
% j(
% quotient(A,
% i(A))))),
% quotient(
% i(B),
% i(
% quotient(A,
% i(A))))),
% j(A)),
% j(
% j(A)))))),
% j(A))),
% j(
% j(A)))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(
% j(
% quotient(A,
% i(A))))),
% quotient(
% j(A),
% i(
% quotient(A,
% i(A)))))),
% j(A))),
% j(
% j(A)))))),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(A,
% i(A)),
% j(j(quotient(A,
% i(A))))),
% quotient(j(A),i(quotient(A,
% i(A)))))),
% j(A))),j(j(A)))) ->
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(
% j(
% quotient(A,
% i(A))))),
% quotient(
% j(A),
% i(
% quotient(A,
% i(A)))))),
% j(A))),
% j(j(A)))),B)),
% i(quotient(A,i(A)))),j(A)) collapsed.
% Rule
% [710]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(
% j(
% quotient(A,
% i(A))))),
% quotient(
% j(A),
% i(
% quotient(A,
% i(A)))))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(
% j(
% quotient(A,
% i(A))))),
% quotient(
% j(A),
% i(
% quotient(A,
% i(A)))))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(
% j(
% quotient(A,
% i(A))))),
% quotient(
% j(A),
% i(
% quotient(A,
% i(A)))))),
% j(A))),
% j(
% j(A))))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% i(A)),
% j(j(quotient(A,
% i(A))))),
% quotient(
% j(A),
% i(quotient(A,
% i(A)))))),
% j(A))),
% j(j(A))),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% i(A)),
% j(
% j(
% quotient(A,
% i(A))))),
% quotient(
% j(A),
% i(
% quotient(A,
% i(A)))))),
% j(A))),
% j(j(A)))))),
% quotient(
% i(B),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(
% j(
% quotient(A,
% i(A))))),
% quotient(
% j(A),
% i(
% quotient(A,
% i(A)))))),
% j(A))),
% j(
% j(A)))))))),
% quotient(A,quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% i(A)),j(
% j(
% quotient(A,
% i(A))))),
% quotient(
% j(A),i(
% quotient(A,
% i(A)))))),
% j(A))),j(j(A))),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% i(A)),
% j(j(
% quotient(A,
% i(A))))),
% quotient(
% j(A),
% i(quotient(A,
% i(A)))))),
% j(A))),
% j(j(A)))))),
% quotient(
% i(B),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% i(A)),
% j(
% j(
% quotient(A,
% i(A))))),
% quotient(
% j(A),
% i(
% quotient(A,
% i(A)))))),
% j(A))),
% j(j(A)))))))),A)),
% j(A)) ->
% quotient(quotient(quotient(quotient(A,i(A)),j(j(quotient(A,i(A))))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(A,B))),
% i(
% quotient(A,
% i(A))))),
% j(A)) collapsed.
% Current number of equations to process: 140
% Current number of ordered equations: 0
% Current number of rules: 287
% New rule produced :
% [862]
% quotient(quotient(quotient(quotient(A,j(A)),j(A)),j(j(A))),j(j(A))) ->
% j(j(A))
% Current number of equations to process: 139
% Current number of ordered equations: 0
% Current number of rules: 288
% New rule produced : [863] quotient(j(j(j(A))),i(quotient(A,i(A)))) -> j(j(A))
% Current number of equations to process: 140
% Current number of ordered equations: 0
% Current number of rules: 289
% New rule produced : [864] quotient(j(A),quotient(i(A),i(i(A)))) -> j(j(A))
% Current number of equations to process: 141
% Current number of ordered equations: 0
% Current number of rules: 290
% New rule produced :
% [865] quotient(j(j(j(j(j(j(A)))))),quotient(A,j(A))) -> j(j(j(j(j(A)))))
% Current number of equations to process: 141
% Current number of ordered equations: 0
% Current number of rules: 291
% New rule produced :
% [866] quotient(i(quotient(A,i(A))),j(j(j(A)))) -> j(j(j(A)))
% Current number of equations to process: 141
% Current number of ordered equations: 0
% Current number of rules: 292
% New rule produced :
% [867]
% quotient(quotient(quotient(quotient(A,i(A)),j(j(j(A)))),j(j(j(j(A))))),
% j(j(A))) -> j(j(j(j(A))))
% Current number of equations to process: 140
% Current number of ordered equations: 0
% Current number of rules: 293
% New rule produced :
% [868] quotient(j(j(A)),quotient(quotient(quotient(A,j(A)),i(A)),A)) -> j(A)
% Current number of equations to process: 140
% Current number of ordered equations: 0
% Current number of rules: 294
% New rule produced :
% [869] quotient(quotient(quotient(i(quotient(A,i(A))),A),j(A)),j(A)) -> j(A)
% Current number of equations to process: 141
% Current number of ordered equations: 0
% Current number of rules: 295
% New rule produced :
% [870]
% quotient(quotient(quotient(i(quotient(A,i(A))),i(i(A))),i(A)),i(A)) -> i(A)
% Current number of equations to process: 140
% Current number of ordered equations: 0
% Current number of rules: 296
% New rule produced :
% [871] quotient(i(quotient(A,i(A))),i(i(i(A)))) -> i(i(i(A)))
% Current number of equations to process: 140
% Current number of ordered equations: 0
% Current number of rules: 297
% New rule produced : [872] quotient(i(quotient(A,i(A))),j(A)) -> j(A)
% Rule
% [448]
% quotient(i(quotient(quotient(A,i(A)),i(quotient(A,i(A))))),j(quotient(A,i(A))))
% -> j(quotient(A,i(A))) collapsed.
% Current number of equations to process: 142
% Current number of ordered equations: 0
% Current number of rules: 297
% New rule produced :
% [873]
% quotient(quotient(i(quotient(A,i(A))),j(j(A))),i(quotient(A,i(A)))) -> j(A)
% Current number of equations to process: 141
% Current number of ordered equations: 0
% Current number of rules: 298
% New rule produced :
% [874]
% quotient(quotient(quotient(j(j(A)),i(quotient(A,i(A)))),quotient(A,i(A))),
% j(A)) -> quotient(A,i(A))
% Current number of equations to process: 140
% Current number of ordered equations: 0
% Current number of rules: 299
% New rule produced :
% [875] quotient(j(j(j(j(j(A))))),i(quotient(A,i(A)))) -> j(j(j(j(A))))
% Current number of equations to process: 141
% Current number of ordered equations: 0
% Current number of rules: 300
% New rule produced :
% [876] quotient(i(quotient(A,i(A))),j(j(j(j(j(A)))))) -> j(j(j(j(j(A)))))
% Current number of equations to process: 140
% Current number of ordered equations: 0
% Current number of rules: 301
% Rule [475]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% i(B)),
% j(j(
% quotient(B,
% i(B))))),
% quotient(
% i(i(B)),
% quotient(B,
% i(B))))),
% i(i(B)))),
% i(B)),B),
% j(j(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(B,
% i(B))))),
% i(
% i(B)))),
% i(B)),B)))),
% quotient(
% i(A),quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(B,
% i(B))))),
% i(
% i(B)))),
% i(B)),B)))),
% i(A))),A),j(j(B))) ->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% j(B),B)),
% j(j(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% j(B),B))))),
% quotient(
% i(A),quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% j(B),B))))),
% i(A))),A),j(j(B))) is composed into 
% [475]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(B,
% i(B))))),
% i(
% i(B)))),
% i(B)),B),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(B,
% i(B))))),
% i(
% i(B)))),
% i(B)),B)))),
% quotient(i(A),
% quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(B,
% i(B))))),
% i(
% i(B)))),
% i(B)),B)))),
% i(A))),A),j(j(B))) ->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% j(
% quotient(B,
% j(B)))),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% j(
% quotient(B,
% j(B))))))),
% quotient(i(A),
% quotient(quotient(B,
% j(
% j(B))),
% j(quotient(B,j(B))))))),
% i(A))),A),j(j(B)))
% New rule produced : [877] quotient(j(A),A) -> j(quotient(A,j(A)))
% Rule [320] quotient(quotient(j(A),A),j(A)) -> j(j(j(A))) collapsed.
% Rule [437] i(quotient(j(A),A)) -> quotient(A,j(A)) collapsed.
% Rule [453] quotient(j(j(j(A))),quotient(j(A),A)) -> j(j(j(j(A)))) collapsed.
% Rule
% [459]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(j(A),A)),j(A)),
% quotient(A,i(A))) -> A collapsed.
% Rule
% [615]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% j(A),A),
% j(
% j(
% quotient(
% j(A),A)))),
% quotient(i(A),
% quotient(j(A),A)))),
% i(A))),A),quotient(i(A),
% i(i(A)))) -> 
% i(A) collapsed.
% Rule
% [670]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% j(A),A)),
% j(A)),j(j(quotient(quotient(quotient(A,j(j(A))),
% quotient(j(A),A)),j(A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% i(A)),
% j(
% j(
% quotient(A,
% i(A))))),
% quotient(
% i(B),
% quotient(A,
% i(A))))),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(A,
% i(A)),
% j(j(quotient(A,
% i(A))))),
% quotient(
% i(B),
% quotient(A,
% i(A))))),A))))),
% quotient(i(quotient(quotient(quotient(A,j(j(A))),
% quotient(j(A),A)),j(A))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% i(A)),
% j(
% j(
% quotient(A,
% i(A))))),
% quotient(
% i(B),
% quotient(A,
% i(A))))),A))))),
% i(quotient(quotient(quotient(A,j(j(A))),quotient(j(A),A)),j(A))))),
% quotient(quotient(quotient(A,j(j(A))),quotient(j(A),A)),j(A))) ->
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% j(A),A)),
% j(A))),B)),
% quotient(A,i(A))),A) collapsed.
% Rule
% [686]
% quotient(quotient(quotient(quotient(A,i(A)),j(j(quotient(A,i(A))))),quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% j(A),A)),
% j(A))),B)),
% quotient(A,
% i(A)))),
% quotient(A,
% i(A)))),A)
% ->
% quotient(quotient(quotient(A,i(A)),j(j(quotient(A,i(A))))),quotient(i(B),
% quotient(A,
% i(A)))) collapsed.
% Rule
% [716]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))),
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))),
% quotient(
% j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))),
% j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))),
% j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% i(A))),A) ->
% quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),B)),A)
% collapsed.
% Current number of equations to process: 151
% Current number of ordered equations: 0
% Current number of rules: 294
% New rule produced : [878] quotient(j(quotient(A,j(A))),j(A)) -> j(j(j(A)))
% Current number of equations to process: 150
% Current number of ordered equations: 0
% Current number of rules: 295
% New rule produced :
% [879] quotient(j(j(j(A))),j(quotient(A,j(A)))) -> j(j(j(j(A))))
% Current number of equations to process: 149
% Current number of ordered equations: 0
% Current number of rules: 296
% New rule produced :
% [880]
% quotient(quotient(quotient(quotient(A,j(j(A))),j(quotient(A,j(A)))),j(A)),
% quotient(A,i(A))) -> A
% Current number of equations to process: 144
% Current number of ordered equations: 0
% Current number of rules: 297
% New rule produced :
% [881] quotient(quotient(A,j(j(A))),quotient(A,j(A))) -> i(quotient(A,i(A)))
% Current number of equations to process: 145
% Current number of ordered equations: 0
% Current number of rules: 298
% New rule produced :
% [882] quotient(quotient(A,j(j(A))),j(j(j(j(j(A)))))) -> j(j(j(j(A))))
% Current number of equations to process: 145
% Current number of ordered equations: 0
% Current number of rules: 299
% New rule produced :
% [883] quotient(j(j(j(j(j(j(A)))))),quotient(A,j(j(A)))) -> j(j(j(j(A))))
% Current number of equations to process: 145
% Current number of ordered equations: 0
% Current number of rules: 300
% New rule produced :
% [884]
% quotient(j(A),quotient(quotient(A,j(A)),j(j(quotient(A,j(A)))))) -> j(A)
% Current number of equations to process: 145
% Current number of ordered equations: 0
% Current number of rules: 301
% Rule [799]
% quotient(quotient(quotient(quotient(B,i(B)),j(j(quotient(B,i(B))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),i(quotient(B,
% i(B))))),
% j(j(quotient(
% quotient(
% quotient(B,
% i(B)),
% j(j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(quotient(B,
% i(B)))))))),
% quotient(i(B),quotient(
% quotient(
% quotient(B,
% i(B)),
% j(j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(quotient(B,
% i(B))))))),
% quotient(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% i(B)),
% j(j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(quotient(B,
% i(B)))))),B)),
% j(j(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))),B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% i(B)),
% j(j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(quotient(B,
% i(B)))))),B))))),B)),
% j(B)),quotient(quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(i(A),
% i(quotient(B,i(B))))))),
% j(j(quotient(quotient(quotient(quotient(
% quotient(
% quotient(B,
% i(B)),
% j(j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(quotient(B,
% i(B))))),
% j(j(quotient(
% quotient(
% quotient(B,
% i(B)),j(j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),i(quotient(B,
% i(B)))))))),
% quotient(i(B),quotient(
% quotient(
% quotient(B,
% i(B)),j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),i(quotient(B,
% i(B))))))),
% quotient(quotient(quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))),B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))),B))))),B)),
% j(B)),quotient(quotient(
% quotient(B,
% i(B)),j(
% j(
% quotient(B,
% i(B))))),
% quotient(i(A),i(
% quotient(B,
% i(B)))))))))),
% quotient(i(i(quotient(B,i(B)))),quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(quotient(B,
% i(B))))),
% j(j(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(quotient(B,
% i(B))))))),
% quotient(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))),B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))),B))))),B)),
% j(B)),
% quotient(quotient(
% quotient(B,
% i(B)),
% j(j(
% quotient(B,
% i(B))))),
% quotient(i(A),
% i(quotient(B,i(B)))))))))),
% i(i(quotient(B,i(B)))))),i(quotient(B,i(B)))) ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% i(B)),
% j(j(
% quotient(B,
% i(B))))),B)),
% j(B))),
% j(j(B)))),A)),i(
% quotient(B,
% i(B)))) is composed into 
% [799]
% quotient(quotient(quotient(quotient(B,i(B)),j(j(quotient(B,i(B))))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B))))),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))),B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))),B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B))))))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B))))),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))),B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))),B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))))))),
% quotient(
% i(
% i(
% quotient(B,
% i(B)))),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B))))),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B))))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))),B))))),
% quotient(B,
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))),B))))),B)),
% j(B)),
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(A),
% i(
% quotient(B,
% i(B)))))))))),
% i(
% i(
% quotient(B,
% i(B)))))),
% i(quotient(B,i(B)))) ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(j(B)),
% j(B))),j(j(B)))),A)),
% i(quotient(B,i(B))))
% New rule produced :
% [885] quotient(quotient(quotient(A,i(A)),j(j(quotient(A,i(A))))),A) -> j(A)
% Current number of equations to process: 146
% Current number of ordered equations: 0
% Current number of rules: 302
% New rule produced :
% [886]
% quotient(quotient(quotient(A,i(A)),j(j(quotient(A,i(A))))),i(i(A))) -> i(A)
% Rule
% [645]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(A,
% i(A)),
% j(
% j(
% quotient(A,
% i(A))))),
% i(i(A)))),i(A))),A),
% j(A)) -> i(quotient(A,i(A))) collapsed.
% Current number of equations to process: 146
% Current number of ordered equations: 0
% Current number of rules: 302
% New rule produced :
% [887] quotient(quotient(i(quotient(A,i(A))),A),j(A)) -> i(quotient(A,i(A)))
% Rule
% [869] quotient(quotient(quotient(i(quotient(A,i(A))),A),j(A)),j(A)) -> j(A)
% collapsed.
% Current number of equations to process: 145
% Current number of ordered equations: 0
% Current number of rules: 302
% New rule produced :
% [888] quotient(i(quotient(A,i(A))),quotient(i(quotient(A,i(A))),A)) -> A
% Current number of equations to process: 145
% Current number of ordered equations: 0
% Current number of rules: 303
% New rule produced :
% [889]
% quotient(quotient(A,j(j(A))),quotient(i(quotient(A,j(A))),j(A))) -> j(j(A))
% Rule
% [746]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))))))),A)),
% j(A)),quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(A,
% j(A))),
% j(A))),
% j(j(A)))),B) ->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),B))),A)),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(A,j(A))),
% j(A))),j(j(A)))),B) collapsed.
% Rule
% [761]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))))))),
% quotient(A,
% quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(j(A))))))),A)),
% j(A)),j(j(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))))))),A)),
% j(A))))),quotient(i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))))))),A)),
% j(A))))),i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(quotient(A,j(j(A))),quotient(i(B),A))) ->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(A,j(A))),
% j(A))),j(j(A))),j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(A,
% j(A))),
% j(A))),
% j(j(A)))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(B),A))),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(A,
% j(A))),
% j(A))),j(j(A))))),B),A)
% collapsed.
% Rule
% [809]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B))),
% j(j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B))),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B))))))),
% quotient(B,quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B))),
% j(j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),
% j(j(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B))),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B))),
% j(j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B))))))),
% quotient(B,quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),j(j(B))),
% j(j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),j(j(B))))))))),
% quotient(i(B),quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B))),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B))),
% j(j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B))))))),
% quotient(B,quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),j(j(B))),
% j(j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),j(j(B)))))))),
% j(j(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B))),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B))),
% j(j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B))))))),
% quotient(B,quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),j(j(B))),
% j(j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),j(j(B)))))),
% j(j(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B))),
% j(j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))),
% j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B))),
% j(j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B))))))),
% quotient(B,quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B))),
% j(j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),
% quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B))))))))),
% quotient(i(B),quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B))),
% j(j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))),
% j(j(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B))),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(j(B))))))),
% quotient(B,quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B))),
% j(j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B))))))))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(B),A))),
% quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B))),
% j(j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),
% quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))),j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B))),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B))))))),
% quotient(B,quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B))),
% j(j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),
% quotient(quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(B,
% j(B))),
% j(B))),j(j(B)))))),
% j(j(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B))),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),j(j(B)))))),
% quotient(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(
% quotient(B,
% j(B))),
% j(B))),j(j(B)))),
% j(j(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B))),
% j(j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B))))))),
% quotient(B,quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),j(j(B))),
% j(j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B))))))))),
% quotient(i(B),quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B))),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),j(j(B)))))),
% quotient(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(
% quotient(B,
% j(B))),
% j(B))),j(j(B)))),
% j(j(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B))),
% j(j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B))))))),
% quotient(B,quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),j(j(B))),
% j(j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(j(quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))),quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))))))))),B),A)
% ->
% quotient(quotient(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),C)),
% j(j(quotient(quotient(C,j(j(C))),quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(B))),
% j(B))),
% j(j(B)))),C))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(B),A))),
% quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(j(B)))),C)))),B),A)
% collapsed.
% Rule
% [838]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))))))),A)),
% j(A)),j(j(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(A,
% j(A))),
% j(A))),
% j(j(A))),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(A,
% j(A))),
% j(A))),
% j(j(A)))),
% j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))))))),
% quotient(A,quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))))))),A)),
% j(A))))),quotient(i(quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),B))))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),B))))),A)),
% j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),B))))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),B))))),A))))),
% quotient(i(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))))))),A)),
% j(A))),
% quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),B))))),
% quotient(
% i(C),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),B))))),A))))),
% i(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))))))),A)),
% j(A))))),quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))))))),
% quotient(A,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),
% quotient(
% quotient(B,A),
% j(A))))),
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))))),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A))))))),A)),
% j(A))) ->
% quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(A,
% j(A))),
% j(A))),
% j(
% j(A)))),B))),A))),C)),
% quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(quotient(A,
% j(
% j(A))),
% quotient(i(
% quotient(A,
% j(A))),
% j(A))),j(j(A)))),B))),A)
% collapsed.
% Rule
% [840]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B))),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B))),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B))))))),
% quotient(B,
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B))),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,B),
% j(B)),
% j(
% j(
% quotient(
% quotient(C,B),
% j(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),
% quotient(
% quotient(C,B),
% j(B))))),
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))))),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B))))))),B)),
% j(B))),A)),
% quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(
% quotient(B,
% j(B))),
% j(B))),j(j(B)))),C))),B)
% ->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(B))),
% j(B))),
% j(
% j(B)))),C))),B))),A)),
% quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(
% quotient(B,
% j(B))),
% j(B))),j(j(B)))),C))),B)
% collapsed.
% Current number of equations to process: 147
% Current number of ordered equations: 0
% Current number of rules: 299
% New rule produced :
% [890]
% quotient(quotient(quotient(quotient(i(i(quotient(A,i(A)))),A),j(A)),j(j(A))),
% quotient(A,j(j(A)))) -> j(j(A))
% Current number of equations to process: 146
% Current number of ordered equations: 0
% Current number of rules: 300
% New rule produced :
% [891]
% quotient(quotient(quotient(quotient(A,j(A)),j(j(j(A)))),j(j(j(j(A))))),
% j(j(j(j(A))))) -> j(j(j(j(A))))
% Current number of equations to process: 145
% Current number of ordered equations: 0
% Current number of rules: 301
% New rule produced :
% [892]
% quotient(quotient(quotient(quotient(quotient(A,j(A)),j(A)),j(A)),j(j(A))),
% quotient(A,j(A))) -> j(j(A))
% Current number of equations to process: 145
% Current number of ordered equations: 0
% Current number of rules: 302
% New rule produced :
% [893]
% quotient(i(quotient(A,i(A))),quotient(i(quotient(A,i(A))),j(j(A)))) ->
% j(j(A))
% Current number of equations to process: 145
% Current number of ordered equations: 0
% Current number of rules: 303
% New rule produced :
% [894]
% quotient(quotient(quotient(i(quotient(A,i(A))),quotient(A,j(A))),j(quotient(A,
% j(A)))),
% quotient(A,j(j(A)))) -> j(quotient(A,j(A)))
% Current number of equations to process: 145
% Current number of ordered equations: 0
% Current number of rules: 304
% New rule produced :
% [895]
% quotient(quotient(quotient(i(A),quotient(A,j(j(A)))),j(quotient(A,j(j(A))))),
% i(i(i(A)))) -> j(quotient(A,j(j(A))))
% Current number of equations to process: 146
% Current number of ordered equations: 0
% Current number of rules: 305
% New rule produced :
% [896]
% quotient(quotient(quotient(A,i(A)),j(j(j(j(A))))),quotient(A,j(j(A)))) ->
% j(j(j(j(A))))
% Current number of equations to process: 148
% Current number of ordered equations: 0
% Current number of rules: 306
% New rule produced :
% [897]
% quotient(quotient(j(j(A)),j(quotient(A,j(j(A))))),j(j(A))) ->
% j(quotient(A,j(j(A))))
% Current number of equations to process: 149
% Current number of ordered equations: 0
% Current number of rules: 307
% New rule produced :
% [898]
% quotient(quotient(quotient(j(j(j(j(A)))),i(quotient(A,i(A)))),quotient(A,
% i(A))),
% j(j(j(A)))) -> quotient(A,i(A))
% Current number of equations to process: 148
% Current number of ordered equations: 0
% Current number of rules: 308
% New rule produced : [899] quotient(j(A),j(quotient(A,j(j(A))))) -> j(j(j(A)))
% Rule
% [454]
% quotient(quotient(j(A),j(quotient(A,j(j(A))))),j(A)) ->
% j(quotient(A,j(j(A)))) collapsed.
% Current number of equations to process: 150
% Current number of ordered equations: 0
% Current number of rules: 308
% New rule produced : [900] quotient(j(j(j(A))),j(A)) -> j(quotient(A,j(j(A))))
% Current number of equations to process: 149
% Current number of ordered equations: 0
% Current number of rules: 309
% New rule produced : [901] quotient(j(A),j(quotient(A,i(A)))) -> A
% Current number of equations to process: 151
% Current number of ordered equations: 0
% Current number of rules: 310
% New rule produced : [902] quotient(i(A),j(quotient(A,j(A)))) -> A
% Current number of equations to process: 153
% Current number of ordered equations: 0
% Current number of rules: 311
% New rule produced : [903] quotient(j(A),j(quotient(A,j(A)))) -> j(j(A))
% Current number of equations to process: 152
% Current number of ordered equations: 0
% Current number of rules: 312
% New rule produced :
% [904] quotient(quotient(quotient(A,j(j(A))),quotient(B,i(A))),j(B)) -> i(A)
% Current number of equations to process: 153
% Current number of ordered equations: 0
% Current number of rules: 313
% New rule produced :
% [905] quotient(quotient(quotient(A,j(j(A))),quotient(B,j(A))),j(B)) -> j(A)
% Current number of equations to process: 152
% Current number of ordered equations: 0
% Current number of rules: 314
% New rule produced :
% [906]
% quotient(quotient(quotient(j(A),B),j(B)),quotient(quotient(B,j(j(B))),
% quotient(A,B))) -> j(B)
% Current number of equations to process: 151
% Current number of ordered equations: 0
% Current number of rules: 315
% New rule produced :
% [907]
% quotient(quotient(quotient(A,j(j(A))),B),j(quotient(quotient(B,j(j(B))),
% quotient(i(A),B)))) -> A
% Current number of equations to process: 150
% Current number of ordered equations: 0
% Current number of rules: 316
% New rule produced : [908] quotient(i(i(A)),j(quotient(A,j(j(A))))) -> A
% Rule
% [829]
% quotient(quotient(i(i(A)),j(quotient(A,j(j(A))))),j(j(A))) ->
% quotient(A,j(j(A))) collapsed.
% Current number of equations to process: 151
% Current number of ordered equations: 0
% Current number of rules: 316
% New rule produced :
% [909] quotient(i(A),j(quotient(quotient(quotient(A,j(A)),i(A)),A))) -> A
% Current number of equations to process: 157
% Current number of ordered equations: 0
% Current number of rules: 317
% New rule produced :
% [910]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(B),i(i(A)))),B) -> i(i(A))
% Current number of equations to process: 160
% Current number of ordered equations: 0
% Current number of rules: 318
% New rule produced :
% [911]
% quotient(quotient(quotient(A,i(B)),B),quotient(quotient(B,j(j(B))),quotient(
% i(A),
% i(B)))) ->
% B
% Current number of equations to process: 159
% Current number of ordered equations: 0
% Current number of rules: 319
% New rule produced :
% [912]
% quotient(quotient(quotient(quotient(A,j(A)),j(j(quotient(A,j(A))))),j(A)),
% j(j(j(A)))) -> quotient(A,j(A))
% Current number of equations to process: 158
% Current number of ordered equations: 0
% Current number of rules: 320
% New rule produced :
% [913]
% quotient(quotient(quotient(A,j(j(A))),j(quotient(A,B))),j(quotient(quotient(B,
% quotient(A,B)),
% j(quotient(A,B)))))
% -> A
% Current number of equations to process: 157
% Current number of ordered equations: 0
% Current number of rules: 321
% New rule produced :
% [914]
% quotient(quotient(quotient(quotient(A,j(j(A))),j(j(quotient(A,j(j(A)))))),A),
% j(j(j(A)))) -> quotient(A,j(j(A)))
% Current number of equations to process: 156
% Current number of ordered equations: 0
% Current number of rules: 322
% New rule produced : [915] quotient(i(i(A)),quotient(A,i(A))) -> i(A)
% Rule
% [475]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(B,
% i(B))))),
% i(
% i(B)))),
% i(B)),B),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(B,
% i(B))))),
% i(
% i(B)))),
% i(B)),B)))),
% quotient(i(A),
% quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% i(B)),
% j(
% j(
% quotient(B,
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(B,
% i(B))))),
% i(
% i(B)))),
% i(B)),B)))),
% i(A))),A),j(j(B))) ->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% j(
% quotient(B,
% j(B)))),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% j(
% quotient(B,
% j(B))))))),
% quotient(i(A),
% quotient(quotient(B,
% j(
% j(B))),
% j(quotient(B,j(B))))))),
% i(A))),A),j(j(B))) collapsed.
% Rule
% [772]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(A,
% i(A)),
% j(
% j(
% quotient(A,
% i(A))))),
% quotient(i(i(A)),
% quotient(A,
% i(A))))),i(i(A)))),
% i(A)),quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(A,
% j(j(A)))),A)),
% j(A))) -> i(i(A)) collapsed.
% Current number of equations to process: 158
% Current number of ordered equations: 0
% Current number of rules: 321
% New rule produced :
% [916]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(B),j(j(A)))),B) -> j(j(A))
% Current number of equations to process: 159
% Current number of ordered equations: 0
% Current number of rules: 322
% New rule produced :
% [917]
% quotient(quotient(quotient(A,j(j(A))),i(B)),j(quotient(quotient(B,j(j(B))),
% quotient(i(A),i(B))))) -> A
% Current number of equations to process: 158
% Current number of ordered equations: 0
% Current number of rules: 323
% New rule produced :
% [918]
% quotient(A,quotient(quotient(A,j(j(A))),quotient(i(i(i(A))),A))) -> j(A)
% Current number of equations to process: 164
% Current number of ordered equations: 0
% Current number of rules: 324
% New rule produced :
% [919]
% quotient(j(A),quotient(quotient(A,j(j(A))),quotient(i(i(A)),j(A)))) ->
% j(j(A))
% Current number of equations to process: 163
% Current number of ordered equations: 0
% Current number of rules: 325
% New rule produced :
% [920]
% quotient(j(j(A)),quotient(quotient(A,j(j(A))),quotient(i(A),j(j(A))))) ->
% j(j(j(A)))
% Current number of equations to process: 162
% Current number of ordered equations: 0
% Current number of rules: 326
% New rule produced :
% [921] quotient(A,quotient(quotient(A,j(A)),i(A))) -> j(quotient(A,j(A)))
% Current number of equations to process: 165
% Current number of ordered equations: 0
% Current number of rules: 327
% New rule produced :
% [922]
% quotient(quotient(A,i(A)),quotient(quotient(A,j(j(A))),quotient(i(quotient(A,
% i(A))),A)))
% -> j(A)
% Current number of equations to process: 165
% Current number of ordered equations: 0
% Current number of rules: 328
% New rule produced :
% [923]
% quotient(quotient(A,j(A)),quotient(quotient(A,j(j(A))),quotient(i(quotient(A,
% j(A))),A)))
% -> j(A)
% Current number of equations to process: 164
% Current number of ordered equations: 0
% Current number of rules: 329
% New rule produced :
% [924]
% quotient(quotient(quotient(A,j(j(A))),j(B)),j(quotient(quotient(B,j(j(B))),
% quotient(i(A),j(B))))) -> A
% Current number of equations to process: 163
% Current number of ordered equations: 0
% Current number of rules: 330
% New rule produced :
% [925]
% quotient(quotient(A,j(A)),quotient(quotient(A,j(j(A))),quotient(i(quotient(A,
% j(A))),
% j(j(A))))) ->
% j(j(j(A)))
% Current number of equations to process: 162
% Current number of ordered equations: 0
% Current number of rules: 331
% New rule produced :
% [926]
% quotient(quotient(quotient(quotient(A,i(A)),j(j(quotient(A,i(A))))),j(
% j(j(A)))),
% j(j(j(A)))) -> quotient(A,i(A))
% Current number of equations to process: 161
% Current number of ordered equations: 0
% Current number of rules: 332
% New rule produced :
% [927]
% quotient(quotient(quotient(quotient(A,j(A)),j(j(quotient(A,j(A))))),A),
% j(quotient(quotient(A,j(A)),j(A)))) -> quotient(A,j(A))
% Current number of equations to process: 160
% Current number of ordered equations: 0
% Current number of rules: 333
% New rule produced :
% [928]
% quotient(quotient(quotient(quotient(A,j(j(A))),j(j(quotient(A,j(j(A)))))),
% j(A)),j(j(j(j(A))))) -> quotient(A,j(j(A)))
% Current number of equations to process: 159
% Current number of ordered equations: 0
% Current number of rules: 334
% New rule produced :
% [929]
% quotient(quotient(A,j(j(A))),quotient(quotient(A,j(j(A))),quotient(i(
% quotient(A,
% j(
% j(A)))),A)))
% -> j(A)
% Current number of equations to process: 167
% Current number of ordered equations: 0
% Current number of rules: 335
% New rule produced :
% [930]
% quotient(quotient(quotient(A,j(j(A))),i(i(A))),i(A)) -> quotient(A,j(j(A)))
% Current number of equations to process: 168
% Current number of ordered equations: 0
% Current number of rules: 336
% New rule produced :
% [931]
% quotient(quotient(A,j(A)),quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(A,
% j(A)),
% i(A)),A)),A)))
% -> j(A)
% Current number of equations to process: 170
% Current number of ordered equations: 0
% Current number of rules: 337
% New rule produced :
% [932]
% quotient(quotient(quotient(quotient(A,j(A)),j(j(quotient(A,j(A))))),j(
% j(j(A)))),
% j(j(j(j(j(A)))))) -> quotient(A,j(A))
% Current number of equations to process: 169
% Current number of ordered equations: 0
% Current number of rules: 338
% New rule produced :
% [933]
% quotient(quotient(A,j(B)),quotient(quotient(B,j(j(B))),quotient(i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),B)))
% -> j(B)
% Current number of equations to process: 168
% Current number of ordered equations: 0
% Current number of rules: 339
% New rule produced :
% [934]
% quotient(quotient(A,j(j(A))),quotient(quotient(A,j(j(A))),quotient(i(
% quotient(A,
% j(
% j(A)))),
% j(j(j(A)))))) ->
% j(j(j(j(A))))
% Current number of equations to process: 167
% Current number of ordered equations: 0
% Current number of rules: 340
% New rule produced :
% [935]
% quotient(quotient(i(A),j(B)),quotient(quotient(B,j(j(B))),quotient(i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% i(A)))),B)))
% -> j(B)
% Current number of equations to process: 166
% Current number of ordered equations: 0
% Current number of rules: 341
% New rule produced :
% [936]
% quotient(quotient(j(A),j(B)),quotient(quotient(B,j(j(B))),quotient(i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% j(A)))),B)))
% -> j(B)
% Current number of equations to process: 165
% Current number of ordered equations: 0
% Current number of rules: 342
% New rule produced :
% [937]
% quotient(quotient(A,j(j(A))),quotient(i(i(A)),j(A))) ->
% quotient(i(A),i(i(A)))
% Rule
% [577]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(A,j(j(A))),
% quotient(i(i(A)),j(A)))),
% i(i(A)))),i(A)) -> quotient(A,j(j(A)))
% collapsed.
% Rule
% [919]
% quotient(j(A),quotient(quotient(A,j(j(A))),quotient(i(i(A)),j(A)))) ->
% j(j(A)) collapsed.
% Current number of equations to process: 170
% Current number of ordered equations: 0
% Current number of rules: 341
% New rule produced :
% [938]
% quotient(quotient(A,j(j(A))),quotient(i(quotient(A,j(j(A)))),j(j(j(A))))) ->
% j(j(j(j(j(A)))))
% Rule
% [934]
% quotient(quotient(A,j(j(A))),quotient(quotient(A,j(j(A))),quotient(i(
% quotient(A,
% j(
% j(A)))),
% j(j(j(A)))))) ->
% j(j(j(j(A)))) collapsed.
% Current number of equations to process: 172
% Current number of ordered equations: 0
% Current number of rules: 341
% New rule produced :
% [939]
% quotient(quotient(A,j(j(A))),quotient(A,j(j(j(A))))) -> j(quotient(A,j(A)))
% Current number of equations to process: 178
% Current number of ordered equations: 0
% Current number of rules: 342
% New rule produced :
% [940]
% quotient(quotient(A,j(j(A))),quotient(i(quotient(A,j(A))),A)) ->
% quotient(quotient(A,j(A)),j(A))
% Rule
% [923]
% quotient(quotient(A,j(A)),quotient(quotient(A,j(j(A))),quotient(i(quotient(A,
% j(A))),A)))
% -> j(A) collapsed.
% Current number of equations to process: 177
% Current number of ordered equations: 0
% Current number of rules: 342
% New rule produced :
% [941]
% quotient(quotient(A,j(j(A))),quotient(i(quotient(A,j(A))),j(j(A)))) ->
% quotient(quotient(A,j(A)),j(j(j(A))))
% Rule
% [925]
% quotient(quotient(A,j(A)),quotient(quotient(A,j(j(A))),quotient(i(quotient(A,
% j(A))),
% j(j(A))))) ->
% j(j(j(A))) collapsed.
% Current number of equations to process: 178
% Current number of ordered equations: 0
% Current number of rules: 342
% New rule produced :
% [942]
% quotient(quotient(A,j(A)),quotient(quotient(A,j(A)),j(j(j(A))))) ->
% j(j(j(A)))
% Current number of equations to process: 177
% Current number of ordered equations: 0
% Current number of rules: 343
% New rule produced :
% [943]
% quotient(quotient(quotient(A,j(j(A))),j(quotient(A,j(A)))),j(A)) ->
% quotient(quotient(A,j(j(A))),quotient(i(quotient(A,i(A))),A))
% Rule
% [880]
% quotient(quotient(quotient(quotient(A,j(j(A))),j(quotient(A,j(A)))),j(A)),
% quotient(A,i(A))) -> A collapsed.
% Current number of equations to process: 176
% Current number of ordered equations: 0
% Current number of rules: 343
% New rule produced :
% [944]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(B,i(A))),i(A))),A)
% -> quotient(quotient(A,j(j(A))),quotient(i(B),i(A)))
% Rule
% [560]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(A,j(A)),
% i(A))),i(A))),A) -> A
% collapsed.
% Current number of equations to process: 175
% Current number of ordered equations: 0
% Current number of rules: 343
% Rule [721]
% quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))),
% j(j(
% quotient(
% quotient(A,
% i(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))))),
% quotient(
% i(i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))),
% quotient(
% quotient(A,
% i(i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))))),
% i(i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))))),
% i(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A))))),B)),A)
% ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))))),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))),
% j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))),
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))),
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))))),
% i(A))),A) is composed into 
% [721]
% quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))),
% j(
% j(
% quotient(
% quotient(A,
% i(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))))),
% quotient(
% i(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))),
% quotient(
% quotient(A,
% i(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))))),
% i(i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))))),
% i(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A))))),B)),A)
% ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(
% i(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(i(i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(i(i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% i(A))),A)
% Rule [532]
% quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(i(B))),
% i(B)),
% j(j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(i(B)),
% quotient(
% quotient(A,
% i(i(B))),
% i(B))))),
% i(i(B)))),
% i(B)),
% j(j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B)),
% j(
% j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% i(
% i(B)))),
% i(B))))),
% quotient(
% i(B),quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B)),
% j(
% j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% i(
% i(B)))),
% i(B)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B)),
% j(
% j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% i(
% i(B)))),
% i(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B)),
% j(
% j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% i(
% i(B)))),
% i(B))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B)),
% j(
% j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% i(
% i(B)))),
% i(B))))))),
% quotient(i(i(i(B))),
% quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(i(B))),
% i(B)),
% j(j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(i(B)),
% quotient(
% quotient(A,
% i(i(B))),
% i(B))))),
% i(i(B)))),
% i(B)),
% j(j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B)),
% j(
% j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% i(
% i(B)))),
% i(B))))),
% quotient(i(B),quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B)),
% j(
% j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% i(
% i(B)))),
% i(B))))))),
% i(i(i(B))))),i(i(B))) ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(j(B)))),B)),
% j(B))),A)),i(i(B))) is composed into 
% [532]
% quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B)),
% j(
% j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% i(
% i(B)))),
% i(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B)),
% j(
% j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% i(
% i(B)))),
% i(B))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B)),
% j(
% j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% i(
% i(B)))),
% i(B)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(i(B))),
% i(B)),
% j(j(quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(i(B)),
% quotient(
% quotient(A,
% i(i(B))),
% i(B))))),
% i(i(B)))),
% i(B)),j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B)),
% j(
% j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% i(
% i(B)))),
% i(B))))),
% quotient(
% i(B),quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B)),
% j(
% j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% i(
% i(B)))),
% i(B))))))),
% quotient(i(i(i(B))),
% quotient(quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B)),
% j(
% j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% i(
% i(B)))),
% i(B)),
% j(j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(i(B))),
% i(B)),
% j(j(quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(i(B)),
% quotient(
% quotient(A,
% i(i(B))),
% i(B))))),
% i(i(B)))),
% i(B))))),
% quotient(i(B),quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(i(B))),
% i(B)),
% j(j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(i(B)),
% quotient(
% quotient(A,
% i(i(B))),
% i(B))))),
% i(i(B)))),
% i(B))))))),
% i(i(i(B))))),i(i(B))) ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,j(j(B))),
% quotient(i(i(i(B))),B))),A)),
% i(i(B)))
% Rule [483]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(B),i(i(B)))),
% j(j(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(B),
% i(
% i(B))))))),
% quotient(
% i(A),quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(B),
% i(
% i(B))))))),
% i(A))),A),B) <->
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(A),B)),
% j(j(quotient(quotient(B,j(j(B))),quotient(i(A),B))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(B,
% j(j(B)))),B)),
% j(B)),j(j(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(j(B)))),B)),
% j(B))))),quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(j(B)))),B)),
% j(B))))),
% i(quotient(quotient(B,j(j(B))),quotient(i(A),B))))),quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))) is composed into 
% [483]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(B),
% i(
% i(B)))),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(B),
% i(
% i(B))))))),
% quotient(i(A),
% quotient(quotient(B,
% j(
% j(B))),
% quotient(i(B),
% i(i(B))))))),
% i(A))),A),B) ->
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(A),B)),
% j(j(quotient(quotient(B,j(j(B))),quotient(i(A),B))))),
% quotient(i(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(
% i(
% i(i(B))),B)),
% j(j(quotient(quotient(B,j(j(B))),quotient(
% i(i(i(B))),B))))),
% quotient(i(quotient(quotient(B,j(j(B))),quotient(i(A),B))),
% quotient(quotient(B,j(j(B))),quotient(i(i(i(B))),B))))),
% i(quotient(quotient(B,j(j(B))),quotient(i(A),B))))),quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B)))
% New rule produced :
% [945]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(A,j(j(A)))),A)),
% j(A)) -> quotient(quotient(A,j(j(A))),quotient(i(i(i(A))),A))
% Rule
% [474]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(
% j(B)))),B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(
% j(B)))),B)),
% j(B))))),
% quotient(
% i(
% i(
% i(i(B)))),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(
% j(B)))),B)),
% j(B))))),
% i(
% i(
% i(i(B)))))),
% i(
% i(i(B)))),
% i(
% i(B))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(
% j(B)))),B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(
% j(B)))),B)),
% j(B))))),
% quotient(
% i(
% i(
% i(i(B)))),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(
% j(B)))),B)),
% j(B))))),
% i(
% i(
% i(i(B)))))),
% i(
% i(i(B)))),
% i(
% i(B)))))),
% quotient(i(A),
% quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(
% j(B)))),B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(
% j(B)))),B)),
% j(B))))),
% quotient(
% i(
% i(
% i(i(B)))),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(B,
% j(
% j(B)))),B)),
% j(B))))),
% i(
% i(
% i(i(B)))))),
% i(
% i(i(B)))),
% i(i(B)))))),
% i(A))),A),B) ->
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(A),B)),
% j(j(quotient(quotient(B,j(j(B))),quotient(i(A),B))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(B,j(j(B)))),B)),
% j(B)),j(j(quotient(quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(B,
% j(
% j(B)))),B)),
% j(B))))),quotient(i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(
% j(B)))),B)),
% j(B))))),i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))))),
% quotient(quotient(B,j(j(B))),quotient(i(A),B))) collapsed.
% Rule
% [482]
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(A),B)),
% j(j(quotient(quotient(B,j(j(B))),quotient(i(A),B))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(B,j(j(B)))),B)),
% j(B)),j(j(quotient(quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(B,
% j(
% j(B)))),B)),
% j(B))))),quotient(i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(B,
% j(
% j(B)))),B)),
% j(B))))),i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))))),
% quotient(quotient(B,j(j(B))),quotient(i(A),B))) <->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(B),
% i(
% i(B)))),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(B),
% i(
% i(B))))))),
% quotient(i(A),
% quotient(quotient(B,
% j(
% j(B))),
% quotient(i(B),
% i(i(B))))))),
% i(A))),A),B) collapsed.
% Rule
% [561]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(A,j(j(A)))),A)),
% j(A)),i(i(A))) -> A collapsed.
% Current number of equations to process: 175
% Current number of ordered equations: 0
% Current number of rules: 341
% New rule produced :
% [946]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(B,j(A))),j(A))),
% j(j(A))) -> quotient(quotient(A,j(j(A))),quotient(i(B),j(A)))
% Current number of equations to process: 174
% Current number of ordered equations: 0
% Current number of rules: 342
% New rule produced :
% [947]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),j(A)) <->
% quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,j(j(B))),
% quotient(i(A),B))),A))
% Rule
% [480]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(B,
% j(j(B))),
% quotient(i(A),B))),
% i(A))),A),j(j(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(A),quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(B,
% j(j(B))),
% quotient(i(A),B))),
% i(A))),A))),j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),B)
% ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,j(j(B))),
% quotient(i(A),B))),i(A))),A)
% collapsed.
% Rule
% [528]
% quotient(quotient(quotient(quotient(quotient(A,j(A)),j(j(quotient(A,j(A))))),
% quotient(i(i(A)),quotient(A,j(A)))),j(quotient(A,j(A)))),A)
% -> quotient(A,j(A)) collapsed.
% Rule
% [704]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(i(A),
% quotient(quotient(B,
% j(j(B))),
% quotient(i(C),B))))),
% i(A))),A),j(j(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)))),
% quotient(i(A),quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% quotient(i(A),quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% i(A))),A))),j(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% i(A))),A))),C)
% ->
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A),
% j(j(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)))),
% quotient(i(quotient(quotient(B,j(j(B))),quotient(i(C),B))),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A))),C)
% collapsed.
% Rule
% [705]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),
% j(A)))),
% i(B))),B),j(j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% j(A)))),
% i(B))),B)))),
% quotient(i(B),quotient(quotient(quotient(B,
% j(j(B))),quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% j(A)))),
% i(B))),B))),
% j(quotient(quotient(quotient(B,j(j(B))),quotient(i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% j(A)))),
% i(B))),B))),
% j(j(quotient(quotient(quotient(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),j(A)))),
% i(B))),B),j(j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),
% j(A)))),
% i(B))),B)))),
% quotient(i(B),quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),
% j(A)))),i(B))),B))),
% j(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),
% j(A)))),
% i(B))),B)))))),quotient(
% i(A),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% j(A)))),
% i(B))),B),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% j(A)))),
% i(B))),B)))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% j(A)))),
% i(B))),B))),
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% j(A)))),
% i(B))),B)))))
% ->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),
% j(A)))),i(B))),B),
% j(j(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),j(A)))),
% i(B))),B)))),quotient(A,quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),
% j(A)))),
% i(B))),B))),
% j(j(quotient(quotient(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),j(A)))),
% i(B))),B),j(j(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),
% j(A)))),
% i(B))),B)))),
% quotient(A,quotient(quotient(quotient(B,j(j(B))),quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),
% j(A)))),
% i(B))),B)))))),
% quotient(i(A),quotient(quotient(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),j(A)))),
% i(B))),B),j(j(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),
% j(A)))),
% i(B))),B)))),
% quotient(A,quotient(quotient(quotient(B,j(j(B))),quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),
% j(A)))),
% i(B))),B)))))
% collapsed.
% Rule
% [749]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(C),B)),
% j(B))),A)),quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))) <->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))),B))),A)),
% quotient(quotient(C,j(j(C))),quotient(i(B),C))) collapsed.
% Rule
% [758]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(B),quotient(quotient(A,j(j(A))),quotient(i(B),A)))),
% j(quotient(quotient(A,j(j(A))),quotient(i(B),A)))),quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B)),
% j(B))) ->
% quotient(quotient(A,j(j(A))),quotient(i(B),A)) collapsed.
% Rule
% [807]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% i(A))),A),j(j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)))),
% quotient(i(B),quotient(quotient(quotient(A,
% j(j(A))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A))),
% j(j(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% i(A))),A),j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)))),
% quotient(i(B),quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(i(A),
% quotient(quotient(B,
% j(j(B))),
% quotient(i(C),B))))),
% i(A))),A)))))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% i(A))),A),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)))),
% quotient(
% i(A),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A))),
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% i(A))),A))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A),
% j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A))),
% j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% i(A))),A),
% j(j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)))),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% i(A))),A),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)))),
% quotient(
% i(A),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A))),
% j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)))))),
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% i(A))),A),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)))),
% quotient(
% i(B),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)))))),
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A),j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)))),
% quotient(i(B),quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B)),
% j(j(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)))) ->
% quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)))),
% quotient(i(B),
% quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% quotient(
% i(A),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)))),C)),B),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B)),
% j(j(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% quotient(i(A),quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))))),
% i(A))),A)) collapsed.
% Rule
% [819]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(A),C)),
% j(j(quotient(quotient(C,j(j(C))),
% quotient(i(A),C))))),
% quotient(i(quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C)),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))))),
% quotient(i(quotient(quotient(C,
% j(
% j(C))),
% quotient(i(A),C))),
% quotient(quotient(C,j(j(C))),
% quotient(i(B),C))))),i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(quotient(C,j(j(C))),quotient(i(A),C))),
% j(j(quotient(quotient(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(A),C)),j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(i(quotient(quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C)),
% j(j(quotient(quotient(C,
% j(j(C))),
% quotient(i(B),C))))),
% quotient(i(quotient(quotient(C,
% j(j(C))),
% quotient(i(A),C))),
% quotient(quotient(C,j(j(C))),
% quotient(i(B),C))))),i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))))),
% quotient(quotient(C,j(j(C))),quotient(i(A),C)))))),
% quotient(i(quotient(quotient(C,j(j(C))),quotient(i(A),C))),quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% j(quotient(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(A),C)),
% j(j(quotient(quotient(C,j(j(C))),quotient(i(A),C))))),
% quotient(i(quotient(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(B),C)),j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))))),
% quotient(i(quotient(quotient(C,j(j(C))),quotient(
% i(A),C))),
% quotient(quotient(C,j(j(C))),quotient(i(B),C))))),
% i(quotient(quotient(C,j(j(C))),quotient(i(A),C))))),quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(A),C))))) ->
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(A),C)),j(j(quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(i(quotient(quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(B),C)),
% j(j(quotient(quotient(C,
% j(j(C))),
% quotient(i(B),C))))),
% quotient(i(quotient(quotient(C,j(j(C))),
% quotient(i(A),C))),quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% i(quotient(quotient(C,j(j(C))),quotient(i(A),C))))),
% quotient(quotient(C,j(j(C))),quotient(i(A),C))),j(j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C)))))),
% quotient(i(quotient(quotient(C,j(j(C))),quotient(i(B),C))),quotient(quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)),
% j(
% j(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% quotient(
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))),
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C))))),
% i(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(A),C))))),
% quotient(quotient(C,
% j(
% j(C))),
% quotient(i(A),C)))))
% collapsed.
% Rule
% [843]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),j(A)),A) <->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,j(j(B))),
% quotient(i(A),B))),A)),A)
% collapsed.
% Current number of equations to process: 175
% Current number of ordered equations: 1
% Current number of rules: 334
% New rule produced :
% [948]
% quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,j(j(B))),
% quotient(i(A),B))),A)) <->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),j(A))
% Rule
% [531]
% quotient(quotient(quotient(quotient(quotient(quotient(quotient(quotient(C,
% j(j(C))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))),
% i(C))),C),j(j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))),
% i(C))),C)))),
% quotient(i(A),quotient(quotient(quotient(C,
% j(j(C))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))),
% i(C))),C))),
% j(j(quotient(quotient(quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))),
% i(C))),C),j(j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))),
% i(C))),C)))),
% quotient(i(A),quotient(quotient(quotient(C,j(j(C))),
% quotient(i(quotient(quotient(B,
% j(j(B))),
% quotient(i(C),B))),
% i(C))),C)))))),quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(C)),
% j(j(quotient(C,
% j(C))))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(C,
% j(C))),B))),
% i(quotient(C,
% j(C))))),
% quotient(C,
% j(C))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(C,
% j(C)),
% j(
% j(
% quotient(C,
% j(C))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(C,
% j(C))),B))),
% i(
% quotient(C,
% j(C))))),
% quotient(C,
% j(C)))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(C)),
% j(j(quotient(C,
% j(C))))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(C,
% j(C))),B))),
% i(quotient(C,
% j(C))))),
% quotient(C,
% j(C)))))),C)),
% j(j(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(C)),
% j(
% j(
% quotient(C,
% j(C))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(C,
% j(C))),B))),
% i(
% quotient(C,
% j(C))))),
% quotient(C,
% j(C))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(C)),
% j(
% j(
% quotient(C,
% j(C))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(C,
% j(C))),B))),
% i(
% quotient(C,
% j(C))))),
% quotient(C,
% j(C)))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(C)),
% j(
% j(
% quotient(C,
% j(C))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(C,
% j(C))),B))),
% i(
% quotient(C,
% j(C))))),
% quotient(C,
% j(C)))))),C))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))),
% i(C))),C),
% j(j(quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))),
% i(C))),C)))),
% quotient(
% i(A),
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))),
% i(C))),C)))),
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(C)),
% j(j(quotient(C,
% j(C))))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(C,
% j(C))),B))),
% i(quotient(C,
% j(C))))),
% quotient(C,
% j(C))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(C,
% j(C)),
% j(
% j(
% quotient(C,
% j(C))))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(C,
% j(C))),B))),
% i(
% quotient(C,
% j(C))))),
% quotient(C,
% j(C)))))),
% quotient(
% i(C),
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(C)),
% j(j(quotient(C,
% j(C))))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(C,
% j(C))),B))),
% i(quotient(C,
% j(C))))),
% quotient(C,
% j(C)))))),C))))),
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))),
% i(C))),C),
% j(j(quotient(
% quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))),
% i(C))),C)))),
% quotient(
% i(A),quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))),
% i(C))),C)))))),
% quotient(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))),
% i(C))),C),j(j(
% quotient(
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))),
% i(C))),C)))),
% quotient(i(A),quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(C),B))),
% i(C))),C)))) ->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(A),B))),
% i(A))),A),quotient(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(C),B))),
% i(C))),C))
% collapsed.
% Rule
% [750]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C))),B))),A)),
% quotient(quotient(C,j(j(C))),quotient(i(B),C))) <->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(C),B)),
% j(B))),A)),quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),C)))
% collapsed.
% Rule
% [844]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,j(j(B))),
% quotient(i(A),B))),A)),A)
% <-> quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),j(A)),A)
% collapsed.
% Current number of equations to process: 176
% Current number of ordered equations: 0
% Current number of rules: 332
% New rule produced :
% [949]
% quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,quotient(A,B)),
% j(quotient(A,B)))),A)) <->
% quotient(quotient(quotient(A,j(j(A))),quotient(quotient(A,B),A)),j(A))
% Current number of equations to process: 175
% Current number of ordered equations: 1
% Current number of rules: 333
% New rule produced :
% [950]
% quotient(quotient(quotient(A,j(j(A))),quotient(quotient(A,B),A)),j(A)) <->
% quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,quotient(A,B)),
% j(quotient(A,B)))),A))
% Current number of equations to process: 175
% Current number of ordered equations: 0
% Current number of rules: 334
% New rule produced :
% [951]
% quotient(quotient(A,j(j(A))),quotient(i(quotient(A,j(j(A)))),A)) -> j(j(A))
% Rule
% [929]
% quotient(quotient(A,j(j(A))),quotient(quotient(A,j(j(A))),quotient(i(
% quotient(A,
% j(
% j(A)))),A)))
% -> j(A) collapsed.
% Rule
% [945]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(A,j(j(A)))),A)),
% j(A)) -> quotient(quotient(A,j(j(A))),quotient(i(i(i(A))),A)) collapsed.
% Current number of equations to process: 178
% Current number of ordered equations: 0
% Current number of rules: 333
% Rule [721]
% quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))),
% j(j(
% quotient(
% quotient(A,
% i(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))))),
% quotient(
% i(i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))),
% quotient(
% quotient(A,
% i(i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))))),
% i(i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))))),
% i(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A))))),B)),A)
% ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(j(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(i(i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(
% i(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% i(
% i(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))))),
% i(A))),A) is composed into 
% [721]
% quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))),
% j(
% j(
% quotient(
% quotient(A,
% i(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))))),
% quotient(
% i(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))),
% quotient(
% quotient(A,
% i(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))))),
% i(i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))))),
% i(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A))))),B)),A)
% ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% i(A))),A)
% Rule [532]
% quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(i(B))),
% i(B)),
% j(j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(i(B)),
% quotient(
% quotient(A,
% i(i(B))),
% i(B))))),
% i(i(B)))),
% i(B)),
% j(j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B)),
% j(
% j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% i(
% i(B)))),
% i(B))))),
% quotient(
% i(B),quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B)),
% j(
% j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% i(
% i(B)))),
% i(B)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B)),
% j(
% j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% i(
% i(B)))),
% i(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B)),
% j(
% j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% i(
% i(B)))),
% i(B))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B)),
% j(
% j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% i(
% i(B)))),
% i(B))))))),
% quotient(i(i(i(B))),
% quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(i(B))),
% i(B)),
% j(j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(i(B)),
% quotient(
% quotient(A,
% i(i(B))),
% i(B))))),
% i(i(B)))),
% i(B)),
% j(j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B)),
% j(
% j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% i(
% i(B)))),
% i(B))))),
% quotient(i(B),quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B)),
% j(
% j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% i(
% i(B)))),
% i(B))))))),
% i(i(i(B))))),i(i(B))) ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,
% j(j(B))),
% quotient(i(i(i(B))),B))),A)),
% i(i(B))) is composed into [532]
% quotient(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(i(B))),
% i(B)),j(
% j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(i(B)),
% quotient(
% quotient(A,
% i(i(B))),
% i(B))))),
% i(i(B)))),
% i(B)),j(j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B)),
% j(
% j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% i(
% i(B)))),
% i(B))))),
% quotient(
% i(B),quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B)),
% j(
% j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% i(i(B)))),
% i(B)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(i(B))),
% i(B)),
% j(j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(i(B)),
% quotient(
% quotient(A,
% i(i(B))),
% i(B))))),
% i(i(B)))),
% i(B)),
% j(j(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B)),
% j(
% j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% i(
% i(B)))),
% i(B))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(i(B))),
% i(B)),
% j(j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(i(B)),
% quotient(
% quotient(A,
% i(i(B))),
% i(B))))),
% i(i(B)))),
% i(B))))))),
% quotient(i(i(i(B))),
% quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(i(B))),
% i(B)),j(
% j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(i(B)),
% quotient(
% quotient(A,
% i(i(B))),
% i(B))))),
% i(i(B)))),
% i(B)),j(j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B)),
% j(
% j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% i(
% i(B)))),
% i(B))))),
% quotient(i(B),quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B)),
% j(
% j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% i(i(B)))),
% i(B))))))),
% i(i(i(B))))),i(i(B))) ->
% quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(B,i(B))),A)),
% i(i(B)))
% Rule [483]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(B),i(i(B)))),
% j(j(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(B),
% i(
% i(B))))))),
% quotient(
% i(A),quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(B),
% i(
% i(B))))))),
% i(A))),A),B) ->
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(A),B)),
% j(j(quotient(quotient(B,j(j(B))),quotient(i(A),B))))),
% quotient(i(quotient(quotient(quotient(quotient(B,j(j(B))),
% quotient(i(i(i(B))),B)),j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(i(B))),B))))),
% quotient(i(quotient(quotient(B,j(j(B))),quotient(
% i(A),B))),
% quotient(quotient(B,j(j(B))),quotient(i(i(i(B))),B))))),
% i(quotient(quotient(B,j(j(B))),quotient(i(A),B))))),quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))) is composed into 
% [483]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(B),
% i(
% i(B)))),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(B),
% i(
% i(B))))))),
% quotient(i(A),
% quotient(quotient(B,
% j(
% j(B))),
% quotient(i(B),
% i(i(B))))))),
% i(A))),A),B) ->
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(A),B)),
% j(j(quotient(quotient(B,j(j(B))),quotient(i(A),B))))),
% quotient(i(quotient(quotient(quotient(B,i(B)),j(j(quotient(B,i(B))))),
% quotient(i(quotient(quotient(B,j(j(B))),quotient(i(A),B))),
% quotient(B,i(B))))),i(quotient(quotient(B,j(j(B))),
% quotient(i(A),B))))),quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B)))
% New rule produced :
% [952]
% quotient(quotient(A,j(j(A))),quotient(i(i(i(A))),A)) -> quotient(A,i(A))
% Rule
% [918]
% quotient(A,quotient(quotient(A,j(j(A))),quotient(i(i(i(A))),A))) -> j(A)
% collapsed.
% Current number of equations to process: 178
% Current number of ordered equations: 0
% Current number of rules: 333
% New rule produced : [953] quotient(A,quotient(A,i(A))) -> j(A)
% Current number of equations to process: 177
% Current number of ordered equations: 0
% Current number of rules: 334
% New rule produced :
% [954]
% quotient(quotient(quotient(A,j(j(A))),j(j(quotient(A,j(j(A)))))),i(A)) -> A
% Current number of equations to process: 177
% Current number of ordered equations: 0
% Current number of rules: 335
% New rule produced :
% [955]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),i(B)),B) ->
% quotient(A,j(B))
% Current number of equations to process: 178
% Current number of ordered equations: 0
% Current number of rules: 336
% New rule produced :
% [956]
% quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(A,j(A)),
% i(A)),A)),A)) ->
% quotient(quotient(A,j(A)),j(A))
% Rule
% [931]
% quotient(quotient(A,j(A)),quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(A,
% j(A)),
% i(A)),A)),A)))
% -> j(A) collapsed.
% Current number of equations to process: 183
% Current number of ordered equations: 0
% Current number of rules: 336
% New rule produced :
% [957]
% quotient(quotient(quotient(A,j(A)),j(j(quotient(A,j(A))))),quotient(j(A),
% quotient(A,
% j(A)))) ->
% quotient(A,j(quotient(A,j(A))))
% Rule
% [643]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(A,
% j(A)),
% j(j(quotient(A,
% j(A))))),
% quotient(j(A),quotient(A,
% j(A))))),
% j(A))),j(j(A))) -> j(j(A)) collapsed.
% Current number of equations to process: 186
% Current number of ordered equations: 0
% Current number of rules: 336
% New rule produced :
% [958]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(A,j(quotient(A,
% j(A))))),
% j(A))),j(j(A))) -> j(j(A))
% Current number of equations to process: 185
% Current number of ordered equations: 0
% Current number of rules: 337
% New rule produced :
% [959]
% quotient(quotient(quotient(A,j(j(A))),quotient(B,A)),j(A)) <->
% quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,j(j(B))),
% quotient(i(A),j(B)))),A))
% Rule
% [735]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(B,
% j(
% j(B))),
% quotient(C,B)),
% j(B))),A)),quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),j(C)))) <->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),j(C)))),B))),A)),
% quotient(quotient(C,j(j(C))),quotient(i(B),j(C)))) collapsed.
% Current number of equations to process: 192
% Current number of ordered equations: 1
% Current number of rules: 337
% New rule produced :
% [960]
% quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,j(j(B))),
% quotient(i(A),j(B)))),A)) <->
% quotient(quotient(quotient(A,j(j(A))),quotient(B,A)),j(A))
% Rule
% [736]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),j(C)))),B))),A)),
% quotient(quotient(C,j(j(C))),quotient(i(B),j(C)))) <->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(B,
% j(
% j(B))),
% quotient(C,B)),
% j(B))),A)),quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),j(C))))
% collapsed.
% Current number of equations to process: 192
% Current number of ordered equations: 0
% Current number of rules: 337
% New rule produced :
% [961]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(i(B)),A)),j(A)) <->
% quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,j(j(B))),
% quotient(i(A),i(B)))),A))
% Rule
% [737]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(i(C)),B)),
% j(B))),A)),quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),i(C)))) <->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),i(C)))),B))),A)),
% quotient(quotient(C,j(j(C))),quotient(i(B),i(C)))) collapsed.
% Current number of equations to process: 191
% Current number of ordered equations: 1
% Current number of rules: 337
% New rule produced :
% [962]
% quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,j(j(B))),
% quotient(i(A),i(B)))),A)) <->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(i(B)),A)),j(A))
% Rule
% [738]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(B,j(j(B))),
% quotient(i(quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),i(C)))),B))),A)),
% quotient(quotient(C,j(j(C))),quotient(i(B),i(C)))) <->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(i(C)),B)),
% j(B))),A)),quotient(
% quotient(C,
% j(j(C))),
% quotient(
% i(B),i(C))))
% collapsed.
% Current number of equations to process: 191
% Current number of ordered equations: 0
% Current number of rules: 337
% New rule produced :
% [963] quotient(quotient(quotient(A,j(A)),i(A)),A) -> quotient(A,j(A))
% Rule [434] quotient(quotient(quotient(quotient(A,j(A)),i(A)),A),A) -> A
% collapsed.
% Rule
% [868] quotient(j(j(A)),quotient(quotient(quotient(A,j(A)),i(A)),A)) -> j(A)
% collapsed.
% Rule [909] quotient(i(A),j(quotient(quotient(quotient(A,j(A)),i(A)),A))) -> A
% collapsed.
% Rule
% [956]
% quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(A,j(A)),
% i(A)),A)),A)) ->
% quotient(quotient(A,j(A)),j(A)) collapsed.
% Current number of equations to process: 195
% Current number of ordered equations: 0
% Current number of rules: 334
% New rule produced :
% [964]
% quotient(quotient(quotient(A,i(A)),j(j(quotient(A,i(A))))),quotient(A,
% i(quotient(A,i(A)))))
% -> quotient(i(quotient(A,i(A))),A)
% Current number of equations to process: 194
% Current number of ordered equations: 0
% Current number of rules: 335
% New rule produced :
% [965]
% quotient(quotient(quotient(A,i(A)),j(j(quotient(A,i(A))))),quotient(i(i(A)),
% i(quotient(A,i(A)))))
% -> quotient(i(quotient(A,i(A))),i(i(A)))
% Rule
% [652]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(A,
% i(A)),
% j(j(quotient(A,
% i(A))))),
% quotient(i(i(A)),i(quotient(A,
% i(A)))))),
% i(i(A)))),i(A)) -> i(A) collapsed.
% Current number of equations to process: 194
% Current number of ordered equations: 0
% Current number of rules: 335
% New rule produced :
% [966]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(i(quotient(A,i(A))),
% i(i(A)))),i(i(A)))),
% i(A)) -> i(A)
% Current number of equations to process: 193
% Current number of ordered equations: 0
% Current number of rules: 336
% New rule produced :
% [967]
% quotient(quotient(A,j(B)),quotient(quotient(quotient(B,j(j(B))),quotient(
% i(A),B)),
% j(B))) -> j(B)
% Current number of equations to process: 197
% Current number of ordered equations: 0
% Current number of rules: 337
% New rule produced :
% [968]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),j(A))),j(j(A))),
% quotient(quotient(B,j(j(B))),quotient(A,B))) -> j(A)
% Current number of equations to process: 198
% Current number of ordered equations: 0
% Current number of rules: 338
% New rule produced :
% [969]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),i(A))),A),
% quotient(quotient(B,j(j(B))),quotient(i(i(A)),B))) -> i(A)
% Current number of equations to process: 197
% Current number of ordered equations: 0
% Current number of rules: 339
% New rule produced :
% [970]
% quotient(quotient(quotient(quotient(A,j(A)),j(A)),j(A)),quotient(quotient(A,
% j(A)),
% i(A))) -> A
% Current number of equations to process: 201
% Current number of ordered equations: 0
% Current number of rules: 340
% New rule produced :
% [971]
% quotient(quotient(j(A),j(B)),quotient(quotient(quotient(B,j(j(B))),quotient(A,B)),
% j(B))) -> j(B)
% Current number of equations to process: 204
% Current number of ordered equations: 0
% Current number of rules: 341
% New rule produced :
% [972] quotient(quotient(A,j(quotient(A,j(A)))),j(j(A))) -> quotient(A,j(A))
% Current number of equations to process: 209
% Current number of ordered equations: 0
% Current number of rules: 342
% New rule produced :
% [973]
% quotient(quotient(A,j(j(A))),quotient(quotient(quotient(A,j(A)),j(j(quotient(A,
% j(A))))),A))
% -> A
% Current number of equations to process: 210
% Current number of ordered equations: 0
% Current number of rules: 343
% New rule produced :
% [974]
% j(quotient(quotient(quotient(A,i(A)),j(j(quotient(A,i(A))))),quotient(
% i(A),j(quotient(A,
% i(A))))))
% -> A
% Current number of equations to process: 209
% Current number of ordered equations: 0
% Current number of rules: 344
% New rule produced :
% [975]
% quotient(quotient(A,j(j(A))),quotient(quotient(quotient(A,j(A)),j(j(quotient(A,
% j(A))))),
% j(j(A)))) -> j(j(A))
% Current number of equations to process: 208
% Current number of ordered equations: 0
% Current number of rules: 345
% New rule produced :
% [976]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(B,j(A))),j(j(A))),
% quotient(quotient(B,j(j(B))),quotient(A,j(B)))) -> j(A)
% Current number of equations to process: 207
% Current number of ordered equations: 0
% Current number of rules: 346
% New rule produced :
% [977]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(B,i(A))),A),quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% i(A)),
% j(B))))
% -> i(A)
% Current number of equations to process: 206
% Current number of ordered equations: 0
% Current number of rules: 347
% New rule produced :
% [978]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(j(B),A)),j(A)),
% quotient(quotient(B,j(j(B))),quotient(i(A),j(j(B))))) -> A
% Current number of equations to process: 205
% Current number of ordered equations: 0
% Current number of rules: 348
% New rule produced :
% [979]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),quotient(quotient(
% quotient(B,A),
% j(j(
% quotient(B,A)))),
% quotient(i(A),
% quotient(B,A)))) -> A
% Current number of equations to process: 204
% Current number of ordered equations: 0
% Current number of rules: 349
% New rule produced :
% [980]
% quotient(quotient(j(quotient(A,B)),j(A)),quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(B,
% quotient(A,B)),
% j(quotient(A,B)))),A)))
% -> j(A)
% Current number of equations to process: 203
% Current number of ordered equations: 0
% Current number of rules: 350
% New rule produced :
% [981]
% quotient(quotient(A,j(j(A))),quotient(j(quotient(A,j(A))),j(j(j(A))))) ->
% j(j(j(j(A))))
% Current number of equations to process: 216
% Current number of ordered equations: 0
% Current number of rules: 351
% New rule produced :
% [982]
% quotient(quotient(j(j(j(A))),j(j(quotient(A,j(j(A)))))),j(j(j(A)))) ->
% j(j(quotient(A,j(j(A)))))
% Current number of equations to process: 220
% Current number of ordered equations: 0
% Current number of rules: 352
% New rule produced :
% [983]
% quotient(quotient(A,j(j(quotient(A,j(j(A)))))),quotient(quotient(A,quotient(A,
% j(
% j(A)))),
% j(quotient(A,j(j(A)))))) ->
% j(j(quotient(A,j(j(A)))))
% Current number of equations to process: 219
% Current number of ordered equations: 0
% Current number of rules: 353
% New rule produced :
% [984]
% quotient(quotient(quotient(A,i(A)),j(j(A))),quotient(A,j(j(A)))) -> j(j(A))
% Current number of equations to process: 221
% Current number of ordered equations: 0
% Current number of rules: 354
% New rule produced :
% [985]
% quotient(quotient(A,j(j(A))),quotient(quotient(A,i(A)),j(j(A)))) ->
% j(j(j(A)))
% Current number of equations to process: 221
% Current number of ordered equations: 0
% Current number of rules: 355
% New rule produced :
% [986]
% quotient(quotient(j(quotient(A,j(A))),j(j(j(A)))),quotient(A,j(j(A)))) ->
% j(j(j(A)))
% Current number of equations to process: 222
% Current number of ordered equations: 0
% Current number of rules: 356
% New rule produced :
% [987]
% quotient(j(A),quotient(quotient(i(quotient(A,i(A))),i(i(A))),i(A))) -> A
% Current number of equations to process: 226
% Current number of ordered equations: 0
% Current number of rules: 357
% New rule produced :
% [988]
% quotient(j(j(j(j(A)))),quotient(quotient(quotient(A,j(A)),j(A)),j(j(A)))) ->
% j(j(j(A)))
% Current number of equations to process: 225
% Current number of ordered equations: 0
% Current number of rules: 358
% New rule produced :
% [989]
% quotient(quotient(quotient(quotient(i(quotient(A,i(A))),A),A),j(A)),i(
% quotient(A,
% i(A))))
% -> j(A)
% Current number of equations to process: 228
% Current number of ordered equations: 0
% Current number of rules: 359
% New rule produced :
% [990]
% quotient(quotient(j(quotient(A,j(A))),j(j(j(j(j(A)))))),quotient(A,j(j(A))))
% -> j(j(j(j(j(A)))))
% Current number of equations to process: 229
% Current number of ordered equations: 0
% Current number of rules: 360
% New rule produced :
% [991]
% quotient(quotient(A,j(A)),quotient(quotient(quotient(quotient(A,j(A)),j(A)),
% j(A)),j(j(A)))) -> j(j(j(A)))
% Current number of equations to process: 228
% Current number of ordered equations: 0
% Current number of rules: 361
% New rule produced :
% [992]
% quotient(quotient(quotient(quotient(quotient(A,j(A)),j(j(quotient(A,j(A))))),
% j(A)),j(j(A))),j(A)) -> j(j(A))
% Current number of equations to process: 228
% Current number of ordered equations: 0
% Current number of rules: 362
% New rule produced :
% [993]
% quotient(quotient(A,j(j(A))),quotient(quotient(quotient(i(i(quotient(A,i(A)))),A),
% j(A)),j(j(A)))) -> j(j(j(A)))
% Current number of equations to process: 227
% Current number of ordered equations: 0
% Current number of rules: 363
% New rule produced :
% [994]
% quotient(quotient(A,j(j(A))),quotient(quotient(A,i(A)),j(j(j(j(A)))))) ->
% j(j(j(j(j(A)))))
% Current number of equations to process: 231
% Current number of ordered equations: 0
% Current number of rules: 364
% New rule produced :
% [995]
% quotient(j(j(j(j(A)))),quotient(quotient(quotient(A,i(A)),j(j(j(A)))),
% j(j(j(j(A)))))) -> j(j(j(j(j(A)))))
% Current number of equations to process: 234
% Current number of ordered equations: 0
% Current number of rules: 365
% New rule produced :
% [996]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),i(A))),A),
% j(A)),quotient(quotient(B,i(A)),A)) -> j(A)
% Current number of equations to process: 233
% Current number of ordered equations: 0
% Current number of rules: 366
% Rule [940]
% quotient(quotient(A,j(j(A))),quotient(i(quotient(A,j(A))),A)) ->
% quotient(quotient(A,j(A)),j(A)) is composed into [940]
% quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(A,
% j(A))),A))
% ->
% quotient(A,j(quotient(A,
% j(A))))
% New rule produced :
% [997] quotient(quotient(A,j(A)),j(A)) -> quotient(A,j(quotient(A,j(A))))
% Rule [407] quotient(quotient(quotient(A,j(A)),j(A)),quotient(A,j(A))) -> A
% collapsed.
% Rule [445] quotient(quotient(A,j(A)),quotient(quotient(A,j(A)),j(A))) -> j(A)
% collapsed.
% Rule
% [529]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% j(B)),
% j(B))))),
% quotient(
% i(
% i(
% quotient(B,
% j(B)))),
% quotient(
% quotient(B,
% j(B)),
% j(B))))),
% i(
% i(
% quotient(B,
% j(B)))))),
% i(
% quotient(B,
% j(B)))),
% quotient(B,
% j(B))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% j(B)),
% j(B))))),
% quotient(
% i(
% i(
% quotient(B,
% j(B)))),
% quotient(
% quotient(B,
% j(B)),
% j(B))))),
% i(
% i(
% quotient(B,
% j(B)))))),
% i(
% quotient(B,
% j(B)))),
% quotient(B,
% j(B)))))),
% quotient(i(A),
% quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(B)),
% j(
% j(
% quotient(
% quotient(B,
% j(B)),
% j(B))))),
% quotient(
% i(
% i(
% quotient(B,
% j(B)))),
% quotient(
% quotient(B,
% j(B)),
% j(B))))),
% i(
% i(
% quotient(B,
% j(B)))))),
% i(
% quotient(B,
% j(B)))),
% quotient(B,
% j(B)))))),i(A))),A),B)
% ->
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(A),B)),
% j(j(quotient(quotient(B,j(j(B))),quotient(i(A),B))))),
% quotient(i(quotient(quotient(quotient(quotient(B,j(B)),j(B)),
% j(j(quotient(quotient(B,j(B)),j(B))))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% quotient(
% quotient(B,
% j(B)),
% j(B))))),
% i(quotient(quotient(B,j(j(B))),quotient(i(A),B))))),quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B)))
% collapsed.
% Rule
% [635]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(A,
% j(A)),
% j(A)),
% j(j(quotient(
% quotient(A,
% j(A)),j(A))))),
% quotient(i(A),quotient(
% quotient(A,
% j(A)),
% j(A))))),
% i(A))),A) -> quotient(A,j(A))
% collapsed.
% Rule
% [668]
% quotient(quotient(quotient(quotient(A,j(A)),i(A)),j(quotient(A,j(A)))),
% quotient(quotient(A,j(A)),j(A))) -> quotient(A,j(A)) collapsed.
% Rule
% [726]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))),
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))),
% j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))),
% j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% i(A))),A) ->
% quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(quotient(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),
% i(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% j(j(quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),
% i(i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% j(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),B)),A)
% collapsed.
% Rule
% [832]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(A)),
% j(
% j(
% quotient(
% quotient(A,
% j(A)),
% j(A))))),
% quotient(
% i(B),
% quotient(
% quotient(A,
% j(A)),
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),j(A)),
% j(j(quotient(
% quotient(A,
% j(A)),
% j(A))))),
% quotient(
% i(B),quotient(
% quotient(A,
% j(A)),
% j(A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(A)),
% j(j(quotient(
% quotient(A,
% j(A)),
% j(A))))),
% quotient(
% i(B),quotient(
% quotient(A,
% j(A)),
% j(A))))))),
% i(A))),A) ->
% quotient(quotient(quotient(quotient(i(A),i(i(A))),j(j(quotient(i(A),i(i(A)))))),
% quotient(i(quotient(quotient(B,j(j(B))),quotient(i(A),B))),quotient(A,
% j(A)))),A)
% collapsed.
% Rule
% [853]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(B,
% j(B)),
% j(B))),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(B)),
% j(B))),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(B),A))),
% quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(B)),j(B))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(i(B),A))))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))) ->
% quotient(quotient(quotient(quotient(quotient(i(B),i(i(B))),j(j(quotient(
% i(B),i(i(B)))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(B),A))),
% quotient(B,j(B)))),B),A) collapsed.
% Rule
% [862]
% quotient(quotient(quotient(quotient(A,j(A)),j(A)),j(j(A))),j(j(A))) ->
% j(j(A)) collapsed.
% Rule
% [892]
% quotient(quotient(quotient(quotient(quotient(A,j(A)),j(A)),j(A)),j(j(A))),
% quotient(A,j(A))) -> j(j(A)) collapsed.
% Rule
% [927]
% quotient(quotient(quotient(quotient(A,j(A)),j(j(quotient(A,j(A))))),A),
% j(quotient(quotient(A,j(A)),j(A)))) -> quotient(A,j(A)) collapsed.
% Rule
% [970]
% quotient(quotient(quotient(quotient(A,j(A)),j(A)),j(A)),quotient(quotient(A,
% j(A)),
% i(A))) -> A
% collapsed.
% Rule
% [988]
% quotient(j(j(j(j(A)))),quotient(quotient(quotient(A,j(A)),j(A)),j(j(A)))) ->
% j(j(j(A))) collapsed.
% Rule
% [991]
% quotient(quotient(A,j(A)),quotient(quotient(quotient(quotient(A,j(A)),j(A)),
% j(A)),j(j(A)))) -> j(j(j(A))) collapsed.
% Current number of equations to process: 261
% Current number of ordered equations: 0
% Current number of rules: 353
% New rule produced :
% [998] quotient(quotient(A,j(quotient(A,j(A)))),quotient(A,j(A))) -> A
% Current number of equations to process: 260
% Current number of ordered equations: 0
% Current number of rules: 354
% New rule produced :
% [999] quotient(quotient(A,j(A)),quotient(A,j(quotient(A,j(A))))) -> j(A)
% Current number of equations to process: 259
% Current number of ordered equations: 0
% Current number of rules: 355
% New rule produced :
% [1000]
% quotient(quotient(quotient(A,j(quotient(A,j(A)))),j(A)),quotient(quotient(A,
% j(A)),
% i(A))) -> A
% Current number of equations to process: 263
% Current number of ordered equations: 0
% Current number of rules: 356
% New rule produced :
% [1001]
% quotient(quotient(quotient(quotient(A,j(quotient(A,j(A)))),j(A)),j(j(A))),
% quotient(A,j(A))) -> j(j(A))
% Current number of equations to process: 263
% Current number of ordered equations: 0
% Current number of rules: 357
% New rule produced :
% [1002]
% quotient(quotient(A,j(A)),quotient(quotient(quotient(A,j(quotient(A,j(A)))),
% j(A)),j(j(A)))) -> j(j(j(A)))
% Current number of equations to process: 262
% Current number of ordered equations: 0
% Current number of rules: 358
% New rule produced :
% [1003]
% quotient(quotient(quotient(quotient(A,j(A)),i(A)),j(quotient(A,j(A)))),
% quotient(A,j(quotient(A,j(A))))) -> quotient(A,j(A))
% Current number of equations to process: 261
% Current number of ordered equations: 0
% Current number of rules: 359
% New rule produced :
% [1004]
% quotient(quotient(quotient(quotient(A,j(A)),j(j(quotient(A,j(A))))),A),
% j(quotient(A,j(quotient(A,j(A)))))) -> quotient(A,j(A))
% Current number of equations to process: 260
% Current number of ordered equations: 0
% Current number of rules: 360
% New rule produced :
% [1005]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(B,A)),j(A)),
% j(j(A))),quotient(quotient(j(B),A),j(A))) -> j(j(A))
% Current number of equations to process: 259
% Current number of ordered equations: 0
% Current number of rules: 361
% New rule produced :
% [1006]
% quotient(j(j(j(j(j(j(A)))))),quotient(quotient(quotient(A,j(A)),j(j(j(A)))),
% j(j(j(j(A)))))) -> j(j(j(j(j(A)))))
% Current number of equations to process: 258
% Current number of ordered equations: 0
% Current number of rules: 362
% New rule produced :
% [1007]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(B),A)),
% j(A)),j(A)),j(j(A))),quotient(B,j(A))) -> 
% j(j(A))
% Current number of equations to process: 257
% Current number of ordered equations: 0
% Current number of rules: 363
% New rule produced :
% [1008]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(B,A)),
% j(A)),j(A)),j(j(A))),quotient(j(B),j(A))) ->
% j(j(A))
% Current number of equations to process: 256
% Current number of ordered equations: 0
% Current number of rules: 364
% New rule produced :
% [1009]
% quotient(quotient(quotient(i(A),quotient(A,i(A))),j(quotient(A,i(A)))),
% quotient(quotient(A,i(quotient(A,i(A)))),quotient(A,i(A)))) ->
% j(quotient(A,i(A)))
% Current number of equations to process: 255
% Current number of ordered equations: 0
% Current number of rules: 365
% New rule produced :
% [1010]
% quotient(quotient(quotient(quotient(A,j(j(A))),j(j(quotient(A,j(j(A)))))),
% j(j(j(A)))),j(j(j(j(j(j(A))))))) -> quotient(A,j(j(A)))
% Current number of equations to process: 254
% Current number of ordered equations: 0
% Current number of rules: 366
% New rule produced :
% [1011]
% quotient(quotient(quotient(A,j(quotient(A,j(j(A))))),j(j(quotient(A,j(j(A)))))),
% quotient(A,j(quotient(A,j(j(A)))))) -> j(j(quotient(A,j(j(A)))))
% Current number of equations to process: 252
% Current number of ordered equations: 0
% Current number of rules: 367
% New rule produced :
% [1012]
% quotient(quotient(quotient(A,B),j(j(quotient(A,B)))),quotient(i(B),quotient(A,B)))
% -> A
% Rule
% [492]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),
% j(j(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(A),quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))),
% quotient(quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(B,
% j(
% j(B))),
% quotient(i(C),B))),
% i(C))),C),quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))
% ->
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A),j(j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% i(A))),A)))),
% quotient(i(C),quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(A),B))),
% i(A))),A))) collapsed.
% Rule
% [532]
% quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B)),
% j(
% j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% i(
% i(B)))),
% i(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B)),
% j(
% j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% i(
% i(B)))),
% i(B))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B)),
% j(
% j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% i(
% i(B)))),
% i(B)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(i(B))),
% i(B)),
% j(j(quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(i(B)),
% quotient(
% quotient(A,
% i(i(B))),
% i(B))))),
% i(i(B)))),
% i(B)),j(
% j(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B)),
% j(
% j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% i(
% i(B)))),
% i(B))))),
% quotient(
% i(B),quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B)),
% j(
% j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% i(
% i(B)))),
% i(B))))))),
% quotient(i(i(i(B))),
% quotient(quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B)),
% j(
% j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% i(
% i(B)))),
% i(B)),
% j(j(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(i(B))),
% i(B)),
% j(j(quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(i(B)),
% quotient(
% quotient(A,
% i(i(B))),
% i(B))))),
% i(i(B)))),
% i(B))))),
% quotient(i(B),quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(A,
% i(i(B))),
% i(B)),
% j(j(
% quotient(
% quotient(A,
% i(
% i(B))),
% i(B))))),
% quotient(
% i(i(B)),
% quotient(
% quotient(A,
% i(i(B))),
% i(B))))),
% i(i(B)))),
% i(B))))))),
% i(i(i(B))))),i(i(B))) ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(B,i(B))),A)),
% i(i(B))) collapsed.
% Rule
% [564]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B)),
% i(
% i(A))),
% i(A)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B)),
% i(
% i(A))),
% i(A))))),
% quotient(i(i(A)),
% quotient(quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B)),
% i(
% i(A))),
% i(A))))),i(i(A)))),
% i(A)),A) ->
% quotient(quotient(quotient(quotient(quotient(i(quotient(A,j(j(A)))),j(
% j(
% i(
% quotient(A,
% j(
% j(A))))))),
% quotient(i(A),j(i(quotient(A,j(j(A))))))),
% j(j(quotient(quotient(i(quotient(A,j(j(A)))),j(j(i(
% quotient(A,
% j(
% j(A))))))),
% quotient(i(A),j(i(quotient(A,j(j(A)))))))))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(A),B))),
% quotient(
% quotient(
% i(
% quotient(A,
% j(
% j(A)))),
% j(
% j(
% i(
% quotient(A,
% j(
% j(A))))))),
% quotient(
% i(A),
% j(
% i(
% quotient(A,
% j(
% j(A))))))))),A)
% collapsed.
% Rule
% [601]
% quotient(quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% i(
% i(B))),
% i(B)),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% i(
% i(B))),
% i(B))))),
% quotient(
% i(
% i(B)),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% i(
% i(B))),
% i(B))))),
% i(i(B)))),i(B)),B),A)
% ->
% quotient(quotient(quotient(quotient(quotient(quotient(i(quotient(B,j(j(B)))),
% j(j(i(quotient(B,j(j(B))))))),
% quotient(i(B),j(i(quotient(B,j(j(B))))))),
% j(j(quotient(quotient(i(quotient(B,j(j(B)))),
% j(j(i(quotient(B,j(j(B))))))),
% quotient(i(B),j(i(quotient(B,j(j(B)))))))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(i(B),A))),
% quotient(quotient(i(quotient(B,j(j(B)))),j(j(i(quotient(B,
% j(j(B))))))),
% quotient(i(B),j(i(quotient(B,j(j(B))))))))),B),A)
% collapsed.
% Rule
% [620]
% quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(quotient(C,
% quotient(A,B)),
% j(j(quotient(C,
% quotient(A,B))))),
% quotient(i(quotient(A,B)),
% quotient(C,quotient(A,B))))),B)),
% quotient(A,B)) ->
% quotient(quotient(quotient(B,j(j(B))),quotient(i(C),B)),quotient(A,B))
% collapsed.
% Rule
% [650]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(B,A),
% j(
% j(
% quotient(B,A)))),
% quotient(i(A),
% quotient(B,A)))),
% i(A))),A),quotient(quotient(B,
% j(j(B))),
% quotient(i(i(A)),B)))
% -> i(A) collapsed.
% Rule
% [688]
% quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(quotient(
% quotient(A,
% i(B)),B),
% j(j(quotient(
% quotient(A,
% i(B)),B)))),
% quotient(i(B),quotient(
% quotient(A,
% i(B)),B)))),
% i(B))),B) ->
% quotient(quotient(B,j(j(B))),quotient(i(A),i(B))) collapsed.
% Rule
% [694]
% quotient(quotient(quotient(quotient(quotient(A,quotient(quotient(C,j(j(C))),
% quotient(i(B),C))),j(j(
% quotient(A,
% quotient(
% quotient(C,
% j(
% j(C))),
% quotient(
% i(B),C)))))),
% quotient(i(quotient(quotient(C,j(j(C))),quotient(i(B),C))),
% quotient(A,quotient(quotient(C,j(j(C))),quotient(i(B),C))))),B),C)
% -> quotient(quotient(A,B),C) collapsed.
% Rule
% [721]
% quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% j(
% j(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% quotient(i(
% quotient(
% quotient(
% quotient(
% quotient(A,
% i(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))),
% j(
% j(
% quotient(
% quotient(A,
% i(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))))),
% quotient(
% i(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))),
% quotient(
% quotient(A,
% i(
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))),
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))))))),
% i(i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)))))),
% i(quotient(quotient(A,
% j(j(A))),
% quotient(i(B),A))))),B)),A)
% ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)),
% i(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A)))),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% quotient(i(A),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A)),
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))))))),
% i(A))),A) collapsed.
% Rule
% [725]
% quotient(quotient(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),A))),C)),B),A),
% j(j(quotient(quotient(quotient(quotient(C,j(j(C))),quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),C)),B),A)))),
% quotient(i(A),quotient(quotient(quotient(quotient(C,j(j(C))),quotient(
% i(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(B),A))),C)),B),A)))
% ->
% quotient(quotient(quotient(C,j(j(C))),quotient(i(quotient(quotient(A,j(j(A))),
% quotient(i(B),A))),C)),B)
% collapsed.
% Rule
% [762]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% j(B),A),
% j(
% j(
% quotient(
% j(B),A)))),
% quotient(i(A),
% quotient(j(B),A)))),
% i(A))),A),quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(B),
% i(A)))),
% i(B))),B),B),
% j(B))) -> i(A)
% collapsed.
% Rule
% [787]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(
% i(B),A),
% j(
% j(
% quotient(
% i(B),A)))),
% quotient(i(A),
% quotient(i(B),A)))),
% i(A))),A),quotient(quotient(B,
% j(j(B))),
% quotient(i(i(A)),
% i(B)))) -> i(A)
% collapsed.
% Rule
% [847]
% quotient(quotient(quotient(quotient(quotient(A,C),j(j(quotient(A,C)))),
% quotient(i(C),quotient(A,C))),j(j(quotient(quotient(
% quotient(A,C),
% j(j(quotient(A,C)))),
% quotient(i(C),quotient(A,C)))))),
% quotient(i(B),quotient(quotient(quotient(A,C),j(j(quotient(A,C)))),quotient(
% i(C),
% quotient(A,C)))))
% -> quotient(quotient(A,j(j(A))),quotient(i(B),A)) collapsed.
% Rule
% [851]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(B,A),
% j(A)),
% j(
% j(
% quotient(
% quotient(B,A),
% j(A))))),
% quotient(
% i(A),
% quotient(
% quotient(B,A),
% j(A))))),
% i(A))),A),
% quotient(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,A),
% j(
% j(
% quotient(B,A)))),
% quotient(
% i(
% i(A)),
% quotient(B,A)))),
% i(
% i(A)))),
% i(A)),quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,A),
% j(j(
% quotient(B,A)))),
% quotient(
% i(A),
% quotient(B,A)))),
% i(A))),A)))),
% i(i(A)))),i(A)) ->
% quotient(quotient(B,j(j(B))),quotient(i(i(A)),B)) collapsed.
% Rule
% [979]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(B),A)),quotient(quotient(
% quotient(B,A),
% j(j(
% quotient(B,A)))),
% quotient(i(A),
% quotient(B,A)))) -> A
% collapsed.
% Current number of equations to process: 273
% Current number of ordered equations: 0
% Current number of rules: 353
% New rule produced :
% [1013]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(A,j(j(A)))),
% i(i(A)))),i(A)) ->
% quotient(quotient(A,j(j(A))),quotient(i(A),j(j(A))))
% Current number of equations to process: 273
% Current number of ordered equations: 0
% Current number of rules: 354
% New rule produced :
% [1014]
% quotient(quotient(quotient(A,j(j(A))),j(j(quotient(A,j(j(A)))))),quotient(
% i(i(A)),
% quotient(A,
% j(j(A)))))
% -> quotient(quotient(A,j(j(A))),i(i(A)))
% Rule
% [681]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(A,
% j(
% j(A))),
% j(j(quotient(A,
% j(j(A)))))),
% quotient(i(i(A)),quotient(A,
% j(j(A)))))),
% i(i(A)))),i(A)) -> A collapsed.
% Current number of equations to process: 284
% Current number of ordered equations: 0
% Current number of rules: 354
% New rule produced :
% [1015]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(A,j(j(A))),
% i(i(A)))),i(i(A)))),
% i(A)) -> A
% Current number of equations to process: 283
% Current number of ordered equations: 0
% Current number of rules: 355
% New rule produced :
% [1016]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(i(B)),i(A))),A),
% quotient(quotient(B,j(j(B))),quotient(i(i(A)),i(B)))) -> i(A)
% Current number of equations to process: 282
% Current number of ordered equations: 0
% Current number of rules: 356
% New rule produced :
% [1017]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(i(quotient(A,j(A)))),A)),
% j(A)),A) -> i(A)
% Current number of equations to process: 293
% Current number of ordered equations: 0
% Current number of rules: 357
% New rule produced :
% [1018]
% quotient(quotient(quotient(A,j(j(A))),j(j(quotient(A,j(j(A)))))),j(A)) ->
% j(j(A))
% Rule
% [928]
% quotient(quotient(quotient(quotient(A,j(j(A))),j(j(quotient(A,j(j(A)))))),
% j(A)),j(j(j(j(A))))) -> quotient(A,j(j(A))) collapsed.
% Current number of equations to process: 303
% Current number of ordered equations: 0
% Current number of rules: 357
% New rule produced :
% [1019]
% quotient(quotient(quotient(A,i(A)),j(j(quotient(A,i(A))))),j(A)) -> j(j(A))
% Current number of equations to process: 307
% Current number of ordered equations: 0
% Current number of rules: 358
% Rule [802]
% quotient(quotient(quotient(quotient(B,j(B)),j(j(quotient(B,j(B))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),quotient(B,
% j(B)))),
% j(j(quotient(
% quotient(
% quotient(B,
% j(B)),
% j(j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B))))))),
% quotient(i(B),quotient(
% quotient(
% quotient(B,
% j(B)),
% j(j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B)))))),
% quotient(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(B)),
% j(j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B))))),B)),
% j(j(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B))))),B))))),
% quotient(
% j(B),quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B))))),B))))),
% j(B))),j(j(B))),
% quotient(quotient(quotient(B,j(B)),
% j(j(quotient(B,j(B))))),
% quotient(i(A),quotient(B,j(B)))))),
% j(j(quotient(quotient(quotient(quotient(
% quotient(
% quotient(B,
% j(B)),
% j(j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B)))),
% j(j(quotient(
% quotient(
% quotient(B,
% j(B)),j(j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),quotient(B,
% j(B))))))),
% quotient(i(B),quotient(
% quotient(
% quotient(B,
% j(B)),j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),quotient(B,
% j(B)))))),
% quotient(quotient(quotient(quotient(B,
% j(j(B))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B))))),B)),
% j(
% j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B))))),B))))),
% quotient(
% j(B),
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B))))),B))))),
% j(B))),j(j(B))),
% quotient(quotient(quotient(B,j(B)),
% j(j(quotient(B,j(B))))),
% quotient(i(A),quotient(B,j(B))))))))),
% quotient(i(quotient(B,j(B))),quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(j(quotient(B,
% j(B))))),
% quotient(
% i(A),quotient(B,
% j(B)))),
% j(j(quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B))))))),
% quotient(
% i(B),quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B)))))),
% quotient(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B))))),B)),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B))))),B))))),
% quotient(
% j(B),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B))))),B))))),
% j(B))),
% j(j(B))),
% quotient(quotient(
% quotient(B,
% j(B)),
% j(j(quotient(B,
% j(B))))),
% quotient(i(A),quotient(B,
% j(B))))))))),
% i(quotient(B,j(B))))),quotient(B,j(B))) ->
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(B)),
% j(j(
% quotient(B,
% j(B))))),
% j(B))),
% j(j(B)))),
% j(j(j(B))))),A)),
% quotient(B,j(B))) is composed into [802]
% quotient(quotient(quotient(quotient(B,
% j(B)),
% j(j(quotient(B,
% j(B))))),
% quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),j(j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),quotient(B,
% j(B)))),
% j(j(quotient(
% quotient(
% quotient(B,
% j(B)),
% j(j(quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B))))))),
% quotient(
% i(B),quotient(
% quotient(
% quotient(B,
% j(B)),
% j(j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B)))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(B)),
% j(j(quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B))))),B)),
% j(j(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B))))),B))))),
% quotient(
% j(B),quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B))))),B))))),
% j(B))),j(j(B))),
% quotient(
% quotient(
% quotient(B,
% j(B)),j(j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),quotient(B,
% j(B)))))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(j(quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B)))),
% j(j(quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B))))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(j(quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B)))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B))))),B)),
% j(j(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B))))),B))))),
% quotient(
% j(B),
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B))))),B))))),
% j(B))),
% j(j(B))),
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(j(quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B))))))))),
% quotient(
% i(quotient(B,
% j(B))),
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(B)),j(j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),quotient(B,
% j(B)))),
% j(j(quotient(
% quotient(
% quotient(B,
% j(B)),
% j(j(quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B))))))),
% quotient(
% i(B),quotient(
% quotient(
% quotient(B,
% j(B)),
% j(j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B)))))),
% quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(B)),
% j(j(quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B))))),B)),
% j(j(quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B))))),B))))),
% quotient(
% j(B),quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),
% quotient(B,
% j(B))))),B))))),
% j(B))),j(j(B))),
% quotient(
% quotient(
% quotient(B,
% j(B)),j(j(
% quotient(B,
% j(B))))),
% quotient(
% i(A),quotient(B,
% j(B))))))))),
% i(quotient(B,j(B))))),
% quotient(B,j(B))) ->
% quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(j(j(B))),
% j(j(B)))),
% j(j(j(B))))),A)),
% quotient(B,j(B)))
% Rule [718]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(B,
% j(j(B))),
% quotient(A,B))),A)),
% j(A)),j(A)),j(j(A))) <->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(A,
% j(A)),
% j(j(quotient(A,
% j(A))))),
% j(A))),
% j(j(A)))),j(j(j(A)))),
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(j(quotient(A,
% j(A))))),
% quotient(
% i(x1),
% quotient(A,
% j(A)))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(x1,
% j(j(x1))),
% quotient(
% i(quotient(A,
% j(A))),x1)),
% j(j(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(A,
% j(A))),x1))))),
% quotient(
% j(A),
% quotient(
% quotient(x1,
% j(j(x1))),
% quotient(
% i(quotient(A,
% j(A))),x1))))),
% j(A))),
% j(j(A))),
% quotient(A,
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% quotient(
% i(x1),
% quotient(A,
% j(A)))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(A,
% j(A))),x1)),
% j(
% j(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(A,
% j(A))),x1))))),
% quotient(
% j(A),
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(A,
% j(A))),x1))))),
% j(A))),
% j(
% j(A))),
% quotient(A,
% j(A))))))),
% quotient(
% i(B),quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% quotient(
% i(x1),
% quotient(A,
% j(A)))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(A,
% j(A))),x1)),
% j(
% j(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(A,
% j(A))),x1))))),
% quotient(
% j(A),
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(A,
% j(A))),x1))))),
% j(A))),
% j(
% j(A))),
% quotient(A,
% j(A))))))),
% i(B))),B),j(j(A)))) is composed into 
% [718]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(A,B))),A)),
% j(A)),j(A)),j(j(A))) <->
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(j(j(A))),j(j(A)))),
% j(j(j(A)))),quotient(quotient(quotient(quotient(B,j(j(B))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% quotient(
% i(x1),
% quotient(A,
% j(A)))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(A,
% j(A))),x1)),
% j(
% j(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(A,
% j(A))),x1))))),
% quotient(
% j(A),
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(A,
% j(A))),x1))))),
% j(A))),
% j(
% j(A))),
% quotient(A,
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% quotient(
% i(x1),
% quotient(A,
% j(A)))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(A,
% j(A))),x1)),
% j(
% j(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(A,
% j(A))),x1))))),
% quotient(
% j(A),
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(A,
% j(A))),x1))))),
% j(A))),
% j(
% j(A))),
% quotient(A,
% j(A))))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% quotient(
% i(x1),
% quotient(A,
% j(A)))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(A,
% j(A))),x1)),
% j(
% j(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(A,
% j(A))),x1))))),
% quotient(
% j(A),
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(A,
% j(A))),x1))))),
% j(A))),
% j(
% j(A))),
% quotient(A,
% j(A))))))),
% i(B))),B),
% j(j(A))))
% New rule produced :
% [1020]
% quotient(quotient(quotient(A,j(A)),j(j(quotient(A,j(A))))),j(A)) -> j(j(A))
% Rule
% [676]
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(j(B),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(j(B),A))))),
% quotient(i(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(B)),
% j(
% j(
% quotient(B,
% j(B))))),
% j(B))),
% j(
% j(B)))),
% j(
% j(j(B))))),A)),
% j(j(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(B)),
% j(j(
% quotient(B,
% j(B))))),
% j(B))),
% j(j(B)))),
% j(j(j(B))))),A))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(j(B),A))),
% quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(
% quotient(B,
% j(j(B))),
% quotient(
% i(quotient(
% quotient(
% quotient(B,
% j(B)),j(
% j(
% quotient(B,
% j(B))))),
% j(B))),
% j(j(B)))),
% j(j(j(B))))),A))))),
% i(quotient(quotient(A,j(j(A))),quotient(j(B),A))))),quotient(
% quotient(A,
% j(j(A))),
% quotient(
% j(B),A))) ->
% quotient(quotient(quotient(quotient(quotient(B,j(B)),j(j(quotient(B,j(B))))),
% quotient(i(quotient(quotient(A,j(j(A))),quotient(j(B),A))),
% quotient(B,j(B)))),j(j(B))),A) collapsed.
% Rule
% [691]
% quotient(quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% j(A))),
% j(j(A)))),
% j(j(j(A)))),j(j(quotient(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(A,
% j(A)),
% j(j(quotient(A,
% j(A))))),
% j(A))),
% j(j(A)))),j(j(j(A))))))),
% quotient(i(quotient(quotient(quotient(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% quotient(
% i(B),
% quotient(A,
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% quotient(
% i(B),
% quotient(A,
% j(A))))))),
% quotient(A,
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% quotient(
% i(B),
% quotient(A,
% j(A))))))),A)),
% j(A)),j(A)),j(j(A))),
% j(j(quotient(quotient(quotient(quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),j(
% j(
% quotient(A,
% j(A))))),
% quotient(
% i(B),quotient(A,
% j(A)))),
% j(j(quotient(
% quotient(
% quotient(A,
% j(A)),
% j(j(
% quotient(A,
% j(A))))),
% quotient(
% i(B),
% quotient(A,
% j(A))))))),
% quotient(A,
% quotient(
% quotient(
% quotient(A,
% j(A)),j(
% j(
% quotient(A,
% j(A))))),
% quotient(
% i(B),quotient(A,
% j(A))))))),A)),
% j(A)),j(A)),j(j(A)))))),
% quotient(i(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(A,
% j(A)),j(j(
% quotient(A,
% j(A))))),
% j(A))),j(j(A)))),j(
% j(j(A))))),
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),
% quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% quotient(
% i(B),
% quotient(A,
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% quotient(
% i(B),
% quotient(A,
% j(A))))))),
% quotient(A,
% quotient(quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% quotient(i(B),
% quotient(A,
% j(A))))))),A)),
% j(A)),j(A)),j(j(A)))))),i(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(A)),
% j(j(
% quotient(A,
% j(A))))),
% j(A))),
% j(j(A)))),
% j(j(j(A))))))),
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(A,
% j(A)),
% j(j(quotient(A,
% j(A))))),
% j(A))),j(j(A)))),j(j(j(A)))))
% ->
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% j(A))),
% j(
% j(A)))),
% j(j(j(A))))),B)),
% quotient(A,j(A))),j(j(A))) collapsed.
% Rule
% [700]
% quotient(quotient(quotient(quotient(A,j(A)),j(j(quotient(A,j(A))))),quotient(
% i(
% quotient(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% j(A))),
% j(
% j(A)))),
% j(
% j(j(A))))),B)),
% quotient(A,
% j(A)))),
% quotient(A,
% j(A)))),
% j(j(A))) ->
% quotient(quotient(quotient(A,j(A)),j(j(quotient(A,j(A))))),quotient(i(B),
% quotient(A,
% j(A)))) collapsed.
% Rule
% [707]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% j(A))),
% j(
% j(A)))),
% j(
% j(j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% j(A))),
% j(
% j(A)))),
% j(
% j(j(A))))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% j(A))),
% j(
% j(A)))),
% j(
% j(j(A)))))),
% j(j(quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(A)),
% j(j(quotient(A,
% j(A))))),
% j(A))),
% j(j(A)))),
% j(j(j(A)))),
% j(j(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% j(A))),
% j(j(A)))),
% j(j(j(A))))))),
% quotient(
% i(B),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% j(A))),
% j(
% j(A)))),
% j(
% j(j(A))))))))),
% quotient(j(A),quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(A,
% j(A)),
% j(j(
% quotient(A,
% j(A))))),
% j(A))),
% j(j(A)))),
% j(j(j(A)))),
% j(j(quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% j(A))),
% j(
% j(A)))),
% j(
% j(j(A))))))),
% quotient(
% i(B),quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% j(A))),
% j(
% j(A)))),
% j(
% j(j(A))))))))),
% j(A))),j(j(A))) ->
% quotient(quotient(quotient(quotient(A,j(A)),j(j(quotient(A,j(A))))),quotient(
% i(
% quotient(
% quotient(B,
% j(
% j(B))),
% quotient(
% j(A),B))),
% quotient(A,
% j(A)))),
% j(j(A))) collapsed.
% Rule
% [717]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% j(A))),j(j(A)))),
% j(j(j(A)))),quotient(quotient(quotient(quotient(B,j(j(B))),quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% quotient(
% i(x1),
% quotient(A,
% j(A)))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(A,
% j(A))),x1)),
% j(
% j(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(A,
% j(A))),x1))))),
% quotient(
% j(A),
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(A,
% j(A))),x1))))),
% j(A))),
% j(
% j(A))),
% quotient(A,
% j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% quotient(
% i(x1),
% quotient(A,
% j(A)))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(A,
% j(A))),x1)),
% j(
% j(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(A,
% j(A))),x1))))),
% quotient(
% j(A),
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(A,
% j(A))),x1))))),
% j(A))),
% j(
% j(A))),
% quotient(A,
% j(A))))))),
% quotient(
% i(B),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% quotient(
% i(x1),
% quotient(A,
% j(A)))),
% quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(A,
% j(A))),x1)),
% j(
% j(
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(A,
% j(A))),x1))))),
% quotient(
% j(A),
% quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(A,
% j(A))),x1))))),
% j(A))),
% j(
% j(A))),
% quotient(A,
% j(A))))))),
% i(B))),B),
% j(j(A)))) <->
% quotient(quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(
% quotient(B,
% j(
% j(B))),
% quotient(A,B))),A)),
% j(A)),j(A)),j(j(A))) collapsed.
% Rule
% [727]
% quotient(quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% j(A))),j(j(A)))),
% j(j(j(A)))),quotient(A,j(A))) -> j(j(A)) collapsed.
% Rule
% [739]
% quotient(quotient(quotient(quotient(quotient(A,j(A)),j(j(quotient(A,j(A))))),
% quotient(i(x1),quotient(A,j(A)))),quotient(quotient(
% quotient(
% quotient(A,
% j(j(A))),
% quotient(
% i(quotient(
% quotient(
% quotient(
% quotient(x1,
% j(j(x1))),
% quotient(
% i(quotient(A,
% j(A))),x1)),
% j(j(quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(A,
% j(A))),x1))))),
% quotient(
% j(A),quotient(
% quotient(x1,
% j(
% j(x1))),
% quotient(
% i(
% quotient(A,
% j(A))),x1))))),
% j(A))),j(j(A))),
% quotient(A,j(A)))),
% quotient(quotient(quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% j(A))),
% j(
% j(A)))),
% j(
% j(j(A)))),
% j(
% j(
% quotient(
% quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% j(A))),
% j(
% j(A)))),
% j(
% j(j(A))))))),
% quotient(i(B),
% quotient(quotient(
% quotient(A,
% j(
% j(A))),
% quotient(
% i(
% quotient(
% quotient(
% quotient(A,
% j(A)),
% j(
% j(
% quotient(A,
% j(A))))),
% j(A))),
% j(
% j(A)))),
% j(j(j(A))))))),
% i(B))),B),quotient(A,j(A))))
% ->
% quotient(quotient(quotient(A,j(A)),j(j(quotient(A,j(A))))),quotient(i(B),
% quotient(A,
% j(A)))) collapsed.
% Rule
% [912]
% quotient(quotient(quotient(quotient(A,j(A)),j(j(quotient(A,j(A))))),j(A)),
% j(j(j(A)))) -> quotient(A,j(A)) collapsed.
% Rule
% [992]
% quotient(quotient(quotient(quotient(quotient(A,j(A)),j(j(quotient(A,j(A))))),
% j(A)),j(j(A))),j(A)) -> j(j(A)) collapsed.
% Current number of equations to process: 314
% Current number of ordered equations: 0
% Current number of rules: 350
% New rule produced :
% [1021]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(j(j(A)),A)),A)),A)
% -> quotient(A,j(j(A)))
% Current number of equations to process: 314
% Current number of ordered equations: 0
% Current number of rules: 351
% New rule produced :
% [1022]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(j(j(A)),A)),A)),
% j(j(A))) -> quotient(quotient(A,j(j(A))),quotient(j(j(A)),A))
% Current number of equations to process: 313
% Current number of ordered equations: 0
% Current number of rules: 352
% New rule produced :
% [1023]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(j(A),i(A))),i(A))),
% j(A)) -> quotient(quotient(A,j(j(A))),quotient(j(A),i(A)))
% Current number of equations to process: 312
% Current number of ordered equations: 0
% Current number of rules: 353
% New rule produced :
% [1024]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(A,i(i(A)))),
% i(i(A)))),A) ->
% quotient(quotient(A,j(j(A))),quotient(A,i(i(A))))
% Current number of equations to process: 311
% Current number of ordered equations: 0
% Current number of rules: 354
% New rule produced :
% [1025]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(A,
% i(B)),B),A)),A)),
% i(B)) -> quotient(quotient(A,j(j(A))),quotient(i(B),A))
% Current number of equations to process: 314
% Current number of ordered equations: 0
% Current number of rules: 355
% New rule produced :
% [1026]
% quotient(quotient(quotient(A,j(A)),j(j(j(A)))),quotient(A,j(A))) -> j(j(A))
% Current number of equations to process: 313
% Current number of ordered equations: 0
% Current number of rules: 356
% New rule produced :
% [1027]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% i(A),B),
% j(B)),i(A))),
% i(A))),B) ->
% quotient(quotient(A,j(j(A))),quotient(B,i(A)))
% Current number of equations to process: 312
% Current number of ordered equations: 0
% Current number of rules: 357
% New rule produced :
% [1028]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(
% j(A),B),
% j(B)),j(A))),
% j(A))),B) ->
% quotient(quotient(A,j(j(A))),quotient(B,j(A)))
% Current number of equations to process: 311
% Current number of ordered equations: 0
% Current number of rules: 358
% New rule produced :
% [1029]
% quotient(quotient(quotient(A,j(j(A))),j(j(quotient(A,j(j(A)))))),A) -> j(A)
% Rule
% [914]
% quotient(quotient(quotient(quotient(A,j(j(A))),j(j(quotient(A,j(j(A)))))),A),
% j(j(j(A)))) -> quotient(A,j(j(A))) collapsed.
% Current number of equations to process: 313
% Current number of ordered equations: 0
% Current number of rules: 358
% New rule produced :
% [1030]
% quotient(quotient(quotient(A,j(A)),j(j(quotient(A,j(A))))),j(j(j(A)))) ->
% j(j(j(j(A))))
% Rule
% [932]
% quotient(quotient(quotient(quotient(A,j(A)),j(j(quotient(A,j(A))))),j(
% j(j(A)))),
% j(j(j(j(j(A)))))) -> quotient(A,j(A)) collapsed.
% Current number of equations to process: 313
% Current number of ordered equations: 0
% Current number of rules: 358
% New rule produced :
% [1031]
% quotient(quotient(quotient(A,j(j(A))),j(j(quotient(A,j(j(A)))))),quotient(A,
% quotient(A,
% j(j(A)))))
% -> i(A)
% Rule
% [687]
% quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(quotient(quotient(A,
% j(
% j(A))),
% j(j(quotient(A,
% j(j(A)))))),
% quotient(A,quotient(A,
% j(j(A)))))),A)),
% j(A)) -> j(j(A)) collapsed.
% Current number of equations to process: 313
% Current number of ordered equations: 0
% Current number of rules: 358
% New rule produced :
% [1032]
% quotient(quotient(quotient(A,j(j(A))),j(j(quotient(A,j(j(A)))))),j(j(A))) ->
% j(j(j(A)))
% Current number of equations to process: 314
% Current number of ordered equations: 0
% Current number of rules: 359
% New rule produced :
% [1033]
% quotient(A,quotient(quotient(B,j(j(B))),quotient(i(quotient(quotient(A,
% j(j(A))),
% quotient(i(quotient(
% quotient(
% quotient(A,B),
% j(B)),A)),A))),B)))
% -> j(B)
% Current number of equations to process: 343
% Current number of ordered equations: 0
% Current number of rules: 360
% New rule produced :
% [1034]
% quotient(quotient(quotient(quotient(A,j(quotient(A,j(A)))),j(j(quotient(A,
% j(quotient(A,
% j(A))))))),
% j(A)),j(quotient(A,j(A)))) -> quotient(A,j(quotient(A,j(A))))
% Current number of equations to process: 342
% Current number of ordered equations: 0
% Current number of rules: 361
% New rule produced :
% [1035]
% quotient(i(A),quotient(quotient(quotient(A,j(j(A))),quotient(i(quotient(A,
% j(j(A)))),
% i(A))),A)) -> A
% Current number of equations to process: 411
% CCputime limit exceeded (core dumped)
% 
% EOF
%------------------------------------------------------------------------------