(0) Obligation:

Clauses:

goal(X) :- ','(s2l(X, Xs), append(Xs, X1, X2)).
append([], Y, Z) :- ','(!, eq(Y, Z)).
append(X, Y, .(H, Z)) :- ','(head(X, H), ','(tail(X, T), append(T, Y, Z))).
s2l(0, L) :- ','(!, eq(L, [])).
s2l(X, .(X3, Xs)) :- ','(p(X, P), s2l(P, Xs)).
head([], X4).
head(.(H, X5), H).
tail([], []).
tail(.(X6, Xs), Xs).
p(0, 0).
p(s(X), X).
eq(X, X).

Queries:

goal(g).

(1) PrologToPrologProblemTransformerProof (SOUND transformation)

Built Prolog problem from termination graph.

(2) Obligation:

Clauses:

s2l4(0, []).
s2l4(s(T5), .(X25, X26)) :- s2l4(T5, X26).
append5([], X37, X37).
append5([], X61, .(X52, X61)).
append5(.(T12, T14), X47, .(T12, X49)) :- append5(T14, X47, X49).
append5(.(T19, T21), X47, .(T19, X49)) :- append5(T21, X47, X49).
goal1(T2) :- s2l4(T2, X9).
goal1(T2) :- s2l4(T2, []).
goal1(T2) :- s2l4(T2, []).
goal1(T2) :- ','(s2l4(T2, .(T12, T14)), append5(T14, X47, X49)).
goal1(T2) :- ','(s2l4(T2, .(T19, T21)), append5(T21, X47, X49)).

Queries:

goal1(g).

(3) PrologToPiTRSProof (SOUND transformation)

We use the technique of [LOPSTR]. With regard to the inferred argument filtering the predicates were used in the following modes:
goal1_in: (b)
s2l4_in: (b,f) (b,b)
append5_in: (b,f,f)
Transforming Prolog into the following Term Rewriting System:
Pi-finite rewrite system:
The TRS R consists of the following rules:

goal1_in_g(T2) → U4_g(T2, s2l4_in_ga(T2, X9))
s2l4_in_ga(0, []) → s2l4_out_ga(0, [])
s2l4_in_ga(s(T5), .(X25, X26)) → U1_ga(T5, X25, X26, s2l4_in_ga(T5, X26))
U1_ga(T5, X25, X26, s2l4_out_ga(T5, X26)) → s2l4_out_ga(s(T5), .(X25, X26))
U4_g(T2, s2l4_out_ga(T2, X9)) → goal1_out_g(T2)
goal1_in_g(T2) → U5_g(T2, s2l4_in_gg(T2, []))
s2l4_in_gg(0, []) → s2l4_out_gg(0, [])
s2l4_in_gg(s(T5), .(X25, X26)) → U1_gg(T5, X25, X26, s2l4_in_gg(T5, X26))
U1_gg(T5, X25, X26, s2l4_out_gg(T5, X26)) → s2l4_out_gg(s(T5), .(X25, X26))
U5_g(T2, s2l4_out_gg(T2, [])) → goal1_out_g(T2)
goal1_in_g(T2) → U6_g(T2, s2l4_in_ga(T2, .(T12, T14)))
U6_g(T2, s2l4_out_ga(T2, .(T12, T14))) → U7_g(T2, append5_in_gaa(T14, X47, X49))
append5_in_gaa([], X37, X37) → append5_out_gaa([], X37, X37)
append5_in_gaa([], X61, .(X52, X61)) → append5_out_gaa([], X61, .(X52, X61))
append5_in_gaa(.(T12, T14), X47, .(T12, X49)) → U2_gaa(T12, T14, X47, X49, append5_in_gaa(T14, X47, X49))
append5_in_gaa(.(T19, T21), X47, .(T19, X49)) → U3_gaa(T19, T21, X47, X49, append5_in_gaa(T21, X47, X49))
U3_gaa(T19, T21, X47, X49, append5_out_gaa(T21, X47, X49)) → append5_out_gaa(.(T19, T21), X47, .(T19, X49))
U2_gaa(T12, T14, X47, X49, append5_out_gaa(T14, X47, X49)) → append5_out_gaa(.(T12, T14), X47, .(T12, X49))
U7_g(T2, append5_out_gaa(T14, X47, X49)) → goal1_out_g(T2)
goal1_in_g(T2) → U8_g(T2, s2l4_in_ga(T2, .(T19, T21)))
U8_g(T2, s2l4_out_ga(T2, .(T19, T21))) → U9_g(T2, append5_in_gaa(T21, X47, X49))
U9_g(T2, append5_out_gaa(T21, X47, X49)) → goal1_out_g(T2)

The argument filtering Pi contains the following mapping:
goal1_in_g(x1)  =  goal1_in_g(x1)
U4_g(x1, x2)  =  U4_g(x2)
s2l4_in_ga(x1, x2)  =  s2l4_in_ga(x1)
0  =  0
s2l4_out_ga(x1, x2)  =  s2l4_out_ga(x2)
s(x1)  =  s(x1)
U1_ga(x1, x2, x3, x4)  =  U1_ga(x4)
.(x1, x2)  =  .(x2)
goal1_out_g(x1)  =  goal1_out_g
U5_g(x1, x2)  =  U5_g(x2)
s2l4_in_gg(x1, x2)  =  s2l4_in_gg(x1, x2)
[]  =  []
s2l4_out_gg(x1, x2)  =  s2l4_out_gg
U1_gg(x1, x2, x3, x4)  =  U1_gg(x4)
U6_g(x1, x2)  =  U6_g(x2)
U7_g(x1, x2)  =  U7_g(x2)
append5_in_gaa(x1, x2, x3)  =  append5_in_gaa(x1)
append5_out_gaa(x1, x2, x3)  =  append5_out_gaa
U2_gaa(x1, x2, x3, x4, x5)  =  U2_gaa(x5)
U3_gaa(x1, x2, x3, x4, x5)  =  U3_gaa(x5)
U8_g(x1, x2)  =  U8_g(x2)
U9_g(x1, x2)  =  U9_g(x2)

