Mathlib Map

Theorems · Definition · ring theory

Algebra.TensorProduct.commRight

(R : Type uR) →
  (S : Type uS) →
    (A : Type uA) →
      [inst : CommSemiring R] →
        [inst_1 : CommSemiring S] →
          [inst_2 : Algebra R S] →
            [inst_3 : Semiring A] → [inst_4 : Algebra R A] → TensorProduct R S A ≃ₐ[S] TensorProduct R A S

S-linear version of Algebra.TensorProduct.comm when A ⊗[R] S is viewed as an S-algebra via the right component.

Defined in
Mathlib.RingTheory.TensorProduct.Maps
Cited by
4 results in Mathlib
Foundations
Depth 82 from the axioms · uses propext, Quot.sound
Assumes
CommSemiringCommSemiringAlgebraSemiringAlgebra

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites8

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by5

Results whose statement or proof uses this declaration.