(0) Obligation:

Clauses:

gopher(nil, nil).
gopher(cons(nil, Y), cons(nil, Y)).
gopher(cons(cons(U, V), W), X) :- gopher(cons(U, cons(V, W)), X).
samefringe(nil, nil).
samefringe(cons(U, V), cons(X, Y)) :- ','(gopher(cons(U, V), cons(U1, V1)), ','(gopher(cons(X, Y), cons(X1, Y1)), samefringe(V1, Y1))).

Queries:

samefringe(g,g).

(1) PrologToDTProblemTransformerProof (SOUND transformation)

Built DT problem from termination graph.

(2) Obligation:

Triples:

gopher15(cons(T33, T34), T35, X54, X55) :- gopher15(T33, cons(T34, T35), X54, X55).
p7(nil, T15, nil, T15, T9, T10, X16, X17) :- gopher15(T9, T10, X16, X17).
p7(nil, T15, nil, T15, T9, T10, T18, T19) :- ','(gopherc15(T9, T10, T18, T19), samefringe1(T15, T19)).
p7(cons(T46, T47), T48, X78, X79, T9, T10, X16, X17) :- p7(T46, cons(T47, T48), X78, X79, T9, T10, X16, X17).
samefringe1(cons(T7, T8), cons(T9, T10)) :- p7(T7, T8, X14, X15, T9, T10, X16, X17).

Clauses:

samefringec1(nil, nil).
samefringec1(cons(T7, T8), cons(T9, T10)) :- qc7(T7, T8, X14, X15, T9, T10, X16, X17).
gopherc15(nil, T26, nil, T26).
gopherc15(cons(T33, T34), T35, X54, X55) :- gopherc15(T33, cons(T34, T35), X54, X55).
qc7(nil, T15, nil, T15, T9, T10, T18, T19) :- ','(gopherc15(T9, T10, T18, T19), samefringec1(T15, T19)).
qc7(cons(T46, T47), T48, X78, X79, T9, T10, X16, X17) :- qc7(T46, cons(T47, T48), X78, X79, T9, T10, X16, X17).

Afs:

samefringe1(x1, x2)  =  samefringe1(x1, x2)

(3) TriplesToPiDPProof (SOUND transformation)

We use the technique of [LOPSTR]. With regard to the inferred argument filtering the predicates were used in the following modes:
samefringe1_in: (b,b)
p7_in: (b,b,f,f,b,b,f,f)
gopher15_in: (b,b,f,f)
gopherc15_in: (b,b,f,f)
Transforming TRIPLES into the following Term Rewriting System:
Pi DP problem:
The TRS P consists of the following rules:

SAMEFRINGE1_IN_GG(cons(T7, T8), cons(T9, T10)) → U6_GG(T7, T8, T9, T10, p7_in_ggaaggaa(T7, T8, X14, X15, T9, T10, X16, X17))
SAMEFRINGE1_IN_GG(cons(T7, T8), cons(T9, T10)) → P7_IN_GGAAGGAA(T7, T8, X14, X15, T9, T10, X16, X17)
P7_IN_GGAAGGAA(nil, T15, nil, T15, T9, T10, X16, X17) → U2_GGAAGGAA(T15, T9, T10, X16, X17, gopher15_in_ggaa(T9, T10, X16, X17))
P7_IN_GGAAGGAA(nil, T15, nil, T15, T9, T10, X16, X17) → GOPHER15_IN_GGAA(T9, T10, X16, X17)
GOPHER15_IN_GGAA(cons(T33, T34), T35, X54, X55) → U1_GGAA(T33, T34, T35, X54, X55, gopher15_in_ggaa(T33, cons(T34, T35), X54, X55))
GOPHER15_IN_GGAA(cons(T33, T34), T35, X54, X55) → GOPHER15_IN_GGAA(T33, cons(T34, T35), X54, X55)
P7_IN_GGAAGGAA(nil, T15, nil, T15, T9, T10, T18, T19) → U3_GGAAGGAA(T15, T9, T10, T18, T19, gopherc15_in_ggaa(T9, T10, T18, T19))
U3_GGAAGGAA(T15, T9, T10, T18, T19, gopherc15_out_ggaa(T9, T10, T18, T19)) → U4_GGAAGGAA(T15, T9, T10, T18, T19, samefringe1_in_gg(T15, T19))
U3_GGAAGGAA(T15, T9, T10, T18, T19, gopherc15_out_ggaa(T9, T10, T18, T19)) → SAMEFRINGE1_IN_GG(T15, T19)
P7_IN_GGAAGGAA(cons(T46, T47), T48, X78, X79, T9, T10, X16, X17) → U5_GGAAGGAA(T46, T47, T48, X78, X79, T9, T10, X16, X17, p7_in_ggaaggaa(T46, cons(T47, T48), X78, X79, T9, T10, X16, X17))
P7_IN_GGAAGGAA(cons(T46, T47), T48, X78, X79, T9, T10, X16, X17) → P7_IN_GGAAGGAA(T46, cons(T47, T48), X78, X79, T9, T10, X16, X17)