Infinitary Constructor Rewriting Termination of PiTRS implies Termination of Prolog

(4) Obligation:

Pi-finite rewrite system:
The TRS R consists of the following rules:

goal1_in_g(T2) → U4_g(T2, s2l4_in_ga(T2, X9))
s2l4_in_ga(0, []) → s2l4_out_ga(0, [])
s2l4_in_ga(s(T5), .(X25, X26)) → U1_ga(T5, X25, X26, s2l4_in_ga(T5, X26))
U1_ga(T5, X25, X26, s2l4_out_ga(T5, X26)) → s2l4_out_ga(s(T5), .(X25, X26))
U4_g(T2, s2l4_out_ga(T2, X9)) → goal1_out_g(T2)
goal1_in_g(T2) → U5_g(T2, s2l4_in_gg(T2, []))
s2l4_in_gg(0, []) → s2l4_out_gg(0, [])
s2l4_in_gg(s(T5), .(X25, X26)) → U1_gg(T5, X25, X26, s2l4_in_gg(T5, X26))
U1_gg(T5, X25, X26, s2l4_out_gg(T5, X26)) → s2l4_out_gg(s(T5), .(X25, X26))
U5_g(T2, s2l4_out_gg(T2, [])) → goal1_out_g(T2)
goal1_in_g(T2) → U6_g(T2, s2l4_in_ga(T2, .(T12, T14)))
U6_g(T2, s2l4_out_ga(T2, .(T12, T14))) → U7_g(T2, append5_in_gaa(T14, X47, X49))
append5_in_gaa([], X37, X37) → append5_out_gaa([], X37, X37)
append5_in_gaa([], X61, .(X52, X61)) → append5_out_gaa([], X61, .(X52, X61))
append5_in_gaa(.(T12, T14), X47, .(T12, X49)) → U2_gaa(T12, T14, X47, X49, append5_in_gaa(T14, X47, X49))
append5_in_gaa(.(T19, T21), X47, .(T19, X49)) → U3_gaa(T19, T21, X47, X49, append5_in_gaa(T21, X47, X49))
U3_gaa(T19, T21, X47, X49, append5_out_gaa(T21, X47, X49)) → append5_out_gaa(.(T19, T21), X47, .(T19, X49))
U2_gaa(T12, T14, X47, X49, append5_out_gaa(T14, X47, X49)) → append5_out_gaa(.(T12, T14), X47, .(T12, X49))
U7_g(T2, append5_out_gaa(T14, X47, X49)) → goal1_out_g(T2)
goal1_in_g(T2) → U8_g(T2, s2l4_in_ga(T2, .(T19, T21)))
U8_g(T2, s2l4_out_ga(T2, .(T19, T21))) → U9_g(T2, append5_in_gaa(T21, X47, X49))
U9_g(T2, append5_out_gaa(T21, X47, X49)) → goal1_out_g(T2)

The argument filtering Pi contains the following mapping:
goal1_in_g(x1)  =  goal1_in_g(x1)
U4_g(x1, x2)  =  U4_g(x2)
s2l4_in_ga(x1, x2)  =  s2l4_in_ga(x1)
0  =  0
s2l4_out_ga(x1, x2)  =  s2l4_out_ga(x2)
s(x1)  =  s(x1)
U1_ga(x1, x2, x3, x4)  =  U1_ga(x4)
.(x1, x2)  =  .(x2)
goal1_out_g(x1)  =  goal1_out_g
U5_g(x1, x2)  =  U5_g(x2)
s2l4_in_gg(x1, x2)  =  s2l4_in_gg(x1, x2)
[]  =  []
s2l4_out_gg(x1, x2)  =  s2l4_out_gg
U1_gg(x1, x2, x3, x4)  =  U1_gg(x4)
U6_g(x1, x2)  =  U6_g(x2)
U7_g(x1, x2)  =  U7_g(x2)
append5_in_gaa(x1, x2, x3)  =  append5_in_gaa(x1)
append5_out_gaa(x1, x2, x3)  =  append5_out_gaa
U2_gaa(x1, x2, x3, x4, x5)  =  U2_gaa(x5)
U3_gaa(x1, x2, x3, x4, x5)  =  U3_gaa(x5)
U8_g(x1, x2)  =  U8_g(x2)
U9_g(x1, x2)  =  U9_g(x2)

(5) DependencyPairsProof (EQUIVALENT transformation)

Using Dependency Pairs [AG00,LOPSTR] we result in the following initial DP problem:
Pi DP problem:
The TRS P consists of the following rules:

