Mathlib Map

Theorems · Definition · ring theory

Algebra.TensorProduct.equivOfCompatibleSMul

(R : Type u_3) →
  (S : Type u_4) →
    (T : Type u_5) →
      (A : Type u_6) →
        (B : Type u_7) →
          [inst : CommSemiring R] →
            [inst_1 : CommSemiring S] →
              [inst_2 : CommSemiring T] →
                [inst_3 : Semiring A] →
                  [inst_4 : Semiring B] →
                    [inst_5 : Algebra R A] →
                      [inst_6 : Algebra R B] →
                        [inst_7 : Algebra S A] →
                          [inst_8 : Algebra S B] →
                            [inst_9 : Algebra T A] →
                              [inst_10 : SMulCommClass R T A] →
                                [inst_11 : SMulCommClass S T A] →
                                  [SMulCommClass R S A] →
                                    [TensorProduct.CompatibleSMul R S A B] →
                                      [TensorProduct.CompatibleSMul S R A B] →
                                        TensorProduct S A B ≃ₐ[T] TensorProduct R A B

If the R- and S-actions on A and B satisfy CompatibleSMul both ways, then A ⊗[S] B is canonically isomorphic to A ⊗[R] B.

Defined in
Mathlib.RingTheory.TensorProduct.Maps
Cited by
1 results in Mathlib
Foundations
Depth 80 from the axioms · uses propext, Quot.sound
Assumes
CommSemiringCommSemiringCommSemiringSemiringSemiringAlgebraAlgebraAlgebraAlgebraAlgebraSMulCommClassSMulCommClassSMulCommClassTensorProduct.CompatibleSMulTensorProduct.CompatibleSMul

Around this declaration

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

Cites17

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

Cited by4

Results whose statement or proof uses this declaration.