Theorems · Definition · ring theory
LinearMap.comp
{R₁ : Type u_2} →
{R₂ : Type u_3} →
{R₃ : Type u_4} →
{M₁ : Type u_9} →
{M₂ : Type u_10} →
{M₃ : Type u_11} →
[inst : Semiring R₁] →
[inst_1 : Semiring R₂] →
[inst_2 : Semiring R₃] →
[inst_3 : AddCommMonoid M₁] →
[inst_4 : AddCommMonoid M₂] →
[inst_5 : AddCommMonoid M₃] →
{module_M₁ : Module R₁ M₁} →
{module_M₂ : Module R₂ M₂} →
{module_M₃ : Module R₃ M₃} →
{σ₁₂ : R₁ →+* R₂} →
{σ₂₃ : R₂ →+* R₃} →
{σ₁₃ : R₁ →+* R₃} →
[RingHomCompTriple σ₁₂ σ₂₃ σ₁₃] →
(M₂ →ₛₗ[σ₂₃] M₃) → (M₁ →ₛₗ[σ₁₂] M₂) → M₁ →ₛₗ[σ₁₃] M₃Composition of two linear maps is a linear map
- Defined in
- Mathlib.Algebra.Module.LinearMap.Defs
- Cited by
- 1,642 results in Mathlib
- Foundations
- Depth 23 from the axioms, rests on 198 definitions · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
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
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- LinearMapstatement and proof · cited by 10,215
- RingHomstatement and proof · cited by 10,189
- RingHomCompTriplestatement and proof · cited by 234
Cited by1,996
Results whose statement or proof uses this declaration.
- ContinuousLinearMap.compproof · cited by 709
- LinearEquiv.transproof · cited by 298
- TensorProduct.mapproof · cited by 250
- LinearMap.comp.congr_simpstatement and proof · cited by 209
- CliffordAlgebra.ιproof · cited by 142
- Algebra.traceproof · cited by 90
- TensorProduct.assocproof · cited by 85
- Submodule.projectionOntoproof · cited by 81
- LinearMap.comp_applystatement · cited by 76
- Module.Basis.coordproof · cited by 64
- Submodule.projectionproof · cited by 63
- IsLocalizedModule.mapproof · cited by 60
Showing the 200 most cited of 1,996.