GOAL1_IN_G(T2) → U4_G(T2, s2l4_in_ga(T2, X9))
GOAL1_IN_G(T2) → S2L4_IN_GA(T2, X9)
S2L4_IN_GA(s(T5), .(X25, X26)) → U1_GA(T5, X25, X26, s2l4_in_ga(T5, X26))
S2L4_IN_GA(s(T5), .(X25, X26)) → S2L4_IN_GA(T5, X26)
GOAL1_IN_G(T2) → U5_G(T2, s2l4_in_gg(T2, []))
GOAL1_IN_G(T2) → S2L4_IN_GG(T2, [])
S2L4_IN_GG(s(T5), .(X25, X26)) → U1_GG(T5, X25, X26, s2l4_in_gg(T5, X26))
S2L4_IN_GG(s(T5), .(X25, X26)) → S2L4_IN_GG(T5, X26)
GOAL1_IN_G(T2) → U6_G(T2, s2l4_in_ga(T2, .(T12, T14)))
GOAL1_IN_G(T2) → S2L4_IN_GA(T2, .(T12, T14))
U6_G(T2, s2l4_out_ga(T2, .(T12, T14))) → U7_G(T2, append5_in_gaa(T14, X47, X49))
U6_G(T2, s2l4_out_ga(T2, .(T12, T14))) → APPEND5_IN_GAA(T14, X47, X49)
APPEND5_IN_GAA(.(T12, T14), X47, .(T12, X49)) → U2_GAA(T12, T14, X47, X49, append5_in_gaa(T14, X47, X49))
APPEND5_IN_GAA(.(T12, T14), X47, .(T12, X49)) → APPEND5_IN_GAA(T14, X47, X49)
APPEND5_IN_GAA(.(T19, T21), X47, .(T19, X49)) → U3_GAA(T19, T21, X47, X49, append5_in_gaa(T21, X47, X49))
GOAL1_IN_G(T2) → U8_G(T2, s2l4_in_ga(T2, .(T19, T21)))
U8_G(T2, s2l4_out_ga(T2, .(T19, T21))) → U9_G(T2, append5_in_gaa(T21, X47, X49))
U8_G(T2, s2l4_out_ga(T2, .(T19, T21))) → APPEND5_IN_GAA(T21, X47, X49)

The TRS R consists of the following rules:

goal1_in_g(T2) → U4_g(T2, s2l4_in_ga(T2, X9))
s2l4_in_ga(0, []) → s2l4_out_ga(0, [])
s2l4_in_ga(s(T5), .(X25, X26)) → U1_ga(T5, X25, X26, s2l4_in_ga(T5, X26))
U1_ga(T5, X25, X26, s2l4_out_ga(T5, X26)) → s2l4_out_ga(s(T5), .(X25, X26))
U4_g(T2, s2l4_out_ga(T2, X9)) → goal1_out_g(T2)
goal1_in_g(T2) → U5_g(T2, s2l4_in_gg(T2, []))
s2l4_in_gg(0, []) → s2l4_out_gg(0, [])
s2l4_in_gg(s(T5), .(X25, X26)) → U1_gg(T5, X25, X26, s2l4_in_gg(T5, X26))
U1_gg(T5, X25, X26, s2l4_out_gg(T5, X26)) → s2l4_out_gg(s(T5), .(X25, X26))
U5_g(T2, s2l4_out_gg(T2, [])) → goal1_out_g(T2)
goal1_in_g(T2) → U6_g(T2, s2l4_in_ga(T2, .(T12, T14)))
U6_g(T2, s2l4_out_ga(T2, .(T12, T14))) → U7_g(T2, append5_in_gaa(T14, X47, X49))
append5_in_gaa([], X37, X37) → append5_out_gaa([], X37, X37)
append5_in_gaa([], X61, .(X52, X61)) → append5_out_gaa([], X61, .(X52, X61))
append5_in_gaa(.(T12, T14), X47, .(T12, X49)) → U2_gaa(T12, T14, X47, X49, append5_in_gaa(T14, X47, X49))
append5_in_gaa(.(T19, T21), X47, .(T19, X49)) → U3_gaa(T19, T21, X47, X49, append5_in_gaa(T21, X47, X49))
U3_gaa(T19, T21, X47, X49, append5_out_gaa(T21, X47, X49)) → append5_out_gaa(.(T19, T21), X47, .(T19, X49))
U2_gaa(T12, T14, X47, X49, append5_out_gaa(T14, X47, X49)) → append5_out_gaa(.(T12, T14), X47, .(T12, X49))
U7_g(T2, append5_out_gaa(T14, X47, X49)) → goal1_out_g(T2)
goal1_in_g(T2) → U8_g(T2, s2l4_in_ga(T2, .(T19, T21)))
U8_g(T2, s2l4_out_ga(T2, .(T19, T21))) → U9_g(T2, append5_in_gaa(T21, X47, X49))
U9_g(T2, append5_out_gaa(T21, X47, X49)) → goal1_out_g(T2)

