Theorems · Theorem · ring theory
MonoidAlgebra.mapAlgEquiv_trans
∀ {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₂)- Defined in
- Mathlib.Algebra.MonoidAlgebra.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 90 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Semiringstatement and proof · cited by 13,802
- Algebrastatement and proof · cited by 11,388
- CommSemiringstatement and proof · cited by 10,911
- Monoidstatement and proof · cited by 3,887
- AlgEquivstatement and proof · cited by 1,681
- RingHomClass.toRingHomproof · cited by 746
- MonoidAlgebrastatement and proof · cited by 590
- Finsupp.extproof · cited by 399
- MonoidAlgebra.coeffproof · cited by 224
- RingHom.toMonoidHomproof · cited by 132
- OneHom.toFunproof · cited by 132
Cited by1
Results whose statement or proof uses this declaration.
- MonoidAlgebra.mapRangeAlgEquiv_transproof · cited by 0