Theorems · Theorem · linear algebra
Matrix.map_intCast
∀ {n : Type u_3} {α : Type v} {β : Type w} [inst : DecidableEq n] [inst_1 : AddGroupWithOne α] [inst_2 : Zero β]
{f : α → β}, f 0 = 0 → ∀ (d : ℤ), (↑d).map f = Matrix.diagonal fun x => f ↑d- Defined in
- Mathlib.Data.Matrix.Diagonal
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 16 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Matrixstatement · cited by 4,303
- Matrix.diagonalstatement · cited by 314
- Matrix.mapstatement · cited by 247
- AddGroupWithOnestatement and proof · cited by 111
- Matrix.diagonal_mapproof · cited by 15
Cited by2
Results whose statement or proof uses this declaration.
- Matrix.conjTranspose_intCastproof · cited by 2
- Matrix.map_intCast_starproof · cited by 1