The argument filtering Pi contains the following mapping:
goal1_in_g(x1)  =  goal1_in_g(x1)
U4_g(x1, x2)  =  U4_g(x2)
s2l4_in_ga(x1, x2)  =  s2l4_in_ga(x1)
0  =  0
s2l4_out_ga(x1, x2)  =  s2l4_out_ga(x2)
s(x1)  =  s(x1)
U1_ga(x1, x2, x3, x4)  =  U1_ga(x4)
.(x1, x2)  =  .(x2)
goal1_out_g(x1)  =  goal1_out_g
U5_g(x1, x2)  =  U5_g(x2)
s2l4_in_gg(x1, x2)  =  s2l4_in_gg(x1, x2)
[]  =  []
s2l4_out_gg(x1, x2)  =  s2l4_out_gg
U1_gg(x1, x2, x3, x4)  =  U1_gg(x4)
U6_g(x1, x2)  =  U6_g(x2)
U7_g(x1, x2)  =  U7_g(x2)
append5_in_gaa(x1, x2, x3)  =  append5_in_gaa(x1)
append5_out_gaa(x1, x2, x3)  =  append5_out_gaa
U2_gaa(x1, x2, x3, x4, x5)  =  U2_gaa(x5)
U3_gaa(x1, x2, x3, x4, x5)  =  U3_gaa(x5)
U8_g(x1, x2)  =  U8_g(x2)
U9_g(x1, x2)  =  U9_g(x2)
GOAL1_IN_G(x1)  =  GOAL1_IN_G(x1)
U4_G(x1, x2)  =  U4_G(x2)
S2L4_IN_GA(x1, x2)  =  S2L4_IN_GA(x1)
U1_GA(x1, x2, x3, x4)  =  U1_GA(x4)
U5_G(x1, x2)  =  U5_G(x2)
S2L4_IN_GG(x1, x2)  =  S2L4_IN_GG(x1, x2)
U1_GG(x1, x2, x3, x4)  =  U1_GG(x4)
U6_G(x1, x2)  =  U6_G(x2)
U7_G(x1, x2)  =  U7_G(x2)
APPEND5_IN_GAA(x1, x2, x3)  =  APPEND5_IN_GAA(x1)
U2_GAA(x1, x2, x3, x4, x5)  =  U2_GAA(x5)
U3_GAA(x1, x2, x3, x4, x5)  =  U3_GAA(x5)
U8_G(x1, x2)  =  U8_G(x2)
U9_G(x1, x2)  =  U9_G(x2)

We have to consider all (P,R,Pi)-chains

(6) Obligation:

Pi DP problem:
The TRS P consists of the following rules:

GOAL1_IN_G(T2) → U4_G(T2, s2l4_in_ga(T2, X9))
GOAL1_IN_G(T2) → S2L4_IN_GA(T2, X9)
S2L4_IN_GA(s(T5), .(X25, X26)) → U1_GA(T5, X25, X26, s2l4_in_ga(T5, X26))
S2L4_IN_GA(s(T5), .(X25, X26)) → S2L4_IN_GA(T5, X26)
GOAL1_IN_G(T2) → U5_G(T2, s2l4_in_gg(T2, []))
GOAL1_IN_G(T2) → S2L4_IN_GG(T2, [])
S2L4_IN_GG(s(T5), .(X25, X26)) → U1_GG(T5, X25, X26, s2l4_in_gg(T5, X26))
S2L4_IN_GG(s(T5), .(X25, X26)) → S2L4_IN_GG(T5, X26)
GOAL1_IN_G(T2) → U6_G(T2, s2l4_in_ga(T2, .(T12, T14)))
GOAL1_IN_G(T2) → S2L4_IN_GA(T2, .(T12, T14))
U6_G(T2, s2l4_out_ga(T2, .(T12, T14))) → U7_G(T2, append5_in_gaa(T14, X47, X49))
U6_G(T2, s2l4_out_ga(T2, .(T12, T14))) → APPEND5_IN_GAA(T14, X47, X49)
APPEND5_IN_GAA(.(T12, T14), X47, .(T12, X49)) → U2_GAA(T12, T14, X47, X49, append5_in_gaa(T14, X47, X49))
APPEND5_IN_GAA(.(T12, T14), X47, .(T12, X49)) → APPEND5_IN_GAA(T14, X47, X49)
APPEND5_IN_GAA(.(T19, T21), X47, .(T19, X49)) → U3_GAA(T19, T21, X47, X49, append5_in_gaa(T21, X47, X49))
GOAL1_IN_G(T2) → U8_G(T2, s2l4_in_ga(T2, .(T19, T21)))
U8_G(T2, s2l4_out_ga(T2, .(T19, T21))) → U9_G(T2, append5_in_gaa(T21, X47, X49))
U8_G(T2, s2l4_out_ga(T2, .(T19, T21))) → APPEND5_IN_GAA(T21, X47, X49)

The TRS R consists of the following rules:

