Theorems · Definition · ring theory
Algebra.TensorProduct.piRight
(R : Type u_1) →
(S : Type u_2) →
(A : Type u_3) →
[inst : CommSemiring R] →
[inst_1 : CommSemiring S] →
[inst_2 : Algebra R S] →
[inst_3 : Semiring A] →
[inst_4 : Algebra R A] →
[inst_5 : Algebra S A] →
[inst_6 : IsScalarTower R S A] →
{ι : Type u_4} →
(B : ι → Type u_5) →
[inst_7 : (i : ι) → Semiring (B i)] →
[inst_8 : (i : ι) → Algebra R (B i)] →
[Fintype ι] →
[DecidableEq ι] →
TensorProduct R A ((i : ι) → B i) ≃ₐ[S] (i : ι) → TensorProduct R A (B i)Tensor product of rings commutes with finite products on the right.
- Defined in
- Mathlib.RingTheory.TensorProduct.Pi
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Semiringstatement and proof · cited by 13,802
- Algebrastatement and proof · cited by 11,388
- CommSemiringstatement and proof · cited by 10,911
- Fintypestatement and proof · cited by 7,736
- IsScalarTowerstatement and proof · cited by 3,896
- TensorProductstatement · cited by 2,545
- AlgEquivstatement · cited by 1,681
- TensorProduct.piRightproof · cited by 8
- AlgEquiv.ofLinearEquivproof · cited by 7
Cited by5
Results whose statement or proof uses this declaration.
- Module.Finite.of_quasiFiniteproof · cited by 7
- Algebra.TensorProduct.piScalarRightproof · cited by 2
- AlgebraicGeometry.mono_pushoutSection_of_iSup_eqproof · cited by 2
- CommRingCat.Under.tensorProductFanIsoproof · cited by 0
- Algebra.TensorProduct.piRight_tmulstatement · cited by 0