Loading [MathJax]/jax/output/HTML-CSS/jax.js
Saltar al contenido principal
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
LibreTexts Español

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!

Definición 7.1.0

VamosR and S be rings. Then ϕ:RS is a homomorphism if:

  1. ϕ is homomorphism of additive groups: ϕ(a+b)=ϕ(a)+ϕ(b), and
  2. ϕ preserves multiplication: ϕ(ab)=ϕ(a)ϕ(b).

Si el homomorfismo es una biyección, entonces es un isomorfismo.

Ejemplos:
  1. Tenemos el homomorfismo de inclusiónι:ZQ, which just sets ι(n)=n. This map clearly preserves both addition and multiplication.
  2. Considera el mapaϕ:ZZn 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 ρ:ZZ5 sending k to (2k). (Thus, ρ(0)=0,ρ(3)=1.) This can be shown, using the same argument as above, to be a ring homomorphism.

  3. El mapa de evaluaciónek is a function from R[x] to R. For any polynomial fR[x] and kR, we set ek(f)=f(k). This is a ring homomorphism! Let f(x)=anxn+a0x0, and g(x)=bnxn+b0x0, where the ai,biR. (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
  1. Demostrar queρ:ZZ5 defined by ρ(k)=(3k) is a ring homomorphism. Find the kernel and image of ρ.
Demostrar queρ:ZZ6 defined by ρ(k)=(3k) is a ring homomorphism. Find the kernel and image of ρ. Al igual que con los grupos, también tenemos productos directos de anillos.
Definición 7.1.2

VamosR and S be rings. Define the direct product R×S as the set {(r,s)rR,sS} with coordinate-wise operations: (r1,s1)+(r2,s2)=(r1+r2,s1+s2), and (r1,s1)(r2,s2)=(r1r2,s1s2).

Por supuesto, se debe verificar que se trata de un anillo comprobando los axiomas del anillo.

Ejercicio 7.1.3
  1. Demuéstralo para cualquier anilloR and S that the product R×S is a ring.
  2. Mostrar que el mapa de inclusiónι:RR×S given by ι(r)=(r,0) is a ring homomorphism.
  3. Demostrar que la proyecciónπ:R×SR 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.

Definición 7.1.4

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 P2. 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: Tomar2ZZ, 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.

VamosPn2 denote all polynomials in Zn[x] with degree 2. Is P42 a subring of Zn[x]? Why or why not?
Definición 7.1.6

Vamosϕ:RS be a ring homomorphism. The kernel of ϕ is {rRϕ(r)=0}, which we also write as ϕ1(0). The image of ϕ is the set {ϕ(r)rR}, which we also write as ϕ(R).

De inmediato tenemos lo siguiente.

Proposición 7.1.17
Vamosϕ:RS 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,bR 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.

Definición 7.1.9

Un subringI of a ring R is an ideal if for any xI,rR, rxI and $xr\in I.

Proposición 7.1.10

VamosK be the kernel of a ring homomorphism ϕ:RS. Then K is an ideal.

 
Prueba 7.1.11

Para cualquierxK, 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|xI}.

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:
((r+I)+(q+I))(s+I)=rs+qs+I=(r+I)(s+I)+(q+I)(s+I).
One can also check that the multiplication is associative and commutative if R is associative and commutative. Likewise, if R has a unit, then 1+I acts as a unit in R/I.

 

Finalmente, tenemos el teorema del isomorfismo.

Teorema 7.1.14: Teorema del isomorfismo
VamosR and S be rings, and ϕ:RS 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.

 

Colaboradores y Atribuciones

Template:ContribDenton


This page titled 7.2: Homomorfismos de anillo is shared under a not declared license and was authored, remixed, and/or curated by Tom Denton.

Support Center

How can we help?