Theorems · Theorem · linear algebra
Matrix.range_diagonal
∀ {m : Type u_1} [inst : Fintype m] {K : Type u} [inst_1 : Semifield K] [inst_2 : DecidableEq m] (w : m → K),
(Matrix.toLin' (Matrix.diagonal w)).range = ⨆ i ∈ {i | w i ≠ 0}, (LinearMap.single K (fun x => K) i).range- Defined in
- Mathlib.LinearAlgebra.Matrix.Diagonal
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 89 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- FintypeSemifieldDecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites23
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement · cited by 53,352
- RingHom.idstatement and proof · cited by 18,349
- LinearMapstatement and proof · cited by 10,215
- Fintypestatement and proof · cited by 7,736
- Submodulestatement and proof · cited by 7,192
- Set.ofPredstatement · cited by 6,101
- Matrixstatement · cited by 4,303
- LinearEquivstatement · cited by 3,317
- iSupstatement and proof · cited by 2,415
- LinearMap.rangestatement and proof · cited by 893
- Submodule.mapproof · cited by 614
Cited by1
Results whose statement or proof uses this declaration.
- LinearMap.rank_diagonalproof · cited by 1