Theorems · Definition · commutative algebra
Algebra.Generators.Hom.equivAlgHom
{R : Type u} →
{S : Type v} →
{ι : Type w} →
[inst : CommRing R] →
[inst_1 : CommRing S] →
[inst_2 : Algebra R S] →
{P : Algebra.Generators R S ι} →
{R' : Type u_1} →
{S' : Type u_2} →
{ι' : Type u_3} →
[inst_3 : CommRing R'] →
[inst_4 : CommRing S'] →
[inst_5 : Algebra R' S'] →
{P' : Algebra.Generators R' S' ι'} →
[inst_6 : Algebra R R'] →
[inst_7 : Algebra S S'] →
[inst_8 : Algebra R S'] →
[IsScalarTower R R' S'] →
[IsScalarTower R S S'] →
P.Hom P' ≃
{ f //
∀ (x : P.Ring),
(MvPolynomial.aeval P'.val) (f x) =
(algebraMap S S') ((MvPolynomial.aeval P.val) x) }Giving a hom between two families of generators is equivalent to giving an algebra homomorphism between the polynomial rings.
- Defined in
- Mathlib.RingTheory.Extension.Generators
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 101 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
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
- CommRingstatement and proof · cited by 17,173
- Algebrastatement and proof · cited by 11,388
- RingHomstatement · cited by 10,189
- Equivstatement · cited by 8,337
- Finsuppstatement · cited by 5,255
- Algebra.algebraMapstatement and proof · cited by 4,706
- IsScalarTowerstatement and proof · cited by 3,896
- AlgHomstatement and proof · cited by 3,236
- MvPolynomialstatement · cited by 2,140
- MvPolynomial.Xproof · cited by 552
- MvPolynomial.aevalstatement and proof · cited by 298
Cited by2
Results whose statement or proof uses this declaration.
- Algebra.Generators.Hom.equivAlgHom_apply_coestatement and proof · cited by 0
- Algebra.Generators.Hom.equivAlgHom_symm_apply_valstatement and proof · cited by 0