Mathlib Map

Theorems · Theorem · logic and foundations

exists_lt_ack_of_nat_primrec

∀ {f : ℕ → ℕ}, Nat.Primrec f → ∃ m, ∀ (n : ℕ), f n < ack m n

If f is primitive recursive, there exists m such that f n < ack m n for all n.

Defined in
Mathlib.Computability.Ackermann
Cited by
1 results in Mathlib
Foundations
Depth 71 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites38

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.