Theorems · Theorem · linear algebra
LinearMap.span_inl_union_inr
∀ {R : Type u} {M : Type v} {M₂ : Type w} [inst : Semiring R] [inst_1 : AddCommMonoid M] [inst_2 : AddCommMonoid M₂]
[inst_3 : Module R M] [inst_4 : Module R M₂] {s : Set M} {t : Set M₂},
Submodule.span R (⇑(LinearMap.inl R M M₂) '' s ∪ ⇑(LinearMap.inr R M M₂) '' t) =
(Submodule.span R s).prod (Submodule.span R t)- Defined in
- Mathlib.LinearAlgebra.Prod
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 70 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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 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
- LinearMapstatement · cited by 10,215
- Submodulestatement and proof · cited by 7,192
- Set.imagestatement and proof · cited by 5,609
- Submodule.spanstatement and proof · cited by 1,504
- Submodule.mapproof · cited by 614
- LinearMap.inlstatement and proof · cited by 72
Cited by2
Results whose statement or proof uses this declaration.
- UniqueDiffWithinAt.prodproof · cited by 4
- Submodule.FG.prodproof · cited by 0