Theorems · Definition · commutative algebra
Algebra.pushoutDesc
{R : Type u_1} →
{S : Type v₃} →
[inst : CommSemiring R] →
[inst_1 : CommSemiring S] →
[inst_2 : Algebra R S] →
{R' : Type u_6} →
(S' : Type u_7) →
[inst_3 : CommSemiring R'] →
[inst_4 : CommSemiring S'] →
[inst_5 : Algebra R R'] →
[inst_6 : Algebra S S'] →
[inst_7 : Algebra R' S'] →
[inst_8 : Algebra R S'] →
[inst_9 : IsScalarTower R R' S'] →
[inst_10 : IsScalarTower R S S'] →
[H : Algebra.IsPushout R S R' S'] →
{A : Type u_8} →
[inst_11 : Semiring A] →
[inst_12 : Algebra R A] →
(f : S →ₐ[R] A) →
(g : R' →ₐ[R] A) → (∀ (x : S) (y : R'), f x * g y = g y * f x) → S' →ₐ[R] AIf S' = S ⊗[R] R', then any pair of R-algebra homomorphisms f : S → A and g : R' → A
such that f x and g y commutes for all x, y descends to a (unique) homomorphism S' → A.
- Defined in
- Mathlib.RingTheory.IsTensorProduct
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 79 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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
- IsScalarTowerstatement and proof · cited by 3,896
- AlgHomstatement and proof · cited by 3,236
- AlgEquiv.symmproof · cited by 615
- AlgHom.compproof · cited by 501
- AlgEquiv.toAlgHomproof · cited by 273
- AlgHom.restrictScalarsproof · cited by 83
- Algebra.IsPushoutstatement and proof · cited by 59
- Algebra.TensorProduct.liftproof · cited by 46
Cited by7
Results whose statement or proof uses this declaration.
- KaehlerDifferential.moduleBaseChange'proof · cited by 4
- Algebra.pushoutDesc_applystatement and proof · cited by 2
- Algebra.pushoutDesc_leftstatement · cited by 1
- Algebra.pushoutDesc_rightstatement · cited by 1
- Algebra.lift_algHom_comp_leftstatement · cited by 0
- Algebra.lift_algHom_comp_rightstatement · cited by 0
- Algebra.pushoutDesc.congr_simpstatement and proof · cited by 0