(0) Obligation:
Runtime Complexity TRS:
The TRS R consists of the following rules:
foldl#3(x2, Nil) → x2
foldl#3(x16, Cons(x24, x6)) → foldl#3(Cons(x24, x16), x6)
main(x1) → foldl#3(Nil, x1)
Rewrite Strategy: INNERMOST
(1) DecreasingLoopProof (EQUIVALENT transformation)
The following loop(s) give(s) rise to the lower bound Ω(n1):
The rewrite sequence
foldl#3(x16, Cons(x24, x6)) →+ foldl#3(Cons(x24, x16), x6)
gives rise to a decreasing loop by considering the right hand sides subterm at position [].
The pumping substitution is [x6 / Cons(x24, x6)].
The result substitution is [x16 / Cons(x24, x16)].
(2) BOUNDS(n^1, INF)
(3) RenamingProof (EQUIVALENT transformation)
Renamed function symbols to avoid clashes with predefined symbol.
(4) Obligation:
Runtime Complexity Relative TRS:
The TRS R consists of the following rules:
foldl#3(x2, Nil) → x2
foldl#3(x16, Cons(x24, x6)) → foldl#3(Cons(x24, x16), x6)
main(x1) → foldl#3(Nil, x1)
S is empty.
Rewrite Strategy: INNERMOST
(5) TypeInferenceProof (BOTH BOUNDS(ID, ID) transformation)
Infered types.
(6) Obligation:
Innermost TRS:
Rules:
foldl#3(x2, Nil) → x2
foldl#3(x16, Cons(x24, x6)) → foldl#3(Cons(x24, x16), x6)
main(x1) → foldl#3(Nil, x1)
Types:
foldl#3 :: Nil:Cons → Nil:Cons → Nil:Cons
Nil :: Nil:Cons
Cons :: a → Nil:Cons → Nil:Cons
main :: Nil:Cons → Nil:Cons
hole_Nil:Cons1_0 :: Nil:Cons
hole_a2_0 :: a
gen_Nil:Cons3_0 :: Nat → Nil:Cons
(7) OrderProof (LOWER BOUND(ID) transformation)
Heuristically decided to analyse the following defined symbols:
foldl#3
(8) Obligation:
Innermost TRS:
Rules:
foldl#3(
x2,
Nil) →
x2foldl#3(
x16,
Cons(
x24,
x6)) →
foldl#3(
Cons(
x24,
x16),
x6)
main(
x1) →
foldl#3(
Nil,
x1)
Types:
foldl#3 :: Nil:Cons → Nil:Cons → Nil:Cons
Nil :: Nil:Cons
Cons :: a → Nil:Cons → Nil:Cons
main :: Nil:Cons → Nil:Cons
hole_Nil:Cons1_0 :: Nil:Cons
hole_a2_0 :: a
gen_Nil:Cons3_0 :: Nat → Nil:Cons
Generator Equations:
gen_Nil:Cons3_0(0) ⇔ Nil
gen_Nil:Cons3_0(+(x, 1)) ⇔ Cons(hole_a2_0, gen_Nil:Cons3_0(x))
The following defined symbols remain to be analysed:
foldl#3
(9) RewriteLemmaProof (LOWER BOUND(ID) transformation)
Proved the following rewrite lemma:
foldl#3(
gen_Nil:Cons3_0(
a),
gen_Nil:Cons3_0(
n5_0)) →
gen_Nil:Cons3_0(
+(
n5_0,
a)), rt ∈ Ω(1 + n5
0)
Induction Base:
foldl#3(gen_Nil:Cons3_0(a), gen_Nil:Cons3_0(0)) →RΩ(1)
gen_Nil:Cons3_0(a)
Induction Step:
foldl#3(gen_Nil:Cons3_0(a), gen_Nil:Cons3_0(+(n5_0, 1))) →RΩ(1)
foldl#3(Cons(hole_a2_0, gen_Nil:Cons3_0(a)), gen_Nil:Cons3_0(n5_0)) →IH
gen_Nil:Cons3_0(+(+(a, 1), c6_0))
We have rt ∈ Ω(n1) and sz ∈ O(n). Thus, we have ircR ∈ Ω(n).
(10) Complex Obligation (BEST)
(11) Obligation:
Innermost TRS:
Rules:
foldl#3(
x2,
Nil) →
x2foldl#3(
x16,
Cons(
x24,
x6)) →
foldl#3(
Cons(
x24,
x16),
x6)
main(
x1) →
foldl#3(
Nil,
x1)
Types:
foldl#3 :: Nil:Cons → Nil:Cons → Nil:Cons
Nil :: Nil:Cons
Cons :: a → Nil:Cons → Nil:Cons
main :: Nil:Cons → Nil:Cons
hole_Nil:Cons1_0 :: Nil:Cons
hole_a2_0 :: a
gen_Nil:Cons3_0 :: Nat → Nil:Cons
Lemmas:
foldl#3(gen_Nil:Cons3_0(a), gen_Nil:Cons3_0(n5_0)) → gen_Nil:Cons3_0(+(n5_0, a)), rt ∈ Ω(1 + n50)
Generator Equations:
gen_Nil:Cons3_0(0) ⇔ Nil
gen_Nil:Cons3_0(+(x, 1)) ⇔ Cons(hole_a2_0, gen_Nil:Cons3_0(x))
No more defined symbols left to analyse.
(12) LowerBoundsProof (EQUIVALENT transformation)
The lowerbound Ω(n1) was proven with the following lemma:
foldl#3(gen_Nil:Cons3_0(a), gen_Nil:Cons3_0(n5_0)) → gen_Nil:Cons3_0(+(n5_0, a)), rt ∈ Ω(1 + n50)
(13) BOUNDS(n^1, INF)
(14) Obligation:
Innermost TRS:
Rules:
foldl#3(
x2,
Nil) →
x2foldl#3(
x16,
Cons(
x24,
x6)) →
foldl#3(
Cons(
x24,
x16),
x6)
main(
x1) →
foldl#3(
Nil,
x1)
Types:
foldl#3 :: Nil:Cons → Nil:Cons → Nil:Cons
Nil :: Nil:Cons
Cons :: a → Nil:Cons → Nil:Cons
main :: Nil:Cons → Nil:Cons
hole_Nil:Cons1_0 :: Nil:Cons
hole_a2_0 :: a
gen_Nil:Cons3_0 :: Nat → Nil:Cons
Lemmas:
foldl#3(gen_Nil:Cons3_0(a), gen_Nil:Cons3_0(n5_0)) → gen_Nil:Cons3_0(+(n5_0, a)), rt ∈ Ω(1 + n50)
Generator Equations:
gen_Nil:Cons3_0(0) ⇔ Nil
gen_Nil:Cons3_0(+(x, 1)) ⇔ Cons(hole_a2_0, gen_Nil:Cons3_0(x))
No more defined symbols left to analyse.
(15) LowerBoundsProof (EQUIVALENT transformation)
The lowerbound Ω(n1) was proven with the following lemma:
foldl#3(gen_Nil:Cons3_0(a), gen_Nil:Cons3_0(n5_0)) → gen_Nil:Cons3_0(+(n5_0, a)), rt ∈ Ω(1 + n50)
(16) BOUNDS(n^1, INF)