goal1_in_g(T2) → U4_g(T2, s2l4_in_ga(T2, X9))
s2l4_in_ga(0, []) → s2l4_out_ga(0, [])
s2l4_in_ga(s(T5), .(X25, X26)) → U1_ga(T5, X25, X26, s2l4_in_ga(T5, X26))
U1_ga(T5, X25, X26, s2l4_out_ga(T5, X26)) → s2l4_out_ga(s(T5), .(X25, X26))
U4_g(T2, s2l4_out_ga(T2, X9)) → goal1_out_g(T2)
goal1_in_g(T2) → U5_g(T2, s2l4_in_gg(T2, []))
s2l4_in_gg(0, []) → s2l4_out_gg(0, [])
s2l4_in_gg(s(T5), .(X25, X26)) → U1_gg(T5, X25, X26, s2l4_in_gg(T5, X26))
U1_gg(T5, X25, X26, s2l4_out_gg(T5, X26)) → s2l4_out_gg(s(T5), .(X25, X26))
U5_g(T2, s2l4_out_gg(T2, [])) → goal1_out_g(T2)
goal1_in_g(T2) → U6_g(T2, s2l4_in_ga(T2, .(T12, T14)))
U6_g(T2, s2l4_out_ga(T2, .(T12, T14))) → U7_g(T2, append5_in_gaa(T14, X47, X49))
append5_in_gaa([], X37, X37) → append5_out_gaa([], X37, X37)
append5_in_gaa([], X61, .(X52, X61)) → append5_out_gaa([], X61, .(X52, X61))
append5_in_gaa(.(T12, T14), X47, .(T12, X49)) → U2_gaa(T12, T14, X47, X49, append5_in_gaa(T14, X47, X49))
append5_in_gaa(.(T19, T21), X47, .(T19, X49)) → U3_gaa(T19, T21, X47, X49, append5_in_gaa(T21, X47, X49))
U3_gaa(T19, T21, X47, X49, append5_out_gaa(T21, X47, X49)) → append5_out_gaa(.(T19, T21), X47, .(T19, X49))
U2_gaa(T12, T14, X47, X49, append5_out_gaa(T14, X47, X49)) → append5_out_gaa(.(T12, T14), X47, .(T12, X49))
U7_g(T2, append5_out_gaa(T14, X47, X49)) → goal1_out_g(T2)
goal1_in_g(T2) → U8_g(T2, s2l4_in_ga(T2, .(T19, T21)))
U8_g(T2, s2l4_out_ga(T2, .(T19, T21))) → U9_g(T2, append5_in_gaa(T21, X47, X49))
U9_g(T2, append5_out_gaa(T21, X47, X49)) → goal1_out_g(T2)

The argument filtering Pi contains the following mapping:
goal1_in_g(x1)  =  goal1_in_g(x1)
U4_g(x1, x2)  =  U4_g(x2)
s2l4_in_ga(x1, x2)  =  s2l4_in_ga(x1)
0  =  0
s2l4_out_ga(x1, x2)  =  s2l4_out_ga(x2)
s(x1)  =  s(x1)
U1_ga(x1, x2, x3, x4)  =  U1_ga(x4)
.(x1, x2)  =  .(x2)
goal1_out_g(x1)  =  goal1_out_g
U5_g(x1, x2)  =  U5_g(x2)
s2l4_in_gg(x1, x2)  =  s2l4_in_gg(x1, x2)
[]  =  []
s2l4_out_gg(x1, x2)  =  s2l4_out_gg
U1_gg(x1, x2, x3, x4)  =  U1_gg(x4)
U6_g(x1, x2)  =  U6_g(x2)
U7_g(x1, x2)  =  U7_g(x2)
append5_in_gaa(x1, x2, x3)  =  append5_in_gaa(x1)
append5_out_gaa(x1, x2, x3)  =  append5_out_gaa
U2_gaa(x1, x2, x3, x4, x5)  =  U2_gaa(x5)
U3_gaa(x1, x2, x3, x4, x5)  =  U3_gaa(x5)
U8_g(x1, x2)  =  U8_g(x2)
U9_g(x1, x2)  =  U9_g(x2)
GOAL1_IN_G(x1)  =  GOAL1_IN_G(x1)
U4_G(x1, x2)  =  U4_G(x2)
S2L4_IN_GA(x1, x2)  =  S2L4_IN_GA(x1)
U1_GA(x1, x2, x3, x4)  =  U1_GA(x4)
U5_G(x1, x2)  =  U5_G(x2)
S2L4_IN_GG(x1, x2)  =  S2L4_IN_GG(x1, x2)
U1_GG(x1, x2, x3, x4)  =  U1_GG(x4)
U6_G(x1, x2)  =  U6_G(x2)
U7_G(x1, x2)  =  U7_G(x2)
APPEND5_IN_GAA(x1, x2, x3)  =  APPEND5_IN_GAA(x1)
U2_GAA(x1, x2, x3, x4, x5)  =  U2_GAA(x5)
U3_GAA(x1, x2, x3, x4, x5)  =  U3_GAA(x5)
U8_G(x1, x2)  =  U8_G(x2)
U9_G(x1, x2)  =  U9_G(x2)

We have to consider all (P,R,Pi)-chains

(7) DependencyGraphProof (EQUIVALENT transformation)

The approximation of the Dependency Graph [LOPSTR] contains 3 SCCs with 15 less nodes.

(8) Complex Obligation (AND)

(9) Obligation:

Pi DP problem:
The TRS P consists of the following rules:

APPEND5_IN_GAA(.(T12, T14), X47, .(T12, X49)) → APPEND5_IN_GAA(T14, X47, X49)

The TRS R consists of the following rules:

