Theorems · Theorem · linear algebra
LinearMap.map_coprod_prod
∀ {R : Type u} {M : Type v} {M₂ : Type w} {M₃ : Type y} [inst : Semiring R] [inst_1 : AddCommMonoid M]
[inst_2 : AddCommMonoid M₂] [inst_3 : AddCommMonoid M₃] [inst_4 : Module R M] [inst_5 : Module R M₂]
[inst_6 : Module R M₃] (f : M →ₗ[R] M₃) (g : M₂ →ₗ[R] M₃) (p : Submodule R M) (q : Submodule R M₂),
Submodule.map (f.coprod g) (p.prod q) = Submodule.map f p ⊔ Submodule.map g q- Defined in
- Mathlib.LinearAlgebra.Prod
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 68 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement and proof · cited by 18,349
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- LinearMapstatement and proof · cited by 10,215
- Submodulestatement and proof · cited by 7,192
- Submodule.mapstatement · cited by 614
- Submodule.prodstatement · cited by 55
- LinearMap.coprodstatement · cited by 38
- LinearMap.coprod_map_prodproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- LinearMap.prod_eq_sup_mapproof · cited by 1