The TRS R consists of the following rules:

gopherc15_in_ggaa(nil, T26, nil, T26) → gopherc15_out_ggaa(nil, T26, nil, T26)
gopherc15_in_ggaa(cons(T33, T34), T35, X54, X55) → U9_ggaa(T33, T34, T35, X54, X55, gopherc15_in_ggaa(T33, cons(T34, T35), X54, X55))
U9_ggaa(T33, T34, T35, X54, X55, gopherc15_out_ggaa(T33, cons(T34, T35), X54, X55)) → gopherc15_out_ggaa(cons(T33, T34), T35, X54, X55)

The argument filtering Pi contains the following mapping:
samefringe1_in_gg(x1, x2)  =  samefringe1_in_gg(x1, x2)
cons(x1, x2)  =  cons(x1, x2)
p7_in_ggaaggaa(x1, x2, x3, x4, x5, x6, x7, x8)  =  p7_in_ggaaggaa(x1, x2, x5, x6)
nil  =  nil
gopher15_in_ggaa(x1, x2, x3, x4)  =  gopher15_in_ggaa(x1, x2)
gopherc15_in_ggaa(x1, x2, x3, x4)  =  gopherc15_in_ggaa(x1, x2)
gopherc15_out_ggaa(x1, x2, x3, x4)  =  gopherc15_out_ggaa(x1, x2, x3, x4)
U9_ggaa(x1, x2, x3, x4, x5, x6)  =  U9_ggaa(x1, x2, x3, x6)
SAMEFRINGE1_IN_GG(x1, x2)  =  SAMEFRINGE1_IN_GG(x1, x2)
U6_GG(x1, x2, x3, x4, x5)  =  U6_GG(x1, x2, x3, x4, x5)
P7_IN_GGAAGGAA(x1, x2, x3, x4, x5, x6, x7, x8)  =  P7_IN_GGAAGGAA(x1, x2, x5, x6)
U2_GGAAGGAA(x1, x2, x3, x4, x5, x6)  =  U2_GGAAGGAA(x1, x2, x3, x6)
GOPHER15_IN_GGAA(x1, x2, x3, x4)  =  GOPHER15_IN_GGAA(x1, x2)
U1_GGAA(x1, x2, x3, x4, x5, x6)  =  U1_GGAA(x1, x2, x3, x6)
U3_GGAAGGAA(x1, x2, x3, x4, x5, x6)  =  U3_GGAAGGAA(x1, x2, x3, x6)
U4_GGAAGGAA(x1, x2, x3, x4, x5, x6)  =  U4_GGAAGGAA(x1, x2, x3, x4, x5, x6)
U5_GGAAGGAA(x1, x2, x3, x4, x5, x6, x7, x8, x9, x10)  =  U5_GGAAGGAA(x1, x2, x3, x6, x7, x10)

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

Infinitary Constructor Rewriting Termination of PiDP implies Termination of TRIPLES

(4) Obligation:

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

