Theorems · Definition · linear algebra
LinearMap.coprod
{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₃] → (M →ₗ[R] M₃) → (M₂ →ₗ[R] M₃) → M × M₂ →ₗ[R] M₃The coprod function x : M × M₂ ↦ f x.1 + g x.2 is a linear map.
- Defined in
- Mathlib.LinearAlgebra.Prod
- Cited by
- 38 results in Mathlib
- Foundations
- Depth 25 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- LinearMap.compproof · cited by 1,642
- LinearMap.fstproof · cited by 64
- LinearMap.sndproof · cited by 61
Cited by45
Results whose statement or proof uses this declaration.
- Submodule.prodEquivOfIsComplproof · cited by 35
- ContinuousLinearMap.coprodproof · cited by 24
- LinearMap.ofIsComplproof · cited by 19
- LinearMap.ofIsCompl_eqproof · cited by 6
- LinearMap.ofIsCompl_apply_leftproof · cited by 5
- LinearMap.ofIsCompl_apply_rightproof · cited by 5
- StarModule.decomposeProdAdjointproof · cited by 4
- CliffordAlgebra.ofProdproof · cited by 4
- LinearMap.coprodEquivproof · cited by 4
- LinearMap.coprod_inl_inrstatement · cited by 4
- LinearMap.range_coprodstatement · cited by 3
- TensorProduct.prodRightproof · cited by 3