0 Prolog
↳1 PrologToPiTRSProof (⇐)
↳2 PiTRS
↳3 DependencyPairsProof (⇔)
↳4 PiDP
↳5 DependencyGraphProof (⇔)
↳6 AND
↳7 PiDP
↳8 UsableRulesProof (⇔)
↳9 PiDP
↳10 PiDPToQDPProof (⇐)
↳11 QDP
↳12 QDPSizeChangeProof (⇔)
↳13 TRUE
↳14 PiDP
↳15 UsableRulesProof (⇔)
↳16 PiDP
↳17 PiDPToQDPProof (⇔)
↳18 QDP
↳19 QDPSizeChangeProof (⇔)
↳20 TRUE
↳21 PiDP
↳22 UsableRulesProof (⇔)
↳23 PiDP
↳24 PiDPToQDPProof (⇐)
↳25 QDP
↳26 QDPSizeChangeProof (⇔)
↳27 TRUE
↳28 PiDP
↳29 UsableRulesProof (⇔)
↳30 PiDP
↳31 PiDPToQDPProof (⇐)
↳32 QDP
↳33 QDPSizeChangeProof (⇔)
↳34 TRUE
↳35 PiDP
↳36 UsableRulesProof (⇔)
↳37 PiDP
↳38 PiDPToQDPProof (⇐)
↳39 QDP
↳40 QDPSizeChangeProof (⇔)
↳41 TRUE
↳42 PrologToPiTRSProof (⇐)
↳43 PiTRS
↳44 DependencyPairsProof (⇔)
↳45 PiDP
↳46 DependencyGraphProof (⇔)
↳47 AND
↳48 PiDP
↳49 UsableRulesProof (⇔)
↳50 PiDP
↳51 PiDPToQDPProof (⇐)
↳52 QDP
↳53 QDPSizeChangeProof (⇔)
↳54 TRUE
↳55 PiDP
↳56 UsableRulesProof (⇔)
↳57 PiDP
↳58 PiDPToQDPProof (⇔)
↳59 QDP
↳60 QDPSizeChangeProof (⇔)
↳61 TRUE
↳62 PiDP
↳63 UsableRulesProof (⇔)
↳64 PiDP
↳65 PiDPToQDPProof (⇐)
↳66 QDP
↳67 QDPSizeChangeProof (⇔)
↳68 TRUE
↳69 PiDP
↳70 UsableRulesProof (⇔)
↳71 PiDP
↳72 PiDPToQDPProof (⇐)
↳73 QDP
↳74 QDPSizeChangeProof (⇔)
↳75 TRUE
↳76 PiDP
↳77 UsableRulesProof (⇔)
↳78 PiDP
insert_in_aga(X, void, tree(X, void, void)) → insert_out_aga(X, void, tree(X, void, void))
insert_in_aga(X, tree(X, Left, Right), tree(X, Left, Right)) → insert_out_aga(X, tree(X, Left, Right), tree(X, Left, Right))
insert_in_aga(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → U1_aga(X, Y, Left, Right, Left1, less_in_ag(X, Y))
less_in_ag(0, s(X1)) → less_out_ag(0, s(X1))
less_in_ag(s(X), s(Y)) → U5_ag(X, Y, less_in_ag(X, Y))
U5_ag(X, Y, less_out_ag(X, Y)) → less_out_ag(s(X), s(Y))
U1_aga(X, Y, Left, Right, Left1, less_out_ag(X, Y)) → U2_aga(X, Y, Left, Right, Left1, insert_in_gga(X, Left, Left1))
insert_in_gga(X, void, tree(X, void, void)) → insert_out_gga(X, void, tree(X, void, void))
insert_in_gga(X, tree(X, Left, Right), tree(X, Left, Right)) → insert_out_gga(X, tree(X, Left, Right), tree(X, Left, Right))
insert_in_gga(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → U1_gga(X, Y, Left, Right, Left1, less_in_gg(X, Y))
less_in_gg(0, s(X1)) → less_out_gg(0, s(X1))
less_in_gg(s(X), s(Y)) → U5_gg(X, Y, less_in_gg(X, Y))
U5_gg(X, Y, less_out_gg(X, Y)) → less_out_gg(s(X), s(Y))
U1_gga(X, Y, Left, Right, Left1, less_out_gg(X, Y)) → U2_gga(X, Y, Left, Right, Left1, insert_in_gga(X, Left, Left1))
insert_in_gga(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_gga(X, Y, Left, Right, Right1, less_in_gg(Y, X))
U3_gga(X, Y, Left, Right, Right1, less_out_gg(Y, X)) → U4_gga(X, Y, Left, Right, Right1, insert_in_gga(X, Right, Right1))
U4_gga(X, Y, Left, Right, Right1, insert_out_gga(X, Right, Right1)) → insert_out_gga(X, tree(Y, Left, Right), tree(Y, Left, Right1))
U2_gga(X, Y, Left, Right, Left1, insert_out_gga(X, Left, Left1)) → insert_out_gga(X, tree(Y, Left, Right), tree(Y, Left1, Right))
U2_aga(X, Y, Left, Right, Left1, insert_out_gga(X, Left, Left1)) → insert_out_aga(X, tree(Y, Left, Right), tree(Y, Left1, Right))
insert_in_aga(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_aga(X, Y, Left, Right, Right1, less_in_ga(Y, X))
less_in_ga(0, s(X1)) → less_out_ga(0, s(X1))
less_in_ga(s(X), s(Y)) → U5_ga(X, Y, less_in_ga(X, Y))
U5_ga(X, Y, less_out_ga(X, Y)) → less_out_ga(s(X), s(Y))
U3_aga(X, Y, Left, Right, Right1, less_out_ga(Y, X)) → U4_aga(X, Y, Left, Right, Right1, insert_in_aga(X, Right, Right1))
U4_aga(X, Y, Left, Right, Right1, insert_out_aga(X, Right, Right1)) → insert_out_aga(X, tree(Y, Left, Right), tree(Y, Left, Right1))
Infinitary Constructor Rewriting Termination of PiTRS implies Termination of Prolog
insert_in_aga(X, void, tree(X, void, void)) → insert_out_aga(X, void, tree(X, void, void))
insert_in_aga(X, tree(X, Left, Right), tree(X, Left, Right)) → insert_out_aga(X, tree(X, Left, Right), tree(X, Left, Right))
insert_in_aga(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → U1_aga(X, Y, Left, Right, Left1, less_in_ag(X, Y))
less_in_ag(0, s(X1)) → less_out_ag(0, s(X1))
less_in_ag(s(X), s(Y)) → U5_ag(X, Y, less_in_ag(X, Y))
U5_ag(X, Y, less_out_ag(X, Y)) → less_out_ag(s(X), s(Y))
U1_aga(X, Y, Left, Right, Left1, less_out_ag(X, Y)) → U2_aga(X, Y, Left, Right, Left1, insert_in_gga(X, Left, Left1))
insert_in_gga(X, void, tree(X, void, void)) → insert_out_gga(X, void, tree(X, void, void))
insert_in_gga(X, tree(X, Left, Right), tree(X, Left, Right)) → insert_out_gga(X, tree(X, Left, Right), tree(X, Left, Right))
insert_in_gga(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → U1_gga(X, Y, Left, Right, Left1, less_in_gg(X, Y))
less_in_gg(0, s(X1)) → less_out_gg(0, s(X1))
less_in_gg(s(X), s(Y)) → U5_gg(X, Y, less_in_gg(X, Y))
U5_gg(X, Y, less_out_gg(X, Y)) → less_out_gg(s(X), s(Y))
U1_gga(X, Y, Left, Right, Left1, less_out_gg(X, Y)) → U2_gga(X, Y, Left, Right, Left1, insert_in_gga(X, Left, Left1))
insert_in_gga(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_gga(X, Y, Left, Right, Right1, less_in_gg(Y, X))
U3_gga(X, Y, Left, Right, Right1, less_out_gg(Y, X)) → U4_gga(X, Y, Left, Right, Right1, insert_in_gga(X, Right, Right1))
U4_gga(X, Y, Left, Right, Right1, insert_out_gga(X, Right, Right1)) → insert_out_gga(X, tree(Y, Left, Right), tree(Y, Left, Right1))
U2_gga(X, Y, Left, Right, Left1, insert_out_gga(X, Left, Left1)) → insert_out_gga(X, tree(Y, Left, Right), tree(Y, Left1, Right))
U2_aga(X, Y, Left, Right, Left1, insert_out_gga(X, Left, Left1)) → insert_out_aga(X, tree(Y, Left, Right), tree(Y, Left1, Right))
insert_in_aga(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_aga(X, Y, Left, Right, Right1, less_in_ga(Y, X))
less_in_ga(0, s(X1)) → less_out_ga(0, s(X1))
less_in_ga(s(X), s(Y)) → U5_ga(X, Y, less_in_ga(X, Y))
U5_ga(X, Y, less_out_ga(X, Y)) → less_out_ga(s(X), s(Y))
U3_aga(X, Y, Left, Right, Right1, less_out_ga(Y, X)) → U4_aga(X, Y, Left, Right, Right1, insert_in_aga(X, Right, Right1))
U4_aga(X, Y, Left, Right, Right1, insert_out_aga(X, Right, Right1)) → insert_out_aga(X, tree(Y, Left, Right), tree(Y, Left, Right1))
INSERT_IN_AGA(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → U1_AGA(X, Y, Left, Right, Left1, less_in_ag(X, Y))
INSERT_IN_AGA(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → LESS_IN_AG(X, Y)
LESS_IN_AG(s(X), s(Y)) → U5_AG(X, Y, less_in_ag(X, Y))
LESS_IN_AG(s(X), s(Y)) → LESS_IN_AG(X, Y)
U1_AGA(X, Y, Left, Right, Left1, less_out_ag(X, Y)) → U2_AGA(X, Y, Left, Right, Left1, insert_in_gga(X, Left, Left1))
U1_AGA(X, Y, Left, Right, Left1, less_out_ag(X, Y)) → INSERT_IN_GGA(X, Left, Left1)
INSERT_IN_GGA(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → U1_GGA(X, Y, Left, Right, Left1, less_in_gg(X, Y))
INSERT_IN_GGA(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → LESS_IN_GG(X, Y)
LESS_IN_GG(s(X), s(Y)) → U5_GG(X, Y, less_in_gg(X, Y))
LESS_IN_GG(s(X), s(Y)) → LESS_IN_GG(X, Y)
U1_GGA(X, Y, Left, Right, Left1, less_out_gg(X, Y)) → U2_GGA(X, Y, Left, Right, Left1, insert_in_gga(X, Left, Left1))
U1_GGA(X, Y, Left, Right, Left1, less_out_gg(X, Y)) → INSERT_IN_GGA(X, Left, Left1)
INSERT_IN_GGA(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_GGA(X, Y, Left, Right, Right1, less_in_gg(Y, X))
INSERT_IN_GGA(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → LESS_IN_GG(Y, X)
U3_GGA(X, Y, Left, Right, Right1, less_out_gg(Y, X)) → U4_GGA(X, Y, Left, Right, Right1, insert_in_gga(X, Right, Right1))
U3_GGA(X, Y, Left, Right, Right1, less_out_gg(Y, X)) → INSERT_IN_GGA(X, Right, Right1)
INSERT_IN_AGA(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_AGA(X, Y, Left, Right, Right1, less_in_ga(Y, X))
INSERT_IN_AGA(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → LESS_IN_GA(Y, X)
LESS_IN_GA(s(X), s(Y)) → U5_GA(X, Y, less_in_ga(X, Y))
LESS_IN_GA(s(X), s(Y)) → LESS_IN_GA(X, Y)
U3_AGA(X, Y, Left, Right, Right1, less_out_ga(Y, X)) → U4_AGA(X, Y, Left, Right, Right1, insert_in_aga(X, Right, Right1))
U3_AGA(X, Y, Left, Right, Right1, less_out_ga(Y, X)) → INSERT_IN_AGA(X, Right, Right1)
insert_in_aga(X, void, tree(X, void, void)) → insert_out_aga(X, void, tree(X, void, void))
insert_in_aga(X, tree(X, Left, Right), tree(X, Left, Right)) → insert_out_aga(X, tree(X, Left, Right), tree(X, Left, Right))
insert_in_aga(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → U1_aga(X, Y, Left, Right, Left1, less_in_ag(X, Y))
less_in_ag(0, s(X1)) → less_out_ag(0, s(X1))
less_in_ag(s(X), s(Y)) → U5_ag(X, Y, less_in_ag(X, Y))
U5_ag(X, Y, less_out_ag(X, Y)) → less_out_ag(s(X), s(Y))
U1_aga(X, Y, Left, Right, Left1, less_out_ag(X, Y)) → U2_aga(X, Y, Left, Right, Left1, insert_in_gga(X, Left, Left1))
insert_in_gga(X, void, tree(X, void, void)) → insert_out_gga(X, void, tree(X, void, void))
insert_in_gga(X, tree(X, Left, Right), tree(X, Left, Right)) → insert_out_gga(X, tree(X, Left, Right), tree(X, Left, Right))
insert_in_gga(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → U1_gga(X, Y, Left, Right, Left1, less_in_gg(X, Y))
less_in_gg(0, s(X1)) → less_out_gg(0, s(X1))
less_in_gg(s(X), s(Y)) → U5_gg(X, Y, less_in_gg(X, Y))
U5_gg(X, Y, less_out_gg(X, Y)) → less_out_gg(s(X), s(Y))
U1_gga(X, Y, Left, Right, Left1, less_out_gg(X, Y)) → U2_gga(X, Y, Left, Right, Left1, insert_in_gga(X, Left, Left1))
insert_in_gga(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_gga(X, Y, Left, Right, Right1, less_in_gg(Y, X))
U3_gga(X, Y, Left, Right, Right1, less_out_gg(Y, X)) → U4_gga(X, Y, Left, Right, Right1, insert_in_gga(X, Right, Right1))
U4_gga(X, Y, Left, Right, Right1, insert_out_gga(X, Right, Right1)) → insert_out_gga(X, tree(Y, Left, Right), tree(Y, Left, Right1))
U2_gga(X, Y, Left, Right, Left1, insert_out_gga(X, Left, Left1)) → insert_out_gga(X, tree(Y, Left, Right), tree(Y, Left1, Right))
U2_aga(X, Y, Left, Right, Left1, insert_out_gga(X, Left, Left1)) → insert_out_aga(X, tree(Y, Left, Right), tree(Y, Left1, Right))
insert_in_aga(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_aga(X, Y, Left, Right, Right1, less_in_ga(Y, X))
less_in_ga(0, s(X1)) → less_out_ga(0, s(X1))
less_in_ga(s(X), s(Y)) → U5_ga(X, Y, less_in_ga(X, Y))
U5_ga(X, Y, less_out_ga(X, Y)) → less_out_ga(s(X), s(Y))
U3_aga(X, Y, Left, Right, Right1, less_out_ga(Y, X)) → U4_aga(X, Y, Left, Right, Right1, insert_in_aga(X, Right, Right1))
U4_aga(X, Y, Left, Right, Right1, insert_out_aga(X, Right, Right1)) → insert_out_aga(X, tree(Y, Left, Right), tree(Y, Left, Right1))
INSERT_IN_AGA(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → U1_AGA(X, Y, Left, Right, Left1, less_in_ag(X, Y))
INSERT_IN_AGA(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → LESS_IN_AG(X, Y)
LESS_IN_AG(s(X), s(Y)) → U5_AG(X, Y, less_in_ag(X, Y))
LESS_IN_AG(s(X), s(Y)) → LESS_IN_AG(X, Y)
U1_AGA(X, Y, Left, Right, Left1, less_out_ag(X, Y)) → U2_AGA(X, Y, Left, Right, Left1, insert_in_gga(X, Left, Left1))
U1_AGA(X, Y, Left, Right, Left1, less_out_ag(X, Y)) → INSERT_IN_GGA(X, Left, Left1)
INSERT_IN_GGA(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → U1_GGA(X, Y, Left, Right, Left1, less_in_gg(X, Y))
INSERT_IN_GGA(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → LESS_IN_GG(X, Y)
LESS_IN_GG(s(X), s(Y)) → U5_GG(X, Y, less_in_gg(X, Y))
LESS_IN_GG(s(X), s(Y)) → LESS_IN_GG(X, Y)
U1_GGA(X, Y, Left, Right, Left1, less_out_gg(X, Y)) → U2_GGA(X, Y, Left, Right, Left1, insert_in_gga(X, Left, Left1))
U1_GGA(X, Y, Left, Right, Left1, less_out_gg(X, Y)) → INSERT_IN_GGA(X, Left, Left1)
INSERT_IN_GGA(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_GGA(X, Y, Left, Right, Right1, less_in_gg(Y, X))
INSERT_IN_GGA(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → LESS_IN_GG(Y, X)
U3_GGA(X, Y, Left, Right, Right1, less_out_gg(Y, X)) → U4_GGA(X, Y, Left, Right, Right1, insert_in_gga(X, Right, Right1))
U3_GGA(X, Y, Left, Right, Right1, less_out_gg(Y, X)) → INSERT_IN_GGA(X, Right, Right1)
INSERT_IN_AGA(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_AGA(X, Y, Left, Right, Right1, less_in_ga(Y, X))
INSERT_IN_AGA(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → LESS_IN_GA(Y, X)
LESS_IN_GA(s(X), s(Y)) → U5_GA(X, Y, less_in_ga(X, Y))
LESS_IN_GA(s(X), s(Y)) → LESS_IN_GA(X, Y)
U3_AGA(X, Y, Left, Right, Right1, less_out_ga(Y, X)) → U4_AGA(X, Y, Left, Right, Right1, insert_in_aga(X, Right, Right1))
U3_AGA(X, Y, Left, Right, Right1, less_out_ga(Y, X)) → INSERT_IN_AGA(X, Right, Right1)
insert_in_aga(X, void, tree(X, void, void)) → insert_out_aga(X, void, tree(X, void, void))
insert_in_aga(X, tree(X, Left, Right), tree(X, Left, Right)) → insert_out_aga(X, tree(X, Left, Right), tree(X, Left, Right))
insert_in_aga(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → U1_aga(X, Y, Left, Right, Left1, less_in_ag(X, Y))
less_in_ag(0, s(X1)) → less_out_ag(0, s(X1))
less_in_ag(s(X), s(Y)) → U5_ag(X, Y, less_in_ag(X, Y))
U5_ag(X, Y, less_out_ag(X, Y)) → less_out_ag(s(X), s(Y))
U1_aga(X, Y, Left, Right, Left1, less_out_ag(X, Y)) → U2_aga(X, Y, Left, Right, Left1, insert_in_gga(X, Left, Left1))
insert_in_gga(X, void, tree(X, void, void)) → insert_out_gga(X, void, tree(X, void, void))
insert_in_gga(X, tree(X, Left, Right), tree(X, Left, Right)) → insert_out_gga(X, tree(X, Left, Right), tree(X, Left, Right))
insert_in_gga(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → U1_gga(X, Y, Left, Right, Left1, less_in_gg(X, Y))
less_in_gg(0, s(X1)) → less_out_gg(0, s(X1))
less_in_gg(s(X), s(Y)) → U5_gg(X, Y, less_in_gg(X, Y))
U5_gg(X, Y, less_out_gg(X, Y)) → less_out_gg(s(X), s(Y))
U1_gga(X, Y, Left, Right, Left1, less_out_gg(X, Y)) → U2_gga(X, Y, Left, Right, Left1, insert_in_gga(X, Left, Left1))
insert_in_gga(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_gga(X, Y, Left, Right, Right1, less_in_gg(Y, X))
U3_gga(X, Y, Left, Right, Right1, less_out_gg(Y, X)) → U4_gga(X, Y, Left, Right, Right1, insert_in_gga(X, Right, Right1))
U4_gga(X, Y, Left, Right, Right1, insert_out_gga(X, Right, Right1)) → insert_out_gga(X, tree(Y, Left, Right), tree(Y, Left, Right1))
U2_gga(X, Y, Left, Right, Left1, insert_out_gga(X, Left, Left1)) → insert_out_gga(X, tree(Y, Left, Right), tree(Y, Left1, Right))
U2_aga(X, Y, Left, Right, Left1, insert_out_gga(X, Left, Left1)) → insert_out_aga(X, tree(Y, Left, Right), tree(Y, Left1, Right))
insert_in_aga(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_aga(X, Y, Left, Right, Right1, less_in_ga(Y, X))
less_in_ga(0, s(X1)) → less_out_ga(0, s(X1))
less_in_ga(s(X), s(Y)) → U5_ga(X, Y, less_in_ga(X, Y))
U5_ga(X, Y, less_out_ga(X, Y)) → less_out_ga(s(X), s(Y))
U3_aga(X, Y, Left, Right, Right1, less_out_ga(Y, X)) → U4_aga(X, Y, Left, Right, Right1, insert_in_aga(X, Right, Right1))
U4_aga(X, Y, Left, Right, Right1, insert_out_aga(X, Right, Right1)) → insert_out_aga(X, tree(Y, Left, Right), tree(Y, Left, Right1))
LESS_IN_GA(s(X), s(Y)) → LESS_IN_GA(X, Y)
insert_in_aga(X, void, tree(X, void, void)) → insert_out_aga(X, void, tree(X, void, void))
insert_in_aga(X, tree(X, Left, Right), tree(X, Left, Right)) → insert_out_aga(X, tree(X, Left, Right), tree(X, Left, Right))
insert_in_aga(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → U1_aga(X, Y, Left, Right, Left1, less_in_ag(X, Y))
less_in_ag(0, s(X1)) → less_out_ag(0, s(X1))
less_in_ag(s(X), s(Y)) → U5_ag(X, Y, less_in_ag(X, Y))
U5_ag(X, Y, less_out_ag(X, Y)) → less_out_ag(s(X), s(Y))
U1_aga(X, Y, Left, Right, Left1, less_out_ag(X, Y)) → U2_aga(X, Y, Left, Right, Left1, insert_in_gga(X, Left, Left1))
insert_in_gga(X, void, tree(X, void, void)) → insert_out_gga(X, void, tree(X, void, void))
insert_in_gga(X, tree(X, Left, Right), tree(X, Left, Right)) → insert_out_gga(X, tree(X, Left, Right), tree(X, Left, Right))
insert_in_gga(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → U1_gga(X, Y, Left, Right, Left1, less_in_gg(X, Y))
less_in_gg(0, s(X1)) → less_out_gg(0, s(X1))
less_in_gg(s(X), s(Y)) → U5_gg(X, Y, less_in_gg(X, Y))
U5_gg(X, Y, less_out_gg(X, Y)) → less_out_gg(s(X), s(Y))
U1_gga(X, Y, Left, Right, Left1, less_out_gg(X, Y)) → U2_gga(X, Y, Left, Right, Left1, insert_in_gga(X, Left, Left1))
insert_in_gga(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_gga(X, Y, Left, Right, Right1, less_in_gg(Y, X))
U3_gga(X, Y, Left, Right, Right1, less_out_gg(Y, X)) → U4_gga(X, Y, Left, Right, Right1, insert_in_gga(X, Right, Right1))
U4_gga(X, Y, Left, Right, Right1, insert_out_gga(X, Right, Right1)) → insert_out_gga(X, tree(Y, Left, Right), tree(Y, Left, Right1))
U2_gga(X, Y, Left, Right, Left1, insert_out_gga(X, Left, Left1)) → insert_out_gga(X, tree(Y, Left, Right), tree(Y, Left1, Right))
U2_aga(X, Y, Left, Right, Left1, insert_out_gga(X, Left, Left1)) → insert_out_aga(X, tree(Y, Left, Right), tree(Y, Left1, Right))
insert_in_aga(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_aga(X, Y, Left, Right, Right1, less_in_ga(Y, X))
less_in_ga(0, s(X1)) → less_out_ga(0, s(X1))
less_in_ga(s(X), s(Y)) → U5_ga(X, Y, less_in_ga(X, Y))
U5_ga(X, Y, less_out_ga(X, Y)) → less_out_ga(s(X), s(Y))
U3_aga(X, Y, Left, Right, Right1, less_out_ga(Y, X)) → U4_aga(X, Y, Left, Right, Right1, insert_in_aga(X, Right, Right1))
U4_aga(X, Y, Left, Right, Right1, insert_out_aga(X, Right, Right1)) → insert_out_aga(X, tree(Y, Left, Right), tree(Y, Left, Right1))
LESS_IN_GA(s(X), s(Y)) → LESS_IN_GA(X, Y)
LESS_IN_GA(s(X)) → LESS_IN_GA(X)
From the DPs we obtained the following set of size-change graphs:
LESS_IN_GG(s(X), s(Y)) → LESS_IN_GG(X, Y)
insert_in_aga(X, void, tree(X, void, void)) → insert_out_aga(X, void, tree(X, void, void))
insert_in_aga(X, tree(X, Left, Right), tree(X, Left, Right)) → insert_out_aga(X, tree(X, Left, Right), tree(X, Left, Right))
insert_in_aga(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → U1_aga(X, Y, Left, Right, Left1, less_in_ag(X, Y))
less_in_ag(0, s(X1)) → less_out_ag(0, s(X1))
less_in_ag(s(X), s(Y)) → U5_ag(X, Y, less_in_ag(X, Y))
U5_ag(X, Y, less_out_ag(X, Y)) → less_out_ag(s(X), s(Y))
U1_aga(X, Y, Left, Right, Left1, less_out_ag(X, Y)) → U2_aga(X, Y, Left, Right, Left1, insert_in_gga(X, Left, Left1))
insert_in_gga(X, void, tree(X, void, void)) → insert_out_gga(X, void, tree(X, void, void))
insert_in_gga(X, tree(X, Left, Right), tree(X, Left, Right)) → insert_out_gga(X, tree(X, Left, Right), tree(X, Left, Right))
insert_in_gga(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → U1_gga(X, Y, Left, Right, Left1, less_in_gg(X, Y))
less_in_gg(0, s(X1)) → less_out_gg(0, s(X1))
less_in_gg(s(X), s(Y)) → U5_gg(X, Y, less_in_gg(X, Y))
U5_gg(X, Y, less_out_gg(X, Y)) → less_out_gg(s(X), s(Y))
U1_gga(X, Y, Left, Right, Left1, less_out_gg(X, Y)) → U2_gga(X, Y, Left, Right, Left1, insert_in_gga(X, Left, Left1))
insert_in_gga(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_gga(X, Y, Left, Right, Right1, less_in_gg(Y, X))
U3_gga(X, Y, Left, Right, Right1, less_out_gg(Y, X)) → U4_gga(X, Y, Left, Right, Right1, insert_in_gga(X, Right, Right1))
U4_gga(X, Y, Left, Right, Right1, insert_out_gga(X, Right, Right1)) → insert_out_gga(X, tree(Y, Left, Right), tree(Y, Left, Right1))
U2_gga(X, Y, Left, Right, Left1, insert_out_gga(X, Left, Left1)) → insert_out_gga(X, tree(Y, Left, Right), tree(Y, Left1, Right))
U2_aga(X, Y, Left, Right, Left1, insert_out_gga(X, Left, Left1)) → insert_out_aga(X, tree(Y, Left, Right), tree(Y, Left1, Right))
insert_in_aga(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_aga(X, Y, Left, Right, Right1, less_in_ga(Y, X))
less_in_ga(0, s(X1)) → less_out_ga(0, s(X1))
less_in_ga(s(X), s(Y)) → U5_ga(X, Y, less_in_ga(X, Y))
U5_ga(X, Y, less_out_ga(X, Y)) → less_out_ga(s(X), s(Y))
U3_aga(X, Y, Left, Right, Right1, less_out_ga(Y, X)) → U4_aga(X, Y, Left, Right, Right1, insert_in_aga(X, Right, Right1))
U4_aga(X, Y, Left, Right, Right1, insert_out_aga(X, Right, Right1)) → insert_out_aga(X, tree(Y, Left, Right), tree(Y, Left, Right1))
LESS_IN_GG(s(X), s(Y)) → LESS_IN_GG(X, Y)
LESS_IN_GG(s(X), s(Y)) → LESS_IN_GG(X, Y)
From the DPs we obtained the following set of size-change graphs:
U1_GGA(X, Y, Left, Right, Left1, less_out_gg(X, Y)) → INSERT_IN_GGA(X, Left, Left1)
INSERT_IN_GGA(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → U1_GGA(X, Y, Left, Right, Left1, less_in_gg(X, Y))
INSERT_IN_GGA(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_GGA(X, Y, Left, Right, Right1, less_in_gg(Y, X))
U3_GGA(X, Y, Left, Right, Right1, less_out_gg(Y, X)) → INSERT_IN_GGA(X, Right, Right1)
insert_in_aga(X, void, tree(X, void, void)) → insert_out_aga(X, void, tree(X, void, void))
insert_in_aga(X, tree(X, Left, Right), tree(X, Left, Right)) → insert_out_aga(X, tree(X, Left, Right), tree(X, Left, Right))
insert_in_aga(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → U1_aga(X, Y, Left, Right, Left1, less_in_ag(X, Y))
less_in_ag(0, s(X1)) → less_out_ag(0, s(X1))
less_in_ag(s(X), s(Y)) → U5_ag(X, Y, less_in_ag(X, Y))
U5_ag(X, Y, less_out_ag(X, Y)) → less_out_ag(s(X), s(Y))
U1_aga(X, Y, Left, Right, Left1, less_out_ag(X, Y)) → U2_aga(X, Y, Left, Right, Left1, insert_in_gga(X, Left, Left1))
insert_in_gga(X, void, tree(X, void, void)) → insert_out_gga(X, void, tree(X, void, void))
insert_in_gga(X, tree(X, Left, Right), tree(X, Left, Right)) → insert_out_gga(X, tree(X, Left, Right), tree(X, Left, Right))
insert_in_gga(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → U1_gga(X, Y, Left, Right, Left1, less_in_gg(X, Y))
less_in_gg(0, s(X1)) → less_out_gg(0, s(X1))
less_in_gg(s(X), s(Y)) → U5_gg(X, Y, less_in_gg(X, Y))
U5_gg(X, Y, less_out_gg(X, Y)) → less_out_gg(s(X), s(Y))
U1_gga(X, Y, Left, Right, Left1, less_out_gg(X, Y)) → U2_gga(X, Y, Left, Right, Left1, insert_in_gga(X, Left, Left1))
insert_in_gga(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_gga(X, Y, Left, Right, Right1, less_in_gg(Y, X))
U3_gga(X, Y, Left, Right, Right1, less_out_gg(Y, X)) → U4_gga(X, Y, Left, Right, Right1, insert_in_gga(X, Right, Right1))
U4_gga(X, Y, Left, Right, Right1, insert_out_gga(X, Right, Right1)) → insert_out_gga(X, tree(Y, Left, Right), tree(Y, Left, Right1))
U2_gga(X, Y, Left, Right, Left1, insert_out_gga(X, Left, Left1)) → insert_out_gga(X, tree(Y, Left, Right), tree(Y, Left1, Right))
U2_aga(X, Y, Left, Right, Left1, insert_out_gga(X, Left, Left1)) → insert_out_aga(X, tree(Y, Left, Right), tree(Y, Left1, Right))
insert_in_aga(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_aga(X, Y, Left, Right, Right1, less_in_ga(Y, X))
less_in_ga(0, s(X1)) → less_out_ga(0, s(X1))
less_in_ga(s(X), s(Y)) → U5_ga(X, Y, less_in_ga(X, Y))
U5_ga(X, Y, less_out_ga(X, Y)) → less_out_ga(s(X), s(Y))
U3_aga(X, Y, Left, Right, Right1, less_out_ga(Y, X)) → U4_aga(X, Y, Left, Right, Right1, insert_in_aga(X, Right, Right1))
U4_aga(X, Y, Left, Right, Right1, insert_out_aga(X, Right, Right1)) → insert_out_aga(X, tree(Y, Left, Right), tree(Y, Left, Right1))
U1_GGA(X, Y, Left, Right, Left1, less_out_gg(X, Y)) → INSERT_IN_GGA(X, Left, Left1)
INSERT_IN_GGA(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → U1_GGA(X, Y, Left, Right, Left1, less_in_gg(X, Y))
INSERT_IN_GGA(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_GGA(X, Y, Left, Right, Right1, less_in_gg(Y, X))
U3_GGA(X, Y, Left, Right, Right1, less_out_gg(Y, X)) → INSERT_IN_GGA(X, Right, Right1)
less_in_gg(0, s(X1)) → less_out_gg(0, s(X1))
less_in_gg(s(X), s(Y)) → U5_gg(X, Y, less_in_gg(X, Y))
U5_gg(X, Y, less_out_gg(X, Y)) → less_out_gg(s(X), s(Y))
U1_GGA(X, Y, Left, Right, less_out_gg) → INSERT_IN_GGA(X, Left)
INSERT_IN_GGA(X, tree(Y, Left, Right)) → U1_GGA(X, Y, Left, Right, less_in_gg(X, Y))
INSERT_IN_GGA(X, tree(Y, Left, Right)) → U3_GGA(X, Y, Left, Right, less_in_gg(Y, X))
U3_GGA(X, Y, Left, Right, less_out_gg) → INSERT_IN_GGA(X, Right)
less_in_gg(0, s(X1)) → less_out_gg
less_in_gg(s(X), s(Y)) → U5_gg(less_in_gg(X, Y))
U5_gg(less_out_gg) → less_out_gg
less_in_gg(x0, x1)
U5_gg(x0)
From the DPs we obtained the following set of size-change graphs:
LESS_IN_AG(s(X), s(Y)) → LESS_IN_AG(X, Y)
insert_in_aga(X, void, tree(X, void, void)) → insert_out_aga(X, void, tree(X, void, void))
insert_in_aga(X, tree(X, Left, Right), tree(X, Left, Right)) → insert_out_aga(X, tree(X, Left, Right), tree(X, Left, Right))
insert_in_aga(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → U1_aga(X, Y, Left, Right, Left1, less_in_ag(X, Y))
less_in_ag(0, s(X1)) → less_out_ag(0, s(X1))
less_in_ag(s(X), s(Y)) → U5_ag(X, Y, less_in_ag(X, Y))
U5_ag(X, Y, less_out_ag(X, Y)) → less_out_ag(s(X), s(Y))
U1_aga(X, Y, Left, Right, Left1, less_out_ag(X, Y)) → U2_aga(X, Y, Left, Right, Left1, insert_in_gga(X, Left, Left1))
insert_in_gga(X, void, tree(X, void, void)) → insert_out_gga(X, void, tree(X, void, void))
insert_in_gga(X, tree(X, Left, Right), tree(X, Left, Right)) → insert_out_gga(X, tree(X, Left, Right), tree(X, Left, Right))
insert_in_gga(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → U1_gga(X, Y, Left, Right, Left1, less_in_gg(X, Y))
less_in_gg(0, s(X1)) → less_out_gg(0, s(X1))
less_in_gg(s(X), s(Y)) → U5_gg(X, Y, less_in_gg(X, Y))
U5_gg(X, Y, less_out_gg(X, Y)) → less_out_gg(s(X), s(Y))
U1_gga(X, Y, Left, Right, Left1, less_out_gg(X, Y)) → U2_gga(X, Y, Left, Right, Left1, insert_in_gga(X, Left, Left1))
insert_in_gga(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_gga(X, Y, Left, Right, Right1, less_in_gg(Y, X))
U3_gga(X, Y, Left, Right, Right1, less_out_gg(Y, X)) → U4_gga(X, Y, Left, Right, Right1, insert_in_gga(X, Right, Right1))
U4_gga(X, Y, Left, Right, Right1, insert_out_gga(X, Right, Right1)) → insert_out_gga(X, tree(Y, Left, Right), tree(Y, Left, Right1))
U2_gga(X, Y, Left, Right, Left1, insert_out_gga(X, Left, Left1)) → insert_out_gga(X, tree(Y, Left, Right), tree(Y, Left1, Right))
U2_aga(X, Y, Left, Right, Left1, insert_out_gga(X, Left, Left1)) → insert_out_aga(X, tree(Y, Left, Right), tree(Y, Left1, Right))
insert_in_aga(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_aga(X, Y, Left, Right, Right1, less_in_ga(Y, X))
less_in_ga(0, s(X1)) → less_out_ga(0, s(X1))
less_in_ga(s(X), s(Y)) → U5_ga(X, Y, less_in_ga(X, Y))
U5_ga(X, Y, less_out_ga(X, Y)) → less_out_ga(s(X), s(Y))
U3_aga(X, Y, Left, Right, Right1, less_out_ga(Y, X)) → U4_aga(X, Y, Left, Right, Right1, insert_in_aga(X, Right, Right1))
U4_aga(X, Y, Left, Right, Right1, insert_out_aga(X, Right, Right1)) → insert_out_aga(X, tree(Y, Left, Right), tree(Y, Left, Right1))
LESS_IN_AG(s(X), s(Y)) → LESS_IN_AG(X, Y)
LESS_IN_AG(s(Y)) → LESS_IN_AG(Y)
From the DPs we obtained the following set of size-change graphs:
INSERT_IN_AGA(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_AGA(X, Y, Left, Right, Right1, less_in_ga(Y, X))
U3_AGA(X, Y, Left, Right, Right1, less_out_ga(Y, X)) → INSERT_IN_AGA(X, Right, Right1)
insert_in_aga(X, void, tree(X, void, void)) → insert_out_aga(X, void, tree(X, void, void))
insert_in_aga(X, tree(X, Left, Right), tree(X, Left, Right)) → insert_out_aga(X, tree(X, Left, Right), tree(X, Left, Right))
insert_in_aga(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → U1_aga(X, Y, Left, Right, Left1, less_in_ag(X, Y))
less_in_ag(0, s(X1)) → less_out_ag(0, s(X1))
less_in_ag(s(X), s(Y)) → U5_ag(X, Y, less_in_ag(X, Y))
U5_ag(X, Y, less_out_ag(X, Y)) → less_out_ag(s(X), s(Y))
U1_aga(X, Y, Left, Right, Left1, less_out_ag(X, Y)) → U2_aga(X, Y, Left, Right, Left1, insert_in_gga(X, Left, Left1))
insert_in_gga(X, void, tree(X, void, void)) → insert_out_gga(X, void, tree(X, void, void))
insert_in_gga(X, tree(X, Left, Right), tree(X, Left, Right)) → insert_out_gga(X, tree(X, Left, Right), tree(X, Left, Right))
insert_in_gga(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → U1_gga(X, Y, Left, Right, Left1, less_in_gg(X, Y))
less_in_gg(0, s(X1)) → less_out_gg(0, s(X1))
less_in_gg(s(X), s(Y)) → U5_gg(X, Y, less_in_gg(X, Y))
U5_gg(X, Y, less_out_gg(X, Y)) → less_out_gg(s(X), s(Y))
U1_gga(X, Y, Left, Right, Left1, less_out_gg(X, Y)) → U2_gga(X, Y, Left, Right, Left1, insert_in_gga(X, Left, Left1))
insert_in_gga(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_gga(X, Y, Left, Right, Right1, less_in_gg(Y, X))
U3_gga(X, Y, Left, Right, Right1, less_out_gg(Y, X)) → U4_gga(X, Y, Left, Right, Right1, insert_in_gga(X, Right, Right1))
U4_gga(X, Y, Left, Right, Right1, insert_out_gga(X, Right, Right1)) → insert_out_gga(X, tree(Y, Left, Right), tree(Y, Left, Right1))
U2_gga(X, Y, Left, Right, Left1, insert_out_gga(X, Left, Left1)) → insert_out_gga(X, tree(Y, Left, Right), tree(Y, Left1, Right))
U2_aga(X, Y, Left, Right, Left1, insert_out_gga(X, Left, Left1)) → insert_out_aga(X, tree(Y, Left, Right), tree(Y, Left1, Right))
insert_in_aga(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_aga(X, Y, Left, Right, Right1, less_in_ga(Y, X))
less_in_ga(0, s(X1)) → less_out_ga(0, s(X1))
less_in_ga(s(X), s(Y)) → U5_ga(X, Y, less_in_ga(X, Y))
U5_ga(X, Y, less_out_ga(X, Y)) → less_out_ga(s(X), s(Y))
U3_aga(X, Y, Left, Right, Right1, less_out_ga(Y, X)) → U4_aga(X, Y, Left, Right, Right1, insert_in_aga(X, Right, Right1))
U4_aga(X, Y, Left, Right, Right1, insert_out_aga(X, Right, Right1)) → insert_out_aga(X, tree(Y, Left, Right), tree(Y, Left, Right1))
INSERT_IN_AGA(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_AGA(X, Y, Left, Right, Right1, less_in_ga(Y, X))
U3_AGA(X, Y, Left, Right, Right1, less_out_ga(Y, X)) → INSERT_IN_AGA(X, Right, Right1)
less_in_ga(0, s(X1)) → less_out_ga(0, s(X1))
less_in_ga(s(X), s(Y)) → U5_ga(X, Y, less_in_ga(X, Y))
U5_ga(X, Y, less_out_ga(X, Y)) → less_out_ga(s(X), s(Y))
INSERT_IN_AGA(tree(Y, Left, Right)) → U3_AGA(Right, less_in_ga(Y))
U3_AGA(Right, less_out_ga) → INSERT_IN_AGA(Right)
less_in_ga(0) → less_out_ga
less_in_ga(s(X)) → U5_ga(less_in_ga(X))
U5_ga(less_out_ga) → less_out_ga
less_in_ga(x0)
U5_ga(x0)
From the DPs we obtained the following set of size-change graphs:
insert_in_aga(X, void, tree(X, void, void)) → insert_out_aga(X, void, tree(X, void, void))
insert_in_aga(X, tree(X, Left, Right), tree(X, Left, Right)) → insert_out_aga(X, tree(X, Left, Right), tree(X, Left, Right))
insert_in_aga(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → U1_aga(X, Y, Left, Right, Left1, less_in_ag(X, Y))
less_in_ag(0, s(X1)) → less_out_ag(0, s(X1))
less_in_ag(s(X), s(Y)) → U5_ag(X, Y, less_in_ag(X, Y))
U5_ag(X, Y, less_out_ag(X, Y)) → less_out_ag(s(X), s(Y))
U1_aga(X, Y, Left, Right, Left1, less_out_ag(X, Y)) → U2_aga(X, Y, Left, Right, Left1, insert_in_gga(X, Left, Left1))
insert_in_gga(X, void, tree(X, void, void)) → insert_out_gga(X, void, tree(X, void, void))
insert_in_gga(X, tree(X, Left, Right), tree(X, Left, Right)) → insert_out_gga(X, tree(X, Left, Right), tree(X, Left, Right))
insert_in_gga(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → U1_gga(X, Y, Left, Right, Left1, less_in_gg(X, Y))
less_in_gg(0, s(X1)) → less_out_gg(0, s(X1))
less_in_gg(s(X), s(Y)) → U5_gg(X, Y, less_in_gg(X, Y))
U5_gg(X, Y, less_out_gg(X, Y)) → less_out_gg(s(X), s(Y))
U1_gga(X, Y, Left, Right, Left1, less_out_gg(X, Y)) → U2_gga(X, Y, Left, Right, Left1, insert_in_gga(X, Left, Left1))
insert_in_gga(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_gga(X, Y, Left, Right, Right1, less_in_gg(Y, X))
U3_gga(X, Y, Left, Right, Right1, less_out_gg(Y, X)) → U4_gga(X, Y, Left, Right, Right1, insert_in_gga(X, Right, Right1))
U4_gga(X, Y, Left, Right, Right1, insert_out_gga(X, Right, Right1)) → insert_out_gga(X, tree(Y, Left, Right), tree(Y, Left, Right1))
U2_gga(X, Y, Left, Right, Left1, insert_out_gga(X, Left, Left1)) → insert_out_gga(X, tree(Y, Left, Right), tree(Y, Left1, Right))
U2_aga(X, Y, Left, Right, Left1, insert_out_gga(X, Left, Left1)) → insert_out_aga(X, tree(Y, Left, Right), tree(Y, Left1, Right))
insert_in_aga(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_aga(X, Y, Left, Right, Right1, less_in_ga(Y, X))
less_in_ga(0, s(X1)) → less_out_ga(0, s(X1))
less_in_ga(s(X), s(Y)) → U5_ga(X, Y, less_in_ga(X, Y))
U5_ga(X, Y, less_out_ga(X, Y)) → less_out_ga(s(X), s(Y))
U3_aga(X, Y, Left, Right, Right1, less_out_ga(Y, X)) → U4_aga(X, Y, Left, Right, Right1, insert_in_aga(X, Right, Right1))
U4_aga(X, Y, Left, Right, Right1, insert_out_aga(X, Right, Right1)) → insert_out_aga(X, tree(Y, Left, Right), tree(Y, Left, Right1))
Infinitary Constructor Rewriting Termination of PiTRS implies Termination of Prolog
insert_in_aga(X, void, tree(X, void, void)) → insert_out_aga(X, void, tree(X, void, void))
insert_in_aga(X, tree(X, Left, Right), tree(X, Left, Right)) → insert_out_aga(X, tree(X, Left, Right), tree(X, Left, Right))
insert_in_aga(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → U1_aga(X, Y, Left, Right, Left1, less_in_ag(X, Y))
less_in_ag(0, s(X1)) → less_out_ag(0, s(X1))
less_in_ag(s(X), s(Y)) → U5_ag(X, Y, less_in_ag(X, Y))
U5_ag(X, Y, less_out_ag(X, Y)) → less_out_ag(s(X), s(Y))
U1_aga(X, Y, Left, Right, Left1, less_out_ag(X, Y)) → U2_aga(X, Y, Left, Right, Left1, insert_in_gga(X, Left, Left1))
insert_in_gga(X, void, tree(X, void, void)) → insert_out_gga(X, void, tree(X, void, void))
insert_in_gga(X, tree(X, Left, Right), tree(X, Left, Right)) → insert_out_gga(X, tree(X, Left, Right), tree(X, Left, Right))
insert_in_gga(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → U1_gga(X, Y, Left, Right, Left1, less_in_gg(X, Y))
less_in_gg(0, s(X1)) → less_out_gg(0, s(X1))
less_in_gg(s(X), s(Y)) → U5_gg(X, Y, less_in_gg(X, Y))
U5_gg(X, Y, less_out_gg(X, Y)) → less_out_gg(s(X), s(Y))
U1_gga(X, Y, Left, Right, Left1, less_out_gg(X, Y)) → U2_gga(X, Y, Left, Right, Left1, insert_in_gga(X, Left, Left1))
insert_in_gga(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_gga(X, Y, Left, Right, Right1, less_in_gg(Y, X))
U3_gga(X, Y, Left, Right, Right1, less_out_gg(Y, X)) → U4_gga(X, Y, Left, Right, Right1, insert_in_gga(X, Right, Right1))
U4_gga(X, Y, Left, Right, Right1, insert_out_gga(X, Right, Right1)) → insert_out_gga(X, tree(Y, Left, Right), tree(Y, Left, Right1))
U2_gga(X, Y, Left, Right, Left1, insert_out_gga(X, Left, Left1)) → insert_out_gga(X, tree(Y, Left, Right), tree(Y, Left1, Right))
U2_aga(X, Y, Left, Right, Left1, insert_out_gga(X, Left, Left1)) → insert_out_aga(X, tree(Y, Left, Right), tree(Y, Left1, Right))
insert_in_aga(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_aga(X, Y, Left, Right, Right1, less_in_ga(Y, X))
less_in_ga(0, s(X1)) → less_out_ga(0, s(X1))
less_in_ga(s(X), s(Y)) → U5_ga(X, Y, less_in_ga(X, Y))
U5_ga(X, Y, less_out_ga(X, Y)) → less_out_ga(s(X), s(Y))
U3_aga(X, Y, Left, Right, Right1, less_out_ga(Y, X)) → U4_aga(X, Y, Left, Right, Right1, insert_in_aga(X, Right, Right1))
U4_aga(X, Y, Left, Right, Right1, insert_out_aga(X, Right, Right1)) → insert_out_aga(X, tree(Y, Left, Right), tree(Y, Left, Right1))
INSERT_IN_AGA(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → U1_AGA(X, Y, Left, Right, Left1, less_in_ag(X, Y))
INSERT_IN_AGA(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → LESS_IN_AG(X, Y)
LESS_IN_AG(s(X), s(Y)) → U5_AG(X, Y, less_in_ag(X, Y))
LESS_IN_AG(s(X), s(Y)) → LESS_IN_AG(X, Y)
U1_AGA(X, Y, Left, Right, Left1, less_out_ag(X, Y)) → U2_AGA(X, Y, Left, Right, Left1, insert_in_gga(X, Left, Left1))
U1_AGA(X, Y, Left, Right, Left1, less_out_ag(X, Y)) → INSERT_IN_GGA(X, Left, Left1)
INSERT_IN_GGA(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → U1_GGA(X, Y, Left, Right, Left1, less_in_gg(X, Y))
INSERT_IN_GGA(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → LESS_IN_GG(X, Y)
LESS_IN_GG(s(X), s(Y)) → U5_GG(X, Y, less_in_gg(X, Y))
LESS_IN_GG(s(X), s(Y)) → LESS_IN_GG(X, Y)
U1_GGA(X, Y, Left, Right, Left1, less_out_gg(X, Y)) → U2_GGA(X, Y, Left, Right, Left1, insert_in_gga(X, Left, Left1))
U1_GGA(X, Y, Left, Right, Left1, less_out_gg(X, Y)) → INSERT_IN_GGA(X, Left, Left1)
INSERT_IN_GGA(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_GGA(X, Y, Left, Right, Right1, less_in_gg(Y, X))
INSERT_IN_GGA(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → LESS_IN_GG(Y, X)
U3_GGA(X, Y, Left, Right, Right1, less_out_gg(Y, X)) → U4_GGA(X, Y, Left, Right, Right1, insert_in_gga(X, Right, Right1))
U3_GGA(X, Y, Left, Right, Right1, less_out_gg(Y, X)) → INSERT_IN_GGA(X, Right, Right1)
INSERT_IN_AGA(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_AGA(X, Y, Left, Right, Right1, less_in_ga(Y, X))
INSERT_IN_AGA(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → LESS_IN_GA(Y, X)
LESS_IN_GA(s(X), s(Y)) → U5_GA(X, Y, less_in_ga(X, Y))
LESS_IN_GA(s(X), s(Y)) → LESS_IN_GA(X, Y)
U3_AGA(X, Y, Left, Right, Right1, less_out_ga(Y, X)) → U4_AGA(X, Y, Left, Right, Right1, insert_in_aga(X, Right, Right1))
U3_AGA(X, Y, Left, Right, Right1, less_out_ga(Y, X)) → INSERT_IN_AGA(X, Right, Right1)
insert_in_aga(X, void, tree(X, void, void)) → insert_out_aga(X, void, tree(X, void, void))
insert_in_aga(X, tree(X, Left, Right), tree(X, Left, Right)) → insert_out_aga(X, tree(X, Left, Right), tree(X, Left, Right))
insert_in_aga(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → U1_aga(X, Y, Left, Right, Left1, less_in_ag(X, Y))
less_in_ag(0, s(X1)) → less_out_ag(0, s(X1))
less_in_ag(s(X), s(Y)) → U5_ag(X, Y, less_in_ag(X, Y))
U5_ag(X, Y, less_out_ag(X, Y)) → less_out_ag(s(X), s(Y))
U1_aga(X, Y, Left, Right, Left1, less_out_ag(X, Y)) → U2_aga(X, Y, Left, Right, Left1, insert_in_gga(X, Left, Left1))
insert_in_gga(X, void, tree(X, void, void)) → insert_out_gga(X, void, tree(X, void, void))
insert_in_gga(X, tree(X, Left, Right), tree(X, Left, Right)) → insert_out_gga(X, tree(X, Left, Right), tree(X, Left, Right))
insert_in_gga(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → U1_gga(X, Y, Left, Right, Left1, less_in_gg(X, Y))
less_in_gg(0, s(X1)) → less_out_gg(0, s(X1))
less_in_gg(s(X), s(Y)) → U5_gg(X, Y, less_in_gg(X, Y))
U5_gg(X, Y, less_out_gg(X, Y)) → less_out_gg(s(X), s(Y))
U1_gga(X, Y, Left, Right, Left1, less_out_gg(X, Y)) → U2_gga(X, Y, Left, Right, Left1, insert_in_gga(X, Left, Left1))
insert_in_gga(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_gga(X, Y, Left, Right, Right1, less_in_gg(Y, X))
U3_gga(X, Y, Left, Right, Right1, less_out_gg(Y, X)) → U4_gga(X, Y, Left, Right, Right1, insert_in_gga(X, Right, Right1))
U4_gga(X, Y, Left, Right, Right1, insert_out_gga(X, Right, Right1)) → insert_out_gga(X, tree(Y, Left, Right), tree(Y, Left, Right1))
U2_gga(X, Y, Left, Right, Left1, insert_out_gga(X, Left, Left1)) → insert_out_gga(X, tree(Y, Left, Right), tree(Y, Left1, Right))
U2_aga(X, Y, Left, Right, Left1, insert_out_gga(X, Left, Left1)) → insert_out_aga(X, tree(Y, Left, Right), tree(Y, Left1, Right))
insert_in_aga(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_aga(X, Y, Left, Right, Right1, less_in_ga(Y, X))
less_in_ga(0, s(X1)) → less_out_ga(0, s(X1))
less_in_ga(s(X), s(Y)) → U5_ga(X, Y, less_in_ga(X, Y))
U5_ga(X, Y, less_out_ga(X, Y)) → less_out_ga(s(X), s(Y))
U3_aga(X, Y, Left, Right, Right1, less_out_ga(Y, X)) → U4_aga(X, Y, Left, Right, Right1, insert_in_aga(X, Right, Right1))
U4_aga(X, Y, Left, Right, Right1, insert_out_aga(X, Right, Right1)) → insert_out_aga(X, tree(Y, Left, Right), tree(Y, Left, Right1))
INSERT_IN_AGA(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → U1_AGA(X, Y, Left, Right, Left1, less_in_ag(X, Y))
INSERT_IN_AGA(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → LESS_IN_AG(X, Y)
LESS_IN_AG(s(X), s(Y)) → U5_AG(X, Y, less_in_ag(X, Y))
LESS_IN_AG(s(X), s(Y)) → LESS_IN_AG(X, Y)
U1_AGA(X, Y, Left, Right, Left1, less_out_ag(X, Y)) → U2_AGA(X, Y, Left, Right, Left1, insert_in_gga(X, Left, Left1))
U1_AGA(X, Y, Left, Right, Left1, less_out_ag(X, Y)) → INSERT_IN_GGA(X, Left, Left1)
INSERT_IN_GGA(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → U1_GGA(X, Y, Left, Right, Left1, less_in_gg(X, Y))
INSERT_IN_GGA(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → LESS_IN_GG(X, Y)
LESS_IN_GG(s(X), s(Y)) → U5_GG(X, Y, less_in_gg(X, Y))
LESS_IN_GG(s(X), s(Y)) → LESS_IN_GG(X, Y)
U1_GGA(X, Y, Left, Right, Left1, less_out_gg(X, Y)) → U2_GGA(X, Y, Left, Right, Left1, insert_in_gga(X, Left, Left1))
U1_GGA(X, Y, Left, Right, Left1, less_out_gg(X, Y)) → INSERT_IN_GGA(X, Left, Left1)
INSERT_IN_GGA(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_GGA(X, Y, Left, Right, Right1, less_in_gg(Y, X))
INSERT_IN_GGA(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → LESS_IN_GG(Y, X)
U3_GGA(X, Y, Left, Right, Right1, less_out_gg(Y, X)) → U4_GGA(X, Y, Left, Right, Right1, insert_in_gga(X, Right, Right1))
U3_GGA(X, Y, Left, Right, Right1, less_out_gg(Y, X)) → INSERT_IN_GGA(X, Right, Right1)
INSERT_IN_AGA(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_AGA(X, Y, Left, Right, Right1, less_in_ga(Y, X))
INSERT_IN_AGA(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → LESS_IN_GA(Y, X)
LESS_IN_GA(s(X), s(Y)) → U5_GA(X, Y, less_in_ga(X, Y))
LESS_IN_GA(s(X), s(Y)) → LESS_IN_GA(X, Y)
U3_AGA(X, Y, Left, Right, Right1, less_out_ga(Y, X)) → U4_AGA(X, Y, Left, Right, Right1, insert_in_aga(X, Right, Right1))
U3_AGA(X, Y, Left, Right, Right1, less_out_ga(Y, X)) → INSERT_IN_AGA(X, Right, Right1)
insert_in_aga(X, void, tree(X, void, void)) → insert_out_aga(X, void, tree(X, void, void))
insert_in_aga(X, tree(X, Left, Right), tree(X, Left, Right)) → insert_out_aga(X, tree(X, Left, Right), tree(X, Left, Right))
insert_in_aga(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → U1_aga(X, Y, Left, Right, Left1, less_in_ag(X, Y))
less_in_ag(0, s(X1)) → less_out_ag(0, s(X1))
less_in_ag(s(X), s(Y)) → U5_ag(X, Y, less_in_ag(X, Y))
U5_ag(X, Y, less_out_ag(X, Y)) → less_out_ag(s(X), s(Y))
U1_aga(X, Y, Left, Right, Left1, less_out_ag(X, Y)) → U2_aga(X, Y, Left, Right, Left1, insert_in_gga(X, Left, Left1))
insert_in_gga(X, void, tree(X, void, void)) → insert_out_gga(X, void, tree(X, void, void))
insert_in_gga(X, tree(X, Left, Right), tree(X, Left, Right)) → insert_out_gga(X, tree(X, Left, Right), tree(X, Left, Right))
insert_in_gga(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → U1_gga(X, Y, Left, Right, Left1, less_in_gg(X, Y))
less_in_gg(0, s(X1)) → less_out_gg(0, s(X1))
less_in_gg(s(X), s(Y)) → U5_gg(X, Y, less_in_gg(X, Y))
U5_gg(X, Y, less_out_gg(X, Y)) → less_out_gg(s(X), s(Y))
U1_gga(X, Y, Left, Right, Left1, less_out_gg(X, Y)) → U2_gga(X, Y, Left, Right, Left1, insert_in_gga(X, Left, Left1))
insert_in_gga(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_gga(X, Y, Left, Right, Right1, less_in_gg(Y, X))
U3_gga(X, Y, Left, Right, Right1, less_out_gg(Y, X)) → U4_gga(X, Y, Left, Right, Right1, insert_in_gga(X, Right, Right1))
U4_gga(X, Y, Left, Right, Right1, insert_out_gga(X, Right, Right1)) → insert_out_gga(X, tree(Y, Left, Right), tree(Y, Left, Right1))
U2_gga(X, Y, Left, Right, Left1, insert_out_gga(X, Left, Left1)) → insert_out_gga(X, tree(Y, Left, Right), tree(Y, Left1, Right))
U2_aga(X, Y, Left, Right, Left1, insert_out_gga(X, Left, Left1)) → insert_out_aga(X, tree(Y, Left, Right), tree(Y, Left1, Right))
insert_in_aga(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_aga(X, Y, Left, Right, Right1, less_in_ga(Y, X))
less_in_ga(0, s(X1)) → less_out_ga(0, s(X1))
less_in_ga(s(X), s(Y)) → U5_ga(X, Y, less_in_ga(X, Y))
U5_ga(X, Y, less_out_ga(X, Y)) → less_out_ga(s(X), s(Y))
U3_aga(X, Y, Left, Right, Right1, less_out_ga(Y, X)) → U4_aga(X, Y, Left, Right, Right1, insert_in_aga(X, Right, Right1))
U4_aga(X, Y, Left, Right, Right1, insert_out_aga(X, Right, Right1)) → insert_out_aga(X, tree(Y, Left, Right), tree(Y, Left, Right1))
LESS_IN_GA(s(X), s(Y)) → LESS_IN_GA(X, Y)
insert_in_aga(X, void, tree(X, void, void)) → insert_out_aga(X, void, tree(X, void, void))
insert_in_aga(X, tree(X, Left, Right), tree(X, Left, Right)) → insert_out_aga(X, tree(X, Left, Right), tree(X, Left, Right))
insert_in_aga(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → U1_aga(X, Y, Left, Right, Left1, less_in_ag(X, Y))
less_in_ag(0, s(X1)) → less_out_ag(0, s(X1))
less_in_ag(s(X), s(Y)) → U5_ag(X, Y, less_in_ag(X, Y))
U5_ag(X, Y, less_out_ag(X, Y)) → less_out_ag(s(X), s(Y))
U1_aga(X, Y, Left, Right, Left1, less_out_ag(X, Y)) → U2_aga(X, Y, Left, Right, Left1, insert_in_gga(X, Left, Left1))
insert_in_gga(X, void, tree(X, void, void)) → insert_out_gga(X, void, tree(X, void, void))
insert_in_gga(X, tree(X, Left, Right), tree(X, Left, Right)) → insert_out_gga(X, tree(X, Left, Right), tree(X, Left, Right))
insert_in_gga(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → U1_gga(X, Y, Left, Right, Left1, less_in_gg(X, Y))
less_in_gg(0, s(X1)) → less_out_gg(0, s(X1))
less_in_gg(s(X), s(Y)) → U5_gg(X, Y, less_in_gg(X, Y))
U5_gg(X, Y, less_out_gg(X, Y)) → less_out_gg(s(X), s(Y))
U1_gga(X, Y, Left, Right, Left1, less_out_gg(X, Y)) → U2_gga(X, Y, Left, Right, Left1, insert_in_gga(X, Left, Left1))
insert_in_gga(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_gga(X, Y, Left, Right, Right1, less_in_gg(Y, X))
U3_gga(X, Y, Left, Right, Right1, less_out_gg(Y, X)) → U4_gga(X, Y, Left, Right, Right1, insert_in_gga(X, Right, Right1))
U4_gga(X, Y, Left, Right, Right1, insert_out_gga(X, Right, Right1)) → insert_out_gga(X, tree(Y, Left, Right), tree(Y, Left, Right1))
U2_gga(X, Y, Left, Right, Left1, insert_out_gga(X, Left, Left1)) → insert_out_gga(X, tree(Y, Left, Right), tree(Y, Left1, Right))
U2_aga(X, Y, Left, Right, Left1, insert_out_gga(X, Left, Left1)) → insert_out_aga(X, tree(Y, Left, Right), tree(Y, Left1, Right))
insert_in_aga(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_aga(X, Y, Left, Right, Right1, less_in_ga(Y, X))
less_in_ga(0, s(X1)) → less_out_ga(0, s(X1))
less_in_ga(s(X), s(Y)) → U5_ga(X, Y, less_in_ga(X, Y))
U5_ga(X, Y, less_out_ga(X, Y)) → less_out_ga(s(X), s(Y))
U3_aga(X, Y, Left, Right, Right1, less_out_ga(Y, X)) → U4_aga(X, Y, Left, Right, Right1, insert_in_aga(X, Right, Right1))
U4_aga(X, Y, Left, Right, Right1, insert_out_aga(X, Right, Right1)) → insert_out_aga(X, tree(Y, Left, Right), tree(Y, Left, Right1))
LESS_IN_GA(s(X), s(Y)) → LESS_IN_GA(X, Y)
LESS_IN_GA(s(X)) → LESS_IN_GA(X)
From the DPs we obtained the following set of size-change graphs:
LESS_IN_GG(s(X), s(Y)) → LESS_IN_GG(X, Y)
insert_in_aga(X, void, tree(X, void, void)) → insert_out_aga(X, void, tree(X, void, void))
insert_in_aga(X, tree(X, Left, Right), tree(X, Left, Right)) → insert_out_aga(X, tree(X, Left, Right), tree(X, Left, Right))
insert_in_aga(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → U1_aga(X, Y, Left, Right, Left1, less_in_ag(X, Y))
less_in_ag(0, s(X1)) → less_out_ag(0, s(X1))
less_in_ag(s(X), s(Y)) → U5_ag(X, Y, less_in_ag(X, Y))
U5_ag(X, Y, less_out_ag(X, Y)) → less_out_ag(s(X), s(Y))
U1_aga(X, Y, Left, Right, Left1, less_out_ag(X, Y)) → U2_aga(X, Y, Left, Right, Left1, insert_in_gga(X, Left, Left1))
insert_in_gga(X, void, tree(X, void, void)) → insert_out_gga(X, void, tree(X, void, void))
insert_in_gga(X, tree(X, Left, Right), tree(X, Left, Right)) → insert_out_gga(X, tree(X, Left, Right), tree(X, Left, Right))
insert_in_gga(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → U1_gga(X, Y, Left, Right, Left1, less_in_gg(X, Y))
less_in_gg(0, s(X1)) → less_out_gg(0, s(X1))
less_in_gg(s(X), s(Y)) → U5_gg(X, Y, less_in_gg(X, Y))
U5_gg(X, Y, less_out_gg(X, Y)) → less_out_gg(s(X), s(Y))
U1_gga(X, Y, Left, Right, Left1, less_out_gg(X, Y)) → U2_gga(X, Y, Left, Right, Left1, insert_in_gga(X, Left, Left1))
insert_in_gga(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_gga(X, Y, Left, Right, Right1, less_in_gg(Y, X))
U3_gga(X, Y, Left, Right, Right1, less_out_gg(Y, X)) → U4_gga(X, Y, Left, Right, Right1, insert_in_gga(X, Right, Right1))
U4_gga(X, Y, Left, Right, Right1, insert_out_gga(X, Right, Right1)) → insert_out_gga(X, tree(Y, Left, Right), tree(Y, Left, Right1))
U2_gga(X, Y, Left, Right, Left1, insert_out_gga(X, Left, Left1)) → insert_out_gga(X, tree(Y, Left, Right), tree(Y, Left1, Right))
U2_aga(X, Y, Left, Right, Left1, insert_out_gga(X, Left, Left1)) → insert_out_aga(X, tree(Y, Left, Right), tree(Y, Left1, Right))
insert_in_aga(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_aga(X, Y, Left, Right, Right1, less_in_ga(Y, X))
less_in_ga(0, s(X1)) → less_out_ga(0, s(X1))
less_in_ga(s(X), s(Y)) → U5_ga(X, Y, less_in_ga(X, Y))
U5_ga(X, Y, less_out_ga(X, Y)) → less_out_ga(s(X), s(Y))
U3_aga(X, Y, Left, Right, Right1, less_out_ga(Y, X)) → U4_aga(X, Y, Left, Right, Right1, insert_in_aga(X, Right, Right1))
U4_aga(X, Y, Left, Right, Right1, insert_out_aga(X, Right, Right1)) → insert_out_aga(X, tree(Y, Left, Right), tree(Y, Left, Right1))
LESS_IN_GG(s(X), s(Y)) → LESS_IN_GG(X, Y)
LESS_IN_GG(s(X), s(Y)) → LESS_IN_GG(X, Y)
From the DPs we obtained the following set of size-change graphs:
U1_GGA(X, Y, Left, Right, Left1, less_out_gg(X, Y)) → INSERT_IN_GGA(X, Left, Left1)
INSERT_IN_GGA(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → U1_GGA(X, Y, Left, Right, Left1, less_in_gg(X, Y))
INSERT_IN_GGA(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_GGA(X, Y, Left, Right, Right1, less_in_gg(Y, X))
U3_GGA(X, Y, Left, Right, Right1, less_out_gg(Y, X)) → INSERT_IN_GGA(X, Right, Right1)
insert_in_aga(X, void, tree(X, void, void)) → insert_out_aga(X, void, tree(X, void, void))
insert_in_aga(X, tree(X, Left, Right), tree(X, Left, Right)) → insert_out_aga(X, tree(X, Left, Right), tree(X, Left, Right))
insert_in_aga(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → U1_aga(X, Y, Left, Right, Left1, less_in_ag(X, Y))
less_in_ag(0, s(X1)) → less_out_ag(0, s(X1))
less_in_ag(s(X), s(Y)) → U5_ag(X, Y, less_in_ag(X, Y))
U5_ag(X, Y, less_out_ag(X, Y)) → less_out_ag(s(X), s(Y))
U1_aga(X, Y, Left, Right, Left1, less_out_ag(X, Y)) → U2_aga(X, Y, Left, Right, Left1, insert_in_gga(X, Left, Left1))
insert_in_gga(X, void, tree(X, void, void)) → insert_out_gga(X, void, tree(X, void, void))
insert_in_gga(X, tree(X, Left, Right), tree(X, Left, Right)) → insert_out_gga(X, tree(X, Left, Right), tree(X, Left, Right))
insert_in_gga(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → U1_gga(X, Y, Left, Right, Left1, less_in_gg(X, Y))
less_in_gg(0, s(X1)) → less_out_gg(0, s(X1))
less_in_gg(s(X), s(Y)) → U5_gg(X, Y, less_in_gg(X, Y))
U5_gg(X, Y, less_out_gg(X, Y)) → less_out_gg(s(X), s(Y))
U1_gga(X, Y, Left, Right, Left1, less_out_gg(X, Y)) → U2_gga(X, Y, Left, Right, Left1, insert_in_gga(X, Left, Left1))
insert_in_gga(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_gga(X, Y, Left, Right, Right1, less_in_gg(Y, X))
U3_gga(X, Y, Left, Right, Right1, less_out_gg(Y, X)) → U4_gga(X, Y, Left, Right, Right1, insert_in_gga(X, Right, Right1))
U4_gga(X, Y, Left, Right, Right1, insert_out_gga(X, Right, Right1)) → insert_out_gga(X, tree(Y, Left, Right), tree(Y, Left, Right1))
U2_gga(X, Y, Left, Right, Left1, insert_out_gga(X, Left, Left1)) → insert_out_gga(X, tree(Y, Left, Right), tree(Y, Left1, Right))
U2_aga(X, Y, Left, Right, Left1, insert_out_gga(X, Left, Left1)) → insert_out_aga(X, tree(Y, Left, Right), tree(Y, Left1, Right))
insert_in_aga(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_aga(X, Y, Left, Right, Right1, less_in_ga(Y, X))
less_in_ga(0, s(X1)) → less_out_ga(0, s(X1))
less_in_ga(s(X), s(Y)) → U5_ga(X, Y, less_in_ga(X, Y))
U5_ga(X, Y, less_out_ga(X, Y)) → less_out_ga(s(X), s(Y))
U3_aga(X, Y, Left, Right, Right1, less_out_ga(Y, X)) → U4_aga(X, Y, Left, Right, Right1, insert_in_aga(X, Right, Right1))
U4_aga(X, Y, Left, Right, Right1, insert_out_aga(X, Right, Right1)) → insert_out_aga(X, tree(Y, Left, Right), tree(Y, Left, Right1))
U1_GGA(X, Y, Left, Right, Left1, less_out_gg(X, Y)) → INSERT_IN_GGA(X, Left, Left1)
INSERT_IN_GGA(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → U1_GGA(X, Y, Left, Right, Left1, less_in_gg(X, Y))
INSERT_IN_GGA(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_GGA(X, Y, Left, Right, Right1, less_in_gg(Y, X))
U3_GGA(X, Y, Left, Right, Right1, less_out_gg(Y, X)) → INSERT_IN_GGA(X, Right, Right1)
less_in_gg(0, s(X1)) → less_out_gg(0, s(X1))
less_in_gg(s(X), s(Y)) → U5_gg(X, Y, less_in_gg(X, Y))
U5_gg(X, Y, less_out_gg(X, Y)) → less_out_gg(s(X), s(Y))
U1_GGA(X, Y, Left, Right, less_out_gg(X, Y)) → INSERT_IN_GGA(X, Left)
INSERT_IN_GGA(X, tree(Y, Left, Right)) → U1_GGA(X, Y, Left, Right, less_in_gg(X, Y))
INSERT_IN_GGA(X, tree(Y, Left, Right)) → U3_GGA(X, Y, Left, Right, less_in_gg(Y, X))
U3_GGA(X, Y, Left, Right, less_out_gg(Y, X)) → INSERT_IN_GGA(X, Right)
less_in_gg(0, s(X1)) → less_out_gg(0, s(X1))
less_in_gg(s(X), s(Y)) → U5_gg(X, Y, less_in_gg(X, Y))
U5_gg(X, Y, less_out_gg(X, Y)) → less_out_gg(s(X), s(Y))
less_in_gg(x0, x1)
U5_gg(x0, x1, x2)
From the DPs we obtained the following set of size-change graphs:
LESS_IN_AG(s(X), s(Y)) → LESS_IN_AG(X, Y)
insert_in_aga(X, void, tree(X, void, void)) → insert_out_aga(X, void, tree(X, void, void))
insert_in_aga(X, tree(X, Left, Right), tree(X, Left, Right)) → insert_out_aga(X, tree(X, Left, Right), tree(X, Left, Right))
insert_in_aga(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → U1_aga(X, Y, Left, Right, Left1, less_in_ag(X, Y))
less_in_ag(0, s(X1)) → less_out_ag(0, s(X1))
less_in_ag(s(X), s(Y)) → U5_ag(X, Y, less_in_ag(X, Y))
U5_ag(X, Y, less_out_ag(X, Y)) → less_out_ag(s(X), s(Y))
U1_aga(X, Y, Left, Right, Left1, less_out_ag(X, Y)) → U2_aga(X, Y, Left, Right, Left1, insert_in_gga(X, Left, Left1))
insert_in_gga(X, void, tree(X, void, void)) → insert_out_gga(X, void, tree(X, void, void))
insert_in_gga(X, tree(X, Left, Right), tree(X, Left, Right)) → insert_out_gga(X, tree(X, Left, Right), tree(X, Left, Right))
insert_in_gga(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → U1_gga(X, Y, Left, Right, Left1, less_in_gg(X, Y))
less_in_gg(0, s(X1)) → less_out_gg(0, s(X1))
less_in_gg(s(X), s(Y)) → U5_gg(X, Y, less_in_gg(X, Y))
U5_gg(X, Y, less_out_gg(X, Y)) → less_out_gg(s(X), s(Y))
U1_gga(X, Y, Left, Right, Left1, less_out_gg(X, Y)) → U2_gga(X, Y, Left, Right, Left1, insert_in_gga(X, Left, Left1))
insert_in_gga(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_gga(X, Y, Left, Right, Right1, less_in_gg(Y, X))
U3_gga(X, Y, Left, Right, Right1, less_out_gg(Y, X)) → U4_gga(X, Y, Left, Right, Right1, insert_in_gga(X, Right, Right1))
U4_gga(X, Y, Left, Right, Right1, insert_out_gga(X, Right, Right1)) → insert_out_gga(X, tree(Y, Left, Right), tree(Y, Left, Right1))
U2_gga(X, Y, Left, Right, Left1, insert_out_gga(X, Left, Left1)) → insert_out_gga(X, tree(Y, Left, Right), tree(Y, Left1, Right))
U2_aga(X, Y, Left, Right, Left1, insert_out_gga(X, Left, Left1)) → insert_out_aga(X, tree(Y, Left, Right), tree(Y, Left1, Right))
insert_in_aga(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_aga(X, Y, Left, Right, Right1, less_in_ga(Y, X))
less_in_ga(0, s(X1)) → less_out_ga(0, s(X1))
less_in_ga(s(X), s(Y)) → U5_ga(X, Y, less_in_ga(X, Y))
U5_ga(X, Y, less_out_ga(X, Y)) → less_out_ga(s(X), s(Y))
U3_aga(X, Y, Left, Right, Right1, less_out_ga(Y, X)) → U4_aga(X, Y, Left, Right, Right1, insert_in_aga(X, Right, Right1))
U4_aga(X, Y, Left, Right, Right1, insert_out_aga(X, Right, Right1)) → insert_out_aga(X, tree(Y, Left, Right), tree(Y, Left, Right1))
LESS_IN_AG(s(X), s(Y)) → LESS_IN_AG(X, Y)
LESS_IN_AG(s(Y)) → LESS_IN_AG(Y)
From the DPs we obtained the following set of size-change graphs:
INSERT_IN_AGA(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_AGA(X, Y, Left, Right, Right1, less_in_ga(Y, X))
U3_AGA(X, Y, Left, Right, Right1, less_out_ga(Y, X)) → INSERT_IN_AGA(X, Right, Right1)
insert_in_aga(X, void, tree(X, void, void)) → insert_out_aga(X, void, tree(X, void, void))
insert_in_aga(X, tree(X, Left, Right), tree(X, Left, Right)) → insert_out_aga(X, tree(X, Left, Right), tree(X, Left, Right))
insert_in_aga(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → U1_aga(X, Y, Left, Right, Left1, less_in_ag(X, Y))
less_in_ag(0, s(X1)) → less_out_ag(0, s(X1))
less_in_ag(s(X), s(Y)) → U5_ag(X, Y, less_in_ag(X, Y))
U5_ag(X, Y, less_out_ag(X, Y)) → less_out_ag(s(X), s(Y))
U1_aga(X, Y, Left, Right, Left1, less_out_ag(X, Y)) → U2_aga(X, Y, Left, Right, Left1, insert_in_gga(X, Left, Left1))
insert_in_gga(X, void, tree(X, void, void)) → insert_out_gga(X, void, tree(X, void, void))
insert_in_gga(X, tree(X, Left, Right), tree(X, Left, Right)) → insert_out_gga(X, tree(X, Left, Right), tree(X, Left, Right))
insert_in_gga(X, tree(Y, Left, Right), tree(Y, Left1, Right)) → U1_gga(X, Y, Left, Right, Left1, less_in_gg(X, Y))
less_in_gg(0, s(X1)) → less_out_gg(0, s(X1))
less_in_gg(s(X), s(Y)) → U5_gg(X, Y, less_in_gg(X, Y))
U5_gg(X, Y, less_out_gg(X, Y)) → less_out_gg(s(X), s(Y))
U1_gga(X, Y, Left, Right, Left1, less_out_gg(X, Y)) → U2_gga(X, Y, Left, Right, Left1, insert_in_gga(X, Left, Left1))
insert_in_gga(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_gga(X, Y, Left, Right, Right1, less_in_gg(Y, X))
U3_gga(X, Y, Left, Right, Right1, less_out_gg(Y, X)) → U4_gga(X, Y, Left, Right, Right1, insert_in_gga(X, Right, Right1))
U4_gga(X, Y, Left, Right, Right1, insert_out_gga(X, Right, Right1)) → insert_out_gga(X, tree(Y, Left, Right), tree(Y, Left, Right1))
U2_gga(X, Y, Left, Right, Left1, insert_out_gga(X, Left, Left1)) → insert_out_gga(X, tree(Y, Left, Right), tree(Y, Left1, Right))
U2_aga(X, Y, Left, Right, Left1, insert_out_gga(X, Left, Left1)) → insert_out_aga(X, tree(Y, Left, Right), tree(Y, Left1, Right))
insert_in_aga(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_aga(X, Y, Left, Right, Right1, less_in_ga(Y, X))
less_in_ga(0, s(X1)) → less_out_ga(0, s(X1))
less_in_ga(s(X), s(Y)) → U5_ga(X, Y, less_in_ga(X, Y))
U5_ga(X, Y, less_out_ga(X, Y)) → less_out_ga(s(X), s(Y))
U3_aga(X, Y, Left, Right, Right1, less_out_ga(Y, X)) → U4_aga(X, Y, Left, Right, Right1, insert_in_aga(X, Right, Right1))
U4_aga(X, Y, Left, Right, Right1, insert_out_aga(X, Right, Right1)) → insert_out_aga(X, tree(Y, Left, Right), tree(Y, Left, Right1))
INSERT_IN_AGA(X, tree(Y, Left, Right), tree(Y, Left, Right1)) → U3_AGA(X, Y, Left, Right, Right1, less_in_ga(Y, X))
U3_AGA(X, Y, Left, Right, Right1, less_out_ga(Y, X)) → INSERT_IN_AGA(X, Right, Right1)
less_in_ga(0, s(X1)) → less_out_ga(0, s(X1))
less_in_ga(s(X), s(Y)) → U5_ga(X, Y, less_in_ga(X, Y))
U5_ga(X, Y, less_out_ga(X, Y)) → less_out_ga(s(X), s(Y))