goal1_in_g(T2) → U4_g(T2, s2l4_in_ga(T2, X9))
s2l4_in_ga(0, []) → s2l4_out_ga(0, [])
s2l4_in_ga(s(T5), .(X25, X26)) → U1_ga(T5, X25, X26, s2l4_in_ga(T5, X26))
U1_ga(T5, X25, X26, s2l4_out_ga(T5, X26)) → s2l4_out_ga(s(T5), .(X25, X26))
U4_g(T2, s2l4_out_ga(T2, X9)) → goal1_out_g(T2)
goal1_in_g(T2) → U5_g(T2, s2l4_in_gg(T2, []))
s2l4_in_gg(0, []) → s2l4_out_gg(0, [])
s2l4_in_gg(s(T5), .(X25, X26)) → U1_gg(T5, X25, X26, s2l4_in_gg(T5, X26))
U1_gg(T5, X25, X26, s2l4_out_gg(T5, X26)) → s2l4_out_gg(s(T5), .(X25, X26))
U5_g(T2, s2l4_out_gg(T2, [])) → goal1_out_g(T2)
goal1_in_g(T2) → U6_g(T2, s2l4_in_ga(T2, .(T12, T14)))
U6_g(T2, s2l4_out_ga(T2, .(T12, T14))) → U7_g(T2, append5_in_gaa(T14, X47, X49))
append5_in_gaa([], X37, X37) → append5_out_gaa([], X37, X37)
append5_in_gaa([], X61, .(X52, X61)) → append5_out_gaa([], X61, .(X52, X61))
append5_in_gaa(.(T12, T14), X47, .(T12, X49)) → U2_gaa(T12, T14, X47, X49, append5_in_gaa(T14, X47, X49))
append5_in_gaa(.(T19, T21), X47, .(T19, X49)) → U3_gaa(T19, T21, X47, X49, append5_in_gaa(T21, X47, X49))
U3_gaa(T19, T21, X47, X49, append5_out_gaa(T21, X47, X49)) → append5_out_gaa(.(T19, T21), X47, .(T19, X49))
U2_gaa(T12, T14, X47, X49, append5_out_gaa(T14, X47, X49)) → append5_out_gaa(.(T12, T14), X47, .(T12, X49))
U7_g(T2, append5_out_gaa(T14, X47, X49)) → goal1_out_g(T2)
goal1_in_g(T2) → U8_g(T2, s2l4_in_ga(T2, .(T19, T21)))
U8_g(T2, s2l4_out_ga(T2, .(T19, T21))) → U9_g(T2, append5_in_gaa(T21, X47, X49))
U9_g(T2, append5_out_gaa(T21, X47, X49)) → goal1_out_g(T2)

The argument filtering Pi contains the following mapping:
goal1_in_g(x1)  =  goal1_in_g(x1)
U4_g(x1, x2)  =  U4_g(x2)
s2l4_in_ga(x1, x2)  =  s2l4_in_ga(x1)
0  =  0
s2l4_out_ga(x1, x2)  =  s2l4_out_ga(x2)
s(x1)  =  s(x1)
U1_ga(x1, x2, x3, x4)  =  U1_ga(x4)
.(x1, x2)  =  .(x2)
goal1_out_g(x1)  =  goal1_out_g
U5_g(x1, x2)  =  U5_g(x2)
s2l4_in_gg(x1, x2)  =  s2l4_in_gg(x1, x2)
[]  =  []
s2l4_out_gg(x1, x2)  =  s2l4_out_gg
U1_gg(x1, x2, x3, x4)  =  U1_gg(x4)
U6_g(x1, x2)  =  U6_g(x2)
U7_g(x1, x2)  =  U7_g(x2)
append5_in_gaa(x1, x2, x3)  =  append5_in_gaa(x1)
append5_out_gaa(x1, x2, x3)  =  append5_out_gaa
U2_gaa(x1, x2, x3, x4, x5)  =  U2_gaa(x5)
U3_gaa(x1, x2, x3, x4, x5)  =  U3_gaa(x5)
U8_g(x1, x2)  =  U8_g(x2)
U9_g(x1, x2)  =  U9_g(x2)
APPEND5_IN_GAA(x1, x2, x3)  =  APPEND5_IN_GAA(x1)

We have to consider all (P,R,Pi)-chains

(10) UsableRulesProof (EQUIVALENT transformation)

For (infinitary) constructor rewriting [LOPSTR] we can delete all non-usable rules from R.

(11) Obligation:

Pi DP problem:
The TRS P consists of the following rules:

APPEND5_IN_GAA(.(T12, T14), X47, .(T12, X49)) → APPEND5_IN_GAA(T14, X47, X49)

R is empty.
The argument filtering Pi contains the following mapping:
.(x1, x2)  =  .(x2)
APPEND5_IN_GAA(x1, x2, x3)  =  APPEND5_IN_GAA(x1)

We have to consider all (P,R,Pi)-chains

(12) PiDPToQDPProof (SOUND transformation)

Transforming (infinitary) constructor rewriting Pi-DP problem [LOPSTR] into ordinary QDP problem [LPAR04] by application of Pi.

(13) Obligation:

Q DP problem:
The TRS P consists of the following rules:

APPEND5_IN_GAA(.(T14)) → APPEND5_IN_GAA(T14)

R is empty.
Q is empty.
We have to consider all (P,Q,R)-chains.

(14) QDPSizeChangeProof (EQUIVALENT transformation)

By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem.

From the DPs we obtained the following set of size-change graphs:

  • APPEND5_IN_GAA(.(T14)) → APPEND5_IN_GAA(T14)
    The graph contains the following edges 1 > 1

(15) TRUE

(16) Obligation:

Pi DP problem:
The TRS P consists of the following rules:

S2L4_IN_GG(s(T5), .(X25, X26)) → S2L4_IN_GG(T5, X26)

The TRS R consists of the following rules:

