Theorems · Theorem · commutative algebra
Algebra.pushoutDesc_apply
∀ {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) (hf : ∀ (x : S) (y : R'), f x * g y = g y * f x) (x : S'),
(Algebra.pushoutDesc S' f g hf) x = (Algebra.TensorProduct.lift f g hf) ((Algebra.IsPushout.equiv R S R' S').symm x)- Defined in
- Mathlib.RingTheory.IsTensorProduct
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 80 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
- TensorProductstatement · cited by 2,545
- AlgEquivstatement · cited by 1,681
- AlgEquiv.symmstatement · cited by 615
- Algebra.IsPushoutstatement and proof · cited by 59
- Algebra.TensorProduct.liftstatement · cited by 46
- Algebra.IsPushout.equivstatement · cited by 18
Cited by2
Results whose statement or proof uses this declaration.
- Algebra.pushoutDesc_leftproof · cited by 1
- Algebra.pushoutDesc_rightproof · cited by 1