Mathlib Map

Theorems · Definition · ring theory

MonoidAlgebra.rTensorEquivAlgEquiv.invFun

{R : Type u_1} →
  {M : Type u_2} →
    {S : Type u_4} →
      {A : Type u_5} →
        {B : Type u_6} →
          [inst : CommSemiring R] →
            [inst_1 : CommSemiring S] →
              [inst_2 : CommSemiring A] →
                [inst_3 : CommSemiring B] →
                  [inst_4 : Algebra R S] →
                    [inst_5 : Algebra R A] →
                      [inst_6 : Algebra R B] →
                        [inst_7 : Algebra S A] →
                          [inst_8 : IsScalarTower R S A] →
                            [inst_9 : CommMonoid M] →
                              MonoidAlgebra (TensorProduct R A B) M →ₐ[S] TensorProduct R A (MonoidAlgebra B M)

Implementation detail.

Defined in
Mathlib.RingTheory.TensorProduct.MonoidAlgebra
Cited by
2 results in Mathlib
Foundations
Depth 87 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommSemiringCommSemiringCommSemiringCommSemiringAlgebraAlgebraAlgebraAlgebraIsScalarTowerCommMonoid

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.

Cited by3

Results whose statement or proof uses this declaration.