(0) Obligation:

Clauses:

p(X, g(X)).
p(X, f(Y)) :- p(X, g(Y)).

Query: p(g,a)

(1) PrologToCdtProblemTransformerProof (UPPER BOUND (ID) transformation)

Built complexity over-approximating cdt problems from derivation graph.

(2) Obligation:

Complexity Dependency Tuples Problem
Rules:

f2_in(z0) → f2_out1(g(z0))
f2_in(z0) → f2_out1(f(z0))
Tuples:none
S tuples:none
K tuples:none
Defined Rule Symbols:

f2_in

Defined Pair Symbols:none

Compound Symbols:none

(3) SIsEmptyProof (EQUIVALENT transformation)

The set S is empty

(4) BOUNDS(O(1), O(1))

(5) PrologToCdtProblemTransformerProof (UPPER BOUND (ID) transformation)

Built complexity over-approximating cdt problems from derivation graph.

(6) Obligation:

Complexity Dependency Tuples Problem
Rules:

f1_in(z0) → f1_out1(g(z0))
f1_in(z0) → U1(f1_in(z0), z0)
f1_in(z0) → U2(f1_in(z0), z0)
U1(f1_out1(g(z0)), z1) → f1_out1(f(z0))
U2(f1_out1(g(z0)), z1) → f1_out1(f(z0))
Tuples:

F1_IN(z0) → c1(U1'(f1_in(z0), z0), F1_IN(z0))
F1_IN(z0) → c2(U2'(f1_in(z0), z0), F1_IN(z0))
S tuples:

F1_IN(z0) → c1(U1'(f1_in(z0), z0), F1_IN(z0))
F1_IN(z0) → c2(U2'(f1_in(z0), z0), F1_IN(z0))
K tuples:none
Defined Rule Symbols:

f1_in, U1, U2

Defined Pair Symbols:

F1_IN

Compound Symbols:

c1, c2