goal1_in_g(T2) → U4_g(T2, s2l4_in_ga(T2, X9))
s2l4_in_ga(0, []) → s2l4_out_ga(0, [])
s2l4_in_ga(s(T5), .(X25, X26)) → U1_ga(T5, X25, X26, s2l4_in_ga(T5, X26))
U1_ga(T5, X25, X26, s2l4_out_ga(T5, X26)) → s2l4_out_ga(s(T5), .(X25, X26))
U4_g(T2, s2l4_out_ga(T2, X9)) → goal1_out_g(T2)
goal1_in_g(T2) → U5_g(T2, s2l4_in_gg(T2, []))
s2l4_in_gg(0, []) → s2l4_out_gg(0, [])
s2l4_in_gg(s(T5), .(X25, X26)) → U1_gg(T5, X25, X26, s2l4_in_gg(T5, X26))
U1_gg(T5, X25, X26, s2l4_out_gg(T5, X26)) → s2l4_out_gg(s(T5), .(X25, X26))
U5_g(T2, s2l4_out_gg(T2, [])) → goal1_out_g(T2)
goal1_in_g(T2) → U6_g(T2, s2l4_in_ga(T2, .(T12, T14)))
U6_g(T2, s2l4_out_ga(T2, .(T12, T14))) → U7_g(T2, append5_in_gaa(T14, X47, X49))
append5_in_gaa([], X37, X37) → append5_out_gaa([], X37, X37)
append5_in_gaa([], X61, .(X52, X61)) → append5_out_gaa([], X61, .(X52, X61))
append5_in_gaa(.(T12, T14), X47, .(T12, X49)) → U2_gaa(T12, T14, X47, X49, append5_in_gaa(T14, X47, X49))
append5_in_gaa(.(T19, T21), X47, .(T19, X49)) → U3_gaa(T19, T21, X47, X49, append5_in_gaa(T21, X47, X49))
U3_gaa(T19, T21, X47, X49, append5_out_gaa(T21, X47, X49)) → append5_out_gaa(.(T19, T21), X47, .(T19, X49))
U2_gaa(T12, T14, X47, X49, append5_out_gaa(T14, X47, X49)) → append5_out_gaa(.(T12, T14), X47, .(T12, X49))
U7_g(T2, append5_out_gaa(T14, X47, X49)) → goal1_out_g(T2)
goal1_in_g(T2) → U8_g(T2, s2l4_in_ga(T2, .(T19, T21)))
U8_g(T2, s2l4_out_ga(T2, .(T19, T21))) → U9_g(T2, append5_in_gaa(T21, X47, X49))
U9_g(T2, append5_out_gaa(T21, X47, X49)) → goal1_out_g(T2)

The argument filtering Pi contains the following mapping:
goal1_in_g(x1)  =  goal1_in_g(x1)
U4_g(x1, x2)  =  U4_g(x2)
s2l4_in_ga(x1, x2)  =  s2l4_in_ga(x1)
0  =  0
s2l4_out_ga(x1, x2)  =  s2l4_out_ga(x2)
s(x1)  =  s(x1)
U1_ga(x1, x2, x3, x4)  =  U1_ga(x4)
.(x1, x2)  =  .(x2)
goal1_out_g(x1)  =  goal1_out_g
U5_g(x1, x2)  =  U5_g(x2)
s2l4_in_gg(x1, x2)  =  s2l4_in_gg(x1, x2)
[]  =  []
s2l4_out_gg(x1, x2)  =  s2l4_out_gg
U1_gg(x1, x2, x3, x4)  =  U1_gg(x4)
U6_g(x1, x2)  =  U6_g(x2)
U7_g(x1, x2)  =  U7_g(x2)
append5_in_gaa(x1, x2, x3)  =  append5_in_gaa(x1)
append5_out_gaa(x1, x2, x3)  =  append5_out_gaa
U2_gaa(x1, x2, x3, x4, x5)  =  U2_gaa(x5)
U3_gaa(x1, x2, x3, x4, x5)  =  U3_gaa(x5)
U8_g(x1, x2)  =  U8_g(x2)
U9_g(x1, x2)  =  U9_g(x2)
S2L4_IN_GG(x1, x2)  =  S2L4_IN_GG(x1, x2)

We have to consider all (P,R,Pi)-chains

(17) UsableRulesProof (EQUIVALENT transformation)

For (infinitary) constructor rewriting [LOPSTR] we can delete all non-usable rules from R.

(18) Obligation:

Pi DP problem:
The TRS P consists of the following rules:

S2L4_IN_GG(s(T5), .(X25, X26)) → S2L4_IN_GG(T5, X26)

R is empty.
The argument filtering Pi contains the following mapping:
s(x1)  =  s(x1)
.(x1, x2)  =  .(x2)
S2L4_IN_GG(x1, x2)  =  S2L4_IN_GG(x1, x2)

We have to consider all (P,R,Pi)-chains

(19) PiDPToQDPProof (SOUND transformation)

Transforming (infinitary) constructor rewriting Pi-DP problem [LOPSTR] into ordinary QDP problem [LPAR04] by application of Pi.

(20) Obligation:

Q DP problem:
The TRS P consists of the following rules:

S2L4_IN_GG(s(T5), .(X26)) → S2L4_IN_GG(T5, X26)

R is empty.
Q is empty.
We have to consider all (P,Q,R)-chains.

(21) QDPSizeChangeProof (EQUIVALENT transformation)

By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem.

From the DPs we obtained the following set of size-change graphs:

  • S2L4_IN_GG(s(T5), .(X26)) → S2L4_IN_GG(T5, X26)
    The graph contains the following edges 1 > 1, 2 > 2

(22) TRUE

(23) Obligation:

Pi DP problem:
The TRS P consists of the following rules:

S2L4_IN_GA(s(T5), .(X25, X26)) → S2L4_IN_GA(T5, X26)

The TRS R consists of the following rules:

