Theorems · Theorem · linear algebra
LinearMap.prod_ext
∀ {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 g : M × M₂ →ₗ[R] M₃},
f ∘ₗ LinearMap.inl R M M₂ = g ∘ₗ LinearMap.inl R M M₂ → f ∘ₗ LinearMap.inr R M M₂ = g ∘ₗ LinearMap.inr R M M₂ → f = gSplit equality of linear maps from a product into linear maps over each component, to allow ext
to apply lemmas specific to M →ₗ M₃ and M₂ →ₗ M₃.
See note [partially-applied ext lemmas].
- Defined in
- Mathlib.LinearAlgebra.Prod
- Cited by
- 14 results in Mathlib
- Foundations
- Depth 35 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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.compstatement and proof · cited by 1,642
- LinearMap.inlstatement and proof · cited by 72
- LinearMap.inrstatement and proof · cited by 62
- LinearMap.prod_ext_iffproof · cited by 2
Cited by14
Results whose statement or proof uses this declaration.
- TrivSqZeroExt.linearMap_extproof · cited by 2
- Unitization.linearMap_extproof · cited by 1
- LinearEquiv.fst_comp_prodCommproof · cited by 1
- LinearMap.IsProj.eq_conj_prod_map'proof · cited by 1
- LinearMap.trace_prodMapproof · cited by 1
- dualTensorHom_prodMap_zeroproof · cited by 1
- zero_prodMap_dualTensorHomproof · cited by 1
- CliffordAlgebraQuaternion.ofQuaternion_comp_toQuaternionproof · cited by 1
- LinearEquiv.snd_comp_prodCommproof · cited by 1
- CliffordAlgebra.toProd_comp_ofProdproof · cited by 0
- LinearEquiv.fst_comp_prodAssocproof · cited by 0
- Prod.comul_comp_fstproof · cited by 0