Theorems · Theorem
List.iterate.eq_def
∀ {α : Type u_1} (f : α → α) (a : α) (x : ℕ),
List.iterate f a x =
match x with
| 0 => []
| n.succ => a :: List.iterate f (f a) n- Defined in
- Mathlib.Data.List.Defs
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 7 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites1
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- List.iteratestatement and proof · cited by 15
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.