↳ PROLOG
↳ PrologToPiTRSProof
With regard to the inferred argument filtering the predicates were used in the following modes:
goal1: (b)
s2t2: (b,f)
tappend3: (b,f,f)
Transforming PROLOG into the following Term Rewriting System:
Pi-finite rewrite system:
The TRS R consists of the following rules:
goal_1_in_g1(X) -> if_goal_1_in_1_g2(X, s2t_2_in_ga2(X, T1))
s2t_2_in_ga2(s_11(X), node_33(T, Y, T)) -> if_s2t_2_in_1_ga4(X, T, Y, s2t_2_in_ga2(X, T))
s2t_2_in_ga2(s_11(X), node_33(nil_0, Y, T)) -> if_s2t_2_in_2_ga4(X, Y, T, s2t_2_in_ga2(X, T))
s2t_2_in_ga2(s_11(X), node_33(T, Y, nil_0)) -> if_s2t_2_in_3_ga4(X, T, Y, s2t_2_in_ga2(X, T))
s2t_2_in_ga2(s_11(X), node_33(nil_0, Y, nil_0)) -> s2t_2_out_ga2(s_11(X), node_33(nil_0, Y, nil_0))
s2t_2_in_ga2(0_0, nil_0) -> s2t_2_out_ga2(0_0, nil_0)
if_s2t_2_in_3_ga4(X, T, Y, s2t_2_out_ga2(X, T)) -> s2t_2_out_ga2(s_11(X), node_33(T, Y, nil_0))
if_s2t_2_in_2_ga4(X, Y, T, s2t_2_out_ga2(X, T)) -> s2t_2_out_ga2(s_11(X), node_33(nil_0, Y, T))
if_s2t_2_in_1_ga4(X, T, Y, s2t_2_out_ga2(X, T)) -> s2t_2_out_ga2(s_11(X), node_33(T, Y, T))
if_goal_1_in_1_g2(X, s2t_2_out_ga2(X, T1)) -> if_goal_1_in_2_g3(X, T1, tappend_3_in_gaa3(T1, T2, T3))
tappend_3_in_gaa3(nil_0, T, T) -> tappend_3_out_gaa3(nil_0, T, T)
tappend_3_in_gaa3(node_33(nil_0, X, T2), T1, node_33(T1, X, T2)) -> tappend_3_out_gaa3(node_33(nil_0, X, T2), T1, node_33(T1, X, T2))
tappend_3_in_gaa3(node_33(T1, X, nil_0), T2, node_33(T1, X, T2)) -> tappend_3_out_gaa3(node_33(T1, X, nil_0), T2, node_33(T1, X, T2))
tappend_3_in_gaa3(node_33(T1, X, T2), T3, node_33(U, X, T2)) -> if_tappend_3_in_1_gaa6(T1, X, T2, T3, U, tappend_3_in_gaa3(T1, T3, U))
tappend_3_in_gaa3(node_33(T1, X, T2), T3, node_33(T1, X, U)) -> if_tappend_3_in_2_gaa6(T1, X, T2, T3, U, tappend_3_in_gaa3(T2, T3, U))
if_tappend_3_in_2_gaa6(T1, X, T2, T3, U, tappend_3_out_gaa3(T2, T3, U)) -> tappend_3_out_gaa3(node_33(T1, X, T2), T3, node_33(T1, X, U))
if_tappend_3_in_1_gaa6(T1, X, T2, T3, U, tappend_3_out_gaa3(T1, T3, U)) -> tappend_3_out_gaa3(node_33(T1, X, T2), T3, node_33(U, X, T2))
if_goal_1_in_2_g3(X, T1, tappend_3_out_gaa3(T1, T2, T3)) -> goal_1_out_g1(X)
Infinitary Constructor Rewriting Termination of PiTRS implies Termination of PROLOG
↳ PROLOG
↳ PrologToPiTRSProof
↳ PiTRS
↳ DependencyPairsProof
goal_1_in_g1(X) -> if_goal_1_in_1_g2(X, s2t_2_in_ga2(X, T1))
s2t_2_in_ga2(s_11(X), node_33(T, Y, T)) -> if_s2t_2_in_1_ga4(X, T, Y, s2t_2_in_ga2(X, T))
s2t_2_in_ga2(s_11(X), node_33(nil_0, Y, T)) -> if_s2t_2_in_2_ga4(X, Y, T, s2t_2_in_ga2(X, T))
s2t_2_in_ga2(s_11(X), node_33(T, Y, nil_0)) -> if_s2t_2_in_3_ga4(X, T, Y, s2t_2_in_ga2(X, T))
s2t_2_in_ga2(s_11(X), node_33(nil_0, Y, nil_0)) -> s2t_2_out_ga2(s_11(X), node_33(nil_0, Y, nil_0))
s2t_2_in_ga2(0_0, nil_0) -> s2t_2_out_ga2(0_0, nil_0)
if_s2t_2_in_3_ga4(X, T, Y, s2t_2_out_ga2(X, T)) -> s2t_2_out_ga2(s_11(X), node_33(T, Y, nil_0))
if_s2t_2_in_2_ga4(X, Y, T, s2t_2_out_ga2(X, T)) -> s2t_2_out_ga2(s_11(X), node_33(nil_0, Y, T))
if_s2t_2_in_1_ga4(X, T, Y, s2t_2_out_ga2(X, T)) -> s2t_2_out_ga2(s_11(X), node_33(T, Y, T))
if_goal_1_in_1_g2(X, s2t_2_out_ga2(X, T1)) -> if_goal_1_in_2_g3(X, T1, tappend_3_in_gaa3(T1, T2, T3))
tappend_3_in_gaa3(nil_0, T, T) -> tappend_3_out_gaa3(nil_0, T, T)
tappend_3_in_gaa3(node_33(nil_0, X, T2), T1, node_33(T1, X, T2)) -> tappend_3_out_gaa3(node_33(nil_0, X, T2), T1, node_33(T1, X, T2))
tappend_3_in_gaa3(node_33(T1, X, nil_0), T2, node_33(T1, X, T2)) -> tappend_3_out_gaa3(node_33(T1, X, nil_0), T2, node_33(T1, X, T2))
tappend_3_in_gaa3(node_33(T1, X, T2), T3, node_33(U, X, T2)) -> if_tappend_3_in_1_gaa6(T1, X, T2, T3, U, tappend_3_in_gaa3(T1, T3, U))
tappend_3_in_gaa3(node_33(T1, X, T2), T3, node_33(T1, X, U)) -> if_tappend_3_in_2_gaa6(T1, X, T2, T3, U, tappend_3_in_gaa3(T2, T3, U))
if_tappend_3_in_2_gaa6(T1, X, T2, T3, U, tappend_3_out_gaa3(T2, T3, U)) -> tappend_3_out_gaa3(node_33(T1, X, T2), T3, node_33(T1, X, U))
if_tappend_3_in_1_gaa6(T1, X, T2, T3, U, tappend_3_out_gaa3(T1, T3, U)) -> tappend_3_out_gaa3(node_33(T1, X, T2), T3, node_33(U, X, T2))
if_goal_1_in_2_g3(X, T1, tappend_3_out_gaa3(T1, T2, T3)) -> goal_1_out_g1(X)
GOAL_1_IN_G1(X) -> IF_GOAL_1_IN_1_G2(X, s2t_2_in_ga2(X, T1))
GOAL_1_IN_G1(X) -> S2T_2_IN_GA2(X, T1)
S2T_2_IN_GA2(s_11(X), node_33(T, Y, T)) -> IF_S2T_2_IN_1_GA4(X, T, Y, s2t_2_in_ga2(X, T))
S2T_2_IN_GA2(s_11(X), node_33(T, Y, T)) -> S2T_2_IN_GA2(X, T)
S2T_2_IN_GA2(s_11(X), node_33(nil_0, Y, T)) -> IF_S2T_2_IN_2_GA4(X, Y, T, s2t_2_in_ga2(X, T))
S2T_2_IN_GA2(s_11(X), node_33(nil_0, Y, T)) -> S2T_2_IN_GA2(X, T)
S2T_2_IN_GA2(s_11(X), node_33(T, Y, nil_0)) -> IF_S2T_2_IN_3_GA4(X, T, Y, s2t_2_in_ga2(X, T))
S2T_2_IN_GA2(s_11(X), node_33(T, Y, nil_0)) -> S2T_2_IN_GA2(X, T)
IF_GOAL_1_IN_1_G2(X, s2t_2_out_ga2(X, T1)) -> IF_GOAL_1_IN_2_G3(X, T1, tappend_3_in_gaa3(T1, T2, T3))
IF_GOAL_1_IN_1_G2(X, s2t_2_out_ga2(X, T1)) -> TAPPEND_3_IN_GAA3(T1, T2, T3)
TAPPEND_3_IN_GAA3(node_33(T1, X, T2), T3, node_33(U, X, T2)) -> IF_TAPPEND_3_IN_1_GAA6(T1, X, T2, T3, U, tappend_3_in_gaa3(T1, T3, U))
TAPPEND_3_IN_GAA3(node_33(T1, X, T2), T3, node_33(U, X, T2)) -> TAPPEND_3_IN_GAA3(T1, T3, U)
TAPPEND_3_IN_GAA3(node_33(T1, X, T2), T3, node_33(T1, X, U)) -> IF_TAPPEND_3_IN_2_GAA6(T1, X, T2, T3, U, tappend_3_in_gaa3(T2, T3, U))
TAPPEND_3_IN_GAA3(node_33(T1, X, T2), T3, node_33(T1, X, U)) -> TAPPEND_3_IN_GAA3(T2, T3, U)
goal_1_in_g1(X) -> if_goal_1_in_1_g2(X, s2t_2_in_ga2(X, T1))
s2t_2_in_ga2(s_11(X), node_33(T, Y, T)) -> if_s2t_2_in_1_ga4(X, T, Y, s2t_2_in_ga2(X, T))
s2t_2_in_ga2(s_11(X), node_33(nil_0, Y, T)) -> if_s2t_2_in_2_ga4(X, Y, T, s2t_2_in_ga2(X, T))
s2t_2_in_ga2(s_11(X), node_33(T, Y, nil_0)) -> if_s2t_2_in_3_ga4(X, T, Y, s2t_2_in_ga2(X, T))
s2t_2_in_ga2(s_11(X), node_33(nil_0, Y, nil_0)) -> s2t_2_out_ga2(s_11(X), node_33(nil_0, Y, nil_0))
s2t_2_in_ga2(0_0, nil_0) -> s2t_2_out_ga2(0_0, nil_0)
if_s2t_2_in_3_ga4(X, T, Y, s2t_2_out_ga2(X, T)) -> s2t_2_out_ga2(s_11(X), node_33(T, Y, nil_0))
if_s2t_2_in_2_ga4(X, Y, T, s2t_2_out_ga2(X, T)) -> s2t_2_out_ga2(s_11(X), node_33(nil_0, Y, T))
if_s2t_2_in_1_ga4(X, T, Y, s2t_2_out_ga2(X, T)) -> s2t_2_out_ga2(s_11(X), node_33(T, Y, T))
if_goal_1_in_1_g2(X, s2t_2_out_ga2(X, T1)) -> if_goal_1_in_2_g3(X, T1, tappend_3_in_gaa3(T1, T2, T3))
tappend_3_in_gaa3(nil_0, T, T) -> tappend_3_out_gaa3(nil_0, T, T)
tappend_3_in_gaa3(node_33(nil_0, X, T2), T1, node_33(T1, X, T2)) -> tappend_3_out_gaa3(node_33(nil_0, X, T2), T1, node_33(T1, X, T2))
tappend_3_in_gaa3(node_33(T1, X, nil_0), T2, node_33(T1, X, T2)) -> tappend_3_out_gaa3(node_33(T1, X, nil_0), T2, node_33(T1, X, T2))
tappend_3_in_gaa3(node_33(T1, X, T2), T3, node_33(U, X, T2)) -> if_tappend_3_in_1_gaa6(T1, X, T2, T3, U, tappend_3_in_gaa3(T1, T3, U))
tappend_3_in_gaa3(node_33(T1, X, T2), T3, node_33(T1, X, U)) -> if_tappend_3_in_2_gaa6(T1, X, T2, T3, U, tappend_3_in_gaa3(T2, T3, U))
if_tappend_3_in_2_gaa6(T1, X, T2, T3, U, tappend_3_out_gaa3(T2, T3, U)) -> tappend_3_out_gaa3(node_33(T1, X, T2), T3, node_33(T1, X, U))
if_tappend_3_in_1_gaa6(T1, X, T2, T3, U, tappend_3_out_gaa3(T1, T3, U)) -> tappend_3_out_gaa3(node_33(T1, X, T2), T3, node_33(U, X, T2))
if_goal_1_in_2_g3(X, T1, tappend_3_out_gaa3(T1, T2, T3)) -> goal_1_out_g1(X)
↳ PROLOG
↳ PrologToPiTRSProof
↳ PiTRS
↳ DependencyPairsProof
↳ PiDP
↳ DependencyGraphProof
GOAL_1_IN_G1(X) -> IF_GOAL_1_IN_1_G2(X, s2t_2_in_ga2(X, T1))
GOAL_1_IN_G1(X) -> S2T_2_IN_GA2(X, T1)
S2T_2_IN_GA2(s_11(X), node_33(T, Y, T)) -> IF_S2T_2_IN_1_GA4(X, T, Y, s2t_2_in_ga2(X, T))
S2T_2_IN_GA2(s_11(X), node_33(T, Y, T)) -> S2T_2_IN_GA2(X, T)
S2T_2_IN_GA2(s_11(X), node_33(nil_0, Y, T)) -> IF_S2T_2_IN_2_GA4(X, Y, T, s2t_2_in_ga2(X, T))
S2T_2_IN_GA2(s_11(X), node_33(nil_0, Y, T)) -> S2T_2_IN_GA2(X, T)
S2T_2_IN_GA2(s_11(X), node_33(T, Y, nil_0)) -> IF_S2T_2_IN_3_GA4(X, T, Y, s2t_2_in_ga2(X, T))
S2T_2_IN_GA2(s_11(X), node_33(T, Y, nil_0)) -> S2T_2_IN_GA2(X, T)
IF_GOAL_1_IN_1_G2(X, s2t_2_out_ga2(X, T1)) -> IF_GOAL_1_IN_2_G3(X, T1, tappend_3_in_gaa3(T1, T2, T3))
IF_GOAL_1_IN_1_G2(X, s2t_2_out_ga2(X, T1)) -> TAPPEND_3_IN_GAA3(T1, T2, T3)
TAPPEND_3_IN_GAA3(node_33(T1, X, T2), T3, node_33(U, X, T2)) -> IF_TAPPEND_3_IN_1_GAA6(T1, X, T2, T3, U, tappend_3_in_gaa3(T1, T3, U))
TAPPEND_3_IN_GAA3(node_33(T1, X, T2), T3, node_33(U, X, T2)) -> TAPPEND_3_IN_GAA3(T1, T3, U)
TAPPEND_3_IN_GAA3(node_33(T1, X, T2), T3, node_33(T1, X, U)) -> IF_TAPPEND_3_IN_2_GAA6(T1, X, T2, T3, U, tappend_3_in_gaa3(T2, T3, U))
TAPPEND_3_IN_GAA3(node_33(T1, X, T2), T3, node_33(T1, X, U)) -> TAPPEND_3_IN_GAA3(T2, T3, U)
goal_1_in_g1(X) -> if_goal_1_in_1_g2(X, s2t_2_in_ga2(X, T1))
s2t_2_in_ga2(s_11(X), node_33(T, Y, T)) -> if_s2t_2_in_1_ga4(X, T, Y, s2t_2_in_ga2(X, T))
s2t_2_in_ga2(s_11(X), node_33(nil_0, Y, T)) -> if_s2t_2_in_2_ga4(X, Y, T, s2t_2_in_ga2(X, T))
s2t_2_in_ga2(s_11(X), node_33(T, Y, nil_0)) -> if_s2t_2_in_3_ga4(X, T, Y, s2t_2_in_ga2(X, T))
s2t_2_in_ga2(s_11(X), node_33(nil_0, Y, nil_0)) -> s2t_2_out_ga2(s_11(X), node_33(nil_0, Y, nil_0))
s2t_2_in_ga2(0_0, nil_0) -> s2t_2_out_ga2(0_0, nil_0)
if_s2t_2_in_3_ga4(X, T, Y, s2t_2_out_ga2(X, T)) -> s2t_2_out_ga2(s_11(X), node_33(T, Y, nil_0))
if_s2t_2_in_2_ga4(X, Y, T, s2t_2_out_ga2(X, T)) -> s2t_2_out_ga2(s_11(X), node_33(nil_0, Y, T))
if_s2t_2_in_1_ga4(X, T, Y, s2t_2_out_ga2(X, T)) -> s2t_2_out_ga2(s_11(X), node_33(T, Y, T))
if_goal_1_in_1_g2(X, s2t_2_out_ga2(X, T1)) -> if_goal_1_in_2_g3(X, T1, tappend_3_in_gaa3(T1, T2, T3))
tappend_3_in_gaa3(nil_0, T, T) -> tappend_3_out_gaa3(nil_0, T, T)
tappend_3_in_gaa3(node_33(nil_0, X, T2), T1, node_33(T1, X, T2)) -> tappend_3_out_gaa3(node_33(nil_0, X, T2), T1, node_33(T1, X, T2))
tappend_3_in_gaa3(node_33(T1, X, nil_0), T2, node_33(T1, X, T2)) -> tappend_3_out_gaa3(node_33(T1, X, nil_0), T2, node_33(T1, X, T2))
tappend_3_in_gaa3(node_33(T1, X, T2), T3, node_33(U, X, T2)) -> if_tappend_3_in_1_gaa6(T1, X, T2, T3, U, tappend_3_in_gaa3(T1, T3, U))
tappend_3_in_gaa3(node_33(T1, X, T2), T3, node_33(T1, X, U)) -> if_tappend_3_in_2_gaa6(T1, X, T2, T3, U, tappend_3_in_gaa3(T2, T3, U))
if_tappend_3_in_2_gaa6(T1, X, T2, T3, U, tappend_3_out_gaa3(T2, T3, U)) -> tappend_3_out_gaa3(node_33(T1, X, T2), T3, node_33(T1, X, U))
if_tappend_3_in_1_gaa6(T1, X, T2, T3, U, tappend_3_out_gaa3(T1, T3, U)) -> tappend_3_out_gaa3(node_33(T1, X, T2), T3, node_33(U, X, T2))
if_goal_1_in_2_g3(X, T1, tappend_3_out_gaa3(T1, T2, T3)) -> goal_1_out_g1(X)
↳ PROLOG
↳ PrologToPiTRSProof
↳ PiTRS
↳ DependencyPairsProof
↳ PiDP
↳ DependencyGraphProof
↳ AND
↳ PiDP
↳ UsableRulesProof
↳ PiDP
TAPPEND_3_IN_GAA3(node_33(T1, X, T2), T3, node_33(U, X, T2)) -> TAPPEND_3_IN_GAA3(T1, T3, U)
TAPPEND_3_IN_GAA3(node_33(T1, X, T2), T3, node_33(T1, X, U)) -> TAPPEND_3_IN_GAA3(T2, T3, U)
goal_1_in_g1(X) -> if_goal_1_in_1_g2(X, s2t_2_in_ga2(X, T1))
s2t_2_in_ga2(s_11(X), node_33(T, Y, T)) -> if_s2t_2_in_1_ga4(X, T, Y, s2t_2_in_ga2(X, T))
s2t_2_in_ga2(s_11(X), node_33(nil_0, Y, T)) -> if_s2t_2_in_2_ga4(X, Y, T, s2t_2_in_ga2(X, T))
s2t_2_in_ga2(s_11(X), node_33(T, Y, nil_0)) -> if_s2t_2_in_3_ga4(X, T, Y, s2t_2_in_ga2(X, T))
s2t_2_in_ga2(s_11(X), node_33(nil_0, Y, nil_0)) -> s2t_2_out_ga2(s_11(X), node_33(nil_0, Y, nil_0))
s2t_2_in_ga2(0_0, nil_0) -> s2t_2_out_ga2(0_0, nil_0)
if_s2t_2_in_3_ga4(X, T, Y, s2t_2_out_ga2(X, T)) -> s2t_2_out_ga2(s_11(X), node_33(T, Y, nil_0))
if_s2t_2_in_2_ga4(X, Y, T, s2t_2_out_ga2(X, T)) -> s2t_2_out_ga2(s_11(X), node_33(nil_0, Y, T))
if_s2t_2_in_1_ga4(X, T, Y, s2t_2_out_ga2(X, T)) -> s2t_2_out_ga2(s_11(X), node_33(T, Y, T))
if_goal_1_in_1_g2(X, s2t_2_out_ga2(X, T1)) -> if_goal_1_in_2_g3(X, T1, tappend_3_in_gaa3(T1, T2, T3))
tappend_3_in_gaa3(nil_0, T, T) -> tappend_3_out_gaa3(nil_0, T, T)
tappend_3_in_gaa3(node_33(nil_0, X, T2), T1, node_33(T1, X, T2)) -> tappend_3_out_gaa3(node_33(nil_0, X, T2), T1, node_33(T1, X, T2))
tappend_3_in_gaa3(node_33(T1, X, nil_0), T2, node_33(T1, X, T2)) -> tappend_3_out_gaa3(node_33(T1, X, nil_0), T2, node_33(T1, X, T2))
tappend_3_in_gaa3(node_33(T1, X, T2), T3, node_33(U, X, T2)) -> if_tappend_3_in_1_gaa6(T1, X, T2, T3, U, tappend_3_in_gaa3(T1, T3, U))
tappend_3_in_gaa3(node_33(T1, X, T2), T3, node_33(T1, X, U)) -> if_tappend_3_in_2_gaa6(T1, X, T2, T3, U, tappend_3_in_gaa3(T2, T3, U))
if_tappend_3_in_2_gaa6(T1, X, T2, T3, U, tappend_3_out_gaa3(T2, T3, U)) -> tappend_3_out_gaa3(node_33(T1, X, T2), T3, node_33(T1, X, U))
if_tappend_3_in_1_gaa6(T1, X, T2, T3, U, tappend_3_out_gaa3(T1, T3, U)) -> tappend_3_out_gaa3(node_33(T1, X, T2), T3, node_33(U, X, T2))
if_goal_1_in_2_g3(X, T1, tappend_3_out_gaa3(T1, T2, T3)) -> goal_1_out_g1(X)
↳ PROLOG
↳ PrologToPiTRSProof
↳ PiTRS
↳ DependencyPairsProof
↳ PiDP
↳ DependencyGraphProof
↳ AND
↳ PiDP
↳ UsableRulesProof
↳ PiDP
↳ PiDPToQDPProof
↳ PiDP
TAPPEND_3_IN_GAA3(node_33(T1, X, T2), T3, node_33(U, X, T2)) -> TAPPEND_3_IN_GAA3(T1, T3, U)
TAPPEND_3_IN_GAA3(node_33(T1, X, T2), T3, node_33(T1, X, U)) -> TAPPEND_3_IN_GAA3(T2, T3, U)
↳ PROLOG
↳ PrologToPiTRSProof
↳ PiTRS
↳ DependencyPairsProof
↳ PiDP
↳ DependencyGraphProof
↳ AND
↳ PiDP
↳ UsableRulesProof
↳ PiDP
↳ PiDPToQDPProof
↳ QDP
↳ QDPSizeChangeProof
↳ PiDP
TAPPEND_3_IN_GAA1(node_32(T1, T2)) -> TAPPEND_3_IN_GAA1(T1)
TAPPEND_3_IN_GAA1(node_32(T1, T2)) -> TAPPEND_3_IN_GAA1(T2)
From the DPs we obtained the following set of size-change graphs:
↳ PROLOG
↳ PrologToPiTRSProof
↳ PiTRS
↳ DependencyPairsProof
↳ PiDP
↳ DependencyGraphProof
↳ AND
↳ PiDP
↳ PiDP
↳ UsableRulesProof
S2T_2_IN_GA2(s_11(X), node_33(T, Y, nil_0)) -> S2T_2_IN_GA2(X, T)
S2T_2_IN_GA2(s_11(X), node_33(nil_0, Y, T)) -> S2T_2_IN_GA2(X, T)
S2T_2_IN_GA2(s_11(X), node_33(T, Y, T)) -> S2T_2_IN_GA2(X, T)
goal_1_in_g1(X) -> if_goal_1_in_1_g2(X, s2t_2_in_ga2(X, T1))
s2t_2_in_ga2(s_11(X), node_33(T, Y, T)) -> if_s2t_2_in_1_ga4(X, T, Y, s2t_2_in_ga2(X, T))
s2t_2_in_ga2(s_11(X), node_33(nil_0, Y, T)) -> if_s2t_2_in_2_ga4(X, Y, T, s2t_2_in_ga2(X, T))
s2t_2_in_ga2(s_11(X), node_33(T, Y, nil_0)) -> if_s2t_2_in_3_ga4(X, T, Y, s2t_2_in_ga2(X, T))
s2t_2_in_ga2(s_11(X), node_33(nil_0, Y, nil_0)) -> s2t_2_out_ga2(s_11(X), node_33(nil_0, Y, nil_0))
s2t_2_in_ga2(0_0, nil_0) -> s2t_2_out_ga2(0_0, nil_0)
if_s2t_2_in_3_ga4(X, T, Y, s2t_2_out_ga2(X, T)) -> s2t_2_out_ga2(s_11(X), node_33(T, Y, nil_0))
if_s2t_2_in_2_ga4(X, Y, T, s2t_2_out_ga2(X, T)) -> s2t_2_out_ga2(s_11(X), node_33(nil_0, Y, T))
if_s2t_2_in_1_ga4(X, T, Y, s2t_2_out_ga2(X, T)) -> s2t_2_out_ga2(s_11(X), node_33(T, Y, T))
if_goal_1_in_1_g2(X, s2t_2_out_ga2(X, T1)) -> if_goal_1_in_2_g3(X, T1, tappend_3_in_gaa3(T1, T2, T3))
tappend_3_in_gaa3(nil_0, T, T) -> tappend_3_out_gaa3(nil_0, T, T)
tappend_3_in_gaa3(node_33(nil_0, X, T2), T1, node_33(T1, X, T2)) -> tappend_3_out_gaa3(node_33(nil_0, X, T2), T1, node_33(T1, X, T2))
tappend_3_in_gaa3(node_33(T1, X, nil_0), T2, node_33(T1, X, T2)) -> tappend_3_out_gaa3(node_33(T1, X, nil_0), T2, node_33(T1, X, T2))
tappend_3_in_gaa3(node_33(T1, X, T2), T3, node_33(U, X, T2)) -> if_tappend_3_in_1_gaa6(T1, X, T2, T3, U, tappend_3_in_gaa3(T1, T3, U))
tappend_3_in_gaa3(node_33(T1, X, T2), T3, node_33(T1, X, U)) -> if_tappend_3_in_2_gaa6(T1, X, T2, T3, U, tappend_3_in_gaa3(T2, T3, U))
if_tappend_3_in_2_gaa6(T1, X, T2, T3, U, tappend_3_out_gaa3(T2, T3, U)) -> tappend_3_out_gaa3(node_33(T1, X, T2), T3, node_33(T1, X, U))
if_tappend_3_in_1_gaa6(T1, X, T2, T3, U, tappend_3_out_gaa3(T1, T3, U)) -> tappend_3_out_gaa3(node_33(T1, X, T2), T3, node_33(U, X, T2))
if_goal_1_in_2_g3(X, T1, tappend_3_out_gaa3(T1, T2, T3)) -> goal_1_out_g1(X)
↳ PROLOG
↳ PrologToPiTRSProof
↳ PiTRS
↳ DependencyPairsProof
↳ PiDP
↳ DependencyGraphProof
↳ AND
↳ PiDP
↳ PiDP
↳ UsableRulesProof
↳ PiDP
↳ PiDPToQDPProof
S2T_2_IN_GA2(s_11(X), node_33(T, Y, nil_0)) -> S2T_2_IN_GA2(X, T)
S2T_2_IN_GA2(s_11(X), node_33(nil_0, Y, T)) -> S2T_2_IN_GA2(X, T)
S2T_2_IN_GA2(s_11(X), node_33(T, Y, T)) -> S2T_2_IN_GA2(X, T)
↳ PROLOG
↳ PrologToPiTRSProof
↳ PiTRS
↳ DependencyPairsProof
↳ PiDP
↳ DependencyGraphProof
↳ AND
↳ PiDP
↳ PiDP
↳ UsableRulesProof
↳ PiDP
↳ PiDPToQDPProof
↳ QDP
↳ QDPSizeChangeProof
S2T_2_IN_GA1(s_11(X)) -> S2T_2_IN_GA1(X)
From the DPs we obtained the following set of size-change graphs: