Mathlib Map

Theorems · Definition · commutative algebra

Algebra.TensorProduct.tensorQuotientEquiv

{R : Type u_1} →
  (S : Type u_2) →
    (T : Type u_3) →
      (A : Type u_4) →
        [inst : CommRing R] →
          [inst_1 : CommRing S] →
            [inst_2 : Algebra R S] →
              [inst_3 : CommRing T] →
                [inst_4 : Algebra R T] →
                  [inst_5 : CommRing A] →
                    [inst_6 : Algebra R A] →
                      [inst_7 : Algebra S A] →
                        [inst_8 : IsScalarTower R S A] →
                          (I : Ideal T) →
                            TensorProduct R A (T ⧸ I) ≃ₐ[S]
                              TensorProduct R A T ⧸ Ideal.map Algebra.TensorProduct.includeRight I

The tensor product of an S-algebra A over R with the quotient of T by an ideal I is isomorphic (as an S-algebra) to the quotient of A ⊗[R] T by the extended ideal.

Defined in
Mathlib.RingTheory.TensorProduct.Quotient
Cited by
3 results in Mathlib
Foundations
Depth 95 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingCommRingAlgebraCommRingAlgebraCommRingAlgebraAlgebraIsScalarTower

Around this declaration

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

Cites20

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.