goal1_in_g(T2) → U4_g(T2, s2l4_in_ga(T2, X9))
s2l4_in_ga(0, []) → s2l4_out_ga(0, [])
s2l4_in_ga(s(T5), .(X25, X26)) → U1_ga(T5, X25, X26, s2l4_in_ga(T5, X26))
U1_ga(T5, X25, X26, s2l4_out_ga(T5, X26)) → s2l4_out_ga(s(T5), .(X25, X26))
U4_g(T2, s2l4_out_ga(T2, X9)) → goal1_out_g(T2)
goal1_in_g(T2) → U5_g(T2, s2l4_in_gg(T2, []))
s2l4_in_gg(0, []) → s2l4_out_gg(0, [])
s2l4_in_gg(s(T5), .(X25, X26)) → U1_gg(T5, X25, X26, s2l4_in_gg(T5, X26))
U1_gg(T5, X25, X26, s2l4_out_gg(T5, X26)) → s2l4_out_gg(s(T5), .(X25, X26))
U5_g(T2, s2l4_out_gg(T2, [])) → goal1_out_g(T2)
goal1_in_g(T2) → U6_g(T2, s2l4_in_ga(T2, .(T12, T14)))
U6_g(T2, s2l4_out_ga(T2, .(T12, T14))) → U7_g(T2, append5_in_gaa(T14, X47, X49))
append5_in_gaa([], X37, X37) → append5_out_gaa([], X37, X37)
append5_in_gaa([], X61, .(X52, X61)) → append5_out_gaa([], X61, .(X52, X61))
append5_in_gaa(.(T12, T14), X47, .(T12, X49)) → U2_gaa(T12, T14, X47, X49, append5_in_gaa(T14, X47, X49))
append5_in_gaa(.(T19, T21), X47, .(T19, X49)) → U3_gaa(T19, T21, X47, X49, append5_in_gaa(T21, X47, X49))
U3_gaa(T19, T21, X47, X49, append5_out_gaa(T21, X47, X49)) → append5_out_gaa(.(T19, T21), X47, .(T19, X49))
U2_gaa(T12, T14, X47, X49, append5_out_gaa(T14, X47, X49)) → append5_out_gaa(.(T12, T14), X47, .(T12, X49))
U7_g(T2, append5_out_gaa(T14, X47, X49)) → goal1_out_g(T2)
goal1_in_g(T2) → U8_g(T2, s2l4_in_ga(T2, .(T19, T21)))
U8_g(T2, s2l4_out_ga(T2, .(T19, T21))) → U9_g(T2, append5_in_gaa(T21, X47, X49))
U9_g(T2, append5_out_gaa(T21, X47, X49)) → goal1_out_g(T2)

The argument filtering Pi contains the following mapping:
goal1_in_g(x1)  =  goal1_in_g(x1)
U4_g(x1, x2)  =  U4_g(x2)
s2l4_in_ga(x1, x2)  =  s2l4_in_ga(x1)
0  =  0
s2l4_out_ga(x1, x2)  =  s2l4_out_ga(x2)
s(x1)  =  s(x1)
U1_ga(x1, x2, x3, x4)  =  U1_ga(x4)
.(x1, x2)  =  .(x2)
goal1_out_g(x1)  =  goal1_out_g
U5_g(x1, x2)  =  U5_g(x2)
s2l4_in_gg(x1, x2)  =  s2l4_in_gg(x1, x2)
[]  =  []
s2l4_out_gg(x1, x2)  =  s2l4_out_gg
U1_gg(x1, x2, x3, x4)  =  U1_gg(x4)
U6_g(x1, x2)  =  U6_g(x2)
U7_g(x1, x2)  =  U7_g(x2)
append5_in_gaa(x1, x2, x3)  =  append5_in_gaa(x1)
append5_out_gaa(x1, x2, x3)  =  append5_out_gaa
U2_gaa(x1, x2, x3, x4, x5)  =  U2_gaa(x5)
U3_gaa(x1, x2, x3, x4, x5)  =  U3_gaa(x5)
U8_g(x1, x2)  =  U8_g(x2)
U9_g(x1, x2)  =  U9_g(x2)
S2L4_IN_GA(x1, x2)  =  S2L4_IN_GA(x1)

We have to consider all (P,R,Pi)-chains

(24) UsableRulesProof (EQUIVALENT transformation)

For (infinitary) constructor rewriting [LOPSTR] we can delete all non-usable rules from R.

(25) Obligation:

Pi DP problem:
The TRS P consists of the following rules:

S2L4_IN_GA(s(T5), .(X25, X26)) → S2L4_IN_GA(T5, X26)

R is empty.
The argument filtering Pi contains the following mapping:
s(x1)  =  s(x1)
.(x1, x2)  =  .(x2)
S2L4_IN_GA(x1, x2)  =  S2L4_IN_GA(x1)

We have to consider all (P,R,Pi)-chains

(26) PiDPToQDPProof (SOUND transformation)

Transforming (infinitary) constructor rewriting Pi-DP problem [LOPSTR] into ordinary QDP problem [LPAR04] by application of Pi.

(27) Obligation:

Q DP problem:
The TRS P consists of the following rules:

S2L4_IN_GA(s(T5)) → S2L4_IN_GA(T5)

R is empty.
Q is empty.
We have to consider all (P,Q,R)-chains.

(28) QDPSizeChangeProof (EQUIVALENT transformation)

By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem.

From the DPs we obtained the following set of size-change graphs:

  • S2L4_IN_GA(s(T5)) → S2L4_IN_GA(T5)
    The graph contains the following edges 1 > 1

(29) TRUE