SAMEFRINGE1_IN_GG(cons(T7, T8), cons(T9, T10)) → U6_GG(T7, T8, T9, T10, p7_in_ggaaggaa(T7, T8, X14, X15, T9, T10, X16, X17))
SAMEFRINGE1_IN_GG(cons(T7, T8), cons(T9, T10)) → P7_IN_GGAAGGAA(T7, T8, X14, X15, T9, T10, X16, X17)
P7_IN_GGAAGGAA(nil, T15, nil, T15, T9, T10, X16, X17) → U2_GGAAGGAA(T15, T9, T10, X16, X17, gopher15_in_ggaa(T9, T10, X16, X17))
P7_IN_GGAAGGAA(nil, T15, nil, T15, T9, T10, X16, X17) → GOPHER15_IN_GGAA(T9, T10, X16, X17)
GOPHER15_IN_GGAA(cons(T33, T34), T35, X54, X55) → U1_GGAA(T33, T34, T35, X54, X55, gopher15_in_ggaa(T33, cons(T34, T35), X54, X55))
GOPHER15_IN_GGAA(cons(T33, T34), T35, X54, X55) → GOPHER15_IN_GGAA(T33, cons(T34, T35), X54, X55)
P7_IN_GGAAGGAA(nil, T15, nil, T15, T9, T10, T18, T19) → U3_GGAAGGAA(T15, T9, T10, T18, T19, gopherc15_in_ggaa(T9, T10, T18, T19))
U3_GGAAGGAA(T15, T9, T10, T18, T19, gopherc15_out_ggaa(T9, T10, T18, T19)) → U4_GGAAGGAA(T15, T9, T10, T18, T19, samefringe1_in_gg(T15, T19))
U3_GGAAGGAA(T15, T9, T10, T18, T19, gopherc15_out_ggaa(T9, T10, T18, T19)) → SAMEFRINGE1_IN_GG(T15, T19)
P7_IN_GGAAGGAA(cons(T46, T47), T48, X78, X79, T9, T10, X16, X17) → U5_GGAAGGAA(T46, T47, T48, X78, X79, T9, T10, X16, X17, p7_in_ggaaggaa(T46, cons(T47, T48), X78, X79, T9, T10, X16, X17))
P7_IN_GGAAGGAA(cons(T46, T47), T48, X78, X79, T9, T10, X16, X17) → P7_IN_GGAAGGAA(T46, cons(T47, T48), X78, X79, T9, T10, X16, X17)

The TRS R consists of the following rules:

gopherc15_in_ggaa(nil, T26, nil, T26) → gopherc15_out_ggaa(nil, T26, nil, T26)
gopherc15_in_ggaa(cons(T33, T34), T35, X54, X55) → U9_ggaa(T33, T34, T35, X54, X55, gopherc15_in_ggaa(T33, cons(T34, T35), X54, X55))
U9_ggaa(T33, T34, T35, X54, X55, gopherc15_out_ggaa(T33, cons(T34, T35), X54, X55)) → gopherc15_out_ggaa(cons(T33, T34), T35, X54, X55)

