Theorems · Definition
List.iterate
{α : Type u_1} → (α → α) → α → ℕ → List αiterate f a n is [a, f a, ..., f^[n - 1] a].
- Defined in
- Mathlib.Data.List.Defs
- Cited by
- 15 results in Mathlib
- Foundations
- Depth 6 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites0
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
Nothing in Mathlib beyond the foundations.
Cited by16
Results whose statement or proof uses this declaration.
- Equiv.Perm.toListproof · cited by 24
- List.length_iteratestatement and proof · cited by 6
- List.getElem_iteratestatement and proof · cited by 5
- Equiv.Perm.getElem_toListproof · cited by 3
- Equiv.Perm.toList_oneproof · cited by 2
- Equiv.Perm.toList_formPerm_nontrivialproof · cited by 1
- List.getElem?_iteratestatement · cited by 1
- List.range_map_iteratestatement · cited by 1
- List.iterateTR_loop_eqstatement and proof · cited by 1
- Equiv.Perm.toList_getElem_zeroproof · cited by 0
- List.take_iteratestatement and proof · cited by 0
- List.iterate.eq_defstatement and proof · cited by 0