Theorems · Theorem
List.ofFn_mul
∀ {α : Type u} {m n : ℕ} (f : Fin (m * n) → α),
List.ofFn f = (List.ofFn fun i => List.ofFn fun j => f ⟨↑i * n + ↑j, ⋯⟩).flattenThis breaks a list of m*n items into m groups each containing n elements.
- Defined in
- Mathlib.Data.List.OfFn
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 49 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- LT.lt.trans_eqstatement and proof · cited by 65
- Fin.propstatement and proof · cited by 17
- List.ofFn_congrproof · cited by 3
- List.ofFn_succ'proof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- List.ofFn_fin_repeatproof · cited by 0
- List.ofFn_mul'proof · cited by 0