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

View Problem - Process Solution

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

% Computer : n169.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:19:51 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  : COL044-1 : TPTP v6.0.0. Released v1.0.0.
% % Command  : tptp2X_and_run_cime %s
% % Computer : n169.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 : Thu Jun  5 20:03:03 CDT 2014
% % CPUTime  : 300.08 
% Processing problem /tmp/CiME_36322_n169.star.cs.uiowa.edu
% #verbose 1;
% let F = signature " n,b : constant;  f : 1;  apply : 2;";
% let X = vars "X Y Z";
% let Axioms = equations F X "
% apply(apply(apply(b,X),Y),Z) = apply(X,apply(Y,Z));
% apply(apply(apply(n,X),Y),Z) = apply(apply(apply(X,Z),Y),Z);
% ";
% 
% let s1 = status F "
% f lr_lex;
% n lr_lex;
% apply lr_lex;
% b lr_lex;
% ";
% 
% let p1 = precedence F "
% apply > f > b > n";
% 
% let s2 = status F "
% f mul;
% n mul;
% apply mul;
% b mul;
% ";
% 
% let p2 = precedence F "
% apply > f > b = n";
% 
% let o_auto = AUTO Axioms;
% 
% let o = LEX o_auto (LEX (ACRPO s1 p1) (ACRPO s2 p2));
% 
% let Conjectures = equations F X " apply(Y,f(Y)) = apply(f(Y),apply(Y,f(Y)));"
% ;
% (*
% 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 = { apply(apply(apply(b,X),Y),Z) =
% apply(X,apply(Y,Z)),
% apply(apply(apply(n,X),Y),Z) =
% apply(apply(apply(X,Z),Y),Z) } (2 equation(s))
% s1 : F status = <status>
% p1 : F precedence = <precedence>
% s2 : F status = <status>
% p2 : F precedence = <precedence>
% 
% [n] = 1;
% [b] = 2;
% [f](x1) = 3 + x1;
% [apply](x1,x2) = 1 + x1 + x2;
% Chosen ordering : RPO
% o_auto : F term_ordering = <term ordering>
% o : F term_ordering = <term ordering>
% Conjectures : (F,X) equations = { apply(Y,f(Y)) = apply(f(Y),apply(Y,f(Y))) }
% (1 equation(s))
% time is now on
% 
% Initializing completion ...
% New rule produced : [1] (eq)(X,X) -> (true)
% Current number of equations to process: 0
% Current number of ordered equations: 5
% Current number of rules: 1
% New rule produced :
% [2] (eq)(apply(Y,f(Y)),apply(f(Y),apply(Y,f(Y)))) -> (false)
% Current number of equations to process: 0
% Current number of ordered equations: 4
% Current number of rules: 2
% New rule produced : [3] apply(X,apply(Y,Z)) <-> apply(apply(apply(b,X),Y),Z)
% Rule [2] (eq)(apply(Y,f(Y)),apply(f(Y),apply(Y,f(Y)))) -> (false) collapsed.
% Current number of equations to process: 1
% Current number of ordered equations: 3
% Current number of rules: 2
% New rule produced :
% [4] (eq)(apply(Y,f(Y)),apply(apply(apply(b,f(Y)),Y),f(Y))) -> (false)
% Current number of equations to process: 0
% Current number of ordered equations: 3
% Current number of rules: 3
% New rule produced : [5] apply(apply(apply(b,X),Y),Z) <-> apply(X,apply(Y,Z))
% Current number of equations to process: 0
% Current number of ordered equations: 2
% Current number of rules: 4
% New rule produced :
% [6] apply(apply(apply(X,Z),Y),Z) <-> apply(apply(apply(n,X),Y),Z)
% Current number of equations to process: 6
% Current number of ordered equations: 1
% Current number of rules: 5
% New rule produced :
% [7] apply(apply(apply(n,X),Y),Z) <-> apply(apply(apply(X,Z),Y),Z)
% Current number of equations to process: 6
% Current number of ordered equations: 0
% Current number of rules: 6
% New rule produced :
% [8] (eq)(apply(X,f(X)),apply(apply(apply(n,b),X),f(X))) -> (false)
% Current number of equations to process: 11
% Current number of ordered equations: 0
% Current number of rules: 7
% New rule produced :
% [9]
% (eq)(apply(apply(X,Y),f(apply(X,Y))),apply(apply(apply(apply(apply(apply(b,b),n),b),X),Y),
% f(apply(X,Y)))) -> (false)
% Current number of equations to process: 20
% Current number of ordered equations: 0
% Current number of rules: 8
% New rule produced :
% [10]
% (eq)(apply(apply(X,Y),f(apply(X,Y))),apply(apply(apply(apply(apply(apply(n,b),n),b),X),Y),
% f(apply(X,Y)))) -> (false)
% Current number of equations to process: 32
% Current number of ordered equations: 1
% Current number of rules: 9
% New rule produced :
% [11]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(n,
% apply(b,b)),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 32
% Current number of ordered equations: 0
% Current number of rules: 10
% New rule produced :
% [12]
% (eq)(apply(apply(X,Y),f(apply(X,Y))),apply(apply(apply(apply(apply(apply(n,n),n),b),X),Y),
% f(apply(X,Y)))) -> (false)
% Current number of equations to process: 48
% Current number of ordered equations: 0
% Current number of rules: 11
% New rule produced :
% [13] apply(apply(apply(Y,Y),X),Y) <-> apply(apply(apply(n,n),X),Y)
% Current number of equations to process: 72
% Current number of ordered equations: 1
% Current number of rules: 12
% New rule produced :
% [14] apply(apply(apply(n,n),X),Y) <-> apply(apply(apply(Y,Y),X),Y)
% Current number of equations to process: 72
% Current number of ordered equations: 0
% Current number of rules: 13
% New rule produced :
% [15]
% (eq)(apply(apply(X,Y),f(apply(X,Y))),apply(apply(apply(apply(apply(apply(b,b),b),
% f(apply(X,Y))),X),Y),
% f(apply(X,Y)))) -> (false)
% Current number of equations to process: 98
% Current number of ordered equations: 0
% Current number of rules: 14
% New rule produced :
% [16]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(b,n),
% apply(b,b)),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 123
% Current number of ordered equations: 0
% Current number of rules: 15
% New rule produced :
% [17]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(b,n),
% apply(n,b)),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 140
% Current number of ordered equations: 1
% Current number of rules: 16
% New rule produced :
% [18]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(b,n),n),b),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 140
% Current number of ordered equations: 0
% Current number of rules: 17
% New rule produced :
% [19]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(b,n),b),b),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 163
% Current number of ordered equations: 0
% Current number of rules: 18
% New rule produced :
% [20]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(b,n),n),
% apply(b,b)),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 168
% Current number of ordered equations: 0
% Current number of rules: 19
% New rule produced :
% [21]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(b,n),
% apply(n,n)),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 168
% Current number of ordered equations: 1
% Current number of rules: 20
% New rule produced :
% [22]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(b,n),n),n),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 168
% Current number of ordered equations: 0
% Current number of rules: 21
% New rule produced :
% [23]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(n,b),
% apply(b,b)),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 193
% Current number of ordered equations: 0
% Current number of rules: 22
% New rule produced :
% [24]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(n,b),
% apply(n,n)),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 210
% Current number of ordered equations: 0
% Current number of rules: 23
% New rule produced :
% [25]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(n,b),n),n),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 227
% Current number of ordered equations: 0
% Current number of rules: 24
% New rule produced :
% [26]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(b,n),b),n),b),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 232
% Current number of ordered equations: 0
% Current number of rules: 25
% New rule produced :
% [27]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(b,n),b),n),
% apply(b,b)),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 238
% Current number of ordered equations: 0
% Current number of rules: 26
% New rule produced :
% [28]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(b,n),
% apply(n,b)),n),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 240
% Current number of ordered equations: 0
% Current number of rules: 27
% New rule produced :
% [29]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(n,b),b),n),b),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 247
% Current number of ordered equations: 0
% Current number of rules: 28
% New rule produced :
% [30]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(n,b),b),n),
% apply(b,b)),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 252
% Current number of ordered equations: 0
% Current number of rules: 29
% New rule produced :
% [31] apply(apply(X,apply(Y,Z)),Y) <-> apply(apply(apply(n,apply(b,X)),Z),Y)
% Current number of equations to process: 253
% Current number of ordered equations: 1
% Current number of rules: 30
% New rule produced :
% [32] apply(apply(apply(n,apply(b,X)),Z),Y) <-> apply(apply(X,apply(Y,Z)),Y)
% Current number of equations to process: 253
% Current number of ordered equations: 0
% Current number of rules: 31
% New rule produced :
% [33]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,b),b),n),b),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 339
% Current number of ordered equations: 0
% Current number of rules: 32
% New rule produced :
% [34]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,b),b),n),n),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 359
% Current number of ordered equations: 0
% Current number of rules: 33
% New rule produced :
% [35]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,b),n),b),n),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 380
% Current number of ordered equations: 0
% Current number of rules: 34
% New rule produced :
% [36]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(b,b),
% apply(b,n)),n),b),b),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 405
% Current number of ordered equations: 0
% Current number of rules: 35
% New rule produced :
% [37]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,b),b),n),n),n),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 406
% Current number of ordered equations: 0
% Current number of rules: 36
% New rule produced :
% [38]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,b),n),b),b),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 428
% Current number of ordered equations: 0
% Current number of rules: 37
% New rule produced :
% [39]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,b),n),b),n),n),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 451
% Current number of ordered equations: 0
% Current number of rules: 38
% New rule produced :
% [40]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,n),b),n),n),b),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 475
% Current number of ordered equations: 0
% Current number of rules: 39
% New rule produced :
% [41]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,n),n),b),n),b),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 480
% Current number of ordered equations: 0
% Current number of rules: 40
% New rule produced :
% [42]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(b,n),
% apply(n,b)),b),
% apply(b,b)),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 486
% Current number of ordered equations: 0
% Current number of rules: 41
% New rule produced :
% [43]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(n,b),n),b),n),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 486
% Current number of ordered equations: 1
% Current number of rules: 42
% New rule produced :
% [44]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(n,
% apply(b,b)),b),n),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 486
% Current number of ordered equations: 0
% Current number of rules: 43
% New rule produced :
% [45]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(n,n),n),b),n),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 535
% Current number of ordered equations: 0
% Current number of rules: 44
% New rule produced :
% [46]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(n,
% apply(
% apply(b,b),b)),n),n),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 558
% Current number of ordered equations: 0
% Current number of rules: 45
% New rule produced :
% [47]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(n,b),n),b),b),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 580
% Current number of ordered equations: 0
% Current number of rules: 46
% New rule produced :
% [48]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(n,n),n),b),b),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 602
% Current number of ordered equations: 0
% Current number of rules: 47
% New rule produced :
% [49]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(n,b),n),b),n),n),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 622
% Current number of ordered equations: 1
% Current number of rules: 48
% New rule produced :
% [50]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(n,
% apply(b,b)),b),n),n),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 622
% Current number of ordered equations: 0
% Current number of rules: 49
% New rule produced :
% [51]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(n,n),n),b),n),n),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 669
% Current number of ordered equations: 0
% Current number of rules: 50
% New rule produced :
% [52]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(n,b),b),n),n),b),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 691
% Current number of ordered equations: 0
% Current number of rules: 51
% New rule produced :
% [53]
% apply(X,apply(apply(apply(b,Y),Z),V_3)) <->
% apply(apply(apply(b,X),Y),apply(Z,V_3))
% Current number of equations to process: 692
% Current number of ordered equations: 1
% Current number of rules: 52
% New rule produced :
% [54]
% apply(apply(apply(b,X),Y),apply(Z,V_3)) <->
% apply(X,apply(apply(apply(b,Y),Z),V_3))
% Current number of equations to process: 692
% Current number of ordered equations: 0
% Current number of rules: 53
% New rule produced :
% [55]
% apply(apply(apply(apply(n,X),Y),Z),Y) <->
% apply(apply(apply(n,apply(X,Z)),Z),Y)
% Current number of equations to process: 840
% Current number of ordered equations: 1
% Current number of rules: 54
% New rule produced :
% [56]
% apply(apply(apply(n,apply(X,Z)),Z),Y) <->
% apply(apply(apply(apply(n,X),Y),Z),Y)
% Current number of equations to process: 840
% Current number of ordered equations: 0
% Current number of rules: 55
% New rule produced :
% [57]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(b,n),b),
% apply(b,n)),n),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 874
% Current number of ordered equations: 0
% Current number of rules: 56
% New rule produced :
% [58]
% (eq)(apply(apply(apply(apply(b,X),Y),Z),f(apply(X,apply(Y,Z)))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),n),b),X),
% apply(Y,Z)),
% f(apply(X,
% apply(Y,Z)))))
% -> (false)
% Current number of equations to process: 961
% Current number of ordered equations: 1
% Current number of rules: 57
% New rule produced :
% [59]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(apply(apply(b,X),Y),Z))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),n),b),X),
% apply(Y,Z)),
% f(apply(X,
% apply(Y,Z)))))
% -> (false)
% Current number of equations to process: 961
% Current number of ordered equations: 0
% Current number of rules: 58
% New rule produced :
% [60]
% (eq)(apply(apply(apply(apply(b,X),Y),Z),f(apply(X,apply(Y,Z)))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(n,b),n),b),X),
% apply(Y,Z)),
% f(apply(X,
% apply(Y,Z)))))
% -> (false)
% Current number of equations to process: 1064
% Current number of ordered equations: 1
% Current number of rules: 59
% New rule produced :
% [61]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(apply(apply(b,X),Y),Z))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(n,b),n),b),X),
% apply(Y,Z)),
% f(apply(X,
% apply(Y,Z)))))
% -> (false)
% Current number of equations to process: 1064
% Current number of ordered equations: 0
% Current number of rules: 60
% New rule produced :
% [62]
% (eq)(apply(apply(apply(apply(b,n),X),Y),f(apply(n,apply(X,Y)))),apply(
% apply(
% apply(
% apply(
% apply(n,
% apply(b,b)),b),n),
% apply(X,Y)),
% f(apply(n,
% apply(X,Y)))))
% -> (false)
% Current number of equations to process: 1167
% Current number of ordered equations: 1
% Current number of rules: 61
% New rule produced :
% [63]
% (eq)(apply(apply(n,apply(X,Y)),f(apply(apply(apply(b,n),X),Y))),apply(
% apply(
% apply(
% apply(
% apply(n,
% apply(b,b)),b),n),
% apply(X,Y)),
% f(apply(n,
% apply(X,Y)))))
% -> (false)
% Current number of equations to process: 1167
% Current number of ordered equations: 0
% Current number of rules: 62
% New rule produced :
% [64]
% (eq)(apply(apply(apply(apply(b,X),Y),Z),f(apply(X,apply(Y,Z)))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(n,n),n),b),X),
% apply(Y,Z)),
% f(apply(X,
% apply(Y,Z)))))
% -> (false)
% Current number of equations to process: 1234
% Current number of ordered equations: 1
% Current number of rules: 63
% New rule produced :
% [65]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(apply(apply(b,X),Y),Z))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(n,n),n),b),X),
% apply(Y,Z)),
% f(apply(X,
% apply(Y,Z)))))
% -> (false)
% Current number of equations to process: 1234
% Current number of ordered equations: 0
% Current number of rules: 64
% New rule produced :
% [66]
% apply(apply(apply(apply(n,n),X),Y),X) <->
% apply(apply(apply(n,apply(Y,Y)),Y),X)
% Current number of equations to process: 1336
% Current number of ordered equations: 1
% Current number of rules: 65
% New rule produced :
% [67]
% apply(apply(apply(n,apply(Y,Y)),Y),X) <->
% apply(apply(apply(apply(n,n),X),Y),X)
% Current number of equations to process: 1336
% Current number of ordered equations: 0
% Current number of rules: 66
% New rule produced :
% [68]
% apply(X,apply(apply(apply(n,b),Y),Z)) <->
% apply(apply(apply(b,X),Z),apply(Y,Z))
% Current number of equations to process: 1490
% Current number of ordered equations: 1
% Current number of rules: 67
% New rule produced :
% [69]
% apply(apply(apply(b,X),Z),apply(Y,Z)) <->
% apply(X,apply(apply(apply(n,b),Y),Z))
% Current number of equations to process: 1490
% Current number of ordered equations: 0
% Current number of rules: 68
% New rule produced :
% [70]
% apply(X,apply(apply(apply(n,n),Y),b)) <->
% apply(apply(apply(b,X),b),apply(Y,b))
% Current number of equations to process: 1682
% Current number of ordered equations: 1
% Current number of rules: 69
% New rule produced :
% [71]
% apply(apply(apply(b,X),b),apply(Y,b)) <->
% apply(X,apply(apply(apply(n,n),Y),b))
% Current number of equations to process: 1682
% Current number of ordered equations: 0
% Current number of rules: 70
% New rule produced :
% [72]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(X,apply(Y,Z)))),apply(apply(apply(
% apply(
% apply(
% apply(b,b),n),b),X),
% apply(Y,Z)),
% f(apply(apply(
% apply(b,X),Y),Z))))
% -> (false)
% Current number of equations to process: 1848
% Current number of ordered equations: 0
% Current number of rules: 71
% New rule produced :
% [73]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(X,apply(Y,Z)))),apply(apply(apply(
% apply(
% apply(
% apply(n,b),n),b),X),
% apply(Y,Z)),
% f(apply(apply(
% apply(b,X),Y),Z))))
% -> (false)
% Current number of equations to process: 1928
% Current number of ordered equations: 0
% Current number of rules: 72
% New rule produced :
% [74]
% (eq)(apply(apply(n,apply(X,Y)),f(apply(n,apply(X,Y)))),apply(apply(apply(
% apply(
% apply(n,
% apply(b,b)),b),n),
% apply(X,Y)),
% f(apply(apply(
% apply(b,n),X),Y))))
% -> (false)
% Current number of equations to process: 2007
% Current number of ordered equations: 0
% Current number of rules: 73
% New rule produced :
% [75]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(X,apply(Y,Z)))),apply(apply(apply(
% apply(
% apply(
% apply(n,n),n),b),X),
% apply(Y,Z)),
% f(apply(apply(
% apply(b,X),Y),Z))))
% -> (false)
% Current number of equations to process: 2048
% Current number of ordered equations: 0
% Current number of rules: 74
% New rule produced :
% [76]
% (eq)(apply(apply(apply(b,b),b),f(apply(apply(b,b),b))),apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,n),b),n),n),
% apply(b,b)),b),
% f(apply(apply(b,b),b))))
% -> (false)
% Current number of equations to process: 2126
% Current number of ordered equations: 0
% Current number of rules: 75
% New rule produced :
% [77]
% (eq)(apply(apply(apply(n,b),b),f(apply(apply(n,b),b))),apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,n),b),n),n),
% apply(n,b)),b),
% f(apply(apply(n,b),b))))
% -> (false)
% Current number of equations to process: 2128
% Current number of ordered equations: 0
% Current number of rules: 76
% New rule produced :
% [78]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,b),b),n),
% apply(b,n)),n),b),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 2129
% Current number of ordered equations: 0
% Current number of rules: 77
% New rule produced :
% [79]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,b),b),n),
% apply(b,n)),b),b),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 2132
% Current number of ordered equations: 0
% Current number of rules: 78
% New rule produced :
% [80]
% (eq)(apply(apply(apply(n,n),b),f(apply(apply(n,n),b))),apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,n),b),n),n),
% apply(n,n)),b),
% f(apply(apply(n,n),b))))
% -> (false)
% Current number of equations to process: 2134
% Current number of ordered equations: 0
% Current number of rules: 79
% New rule produced :
% [81]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),b),n),n),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 2134
% Current number of ordered equations: 1
% Current number of rules: 80
% New rule produced :
% [82]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,b),b),n),
% apply(b,n)),n),n),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 2134
% Current number of ordered equations: 0
% Current number of rules: 81
% New rule produced :
% [83]
% (eq)(apply(apply(apply(b,b),b),f(apply(apply(b,b),b))),apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,n),n),b),n),
% apply(b,b)),b),
% f(apply(apply(b,b),b))))
% -> (false)
% Current number of equations to process: 2147
% Current number of ordered equations: 0
% Current number of rules: 82
% New rule produced :
% [84]
% (eq)(apply(apply(apply(n,n),b),f(apply(apply(n,n),b))),apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,n),n),b),n),
% apply(n,n)),b),
% f(apply(apply(n,n),b))))
% -> (false)
% Current number of equations to process: 2149
% Current number of ordered equations: 0
% Current number of rules: 83
% New rule produced :
% [85]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,b),b),n),
% apply(n,b)),n),n),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 2150
% Current number of ordered equations: 0
% Current number of rules: 84
% New rule produced :
% [86]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),n),b),n),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 2153
% Current number of ordered equations: 0
% Current number of rules: 85
% New rule produced :
% [87]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,b),n),b),n),b),n),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 2164
% Current number of ordered equations: 0
% Current number of rules: 86
% New rule produced :
% [88]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(b,n),
% apply(
% apply(b,b),b)),n),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 2179
% Current number of ordered equations: 0
% Current number of rules: 87
% New rule produced :
% [89]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(b,n),b),
% apply(b,n)),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 2199
% Current number of ordered equations: 0
% Current number of rules: 88
% New rule produced :
% [90]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(b,n),
% apply(
% apply(b,b),b)),n),n),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 2239
% Current number of ordered equations: 0
% Current number of rules: 89
% New rule produced :
% [91]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,n),
% apply(b,b)),n),n),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 2268
% Current number of ordered equations: 0
% Current number of rules: 90
% New rule produced :
% [92]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,n),
% apply(b,b)),n),b),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 2297
% Current number of ordered equations: 0
% Current number of rules: 91
% New rule produced :
% [93]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,n),b),n),b),n),b),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 2326
% Current number of ordered equations: 0
% Current number of rules: 92
% New rule produced :
% [94]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,n),n),b),b),n),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 2337
% Current number of ordered equations: 1
% Current number of rules: 93
% New rule produced :
% [95]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,n),
% apply(n,b)),n),n),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 2337
% Current number of ordered equations: 0
% Current number of rules: 94
% New rule produced :
% [96]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,n),b),b),b),n),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 2398
% Current number of ordered equations: 0
% Current number of rules: 95
% New rule produced :
% [97]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,n),n),
% apply(b,b)),n),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 2426
% Current number of ordered equations: 2
% Current number of rules: 96
% New rule produced :
% [98]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(b,n),
% apply(n,
% apply(b,b))),b),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 2426
% Current number of ordered equations: 1
% Current number of rules: 97
% New rule produced :
% [99]
% (eq)(apply(apply(b,b),f(apply(b,b))),apply(apply(apply(apply(apply(apply(
% apply(b,n),
% apply(
% apply(n,
% apply(b,b)),b)),n),n),b),b),
% f(apply(b,b)))) -> (false)
% Current number of equations to process: 2426
% Current number of ordered equations: 0
% Current number of rules: 98
% New rule produced :
% [100]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,n),n),n),b),n),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 2487
% Current number of ordered equations: 1
% Current number of rules: 99
% New rule produced :
% [101]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,n),
% apply(n,n)),n),n),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 2487
% Current number of ordered equations: 0
% Current number of rules: 100
% New rule produced :
% [102]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,n),
% apply(b,b)),b),n),n),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 2550
% Current number of ordered equations: 0
% Current number of rules: 101
% New rule produced :
% [103]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(b,n),n),
% apply(
% apply(b,b),b)),n),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 2579
% Current number of ordered equations: 1
% Current number of rules: 102
% New rule produced :
% [104]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(b,n),
% apply(n,
% apply(
% apply(b,b),b))),n),n),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 2579
% Current number of ordered equations: 0
% Current number of rules: 103
% New rule produced :
% [105]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,n),
% apply(n,b)),n),b),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 2612
% Current number of ordered equations: 0
% Current number of rules: 104
% New rule produced :
% [106]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,n),
% apply(n,n)),n),b),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 2642
% Current number of ordered equations: 0
% Current number of rules: 105
% New rule produced :
% [107]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,n),n),b),b),n),n),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 2672
% Current number of ordered equations: 0
% Current number of rules: 106
% New rule produced :
% [108]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,n),b),b),b),n),n),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 2700
% Current number of ordered equations: 0
% Current number of rules: 107
% New rule produced :
% [109]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(b,n),
% apply(n,
% apply(b,b))),b),n),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 2728
% Current number of ordered equations: 1
% Current number of rules: 108
% New rule produced :
% [110]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(b,n),
% apply(
% apply(n,
% apply(b,b)),b)),n),n),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 2728
% Current number of ordered equations: 0
% Current number of rules: 109
% New rule produced :
% [111]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,n),n),n),b),n),n),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 2759
% Current number of ordered equations: 0
% Current number of rules: 110
% New rule produced :
% [112]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(b,n),n),
% apply(apply(
% apply(b,b),b),n)),n),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 2784
% Current number of ordered equations: 0
% Current number of rules: 111
% New rule produced :
% [113]
% (eq)(apply(apply(apply(apply(b,X),Y),Z),f(apply(apply(apply(b,X),Y),Z))),
% apply(apply(apply(apply(apply(apply(b,b),n),b),X),apply(Y,Z)),f(apply(X,
% apply(Y,Z)))))
% -> (false)
% Current number of equations to process: 2786
% Current number of ordered equations: 0
% Current number of rules: 112
% New rule produced :
% [114]
% (eq)(apply(apply(apply(apply(b,X),Y),Z),f(apply(apply(apply(b,X),Y),Z))),
% apply(apply(apply(apply(apply(apply(n,b),n),b),X),apply(Y,Z)),f(apply(X,
% apply(Y,Z)))))
% -> (false)
% Current number of equations to process: 2854
% Current number of ordered equations: 0
% Current number of rules: 113
% New rule produced :
% [115]
% (eq)(apply(apply(apply(apply(b,n),X),Y),f(apply(apply(apply(b,n),X),Y))),
% apply(apply(apply(apply(apply(n,apply(b,b)),b),n),apply(X,Y)),f(apply(n,
% apply(X,Y)))))
% -> (false)
% Current number of equations to process: 2921
% Current number of ordered equations: 0
% Current number of rules: 114
% New rule produced :
% [116]
% (eq)(apply(apply(apply(apply(b,X),Y),Z),f(apply(apply(apply(b,X),Y),Z))),
% apply(apply(apply(apply(apply(apply(n,n),n),b),X),apply(Y,Z)),f(apply(X,
% apply(Y,Z)))))
% -> (false)
% Current number of equations to process: 2957
% Current number of ordered equations: 0
% Current number of rules: 115
% New rule produced :
% [117]
% (eq)(apply(apply(apply(b,b),b),f(apply(apply(b,b),b))),apply(apply(apply(
% apply(
% apply(
% apply(
% apply(n,b),b),n),n),
% apply(b,b)),b),
% f(apply(apply(b,b),b))))
% -> (false)
% Current number of equations to process: 3019
% Current number of ordered equations: 0
% Current number of rules: 116
% New rule produced :
% [118]
% (eq)(apply(apply(apply(n,b),b),f(apply(apply(n,b),b))),apply(apply(apply(
% apply(
% apply(
% apply(
% apply(n,b),b),n),n),
% apply(n,b)),b),
% f(apply(apply(n,b),b))))
% -> (false)
% Current number of equations to process: 3020
% Current number of ordered equations: 0
% Current number of rules: 117
% New rule produced :
% [119]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(n,
% apply(
% apply(b,b),b)),
% apply(b,n)),n),b),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 3020
% Current number of ordered equations: 0
% Current number of rules: 118
% New rule produced :
% [120]
% (eq)(apply(apply(apply(n,n),b),f(apply(apply(n,n),b))),apply(apply(apply(
% apply(
% apply(
% apply(
% apply(n,b),b),n),n),
% apply(n,n)),b),
% f(apply(apply(n,n),b))))
% -> (false)
% Current number of equations to process: 3023
% Current number of ordered equations: 0
% Current number of rules: 119
% New rule produced :
% [121]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(n,
% apply(
% apply(b,b),b)),b),n),n),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 3023
% Current number of ordered equations: 0
% Current number of rules: 120
% New rule produced :
% [122]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(n,
% apply(
% apply(b,b),b)),
% apply(b,n)),n),n),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 3033
% Current number of ordered equations: 0
% Current number of rules: 121
% New rule produced :
% [123]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(n,
% apply(
% apply(b,b),b)),
% apply(n,b)),n),n),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 3035
% Current number of ordered equations: 0
% Current number of rules: 122
% New rule produced :
% [124]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,n),b),
% apply(b,n)),b),n),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 3038
% Current number of ordered equations: 0
% Current number of rules: 123
% New rule produced :
% [125]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(n,b),n),b),n),b),n),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 3049
% Current number of ordered equations: 2
% Current number of rules: 124
% New rule produced :
% [126]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(n,
% apply(b,b)),b),n),b),n),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 3049
% Current number of ordered equations: 1
% Current number of rules: 125
% New rule produced :
% [127]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,n),b),
% apply(n,b)),b),n),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 3049
% Current number of ordered equations: 0
% Current number of rules: 126
% New rule produced :
% [128]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(n,n),n),b),n),b),n),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 3091
% Current number of ordered equations: 0
% Current number of rules: 127
% New rule produced :
% [129]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(n,b),
% apply(
% apply(b,b),b)),n),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 3103
% Current number of ordered equations: 1
% Current number of rules: 128
% New rule produced :
% [130]
% (eq)(apply(apply(b,b),f(apply(b,b))),apply(apply(apply(apply(apply(apply(
% apply(b,n),n),
% apply(apply(
% apply(b,b),b),n)),n),b),b),
% f(apply(b,b)))) -> (false)
% Current number of equations to process: 3103
% Current number of ordered equations: 0
% Current number of rules: 129
% New rule produced :
% [131]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,n),b),n),
% apply(b,n)),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 3133
% Current number of ordered equations: 0
% Current number of rules: 130
% New rule produced :
% [132]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(n,b),
% apply(
% apply(b,b),b)),n),n),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 3162
% Current number of ordered equations: 0
% Current number of rules: 131
% New rule produced :
% [133]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(n,b),
% apply(b,b)),n),n),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 3189
% Current number of ordered equations: 1
% Current number of rules: 132
% New rule produced :
% [134]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(b,n),n),
% apply(
% apply(b,b),n)),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 3189
% Current number of ordered equations: 0
% Current number of rules: 133
% New rule produced :
% [135]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(n,b),
% apply(b,b)),n),b),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 3246
% Current number of ordered equations: 0
% Current number of rules: 134
% New rule produced :
% [136]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(n,b),b),n),b),n),b),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 3273
% Current number of ordered equations: 1
% Current number of rules: 135
% New rule produced :
% [137]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,n),n),
% apply(b,n)),n),b),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 3273
% Current number of ordered equations: 0
% Current number of rules: 136
% New rule produced :
% [138]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,n),n),
% apply(n,b)),n),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 3295
% Current number of ordered equations: 0
% Current number of rules: 137
% New rule produced :
% [139]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(b,n),n),
% apply(
% apply(n,b),n)),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 3326
% Current number of ordered equations: 0
% Current number of rules: 138
% New rule produced :
% [140]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(b,n),n),
% apply(n,
% apply(b,b))),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 3354
% Current number of ordered equations: 0
% Current number of rules: 139
% New rule produced :
% [141]
% (eq)(apply(apply(b,b),f(apply(b,b))),apply(apply(apply(apply(apply(apply(
% apply(b,n),n),
% apply(apply(n,
% apply(b,b)),b)),n),b),b),
% f(apply(b,b)))) -> (false)
% Current number of equations to process: 3383
% Current number of ordered equations: 0
% Current number of rules: 140
% New rule produced :
% [142]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(n,b),n),n),b),n),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 3385
% Current number of ordered equations: 1
% Current number of rules: 141
% New rule produced :
% [143]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,n),n),
% apply(n,n)),n),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 3385
% Current number of ordered equations: 0
% Current number of rules: 142
% New rule produced :
% [144]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(n,b),
% apply(n,n)),n),n),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 3445
% Current number of ordered equations: 1
% Current number of rules: 143
% New rule produced :
% [145]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(b,n),n),
% apply(
% apply(n,n),n)),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 3445
% Current number of ordered equations: 0
% Current number of rules: 144
% New rule produced :
% [146]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(b,n),n),
% apply(n,
% apply(apply(b,b),b))),n),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 3502
% Current number of ordered equations: 0
% Current number of rules: 145
% New rule produced :
% [147]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(n,b),
% apply(n,n)),n),b),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 3505
% Current number of ordered equations: 0
% Current number of rules: 146
% New rule produced :
% [148]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(b,n),n),
% apply(apply(n,
% apply(b,b)),b)),n),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 3534
% Current number of ordered equations: 0
% Current number of rules: 147
% New rule produced :
% [149]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(n,b),n),n),b),n),n),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 3537
% Current number of ordered equations: 0
% Current number of rules: 148
% New rule produced :
% [150]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(n,b),b),n),
% apply(b,n)),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 3560
% Current number of ordered equations: 0
% Current number of rules: 149
% New rule produced :
% [151]
% apply(X,apply(Y,apply(Z,V_3))) <->
% apply(apply(apply(b,X),apply(apply(b,Y),Z)),V_3)
% Current number of equations to process: 3588
% Current number of ordered equations: 3
% Current number of rules: 150
% New rule produced :
% [152]
% apply(apply(apply(b,X),apply(apply(b,Y),Z)),V_3) <->
% apply(X,apply(Y,apply(Z,V_3)))
% Current number of equations to process: 3588
% Current number of ordered equations: 2
% Current number of rules: 151
% New rule produced :
% [153]
% apply(apply(X,Y),apply(Z,V_3)) <->
% apply(apply(apply(apply(apply(b,b),X),Y),Z),V_3)
% Rule
% [17]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(b,n),
% apply(n,b)),n),X),b),
% f(apply(X,b)))) -> (false) collapsed.
% Rule
% [21]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(b,n),
% apply(n,n)),n),X),b),
% f(apply(X,b)))) -> (false) collapsed.
% Rule
% [24]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(n,b),
% apply(n,n)),n),X),b),
% f(apply(X,b)))) -> (false) collapsed.
% Rule
% [28]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(b,n),
% apply(n,b)),n),b),n),X),
% f(apply(n,X)))) -> (false) collapsed.
% Rule
% [36]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(b,b),
% apply(b,n)),n),b),b),n),b),
% f(apply(n,b)))) -> (false) collapsed.
% Rule
% [42]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(b,n),
% apply(n,b)),b),
% apply(b,b)),n),b),
% f(apply(n,b)))) -> (false) collapsed.
% Rule
% [57]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(b,n),b),
% apply(b,n)),n),n),X),b),
% f(apply(X,b)))) -> (false) collapsed.
% Rule
% [89]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(b,n),b),
% apply(b,n)),b),n),X),b),
% f(apply(X,b)))) -> (false) collapsed.
% Rule
% [95]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,n),
% apply(n,b)),n),n),b),n),X),b),
% f(apply(X,b)))) -> (false) collapsed.
% Rule
% [98]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(b,n),
% apply(n,
% apply(b,b))),b),b),n),X),b),
% f(apply(X,b)))) -> (false) collapsed.
% Rule
% [99]
% (eq)(apply(apply(b,b),f(apply(b,b))),apply(apply(apply(apply(apply(apply(
% apply(b,n),
% apply(
% apply(n,
% apply(b,b)),b)),n),n),b),b),
% f(apply(b,b)))) -> (false) collapsed.
% Rule
% [101]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,n),
% apply(n,n)),n),n),b),n),X),b),
% f(apply(X,b)))) -> (false) collapsed.
% Rule
% [104]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(b,n),
% apply(n,
% apply(
% apply(b,b),b))),n),n),n),b),
% f(apply(n,b)))) -> (false) collapsed.
% Rule
% [105]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,n),
% apply(n,b)),n),b),b),n),X),b),
% f(apply(X,b)))) -> (false) collapsed.
% Rule
% [106]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,n),
% apply(n,n)),n),b),b),n),X),b),
% f(apply(X,b)))) -> (false) collapsed.
% Rule
% [109]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(b,n),
% apply(n,
% apply(b,b))),b),n),n),X),b),
% f(apply(X,b)))) -> (false) collapsed.
% Rule
% [110]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(b,n),
% apply(
% apply(n,
% apply(b,b)),b)),n),n),n),b),
% f(apply(n,b)))) -> (false) collapsed.
% Rule
% [112]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(b,n),n),
% apply(apply(
% apply(b,b),b),n)),n),n),b),
% f(apply(n,b)))) -> (false) collapsed.
% Rule
% [124]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,n),b),
% apply(b,n)),b),n),b),n),X),
% f(apply(n,X)))) -> (false) collapsed.
% Rule
% [130]
% (eq)(apply(apply(b,b),f(apply(b,b))),apply(apply(apply(apply(apply(apply(
% apply(b,n),n),
% apply(apply(
% apply(b,b),b),n)),n),b),b),
% f(apply(b,b)))) -> (false) collapsed.
% Rule
% [134]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(b,n),n),
% apply(
% apply(b,b),n)),b),n),X),b),
% f(apply(X,b)))) -> (false) collapsed.
% Rule
% [139]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(b,n),n),
% apply(
% apply(n,b),n)),b),n),X),b),
% f(apply(X,b)))) -> (false) collapsed.
% Rule
% [144]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(n,b),
% apply(n,n)),n),n),b),n),X),b),
% f(apply(X,b)))) -> (false) collapsed.
% Rule
% [145]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(b,n),n),
% apply(
% apply(n,n),n)),b),n),X),b),
% f(apply(X,b)))) -> (false) collapsed.
% Rule
% [147]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(n,b),
% apply(n,n)),n),b),b),n),X),b),
% f(apply(X,b)))) -> (false) collapsed.
% Current number of equations to process: 3609
% Current number of ordered equations: 1
% Current number of rules: 127
% New rule produced :
% [154]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(X,apply(Y,Z)))),apply(apply(apply(
% apply(
% apply(
% apply(b,b),n),b),
% apply(
% apply(b,X),Y)),Z),
% f(apply(X,apply(Y,Z)))))
% -> (false)
% Current number of equations to process: 3826
% Current number of ordered equations: 1
% Current number of rules: 128
% New rule produced :
% [155]
% apply(apply(apply(apply(apply(b,b),X),Y),Z),V_3) <->
% apply(apply(X,Y),apply(Z,V_3))
% Rule
% [15]
% (eq)(apply(apply(X,Y),f(apply(X,Y))),apply(apply(apply(apply(apply(apply(b,b),b),
% f(apply(X,Y))),X),Y),
% f(apply(X,Y)))) -> (false) collapsed.
% Current number of equations to process: 3959
% Current number of ordered equations: 0
% Current number of rules: 128
% New rule produced :
% [156]
% (eq)(apply(apply(apply(b,X),Y),f(apply(apply(b,X),Y))),apply(apply(apply(b,
% f(
% apply(
% apply(b,X),Y))),X),
% apply(Y,f(apply(
% apply(b,X),Y)))))
% -> (false)
% Current number of equations to process: 3968
% Current number of ordered equations: 0
% Current number of rules: 129
% New rule produced :
% [157]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(X,apply(Y,Z)))),apply(apply(apply(
% apply(
% apply(
% apply(n,b),n),b),
% apply(
% apply(b,X),Y)),Z),
% f(apply(X,apply(Y,Z)))))
% -> (false)
% Current number of equations to process: 4548
% Current number of ordered equations: 0
% Current number of rules: 130
% New rule produced :
% [158]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(X,apply(Y,Z)))),apply(apply(apply(
% apply(
% apply(
% apply(n,n),n),b),
% apply(
% apply(b,X),Y)),Z),
% f(apply(X,apply(Y,Z)))))
% -> (false)
% Current number of equations to process: 4547
% Current number of ordered equations: 0
% Current number of rules: 131
% New rule produced :
% [159]
% (eq)(apply(apply(apply(apply(b,X),Y),Z),f(apply(X,apply(Y,Z)))),apply(
% apply(
% apply(n,b),
% apply(X,
% apply(Y,Z))),
% f(apply(X,
% apply(Y,Z)))))
% -> (false)
% Current number of equations to process: 4682
% Current number of ordered equations: 0
% Current number of rules: 132
% New rule produced :
% [160]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(apply(apply(b,X),Y),Z))),apply(
% apply(
% apply(n,b),
% apply(X,
% apply(Y,Z))),
% f(apply(X,
% apply(Y,Z)))))
% -> (false)
% Current number of equations to process: 4685
% Current number of ordered equations: 0
% Current number of rules: 133
% New rule produced :
% [161]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(X,apply(Y,Z)))),apply(apply(apply(n,b),
% apply(X,
% apply(Y,Z))),
% f(apply(apply(
% apply(b,X),Y),Z))))
% -> (false)
% Current number of equations to process: 4717
% Current number of ordered equations: 0
% Current number of rules: 134
% New rule produced :
% [162]
% (eq)(apply(apply(apply(apply(b,X),Y),Z),f(apply(apply(apply(b,X),Y),Z))),
% apply(apply(apply(n,b),apply(X,apply(Y,Z))),f(apply(X,apply(Y,Z))))) ->
% (false)
% Current number of equations to process: 4746
% Current number of ordered equations: 0
% Current number of rules: 135
% New rule produced :
% [163]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(X,apply(Y,Z)))),apply(apply(apply(n,b),
% apply(apply(
% apply(b,X),Y),Z)),
% f(apply(X,apply(Y,Z)))))
% -> (false)
% Current number of equations to process: 4786
% Current number of ordered equations: 0
% Current number of rules: 136
% New rule produced :
% [164]
% (eq)(apply(apply(apply(apply(b,X),Y),Z),f(apply(X,apply(Y,Z)))),apply(
% apply(
% apply(n,b),
% apply(X,
% apply(Y,Z))),
% f(apply(
% apply(
% apply(b,X),Y),Z))))
% -> (false)
% Current number of equations to process: 2680
% Current number of ordered equations: 1
% Current number of rules: 137
% New rule produced :
% [165]
% (eq)(apply(apply(apply(apply(b,X),Y),Z),f(apply(X,apply(Y,Z)))),apply(
% apply(
% apply(n,b),
% apply(
% apply(
% apply(b,X),Y),Z)),
% f(apply(X,
% apply(Y,Z)))))
% -> (false)
% Current number of equations to process: 2680
% Current number of ordered equations: 0
% Current number of rules: 138
% New rule produced :
% [166]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(apply(apply(b,X),Y),Z))),apply(
% apply(
% apply(n,b),
% apply(X,
% apply(Y,Z))),
% f(apply(
% apply(
% apply(b,X),Y),Z))))
% -> (false)
% Current number of equations to process: 2751
% Current number of ordered equations: 1
% Current number of rules: 139
% New rule produced :
% [167]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(apply(apply(b,X),Y),Z))),apply(
% apply(
% apply(n,b),
% apply(
% apply(
% apply(b,X),Y),Z)),
% f(apply(X,
% apply(Y,Z)))))
% -> (false)
% Current number of equations to process: 2751
% Current number of ordered equations: 0
% Current number of rules: 140
% New rule produced :
% [168]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(X,apply(Y,Z)))),apply(apply(apply(n,b),
% apply(apply(
% apply(b,X),Y),Z)),
% f(apply(apply(
% apply(b,X),Y),Z))))
% -> (false)
% Current number of equations to process: 2824
% Current number of ordered equations: 0
% Current number of rules: 141
% New rule produced :
% [169]
% (eq)(apply(apply(apply(apply(b,X),Y),Z),f(apply(apply(apply(b,X),Y),Z))),
% apply(apply(apply(n,b),apply(X,apply(Y,Z))),f(apply(apply(apply(b,X),Y),Z))))
% -> (false)
% Current number of equations to process: 2887
% Current number of ordered equations: 1
% Current number of rules: 142
% New rule produced :
% [170]
% (eq)(apply(apply(apply(apply(b,X),Y),Z),f(apply(apply(apply(b,X),Y),Z))),
% apply(apply(apply(n,b),apply(apply(apply(b,X),Y),Z)),f(apply(X,apply(Y,Z)))))
% -> (false)
% Current number of equations to process: 2887
% Current number of ordered equations: 0
% Current number of rules: 143
% New rule produced :
% [171]
% (eq)(apply(apply(apply(apply(b,X),Y),Z),f(apply(X,apply(Y,Z)))),apply(
% apply(
% apply(b,
% f(apply(X,
% apply(Y,Z)))),
% apply(X,
% apply(Y,Z))),
% f(apply(X,
% apply(Y,Z)))))
% -> (false)
% Current number of equations to process: 3287
% Current number of ordered equations: 0
% Current number of rules: 144
% New rule produced :
% [172]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(apply(apply(b,X),Y),Z))),apply(
% apply(
% apply(b,
% f(apply(X,
% apply(Y,Z)))),
% apply(X,
% apply(Y,Z))),
% f(apply(X,
% apply(Y,Z)))))
% -> (false)
% Current number of equations to process: 3286
% Current number of ordered equations: 0
% Current number of rules: 145
% New rule produced :
% [173]
% (eq)(apply(apply(apply(apply(b,X),Y),Z),f(apply(X,apply(Y,Z)))),apply(
% apply(
% apply(n,b),
% apply(
% apply(
% apply(b,X),Y),Z)),
% f(apply(
% apply(
% apply(b,X),Y),Z))))
% -> (false)
% Current number of equations to process: 3285
% Current number of ordered equations: 0
% Current number of rules: 146
% New rule produced :
% [174]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(apply(apply(b,X),Y),Z))),apply(
% apply(
% apply(n,b),
% apply(
% apply(
% apply(b,X),Y),Z)),
% f(apply(
% apply(
% apply(b,X),Y),Z))))
% -> (false)
% Current number of equations to process: 3284
% Current number of ordered equations: 0
% Current number of rules: 147
% New rule produced :
% [175]
% (eq)(apply(apply(apply(apply(b,X),Y),Z),f(apply(apply(apply(b,X),Y),Z))),
% apply(apply(apply(b,f(apply(X,apply(Y,Z)))),apply(X,apply(Y,Z))),f(apply(X,
% apply(Y,Z)))))
% -> (false)
% Current number of equations to process: 3708
% Current number of ordered equations: 0
% Current number of rules: 148
% New rule produced :
% [176]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(X,apply(Y,Z)))),apply(apply(apply(b,
% f(
% apply(X,
% apply(Y,Z)))),
% apply(apply(
% apply(b,X),Y),Z)),
% f(apply(X,apply(Y,Z)))))
% -> (false)
% Current number of equations to process: 3765
% Current number of ordered equations: 0
% Current number of rules: 149
% New rule produced :
% [177]
% (eq)(apply(apply(apply(apply(b,n),X),Y),f(apply(n,apply(X,Y)))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,n),n),b),b),n),
% apply(X,Y)),
% f(apply(n,
% apply(X,Y)))))
% -> (false)
% Current number of equations to process: 3881
% Current number of ordered equations: 1
% Current number of rules: 150
% New rule produced :
% [178]
% (eq)(apply(apply(n,apply(X,Y)),f(apply(apply(apply(b,n),X),Y))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,n),n),b),b),n),
% apply(X,Y)),
% f(apply(n,
% apply(X,Y)))))
% -> (false)
% Current number of equations to process: 3881
% Current number of ordered equations: 0
% Current number of rules: 151
% New rule produced :
% [179]
% (eq)(apply(apply(apply(apply(b,n),X),Y),f(apply(n,apply(X,Y)))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,n),b),b),b),n),
% apply(X,Y)),
% f(apply(n,
% apply(X,Y)))))
% -> (false)
% Current number of equations to process: 4007
% Current number of ordered equations: 1
% Current number of rules: 152
% New rule produced :
% [180]
% (eq)(apply(apply(n,apply(X,Y)),f(apply(apply(apply(b,n),X),Y))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,n),b),b),b),n),
% apply(X,Y)),
% f(apply(n,
% apply(X,Y)))))
% -> (false)
% Current number of equations to process: 4007
% Current number of ordered equations: 0
% Current number of rules: 153
% New rule produced :
% [181]
% (eq)(apply(apply(apply(apply(b,n),X),Y),f(apply(n,apply(X,Y)))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,n),n),n),b),n),
% apply(X,Y)),
% f(apply(n,
% apply(X,Y)))))
% -> (false)
% Current number of equations to process: 4135
% Current number of ordered equations: 1
% Current number of rules: 154
% New rule produced :
% [182]
% (eq)(apply(apply(n,apply(X,Y)),f(apply(apply(apply(b,n),X),Y))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,n),n),n),b),n),
% apply(X,Y)),
% f(apply(n,
% apply(X,Y)))))
% -> (false)
% Current number of equations to process: 4135
% Current number of ordered equations: 0
% Current number of rules: 155
% New rule produced :
% [183]
% (eq)(apply(apply(apply(apply(b,n),X),Y),f(apply(n,apply(X,Y)))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(n,b),n),n),b),n),
% apply(X,Y)),
% f(apply(n,
% apply(X,Y)))))
% -> (false)
% Current number of equations to process: 4265
% Current number of ordered equations: 1
% Current number of rules: 156
% New rule produced :
% [184]
% (eq)(apply(apply(n,apply(X,Y)),f(apply(apply(apply(b,n),X),Y))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(n,b),n),n),b),n),
% apply(X,Y)),
% f(apply(n,
% apply(X,Y)))))
% -> (false)
% Current number of equations to process: 4265
% Current number of ordered equations: 0
% Current number of rules: 157
% New rule produced :
% [185]
% apply(apply(X,apply(Z,Y)),Z) <->
% apply(apply(apply(apply(apply(b,n),b),X),Y),Z)
% Current number of equations to process: 4394
% Current number of ordered equations: 1
% Current number of rules: 158
% New rule produced :
% [186]
% apply(apply(apply(apply(apply(b,n),b),X),Y),Z) <->
% apply(apply(X,apply(Z,Y)),Z)
% Rule
% [127]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,n),b),
% apply(n,b)),b),n),b),n),X),
% f(apply(n,X)))) -> (false) collapsed.
% Current number of equations to process: 4394
% Current number of ordered equations: 0
% Current number of rules: 158
% New rule produced :
% [187]
% (eq)(apply(apply(apply(apply(b,X),Y),Z),f(apply(X,apply(Y,Z)))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),n),b),X),
% apply(Y,Z)),
% f(apply(
% apply(
% apply(b,X),Y),Z))))
% -> (false)
% Current number of equations to process: 2606
% Current number of ordered equations: 0
% Current number of rules: 159
% New rule produced :
% [188]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(apply(apply(b,X),Y),Z))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),n),b),X),
% apply(Y,Z)),
% f(apply(
% apply(
% apply(b,X),Y),Z))))
% -> (false)
% Current number of equations to process: 2703
% Current number of ordered equations: 0
% Current number of rules: 160
% New rule produced :
% [189]
% (eq)(apply(apply(apply(apply(b,X),Y),Z),f(apply(X,apply(Y,Z)))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(n,b),n),b),X),
% apply(Y,Z)),
% f(apply(
% apply(
% apply(b,X),Y),Z))))
% -> (false)
% Current number of equations to process: 2799
% Current number of ordered equations: 0
% Current number of rules: 161
% New rule produced :
% [190]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(apply(apply(b,X),Y),Z))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(n,b),n),b),X),
% apply(Y,Z)),
% f(apply(
% apply(
% apply(b,X),Y),Z))))
% -> (false)
% Current number of equations to process: 2895
% Current number of ordered equations: 0
% Current number of rules: 162
% New rule produced :
% [191]
% (eq)(apply(apply(apply(apply(b,n),X),Y),f(apply(n,apply(X,Y)))),apply(
% apply(
% apply(
% apply(
% apply(n,
% apply(b,b)),b),n),
% apply(X,Y)),
% f(apply(
% apply(
% apply(b,n),X),Y))))
% -> (false)
% Current number of equations to process: 2989
% Current number of ordered equations: 0
% Current number of rules: 163
% New rule produced :
% [192]
% (eq)(apply(apply(n,apply(X,Y)),f(apply(apply(apply(b,n),X),Y))),apply(
% apply(
% apply(
% apply(
% apply(n,
% apply(b,b)),b),n),
% apply(X,Y)),
% f(apply(
% apply(
% apply(b,n),X),Y))))
% -> (false)
% Current number of equations to process: 3053
% Current number of ordered equations: 0
% Current number of rules: 164
% New rule produced :
% [193]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(apply(apply(b,X),Y),Z))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(n,n),n),b),X),
% apply(Y,Z)),
% f(apply(
% apply(
% apply(b,X),Y),Z))))
% -> (false)
% Current number of equations to process: 3113
% Current number of ordered equations: 1
% Current number of rules: 165
% New rule produced :
% [194]
% (eq)(apply(apply(apply(apply(b,X),Y),Z),f(apply(X,apply(Y,Z)))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(n,n),n),b),X),
% apply(Y,Z)),
% f(apply(
% apply(
% apply(b,X),Y),Z))))
% -> (false)
% Current number of equations to process: 3201
% Current number of ordered equations: 0
% Current number of rules: 166
% New rule produced :
% [195]
% (eq)(apply(apply(apply(apply(b,X),Y),Z),f(apply(X,apply(Y,Z)))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),n),b),
% apply(
% apply(b,X),Y)),Z),
% f(apply(X,
% apply(Y,Z)))))
% -> (false)
% Current number of equations to process: 3295
% Current number of ordered equations: 1
% Current number of rules: 167
% New rule produced :
% [196]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(apply(apply(b,X),Y),Z))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),n),b),
% apply(
% apply(b,X),Y)),Z),
% f(apply(X,
% apply(Y,Z)))))
% -> (false)
% Current number of equations to process: 3295
% Current number of ordered equations: 0
% Current number of rules: 168
% New rule produced :
% [197]
% apply(apply(X,Z),apply(Y,Z)) <->
% apply(apply(apply(n,apply(apply(b,b),X)),Y),Z)
% Current number of equations to process: 3445
% Current number of ordered equations: 5
% Current number of rules: 169
% New rule produced :
% [198]
% apply(apply(Y,X),apply(Y,Z)) <->
% apply(apply(apply(apply(n,apply(b,b)),X),Y),Z)
% Current number of equations to process: 3445
% Current number of ordered equations: 4
% Current number of rules: 170
% New rule produced :
% [199]
% apply(apply(X,b),apply(Y,Z)) <->
% apply(apply(apply(apply(apply(n,b),X),b),Y),Z)
% Current number of equations to process: 3445
% Current number of ordered equations: 3
% Current number of rules: 171
% New rule produced :
% [200]
% apply(apply(apply(apply(apply(n,b),X),b),Y),Z) <->
% apply(apply(X,b),apply(Y,Z))
% Current number of equations to process: 3445
% Current number of ordered equations: 2
% Current number of rules: 172
% New rule produced :
% [201]
% apply(apply(apply(apply(n,apply(b,b)),X),Y),Z) <->
% apply(apply(Y,X),apply(Y,Z))
% Current number of equations to process: 3445
% Current number of ordered equations: 1
% Current number of rules: 173
% New rule produced :
% [202]
% apply(apply(apply(n,apply(apply(b,b),X)),Y),Z) <->
% apply(apply(X,Z),apply(Y,Z))
% Current number of equations to process: 3445
% Current number of ordered equations: 0
% Current number of rules: 174
% New rule produced :
% [203]
% (eq)(apply(apply(apply(b,b),X),f(apply(apply(b,b),X))),apply(apply(apply(
% apply(
% apply(n,b),
% apply(b,
% f(
% apply(
% apply(b,b),X)))),b),X),
% f(apply(apply(b,b),X))))
% -> (false)
% Current number of equations to process: 4251
% Current number of ordered equations: 0
% Current number of rules: 175
% New rule produced :
% [204]
% (eq)(apply(apply(apply(b,b),X),f(apply(apply(b,b),X))),apply(apply(apply(
% apply(
% apply(n,n),
% apply(b,
% f(
% apply(
% apply(b,b),X)))),b),X),
% f(apply(apply(b,b),X))))
% -> (false)
% Current number of equations to process: 4971
% Current number of ordered equations: 0
% Current number of rules: 176
% New rule produced :
% [205]
% apply(apply(X,b),apply(Y,Z)) <->
% apply(apply(apply(apply(apply(n,n),X),b),Y),Z)
% Current number of equations to process: 4983
% Current number of ordered equations: 1
% Current number of rules: 177
% New rule produced :
% [206]
% apply(apply(apply(apply(apply(n,n),X),b),Y),Z) <->
% apply(apply(X,b),apply(Y,Z))
% Current number of equations to process: 4983
% Current number of ordered equations: 0
% Current number of rules: 178
% New rule produced :
% [207]
% (eq)(apply(apply(apply(apply(b,X),Y),Z),f(apply(X,apply(Y,Z)))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(n,b),n),b),
% apply(
% apply(b,X),Y)),Z),
% f(apply(X,
% apply(Y,Z)))))
% -> (false)
% Current number of equations to process: 3657
% Current number of ordered equations: 1
% Current number of rules: 179
% New rule produced :
% [208]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(apply(apply(b,X),Y),Z))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(n,b),n),b),
% apply(
% apply(b,X),Y)),Z),
% f(apply(X,
% apply(Y,Z)))))
% -> (false)
% Current number of equations to process: 3657
% Current number of ordered equations: 0
% Current number of rules: 180
% New rule produced :
% [209]
% (eq)(apply(apply(apply(apply(b,X),Y),Z),f(apply(X,apply(Y,Z)))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(n,n),n),b),
% apply(
% apply(b,X),Y)),Z),
% f(apply(X,
% apply(Y,Z)))))
% -> (false)
% Current number of equations to process: 3834
% Current number of ordered equations: 1
% Current number of rules: 181
% New rule produced :
% [210]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(apply(apply(b,X),Y),Z))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(n,n),n),b),
% apply(
% apply(b,X),Y)),Z),
% f(apply(X,
% apply(Y,Z)))))
% -> (false)
% Current number of equations to process: 3834
% Current number of ordered equations: 0
% Current number of rules: 182
% New rule produced :
% [211]
% (eq)(apply(apply(X,apply(apply(apply(b,Y),Z),V_3)),f(apply(X,apply(Y,
% apply(Z,V_3))))),
% apply(apply(apply(n,b),apply(X,apply(Y,apply(Z,V_3)))),f(apply(X,apply(Y,
% apply(Z,V_3))))))
% -> (false)
% Current number of equations to process: 4010
% Current number of ordered equations: 0
% Current number of rules: 183
% New rule produced :
% [212]
% (eq)(apply(apply(X,apply(Y,apply(Z,V_3))),f(apply(X,apply(apply(apply(b,Y),Z),V_3)))),
% apply(apply(apply(n,b),apply(X,apply(Y,apply(Z,V_3)))),f(apply(X,apply(Y,
% apply(Z,V_3))))))
% -> (false)
% Current number of equations to process: 4175
% Current number of ordered equations: 0
% Current number of rules: 184
% New rule produced :
% [213]
% (eq)(apply(apply(apply(apply(b,X),Y),Z),f(apply(X,apply(Y,Z)))),apply(
% apply(
% apply(b,
% f(apply(X,
% apply(Y,Z)))),
% apply(
% apply(
% apply(b,X),Y),Z)),
% f(apply(X,
% apply(Y,Z)))))
% -> (false)
% Current number of equations to process: 4337
% Current number of ordered equations: 0
% Current number of rules: 185
% New rule produced :
% [214]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(apply(apply(b,X),Y),Z))),apply(
% apply(
% apply(b,
% f(apply(X,
% apply(Y,Z)))),
% apply(
% apply(
% apply(b,X),Y),Z)),
% f(apply(X,
% apply(Y,Z)))))
% -> (false)
% Current number of equations to process: 4437
% Current number of ordered equations: 0
% Current number of rules: 186
% New rule produced :
% [215]
% (eq)(apply(apply(apply(apply(b,X),Y),Z),f(apply(X,apply(Y,Z)))),apply(
% apply(
% apply(b,
% f(apply(
% apply(
% apply(b,X),Y),Z))),
% apply(X,
% apply(Y,Z))),
% f(apply(X,
% apply(Y,Z)))))
% -> (false)
% Current number of equations to process: 4535
% Current number of ordered equations: 1
% Current number of rules: 187
% New rule produced :
% [216]
% (eq)(apply(apply(apply(apply(b,X),Y),Z),f(apply(X,apply(Y,Z)))),apply(
% apply(
% apply(b,
% f(apply(X,
% apply(Y,Z)))),
% apply(X,
% apply(Y,Z))),
% f(apply(
% apply(
% apply(b,X),Y),Z))))
% -> (false)
% Current number of equations to process: 4535
% Current number of ordered equations: 0
% Current number of rules: 188
% New rule produced :
% [217]
% (eq)(apply(apply(apply(apply(b,X),Y),Z),f(apply(X,apply(Y,Z)))),apply(
% f(apply(
% apply(
% apply(b,X),Y),Z)),
% apply(
% apply(X,
% apply(Y,Z)),
% f(apply(X,
% apply(Y,Z))))))
% -> (false)
% Current number of equations to process: 4580
% Current number of ordered equations: 0
% Current number of rules: 189
% New rule produced :
% [218]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(X,apply(Y,Z)))),apply(apply(apply(b,
% f(
% apply(
% apply(
% apply(b,X),Y),Z))),
% apply(X,
% apply(Y,Z))),
% f(apply(X,apply(Y,Z)))))
% -> (false)
% Current number of equations to process: 4629
% Current number of ordered equations: 0
% Current number of rules: 190
% New rule produced :
% [219]
% (eq)(apply(apply(apply(apply(b,X),Y),Z),f(apply(X,apply(Y,Z)))),apply(
% f(apply(X,
% apply(Y,Z))),
% apply(
% apply(X,
% apply(Y,Z)),
% f(apply(
% apply(
% apply(b,X),Y),Z)))))
% -> (false)
% Current number of equations to process: 4731
% Current number of ordered equations: 0
% Current number of rules: 191
% New rule produced :
% [220]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(X,apply(Y,Z)))),apply(apply(apply(b,
% f(
% apply(X,
% apply(Y,Z)))),
% apply(X,
% apply(Y,Z))),
% f(apply(apply(
% apply(b,X),Y),Z))))
% -> (false)
% Current number of equations to process: 4780
% Current number of ordered equations: 0
% Current number of rules: 192
% New rule produced :
% [221]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(X,apply(Y,Z)))),apply(f(apply(
% apply(
% apply(b,X),Y),Z)),
% apply(apply(X,
% apply(Y,Z)),
% f(apply(X,apply(Y,Z))))))
% -> (false)
% Current number of equations to process: 4885
% Current number of ordered equations: 0
% Current number of rules: 193
% New rule produced :
% [222]
% (eq)(apply(apply(apply(apply(b,X),Y),Z),f(apply(apply(apply(b,X),Y),Z))),
% apply(f(apply(apply(apply(b,X),Y),Z)),apply(apply(X,apply(Y,Z)),f(apply(X,
% apply(Y,Z))))))
% -> (false)
% Current number of equations to process: 3912
% Current number of ordered equations: 0
% Current number of rules: 194
% New rule produced :
% [223]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(X,apply(Y,Z)))),apply(f(apply(X,
% apply(Y,Z))),
% apply(apply(X,
% apply(Y,Z)),
% f(apply(apply(
% apply(b,X),Y),Z)))))
% -> (false)
% Current number of equations to process: 4021
% Current number of ordered equations: 0
% Current number of rules: 195
% New rule produced :
% [224]
% (eq)(apply(apply(apply(apply(b,X),Y),Z),f(apply(apply(apply(b,X),Y),Z))),
% apply(f(apply(X,apply(Y,Z))),apply(apply(X,apply(Y,Z)),f(apply(apply(
% apply(b,X),Y),Z)))))
% -> (false)
% Current number of equations to process: 4237
% Current number of ordered equations: 0
% Current number of rules: 196
% New rule produced :
% [225]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(apply(apply(b,X),Y),Z))),apply(
% f(apply(
% apply(
% apply(b,X),Y),Z)),
% apply(
% apply(X,
% apply(Y,Z)),
% f(apply(X,
% apply(Y,Z))))))
% -> (false)
% Current number of equations to process: 4413
% Current number of ordered equations: 0
% Current number of rules: 197
% New rule produced :
% [226]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(X,apply(Y,Z)))),apply(f(apply(
% apply(
% apply(b,X),Y),Z)),
% apply(apply(apply(
% apply(b,X),Y),Z),
% f(apply(X,apply(Y,Z))))))
% -> (false)
% Current number of equations to process: 4560
% Current number of ordered equations: 0
% Current number of rules: 198
% New rule produced :
% [227]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(apply(apply(b,X),Y),Z))),apply(
% f(apply(X,
% apply(Y,Z))),
% apply(
% apply(X,
% apply(Y,Z)),
% f(apply(
% apply(
% apply(b,X),Y),Z)))))
% -> (false)
% Current number of equations to process: 4715
% Current number of ordered equations: 0
% Current number of rules: 199
% New rule produced :
% [228]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(X,apply(Y,Z)))),apply(f(apply(X,
% apply(Y,Z))),
% apply(apply(apply(
% apply(b,X),Y),Z),
% f(apply(apply(
% apply(b,X),Y),Z)))))
% -> (false)
% Current number of equations to process: 4860
% Current number of ordered equations: 0
% Current number of rules: 200
% New rule produced :
% [229]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(apply(apply(b,X),Y),Z))),apply(
% apply(
% apply(b,
% f(apply(
% apply(
% apply(b,X),Y),Z))),
% apply(X,
% apply(Y,Z))),
% f(apply(X,
% apply(Y,Z)))))
% -> (false)
% Current number of equations to process: 2605
% Current number of ordered equations: 1
% Current number of rules: 201
% New rule produced :
% [230]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(apply(apply(b,X),Y),Z))),apply(
% apply(
% apply(b,
% f(apply(X,
% apply(Y,Z)))),
% apply(X,
% apply(Y,Z))),
% f(apply(
% apply(
% apply(b,X),Y),Z))))
% -> (false)
% Current number of equations to process: 2605
% Current number of ordered equations: 0
% Current number of rules: 202
% New rule produced :
% [231]
% apply(apply(n,apply(Y,X)),Y) <->
% apply(apply(apply(apply(apply(n,b),b),n),X),Y)
% Current number of equations to process: 2904
% Current number of ordered equations: 1
% Current number of rules: 203
% New rule produced :
% [232]
% apply(apply(apply(apply(apply(n,b),b),n),X),Y) <->
% apply(apply(n,apply(Y,X)),Y)
% Current number of equations to process: 2904
% Current number of ordered equations: 0
% Current number of rules: 204
% New rule produced :
% [233]
% (eq)(apply(apply(apply(apply(b,X),Y),Z),f(apply(X,apply(Y,Z)))),apply(
% f(apply(
% apply(
% apply(b,X),Y),Z)),
% apply(
% apply(
% apply(
% apply(b,X),Y),Z),
% f(apply(X,
% apply(Y,Z))))))
% -> (false)
% Current number of equations to process: 3480
% Current number of ordered equations: 0
% Current number of rules: 205
% New rule produced :
% [234]
% (eq)(apply(apply(apply(apply(b,X),Y),Z),f(apply(X,apply(Y,Z)))),apply(
% f(apply(X,
% apply(Y,Z))),
% apply(
% apply(
% apply(
% apply(b,X),Y),Z),
% f(apply(
% apply(
% apply(b,X),Y),Z)))))
% -> (false)
% Current number of equations to process: 3613
% Current number of ordered equations: 0
% Current number of rules: 206
% New rule produced :
% [235]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(apply(apply(b,X),Y),Z))),apply(
% f(apply(
% apply(
% apply(b,X),Y),Z)),
% apply(
% apply(
% apply(
% apply(b,X),Y),Z),
% f(apply(X,
% apply(Y,Z))))))
% -> (false)
% Current number of equations to process: 3744
% Current number of ordered equations: 0
% Current number of rules: 207
% New rule produced :
% [236]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(apply(apply(b,X),Y),Z))),apply(
% f(apply(X,
% apply(Y,Z))),
% apply(
% apply(
% apply(
% apply(b,X),Y),Z),
% f(apply(
% apply(
% apply(b,X),Y),Z)))))
% -> (false)
% Current number of equations to process: 3874
% Current number of ordered equations: 0
% Current number of rules: 208
% New rule produced :
% [237]
% (eq)(apply(apply(apply(apply(b,X),Y),Z),f(apply(apply(apply(b,X),Y),Z))),
% apply(apply(apply(apply(apply(apply(b,b),n),b),apply(apply(b,X),Y)),Z),
% f(apply(X,apply(Y,Z))))) -> (false)
% Current number of equations to process: 4005
% Current number of ordered equations: 0
% Current number of rules: 209
% New rule produced :
% [238]
% (eq)(apply(apply(apply(X,Y),Z),f(apply(apply(X,Y),Z))),apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),b),
% apply(n,b)),n),b),X),Y),Z),
% f(apply(apply(X,Y),Z))))
% -> (false)
% Current number of equations to process: 4082
% Current number of ordered equations: 0
% Current number of rules: 210
% New rule produced :
% [239]
% (eq)(apply(apply(apply(apply(b,X),Y),Z),f(apply(apply(apply(b,X),Y),Z))),
% apply(apply(apply(apply(apply(apply(n,b),n),b),apply(apply(b,X),Y)),Z),
% f(apply(X,apply(Y,Z))))) -> (false)
% Current number of equations to process: 4333
% Current number of ordered equations: 0
% Current number of rules: 211
% New rule produced :
% [240]
% (eq)(apply(apply(apply(X,Y),Z),f(apply(apply(X,Y),Z))),apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),b),
% apply(n,n)),n),b),X),Y),Z),
% f(apply(apply(X,Y),Z))))
% -> (false)
% Current number of equations to process: 4408
% Current number of ordered equations: 0
% Current number of rules: 212
% New rule produced :
% [241]
% (eq)(apply(apply(apply(apply(b,X),Y),Z),f(apply(apply(apply(b,X),Y),Z))),
% apply(apply(apply(apply(apply(apply(n,n),n),b),apply(apply(b,X),Y)),Z),
% f(apply(X,apply(Y,Z))))) -> (false)
% Current number of equations to process: 4658
% Current number of ordered equations: 0
% Current number of rules: 213
% New rule produced :
% [242]
% (eq)(apply(apply(n,apply(X,Y)),f(apply(n,apply(X,Y)))),apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,n),n),b),b),n),
% apply(X,Y)),
% f(apply(apply(
% apply(b,n),X),Y))))
% -> (false)
% Current number of equations to process: 4731
% Current number of ordered equations: 0
% Current number of rules: 214
% New rule produced :
% [243]
% (eq)(apply(apply(n,apply(X,Y)),f(apply(n,apply(X,Y)))),apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,n),b),b),b),n),
% apply(X,Y)),
% f(apply(apply(
% apply(b,n),X),Y))))
% -> (false)
% Current number of equations to process: 4813
% Current number of ordered equations: 0
% Current number of rules: 215
% New rule produced :
% [244]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),b),b),n),n),b),b),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 4896
% Current number of ordered equations: 0
% Current number of rules: 216
% New rule produced :
% [245]
% (eq)(apply(apply(n,apply(X,Y)),f(apply(n,apply(X,Y)))),apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,n),n),n),b),n),
% apply(X,Y)),
% f(apply(apply(
% apply(b,n),X),Y))))
% -> (false)
% Current number of equations to process: 4898
% Current number of ordered equations: 0
% Current number of rules: 217
% New rule produced :
% [246]
% (eq)(apply(apply(n,apply(X,Y)),f(apply(n,apply(X,Y)))),apply(apply(apply(
% apply(
% apply(
% apply(
% apply(n,b),n),n),b),n),
% apply(X,Y)),
% f(apply(apply(
% apply(b,n),X),Y))))
% -> (false)
% Current number of equations to process: 4982
% Current number of ordered equations: 0
% Current number of rules: 218
% New rule produced :
% [247]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,b),b),n),
% apply(
% apply(b,n),b)),n),b),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 3207
% Current number of ordered equations: 0
% Current number of rules: 219
% New rule produced :
% [248]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),b),n),b),
% apply(b,b)),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 3211
% Current number of ordered equations: 0
% Current number of rules: 220
% New rule produced :
% [249]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),b),n),
% apply(n,b)),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 3215
% Current number of ordered equations: 1
% Current number of rules: 221
% New rule produced :
% [250]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,b),b),n),
% apply(b,n)),
% apply(n,b)),n),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 3215
% Current number of ordered equations: 0
% Current number of rules: 222
% New rule produced :
% [251]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,b),b),n),
% apply(
% apply(n,b),b)),n),b),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 3237
% Current number of ordered equations: 0
% Current number of rules: 223
% New rule produced :
% [252]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,b),b),n),n),
% apply(b,n)),b),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 3242
% Current number of ordered equations: 0
% Current number of rules: 224
% New rule produced :
% [253]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),n),b),b),
% apply(b,b)),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 3246
% Current number of ordered equations: 0
% Current number of rules: 225
% New rule produced :
% [254]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,n),
% apply(
% apply(b,b),b)),n),b),n),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 3249
% Current number of ordered equations: 0
% Current number of rules: 226
% New rule produced :
% [255]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,n),b),n),b),b),n),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 3266
% Current number of ordered equations: 0
% Current number of rules: 227
% New rule produced :
% [256]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,n),b),n),b),b),n),n),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 3333
% Current number of ordered equations: 0
% Current number of rules: 228
% New rule produced :
% [257]
% (eq)(apply(apply(apply(apply(b,X),Y),Z),f(apply(apply(apply(b,X),Y),Z))),
% apply(apply(apply(apply(apply(apply(b,b),n),b),X),apply(Y,Z)),f(apply(
% apply(
% apply(b,X),Y),Z))))
% -> (false)
% Current number of equations to process: 3399
% Current number of ordered equations: 0
% Current number of rules: 229
% New rule produced :
% [258]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),b),b),n),b),b),n),n),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 3506
% Current number of ordered equations: 0
% Current number of rules: 230
% New rule produced :
% [259]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,b),b),
% apply(b,n)),b),n),n),b),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 3568
% Current number of ordered equations: 0
% Current number of rules: 231
% New rule produced :
% [260]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,b),b),
% apply(b,n)),b),n),b),b),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 3573
% Current number of ordered equations: 0
% Current number of rules: 232
% New rule produced :
% [261]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,b),b),
% apply(b,n)),b),n),n),n),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 3578
% Current number of ordered equations: 0
% Current number of rules: 233
% New rule produced :
% [262]
% (eq)(apply(apply(apply(b,b),b),f(apply(apply(b,b),b))),apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,n),b),n),b),n),
% apply(b,b)),b),
% f(apply(apply(b,b),b))))
% -> (false)
% Current number of equations to process: 3583
% Current number of ordered equations: 0
% Current number of rules: 234
% New rule produced :
% [263]
% (eq)(apply(apply(apply(n,n),b),f(apply(apply(n,n),b))),apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,n),b),n),b),n),
% apply(n,n)),b),
% f(apply(apply(n,n),b))))
% -> (false)
% Current number of equations to process: 3588
% Current number of ordered equations: 0
% Current number of rules: 235
% New rule produced :
% [264]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,b),b),
% apply(b,n)),n),b),n),n),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 3592
% Current number of ordered equations: 0
% Current number of rules: 236
% New rule produced :
% [265]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,n),
% apply(b,b)),n),n),b),n),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 3596
% Current number of ordered equations: 0
% Current number of rules: 237
% New rule produced :
% [266]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),b),b),n),b),b),n),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 3613
% Current number of ordered equations: 0
% Current number of rules: 238
% New rule produced :
% [267]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,n),b),n),n),b),n),b),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 3680
% Current number of ordered equations: 0
% Current number of rules: 239
% New rule produced :
% [268]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,n),b),n),
% apply(b,b)),n),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 3694
% Current number of ordered equations: 0
% Current number of rules: 240
% New rule produced :
% [269]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,n),b),n),
% apply(
% apply(b,b),b)),n),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 3762
% Current number of ordered equations: 0
% Current number of rules: 241
% New rule produced :
% [270]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(b,n),b),n),
% apply(apply(
% apply(b,b),b),n)),n),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 3828
% Current number of ordered equations: 0
% Current number of rules: 242
% New rule produced :
% [271]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),b),b),n),n),b),
% apply(b,n)),n),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 3834
% Current number of ordered equations: 0
% Current number of rules: 243
% New rule produced :
% [272]
% (eq)(apply(apply(apply(apply(b,X),Y),Z),f(apply(apply(apply(b,X),Y),Z))),
% apply(apply(apply(apply(apply(apply(n,b),n),b),X),apply(Y,Z)),f(apply(
% apply(
% apply(b,X),Y),Z))))
% -> (false)
% Current number of equations to process: 3837
% Current number of ordered equations: 0
% Current number of rules: 244
% New rule produced :
% [273]
% (eq)(apply(apply(apply(apply(b,n),X),Y),f(apply(apply(apply(b,n),X),Y))),
% apply(apply(apply(apply(apply(apply(apply(b,n),n),b),b),n),apply(X,Y)),
% f(apply(n,apply(X,Y))))) -> (false)
% Current number of equations to process: 3945
% Current number of ordered equations: 0
% Current number of rules: 245
% New rule produced :
% [274]
% (eq)(apply(apply(apply(apply(b,n),X),Y),f(apply(apply(apply(b,n),X),Y))),
% apply(apply(apply(apply(apply(n,apply(b,b)),b),n),apply(X,Y)),f(apply(
% apply(
% apply(b,n),X),Y))))
% -> (false)
% Current number of equations to process: 4014
% Current number of ordered equations: 1
% Current number of rules: 246
% New rule produced :
% [275]
% (eq)(apply(apply(apply(apply(b,n),X),Y),f(apply(apply(apply(b,n),X),Y))),
% apply(apply(apply(apply(apply(apply(apply(b,n),b),b),b),n),apply(X,Y)),
% f(apply(n,apply(X,Y))))) -> (false)
% Current number of equations to process: 4014
% Current number of ordered equations: 0
% Current number of rules: 247
% New rule produced :
% [276]
% (eq)(apply(apply(apply(apply(b,X),Y),Z),f(apply(apply(apply(b,X),Y),Z))),
% apply(apply(apply(apply(apply(apply(n,n),n),b),X),apply(Y,Z)),f(apply(
% apply(
% apply(b,X),Y),Z))))
% -> (false)
% Current number of equations to process: 4173
% Current number of ordered equations: 0
% Current number of rules: 248
% New rule produced :
% [277]
% (eq)(apply(apply(apply(apply(b,n),X),Y),f(apply(apply(apply(b,n),X),Y))),
% apply(apply(apply(apply(apply(apply(apply(b,n),n),n),b),n),apply(X,Y)),
% f(apply(n,apply(X,Y))))) -> (false)
% Current number of equations to process: 4280
% Current number of ordered equations: 0
% Current number of rules: 249
% New rule produced :
% [278]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,n),
% apply(b,b)),b),
% apply(b,n)),n),b),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 4350
% Current number of ordered equations: 0
% Current number of rules: 250
% New rule produced :
% [279]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),n),
% apply(
% apply(b,b),b)),
% apply(b,n)),b),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 4357
% Current number of ordered equations: 0
% Current number of rules: 251
% New rule produced :
% [280]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,n),
% apply(b,b)),b),b),n),n),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 4361
% Current number of ordered equations: 0
% Current number of rules: 252
% New rule produced :
% [281]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),b),
% apply(b,b)),b),n),n),
% apply(
% apply(b,b),b)),b),n),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 4376
% Current number of ordered equations: 0
% Current number of rules: 253
% New rule produced :
% [282]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,n),
% apply(b,b)),b),
% apply(b,n)),n),n),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 4397
% Current number of ordered equations: 0
% Current number of rules: 254
% New rule produced :
% [283]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),n),
% apply(
% apply(b,b),b)),
% apply(b,n)),n),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 4403
% Current number of ordered equations: 0
% Current number of rules: 255
% New rule produced :
% [284]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,n),
% apply(b,b)),b),
% apply(n,b)),n),n),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 4404
% Current number of ordered equations: 0
% Current number of rules: 256
% New rule produced :
% [285]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),n),
% apply(
% apply(b,b),b)),
% apply(n,b)),n),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 4412
% Current number of ordered equations: 0
% Current number of rules: 257
% New rule produced :
% [286]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,n),b),n),
% apply(b,n)),b),n),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 4414
% Current number of ordered equations: 1
% Current number of rules: 258
% New rule produced :
% [287]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),b),b),n),n),
% apply(
% apply(b,b),b)),n),n),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 4414
% Current number of ordered equations: 0
% Current number of rules: 259
% New rule produced :
% [288]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,n),n),b),b),n),b),n),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 4452
% Current number of ordered equations: 1
% Current number of rules: 260
% New rule produced :
% [289]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),n),b),n),n),b),n),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 4452
% Current number of ordered equations: 0
% Current number of rules: 261
% New rule produced :
% [290]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,n),b),b),b),n),b),n),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 4485
% Current number of ordered equations: 0
% Current number of rules: 262
% New rule produced :
% [291]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,n),n),
% apply(b,b)),n),b),n),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 4500
% Current number of ordered equations: 2
% Current number of rules: 263
% New rule produced :
% [292]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),n),
% apply(b,b)),b),b),n),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 4500
% Current number of ordered equations: 1
% Current number of rules: 264
% New rule produced :
% [293]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),b),
% apply(b,b)),b),n),n),
% apply(b,b)),b),n),n),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 4500
% Current number of ordered equations: 0
% Current number of rules: 265
% New rule produced :
% [294]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,n),b),n),
% apply(n,b)),b),n),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 4559
% Current number of ordered equations: 1
% Current number of rules: 266
% New rule produced :
% [295]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),b),b),n),n),
% apply(
% apply(b,b),n)),b),n),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 4559
% Current number of ordered equations: 0
% Current number of rules: 267
% New rule produced :
% [296]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,n),n),n),b),n),b),n),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 4595
% Current number of ordered equations: 1
% Current number of rules: 268
% New rule produced :
% [297]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),n),n),n),n),b),n),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 4595
% Current number of ordered equations: 0
% Current number of rules: 269
% New rule produced :
% [298]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),n),b),
% apply(
% apply(b,b),b)),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 4631
% Current number of ordered equations: 0
% Current number of rules: 270
% New rule produced :
% [299]
% (eq)(apply(apply(b,b),f(apply(b,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(b,n),b),n),
% apply(apply(
% apply(b,b),b),n)),n),b),b),
% f(apply(b,b)))) -> (false)
% Current number of equations to process: 4699
% Current number of ordered equations: 0
% Current number of rules: 271
% New rule produced :
% [300]
% (eq)(apply(apply(b,b),f(apply(b,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),b),b),n),n),b),
% apply(b,n)),n),b),b),
% f(apply(b,b)))) -> (false)
% Current number of equations to process: 4705
% Current number of ordered equations: 0
% Current number of rules: 272
% New rule produced :
% [301]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,b),n),
% apply(b,n)),b),n),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 4709
% Current number of ordered equations: 0
% Current number of rules: 273
% New rule produced :
% [302]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),n),b),
% apply(
% apply(b,b),b)),n),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 4778
% Current number of ordered equations: 0
% Current number of rules: 274
% New rule produced :
% [303]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,n),n),b),n),b),n),b),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 4844
% Current number of ordered equations: 1
% Current number of rules: 275
% New rule produced :
% [304]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),n),b),b),b),n),b),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 4844
% Current number of ordered equations: 0
% Current number of rules: 276
% New rule produced :
% [305]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,n),b),n),
% apply(b,n)),n),b),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 4874
% Current number of ordered equations: 0
% Current number of rules: 277
% New rule produced :
% [306]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,n),b),n),
% apply(n,b)),n),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 4891
% Current number of ordered equations: 0
% Current number of rules: 278
% New rule produced :
% [307]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),b),b),n),n),
% apply(
% apply(b,n),b)),b),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 4960
% Current number of ordered equations: 0
% Current number of rules: 279
% New rule produced :
% [308]
% (eq)(apply(apply(b,b),f(apply(b,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),b),b),n),n),
% apply(
% apply(
% apply(b,n),b),b)),b),n),b),b),
% f(apply(b,b)))) -> (false)
% Current number of equations to process: 2547
% Current number of ordered equations: 0
% Current number of rules: 280
% New rule produced :
% [309]
% (eq)(apply(apply(b,b),f(apply(b,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(b,n),b),n),
% apply(apply(n,
% apply(b,b)),b)),n),b),b),
% f(apply(b,b)))) -> (false)
% Current number of equations to process: 2552
% Current number of ordered equations: 0
% Current number of rules: 281
% New rule produced :
% [310]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),n),b),n),b),n),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 2559
% Current number of ordered equations: 0
% Current number of rules: 282
% New rule produced :
% [311]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,n),b),n),
% apply(n,n)),n),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 2627
% Current number of ordered equations: 0
% Current number of rules: 283
% New rule produced :
% [312]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),b),b),n),n),
% apply(
% apply(b,n),
% apply(b,b))),b),n),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 2697
% Current number of ordered equations: 0
% Current number of rules: 284
% New rule produced :
% [313]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(b,n),b),n),
% apply(n,
% apply(apply(b,b),b))),n),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 2701
% Current number of ordered equations: 0
% Current number of rules: 285
% New rule produced :
% [314]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),b),b),n),n),
% apply(
% apply(
% apply(b,n),b),b)),b),n),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 2707
% Current number of ordered equations: 0
% Current number of rules: 286
% New rule produced :
% [315]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(b,n),b),n),
% apply(apply(n,
% apply(b,b)),b)),n),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 2711
% Current number of ordered equations: 0
% Current number of rules: 287
% New rule produced :
% [316]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),n),b),n),b),n),n),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 2718
% Current number of ordered equations: 0
% Current number of rules: 288
% New rule produced :
% [317]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(X,apply(Y,Z)))),apply(apply(apply(
% apply(
% apply(
% apply(b,b),n),b),
% apply(
% apply(b,X),Y)),Z),
% f(apply(apply(
% apply(b,X),Y),Z))))
% -> (false)
% Current number of equations to process: 2782
% Current number of ordered equations: 1
% Current number of rules: 289
% New rule produced :
% [318]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(X,apply(Y,Z)))),apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,b),b),
% apply(n,b)),
% apply(b,X)),Y),Z),
% f(apply(X,apply(Y,Z)))))
% -> (false)
% Current number of equations to process: 2782
% Current number of ordered equations: 0
% Current number of rules: 290
% New rule produced :
% [319]
% (eq)(apply(apply(X,apply(Y,b)),f(apply(X,apply(Y,b)))),apply(apply(apply(
% apply(
% apply(
% apply(b,n),
% apply(b,b)),n),
% apply(
% apply(b,X),Y)),b),
% f(apply(X,apply(Y,b)))))
% -> (false)
% Current number of equations to process: 3024
% Current number of ordered equations: 0
% Current number of rules: 291
% New rule produced :
% [320]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(X,apply(Y,Z)))),apply(apply(apply(
% apply(
% apply(
% apply(n,b),n),b),
% apply(
% apply(b,X),Y)),Z),
% f(apply(apply(
% apply(b,X),Y),Z))))
% -> (false)
% Current number of equations to process: 3084
% Current number of ordered equations: 0
% Current number of rules: 292
% New rule produced :
% [321]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(X,apply(Y,Z)))),apply(apply(apply(
% apply(
% apply(
% apply(n,n),n),b),
% apply(
% apply(b,X),Y)),Z),
% f(apply(apply(
% apply(b,X),Y),Z))))
% -> (false)
% Current number of equations to process: 3174
% Current number of ordered equations: 0
% Current number of rules: 293
% New rule produced :
% [322]
% (eq)(apply(apply(apply(apply(apply(apply(b,b),X),Y),Z),V_3),f(apply(apply(X,Y),
% apply(Z,V_3)))),
% apply(apply(apply(n,b),apply(apply(X,Y),apply(Z,V_3))),f(apply(apply(X,Y),
% apply(Z,V_3))))) ->
% (false)
% Current number of equations to process: 3261
% Current number of ordered equations: 1
% Current number of rules: 294
% New rule produced :
% [323]
% (eq)(apply(apply(apply(apply(b,X),Y),apply(Z,V_3)),f(apply(X,apply(apply(
% apply(b,Y),Z),V_3)))),
% apply(apply(apply(n,b),apply(X,apply(Y,apply(Z,V_3)))),f(apply(X,apply(Y,
% apply(Z,V_3))))))
% -> (false)
% Current number of equations to process: 3261
% Current number of ordered equations: 0
% Current number of rules: 295
% New rule produced :
% [324]
% (eq)(apply(apply(apply(X,Y),apply(Z,V_3)),f(apply(apply(apply(apply(apply(b,b),X),Y),Z),V_3))),
% apply(apply(apply(n,b),apply(apply(X,Y),apply(Z,V_3))),f(apply(apply(X,Y),
% apply(Z,V_3))))) ->
% (false)
% Current number of equations to process: 3539
% Current number of ordered equations: 1
% Current number of rules: 296
% New rule produced :
% [325]
% (eq)(apply(apply(X,apply(apply(apply(b,Y),Z),V_3)),f(apply(apply(apply(b,X),Y),
% apply(Z,V_3)))),
% apply(apply(apply(n,b),apply(X,apply(Y,apply(Z,V_3)))),f(apply(X,apply(Y,
% apply(Z,V_3))))))
% -> (false)
% Current number of equations to process: 3539
% Current number of ordered equations: 0
% Current number of rules: 297
% New rule produced :
% [326]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(X,apply(Y,Z)))),apply(apply(apply(b,
% f(
% apply(
% apply(
% apply(b,X),Y),Z))),
% apply(X,
% apply(Y,Z))),
% f(apply(apply(
% apply(b,X),Y),Z))))
% -> (false)
% Current number of equations to process: 3821
% Current number of ordered equations: 0
% Current number of rules: 298
% New rule produced :
% [327]
% (eq)(apply(apply(X,apply(Y,apply(Z,V_3))),f(apply(X,apply(Y,apply(Z,V_3))))),
% apply(apply(apply(n,b),apply(X,apply(Y,apply(Z,V_3)))),f(apply(X,apply(
% apply(
% apply(b,Y),Z),V_3)))))
% -> (false)
% Current number of equations to process: 3925
% Current number of ordered equations: 0
% Current number of rules: 299
% New rule produced :
% [328]
% (eq)(apply(apply(X,apply(Y,apply(Z,V_3))),f(apply(X,apply(Y,apply(Z,V_3))))),
% apply(apply(apply(n,b),apply(X,apply(apply(apply(b,Y),Z),V_3))),f(apply(X,
% apply(Y,
% apply(Z,V_3))))))
% -> (false)
% Current number of equations to process: 4087
% Current number of ordered equations: 0
% Current number of rules: 300
% New rule produced :
% [329]
% (eq)(apply(apply(apply(apply(b,X),Y),Z),f(apply(apply(apply(b,X),Y),Z))),
% apply(apply(apply(b,f(apply(X,apply(Y,Z)))),apply(apply(apply(b,X),Y),Z)),
% f(apply(X,apply(Y,Z))))) -> (false)
% Current number of equations to process: 4250
% Current number of ordered equations: 0
% Current number of rules: 301
% New rule produced :
% [330]
% (eq)(apply(apply(apply(apply(b,X),Y),Z),f(apply(apply(apply(b,X),Y),Z))),
% apply(apply(apply(b,f(apply(apply(apply(b,X),Y),Z))),apply(X,apply(Y,Z))),
% f(apply(X,apply(Y,Z))))) -> (false)
% Current number of equations to process: 4338
% Current number of ordered equations: 1
% Current number of rules: 302
% New rule produced :
% [331]
% (eq)(apply(apply(apply(apply(b,X),Y),Z),f(apply(apply(apply(b,X),Y),Z))),
% apply(apply(apply(b,f(apply(X,apply(Y,Z)))),apply(X,apply(Y,Z))),f(apply(
% apply(
% apply(b,X),Y),Z))))
% -> (false)
% Current number of equations to process: 4338
% Current number of ordered equations: 0
% Current number of rules: 303
% New rule produced :
% [332]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(X,apply(Y,Z)))),apply(apply(apply(b,
% f(
% apply(
% apply(
% apply(b,X),Y),Z))),
% apply(apply(
% apply(b,X),Y),Z)),
% f(apply(X,apply(Y,Z)))))
% -> (false)
% Current number of equations to process: 4604
% Current number of ordered equations: 1
% Current number of rules: 304
% New rule produced :
% [333]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(X,apply(Y,Z)))),apply(apply(apply(b,
% f(
% apply(X,
% apply(Y,Z)))),
% apply(apply(
% apply(b,X),Y),Z)),
% f(apply(apply(
% apply(b,X),Y),Z))))
% -> (false)
% Current number of equations to process: 4604
% Current number of ordered equations: 0
% Current number of rules: 305
% New rule produced :
% [334]
% (eq)(apply(apply(apply(apply(b,n),X),Y),f(apply(apply(apply(b,n),X),Y))),
% apply(apply(apply(apply(apply(apply(apply(n,b),n),n),b),n),apply(X,Y)),
% f(apply(n,apply(X,Y))))) -> (false)
% Current number of equations to process: 4924
% Current number of ordered equations: 0
% Current number of rules: 306
% New rule produced :
% [335]
% (eq)(apply(apply(apply(apply(b,X),apply(apply(b,Y),Z)),V_3),f(apply(X,
% apply(Y,
% apply(Z,V_3))))),
% apply(apply(apply(n,b),apply(X,apply(Y,apply(Z,V_3)))),f(apply(X,apply(Y,
% apply(Z,V_3))))))
% -> (false)
% Current number of equations to process: 4979
% Current number of ordered equations: 0
% Current number of rules: 307
% New rule produced :
% [336]
% (eq)(apply(apply(X,apply(Y,apply(Z,V_3))),f(apply(apply(apply(b,X),apply(
% apply(b,Y),Z)),V_3))),
% apply(apply(apply(n,b),apply(X,apply(Y,apply(Z,V_3)))),f(apply(X,apply(Y,
% apply(Z,V_3))))))
% -> (false)
% Current number of equations to process: 2864
% Current number of ordered equations: 1
% Current number of rules: 308
% New rule produced :
% [337]
% (eq)(apply(apply(X,apply(apply(apply(b,Y),Z),V_3)),f(apply(X,apply(apply(
% apply(b,Y),Z),V_3)))),
% apply(apply(apply(n,b),apply(X,apply(Y,apply(Z,V_3)))),f(apply(X,apply(Y,
% apply(Z,V_3))))))
% -> (false)
% Current number of equations to process: 2864
% Current number of ordered equations: 0
% Current number of rules: 309
% New rule produced :
% [338]
% (eq)(apply(apply(apply(apply(b,X),Y),Z),f(apply(apply(apply(b,X),Y),Z))),
% apply(f(apply(apply(apply(b,X),Y),Z)),apply(apply(apply(apply(b,X),Y),Z),
% f(apply(X,apply(Y,Z)))))) -> (false)
% Current number of equations to process: 3117
% Current number of ordered equations: 0
% Current number of rules: 310
% New rule produced :
% [339]
% (eq)(apply(apply(apply(apply(b,X),Y),Z),f(apply(apply(apply(b,X),Y),Z))),
% apply(f(apply(X,apply(Y,Z))),apply(apply(apply(apply(b,X),Y),Z),f(apply(
% apply(
% apply(b,X),Y),Z)))))
% -> (false)
% Current number of equations to process: 3224
% Current number of ordered equations: 0
% Current number of rules: 311
% New rule produced :
% [340]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(n,b),b),n),b),b),n),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 3329
% Current number of ordered equations: 0
% Current number of rules: 312
% New rule produced :
% [341]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(n,b),b),n),b),b),n),n),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 3396
% Current number of ordered equations: 0
% Current number of rules: 313
% New rule produced :
% [342]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(n,b),b),b),b),n),n),b),b),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 3456
% Current number of ordered equations: 0
% Current number of rules: 314
% New rule produced :
% [343]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(n,n),b),b),b),n),n),b),b),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 3458
% Current number of ordered equations: 0
% Current number of rules: 315
% New rule produced :
% [344]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(n,
% apply(
% apply(b,b),b)),
% apply(
% apply(b,n),b)),n),b),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 3459
% Current number of ordered equations: 0
% Current number of rules: 316
% New rule produced :
% [345]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(n,
% apply(
% apply(b,b),b)),b),n),b),
% apply(b,b)),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 3462
% Current number of ordered equations: 0
% Current number of rules: 317
% New rule produced :
% [346]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(n,
% apply(
% apply(b,b),b)),b),n),
% apply(n,b)),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 3468
% Current number of ordered equations: 0
% Current number of rules: 318
% New rule produced :
% [347]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(n,
% apply(
% apply(b,b),b)),
% apply(
% apply(n,b),b)),n),b),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 3483
% Current number of ordered equations: 0
% Current number of rules: 319
% New rule produced :
% [348]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(n,b),
% apply(
% apply(b,b),b)),n),b),n),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 3486
% Current number of ordered equations: 0
% Current number of rules: 320
% New rule produced :
% [349]
% (eq)(apply(apply(apply(apply(n,b),X),Y),f(apply(apply(apply(b,Y),X),Y))),
% apply(apply(apply(apply(apply(apply(b,b),n),b),Y),apply(X,Y)),f(apply(
% apply(
% apply(b,Y),X),Y))))
% -> (false)
% Current number of equations to process: 3498
% Current number of ordered equations: 2
% Current number of rules: 321
% New rule produced :
% [350]
% (eq)(apply(apply(apply(apply(b,X),Y),X),f(apply(apply(apply(n,b),Y),X))),
% apply(apply(apply(apply(apply(apply(b,b),n),b),X),apply(Y,X)),f(apply(
% apply(
% apply(b,X),Y),X))))
% -> (false)
% Current number of equations to process: 3498
% Current number of ordered equations: 1
% Current number of rules: 322
% New rule produced :
% [351]
% (eq)(apply(apply(apply(apply(b,X),Y),X),f(apply(apply(apply(b,X),Y),X))),
% apply(apply(apply(apply(apply(apply(b,b),n),b),X),apply(Y,X)),f(apply(
% apply(
% apply(n,b),Y),X))))
% -> (false)
% Current number of equations to process: 3498
% Current number of ordered equations: 0
% Current number of rules: 323
% New rule produced :
% [352]
% (eq)(apply(apply(apply(apply(n,b),X),Y),f(apply(apply(apply(b,Y),X),Y))),
% apply(apply(apply(n,b),apply(apply(apply(b,Y),X),Y)),f(apply(apply(apply(b,Y),X),Y))))
% -> (false)
% Current number of equations to process: 3536
% Current number of ordered equations: 0
% Current number of rules: 324
% New rule produced :
% [353]
% (eq)(apply(apply(apply(apply(b,X),Y),X),f(apply(apply(apply(n,b),Y),X))),
% apply(apply(apply(n,b),apply(apply(apply(b,X),Y),X)),f(apply(apply(apply(b,X),Y),X))))
% -> (false)
% Current number of equations to process: 3582
% Current number of ordered equations: 0
% Current number of rules: 325
% New rule produced :
% [354]
% (eq)(apply(apply(apply(apply(b,X),Y),X),f(apply(apply(apply(b,X),Y),X))),
% apply(apply(apply(n,b),apply(apply(apply(b,X),Y),X)),f(apply(apply(apply(n,b),Y),X))))
% -> (false)
% Current number of equations to process: 3625
% Current number of ordered equations: 0
% Current number of rules: 326
% New rule produced :
% [355]
% (eq)(apply(apply(apply(apply(n,b),X),Y),f(apply(apply(apply(n,b),X),Y))),
% apply(apply(apply(n,b),apply(apply(apply(b,Y),X),Y)),f(apply(apply(apply(b,Y),X),Y))))
% -> (false)
% Current number of equations to process: 3648
% Current number of ordered equations: 2
% Current number of rules: 327
% New rule produced :
% [356]
% (eq)(apply(apply(apply(apply(n,b),X),Y),f(apply(apply(apply(b,Y),X),Y))),
% apply(apply(apply(n,b),apply(apply(apply(b,Y),X),Y)),f(apply(apply(apply(n,b),X),Y))))
% -> (false)
% Current number of equations to process: 3648
% Current number of ordered equations: 1
% Current number of rules: 328
% New rule produced :
% [357]
% (eq)(apply(apply(apply(apply(n,n),X),b),f(apply(apply(apply(b,b),X),b))),
% apply(apply(apply(n,b),apply(apply(apply(b,b),X),b)),f(apply(apply(apply(b,b),X),b))))
% -> (false)
% Current number of equations to process: 3648
% Current number of ordered equations: 0
% Current number of rules: 329
% New rule produced :
% [358]
% (eq)(apply(apply(apply(apply(n,b),X),b),f(apply(apply(apply(b,b),X),b))),
% apply(apply(apply(n,b),apply(apply(apply(b,b),X),b)),f(apply(apply(apply(n,n),X),b))))
% -> (false)
% Current number of equations to process: 3646
% Current number of ordered equations: 1
% Current number of rules: 330
% New rule produced :
% [359]
% (eq)(apply(apply(apply(apply(n,b),X),b),f(apply(apply(apply(n,n),X),b))),
% apply(apply(apply(n,b),apply(apply(apply(b,b),X),b)),f(apply(apply(apply(b,b),X),b))))
% -> (false)
% Current number of equations to process: 3646
% Current number of ordered equations: 0
% Current number of rules: 331
% New rule produced :
% [360]
% (eq)(apply(apply(apply(apply(b,X),Y),X),f(apply(apply(apply(n,b),Y),X))),
% apply(apply(apply(n,b),apply(apply(apply(b,X),Y),X)),f(apply(apply(apply(n,b),Y),X))))
% -> (false)
% Current number of equations to process: 3679
% Current number of ordered equations: 1
% Current number of rules: 332
% New rule produced :
% [361]
% (eq)(apply(apply(apply(apply(b,b),X),b),f(apply(apply(apply(n,n),X),b))),
% apply(apply(apply(n,b),apply(apply(apply(b,b),X),b)),f(apply(apply(apply(b,b),X),b))))
% -> (false)
% Current number of equations to process: 3679
% Current number of ordered equations: 0
% Current number of rules: 333
% New rule produced :
% [362]
% (eq)(apply(apply(apply(apply(n,n),X),b),f(apply(apply(apply(n,b),X),b))),
% apply(apply(apply(n,b),apply(apply(apply(b,b),X),b)),f(apply(apply(apply(b,b),X),b))))
% -> (false)
% Current number of equations to process: 3677
% Current number of ordered equations: 1
% Current number of rules: 334
% New rule produced :
% [363]
% (eq)(apply(apply(apply(apply(b,b),X),b),f(apply(apply(apply(n,b),X),b))),
% apply(apply(apply(n,b),apply(apply(apply(b,b),X),b)),f(apply(apply(apply(n,n),X),b))))
% -> (false)
% Current number of equations to process: 3677
% Current number of ordered equations: 0
% Current number of rules: 335
% New rule produced :
% [364]
% (eq)(apply(apply(apply(apply(b,b),X),b),f(apply(apply(apply(b,b),X),b))),
% apply(apply(apply(n,b),apply(apply(apply(b,b),X),b)),f(apply(apply(apply(n,n),X),b))))
% -> (false)
% Current number of equations to process: 3711
% Current number of ordered equations: 0
% Current number of rules: 336
% New rule produced :
% [365]
% (eq)(apply(apply(apply(apply(n,n),X),b),f(apply(apply(apply(b,b),X),b))),
% apply(apply(apply(n,b),apply(apply(apply(b,b),X),b)),f(apply(apply(apply(n,b),X),b))))
% -> (false)
% Current number of equations to process: 3709
% Current number of ordered equations: 1
% Current number of rules: 337
% New rule produced :
% [366]
% (eq)(apply(apply(apply(apply(b,b),X),b),f(apply(apply(apply(n,n),X),b))),
% apply(apply(apply(n,b),apply(apply(apply(b,b),X),b)),f(apply(apply(apply(n,b),X),b))))
% -> (false)
% Current number of equations to process: 3709
% Current number of ordered equations: 0
% Current number of rules: 338
% New rule produced :
% [367]
% (eq)(apply(apply(apply(apply(n,b),X),Y),f(apply(apply(apply(n,b),X),Y))),
% apply(apply(apply(n,b),apply(apply(apply(b,Y),X),Y)),f(apply(apply(apply(n,b),X),Y))))
% -> (false)
% Current number of equations to process: 3746
% Current number of ordered equations: 0
% Current number of rules: 339
% New rule produced :
% [368]
% (eq)(apply(apply(apply(apply(n,b),X),b),f(apply(apply(apply(n,b),X),b))),
% apply(apply(apply(n,b),apply(apply(apply(b,b),X),b)),f(apply(apply(apply(n,n),X),b))))
% -> (false)
% Current number of equations to process: 3745
% Current number of ordered equations: 0
% Current number of rules: 340
% New rule produced :
% [369]
% (eq)(apply(apply(apply(apply(n,b),X),b),f(apply(apply(apply(n,n),X),b))),
% apply(apply(apply(n,b),apply(apply(apply(b,b),X),b)),f(apply(apply(apply(n,b),X),b))))
% -> (false)
% Current number of equations to process: 3783
% Current number of ordered equations: 0
% Current number of rules: 341
% New rule produced :
% [370]
% (eq)(apply(apply(apply(apply(n,n),X),b),f(apply(apply(apply(b,b),X),b))),
% apply(apply(apply(n,b),apply(apply(apply(b,b),X),b)),f(apply(apply(apply(n,n),X),b))))
% -> (false)
% Current number of equations to process: 3812
% Current number of ordered equations: 1
% Current number of rules: 342
% New rule produced :
% [371]
% (eq)(apply(apply(apply(apply(n,n),X),b),f(apply(apply(apply(n,n),X),b))),
% apply(apply(apply(n,b),apply(apply(apply(b,b),X),b)),f(apply(apply(apply(b,b),X),b))))
% -> (false)
% Current number of equations to process: 3812
% Current number of ordered equations: 0
% Current number of rules: 343
% New rule produced :
% [372]
% (eq)(apply(apply(apply(apply(n,b),X),b),f(apply(apply(apply(n,n),X),b))),
% apply(apply(apply(n,b),apply(apply(apply(b,b),X),b)),f(apply(apply(apply(n,n),X),b))))
% -> (false)
% Current number of equations to process: 3827
% Current number of ordered equations: 0
% Current number of rules: 344
% New rule produced :
% [373]
% (eq)(apply(apply(apply(apply(n,n),X),b),f(apply(apply(apply(n,b),X),b))),
% apply(apply(apply(n,b),apply(apply(apply(b,b),X),b)),f(apply(apply(apply(n,b),X),b))))
% -> (false)
% Current number of equations to process: 3866
% Current number of ordered equations: 0
% Current number of rules: 345
% New rule produced :
% [374]
% (eq)(apply(apply(apply(apply(b,b),X),b),f(apply(apply(apply(n,n),X),b))),
% apply(apply(apply(n,b),apply(apply(apply(b,b),X),b)),f(apply(apply(apply(n,n),X),b))))
% -> (false)
% Current number of equations to process: 3895
% Current number of ordered equations: 0
% Current number of rules: 346
% New rule produced :
% [375]
% (eq)(apply(apply(apply(apply(n,n),X),b),f(apply(apply(apply(n,b),X),b))),
% apply(apply(apply(n,b),apply(apply(apply(b,b),X),b)),f(apply(apply(apply(n,n),X),b))))
% -> (false)
% Current number of equations to process: 3911
% Current number of ordered equations: 0
% Current number of rules: 347
% New rule produced :
% [376]
% (eq)(apply(apply(apply(apply(n,n),X),b),f(apply(apply(apply(n,n),X),b))),
% apply(apply(apply(n,b),apply(apply(apply(b,b),X),b)),f(apply(apply(apply(n,b),X),b))))
% -> (false)
% Current number of equations to process: 3956
% Current number of ordered equations: 0
% Current number of rules: 348
% New rule produced :
% [377]
% (eq)(apply(apply(apply(apply(n,n),X),b),f(apply(apply(apply(n,n),X),b))),
% apply(apply(apply(n,b),apply(apply(apply(b,b),X),b)),f(apply(apply(apply(n,n),X),b))))
% -> (false)
% Current number of equations to process: 4065
% Current number of ordered equations: 0
% Current number of rules: 349
% New rule produced :
% [378]
% (eq)(apply(apply(apply(apply(n,n),X),b),f(apply(apply(apply(b,b),X),b))),
% apply(apply(apply(apply(apply(apply(b,b),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(b,b),X),b))))
% -> (false)
% Current number of equations to process: 4194
% Current number of ordered equations: 2
% Current number of rules: 350
% New rule produced :
% [379]
% (eq)(apply(apply(apply(apply(b,b),X),b),f(apply(apply(apply(n,n),X),b))),
% apply(apply(apply(apply(apply(apply(b,b),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(b,b),X),b))))
% -> (false)
% Current number of equations to process: 4194
% Current number of ordered equations: 1
% Current number of rules: 351
% New rule produced :
% [380]
% (eq)(apply(apply(apply(apply(b,b),X),b),f(apply(apply(apply(b,b),X),b))),
% apply(apply(apply(apply(apply(apply(b,b),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(n,n),X),b))))
% -> (false)
% Current number of equations to process: 4194
% Current number of ordered equations: 0
% Current number of rules: 352
% New rule produced :
% [381]
% (eq)(apply(apply(apply(b,b),b),f(apply(apply(b,b),b))),apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(n,b),b),n),b),n),
% apply(b,b)),b),
% f(apply(apply(b,b),b))))
% -> (false)
% Current number of equations to process: 4274
% Current number of ordered equations: 0
% Current number of rules: 353
% New rule produced :
% [382]
% (eq)(apply(apply(apply(n,n),b),f(apply(apply(n,n),b))),apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(n,b),b),n),b),n),
% apply(n,n)),b),
% f(apply(apply(n,n),b))))
% -> (false)
% Current number of equations to process: 4279
% Current number of ordered equations: 0
% Current number of rules: 354
% New rule produced :
% [383]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(n,b),
% apply(b,b)),n),n),b),n),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 4283
% Current number of ordered equations: 0
% Current number of rules: 355
% New rule produced :
% [384]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(n,b),b),n),n),b),n),b),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 4302
% Current number of ordered equations: 1
% Current number of rules: 356
% New rule produced :
% [385]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,n),n),
% apply(b,n)),b),n),b),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 4302
% Current number of ordered equations: 0
% Current number of rules: 357
% New rule produced :
% [386]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(n,b),b),n),
% apply(b,b)),n),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 4333
% Current number of ordered equations: 0
% Current number of rules: 358
% New rule produced :
% [387]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(n,b),b),n),
% apply(
% apply(b,b),b)),n),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 4400
% Current number of ordered equations: 0
% Current number of rules: 359
% New rule produced :
% [388]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(n,b),b),n),
% apply(apply(
% apply(b,b),b),n)),n),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 4466
% Current number of ordered equations: 0
% Current number of rules: 360
% New rule produced :
% [389]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,b),n),
% apply(b,n)),b),
% apply(b,n)),n),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 4471
% Current number of ordered equations: 0
% Current number of rules: 361
% New rule produced :
% [390]
% (eq)(apply(apply(apply(apply(n,b),X),Y),f(apply(apply(apply(b,Y),X),Y))),
% apply(apply(apply(apply(apply(apply(n,b),n),b),Y),apply(X,Y)),f(apply(
% apply(
% apply(b,Y),X),Y))))
% -> (false)
% Current number of equations to process: 4475
% Current number of ordered equations: 2
% Current number of rules: 362
% New rule produced :
% [391]
% (eq)(apply(apply(apply(apply(b,X),Y),X),f(apply(apply(apply(n,b),Y),X))),
% apply(apply(apply(apply(apply(apply(n,b),n),b),X),apply(Y,X)),f(apply(
% apply(
% apply(b,X),Y),X))))
% -> (false)
% Current number of equations to process: 4475
% Current number of ordered equations: 1
% Current number of rules: 363
% New rule produced :
% [392]
% (eq)(apply(apply(apply(apply(b,X),Y),X),f(apply(apply(apply(b,X),Y),X))),
% apply(apply(apply(apply(apply(apply(n,b),n),b),X),apply(Y,X)),f(apply(
% apply(
% apply(n,b),Y),X))))
% -> (false)
% Current number of equations to process: 4475
% Current number of ordered equations: 0
% Current number of rules: 364
% New rule produced :
% [393]
% (eq)(apply(apply(apply(apply(n,n),X),b),f(apply(apply(apply(b,b),X),b))),
% apply(apply(apply(apply(apply(apply(n,b),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(b,b),X),b))))
% -> (false)
% Current number of equations to process: 4604
% Current number of ordered equations: 2
% Current number of rules: 365
% New rule produced :
% [394]
% (eq)(apply(apply(apply(apply(b,b),X),b),f(apply(apply(apply(n,n),X),b))),
% apply(apply(apply(apply(apply(apply(n,b),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(b,b),X),b))))
% -> (false)
% Current number of equations to process: 4604
% Current number of ordered equations: 1
% Current number of rules: 366
% New rule produced :
% [395]
% (eq)(apply(apply(apply(apply(b,b),X),b),f(apply(apply(apply(b,b),X),b))),
% apply(apply(apply(apply(apply(apply(n,b),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(n,n),X),b))))
% -> (false)
% Current number of equations to process: 4604
% Current number of ordered equations: 0
% Current number of rules: 367
% New rule produced :
% [396]
% (eq)(apply(apply(apply(apply(n,b),X),n),f(apply(apply(apply(b,n),X),n))),
% apply(apply(apply(apply(apply(n,apply(b,b)),b),n),apply(X,n)),f(apply(
% apply(
% apply(b,n),X),n))))
% -> (false)
% Current number of equations to process: 4678
% Current number of ordered equations: 2
% Current number of rules: 368
% New rule produced :
% [397]
% (eq)(apply(apply(apply(apply(b,n),X),n),f(apply(apply(apply(n,b),X),n))),
% apply(apply(apply(apply(apply(n,apply(b,b)),b),n),apply(X,n)),f(apply(
% apply(
% apply(b,n),X),n))))
% -> (false)
% Current number of equations to process: 4678
% Current number of ordered equations: 1
% Current number of rules: 369
% New rule produced :
% [398]
% (eq)(apply(apply(apply(apply(b,n),X),n),f(apply(apply(apply(b,n),X),n))),
% apply(apply(apply(apply(apply(n,apply(b,b)),b),n),apply(X,n)),f(apply(
% apply(
% apply(n,b),X),n))))
% -> (false)
% Current number of equations to process: 4678
% Current number of ordered equations: 0
% Current number of rules: 370
% New rule produced :
% [399]
% (eq)(apply(apply(apply(apply(n,b),X),Y),f(apply(apply(apply(b,Y),X),Y))),
% apply(apply(apply(apply(apply(apply(n,n),n),b),Y),apply(X,Y)),f(apply(
% apply(
% apply(b,Y),X),Y))))
% -> (false)
% Current number of equations to process: 4778
% Current number of ordered equations: 2
% Current number of rules: 371
% New rule produced :
% [400]
% (eq)(apply(apply(apply(apply(b,X),Y),X),f(apply(apply(apply(n,b),Y),X))),
% apply(apply(apply(apply(apply(apply(n,n),n),b),X),apply(Y,X)),f(apply(
% apply(
% apply(b,X),Y),X))))
% -> (false)
% Current number of equations to process: 4778
% Current number of ordered equations: 1
% Current number of rules: 372
% New rule produced :
% [401]
% (eq)(apply(apply(apply(apply(b,X),Y),X),f(apply(apply(apply(b,X),Y),X))),
% apply(apply(apply(apply(apply(apply(n,n),n),b),X),apply(Y,X)),f(apply(
% apply(
% apply(n,b),Y),X))))
% -> (false)
% Current number of equations to process: 4778
% Current number of ordered equations: 0
% Current number of rules: 373
% New rule produced :
% [402]
% (eq)(apply(apply(apply(apply(n,n),X),b),f(apply(apply(apply(b,b),X),b))),
% apply(apply(apply(apply(apply(apply(n,n),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(b,b),X),b))))
% -> (false)
% Current number of equations to process: 4904
% Current number of ordered equations: 2
% Current number of rules: 374
% New rule produced :
% [403]
% (eq)(apply(apply(apply(apply(b,b),X),b),f(apply(apply(apply(n,n),X),b))),
% apply(apply(apply(apply(apply(apply(n,n),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(b,b),X),b))))
% -> (false)
% Current number of equations to process: 4904
% Current number of ordered equations: 1
% Current number of rules: 375
% New rule produced :
% [404]
% (eq)(apply(apply(apply(apply(b,b),X),b),f(apply(apply(apply(b,b),X),b))),
% apply(apply(apply(apply(apply(apply(n,n),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(n,n),X),b))))
% -> (false)
% Current number of equations to process: 4904
% Current number of ordered equations: 0
% Current number of rules: 376
% New rule produced :
% [405]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(n,b),b),n),
% apply(b,n)),b),n),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 4977
% Current number of ordered equations: 0
% Current number of rules: 377
% New rule produced :
% [406]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,n),n),
% apply(n,b)),n),b),n),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 4997
% Current number of ordered equations: 0
% Current number of rules: 378
% New rule produced :
% [407]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,n),n),
% apply(n,
% apply(b,b))),b),n),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 817
% Current number of ordered equations: 0
% Current number of rules: 379
% New rule produced :
% [408]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(n,b),b),n),
% apply(n,b)),b),n),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 835
% Current number of ordered equations: 0
% Current number of rules: 380
% New rule produced :
% [409]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(n,b),n),n),b),n),b),n),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 850
% Current number of ordered equations: 1
% Current number of rules: 381
% New rule produced :
% [410]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,n),n),
% apply(n,n)),n),b),n),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 850
% Current number of ordered equations: 0
% Current number of rules: 382
% New rule produced :
% [411]
% (eq)(apply(apply(b,b),f(apply(b,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(n,b),b),n),
% apply(apply(
% apply(b,b),b),n)),n),b),b),
% f(apply(b,b)))) -> (false)
% Current number of equations to process: 887
% Current number of ordered equations: 0
% Current number of rules: 383
% New rule produced :
% [412]
% (eq)(apply(apply(b,b),f(apply(b,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,b),n),
% apply(b,n)),b),
% apply(b,n)),n),b),b),
% f(apply(b,b)))) -> (false)
% Current number of equations to process: 892
% Current number of ordered equations: 0
% Current number of rules: 384
% New rule produced :
% [413]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,n),n),
% apply(n,b)),b),n),b),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 899
% Current number of ordered equations: 0
% Current number of rules: 385
% New rule produced :
% [414]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(n,b),b),n),
% apply(b,n)),n),b),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 913
% Current number of ordered equations: 0
% Current number of rules: 386
% New rule produced :
% [415]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(n,b),b),n),
% apply(n,b)),n),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 929
% Current number of ordered equations: 0
% Current number of rules: 387
% New rule produced :
% [416]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(n,b),b),n),
% apply(n,n)),n),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 998
% Current number of ordered equations: 0
% Current number of rules: 388
% New rule produced :
% [417]
% (eq)(apply(apply(X,apply(Y,b)),f(apply(X,apply(Y,b)))),apply(apply(apply(
% apply(
% apply(
% apply(n,b),
% apply(b,b)),n),
% apply(
% apply(b,X),Y)),b),
% f(apply(X,apply(Y,b)))))
% -> (false)
% Current number of equations to process: 1066
% Current number of ordered equations: 0
% Current number of rules: 389
% New rule produced :
% [418]
% (eq)(apply(apply(apply(apply(apply(apply(n,b),X),b),Y),Z),f(apply(apply(X,b),
% apply(Y,Z)))),
% apply(apply(apply(n,b),apply(apply(X,b),apply(Y,Z))),f(apply(apply(X,b),
% apply(Y,Z))))) ->
% (false)
% Current number of equations to process: 1125
% Current number of ordered equations: 2
% Current number of rules: 390
% New rule produced :
% [419]
% (eq)(apply(apply(apply(apply(n,apply(apply(b,b),X)),Y),Z),f(apply(apply(X,Z),
% apply(Y,Z)))),
% apply(apply(apply(n,b),apply(apply(X,Z),apply(Y,Z))),f(apply(apply(X,Z),
% apply(Y,Z))))) ->
% (false)
% Current number of equations to process: 1125
% Current number of ordered equations: 1
% Current number of rules: 391
% New rule produced :
% [420]
% (eq)(apply(apply(apply(apply(apply(n,apply(b,b)),X),Y),Z),f(apply(apply(Y,X),
% apply(Y,Z)))),
% apply(apply(apply(n,b),apply(apply(Y,X),apply(Y,Z))),f(apply(apply(Y,X),
% apply(Y,Z))))) ->
% (false)
% Current number of equations to process: 1125
% Current number of ordered equations: 0
% Current number of rules: 392
% New rule produced :
% [421]
% (eq)(apply(apply(apply(apply(apply(apply(n,n),X),b),Y),Z),f(apply(apply(X,b),
% apply(Y,Z)))),
% apply(apply(apply(n,b),apply(apply(X,b),apply(Y,Z))),f(apply(apply(X,b),
% apply(Y,Z))))) ->
% (false)
% Current number of equations to process: 1590
% Current number of ordered equations: 0
% Current number of rules: 393
% New rule produced :
% [422]
% (eq)(apply(apply(apply(X,b),apply(Y,Z)),f(apply(apply(apply(apply(apply(n,b),X),b),Y),Z))),
% apply(apply(apply(n,b),apply(apply(X,b),apply(Y,Z))),f(apply(apply(X,b),
% apply(Y,Z))))) ->
% (false)
% Current number of equations to process: 1740
% Current number of ordered equations: 2
% Current number of rules: 394
% New rule produced :
% [423]
% (eq)(apply(apply(apply(X,Y),apply(Z,Y)),f(apply(apply(apply(n,apply(apply(b,b),X)),Z),Y))),
% apply(apply(apply(n,b),apply(apply(X,Y),apply(Z,Y))),f(apply(apply(X,Y),
% apply(Z,Y))))) ->
% (false)
% Current number of equations to process: 1740
% Current number of ordered equations: 1
% Current number of rules: 395
% New rule produced :
% [424]
% (eq)(apply(apply(apply(X,Y),apply(X,Z)),f(apply(apply(apply(apply(n,apply(b,b)),Y),X),Z))),
% apply(apply(apply(n,b),apply(apply(X,Y),apply(X,Z))),f(apply(apply(X,Y),
% apply(X,Z))))) ->
% (false)
% Current number of equations to process: 1740
% Current number of ordered equations: 0
% Current number of rules: 396
% New rule produced :
% [425]
% (eq)(apply(apply(apply(X,b),apply(Y,Z)),f(apply(apply(apply(apply(apply(n,n),X),b),Y),Z))),
% apply(apply(apply(n,b),apply(apply(X,b),apply(Y,Z))),f(apply(apply(X,b),
% apply(Y,Z))))) ->
% (false)
% Current number of equations to process: 2206
% Current number of ordered equations: 0
% Current number of rules: 397
% New rule produced :
% [426]
% (eq)(apply(apply(apply(apply(n,b),X),Y),f(apply(apply(apply(n,b),X),Y))),
% apply(apply(apply(apply(apply(apply(b,b),n),b),Y),apply(X,Y)),f(apply(
% apply(
% apply(b,Y),X),Y))))
% -> (false)
% Current number of equations to process: 2356
% Current number of ordered equations: 1
% Current number of rules: 398
% New rule produced :
% [427]
% (eq)(apply(apply(apply(apply(n,b),X),Y),f(apply(apply(apply(b,Y),X),Y))),
% apply(apply(apply(apply(apply(apply(b,b),n),b),Y),apply(X,Y)),f(apply(
% apply(
% apply(n,b),X),Y))))
% -> (false)
% Current number of equations to process: 2356
% Current number of ordered equations: 0
% Current number of rules: 399
% New rule produced :
% [428]
% (eq)(apply(apply(apply(apply(n,b),X),b),f(apply(apply(apply(b,b),X),b))),
% apply(apply(apply(apply(apply(apply(b,b),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(n,n),X),b))))
% -> (false)
% Current number of equations to process: 2445
% Current number of ordered equations: 1
% Current number of rules: 400
% New rule produced :
% [429]
% (eq)(apply(apply(apply(apply(n,b),X),b),f(apply(apply(apply(n,n),X),b))),
% apply(apply(apply(apply(apply(apply(b,b),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(b,b),X),b))))
% -> (false)
% Current number of equations to process: 2445
% Current number of ordered equations: 0
% Current number of rules: 401
% New rule produced :
% [430]
% (eq)(apply(apply(apply(apply(b,X),Y),X),f(apply(apply(apply(n,b),Y),X))),
% apply(apply(apply(apply(apply(apply(b,b),n),b),X),apply(Y,X)),f(apply(
% apply(
% apply(n,b),Y),X))))
% -> (false)
% Current number of equations to process: 2489
% Current number of ordered equations: 0
% Current number of rules: 402
% New rule produced :
% [431]
% (eq)(apply(apply(apply(apply(n,n),X),b),f(apply(apply(apply(n,b),X),b))),
% apply(apply(apply(apply(apply(apply(b,b),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(b,b),X),b))))
% -> (false)
% Current number of equations to process: 2532
% Current number of ordered equations: 1
% Current number of rules: 403
% New rule produced :
% [432]
% (eq)(apply(apply(apply(apply(b,b),X),b),f(apply(apply(apply(n,b),X),b))),
% apply(apply(apply(apply(apply(apply(b,b),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(n,n),X),b))))
% -> (false)
% Current number of equations to process: 2532
% Current number of ordered equations: 0
% Current number of rules: 404
% New rule produced :
% [433]
% (eq)(apply(apply(apply(apply(n,n),X),b),f(apply(apply(apply(b,b),X),b))),
% apply(apply(apply(apply(apply(apply(b,b),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(n,b),X),b))))
% -> (false)
% Current number of equations to process: 2573
% Current number of ordered equations: 1
% Current number of rules: 405
% New rule produced :
% [434]
% (eq)(apply(apply(apply(apply(b,b),X),b),f(apply(apply(apply(n,n),X),b))),
% apply(apply(apply(apply(apply(apply(b,b),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(n,b),X),b))))
% -> (false)
% Current number of equations to process: 2573
% Current number of ordered equations: 0
% Current number of rules: 406
% New rule produced :
% [435]
% (eq)(apply(apply(apply(apply(n,b),X),Y),f(apply(apply(apply(n,b),X),Y))),
% apply(apply(apply(apply(apply(apply(b,b),n),b),Y),apply(X,Y)),f(apply(
% apply(
% apply(n,b),X),Y))))
% -> (false)
% Current number of equations to process: 2604
% Current number of ordered equations: 0
% Current number of rules: 407
% New rule produced :
% [436]
% (eq)(apply(apply(apply(apply(n,b),X),b),f(apply(apply(apply(n,b),X),b))),
% apply(apply(apply(apply(apply(apply(b,b),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(n,n),X),b))))
% -> (false)
% Current number of equations to process: 2693
% Current number of ordered equations: 0
% Current number of rules: 408
% New rule produced :
% [437]
% (eq)(apply(apply(apply(apply(n,b),X),b),f(apply(apply(apply(n,n),X),b))),
% apply(apply(apply(apply(apply(apply(b,b),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(n,b),X),b))))
% -> (false)
% Current number of equations to process: 2736
% Current number of ordered equations: 0
% Current number of rules: 409
% New rule produced :
% [438]
% (eq)(apply(apply(apply(apply(n,n),X),b),f(apply(apply(apply(b,b),X),b))),
% apply(apply(apply(apply(apply(apply(b,b),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(n,n),X),b))))
% -> (false)
% Current number of equations to process: 2779
% Current number of ordered equations: 0
% Current number of rules: 410
% New rule produced :
% [439]
% (eq)(apply(apply(apply(apply(n,n),X),b),f(apply(apply(apply(n,n),X),b))),
% apply(apply(apply(apply(apply(apply(b,b),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(b,b),X),b))))
% -> (false)
% Current number of equations to process: 2806
% Current number of ordered equations: 0
% Current number of rules: 411
% New rule produced :
% [440]
% (eq)(apply(apply(apply(apply(n,b),X),b),f(apply(apply(apply(n,n),X),b))),
% apply(apply(apply(apply(apply(apply(b,b),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(n,n),X),b))))
% -> (false)
% Current number of equations to process: 2833
% Current number of ordered equations: 0
% Current number of rules: 412
% New rule produced :
% [441]
% (eq)(apply(apply(apply(apply(n,n),X),b),f(apply(apply(apply(n,b),X),b))),
% apply(apply(apply(apply(apply(apply(b,b),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(n,b),X),b))))
% -> (false)
% Current number of equations to process: 2873
% Current number of ordered equations: 0
% Current number of rules: 413
% New rule produced :
% [442]
% (eq)(apply(apply(apply(apply(b,b),X),b),f(apply(apply(apply(n,n),X),b))),
% apply(apply(apply(apply(apply(apply(b,b),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(n,n),X),b))))
% -> (false)
% Current number of equations to process: 2916
% Current number of ordered equations: 0
% Current number of rules: 414
% New rule produced :
% [443]
% (eq)(apply(apply(apply(apply(n,n),X),b),f(apply(apply(apply(n,b),X),b))),
% apply(apply(apply(apply(apply(apply(b,b),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(n,n),X),b))))
% -> (false)
% Current number of equations to process: 2942
% Current number of ordered equations: 0
% Current number of rules: 415
% New rule produced :
% [444]
% (eq)(apply(apply(apply(apply(n,n),X),b),f(apply(apply(apply(n,n),X),b))),
% apply(apply(apply(apply(apply(apply(b,b),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(n,b),X),b))))
% -> (false)
% Current number of equations to process: 2980
% Current number of ordered equations: 0
% Current number of rules: 416
% New rule produced :
% [445]
% (eq)(apply(apply(apply(apply(n,n),X),b),f(apply(apply(apply(n,n),X),b))),
% apply(apply(apply(apply(apply(apply(b,b),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(n,n),X),b))))
% -> (false)
% Current number of equations to process: 3019
% Current number of ordered equations: 0
% Current number of rules: 417
% New rule produced :
% [446]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,n),
% apply(b,b)),n),b),
% apply(b,n)),n),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 3040
% Current number of ordered equations: 0
% Current number of rules: 418
% New rule produced :
% [447]
% (eq)(apply(apply(apply(apply(n,b),X),Y),f(apply(apply(apply(n,b),X),Y))),
% apply(apply(apply(apply(apply(apply(n,b),n),b),Y),apply(X,Y)),f(apply(
% apply(
% apply(b,Y),X),Y))))
% -> (false)
% Current number of equations to process: 3041
% Current number of ordered equations: 1
% Current number of rules: 419
% New rule produced :
% [448]
% (eq)(apply(apply(apply(apply(n,b),X),Y),f(apply(apply(apply(b,Y),X),Y))),
% apply(apply(apply(apply(apply(apply(n,b),n),b),Y),apply(X,Y)),f(apply(
% apply(
% apply(n,b),X),Y))))
% -> (false)
% Current number of equations to process: 3041
% Current number of ordered equations: 0
% Current number of rules: 420
% New rule produced :
% [449]
% (eq)(apply(apply(apply(apply(n,b),X),b),f(apply(apply(apply(b,b),X),b))),
% apply(apply(apply(apply(apply(apply(n,b),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(n,n),X),b))))
% -> (false)
% Current number of equations to process: 3133
% Current number of ordered equations: 1
% Current number of rules: 421
% New rule produced :
% [450]
% (eq)(apply(apply(apply(apply(n,b),X),b),f(apply(apply(apply(n,n),X),b))),
% apply(apply(apply(apply(apply(apply(n,b),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(b,b),X),b))))
% -> (false)
% Current number of equations to process: 3133
% Current number of ordered equations: 0
% Current number of rules: 422
% New rule produced :
% [451]
% (eq)(apply(apply(apply(apply(b,X),Y),X),f(apply(apply(apply(n,b),Y),X))),
% apply(apply(apply(apply(apply(apply(n,b),n),b),X),apply(Y,X)),f(apply(
% apply(
% apply(n,b),Y),X))))
% -> (false)
% Current number of equations to process: 3176
% Current number of ordered equations: 0
% Current number of rules: 423
% New rule produced :
% [452]
% (eq)(apply(apply(apply(apply(n,n),X),b),f(apply(apply(apply(n,b),X),b))),
% apply(apply(apply(apply(apply(apply(n,b),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(b,b),X),b))))
% -> (false)
% Current number of equations to process: 3220
% Current number of ordered equations: 1
% Current number of rules: 424
% New rule produced :
% [453]
% (eq)(apply(apply(apply(apply(b,b),X),b),f(apply(apply(apply(n,b),X),b))),
% apply(apply(apply(apply(apply(apply(n,b),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(n,n),X),b))))
% -> (false)
% Current number of equations to process: 3220
% Current number of ordered equations: 0
% Current number of rules: 425
% New rule produced :
% [454]
% (eq)(apply(apply(apply(apply(n,n),X),b),f(apply(apply(apply(b,b),X),b))),
% apply(apply(apply(apply(apply(apply(n,b),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(n,b),X),b))))
% -> (false)
% Current number of equations to process: 3261
% Current number of ordered equations: 1
% Current number of rules: 426
% New rule produced :
% [455]
% (eq)(apply(apply(apply(apply(b,b),X),b),f(apply(apply(apply(n,n),X),b))),
% apply(apply(apply(apply(apply(apply(n,b),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(n,b),X),b))))
% -> (false)
% Current number of equations to process: 3261
% Current number of ordered equations: 0
% Current number of rules: 427
% New rule produced :
% [456]
% (eq)(apply(apply(apply(apply(n,n),X),b),f(apply(apply(apply(b,b),X),b))),
% apply(apply(apply(apply(apply(apply(n,b),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(n,n),X),b))))
% -> (false)
% Current number of equations to process: 3303
% Current number of ordered equations: 1
% Current number of rules: 428
% New rule produced :
% [457]
% (eq)(apply(apply(apply(apply(n,n),X),b),f(apply(apply(apply(n,n),X),b))),
% apply(apply(apply(apply(apply(apply(n,b),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(b,b),X),b))))
% -> (false)
% Current number of equations to process: 3303
% Current number of ordered equations: 0
% Current number of rules: 429
% New rule produced :
% [458]
% (eq)(apply(apply(apply(apply(b,b),X),b),f(apply(apply(apply(n,n),X),b))),
% apply(apply(apply(apply(apply(apply(n,b),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(n,n),X),b))))
% -> (false)
% Current number of equations to process: 3351
% Current number of ordered equations: 0
% Current number of rules: 430
% New rule produced :
% [459]
% (eq)(apply(apply(apply(apply(n,b),X),n),f(apply(apply(apply(n,b),X),n))),
% apply(apply(apply(apply(apply(n,apply(b,b)),b),n),apply(X,n)),f(apply(
% apply(
% apply(b,n),X),n))))
% -> (false)
% Current number of equations to process: 3371
% Current number of ordered equations: 1
% Current number of rules: 431
% New rule produced :
% [460]
% (eq)(apply(apply(apply(apply(n,b),X),n),f(apply(apply(apply(b,n),X),n))),
% apply(apply(apply(apply(apply(n,apply(b,b)),b),n),apply(X,n)),f(apply(
% apply(
% apply(n,b),X),n))))
% -> (false)
% Current number of equations to process: 3371
% Current number of ordered equations: 0
% Current number of rules: 432
% New rule produced :
% [461]
% (eq)(apply(apply(apply(apply(b,n),X),n),f(apply(apply(apply(n,b),X),n))),
% apply(apply(apply(apply(apply(n,apply(b,b)),b),n),apply(X,n)),f(apply(
% apply(
% apply(n,b),X),n))))
% -> (false)
% Current number of equations to process: 3437
% Current number of ordered equations: 0
% Current number of rules: 433
% New rule produced :
% [462]
% (eq)(apply(apply(apply(apply(n,b),X),Y),f(apply(apply(apply(n,b),X),Y))),
% apply(apply(apply(apply(apply(apply(n,n),n),b),Y),apply(X,Y)),f(apply(
% apply(
% apply(b,Y),X),Y))))
% -> (false)
% Current number of equations to process: 3464
% Current number of ordered equations: 1
% Current number of rules: 434
% New rule produced :
% [463]
% (eq)(apply(apply(apply(apply(n,b),X),Y),f(apply(apply(apply(b,Y),X),Y))),
% apply(apply(apply(apply(apply(apply(n,n),n),b),Y),apply(X,Y)),f(apply(
% apply(
% apply(n,b),X),Y))))
% -> (false)
% Current number of equations to process: 3464
% Current number of ordered equations: 0
% Current number of rules: 435
% New rule produced :
% [464]
% (eq)(apply(apply(apply(apply(n,b),X),b),f(apply(apply(apply(b,b),X),b))),
% apply(apply(apply(apply(apply(apply(n,n),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(n,n),X),b))))
% -> (false)
% Current number of equations to process: 3554
% Current number of ordered equations: 1
% Current number of rules: 436
% New rule produced :
% [465]
% (eq)(apply(apply(apply(apply(n,b),X),b),f(apply(apply(apply(n,n),X),b))),
% apply(apply(apply(apply(apply(apply(n,n),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(b,b),X),b))))
% -> (false)
% Current number of equations to process: 3554
% Current number of ordered equations: 0
% Current number of rules: 437
% New rule produced :
% [466]
% (eq)(apply(apply(apply(apply(b,X),Y),X),f(apply(apply(apply(n,b),Y),X))),
% apply(apply(apply(apply(apply(apply(n,n),n),b),X),apply(Y,X)),f(apply(
% apply(
% apply(n,b),Y),X))))
% -> (false)
% Current number of equations to process: 3597
% Current number of ordered equations: 0
% Current number of rules: 438
% New rule produced :
% [467]
% (eq)(apply(apply(apply(apply(n,n),X),b),f(apply(apply(apply(n,b),X),b))),
% apply(apply(apply(apply(apply(apply(n,n),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(b,b),X),b))))
% -> (false)
% Current number of equations to process: 3640
% Current number of ordered equations: 1
% Current number of rules: 439
% New rule produced :
% [468]
% (eq)(apply(apply(apply(apply(b,b),X),b),f(apply(apply(apply(n,b),X),b))),
% apply(apply(apply(apply(apply(apply(n,n),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(n,n),X),b))))
% -> (false)
% Current number of equations to process: 3640
% Current number of ordered equations: 0
% Current number of rules: 440
% New rule produced :
% [469]
% (eq)(apply(apply(apply(apply(n,n),X),b),f(apply(apply(apply(b,b),X),b))),
% apply(apply(apply(apply(apply(apply(n,n),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(n,b),X),b))))
% -> (false)
% Current number of equations to process: 3680
% Current number of ordered equations: 1
% Current number of rules: 441
% New rule produced :
% [470]
% (eq)(apply(apply(apply(apply(b,b),X),b),f(apply(apply(apply(n,n),X),b))),
% apply(apply(apply(apply(apply(apply(n,n),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(n,b),X),b))))
% -> (false)
% Current number of equations to process: 3680
% Current number of ordered equations: 0
% Current number of rules: 442
% New rule produced :
% [471]
% (eq)(apply(apply(apply(apply(n,n),X),b),f(apply(apply(apply(b,b),X),b))),
% apply(apply(apply(apply(apply(apply(n,n),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(n,n),X),b))))
% -> (false)
% Current number of equations to process: 3721
% Current number of ordered equations: 1
% Current number of rules: 443
% New rule produced :
% [472]
% (eq)(apply(apply(apply(apply(n,n),X),b),f(apply(apply(apply(n,n),X),b))),
% apply(apply(apply(apply(apply(apply(n,n),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(b,b),X),b))))
% -> (false)
% Current number of equations to process: 3721
% Current number of ordered equations: 0
% Current number of rules: 444
% New rule produced :
% [473]
% (eq)(apply(apply(apply(apply(b,b),X),b),f(apply(apply(apply(n,n),X),b))),
% apply(apply(apply(apply(apply(apply(n,n),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(n,n),X),b))))
% -> (false)
% Current number of equations to process: 3769
% Current number of ordered equations: 0
% Current number of rules: 445
% New rule produced :
% [474]
% (eq)(apply(apply(b,b),f(apply(b,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,n),
% apply(b,b)),n),b),
% apply(b,n)),n),b),b),
% f(apply(b,b)))) -> (false)
% Current number of equations to process: 3789
% Current number of ordered equations: 0
% Current number of rules: 446
% New rule produced :
% [475]
% (eq)(apply(apply(apply(apply(n,b),X),Y),f(apply(apply(apply(n,b),X),Y))),
% apply(apply(apply(apply(apply(apply(n,b),n),b),Y),apply(X,Y)),f(apply(
% apply(
% apply(n,b),X),Y))))
% -> (false)
% Current number of equations to process: 3738
% Current number of ordered equations: 1
% Current number of rules: 447
% New rule produced :
% [476]
% (eq)(apply(apply(apply(apply(n,b),X),n),f(apply(apply(apply(n,b),X),n))),
% apply(apply(apply(apply(apply(n,apply(b,b)),b),n),apply(X,n)),f(apply(
% apply(
% apply(n,b),X),n))))
% -> (false)
% Current number of equations to process: 3738
% Current number of ordered equations: 0
% Current number of rules: 448
% New rule produced :
% [477]
% (eq)(apply(apply(apply(apply(n,b),X),Y),f(apply(apply(apply(n,b),X),Y))),
% apply(apply(apply(apply(apply(apply(n,n),n),b),Y),apply(X,Y)),f(apply(
% apply(
% apply(n,b),X),Y))))
% -> (false)
% Current number of equations to process: 3865
% Current number of ordered equations: 0
% Current number of rules: 449
% New rule produced :
% [478]
% (eq)(apply(apply(apply(apply(n,b),X),b),f(apply(apply(apply(n,b),X),b))),
% apply(apply(apply(apply(apply(apply(n,b),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(n,n),X),b))))
% -> (false)
% Current number of equations to process: 3953
% Current number of ordered equations: 0
% Current number of rules: 450
% New rule produced :
% [479]
% (eq)(apply(apply(apply(apply(n,b),X),b),f(apply(apply(apply(n,b),X),b))),
% apply(apply(apply(apply(apply(apply(n,n),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(n,n),X),b))))
% -> (false)
% Current number of equations to process: 3993
% Current number of ordered equations: 0
% Current number of rules: 451
% New rule produced :
% [480]
% (eq)(apply(apply(apply(apply(n,b),X),b),f(apply(apply(apply(n,n),X),b))),
% apply(apply(apply(apply(apply(apply(n,b),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(n,b),X),b))))
% -> (false)
% Current number of equations to process: 4030
% Current number of ordered equations: 0
% Current number of rules: 452
% New rule produced :
% [481]
% (eq)(apply(apply(apply(apply(n,b),X),b),f(apply(apply(apply(n,n),X),b))),
% apply(apply(apply(apply(apply(apply(n,n),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(n,b),X),b))))
% -> (false)
% Current number of equations to process: 4070
% Current number of ordered equations: 0
% Current number of rules: 453
% New rule produced :
% [482]
% (eq)(apply(apply(apply(apply(n,b),X),b),f(apply(apply(apply(n,n),X),b))),
% apply(apply(apply(apply(apply(apply(n,b),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(n,n),X),b))))
% -> (false)
% Current number of equations to process: 4100
% Current number of ordered equations: 0
% Current number of rules: 454
% New rule produced :
% [483]
% (eq)(apply(apply(apply(apply(n,b),X),b),f(apply(apply(apply(n,n),X),b))),
% apply(apply(apply(apply(apply(apply(n,n),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(n,n),X),b))))
% -> (false)
% Current number of equations to process: 4136
% Current number of ordered equations: 0
% Current number of rules: 455
% New rule produced :
% [484]
% (eq)(apply(apply(apply(apply(n,n),X),b),f(apply(apply(apply(n,b),X),b))),
% apply(apply(apply(apply(apply(apply(n,b),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(n,b),X),b))))
% -> (false)
% Current number of equations to process: 4170
% Current number of ordered equations: 0
% Current number of rules: 456
% New rule produced :
% [485]
% (eq)(apply(apply(apply(apply(n,n),X),b),f(apply(apply(apply(n,b),X),b))),
% apply(apply(apply(apply(apply(apply(n,n),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(n,b),X),b))))
% -> (false)
% Current number of equations to process: 4211
% Current number of ordered equations: 0
% Current number of rules: 457
% New rule produced :
% [486]
% (eq)(apply(apply(apply(apply(n,n),X),b),f(apply(apply(apply(n,b),X),b))),
% apply(apply(apply(apply(apply(apply(n,n),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(n,n),X),b))))
% -> (false)
% Current number of equations to process: 4246
% Current number of ordered equations: 1
% Current number of rules: 458
% New rule produced :
% [487]
% (eq)(apply(apply(apply(apply(n,n),X),b),f(apply(apply(apply(n,n),X),b))),
% apply(apply(apply(apply(apply(apply(n,b),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(n,b),X),b))))
% -> (false)
% Current number of equations to process: 4282
% Current number of ordered equations: 1
% Current number of rules: 459
% New rule produced :
% [488]
% (eq)(apply(apply(apply(apply(n,n),X),b),f(apply(apply(apply(n,n),X),b))),
% apply(apply(apply(apply(apply(apply(n,n),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(n,b),X),b))))
% -> (false)
% Current number of equations to process: 4319
% Current number of ordered equations: 1
% Current number of rules: 460
% New rule produced :
% [489]
% (eq)(apply(apply(apply(apply(n,n),X),b),f(apply(apply(apply(n,n),X),b))),
% apply(apply(apply(apply(apply(apply(n,b),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(n,n),X),b))))
% -> (false)
% Current number of equations to process: 4355
% Current number of ordered equations: 1
% Current number of rules: 461
% New rule produced :
% [490]
% (eq)(apply(apply(apply(apply(n,n),X),b),f(apply(apply(apply(n,n),X),b))),
% apply(apply(apply(apply(apply(apply(n,n),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(n,n),X),b))))
% -> (false)
% Current number of equations to process: 4393
% Current number of ordered equations: 1
% Current number of rules: 462
% New rule produced :
% [491]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(n,b),
% apply(b,b)),n),b),
% apply(b,n)),n),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 4429
% Current number of ordered equations: 1
% Current number of rules: 463
% New rule produced :
% [492]
% (eq)(apply(apply(apply(apply(n,n),X),b),f(apply(apply(apply(n,b),X),b))),
% apply(apply(apply(apply(apply(apply(n,b),n),b),b),apply(X,b)),f(apply(
% apply(
% apply(n,n),X),b))))
% -> (false)
% Current number of equations to process: 4406
% Current number of ordered equations: 0
% Current number of rules: 464
% New rule produced :
% [493]
% (eq)(apply(apply(b,b),f(apply(b,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(n,b),
% apply(b,b)),n),b),
% apply(b,n)),n),b),b),
% f(apply(b,b)))) -> (false)
% Current number of equations to process: 4380
% Current number of ordered equations: 0
% Current number of rules: 465
% New rule produced :
% [494]
% apply(X,apply(apply(apply(n,Y),Z),V_3)) <->
% apply(apply(apply(b,X),apply(apply(Y,V_3),Z)),V_3)
% Current number of equations to process: 4356
% Current number of ordered equations: 1
% Current number of rules: 466
% New rule produced :
% [495]
% apply(apply(apply(b,X),apply(apply(Y,V_3),Z)),V_3) <->
% apply(X,apply(apply(apply(n,Y),Z),V_3))
% Current number of equations to process: 4356
% Current number of ordered equations: 0
% Current number of rules: 467
% New rule produced :
% [496]
% apply(apply(apply(X,apply(Y,Z)),V_3),Z) <->
% apply(apply(apply(n,apply(apply(b,X),Y)),V_3),Z)
% Current number of equations to process: 2455
% Current number of ordered equations: 1
% Current number of rules: 468
% New rule produced :
% [497]
% apply(apply(apply(n,apply(apply(b,X),Y)),V_3),Z) <->
% apply(apply(apply(X,apply(Y,Z)),V_3),Z)
% Current number of equations to process: 2455
% Current number of ordered equations: 0
% Current number of rules: 469
% New rule produced :
% [498]
% apply(X,apply(apply(apply(Y,Z),V_3),Z)) <->
% apply(apply(apply(b,X),apply(apply(n,Y),V_3)),Z)
% Current number of equations to process: 3449
% Current number of ordered equations: 3
% Current number of rules: 470
% New rule produced :
% [499]
% apply(apply(apply(b,X),apply(apply(n,Y),V_3)),Z) <->
% apply(X,apply(apply(apply(Y,Z),V_3),Z))
% Current number of equations to process: 3449
% Current number of ordered equations: 2
% Current number of rules: 471
% New rule produced :
% [500]
% apply(apply(apply(apply(X,Y),V_3),Z),V_3) <->
% apply(apply(apply(apply(apply(b,n),X),Y),Z),V_3)
% Current number of equations to process: 3449
% Current number of ordered equations: 1
% Current number of rules: 472
% New rule produced :
% [501]
% apply(apply(apply(apply(apply(b,n),X),Y),Z),V_3) <->
% apply(apply(apply(apply(X,Y),V_3),Z),V_3)
% Rule
% [20]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(b,n),n),
% apply(b,b)),n),b),
% f(apply(n,b)))) -> (false) collapsed.
% Rule
% [22]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(b,n),n),n),b),n),X),
% f(apply(n,X)))) -> (false) collapsed.
% Rule
% [26]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(b,n),b),n),b),b),n),X),
% f(apply(n,X)))) -> (false) collapsed.
% Rule
% [27]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(b,n),b),n),
% apply(b,b)),n),b),
% f(apply(n,b)))) -> (false) collapsed.
% Rule
% [40]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,n),b),n),n),b),b),n),X),
% f(apply(n,X)))) -> (false) collapsed.
% Rule
% [93]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,n),b),n),b),n),b),b),n),X),
% f(apply(n,X)))) -> (false) collapsed.
% Rule
% [97]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,n),n),
% apply(b,b)),n),b),n),X),b),
% f(apply(X,b)))) -> (false) collapsed.
% Rule
% [100]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,n),n),n),b),n),b),n),X),b),
% f(apply(X,b)))) -> (false) collapsed.
% Rule
% [111]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,n),n),n),b),n),n),n),X),b),
% f(apply(X,b)))) -> (false) collapsed.
% Rule
% [131]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,n),b),n),
% apply(b,n)),b),n),X),b),
% f(apply(X,b)))) -> (false) collapsed.
% Rule
% [137]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,n),n),
% apply(b,n)),n),b),b),n),X),
% f(apply(n,X)))) -> (false) collapsed.
% Rule
% [138]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,n),n),
% apply(n,b)),n),b),n),X),b),
% f(apply(X,b)))) -> (false) collapsed.
% Rule
% [140]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(b,n),n),
% apply(n,
% apply(b,b))),b),n),X),b),
% f(apply(X,b)))) -> (false) collapsed.
% Rule
% [141]
% (eq)(apply(apply(b,b),f(apply(b,b))),apply(apply(apply(apply(apply(apply(
% apply(b,n),n),
% apply(apply(n,
% apply(b,b)),b)),n),b),b),
% f(apply(b,b)))) -> (false) collapsed.
% Rule
% [143]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,n),n),
% apply(n,n)),n),b),n),X),b),
% f(apply(X,b)))) -> (false) collapsed.
% Rule
% [146]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(b,n),n),
% apply(n,
% apply(apply(b,b),b))),n),n),b),
% f(apply(n,b)))) -> (false) collapsed.
% Rule
% [148]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(b,n),n),
% apply(apply(n,
% apply(b,b)),b)),n),n),b),
% f(apply(n,b)))) -> (false) collapsed.
% Rule
% [181]
% (eq)(apply(apply(apply(apply(b,n),X),Y),f(apply(n,apply(X,Y)))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,n),n),n),b),n),
% apply(X,Y)),
% f(apply(n,
% apply(X,Y)))))
% -> (false) collapsed.
% Rule
% [182]
% (eq)(apply(apply(n,apply(X,Y)),f(apply(apply(apply(b,n),X),Y))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,n),n),n),b),n),
% apply(X,Y)),
% f(apply(n,
% apply(X,Y)))))
% -> (false) collapsed.
% Rule
% [245]
% (eq)(apply(apply(n,apply(X,Y)),f(apply(n,apply(X,Y)))),apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,n),n),n),b),n),
% apply(X,Y)),
% f(apply(apply(
% apply(b,n),X),Y))))
% -> (false) collapsed.
% Rule
% [255]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,n),b),n),b),b),n),b),n),X),b),
% f(apply(X,b)))) -> (false) collapsed.
% Rule
% [256]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,n),b),n),b),b),n),n),n),X),b),
% f(apply(X,b)))) -> (false) collapsed.
% Rule
% [262]
% (eq)(apply(apply(apply(b,b),b),f(apply(apply(b,b),b))),apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,n),b),n),b),n),
% apply(b,b)),b),
% f(apply(apply(b,b),b))))
% -> (false) collapsed.
% Rule
% [263]
% (eq)(apply(apply(apply(n,n),b),f(apply(apply(n,n),b))),apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,n),b),n),b),n),
% apply(n,n)),b),
% f(apply(apply(n,n),b))))
% -> (false) collapsed.
% Rule
% [267]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,n),b),n),n),b),n),b),b),n),X),
% f(apply(n,X)))) -> (false) collapsed.
% Rule
% [268]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,n),b),n),
% apply(b,b)),n),b),n),X),b),
% f(apply(X,b)))) -> (false) collapsed.
% Rule
% [269]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,n),b),n),
% apply(
% apply(b,b),b)),n),n),X),b),
% f(apply(X,b)))) -> (false) collapsed.
% Rule
% [270]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(b,n),b),n),
% apply(apply(
% apply(b,b),b),n)),n),n),b),
% f(apply(n,b)))) -> (false) collapsed.
% Rule
% [277]
% (eq)(apply(apply(apply(apply(b,n),X),Y),f(apply(apply(apply(b,n),X),Y))),
% apply(apply(apply(apply(apply(apply(apply(b,n),n),n),b),n),apply(X,Y)),
% f(apply(n,apply(X,Y))))) -> (false) collapsed.
% Rule
% [286]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,n),b),n),
% apply(b,n)),b),n),b),n),X),
% f(apply(n,X)))) -> (false) collapsed.
% Rule
% [291]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,n),n),
% apply(b,b)),n),b),n),b),n),X),
% f(apply(n,X)))) -> (false) collapsed.
% Rule
% [294]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,n),b),n),
% apply(n,b)),b),n),b),n),X),
% f(apply(n,X)))) -> (false) collapsed.
% Rule
% [296]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,n),n),n),b),n),b),n),b),n),X),
% f(apply(n,X)))) -> (false) collapsed.
% Rule
% [299]
% (eq)(apply(apply(b,b),f(apply(b,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(b,n),b),n),
% apply(apply(
% apply(b,b),b),n)),n),b),b),
% f(apply(b,b)))) -> (false) collapsed.
% Rule
% [305]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,n),b),n),
% apply(b,n)),n),b),b),n),X),
% f(apply(n,X)))) -> (false) collapsed.
% Rule
% [306]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,n),b),n),
% apply(n,b)),n),b),n),X),b),
% f(apply(X,b)))) -> (false) collapsed.
% Rule
% [309]
% (eq)(apply(apply(b,b),f(apply(b,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(b,n),b),n),
% apply(apply(n,
% apply(b,b)),b)),n),b),b),
% f(apply(b,b)))) -> (false) collapsed.
% Rule
% [311]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,n),b),n),
% apply(n,n)),n),b),n),X),b),
% f(apply(X,b)))) -> (false) collapsed.
% Rule
% [313]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(b,n),b),n),
% apply(n,
% apply(apply(b,b),b))),n),n),b),
% f(apply(n,b)))) -> (false) collapsed.
% Rule
% [315]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(b,n),b),n),
% apply(apply(n,
% apply(b,b)),b)),n),n),b),
% f(apply(n,b)))) -> (false) collapsed.
% Rule
% [385]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,n),n),
% apply(b,n)),b),n),b),b),n),X),
% f(apply(n,X)))) -> (false) collapsed.
% Rule
% [406]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,n),n),
% apply(n,b)),n),b),n),b),n),X),
% f(apply(n,X)))) -> (false) collapsed.
% Rule
% [407]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,n),n),
% apply(n,
% apply(b,b))),b),n),b),n),X),
% f(apply(n,X)))) -> (false) collapsed.
% Rule
% [410]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,n),n),
% apply(n,n)),n),b),n),b),n),X),
% f(apply(n,X)))) -> (false) collapsed.
% Rule
% [413]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,n),n),
% apply(n,b)),b),n),b),b),n),X),
% f(apply(n,X)))) -> (false) collapsed.
% Current number of equations to process: 3451
% Current number of ordered equations: 0
% Current number of rules: 428
% New rule produced :
% [502]
% (eq)(apply(apply(b,b),f(apply(b,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),n),
% apply(b,b)),b),b),n),b),b),
% f(apply(b,b)))) -> (false)
% Current number of equations to process: 3450
% Current number of ordered equations: 0
% Current number of rules: 429
% New rule produced :
% [503]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),n),
% apply(b,b)),b),n),n),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 3449
% Current number of ordered equations: 0
% Current number of rules: 430
% New rule produced :
% [504]
% (eq)(apply(apply(b,b),f(apply(b,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),b),
% apply(n,b)),n),n),b),b),
% f(apply(b,b)))) -> (false)
% Current number of equations to process: 3432
% Current number of ordered equations: 0
% Current number of rules: 431
% New rule produced :
% [505]
% (eq)(apply(apply(b,b),f(apply(b,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),b),
% apply(n,b)),b),n),b),b),
% f(apply(b,b)))) -> (false)
% Current number of equations to process: 3431
% Current number of ordered equations: 0
% Current number of rules: 432
% New rule produced :
% [506]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),b),
% apply(n,b)),n),n),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 3430
% Current number of ordered equations: 0
% Current number of rules: 433
% New rule produced :
% [507]
% apply(apply(apply(apply(X,Y),Z),Y),Z) <->
% apply(apply(apply(apply(apply(b,n),n),X),Y),Z)
% Current number of equations to process: 4275
% Current number of ordered equations: 1
% Current number of rules: 434
% New rule produced :
% [508]
% apply(apply(apply(apply(apply(b,n),n),X),Y),Z) <->
% apply(apply(apply(apply(X,Y),Z),Y),Z)
% Rule
% [41]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,n),n),b),n),b),b),n),X),
% f(apply(n,X)))) -> (false) collapsed.
% Rule
% [303]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,n),n),b),n),b),n),b),b),n),X),
% f(apply(n,X)))) -> (false) collapsed.
% Current number of equations to process: 4275
% Current number of ordered equations: 0
% Current number of rules: 433
% New rule produced :
% [509]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,n),n),
% apply(b,b)),b),n),n),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 4819
% Current number of ordered equations: 0
% Current number of rules: 434
% New rule produced :
% [510]
% (eq)(apply(apply(apply(apply(b,X),Y),Z),f(apply(X,apply(Y,Z)))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),n),b),
% apply(
% apply(b,X),Y)),Z),
% f(apply(
% apply(
% apply(b,X),Y),Z))))
% -> (false)
% Current number of equations to process: 2697
% Current number of ordered equations: 1
% Current number of rules: 435
% New rule produced :
% [511]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(apply(apply(b,X),Y),Z))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),n),b),
% apply(
% apply(b,X),Y)),Z),
% f(apply(
% apply(
% apply(b,X),Y),Z))))
% -> (false)
% Current number of equations to process: 2697
% Current number of ordered equations: 0
% Current number of rules: 436
% New rule produced :
% [512]
% (eq)(apply(apply(apply(apply(b,X),Y),Z),f(apply(X,apply(Y,Z)))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(n,b),n),b),
% apply(
% apply(b,X),Y)),Z),
% f(apply(
% apply(
% apply(b,X),Y),Z))))
% -> (false)
% Current number of equations to process: 2887
% Current number of ordered equations: 1
% Current number of rules: 437
% New rule produced :
% [513]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(apply(apply(b,X),Y),Z))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(n,b),n),b),
% apply(
% apply(b,X),Y)),Z),
% f(apply(
% apply(
% apply(b,X),Y),Z))))
% -> (false)
% Current number of equations to process: 2887
% Current number of ordered equations: 0
% Current number of rules: 438
% New rule produced :
% [514]
% (eq)(apply(apply(apply(apply(b,X),Y),Z),f(apply(X,apply(Y,Z)))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(n,n),n),b),
% apply(
% apply(b,X),Y)),Z),
% f(apply(
% apply(
% apply(b,X),Y),Z))))
% -> (false)
% Current number of equations to process: 3076
% Current number of ordered equations: 1
% Current number of rules: 439
% New rule produced :
% [515]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(apply(apply(b,X),Y),Z))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(n,n),n),b),
% apply(
% apply(b,X),Y)),Z),
% f(apply(
% apply(
% apply(b,X),Y),Z))))
% -> (false)
% Current number of equations to process: 3076
% Current number of ordered equations: 0
% Current number of rules: 440
% New rule produced :
% [516]
% apply(X,apply(apply(apply(n,n),Y),Z)) <->
% apply(apply(apply(b,X),apply(apply(Z,Z),Y)),Z)
% Current number of equations to process: 3263
% Current number of ordered equations: 1
% Current number of rules: 441
% New rule produced :
% [517]
% apply(apply(apply(b,X),apply(apply(Z,Z),Y)),Z) <->
% apply(X,apply(apply(apply(n,n),Y),Z))
% Current number of equations to process: 3263
% Current number of ordered equations: 0
% Current number of rules: 442
% New rule produced :
% [518]
% apply(X,apply(apply(apply(Y,Y),Z),Y)) <->
% apply(apply(apply(b,X),apply(apply(n,n),Z)),Y)
% Current number of equations to process: 4750
% Current number of ordered equations: 1
% Current number of rules: 443
% New rule produced :
% [519]
% apply(apply(apply(b,X),apply(apply(n,n),Z)),Y) <->
% apply(X,apply(apply(apply(Y,Y),Z),Y))
% Current number of equations to process: 4750
% Current number of ordered equations: 0
% Current number of rules: 444
% New rule produced :
% [520]
% apply(apply(apply(apply(X,X),Y),X),Y) <->
% apply(apply(apply(apply(apply(b,n),n),n),X),Y)
% Current number of equations to process: 3212
% Current number of ordered equations: 1
% Current number of rules: 445
% New rule produced :
% [521]
% apply(apply(apply(apply(apply(b,n),n),n),X),Y) <->
% apply(apply(apply(apply(X,X),Y),X),Y)
% Current number of equations to process: 3212
% Current number of ordered equations: 0
% Current number of rules: 446
% New rule produced :
% [522]
% (eq)(apply(apply(apply(apply(b,n),X),Y),f(apply(n,apply(X,Y)))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),n),b),n),b),n),
% apply(X,Y)),
% f(apply(n,
% apply(X,Y)))))
% -> (false)
% Current number of equations to process: 4167
% Current number of ordered equations: 1
% Current number of rules: 447
% New rule produced :
% [523]
% (eq)(apply(apply(n,apply(X,Y)),f(apply(apply(apply(b,n),X),Y))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),n),b),n),b),n),
% apply(X,Y)),
% f(apply(n,
% apply(X,Y)))))
% -> (false)
% Current number of equations to process: 4167
% Current number of ordered equations: 0
% Current number of rules: 448
% New rule produced :
% [524]
% (eq)(apply(apply(apply(apply(b,n),X),Y),f(apply(n,apply(X,Y)))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(n,b),b),n),b),b),n),
% apply(X,Y)),
% f(apply(n,
% apply(X,Y)))))
% -> (false)
% Current number of equations to process: 4414
% Current number of ordered equations: 1
% Current number of rules: 449
% New rule produced :
% [525]
% (eq)(apply(apply(n,apply(X,Y)),f(apply(apply(apply(b,n),X),Y))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(n,b),b),n),b),b),n),
% apply(X,Y)),
% f(apply(n,
% apply(X,Y)))))
% -> (false)
% Current number of equations to process: 4414
% Current number of ordered equations: 0
% Current number of rules: 450
% New rule produced :
% [526]
% apply(apply(apply(b,X),Y),apply(Z,V_3)) <->
% apply(apply(apply(b,X),apply(apply(b,Y),Z)),V_3)
% Rule
% [156]
% (eq)(apply(apply(apply(b,X),Y),f(apply(apply(b,X),Y))),apply(apply(apply(b,
% f(
% apply(
% apply(b,X),Y))),X),
% apply(Y,f(apply(
% apply(b,X),Y)))))
% -> (false) collapsed.
% Current number of equations to process: 4646
% Current number of ordered equations: 1
% Current number of rules: 450
% New rule produced :
% [527]
% apply(apply(apply(b,X),apply(apply(b,Y),Z)),V_3) <->
% apply(apply(apply(b,X),Y),apply(Z,V_3))
% Current number of equations to process: 4646
% Current number of ordered equations: 0
% Current number of rules: 451
% New rule produced :
% [528]
% apply(apply(apply(n,apply(X,Y)),Y),Z) <->
% apply(apply(apply(apply(apply(b,n),n),X),Y),Z)
% Current number of equations to process: 3618
% Current number of ordered equations: 1
% Current number of rules: 452
% New rule produced :
% [529]
% apply(apply(apply(apply(apply(b,n),n),X),Y),Z) <->
% apply(apply(apply(n,apply(X,Y)),Y),Z)
% Current number of equations to process: 3618
% Current number of ordered equations: 0
% Current number of rules: 453
% New rule produced :
% [530]
% apply(apply(apply(apply(apply(b,n),X),Y),Y),Z) <->
% apply(apply(apply(apply(n,X),Z),Y),Z)
% Rule
% [90]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(b,n),
% apply(
% apply(b,b),b)),n),n),n),X),b),
% f(apply(X,b)))) -> (false) collapsed.
% Rule
% [91]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,n),
% apply(b,b)),n),n),b),n),X),b),
% f(apply(X,b)))) -> (false) collapsed.
% Rule
% [265]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,n),
% apply(b,b)),n),n),b),n),b),n),X),
% f(apply(n,X)))) -> (false) collapsed.
% Current number of equations to process: 4344
% Current number of ordered equations: 1
% Current number of rules: 451
% New rule produced :
% [531]
% apply(apply(apply(apply(n,X),Z),Y),Z) <->
% apply(apply(apply(apply(apply(b,n),X),Y),Y),Z)
% Current number of equations to process: 4344
% Current number of ordered equations: 0
% Current number of rules: 452
% New rule produced :
% [532]
% apply(apply(apply(n,apply(X,X)),X),Y) <->
% apply(apply(apply(apply(apply(b,n),n),n),X),Y)
% Current number of equations to process: 2019
% Current number of ordered equations: 1
% Current number of rules: 453
% New rule produced :
% [533]
% apply(apply(apply(apply(apply(b,n),n),n),X),Y) <->
% apply(apply(apply(n,apply(X,X)),X),Y)
% Current number of equations to process: 2019
% Current number of ordered equations: 0
% Current number of rules: 454
% New rule produced :
% [534]
% apply(apply(apply(apply(n,n),Y),X),Y) <->
% apply(apply(apply(apply(apply(b,n),X),X),X),Y)
% Current number of equations to process: 2661
% Current number of ordered equations: 1
% Current number of rules: 455
% New rule produced :
% [535]
% apply(apply(apply(apply(apply(b,n),X),X),X),Y) <->
% apply(apply(apply(apply(n,n),Y),X),Y)
% Current number of equations to process: 2661
% Current number of ordered equations: 0
% Current number of rules: 456
% New rule produced :
% [536]
% apply(apply(apply(b,X),Z),apply(Y,Z)) <->
% apply(apply(apply(b,X),apply(apply(n,b),Y)),Z)
% Current number of equations to process: 3438
% Current number of ordered equations: 1
% Current number of rules: 457
% New rule produced :
% [537]
% apply(apply(apply(b,X),apply(apply(n,b),Y)),Z) <->
% apply(apply(apply(b,X),Z),apply(Y,Z))
% Current number of equations to process: 3438
% Current number of ordered equations: 0
% Current number of rules: 458
% New rule produced :
% [538]
% apply(apply(apply(b,X),apply(apply(n,n),Y)),b) <->
% apply(apply(apply(b,X),b),apply(Y,b))
% Current number of equations to process: 4311
% Current number of ordered equations: 1
% Current number of rules: 459
% New rule produced :
% [539]
% apply(apply(apply(b,X),b),apply(Y,b)) <->
% apply(apply(apply(b,X),apply(apply(n,n),Y)),b)
% Current number of equations to process: 4311
% Current number of ordered equations: 0
% Current number of rules: 460
% New rule produced :
% [540]
% apply(apply(apply(n,b),apply(apply(b,X),Y)),Z) <->
% apply(apply(apply(b,Z),X),apply(Y,Z))
% Current number of equations to process: 4967
% Current number of ordered equations: 1
% Current number of rules: 461
% New rule produced :
% [541]
% apply(apply(apply(b,Z),X),apply(Y,Z)) <->
% apply(apply(apply(n,b),apply(apply(b,X),Y)),Z)
% Current number of equations to process: 4967
% Current number of ordered equations: 0
% Current number of rules: 462
% New rule produced :
% [542]
% (eq)(apply(apply(apply(apply(b,X),Y),apply(Z,V_3)),f(apply(X,apply(Y,
% apply(Z,V_3))))),
% apply(apply(apply(n,b),apply(X,apply(apply(apply(b,Y),Z),V_3))),f(apply(X,
% apply(Y,
% apply(Z,V_3))))))
% -> (false)
% Current number of equations to process: 4280
% Current number of ordered equations: 1
% Current number of rules: 463
% New rule produced :
% [543]
% (eq)(apply(apply(apply(apply(b,X),Y),apply(Z,V_3)),f(apply(X,apply(Y,
% apply(Z,V_3))))),
% apply(apply(apply(n,b),apply(X,apply(Y,apply(Z,V_3)))),f(apply(X,apply(
% apply(
% apply(b,Y),Z),V_3)))))
% -> (false)
% Current number of equations to process: 4280
% Current number of ordered equations: 0
% Current number of rules: 464
% New rule produced :
% [544]
% (eq)(apply(apply(X,apply(Y,apply(Z,V_3))),f(apply(apply(apply(b,X),Y),
% apply(Z,V_3)))),apply(apply(
% apply(n,b),
% apply(X,
% apply(
% apply(
% apply(b,Y),Z),V_3))),
% f(apply(X,
% apply(Y,
% apply(Z,V_3))))))
% -> (false)
% Current number of equations to process: 4614
% Current number of ordered equations: 1
% Current number of rules: 465
% New rule produced :
% [545]
% (eq)(apply(apply(X,apply(Y,apply(Z,V_3))),f(apply(apply(apply(b,X),Y),
% apply(Z,V_3)))),apply(apply(
% apply(n,b),
% apply(X,
% apply(Y,
% apply(Z,V_3)))),
% f(apply(X,
% apply(apply(
% apply(b,Y),Z),V_3)))))
% -> (false)
% Current number of equations to process: 4614
% Current number of ordered equations: 0
% Current number of rules: 466
% New rule produced :
% [546]
% (eq)(apply(apply(X,apply(apply(apply(b,Y),Z),V_3)),f(apply(X,apply(Y,
% apply(Z,V_3))))),
% apply(apply(apply(n,b),apply(X,apply(Y,apply(Z,V_3)))),f(apply(apply(
% apply(b,X),Y),
% apply(Z,V_3))))) ->
% (false)
% Current number of equations to process: 4947
% Current number of ordered equations: 1
% Current number of rules: 467
% New rule produced :
% [547]
% (eq)(apply(apply(X,apply(Y,apply(Z,V_3))),f(apply(X,apply(apply(apply(b,Y),Z),V_3)))),
% apply(apply(apply(n,b),apply(X,apply(Y,apply(Z,V_3)))),f(apply(apply(
% apply(b,X),Y),
% apply(Z,V_3))))) ->
% (false)
% Current number of equations to process: 4947
% Current number of ordered equations: 0
% Current number of rules: 468
% New rule produced :
% [548]
% (eq)(apply(apply(X,apply(apply(apply(b,Y),Z),V_3)),f(apply(X,apply(Y,
% apply(Z,V_3))))),
% apply(apply(apply(n,b),apply(apply(apply(b,X),Y),apply(Z,V_3))),f(apply(X,
% apply(Y,
% apply(Z,V_3))))))
% -> (false)
% Current number of equations to process: 3001
% Current number of ordered equations: 1
% Current number of rules: 469
% New rule produced :
% [549]
% (eq)(apply(apply(X,apply(Y,apply(Z,V_3))),f(apply(X,apply(apply(apply(b,Y),Z),V_3)))),
% apply(apply(apply(n,b),apply(apply(apply(b,X),Y),apply(Z,V_3))),f(apply(X,
% apply(Y,
% apply(Z,V_3))))))
% -> (false)
% Current number of equations to process: 3001
% Current number of ordered equations: 0
% Current number of rules: 470
% New rule produced :
% [550]
% (eq)(apply(apply(apply(apply(b,X),Y),Z),f(apply(X,apply(Y,Z)))),apply(
% apply(
% apply(b,
% f(apply(
% apply(
% apply(b,X),Y),Z))),
% apply(X,
% apply(Y,Z))),
% f(apply(
% apply(
% apply(b,X),Y),Z))))
% -> (false)
% Current number of equations to process: 3344
% Current number of ordered equations: 0
% Current number of rules: 471
% New rule produced :
% [551]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(apply(apply(b,X),Y),Z))),apply(
% apply(
% apply(b,
% f(apply(
% apply(
% apply(b,X),Y),Z))),
% apply(X,
% apply(Y,Z))),
% f(apply(
% apply(
% apply(b,X),Y),Z))))
% -> (false)
% Current number of equations to process: 3485
% Current number of ordered equations: 0
% Current number of rules: 472
% New rule produced :
% [552]
% (eq)(apply(apply(apply(apply(b,n),X),Y),f(apply(n,apply(X,Y)))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,n),n),b),b),n),
% apply(X,Y)),
% f(apply(
% apply(
% apply(b,n),X),Y))))
% -> (false)
% Current number of equations to process: 3623
% Current number of ordered equations: 0
% Current number of rules: 473
% New rule produced :
% [553]
% (eq)(apply(apply(n,apply(X,Y)),f(apply(apply(apply(b,n),X),Y))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,n),n),b),b),n),
% apply(X,Y)),
% f(apply(
% apply(
% apply(b,n),X),Y))))
% -> (false)
% Current number of equations to process: 3740
% Current number of ordered equations: 0
% Current number of rules: 474
% New rule produced :
% [554]
% (eq)(apply(apply(apply(apply(b,n),X),Y),f(apply(n,apply(X,Y)))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,n),b),b),b),n),
% apply(X,Y)),
% f(apply(
% apply(
% apply(b,n),X),Y))))
% -> (false)
% Current number of equations to process: 3855
% Current number of ordered equations: 0
% Current number of rules: 475
% New rule produced :
% [555]
% (eq)(apply(apply(n,apply(X,Y)),f(apply(apply(apply(b,n),X),Y))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,n),b),b),b),n),
% apply(X,Y)),
% f(apply(
% apply(
% apply(b,n),X),Y))))
% -> (false)
% Current number of equations to process: 3971
% Current number of ordered equations: 0
% Current number of rules: 476
% New rule produced :
% [556]
% (eq)(apply(apply(apply(apply(b,n),X),Y),f(apply(n,apply(X,Y)))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(n,b),n),n),b),n),
% apply(X,Y)),
% f(apply(
% apply(
% apply(b,n),X),Y))))
% -> (false)
% Current number of equations to process: 4083
% Current number of ordered equations: 0
% Current number of rules: 477
% New rule produced :
% [557]
% (eq)(apply(apply(n,apply(X,Y)),f(apply(apply(apply(b,n),X),Y))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(n,b),n),n),b),n),
% apply(X,Y)),
% f(apply(
% apply(
% apply(b,n),X),Y))))
% -> (false)
% Current number of equations to process: 4202
% Current number of ordered equations: 0
% Current number of rules: 478
% New rule produced :
% [558]
% (eq)(apply(apply(apply(apply(b,X),Y),Z),f(apply(X,apply(Y,Z)))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),
% apply(n,b)),
% apply(b,X)),Y),Z),
% f(apply(X,
% apply(Y,Z)))))
% -> (false)
% Current number of equations to process: 4307
% Current number of ordered equations: 0
% Current number of rules: 479
% New rule produced :
% [559]
% (eq)(apply(apply(apply(apply(b,X),Y),b),f(apply(X,apply(Y,b)))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,n),
% apply(b,b)),n),
% apply(
% apply(b,X),Y)),b),
% f(apply(X,
% apply(Y,b)))))
% -> (false)
% Current number of equations to process: 4533
% Current number of ordered equations: 0
% Current number of rules: 480
% New rule produced :
% [560]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(apply(apply(b,X),Y),Z))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),
% apply(n,b)),
% apply(b,X)),Y),Z),
% f(apply(X,
% apply(Y,Z)))))
% -> (false)
% Current number of equations to process: 4636
% Current number of ordered equations: 0
% Current number of rules: 481
% New rule produced :
% [561]
% (eq)(apply(apply(X,apply(Y,b)),f(apply(apply(apply(b,X),Y),b))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,n),
% apply(b,b)),n),
% apply(
% apply(b,X),Y)),b),
% f(apply(X,
% apply(Y,b)))))
% -> (false)
% Current number of equations to process: 4861
% Current number of ordered equations: 0
% Current number of rules: 482
% New rule produced :
% [562]
% (eq)(apply(apply(X,apply(apply(apply(b,Y),Z),V_3)),f(apply(X,apply(Y,
% apply(Z,V_3))))),
% apply(apply(apply(n,b),apply(X,apply(apply(apply(b,Y),Z),V_3))),f(apply(X,
% apply(Y,
% apply(Z,V_3))))))
% -> (false)
% Current number of equations to process: 4949
% Current number of ordered equations: 1
% Current number of rules: 483
% New rule produced :
% [563]
% (eq)(apply(apply(X,apply(apply(apply(b,Y),Z),V_3)),f(apply(X,apply(Y,
% apply(Z,V_3))))),
% apply(apply(apply(n,b),apply(X,apply(Y,apply(Z,V_3)))),f(apply(X,apply(
% apply(
% apply(b,Y),Z),V_3)))))
% -> (false)
% Current number of equations to process: 4949
% Current number of ordered equations: 0
% Current number of rules: 484
% New rule produced :
% [564]
% (eq)(apply(apply(X,apply(Y,apply(Z,V_3))),f(apply(X,apply(apply(apply(b,Y),Z),V_3)))),
% apply(apply(apply(n,b),apply(X,apply(apply(apply(b,Y),Z),V_3))),f(apply(X,
% apply(Y,
% apply(Z,V_3))))))
% -> (false)
% Current number of equations to process: 3578
% Current number of ordered equations: 1
% Current number of rules: 485
% New rule produced :
% [565]
% (eq)(apply(apply(X,apply(Y,apply(Z,V_3))),f(apply(X,apply(apply(apply(b,Y),Z),V_3)))),
% apply(apply(apply(n,b),apply(X,apply(Y,apply(Z,V_3)))),f(apply(X,apply(
% apply(
% apply(b,Y),Z),V_3)))))
% -> (false)
% Current number of equations to process: 3578
% Current number of ordered equations: 0
% Current number of rules: 486
% New rule produced :
% [566]
% (eq)(apply(apply(apply(apply(b,X),Y),Z),f(apply(X,apply(Y,Z)))),apply(
% apply(
% apply(b,
% f(apply(
% apply(
% apply(b,X),Y),Z))),
% apply(
% apply(
% apply(b,X),Y),Z)),
% f(apply(X,
% apply(Y,Z)))))
% -> (false)
% Current number of equations to process: 4056
% Current number of ordered equations: 1
% Current number of rules: 487
% New rule produced :
% [567]
% (eq)(apply(apply(apply(apply(b,X),Y),Z),f(apply(X,apply(Y,Z)))),apply(
% apply(
% apply(b,
% f(apply(X,
% apply(Y,Z)))),
% apply(
% apply(
% apply(b,X),Y),Z)),
% f(apply(
% apply(
% apply(b,X),Y),Z))))
% -> (false)
% Current number of equations to process: 4056
% Current number of ordered equations: 0
% Current number of rules: 488
% New rule produced :
% [568]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(apply(apply(b,X),Y),Z))),apply(
% apply(
% apply(b,
% f(apply(
% apply(
% apply(b,X),Y),Z))),
% apply(
% apply(
% apply(b,X),Y),Z)),
% f(apply(X,
% apply(Y,Z)))))
% -> (false)
% Current number of equations to process: 4565
% Current number of ordered equations: 1
% Current number of rules: 489
% New rule produced :
% [569]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(apply(apply(b,X),Y),Z))),apply(
% apply(
% apply(b,
% f(apply(X,
% apply(Y,Z)))),
% apply(
% apply(
% apply(b,X),Y),Z)),
% f(apply(
% apply(
% apply(b,X),Y),Z))))
% -> (false)
% Current number of equations to process: 4565
% Current number of ordered equations: 0
% Current number of rules: 490
% New rule produced :
% [570]
% apply(apply(apply(apply(b,n),X),Y),X) <->
% apply(apply(apply(apply(apply(n,b),b),n),Y),X)
% Current number of equations to process: 1335
% Current number of ordered equations: 1
% Current number of rules: 491
% New rule produced :
% [571]
% apply(apply(apply(apply(apply(n,b),b),n),Y),X) <->
% apply(apply(apply(apply(b,n),X),Y),X)
% Current number of equations to process: 1335
% Current number of ordered equations: 0
% Current number of rules: 492
% New rule produced :
% [572]
% (eq)(apply(apply(X,apply(Y,b)),f(apply(apply(apply(b,X),Y),b))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(n,b),
% apply(b,b)),n),
% apply(
% apply(b,X),Y)),b),
% f(apply(X,
% apply(Y,b)))))
% -> (false)
% Current number of equations to process: 2088
% Current number of ordered equations: 1
% Current number of rules: 493
% New rule produced :
% [573]
% (eq)(apply(apply(apply(apply(b,X),Y),b),f(apply(X,apply(Y,b)))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(n,b),
% apply(b,b)),n),
% apply(
% apply(b,X),Y)),b),
% f(apply(X,
% apply(Y,b)))))
% -> (false)
% Current number of equations to process: 2088
% Current number of ordered equations: 0
% Current number of rules: 494
% New rule produced :
% [574]
% apply(apply(apply(apply(X,n),Z),Y),Z) <->
% apply(apply(apply(apply(apply(n,b),X),n),Y),Z)
% Rule
% [570]
% apply(apply(apply(apply(b,n),X),Y),X) <->
% apply(apply(apply(apply(apply(n,b),b),n),Y),X) collapsed.
% Current number of equations to process: 2281
% Current number of ordered equations: 1
% Current number of rules: 494
% New rule produced :
% [575]
% apply(apply(apply(apply(apply(n,b),X),n),Y),Z) <->
% apply(apply(apply(apply(X,n),Z),Y),Z)
% Rule
% [25]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(n,b),n),n),b),n),X),
% f(apply(n,X)))) -> (false) collapsed.
% Rule
% [142]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(n,b),n),n),b),n),b),n),X),b),
% f(apply(X,b)))) -> (false) collapsed.
% Rule
% [149]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(n,b),n),n),b),n),n),n),X),b),
% f(apply(X,b)))) -> (false) collapsed.
% Rule
% [183]
% (eq)(apply(apply(apply(apply(b,n),X),Y),f(apply(n,apply(X,Y)))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(n,b),n),n),b),n),
% apply(X,Y)),
% f(apply(n,
% apply(X,Y)))))
% -> (false) collapsed.
% Rule
% [184]
% (eq)(apply(apply(n,apply(X,Y)),f(apply(apply(apply(b,n),X),Y))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(n,b),n),n),b),n),
% apply(X,Y)),
% f(apply(n,
% apply(X,Y)))))
% -> (false) collapsed.
% Rule
% [246]
% (eq)(apply(apply(n,apply(X,Y)),f(apply(n,apply(X,Y)))),apply(apply(apply(
% apply(
% apply(
% apply(
% apply(n,b),n),n),b),n),
% apply(X,Y)),
% f(apply(apply(
% apply(b,n),X),Y))))
% -> (false) collapsed.
% Rule
% [334]
% (eq)(apply(apply(apply(apply(b,n),X),Y),f(apply(apply(apply(b,n),X),Y))),
% apply(apply(apply(apply(apply(apply(apply(n,b),n),n),b),n),apply(X,Y)),
% f(apply(n,apply(X,Y))))) -> (false) collapsed.
% Rule
% [409]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(n,b),n),n),b),n),b),n),b),n),X),
% f(apply(n,X)))) -> (false) collapsed.
% Rule
% [556]
% (eq)(apply(apply(apply(apply(b,n),X),Y),f(apply(n,apply(X,Y)))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(n,b),n),n),b),n),
% apply(X,Y)),
% f(apply(
% apply(
% apply(b,n),X),Y))))
% -> (false) collapsed.
% Rule
% [557]
% (eq)(apply(apply(n,apply(X,Y)),f(apply(apply(apply(b,n),X),Y))),apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(n,b),n),n),b),n),
% apply(X,Y)),
% f(apply(
% apply(
% apply(b,n),X),Y))))
% -> (false) collapsed.
% Rule
% [571]
% apply(apply(apply(apply(apply(n,b),b),n),Y),X) <->
% apply(apply(apply(apply(b,n),X),Y),X) collapsed.
% Current number of equations to process: 2281
% Current number of ordered equations: 0
% Current number of rules: 484
% New rule produced :
% [576]
% (eq)(apply(apply(b,b),f(apply(b,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,b),n),b),b),
% apply(n,b)),n),n),b),b),
% f(apply(b,b)))) -> (false)
% Current number of equations to process: 2664
% Current number of ordered equations: 0
% Current number of rules: 485
% New rule produced :
% [577]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,b),n),b),b),
% apply(n,b)),n),n),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 2663
% Current number of ordered equations: 0
% Current number of rules: 486
% New rule produced :
% [578]
% (eq)(apply(apply(b,b),f(apply(b,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(n,b),n),b),b),
% apply(n,b)),n),n),b),b),
% f(apply(b,b)))) -> (false)
% Current number of equations to process: 3353
% Current number of ordered equations: 0
% Current number of rules: 487
% New rule produced :
% [579]
% (eq)(apply(apply(b,b),f(apply(b,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(n,n),n),b),b),
% apply(n,b)),n),n),b),b),
% f(apply(b,b)))) -> (false)
% Current number of equations to process: 3352
% Current number of ordered equations: 0
% Current number of rules: 488
% New rule produced :
% [580]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(n,b),n),b),b),
% apply(n,b)),n),n),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 3361
% Current number of ordered equations: 0
% Current number of rules: 489
% New rule produced :
% [581]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(n,n),n),b),b),
% apply(n,b)),n),n),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 3360
% Current number of ordered equations: 0
% Current number of rules: 490
% New rule produced :
% [582]
% apply(apply(apply(apply(n,X),Y),X),Y) <->
% apply(apply(apply(apply(apply(n,b),n),n),X),Y)
% Current number of equations to process: 3380
% Current number of ordered equations: 1
% Current number of rules: 491
% New rule produced :
% [583]
% apply(apply(apply(apply(apply(n,b),n),n),X),Y) <->
% apply(apply(apply(apply(n,X),Y),X),Y)
% Current number of equations to process: 3380
% Current number of ordered equations: 0
% Current number of rules: 492
% New rule produced :
% [584]
% apply(apply(apply(apply(X,X),Y),X),Y) <->
% apply(apply(apply(apply(apply(n,b),n),n),X),Y)
% Current number of equations to process: 4166
% Current number of ordered equations: 1
% Current number of rules: 493
% New rule produced :
% [585]
% apply(apply(apply(apply(apply(n,b),n),n),X),Y) <->
% apply(apply(apply(apply(X,X),Y),X),Y)
% Current number of equations to process: 4166
% Current number of ordered equations: 0
% Current number of rules: 494
% New rule produced :
% [586]
% apply(apply(apply(apply(n,X),Y),n),Y) <->
% apply(apply(apply(apply(apply(n,b),X),n),n),Y)
% Current number of equations to process: 3374
% Current number of ordered equations: 1
% Current number of rules: 495
% New rule produced :
% [587]
% apply(apply(apply(apply(apply(n,b),X),n),n),Y) <->
% apply(apply(apply(apply(n,X),Y),n),Y)
% Rule
% [52]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(n,b),b),n),n),b),b),n),X),
% f(apply(n,X)))) -> (false) collapsed.
% Rule
% [132]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(n,b),
% apply(
% apply(b,b),b)),n),n),n),X),b),
% f(apply(X,b)))) -> (false) collapsed.
% Rule
% [133]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(n,b),
% apply(b,b)),n),n),b),n),X),b),
% f(apply(X,b)))) -> (false) collapsed.
% Rule
% [383]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(n,b),
% apply(b,b)),n),n),b),n),b),n),X),
% f(apply(n,X)))) -> (false) collapsed.
% Rule
% [384]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(n,b),b),n),n),b),n),b),b),n),X),
% f(apply(n,X)))) -> (false) collapsed.
% Current number of equations to process: 3374
% Current number of ordered equations: 0
% Current number of rules: 491
% New rule produced :
% [588]
% apply(apply(apply(n,apply(X,X)),X),Y) <->
% apply(apply(apply(apply(apply(n,b),n),n),X),Y)
% Current number of equations to process: 4082
% Current number of ordered equations: 1
% Current number of rules: 492
% New rule produced :
% [589]
% apply(apply(apply(apply(apply(n,b),n),n),X),Y) <->
% apply(apply(apply(n,apply(X,X)),X),Y)
% Current number of equations to process: 4082
% Current number of ordered equations: 0
% Current number of rules: 493
% New rule produced :
% [590]
% apply(apply(apply(n,n),apply(apply(b,X),Y)),b) <->
% apply(apply(apply(b,b),X),apply(Y,b))
% Current number of equations to process: 4740
% Current number of ordered equations: 1
% Current number of rules: 494
% New rule produced :
% [591]
% apply(apply(apply(b,b),X),apply(Y,b)) <->
% apply(apply(apply(n,n),apply(apply(b,X),Y)),b)
% Current number of equations to process: 4740
% Current number of ordered equations: 0
% Current number of rules: 495
% New rule produced :
% [592]
% (eq)(apply(apply(apply(apply(n,X),Y),Z),f(apply(apply(apply(X,Z),Y),Z))),
% apply(apply(apply(apply(apply(apply(b,b),n),b),apply(apply(X,Z),Y)),Z),
% f(apply(apply(apply(X,Z),Y),Z)))) -> (false)
% Current number of equations to process: 2632
% Current number of ordered equations: 2
% Current number of rules: 496
% New rule produced :
% [593]
% (eq)(apply(apply(apply(apply(X,Y),Z),Y),f(apply(apply(apply(n,X),Z),Y))),
% apply(apply(apply(apply(apply(apply(b,b),n),b),apply(apply(X,Y),Z)),Y),
% f(apply(apply(apply(X,Y),Z),Y)))) -> (false)
% Current number of equations to process: 2632
% Current number of ordered equations: 1
% Current number of rules: 497
% New rule produced :
% [594]
% (eq)(apply(apply(apply(apply(X,Y),Z),Y),f(apply(apply(apply(X,Y),Z),Y))),
% apply(apply(apply(apply(apply(apply(b,b),n),b),apply(apply(X,Y),Z)),Y),
% f(apply(apply(apply(n,X),Z),Y)))) -> (false)
% Current number of equations to process: 2632
% Current number of ordered equations: 0
% Current number of rules: 498
% New rule produced :
% [595]
% (eq)(apply(apply(apply(apply(n,X),Y),Z),f(apply(apply(apply(X,Z),Y),Z))),
% apply(apply(apply(n,b),apply(apply(apply(X,Z),Y),Z)),f(apply(apply(apply(X,Z),Y),Z))))
% -> (false)
% Rule
% [352]
% (eq)(apply(apply(apply(apply(n,b),X),Y),f(apply(apply(apply(b,Y),X),Y))),
% apply(apply(apply(n,b),apply(apply(apply(b,Y),X),Y)),f(apply(apply(apply(b,Y),X),Y))))
% -> (false) collapsed.
% Current number of equations to process: 2640
% Current number of ordered equations: 0
% Current number of rules: 498
% New rule produced :
% [596]
% (eq)(apply(apply(apply(apply(X,Y),Z),Y),f(apply(apply(apply(n,X),Z),Y))),
% apply(apply(apply(n,b),apply(apply(apply(X,Y),Z),Y)),f(apply(apply(apply(X,Y),Z),Y))))
% -> (false)
% Rule
% [353]
% (eq)(apply(apply(apply(apply(b,X),Y),X),f(apply(apply(apply(n,b),Y),X))),
% apply(apply(apply(n,b),apply(apply(apply(b,X),Y),X)),f(apply(apply(apply(b,X),Y),X))))
% -> (false) collapsed.
% Current number of equations to process: 2920
% Current number of ordered equations: 0
% Current number of rules: 498
% New rule produced :
% [597]
% (eq)(apply(apply(apply(apply(X,Y),Z),Y),f(apply(apply(apply(X,Y),Z),Y))),
% apply(apply(apply(n,b),apply(apply(apply(X,Y),Z),Y)),f(apply(apply(apply(n,X),Z),Y))))
% -> (false)
% Rule
% [354]
% (eq)(apply(apply(apply(apply(b,X),Y),X),f(apply(apply(apply(b,X),Y),X))),
% apply(apply(apply(n,b),apply(apply(apply(b,X),Y),X)),f(apply(apply(apply(n,b),Y),X))))
% -> (false) collapsed.
% Current number of equations to process: 3199
% Current number of ordered equations: 0
% Current number of rules: 498
% New rule produced :
% [598]
% (eq)(apply(apply(apply(apply(n,X),Y),Z),f(apply(apply(apply(X,Z),Y),Z))),
% apply(apply(apply(n,b),apply(apply(apply(X,Z),Y),Z)),f(apply(apply(apply(n,X),Y),Z))))
% -> (false)
% Rule
% [356]
% (eq)(apply(apply(apply(apply(n,b),X),Y),f(apply(apply(apply(b,Y),X),Y))),
% apply(apply(apply(n,b),apply(apply(apply(b,Y),X),Y)),f(apply(apply(apply(n,b),X),Y))))
% -> (false) collapsed.
% Current number of equations to process: 3566
% Current number of ordered equations: 2
% Current number of rules: 498
% New rule produced :
% [599]
% (eq)(apply(apply(apply(apply(n,X),Y),Z),f(apply(apply(apply(n,X),Y),Z))),
% apply(apply(apply(n,b),apply(apply(apply(X,Z),Y),Z)),f(apply(apply(apply(X,Z),Y),Z))))
% -> (false)
% Rule
% [355]
% (eq)(apply(apply(apply(apply(n,b),X),Y),f(apply(apply(apply(n,b),X),Y))),
% apply(apply(apply(n,b),apply(apply(apply(b,Y),X),Y)),f(apply(apply(apply(b,Y),X),Y))))
% -> (false) collapsed.
% Current number of equations to process: 3566
% Current number of ordered equations: 1
% Current number of rules: 498
% New rule produced :
% [600]
% (eq)(apply(apply(apply(apply(n,n),X),Y),f(apply(apply(apply(Y,Y),X),Y))),
% apply(apply(apply(n,b),apply(apply(apply(Y,Y),X),Y)),f(apply(apply(apply(Y,Y),X),Y))))
% -> (false)
% Rule
% [357]
% (eq)(apply(apply(apply(apply(n,n),X),b),f(apply(apply(apply(b,b),X),b))),
% apply(apply(apply(n,b),apply(apply(apply(b,b),X),b)),f(apply(apply(apply(b,b),X),b))))
% -> (false) collapsed.
% Current number of equations to process: 3566
% Current number of ordered equations: 0
% Current number of rules: 498
% New rule produced :
% [601]
% (eq)(apply(apply(apply(apply(n,n),X),Y),f(apply(apply(apply(n,Y),X),Y))),
% apply(apply(apply(n,b),apply(apply(apply(Y,Y),X),Y)),f(apply(apply(apply(n,Y),X),Y))))
% -> (false)
% Rule
% [373]
% (eq)(apply(apply(apply(apply(n,n),X),b),f(apply(apply(apply(n,b),X),b))),
% apply(apply(apply(n,b),apply(apply(apply(b,b),X),b)),f(apply(apply(apply(n,b),X),b))))
% -> (false) collapsed.
% Current number of equations to process: 3565
% Current number of ordered equations: 0
% Current number of rules: 498
% New rule produced :
% [602]
% (eq)(apply(apply(apply(apply(n,X),Y),X),f(apply(apply(apply(X,X),Y),X))),
% apply(apply(apply(n,b),apply(apply(apply(X,X),Y),X)),f(apply(apply(apply(n,n),Y),X))))
% -> (false)
% Rule
% [358]
% (eq)(apply(apply(apply(apply(n,b),X),b),f(apply(apply(apply(b,b),X),b))),
% apply(apply(apply(n,b),apply(apply(apply(b,b),X),b)),f(apply(apply(apply(n,n),X),b))))
% -> (false) collapsed.
% Current number of equations to process: 3563
% Current number of ordered equations: 1
% Current number of rules: 498
% New rule produced :
% [603]
% (eq)(apply(apply(apply(apply(n,X),Y),X),f(apply(apply(apply(n,n),Y),X))),
% apply(apply(apply(n,b),apply(apply(apply(X,X),Y),X)),f(apply(apply(apply(X,X),Y),X))))
% -> (false)
% Rule
% [359]
% (eq)(apply(apply(apply(apply(n,b),X),b),f(apply(apply(apply(n,n),X),b))),
% apply(apply(apply(n,b),apply(apply(apply(b,b),X),b)),f(apply(apply(apply(b,b),X),b))))
% -> (false) collapsed.
% Current number of equations to process: 3563
% Current number of ordered equations: 0
% Current number of rules: 498
% New rule produced :
% [604]
% (eq)(apply(apply(apply(apply(X,Y),Z),Y),f(apply(apply(apply(n,X),Z),Y))),
% apply(apply(apply(n,b),apply(apply(apply(X,Y),Z),Y)),f(apply(apply(apply(n,X),Z),Y))))
% -> (false)
% Rule
% [360]
% (eq)(apply(apply(apply(apply(b,X),Y),X),f(apply(apply(apply(n,b),Y),X))),
% apply(apply(apply(n,b),apply(apply(apply(b,X),Y),X)),f(apply(apply(apply(n,b),Y),X))))
% -> (false) collapsed.
% Current number of equations to process: 3828
% Current number of ordered equations: 1
% Current number of rules: 498
% New rule produced :
% [605]
% (eq)(apply(apply(apply(apply(X,X),Y),X),f(apply(apply(apply(n,n),Y),X))),
% apply(apply(apply(n,b),apply(apply(apply(X,X),Y),X)),f(apply(apply(apply(X,X),Y),X))))
% -> (false)
% Rule
% [361]
% (eq)(apply(apply(apply(apply(b,b),X),b),f(apply(apply(apply(n,n),X),b))),
% apply(apply(apply(n,b),apply(apply(apply(b,b),X),b)),f(apply(apply(apply(b,b),X),b))))
% -> (false) collapsed.
% Current number of equations to process: 3828
% Current number of ordered equations: 0
% Current number of rules: 498
% New rule produced :
% [606]
% (eq)(apply(apply(apply(apply(n,X),Y),X),f(apply(apply(apply(n,n),Y),X))),
% apply(apply(apply(n,b),apply(apply(apply(X,X),Y),X)),f(apply(apply(apply(n,X),Y),X))))
% -> (false)
% Rule
% [369]
% (eq)(apply(apply(apply(apply(n,b),X),b),f(apply(apply(apply(n,n),X),b))),
% apply(apply(apply(n,b),apply(apply(apply(b,b),X),b)),f(apply(apply(apply(n,b),X),b))))
% -> (false) collapsed.
% Current number of equations to process: 3827
% Current number of ordered equations: 0
% Current number of rules: 498
% New rule produced :
% [607]
% (eq)(apply(apply(apply(apply(X,X),Y),X),f(apply(apply(apply(n,X),Y),X))),
% apply(apply(apply(n,b),apply(apply(apply(X,X),Y),X)),f(apply(apply(apply(n,n),Y),X))))
% -> (false)
% Rule
% [363]
% (eq)(apply(apply(apply(apply(b,b),X),b),f(apply(apply(apply(n,b),X),b))),
% apply(apply(apply(n,b),apply(apply(apply(b,b),X),b)),f(apply(apply(apply(n,n),X),b))))
% -> (false) collapsed.
% Current number of equations to process: 3825
% Current number of ordered equations: 1
% Current number of rules: 498
% New rule produced :
% [608]
% (eq)(apply(apply(apply(apply(n,n),X),Y),f(apply(apply(apply(n,Y),X),Y))),
% apply(apply(apply(n,b),apply(apply(apply(Y,Y),X),Y)),f(apply(apply(apply(Y,Y),X),Y))))
% -> (false)
% Rule
% [362]
% (eq)(apply(apply(apply(apply(n,n),X),b),f(apply(apply(apply(n,b),X),b))),
% apply(apply(apply(n,b),apply(apply(apply(b,b),X),b)),f(apply(apply(apply(b,b),X),b))))
% -> (false) collapsed.
% Current number of equations to process: 3825
% Current number of ordered equations: 0
% Current number of rules: 498
% New rule produced :
% [609]
% (eq)(apply(apply(apply(apply(X,X),Y),X),f(apply(apply(apply(X,X),Y),X))),
% apply(apply(apply(n,b),apply(apply(apply(X,X),Y),X)),f(apply(apply(apply(n,n),Y),X))))
% -> (false)
% Rule
% [364]
% (eq)(apply(apply(apply(apply(b,b),X),b),f(apply(apply(apply(b,b),X),b))),
% apply(apply(apply(n,b),apply(apply(apply(b,b),X),b)),f(apply(apply(apply(n,n),X),b))))
% -> (false) collapsed.
% Current number of equations to process: 4089
% Current number of ordered equations: 0
% Current number of rules: 498
% New rule produced :
% [610]
% (eq)(apply(apply(apply(apply(n,X),Y),X),f(apply(apply(apply(n,X),Y),X))),
% apply(apply(apply(n,b),apply(apply(apply(X,X),Y),X)),f(apply(apply(apply(n,n),Y),X))))
% -> (false)
% Rule
% [368]
% (eq)(apply(apply(apply(apply(n,b),X),b),f(apply(apply(apply(n,b),X),b))),
% apply(apply(apply(n,b),apply(apply(apply(b,b),X),b)),f(apply(apply(apply(n,n),X),b))))
% -> (false) collapsed.
% Current number of equations to process: 4088
% Current number of ordered equations: 0
% Current number of rules: 498
% New rule produced :
% [611]
% (eq)(apply(apply(apply(apply(n,n),X),Y),f(apply(apply(apply(Y,Y),X),Y))),
% apply(apply(apply(n,b),apply(apply(apply(Y,Y),X),Y)),f(apply(apply(apply(n,Y),X),Y))))
% -> (false)
% Rule
% [365]
% (eq)(apply(apply(apply(apply(n,n),X),b),f(apply(apply(apply(b,b),X),b))),
% apply(apply(apply(n,b),apply(apply(apply(b,b),X),b)),f(apply(apply(apply(n,b),X),b))))
% -> (false) collapsed.
% Current number of equations to process: 4086
% Current number of ordered equations: 1
% Current number of rules: 498
% New rule produced :
% [612]
% (eq)(apply(apply(apply(apply(X,X),Y),X),f(apply(apply(apply(n,n),Y),X))),
% apply(apply(apply(n,b),apply(apply(apply(X,X),Y),X)),f(apply(apply(apply(n,X),Y),X))))
% -> (false)
% Rule
% [366]
% (eq)(apply(apply(apply(apply(b,b),X),b),f(apply(apply(apply(n,n),X),b))),
% apply(apply(apply(n,b),apply(apply(apply(b,b),X),b)),f(apply(apply(apply(n,b),X),b))))
% -> (false) collapsed.
% Current number of equations to process: 4086
% Current number of ordered equations: 0
% Current number of rules: 498
% New rule produced :
% [613]
% (eq)(apply(apply(apply(apply(n,X),Y),Z),f(apply(apply(apply(n,X),Y),Z))),
% apply(apply(apply(n,b),apply(apply(apply(X,Z),Y),Z)),f(apply(apply(apply(n,X),Y),Z))))
% -> (false)
% Rule
% [367]
% (eq)(apply(apply(apply(apply(n,b),X),Y),f(apply(apply(apply(n,b),X),Y))),
% apply(apply(apply(n,b),apply(apply(apply(b,Y),X),Y)),f(apply(apply(apply(n,b),X),Y))))
% -> (false) collapsed.
% Current number of equations to process: 4334
% Current number of ordered equations: 0
% Current number of rules: 498
% New rule produced :
% [614]
% (eq)(apply(apply(apply(apply(n,n),X),Y),f(apply(apply(apply(n,Y),X),Y))),
% apply(apply(apply(n,b),apply(apply(apply(Y,Y),X),Y)),f(apply(apply(apply(n,n),X),Y))))
% -> (false)
% Rule
% [375]
% (eq)(apply(apply(apply(apply(n,n),X),b),f(apply(apply(apply(n,b),X),b))),
% apply(apply(apply(n,b),apply(apply(apply(b,b),X),b)),f(apply(apply(apply(n,n),X),b))))
% -> (false) collapsed.
% Current number of equations to process: 4333
% Current number of ordered equations: 0
% Current number of rules: 498
% New rule produced :
% [615]
% (eq)(apply(apply(apply(apply(n,n),X),Y),f(apply(apply(apply(n,n),X),Y))),
% apply(apply(apply(n,b),apply(apply(apply(Y,Y),X),Y)),f(apply(apply(apply(n,Y),X),Y))))
% -> (false)
% Rule
% [376]
% (eq)(apply(apply(apply(apply(n,n),X),b),f(apply(apply(apply(n,n),X),b))),
% apply(apply(apply(n,b),apply(apply(apply(b,b),X),b)),f(apply(apply(apply(n,b),X),b))))
% -> (false) collapsed.
% Current number of equations to process: 4563
% Current number of ordered equations: 0
% Current number of rules: 498
% New rule produced :
% [616]
% (eq)(apply(apply(apply(apply(n,n),X),Y),f(apply(apply(apply(Y,Y),X),Y))),
% apply(apply(apply(n,b),apply(apply(apply(Y,Y),X),Y)),f(apply(apply(apply(n,n),X),Y))))
% -> (false)
% Rule
% [370]
% (eq)(apply(apply(apply(apply(n,n),X),b),f(apply(apply(apply(b,b),X),b))),
% apply(apply(apply(n,b),apply(apply(apply(b,b),X),b)),f(apply(apply(apply(n,n),X),b))))
% -> (false) collapsed.
% Current number of equations to process: 4738
% Current number of ordered equations: 1
% Current number of rules: 498
% New rule produced :
% [617]
% (eq)(apply(apply(apply(apply(n,n),X),Y),f(apply(apply(apply(n,n),X),Y))),
% apply(apply(apply(n,b),apply(apply(apply(Y,Y),X),Y)),f(apply(apply(apply(Y,Y),X),Y))))
% -> (false)
% Rule
% [371]
% (eq)(apply(apply(apply(apply(n,n),X),b),f(apply(apply(apply(n,n),X),b))),
% apply(apply(apply(n,b),apply(apply(apply(b,b),X),b)),f(apply(apply(apply(b,b),X),b))))
% -> (false) collapsed.
% Current number of equations to process: 4738
% Current number of ordered equations: 0
% Current number of rules: 498
% New rule produced :
% [618]
% (eq)(apply(apply(apply(apply(n,X),Y),X),f(apply(apply(apply(n,n),Y),X))),
% apply(apply(apply(n,b),apply(apply(apply(X,X),Y),X)),f(apply(apply(apply(n,n),Y),X))))
% -> (false)
% Rule
% [372]
% (eq)(apply(apply(apply(apply(n,b),X),b),f(apply(apply(apply(n,n),X),b))),
% apply(apply(apply(n,b),apply(apply(apply(b,b),X),b)),f(apply(apply(apply(n,n),X),b))))
% -> (false) collapsed.
% Current number of equations to process: 4828
% Current number of ordered equations: 0
% Current number of rules: 498
% New rule produced :
% [619]
% (eq)(apply(apply(apply(apply(X,X),Y),X),f(apply(apply(apply(n,n),Y),X))),
% apply(apply(apply(n,b),apply(apply(apply(X,X),Y),X)),f(apply(apply(apply(n,n),Y),X))))
% -> (false)
% Rule
% [374]
% (eq)(apply(apply(apply(apply(b,b),X),b),f(apply(apply(apply(n,n),X),b))),
% apply(apply(apply(n,b),apply(apply(apply(b,b),X),b)),f(apply(apply(apply(n,n),X),b))))
% -> (false) collapsed.
% Current number of equations to process: 2963
% Current number of ordered equations: 0
% Current number of rules: 498
% New rule produced :
% [620]
% (eq)(apply(apply(apply(apply(n,n),X),Y),f(apply(apply(apply(n,n),X),Y))),
% apply(apply(apply(n,b),apply(apply(apply(Y,Y),X),Y)),f(apply(apply(apply(n,n),X),Y))))
% -> (false)
% Rule
% [377]
% (eq)(apply(apply(apply(apply(n,n),X),b),f(apply(apply(apply(n,n),X),b))),
% apply(apply(apply(n,b),apply(apply(apply(b,b),X),b)),f(apply(apply(apply(n,n),X),b))))
% -> (false) collapsed.
% Current number of equations to process: 3354
% Current number of ordered equations: 0
% Current number of rules: 498
% New rule produced :
% [621]
% (eq)(apply(apply(apply(apply(n,X),Y),Z),f(apply(apply(apply(X,Z),Y),Z))),
% apply(apply(apply(apply(apply(apply(b,b),n),b),apply(apply(n,X),Y)),Z),
% f(apply(apply(apply(n,X),Y),Z)))) -> (false)
% Current number of equations to process: 3781
% Current number of ordered equations: 2
% Current number of rules: 499
% New rule produced :
% [622]
% (eq)(apply(apply(apply(apply(X,Y),Z),Y),f(apply(apply(apply(n,X),Z),Y))),
% apply(apply(apply(apply(apply(apply(b,b),n),b),apply(apply(n,X),Z)),Y),
% f(apply(apply(apply(n,X),Z),Y)))) -> (false)
% Current number of equations to process: 3781
% Current number of ordered equations: 1
% Current number of rules: 500
% New rule produced :
% [623]
% (eq)(apply(apply(apply(apply(n,X),Y),Z),f(apply(apply(apply(n,X),Y),Z))),
% apply(apply(apply(apply(apply(apply(b,b),n),b),apply(apply(n,X),Y)),Z),
% f(apply(apply(apply(X,Z),Y),Z)))) -> (false)
% Current number of equations to process: 3781
% Current number of ordered equations: 0
% Current number of rules: 501
% New rule produced :
% [624]
% (eq)(apply(apply(apply(apply(n,X),Y),Z),f(apply(apply(apply(X,Z),Y),Z))),
% apply(apply(apply(apply(apply(apply(n,b),n),b),apply(apply(X,Z),Y)),Z),
% f(apply(apply(apply(X,Z),Y),Z)))) -> (false)
% Current number of equations to process: 4438
% Current number of ordered equations: 2
% Current number of rules: 502
% New rule produced :
% [625]
% (eq)(apply(apply(apply(apply(X,Y),Z),Y),f(apply(apply(apply(n,X),Z),Y))),
% apply(apply(apply(apply(apply(apply(n,b),n),b),apply(apply(X,Y),Z)),Y),
% f(apply(apply(apply(X,Y),Z),Y)))) -> (false)
% Current number of equations to process: 4438
% Current number of ordered equations: 1
% Current number of rules: 503
% New rule produced :
% [626]
% (eq)(apply(apply(apply(apply(X,Y),Z),Y),f(apply(apply(apply(X,Y),Z),Y))),
% apply(apply(apply(apply(apply(apply(n,b),n),b),apply(apply(X,Y),Z)),Y),
% f(apply(apply(apply(n,X),Z),Y)))) -> (false)
% Current number of equations to process: 4438
% Current number of ordered equations: 0
% Current number of rules: 504
% New rule produced :
% [627]
% (eq)(apply(apply(apply(apply(n,X),Y),Z),f(apply(apply(apply(X,Z),Y),Z))),
% apply(apply(apply(apply(apply(apply(n,b),n),b),apply(apply(n,X),Y)),Z),
% f(apply(apply(apply(n,X),Y),Z)))) -> (false)
% Current number of equations to process: 2882
% Current number of ordered equations: 2
% Current number of rules: 505
% New rule produced :
% [628]
% (eq)(apply(apply(apply(apply(X,Y),Z),Y),f(apply(apply(apply(n,X),Z),Y))),
% apply(apply(apply(apply(apply(apply(n,b),n),b),apply(apply(n,X),Z)),Y),
% f(apply(apply(apply(n,X),Z),Y)))) -> (false)
% Current number of equations to process: 2882
% Current number of ordered equations: 1
% Current number of rules: 506
% New rule produced :
% [629]
% (eq)(apply(apply(apply(apply(n,X),Y),Z),f(apply(apply(apply(n,X),Y),Z))),
% apply(apply(apply(apply(apply(apply(n,b),n),b),apply(apply(n,X),Y)),Z),
% f(apply(apply(apply(X,Z),Y),Z)))) -> (false)
% Current number of equations to process: 2882
% Current number of ordered equations: 0
% Current number of rules: 507
% New rule produced :
% [630]
% (eq)(apply(apply(apply(apply(n,X),Y),Z),f(apply(apply(apply(X,Z),Y),Z))),
% apply(apply(apply(apply(apply(apply(n,n),n),b),apply(apply(X,Z),Y)),Z),
% f(apply(apply(apply(X,Z),Y),Z)))) -> (false)
% Current number of equations to process: 3538
% Current number of ordered equations: 2
% Current number of rules: 508
% New rule produced :
% [631]
% (eq)(apply(apply(apply(apply(X,Y),Z),Y),f(apply(apply(apply(n,X),Z),Y))),
% apply(apply(apply(apply(apply(apply(n,n),n),b),apply(apply(X,Y),Z)),Y),
% f(apply(apply(apply(X,Y),Z),Y)))) -> (false)
% Current number of equations to process: 3538
% Current number of ordered equations: 1
% Current number of rules: 509
% New rule produced :
% [632]
% (eq)(apply(apply(apply(apply(X,Y),Z),Y),f(apply(apply(apply(X,Y),Z),Y))),
% apply(apply(apply(apply(apply(apply(n,n),n),b),apply(apply(X,Y),Z)),Y),
% f(apply(apply(apply(n,X),Z),Y)))) -> (false)
% Current number of equations to process: 3538
% Current number of ordered equations: 0
% Current number of rules: 510
% New rule produced :
% [633]
% (eq)(apply(apply(apply(apply(n,X),Y),Z),f(apply(apply(apply(X,Z),Y),Z))),
% apply(apply(apply(apply(apply(apply(n,n),n),b),apply(apply(n,X),Y)),Z),
% f(apply(apply(apply(n,X),Y),Z)))) -> (false)
% Current number of equations to process: 4370
% Current number of ordered equations: 2
% Current number of rules: 511
% New rule produced :
% [634]
% (eq)(apply(apply(apply(apply(X,Y),Z),Y),f(apply(apply(apply(n,X),Z),Y))),
% apply(apply(apply(apply(apply(apply(n,n),n),b),apply(apply(n,X),Z)),Y),
% f(apply(apply(apply(n,X),Z),Y)))) -> (false)
% Current number of equations to process: 4370
% Current number of ordered equations: 1
% Current number of rules: 512
% New rule produced :
% [635]
% (eq)(apply(apply(apply(apply(n,X),Y),Z),f(apply(apply(apply(n,X),Y),Z))),
% apply(apply(apply(apply(apply(apply(n,n),n),b),apply(apply(n,X),Y)),Z),
% f(apply(apply(apply(X,Z),Y),Z)))) -> (false)
% Current number of equations to process: 4370
% Current number of ordered equations: 0
% Current number of rules: 513
% New rule produced :
% [636]
% (eq)(apply(apply(apply(apply(n,n),X),Y),f(apply(apply(apply(Y,Y),X),Y))),
% apply(apply(apply(apply(apply(apply(b,b),n),b),apply(apply(Y,Y),X)),Y),
% f(apply(apply(apply(Y,Y),X),Y)))) -> (false)
% Current number of equations to process: 3443
% Current number of ordered equations: 2
% Current number of rules: 514
% New rule produced :
% [637]
% (eq)(apply(apply(apply(apply(X,X),Y),X),f(apply(apply(apply(n,n),Y),X))),
% apply(apply(apply(apply(apply(apply(b,b),n),b),apply(apply(X,X),Y)),X),
% f(apply(apply(apply(X,X),Y),X)))) -> (false)
% Current number of equations to process: 3443
% Current number of ordered equations: 1
% Current number of rules: 515
% New rule produced :
% [638]
% (eq)(apply(apply(apply(apply(X,X),Y),X),f(apply(apply(apply(X,X),Y),X))),
% apply(apply(apply(apply(apply(apply(b,b),n),b),apply(apply(X,X),Y)),X),
% f(apply(apply(apply(n,n),Y),X)))) -> (false)
% Current number of equations to process: 3443
% Current number of ordered equations: 0
% Current number of rules: 516
% New rule produced :
% [639]
% (eq)(apply(apply(apply(apply(n,n),X),Y),f(apply(apply(apply(Y,Y),X),Y))),
% apply(apply(apply(apply(apply(apply(n,b),n),b),apply(apply(Y,Y),X)),Y),
% f(apply(apply(apply(Y,Y),X),Y)))) -> (false)
% Current number of equations to process: 3578
% Current number of ordered equations: 2
% Current number of rules: 517
% New rule produced :
% [640]
% (eq)(apply(apply(apply(apply(X,X),Y),X),f(apply(apply(apply(n,n),Y),X))),
% apply(apply(apply(apply(apply(apply(n,b),n),b),apply(apply(X,X),Y)),X),
% f(apply(apply(apply(X,X),Y),X)))) -> (false)
% Current number of equations to process: 3578
% Current number of ordered equations: 1
% Current number of rules: 518
% New rule produced :
% [641]
% (eq)(apply(apply(apply(apply(X,X),Y),X),f(apply(apply(apply(X,X),Y),X))),
% apply(apply(apply(apply(apply(apply(n,b),n),b),apply(apply(X,X),Y)),X),
% f(apply(apply(apply(n,n),Y),X)))) -> (false)
% Current number of equations to process: 3578
% Current number of ordered equations: 0
% Current number of rules: 519
% New rule produced :
% [642]
% (eq)(apply(apply(apply(apply(n,n),X),Y),f(apply(apply(apply(Y,Y),X),Y))),
% apply(apply(apply(apply(apply(apply(n,n),n),b),apply(apply(Y,Y),X)),Y),
% f(apply(apply(apply(Y,Y),X),Y)))) -> (false)
% Current number of equations to process: 3709
% Current number of ordered equations: 2
% Current number of rules: 520
% New rule produced :
% [643]
% (eq)(apply(apply(apply(apply(X,X),Y),X),f(apply(apply(apply(n,n),Y),X))),
% apply(apply(apply(apply(apply(apply(n,n),n),b),apply(apply(X,X),Y)),X),
% f(apply(apply(apply(X,X),Y),X)))) -> (false)
% Current number of equations to process: 3709
% Current number of ordered equations: 1
% Current number of rules: 521
% New rule produced :
% [644]
% (eq)(apply(apply(apply(apply(X,X),Y),X),f(apply(apply(apply(X,X),Y),X))),
% apply(apply(apply(apply(apply(apply(n,n),n),b),apply(apply(X,X),Y)),X),
% f(apply(apply(apply(n,n),Y),X)))) -> (false)
% Current number of equations to process: 3709
% Current number of ordered equations: 0
% Current number of rules: 522
% New rule produced :
% [645]
% (eq)(apply(apply(apply(apply(n,n),X),Y),f(apply(apply(apply(Y,Y),X),Y))),
% apply(apply(apply(apply(apply(apply(b,b),n),b),apply(apply(n,n),X)),Y),
% f(apply(apply(apply(n,n),X),Y)))) -> (false)
% Current number of equations to process: 3840
% Current number of ordered equations: 2
% Current number of rules: 523
% New rule produced :
% [646]
% (eq)(apply(apply(apply(apply(X,X),Y),X),f(apply(apply(apply(n,n),Y),X))),
% apply(apply(apply(apply(apply(apply(b,b),n),b),apply(apply(n,n),Y)),X),
% f(apply(apply(apply(n,n),Y),X)))) -> (false)
% Current number of equations to process: 3840
% Current number of ordered equations: 1
% Current number of rules: 524
% New rule produced :
% [647]
% (eq)(apply(apply(apply(apply(n,n),X),Y),f(apply(apply(apply(n,n),X),Y))),
% apply(apply(apply(apply(apply(apply(b,b),n),b),apply(apply(n,n),X)),Y),
% f(apply(apply(apply(Y,Y),X),Y)))) -> (false)
% Current number of equations to process: 3840
% Current number of ordered equations: 0
% Current number of rules: 525
% New rule produced :
% [648]
% (eq)(apply(apply(apply(apply(n,n),X),Y),f(apply(apply(apply(Y,Y),X),Y))),
% apply(apply(apply(apply(apply(apply(n,b),n),b),apply(apply(n,n),X)),Y),
% f(apply(apply(apply(n,n),X),Y)))) -> (false)
% Current number of equations to process: 3970
% Current number of ordered equations: 2
% Current number of rules: 526
% New rule produced :
% [649]
% (eq)(apply(apply(apply(apply(X,X),Y),X),f(apply(apply(apply(n,n),Y),X))),
% apply(apply(apply(apply(apply(apply(n,b),n),b),apply(apply(n,n),Y)),X),
% f(apply(apply(apply(n,n),Y),X)))) -> (false)
% Current number of equations to process: 3970
% Current number of ordered equations: 1
% Current number of rules: 527
% New rule produced :
% [650]
% (eq)(apply(apply(apply(apply(n,n),X),Y),f(apply(apply(apply(n,n),X),Y))),
% apply(apply(apply(apply(apply(apply(n,b),n),b),apply(apply(n,n),X)),Y),
% f(apply(apply(apply(Y,Y),X),Y)))) -> (false)
% Current number of equations to process: 3970
% Current number of ordered equations: 0
% Current number of rules: 528
% New rule produced :
% [651]
% (eq)(apply(apply(apply(apply(n,n),X),Y),f(apply(apply(apply(Y,Y),X),Y))),
% apply(apply(apply(apply(apply(apply(n,n),n),b),apply(apply(n,n),X)),Y),
% f(apply(apply(apply(n,n),X),Y)))) -> (false)
% Current number of equations to process: 4098
% Current number of ordered equations: 2
% Current number of rules: 529
% New rule produced :
% [652]
% (eq)(apply(apply(apply(apply(X,X),Y),X),f(apply(apply(apply(n,n),Y),X))),
% apply(apply(apply(apply(apply(apply(n,n),n),b),apply(apply(n,n),Y)),X),
% f(apply(apply(apply(n,n),Y),X)))) -> (false)
% Current number of equations to process: 4098
% Current number of ordered equations: 1
% Current number of rules: 530
% New rule produced :
% [653]
% (eq)(apply(apply(apply(apply(n,n),X),Y),f(apply(apply(apply(n,n),X),Y))),
% apply(apply(apply(apply(apply(apply(n,n),n),b),apply(apply(n,n),X)),Y),
% f(apply(apply(apply(Y,Y),X),Y)))) -> (false)
% Current number of equations to process: 4098
% Current number of ordered equations: 0
% Current number of rules: 531
% New rule produced :
% [654]
% (eq)(apply(apply(X,apply(Y,Z)),f(apply(X,apply(Y,Z)))),apply(apply(apply(
% apply(
% apply(
% apply(b,b),b),
% f(
% apply(
% apply(
% apply(b,X),Y),Z))),X),
% apply(Y,Z)),
% f(apply(X,apply(Y,Z)))))
% -> (false)
% Current number of equations to process: 4225
% Current number of ordered equations: 0
% Current number of rules: 532
% New rule produced :
% [655]
% (eq)(apply(apply(apply(apply(b,X),Y),b),f(apply(apply(apply(b,X),Y),b))),
% apply(apply(apply(apply(apply(apply(b,n),apply(b,b)),n),apply(apply(b,X),Y)),b),
% f(apply(X,apply(Y,b))))) -> (false)
% Current number of equations to process: 4610
% Current number of ordered equations: 0
% Current number of rules: 533
% New rule produced :
% [656]
% (eq)(apply(apply(apply(apply(b,X),Y),b),f(apply(apply(apply(b,X),Y),b))),
% apply(apply(apply(apply(apply(apply(apply(apply(apply(b,b),b),n),n),b),n),
% apply(apply(b,X),Y)),b),f(apply(X,apply(Y,b))))) -> (false)
% Current number of equations to process: 4704
% Current number of ordered equations: 0
% Current number of rules: 534
% New rule produced :
% [657]
% (eq)(apply(apply(apply(apply(b,X),Y),b),f(apply(apply(apply(b,X),Y),b))),
% apply(apply(apply(apply(apply(apply(apply(apply(apply(b,b),b),n),n),n),n),
% apply(apply(b,X),Y)),b),f(apply(X,apply(Y,b))))) -> (false)
% Current number of equations to process: 4766
% Current number of ordered equations: 0
% Current number of rules: 535
% New rule produced :
% [658]
% (eq)(apply(apply(apply(apply(b,X),Y),b),f(apply(apply(apply(b,X),Y),b))),
% apply(apply(apply(apply(apply(apply(n,b),apply(b,b)),n),apply(apply(b,X),Y)),b),
% f(apply(X,apply(Y,b))))) -> (false)
% Current number of equations to process: 4828
% Current number of ordered equations: 0
% Current number of rules: 536
% New rule produced :
% [659]
% (eq)(apply(apply(apply(apply(b,X),Y),b),f(apply(apply(apply(b,X),Y),b))),
% apply(apply(apply(apply(apply(apply(apply(apply(apply(b,b),n),b),n),n),n),
% apply(apply(b,X),Y)),b),f(apply(X,apply(Y,b))))) -> (false)
% Current number of equations to process: 4924
% Current number of ordered equations: 0
% Current number of rules: 537
% New rule produced :
% [660]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),b),
% apply(b,n)),b),n),b),b),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 4989
% Current number of ordered equations: 0
% Current number of rules: 538
% New rule produced :
% [661]
% (eq)(apply(apply(n,apply(X,Y)),f(apply(n,apply(X,Y)))),apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),n),b),n),b),n),
% apply(X,Y)),
% f(apply(apply(
% apply(b,n),X),Y))))
% -> (false)
% Current number of equations to process: 4994
% Current number of ordered equations: 0
% Current number of rules: 539
% New rule produced :
% [662]
% (eq)(apply(apply(n,apply(X,Y)),f(apply(n,apply(X,Y)))),apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(n,b),b),n),b),b),n),
% apply(X,Y)),
% f(apply(apply(
% apply(b,n),X),Y))))
% -> (false)
% Current number of equations to process: 2365
% Current number of ordered equations: 0
% Current number of rules: 540
% New rule produced :
% [663]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),b),
% apply(n,b)),b),n),b),b),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 2506
% Current number of ordered equations: 0
% Current number of rules: 541
% New rule produced :
% [664]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),
% apply(b,b)),n),b),n),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 2510
% Current number of ordered equations: 0
% Current number of rules: 542
% New rule produced :
% [665]
% (eq)(apply(apply(b,b),f(apply(b,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),
% apply(
% apply(b,b),b)),n),b),n),b),b),
% f(apply(b,b)))) -> (false)
% Current number of equations to process: 2692
% Current number of ordered equations: 0
% Current number of rules: 543
% New rule produced :
% [666]
% (eq)(apply(apply(b,b),f(apply(b,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),
% apply(
% apply(b,b),b)),n),n),n),b),b),
% f(apply(b,b)))) -> (false)
% Current number of equations to process: 2700
% Current number of ordered equations: 0
% Current number of rules: 544
% New rule produced :
% [667]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),
% apply(b,b)),n),b),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 2703
% Current number of ordered equations: 1
% Current number of rules: 545
% New rule produced :
% [668]
% (eq)(apply(apply(b,b),f(apply(b,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),
% apply(
% apply(b,b),n)),b),n),n),b),b),
% f(apply(b,b)))) -> (false)
% Current number of equations to process: 2703
% Current number of ordered equations: 0
% Current number of rules: 546
% New rule produced :
% [669]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),
% apply(
% apply(b,b),b)),n),n),n),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 2888
% Current number of ordered equations: 0
% Current number of rules: 547
% New rule produced :
% [670]
% (eq)(apply(apply(b,b),f(apply(b,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),
% apply(
% apply(b,b),n)),b),b),n),b),b),
% f(apply(b,b)))) -> (false)
% Current number of equations to process: 2895
% Current number of ordered equations: 0
% Current number of rules: 548
% New rule produced :
% [671]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),
% apply(
% apply(b,b),n)),b),n),n),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 2897
% Current number of ordered equations: 0
% Current number of rules: 549
% New rule produced :
% [672]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,b),b),n),
% apply(
% apply(
% apply(b,n),b),n)),n),b),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 2901
% Current number of ordered equations: 0
% Current number of rules: 550
% New rule produced :
% [673]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),b),n),n),n),b),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 2911
% Current number of ordered equations: 1
% Current number of rules: 551
% New rule produced :
% [674]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,b),b),n),
% apply(
% apply(
% apply(b,n),n),b)),n),b),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 2911
% Current number of ordered equations: 0
% Current number of rules: 552
% New rule produced :
% [675]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),
% apply(n,b)),n),b),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 2944
% Current number of ordered equations: 2
% Current number of rules: 553
% New rule produced :
% [676]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),n),b),n),n),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 2944
% Current number of ordered equations: 1
% Current number of rules: 554
% New rule produced :
% [677]
% (eq)(apply(apply(b,b),f(apply(b,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),
% apply(
% apply(n,b),n)),b),n),n),b),b),
% f(apply(b,b)))) -> (false)
% Current number of equations to process: 2944
% Current number of ordered equations: 0
% Current number of rules: 555
% New rule produced :
% [678]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),n),
% apply(b,b)),b),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Rule
% [502]
% (eq)(apply(apply(b,b),f(apply(b,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),n),
% apply(b,b)),b),b),n),b),b),
% f(apply(b,b)))) -> (false) collapsed.
% Current number of equations to process: 3300
% Current number of ordered equations: 0
% Current number of rules: 555
% New rule produced :
% [679]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),
% apply(n,n)),n),b),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 3478
% Current number of ordered equations: 2
% Current number of rules: 556
% New rule produced :
% [680]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),n),n),n),n),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 3478
% Current number of ordered equations: 1
% Current number of rules: 557
% New rule produced :
% [681]
% (eq)(apply(apply(b,b),f(apply(b,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),
% apply(
% apply(n,n),n)),b),n),n),b),b),
% f(apply(b,b)))) -> (false)
% Current number of equations to process: 3478
% Current number of ordered equations: 0
% Current number of rules: 558
% New rule produced :
% [682]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),n),
% apply(
% apply(b,b),b)),n),n),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 3835
% Current number of ordered equations: 0
% Current number of rules: 559
% New rule produced :
% [683]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),n),b),n),b),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 3838
% Current number of ordered equations: 1
% Current number of rules: 560
% New rule produced :
% [684]
% (eq)(apply(apply(b,b),f(apply(b,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),
% apply(
% apply(n,b),n)),b),b),n),b),b),
% f(apply(b,b)))) -> (false)
% Current number of equations to process: 3838
% Current number of ordered equations: 0
% Current number of rules: 561
% New rule produced :
% [685]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),n),n),n),b),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 4011
% Current number of ordered equations: 1
% Current number of rules: 562
% New rule produced :
% [686]
% (eq)(apply(apply(b,b),f(apply(b,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),
% apply(
% apply(n,n),n)),b),b),n),b),b),
% f(apply(b,b)))) -> (false)
% Current number of equations to process: 4011
% Current number of ordered equations: 0
% Current number of rules: 563
% New rule produced :
% [687]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),
% apply(n,b)),n),b),n),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 4182
% Current number of ordered equations: 1
% Current number of rules: 564
% New rule produced :
% [688]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),
% apply(
% apply(n,b),n)),b),n),n),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 4182
% Current number of ordered equations: 0
% Current number of rules: 565
% New rule produced :
% [689]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),n),
% apply(b,b)),b),n),n),X),b),
% f(apply(X,b)))) -> (false)
% Rule
% [503]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),n),
% apply(b,b)),b),n),n),n),b),
% f(apply(n,b)))) -> (false) collapsed.
% Current number of equations to process: 4367
% Current number of ordered equations: 0
% Current number of rules: 565
% New rule produced :
% [690]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),
% apply(n,n)),n),b),n),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 4545
% Current number of ordered equations: 1
% Current number of rules: 566
% New rule produced :
% [691]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),
% apply(
% apply(n,n),n)),b),n),n),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 4545
% Current number of ordered equations: 0
% Current number of rules: 567
% New rule produced :
% [692]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(b,b),b),n),
% apply(
% apply(
% apply(n,b),b),n)),n),b),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 4727
% Current number of ordered equations: 0
% Current number of rules: 568
% New rule produced :
% [693]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),b),
% apply(b,n)),
% apply(b,n)),b),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 4736
% Current number of ordered equations: 0
% Current number of rules: 569
% New rule produced :
% [694]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),b),b),n),b),
% apply(
% apply(b,b),b)),n),n),b),b),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 4744
% Current number of ordered equations: 0
% Current number of rules: 570
% New rule produced :
% [695]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),b),
% apply(b,n)),
% apply(b,n)),n),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 4752
% Current number of ordered equations: 0
% Current number of rules: 571
% New rule produced :
% [696]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),b),
% apply(b,n)),
% apply(n,b)),n),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 4758
% Current number of ordered equations: 0
% Current number of rules: 572
% New rule produced :
% [697]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),b),b),n),b),
% apply(
% apply(b,b),b)),n),b),n),n),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 4765
% Current number of ordered equations: 0
% Current number of rules: 573
% New rule produced :
% [698]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),b),
% apply(b,n)),n),n),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 4777
% Current number of ordered equations: 0
% Current number of rules: 574
% New rule produced :
% [699]
% (eq)(apply(apply(n,X),f(apply(n,X))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),b),
% apply(n,b)),n),n),b),n),X),
% f(apply(n,X)))) -> (false)
% Current number of equations to process: 4809
% Current number of ordered equations: 0
% Current number of rules: 575
% New rule produced :
% [700]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),
% apply(b,b)),b),n),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 4844
% Current number of ordered equations: 0
% Current number of rules: 576
% New rule produced :
% [701]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),
% apply(b,b)),b),n),n),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 2895
% Current number of ordered equations: 0
% Current number of rules: 577
% New rule produced :
% [702]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),b),b),n),n),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 3077
% Current number of ordered equations: 0
% Current number of rules: 578
% New rule produced :
% [703]
% (eq)(apply(apply(b,b),f(apply(b,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),n),
% apply(
% apply(b,b),n)),n),n),b),b),
% f(apply(b,b)))) -> (false)
% Current number of equations to process: 3246
% Current number of ordered equations: 0
% Current number of rules: 579
% New rule produced :
% [704]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),b),b),n),b),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 3252
% Current number of ordered equations: 0
% Current number of rules: 580
% New rule produced :
% [705]
% (eq)(apply(apply(b,b),f(apply(b,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),n),
% apply(
% apply(b,b),n)),b),n),b),b),
% f(apply(b,b)))) -> (false)
% Current number of equations to process: 3417
% Current number of ordered equations: 0
% Current number of rules: 581
% New rule produced :
% [706]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),n),
% apply(n,b)),b),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 3421
% Current number of ordered equations: 0
% Current number of rules: 582
% New rule produced :
% [707]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),n),b),n),b),n),n),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 3595
% Current number of ordered equations: 1
% Current number of rules: 583
% New rule produced :
% [708]
% (eq)(apply(apply(b,b),f(apply(b,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),n),
% apply(
% apply(n,b),n)),n),n),b),b),
% f(apply(b,b)))) -> (false)
% Current number of equations to process: 3595
% Current number of ordered equations: 0
% Current number of rules: 584
% New rule produced :
% [709]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),b),b),n),b),b),n),b),n),n),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 3782
% Current number of ordered equations: 0
% Current number of rules: 585
% New rule produced :
% [710]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),b),b),n),n),b),b),n),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 3960
% Current number of ordered equations: 0
% Current number of rules: 586
% New rule produced :
% [711]
% (eq)(apply(apply(b,b),f(apply(b,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),n),
% apply(n,
% apply(b,b))),n),n),b),b),
% f(apply(b,b)))) -> (false)
% Current number of equations to process: 4137
% Current number of ordered equations: 0
% Current number of rules: 587
% New rule produced :
% [712]
% (eq)(apply(apply(b,b),f(apply(b,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),b),
% apply(b,b)),b),n),n),
% apply(b,b)),b),n),n),b),b),
% f(apply(b,b)))) -> (false)
% Current number of equations to process: 4144
% Current number of ordered equations: 0
% Current number of rules: 588
% New rule produced :
% [713]
% (eq)(apply(apply(b,b),f(apply(b,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,b),n),b),
% apply(n,
% apply(b,b))),b),n),n),b),b),
% f(apply(b,b)))) -> (false)
% Current number of equations to process: 4152
% Current number of ordered equations: 0
% Current number of rules: 589
% New rule produced :
% [714]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),n),
% apply(n,n)),b),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 4161
% Current number of ordered equations: 0
% Current number of rules: 590
% New rule produced :
% [715]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),n),b),n),n),n),n),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 4332
% Current number of ordered equations: 1
% Current number of rules: 591
% New rule produced :
% [716]
% (eq)(apply(apply(b,b),f(apply(b,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),n),
% apply(
% apply(n,n),n)),n),n),b),b),
% f(apply(b,b)))) -> (false)
% Current number of equations to process: 4332
% Current number of ordered equations: 0
% Current number of rules: 592
% New rule produced :
% [717]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),b),b),n),b),b),n),n),n),n),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 4517
% Current number of ordered equations: 0
% Current number of rules: 593
% New rule produced :
% [718]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),b),b),b),n),n),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 4698
% Current number of ordered equations: 0
% Current number of rules: 594
% New rule produced :
% [719]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),b),b),n),b),b),n),b),b),n),n),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 4868
% Current number of ordered equations: 0
% Current number of rules: 595
% New rule produced :
% [720]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),b),b),n),n),
% apply(b,b)),b),n),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 1185
% Current number of ordered equations: 0
% Current number of rules: 596
% New rule produced :
% [721]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,b),n),b),n),
% apply(
% apply(b,b),b)),n),n),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 1366
% Current number of ordered equations: 0
% Current number of rules: 597
% New rule produced :
% [722]
% (eq)(apply(apply(n,b),f(apply(n,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),b),b),b),n),b),b),n),
% apply(
% apply(b,b),b)),n),n),n),b),
% f(apply(n,b)))) -> (false)
% Current number of equations to process: 1374
% Current number of ordered equations: 0
% Current number of rules: 598
% New rule produced :
% [723]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(b,b),n),b),n),b),n),b),b),n),X),b),
% f(apply(X,b)))) -> (false)
% Current number of equations to process: 1380
% Current number of ordered equations: 1
% Current number of rules: 599
% New rule produced :
% [724]
% (eq)(apply(apply(b,b),f(apply(b,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(b,b),b),n),n),
% apply(
% apply(n,b),n)),b),n),b),b),
% f(apply(b,b)))) -> (false)
% Current number of equations to process: 1380
% Current number of ordered equations: 0
% Current number of rules: 600
% New rule produced :
% [725]
% (eq)(apply(apply(X,b),f(apply(X,b))),apply(apply(apply(apply(apply(apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% apply(
% Cputime limit exceeded (core dumped)
% 
% EOF
%------------------------------------------------------------------------------