The argument filtering Pi contains the following mapping:
samefringe1_in_gg(x1, x2)  =  samefringe1_in_gg(x1, x2)
cons(x1, x2)  =  cons(x1, x2)
p7_in_ggaaggaa(x1, x2, x3, x4, x5, x6, x7, x8)  =  p7_in_ggaaggaa(x1, x2, x5, x6)
nil  =  nil
gopher15_in_ggaa(x1, x2, x3, x4)  =  gopher15_in_ggaa(x1, x2)
gopherc15_in_ggaa(x1, x2, x3, x4)  =  gopherc15_in_ggaa(x1, x2)
gopherc15_out_ggaa(x1, x2, x3, x4)  =  gopherc15_out_ggaa(x1, x2, x3, x4)
U9_ggaa(x1, x2, x3, x4, x5, x6)  =  U9_ggaa(x1, x2, x3, x6)
SAMEFRINGE1_IN_GG(x1, x2)  =  SAMEFRINGE1_IN_GG(x1, x2)
U6_GG(x1, x2, x3, x4, x5)  =  U6_GG(x1, x2, x3, x4, x5)
P7_IN_GGAAGGAA(x1, x2, x3, x4, x5, x6, x7, x8)  =  P7_IN_GGAAGGAA(x1, x2, x5, x6)
U2_GGAAGGAA(x1, x2, x3, x4, x5, x6)  =  U2_GGAAGGAA(x1, x2, x3, x6)
GOPHER15_IN_GGAA(x1, x2, x3, x4)  =  GOPHER15_IN_GGAA(x1, x2)
U1_GGAA(x1, x2, x3, x4, x5, x6)  =  U1_GGAA(x1, x2, x3, x6)
U3_GGAAGGAA(x1, x2, x3, x4, x5, x6)  =  U3_GGAAGGAA(x1, x2, x3, x6)
U4_GGAAGGAA(x1, x2, x3, x4, x5, x6)  =  U4_GGAAGGAA(x1, x2, x3, x4, x5, x6)
U5_GGAAGGAA(x1, x2, x3, x4, x5, x6, x7, x8, x9, x10)  =  U5_GGAAGGAA(x1, x2, x3, x6, x7, x10)

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

(5) DependencyGraphProof (EQUIVALENT transformation)

The approximation of the Dependency Graph [LOPSTR] contains 2 SCCs with 6 less nodes.

(6) Complex Obligation (AND)

(7) Obligation:

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

GOPHER15_IN_GGAA(cons(T33, T34), T35, X54, X55) → GOPHER15_IN_GGAA(T33, cons(T34, T35), X54, X55)

The TRS R consists of the following rules:

gopherc15_in_ggaa(nil, T26, nil, T26) → gopherc15_out_ggaa(nil, T26, nil, T26)
gopherc15_in_ggaa(cons(T33, T34), T35, X54, X55) → U9_ggaa(T33, T34, T35, X54, X55, gopherc15_in_ggaa(T33, cons(T34, T35), X54, X55))
U9_ggaa(T33, T34, T35, X54, X55, gopherc15_out_ggaa(T33, cons(T34, T35), X54, X55)) → gopherc15_out_ggaa(cons(T33, T34), T35, X54, X55)

The argument filtering Pi contains the following mapping:
cons(x1, x2)  =  cons(x1, x2)
nil  =  nil
gopherc15_in_ggaa(x1, x2, x3, x4)  =  gopherc15_in_ggaa(x1, x2)
gopherc15_out_ggaa(x1, x2, x3, x4)  =  gopherc15_out_ggaa(x1, x2, x3, x4)
U9_ggaa(x1, x2, x3, x4, x5, x6)  =  U9_ggaa(x1, x2, x3, x6)
GOPHER15_IN_GGAA(x1, x2, x3, x4)  =  GOPHER15_IN_GGAA(x1, x2)

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

(8) UsableRulesProof (EQUIVALENT transformation)

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

(9) Obligation:

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

GOPHER15_IN_GGAA(cons(T33, T34), T35, X54, X55) → GOPHER15_IN_GGAA(T33, cons(T34, T35), X54, X55)

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

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

(10) PiDPToQDPProof (SOUND transformation)

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

(11) Obligation:

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

GOPHER15_IN_GGAA(cons(T33, T34), T35) → GOPHER15_IN_GGAA(T33, cons(T34, T35))

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

(12) 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:

  • GOPHER15_IN_GGAA(cons(T33, T34), T35) → GOPHER15_IN_GGAA(T33, cons(T34, T35))
    The graph contains the following edges 1 > 1

(13) YES

(14) Obligation:

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

SAMEFRINGE1_IN_GG(cons(T7, T8), cons(T9, T10)) → P7_IN_GGAAGGAA(T7, T8, X14, X15, T9, T10, X16, X17)
P7_IN_GGAAGGAA(nil, T15, nil, T15, T9, T10, T18, T19) → U3_GGAAGGAA(T15, T9, T10, T18, T19, gopherc15_in_ggaa(T9, T10, T18, T19))
U3_GGAAGGAA(T15, T9, T10, T18, T19, gopherc15_out_ggaa(T9, T10, T18, T19)) → SAMEFRINGE1_IN_GG(T15, T19)
P7_IN_GGAAGGAA(cons(T46, T47), T48, X78, X79, T9, T10, X16, X17) → P7_IN_GGAAGGAA(T46, cons(T47, T48), X78, X79, T9, T10, X16, X17)

