Theorems · Theorem · linear algebra
LinearMap.iSup_range_single_eq_iInf_ker_proj
∀ (R : Type u) {ι : Type x} [inst : Semiring R] (φ : ι → Type i) [inst_1 : (i : ι) → AddCommMonoid (φ i)]
[inst_2 : (i : ι) → Module R (φ i)] [inst_3 : DecidableEq ι] {I J : Set ι},
IsCompl I J → I.Finite → ⨆ i ∈ I, (LinearMap.single R φ i).range = ⨅ i ∈ J, (LinearMap.proj i).ker- Defined in
- Mathlib.LinearAlgebra.Pi
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 71 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement · cited by 18,349
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- Submodulestatement · cited by 7,192
- iSupstatement · cited by 2,415
- le_antisymmproof · cited by 2,068
- Set.Finitestatement and proof · cited by 1,814
- iInfstatement · cited by 1,690
- LinearMap.rangestatement · cited by 893
- LinearMap.kerstatement · cited by 848
Cited by2
Results whose statement or proof uses this declaration.
- LinearMap.rank_diagonalproof · cited by 1
- Matrix.ker_diagonal_toLin'proof · cited by 0