Theorems · Definition · ring theory
Algebra.TensorProduct.liftEquiv
{R : Type uR} →
{S : Type uS} →
{A : Type uA} →
{B : Type uB} →
{C : Type uC} →
[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] →
[inst_7 : Semiring B] →
[inst_8 : Algebra R B] →
[inst_9 : Semiring C] →
[inst_10 : Algebra S C] →
[inst_11 : Algebra R C] →
[IsScalarTower R S C] →
{ fg // ∀ (x : A) (y : B), Commute (fg.1 x) (fg.2 y) } ≃
(TensorProduct R A B →ₐ[S] C)The universal property of the tensor product of algebras.
Pairs of algebra morphisms that commute are equivalent to algebra morphisms from the tensor product.
This is Algebra.TensorProduct.lift as an equivalence.
See also GradedTensorProduct.liftEquiv for an alternative commutativity requirement for graded
algebra.
- Defined in
- Mathlib.RingTheory.TensorProduct.Maps
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 81 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Semiringstatement and proof · cited by 13,802
- Algebrastatement and proof · cited by 11,388
- CommSemiringstatement and proof · cited by 10,911
- Equivstatement · cited by 8,337
- IsScalarTowerstatement and proof · cited by 3,896
- AlgHomstatement and proof · cited by 3,236
- TensorProductstatement and proof · cited by 2,545
- Commutestatement and proof · cited by 639
- AlgHom.compproof · cited by 501
- Algebra.TensorProduct.includeRightproof · cited by 165
- AlgHom.restrictScalarsproof · cited by 83
Cited by3
Results whose statement or proof uses this declaration.
- Algebra.TensorProduct.liftEquiv_applystatement and proof · cited by 0
- Algebra.TensorProduct.liftEquiv.congr_simpstatement and proof · cited by 0
- Algebra.TensorProduct.liftEquiv_symm_apply_coestatement and proof · cited by 0