The TRS R consists of the following rules:

gopherc15_in_ggaa(nil, T26, nil, T26) → gopherc15_out_ggaa(nil, T26, nil, T26)
gopherc15_in_ggaa(cons(T33, T34), T35, X54, X55) → U9_ggaa(T33, T34, T35, X54, X55, gopherc15_in_ggaa(T33, cons(T34, T35), X54, X55))
U9_ggaa(T33, T34, T35, X54, X55, gopherc15_out_ggaa(T33, cons(T34, T35), X54, X55)) → gopherc15_out_ggaa(cons(T33, T34), T35, X54, X55)

The argument filtering Pi contains the following mapping:
cons(x1, x2)  =  cons(x1, x2)
nil  =  nil
gopherc15_in_ggaa(x1, x2, x3, x4)  =  gopherc15_in_ggaa(x1, x2)
gopherc15_out_ggaa(x1, x2, x3, x4)  =  gopherc15_out_ggaa(x1, x2, x3, x4)
U9_ggaa(x1, x2, x3, x4, x5, x6)  =  U9_ggaa(x1, x2, x3, x6)
SAMEFRINGE1_IN_GG(x1, x2)  =  SAMEFRINGE1_IN_GG(x1, x2)
P7_IN_GGAAGGAA(x1, x2, x3, x4, x5, x6, x7, x8)  =  P7_IN_GGAAGGAA(x1, x2, x5, x6)
U3_GGAAGGAA(x1, x2, x3, x4, x5, x6)  =  U3_GGAAGGAA(x1, x2, x3, x6)

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

(15) PiDPToQDPProof (SOUND transformation)

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

(16) Obligation:

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

SAMEFRINGE1_IN_GG(cons(T7, T8), cons(T9, T10)) → P7_IN_GGAAGGAA(T7, T8, T9, T10)
P7_IN_GGAAGGAA(nil, T15, T9, T10) → U3_GGAAGGAA(T15, T9, T10, gopherc15_in_ggaa(T9, T10))
U3_GGAAGGAA(T15, T9, T10, gopherc15_out_ggaa(T9, T10, T18, T19)) → SAMEFRINGE1_IN_GG(T15, T19)
P7_IN_GGAAGGAA(cons(T46, T47), T48, T9, T10) → P7_IN_GGAAGGAA(T46, cons(T47, T48), T9, T10)

The TRS R consists of the following rules:

gopherc15_in_ggaa(nil, T26) → gopherc15_out_ggaa(nil, T26, nil, T26)
gopherc15_in_ggaa(cons(T33, T34), T35) → U9_ggaa(T33, T34, T35, gopherc15_in_ggaa(T33, cons(T34, T35)))
U9_ggaa(T33, T34, T35, gopherc15_out_ggaa(T33, cons(T34, T35), X54, X55)) → gopherc15_out_ggaa(cons(T33, T34), T35, X54, X55)

The set Q consists of the following terms:

gopherc15_in_ggaa(x0, x1)
U9_ggaa(x0, x1, x2, x3)

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

(17) QDPOrderProof (EQUIVALENT transformation)

We use the reduction pair processor [LPAR04].


The following pairs can be oriented strictly and are deleted.


P7_IN_GGAAGGAA(nil, T15, T9, T10) → U3_GGAAGGAA(T15, T9, T10, gopherc15_in_ggaa(T9, T10))
U3_GGAAGGAA(T15, T9, T10, gopherc15_out_ggaa(T9, T10, T18, T19)) → SAMEFRINGE1_IN_GG(T15, T19)
The remaining pairs can at least be oriented weakly.
Used ordering: Polynomial interpretation [POLO]:

