Theorems · Definition · commutative algebra
LinearEquiv.trans
{R₁ : Type u_2} →
{R₂ : Type u_3} →
{R₃ : Type u_4} →
{M₁ : Type u_8} →
{M₂ : Type u_9} →
{M₃ : Type u_10} →
[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₃} →
{σ₃₁ : R₃ →+* R₁} →
{σ₂₃ : R₂ →+* R₃} →
{σ₃₂ : R₃ →+* R₂} →
[RingHomCompTriple σ₁₂ σ₂₃ σ₁₃] →
[RingHomCompTriple σ₃₂ σ₂₁ σ₃₁] →
{re₁₂ : RingHomInvPair σ₁₂ σ₂₁} →
{re₂₃ : RingHomInvPair σ₂₃ σ₃₂} →
[inst_8 : RingHomInvPair σ₁₃ σ₃₁] →
{re₂₁ : RingHomInvPair σ₂₁ σ₁₂} →
{re₃₂ : RingHomInvPair σ₃₂ σ₂₃} →
[inst_9 : RingHomInvPair σ₃₁ σ₁₃] →
(M₁ ≃ₛₗ[σ₁₂] M₂) → (M₂ ≃ₛₗ[σ₂₃] M₃) → M₁ ≃ₛₗ[σ₁₃] M₃Linear equivalences are transitive.
- Defined in
- Mathlib.Algebra.Module.Equiv.Defs
- Cited by
- 298 results in Mathlib
- Foundations
- Depth 24 from the axioms, rests on 228 definitions · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- LinearMapproof · cited by 10,215
- RingHomstatement and proof · cited by 10,189
- Equivproof · cited by 8,337
- LinearEquivstatement and proof · cited by 3,317
- LinearMap.compproof · cited by 1,642
- LinearEquiv.toLinearMapproof · cited by 1,171
- RingHomInvPairstatement and proof · cited by 523
- Equiv.transproof · cited by 337
- RingHomCompTriplestatement and proof · cited by 234
Cited by487
Results whose statement or proof uses this declaration.
- LinearMap.toMatrixproof · cited by 180
- OrthonormalBasis.toBasisproof · cited by 102
- Module.Basis.equivFunproof · cited by 88
- Module.Basis.mapproof · cited by 70
- LinearMap.adjointproof · cited by 64
- LinearEquiv.ofBijectiveproof · cited by 60
- Module.Basis.reindexproof · cited by 57
- LinearIsometryEquiv.transproof · cited by 45
- LinearMap.toMatrix₂proof · cited by 43
- Bundle.Trivialization.coordChangeLproof · cited by 38
- TensorProduct.AlgebraTensorModule.cancelBaseChangeproof · cited by 32
- ContinuousLinearEquiv.transproof · cited by 31
Showing the 200 most cited of 487.