Theorems · Theorem · ring theory
MonoidAlgebra.mapRangeAlgEquiv_trans
Deprecated since 2026-03-27Use MonoidAlgebra.mapAlgEquiv_trans instead.
∀ {R : Type u_1} {A : Type u_4} {B : Type u_5} {C : Type u_6} {M : Type u_7} [inst : CommSemiring R]
[inst_1 : Semiring A] [inst_2 : Semiring B] [inst_3 : Semiring C] [inst_4 : Algebra R A] [inst_5 : Algebra R B]
[inst_6 : Algebra R C] [inst_7 : Monoid M] (e₁ : A ≃ₐ[R] B) (e₂ : B ≃ₐ[R] C),
MonoidAlgebra.mapAlgEquiv R M (e₁.trans e₂) =
(MonoidAlgebra.mapAlgEquiv R M e₁).trans (MonoidAlgebra.mapAlgEquiv R M e₂)Alias of MonoidAlgebra.mapAlgEquiv_trans.
- Defined in
- Mathlib.Algebra.MonoidAlgebra.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 91 from the axioms · uses propext, Classical.choice, 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.
- Semiringstatement · cited by 13,802
- Algebrastatement · cited by 11,388
- CommSemiringstatement · cited by 10,911
- Monoidstatement · cited by 3,887
- AlgEquivstatement · cited by 1,681
- MonoidAlgebrastatement · cited by 590
- AlgEquiv.transstatement · cited by 108
- MonoidAlgebra.mapAlgEquivstatement · cited by 7
- MonoidAlgebra.mapAlgEquiv_transproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.