POL(P7_IN_GGAAGGAA(x1, x2, x3, x4)) = 1 + x1 + x2   
POL(SAMEFRINGE1_IN_GG(x1, x2)) = x1   
POL(U3_GGAAGGAA(x1, x2, x3, x4)) = 1 + x1   
POL(U9_ggaa(x1, x2, x3, x4)) = 0   
POL(cons(x1, x2)) = 1 + x1 + x2   
POL(gopherc15_in_ggaa(x1, x2)) = 0   
POL(gopherc15_out_ggaa(x1, x2, x3, x4)) = 0   
POL(nil) = 1   

The following usable rules [FROCOS05] were oriented: none

(18) Obligation:

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

SAMEFRINGE1_IN_GG(cons(T7, T8), cons(T9, T10)) → P7_IN_GGAAGGAA(T7, T8, T9, T10)
P7_IN_GGAAGGAA(cons(T46, T47), T48, T9, T10) → P7_IN_GGAAGGAA(T46, cons(T47, T48), T9, T10)

The TRS R consists of the following rules:

gopherc15_in_ggaa(nil, T26) → gopherc15_out_ggaa(nil, T26, nil, T26)
gopherc15_in_ggaa(cons(T33, T34), T35) → U9_ggaa(T33, T34, T35, gopherc15_in_ggaa(T33, cons(T34, T35)))
U9_ggaa(T33, T34, T35, gopherc15_out_ggaa(T33, cons(T34, T35), X54, X55)) → gopherc15_out_ggaa(cons(T33, T34), T35, X54, X55)

The set Q consists of the following terms:

gopherc15_in_ggaa(x0, x1)
U9_ggaa(x0, x1, x2, x3)

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

(19) DependencyGraphProof (EQUIVALENT transformation)

The approximation of the Dependency Graph [LPAR04,FROCOS05,EDGSTAR] contains 1 SCC with 1 less node.

(20) Obligation:

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

P7_IN_GGAAGGAA(cons(T46, T47), T48, T9, T10) → P7_IN_GGAAGGAA(T46, cons(T47, T48), T9, T10)

The TRS R consists of the following rules:

gopherc15_in_ggaa(nil, T26) → gopherc15_out_ggaa(nil, T26, nil, T26)
gopherc15_in_ggaa(cons(T33, T34), T35) → U9_ggaa(T33, T34, T35, gopherc15_in_ggaa(T33, cons(T34, T35)))
U9_ggaa(T33, T34, T35, gopherc15_out_ggaa(T33, cons(T34, T35), X54, X55)) → gopherc15_out_ggaa(cons(T33, T34), T35, X54, X55)

The set Q consists of the following terms:

gopherc15_in_ggaa(x0, x1)
U9_ggaa(x0, x1, x2, x3)

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

(21) UsableRulesProof (EQUIVALENT transformation)

As all Q-normal forms are R-normal forms we are in the innermost case. Hence, by the usable rules processor [LPAR04] we can delete all non-usable rules [FROCOS05] from R.

(22) Obligation:

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

P7_IN_GGAAGGAA(cons(T46, T47), T48, T9, T10) → P7_IN_GGAAGGAA(T46, cons(T47, T48), T9, T10)

R is empty.
The set Q consists of the following terms:

gopherc15_in_ggaa(x0, x1)
U9_ggaa(x0, x1, x2, x3)

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

(23) QReductionProof (EQUIVALENT transformation)

We deleted the following terms from Q as each root-symbol of these terms does neither occur in P nor in R.[THIEMANN].

gopherc15_in_ggaa(x0, x1)
U9_ggaa(x0, x1, x2, x3)

(24) Obligation:

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

P7_IN_GGAAGGAA(cons(T46, T47), T48, T9, T10) → P7_IN_GGAAGGAA(T46, cons(T47, T48), T9, T10)

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

(25) 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:

  • P7_IN_GGAAGGAA(cons(T46, T47), T48, T9, T10) → P7_IN_GGAAGGAA(T46, cons(T47, T48), T9, T10)
    The graph contains the following edges 1 > 1, 3 >= 3, 4 >= 4

(26) YES