7.2: Homomorfismos de anillo
( \newcommand{\kernel}{\mathrm{null}\,}\)
Como vimos tanto con grupos como con acciones grupales, ¡vale la paga considerar la estructura preservando funciones!
VamosR and S be rings. Then ϕ:R→S is a homomorphism if:
- ϕ is homomorphism of additive groups: ϕ(a+b)=ϕ(a)+ϕ(b), and
- ϕ preserves multiplication: ϕ(a⋅b)=ϕ(a)⋅ϕ(b).
Si el homomorfismo es una biyección, entonces es un isomorfismo.
- Tenemos el homomorfismo de inclusiónι:Z→Q, which just sets ι(n)=n. This map clearly preserves both addition and multiplication.
- Considera el mapaϕ:Z→Zn sending k to k. We've seen that this is a homomorphism of additive groups, and can easily check that multiplication is preserved. Indeed,
ϕ(a)=ϕ(1+1+⋯+1)=ϕ(1)+ϕ(1)+⋯+ϕ(1)=aϕ(1)=a.Observe que cada elemento enZ can be written as a sum of many copies of 1. Then we were able to figure out what the homomorphism does simply by knowing ϕ(1). As an example, consider the map ρ:Z→Z5 sending k to (2k). (Thus, ρ(0)=0,ρ(3)=1.) This can be shown, using the same argument as above, to be a ring homomorphism.
- El mapa de evaluaciónek is a function from R[x] to R. For any polynomial f∈R[x] and k∈R, we set ek(f)=f(k). This is a ring homomorphism! Let f(x)=anxn+⋯a0x0, and g(x)=bnxn+⋯b0x0, where the ai,bi∈R. (We'll also allow leading coefficients to be zero in order to make it easy to add f and g formally.) We then check the ring homomorphism conditions:
b. ya que sabemos queek is an additive homomorphism, we only need to check that it is multiplicative on monomials. But that's easy:
ek((axn)(bxm))=ek(abxn+m)=abkn+m=ek(axn)ek(bxm).
Ejercicio 7.1.1 |
---|
|
VamosR and S be rings. Define the direct product R×S as the set {(r,s)∣r∈R,s∈S} with coordinate-wise operations: (r1,s1)+(r2,s2)=(r1+r2,s1+s2), and (r1,s1)⋅(r2,s2)=(r1⋅r2,s1⋅s2).
Por supuesto, se debe verificar que se trata de un anillo comprobando los axiomas del anillo.
- Demuéstralo para cualquier anilloR and S that the product R×S is a ring.
- Mostrar que el mapa de inclusiónι:R→R×S given by ι(r)=(r,0) is a ring homomorphism.
- Demostrar que la proyecciónπ:R×S→R given by π((r,s))=r is a ring homomorphism.
Una pequeña digresión sobre la relación entre la buena informática y las buenas matemáticas
Recordemos que cuando trabajamos con grupos el núcleo de un homomorfismo era bastante importante; el núcleo dio lugar a subgrupos normales, los cuales fueron importantes en la creación de grupos cocientes.
Para los homomorfismos de anillo, la situación es muy similar. El núcleo de un homomorfismo de anillo todavía se llama núcleo y da lugar a anillos de cociente. De hecho, básicamente vamos a recrear todos los teoremas y definiciones que usamos para grupos, pero ahora en el contexto de anillos. Conceptualmente, ya hemos hecho el trabajo duro.
En la programación informática, la gente suele hablar del principio DRY: No te repitas, es decir, que no debes escribir el mismo código más de una vez. La razón, en la informática, es que es más fácil corregir errores o hacer modificaciones si un determinado fragmento de código aparece en un lugar distinto.
En matemáticas, tenemos un principio similar: la generalización. Cuando te encuentras haciendo lo mismo en diferentes contextos, significa que está pasando algo más profundo, y que probablemente haya una prueba de cualquier teorema que estés reprobando que no importa tanto en el contexto. Sería bueno, por ejemplo, recordar un solo concepto para grupos de cocientes, anillos de cocientes, espacios vectoriales de cociente, y cualquier otra cosa, en lugar de una mezcolanza de casos específicos de la misma idea básica.
Para el juego de homomorfismos, granos y cocientes, la generalización implica teoría de categorías y propiedades universales. La teoría de categorías está un poco más allá del alcance de estas notas, pero es una parte esencial de las matemáticas modernas y sirve de puente entre muchos campos diferentes de estudio matemático.
Subring, Kernel, Imagen, Cociente.
Comenzamos con algunas definiciones.
VamosR be a ring. A subset S of R is a subring if S is itself a ring using the same operations as R. (We don't require that S has a multiplicative identity, though.)
Por ejemplo, tomeR[x], the polynomial ring over R. The set of degree 0 polynomials is closed under addition and multiplication; indeed, this set is just a copy of R. Thus, R is a subring of R[x].
Por otro lado, considere el conjunto de todos los polinomios de grado mayor o igual a 2 enZ[x], which we'll denote P≥2. This is closed under addition (the sum of two polynomials has degree equal to the max of their degrees), and is closed under multiplication (the degree of the product is the sum of the degrees). Thus, it is a subring. However, the multiplicative identity in R[x] is 1, which has degree 0. So there is no unit in $P_{\geq 2}.
Otro ejemplo: Tomar2Z⊂Z, the set of even integers. This set is closed under addition and multiplication, and is thus a subring. (The sum and product of two even integers is still even.) However, the even integers don't have the number 1, and so there is no unit in 2Z.
Vamosϕ:R→S be a ring homomorphism. The kernel of ϕ is {r∈R∣ϕ(r)=0}, which we also write as ϕ−1(0). The image of ϕ is the set {ϕ(r)∣r∈R}, which we also write as ϕ(R).
De inmediato tenemos lo siguiente.
Proposición 7.1.17 |
---|
Vamosϕ:R→S be a ring homomorphism. Then the kernel of ϕ is a subring of R and the image of ϕ is a subring of S. |
Prueba 7.1.8 |
---|
Desdeϕ is a homomorphism of commutative additive groups, we know that the kernel and image are closed under addition. The kernel is closed under multiplication, because if ϕ(a)=ϕ(b)=0, then ϕ(ab)=ϕ(a)ϕ(b)=0. The image is closed because if x,y∈ϕ(R), then there exist a,b∈R such that ϕ(a)=x,ϕ(b)=y. Then xy=ϕ(a)ϕ(b)=ϕ(ab)∈ϕ(R). |
Así como los granos de homomorfismos grupales eran tipos especiales de subgrupos, los granos de homomorfismos de anillo son tipos especiales de sutraes.
Un subringI of a ring R is an ideal if for any x∈I,r∈R, rx∈I and $xr\in I.
Proposición 7.1.10 |
---|
VamosK be the kernel of a ring homomorphism ϕ:R→S. Then K is an ideal. |
Prueba 7.1.11 |
---|
Para cualquierx∈K, we have ϕ(x)=0. Then ϕ(rx)=ϕ(r)ϕ(x)=ϕ(r)0=0. Similarly, ϕ(xr)=0. Thus, K is a two-sided ideal. |
Los ideales están jugando exactamente el mismo papel que los subgrupos normales en el contexto de grupos; de hecho, un ideal es un subgrupo normal del grupo aditivo del anillo. En particular, podemos formar cosets y considerar el cocienteR/I. Since it's an additive group, cosets of an ideal I are of the form r+I={r+x|x∈I}.
Teorema 7.1.12 |
---|
SiI is an ideal, then R/I is a ring. |
Prueba 7.1.13 |
---|
Sabemos que bajo adiciónR/I is a commutative group. So we just need to show that the multiplication distributes over addition. For this we have: |
Finalmente, tenemos el teorema del isomorfismo.
Teorema 7.1.14: Teorema del isomorfismo |
---|
VamosR and S be rings, and ϕ:R→S a homomorphism. Then the image of ϕ is isomorphic to R/I. |
Prueba 7.1.15 |
---|
Para probar el teorema del isomorfismo, construir un homomorfismo a partir deR/I to the image of ϕ, just as we did for groups, and show that it is a bijection. |