Theorems · Definition · commutative algebra
AlgHom.tensorEqualizer
{R : Type u_1} →
(S : Type u_2) →
[inst : CommRing R] →
[inst_1 : CommRing S] →
[inst_2 : Algebra R S] →
(T : Type u_3) →
[inst_3 : CommRing T] →
[inst_4 : Algebra R T] →
[inst_5 : Algebra S T] →
[inst_6 : IsScalarTower R S T] →
{A : Type u_4} →
{B : Type u_5} →
[inst_7 : CommRing A] →
[inst_8 : CommRing B] →
[inst_9 : Algebra R A] →
[inst_10 : Algebra R B] →
(f g : A →ₐ[R] B) →
TensorProduct R T ↥(f.equalizer g) →ₐ[S]
↥((Algebra.TensorProduct.map (AlgHom.id S T) f).equalizer
(Algebra.TensorProduct.map (AlgHom.id S T) g))The canonical map T ⊗[R] eq(f, g) →ₐ[S] eq (𝟙 ⊗ f, 𝟙 ⊗ g).
- Defined in
- Mathlib.RingTheory.Flat.Equalizer
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 82 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommRingstatement and proof · cited by 17,173
- Algebrastatement and proof · cited by 11,388
- IsScalarTowerstatement and proof · cited by 3,896
- AlgHomstatement and proof · cited by 3,236
- TensorProductstatement · cited by 2,545
- Subalgebrastatement · cited by 1,353
- AlgHom.idstatement · cited by 196
- Algebra.TensorProduct.mapstatement · cited by 97
- AlgHom.equalizerstatement · cited by 21
- AlgHom.ofLinearMapproof · cited by 11
- AlgHom.tensorEqualizerAuxproof · cited by 1
- AlgHom.tensorEqualizerAux_mulproof · cited by 0
Cited by4
Results whose statement or proof uses this declaration.
- RingHom.HasStableEqualizersproof · cited by 3
- CommRingCat.preservesLimit_parallelPair_tensorProd_iff_tensorEqualizer_bijectivestatement and proof · cited by 1
- AlgHom.tensorEqualizerEquiv_applystatement · cited by 0
- AlgHom.coe_tensorEqualizerstatement · cited by 0