Theorems · Theorem · linear algebra
LinearMap.comp_coprod
∀ {R : Type u} {M : Type v} {M₂ : Type w} {M₃ : Type y} {M₄ : Type z} [inst : Semiring R] [inst_1 : AddCommMonoid M]
[inst_2 : AddCommMonoid M₂] [inst_3 : AddCommMonoid M₃] [inst_4 : AddCommMonoid M₄] [inst_5 : Module R M]
[inst_6 : Module R M₂] [inst_7 : Module R M₃] [inst_8 : Module R M₄] (f : M₃ →ₗ[R] M₄) (g₁ : M →ₗ[R] M₃)
(g₂ : M₂ →ₗ[R] M₃), f ∘ₗ g₁.coprod g₂ = (f ∘ₗ g₁).coprod (f ∘ₗ g₂)- Defined in
- Mathlib.LinearAlgebra.Prod
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 26 from the axioms · uses propext, 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.
- DFunLike.coeproof · cited by 62,936
- 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
- LinearMap.compstatement · cited by 1,642
- LinearMap.extproof · cited by 844
- LinearMap.coprodstatement · cited by 38
- LinearMap.map_addproof · cited by 32
Cited by2
Results whose statement or proof uses this declaration.
- ContinuousLinearMap.comp_coprodproof · cited by 1
- LinearMap.coprod_comp_inl_inrproof · cited by 0