1 Anillos. Generalidades.

1.1 Definiciones basicas

Definition 1.1.

Un grupo es un par (G,)(G,\odot) donde:

  • GG es un conjunto no vacio.

  • :G×GG\odot:G\times G\to G es una operacion interna

que cumplen:

  1. 1.

    Asociativa: a,b,cG(ab)c=a(bc)\forall a,b,c\in G\quad(a\odot b)\otimes c=a\odot(b\odot c)

  2. 2.

    Existencia de neutro: eGG\exists e_{G}\in G tal que aGaeG=eGa=a\forall a\in G\quad a\odot e_{G}=e_{G}\odot a=a

  3. 3.

    Existencia de inversos: aGbG\forall a\in G\exists b\in G tal que ab=ba=eGa\odot b=b\odot a=e_{G}

Definition 1.2.

Un grupo (G,)(G,\odot) es abeliano o conmutativo si la operacion \odot es conmutativa, es decir, a,bGab=ba\forall a,b\in G\quad a\odot b=b\odot a

Definition 1.3.

Un anillo es una terna (A,,)(A,\oplus,\otimes) donde:

  • AA es un conjunto no vacio

  • :A×AA\oplus\colon A\times A\to A es una operacion interna, denominada suma.

  • :A×AA\otimes\colon A\times A\to A es una operacion interna, denominada producto.

que cumplen:

  1. 1.

    Suma asociativa: a,b,cA(ab)c=a(bc)\forall a,b,c\in A\quad(a\oplus b)\oplus c=a\oplus(b\oplus c)

  2. 2.

    Existencia de neutro: 0AA\exists 0_{A}\in A tal que aAa0A=0Aa=a\forall a\in A\quad a\oplus 0_{A}=0_{A}\oplus a=a

  3. 3.

    Existencia de opuestos: aAbA\forall a\in A\exists b\in A tal que ab=ba=0Aa\oplus b=b\oplus a=0_{A}

  4. 4.

    Suma conmutativa: a,bAab=ba\forall a,b\in A\quad a\oplus b=b\oplus a

  5. 5.

    Producto asociativo: a,b,cA(ab)c=a(bc)\forall a,b,c\in A\quad(a\otimes b)\otimes c=a\otimes(b\otimes c)

  6. 6.

    Distributiva: a,b,cAa(bc)=(ab)(ac),(bc)a=(ba)(ca)\forall a,b,c\in A\quad a\otimes(b\oplus c)=(a\otimes b)\oplus(a\otimes c),(b% \oplus c)\otimes a=(b\otimes a)\oplus(c\otimes a)

Definition 1.4 (Anillo conmutativo).

Un anillo AA es conmutativo si el producto \otimes es conmutativo.

Definition 1.5 (Anillo unitario).

Un anillo AA es unitario o anillo con unidad si existe un neutro para el producto \otimes distinto del neutro para la suma \oplus, es decir

1AA{0A}/aAa1A=1Aa=a\exists 1_{A}\in A\setminus\left\{0_{A}\right\}\,/\,\forall a\in A\quad a% \otimes 1_{A}=1_{A}\otimes a=a

Usualmente denotaremos la suma aba\oplus b como a+ba+b y el producto aba\otimes b como aba\cdot b.

Si no hay ambiguedad, denotaremos los neutros como 0 y 1.1.

Definition 1.6 (Elemento invertible).

En un anillo con unidad, decimos que aAa\in A es invertible si bA\exists b\in A tal que ab=ba=1ab=ba=1.

Definition 1.7 (Anillo de division).

Un anillo de division es un anillo con unidad AA tal que todo elemento distinto de 0 es invertible.

Definition 1.8 (Cuerpo).

Un cuerpo es un anillo conmutativo con unidad AA tal que todo elemento distinto de 0 es invertible.

Proposition 1.9.
  1. 1.

    Sea (G,)(G,\odot) un grupo con elemento neutro ee. Se cumple que ee es el unico elemento de GG con la propiedad que define al neutro.

  2. 2.

    Sea (G,)(G,\odot) un grupo. Se cumplen las propiedades de cancelacion:

    a,b,cGab=acb=cba=cab=c\begin{array}[]{cc}\forall a,b,c\in G&a\odot b=a\odot c\Rightarrow b=c\\ &b\odot a=c\odot a\Rightarrow b=c\end{array}
  3. 3.

    En un grupo el inverso de cualquier elemento es unico.

    En un anillo con unidad el neutro para el producto es unico.

    En un anillo con unidad el inverso de un elemento invertible es unico.

  4. 4.

    En un anillo AA se cumple

    aA0a=a0=0\forall a\in A\quad 0a=a0=0
Proof 1.10.
  1. 1.

    Sea GG un grupo y ee un elemento neutro de GG.

    Supongamos que ee^{\prime} es un elemento de GG con la propiedad que define el neutro. Vamos a ver que necesariamente e=ee=e^{\prime}.

    e=e neutroee=e neutroee\overset{e^{\prime}\text{ neutro}}{=}e\odot e^{\prime}\overset{e\text{ neutro% }}{=}e^{\prime}
    Remark 1.11.

    Como consecuencia, el neutro 0 de la suma para un anillo AA es unico (porque (A,)(A,\oplus) es un grupo).

  2. 2.

    Sean a,b,cGa,b,c\in G tal que ab=aca\cdot b=a\cdot c.

    Por el axioma de inversos \Rightarrow existe dGd\in G tal que ad=ea\cdot d=e.

    d(ab)=d(ac)Asociativa(da)b=(da)ceb=ecNeutrob=cd\cdot(a\cdot b)=d\cdot(a\cdot c)\overset{\text{Asociativa}}{\Rightarrow}(d% \cdot a)\cdot b=(d\cdot a)\cdot c\Rightarrow e\cdot b=e\cdot c\overset{\text{% Neutro}}{\Rightarrow}b=c

    ba=cab=cb\cdot a=c\cdot a\Rightarrow b=c es analogo.

    Remark 1.12.

    Como consecuencia, en un anillo AA se tiene cancelacion para la suma: a,b,cAa+b=a+cb=c\forall a,b,c\in A\quad a+b=a+c\Rightarrow b=c

  3. 3.

    Sea aGa\in G. Supongamos que b,cb,c son inversos de aab=ea\Rightarrow a\cdot b=e y ac=ea\cdot c=e, siendo ee el neutro de GG.

    Como ab=acab=ac, por cancelacion b=cb=c.

    Remark 1.13.

    Esto implica que en un anillo el opuesto para la suma es unico.

    Supongamos que u,vAu,v\in A son neutros para el producto. Entonces u=v neutrouv=u neutrovu\overset{v\text{ neutro}}{=}u\cdot v\overset{u\text{ neutro}}{=}v. Luego el neutro es unico.

    Sea aAa\in A un elemento invertible. Supongamos que b,cAb,c\in A son inversos de aa. Entonces ab=1=aca\cdot b=1=a\cdot c. Multiplicando por bb,

    bab=bac1b=1cb=cb\cdot a\cdot b=b\cdot a\cdot c\Rightarrow 1\cdot b=1\cdot c\Rightarrow b=c
  4. 4.

    a0=a(0+0)=a0+a00+a0=a0+a0Cancelacion0=a0a\cdot 0=a\cdot(0+0)=a0+a0\Rightarrow 0+a0=a0+a0\overset{\text{Cancelacion}}{% \Rightarrow}0=a0.

Como notacion para el opuesto e inverso de un elemento, usaremos:

  • a-a para el opuesto de aa.

  • a1a^{-1} para el inverso de aa.

Para la resta, aba-b denota el elemento a+(b)a+(-b).

Definition 1.14 (Restriccion de una funcion).

Sean BAB\subseteq A y CC tres conjuntos y f:ACf\colon A\to C una funcion. Llamamos restriccion de ff al conjunto BB a la funcion

f|B:B\displaystyle f|_{B}\colon B
C\displaystyle{}\longrightarrow C
x\displaystyle x
f|B(x)=f(x)\displaystyle{}\longmapsto f|_{B}(x)=f(x)
Definition 1.15 (Subanillo).

Sea (A,+,)(A,+,\cdot) un anillo y BA\varnothing\neq B\subseteq A. Decimos que BB es subanillo de AA si:

  1. 1.

    r,sB\forall r,s\in B, r+sBr+s\in B

  2. 2.

    r,sB\forall r,s\in B, rsBr\cdot s\in B

  3. 3.

    (B,+|B×B,|B×B)(B,+|_{B\times B},\cdot|_{B\times B}) cumple la definicion de anillo

Proposition 1.16 (Caracterizacion 1 de subanillo).

Sea (A,+,)(A,+,\cdot) un anillo y BAB\subseteq A.

BB es subanillo de AA si y solo si se cumplen:

  1. 1.

    0AB0_{A}\in B

  2. 2.

    rBrB\forall r\in B\quad-r\in B

  3. 3.

    r,sBr+sB\forall r,s\in B\quad r+s\in B

  4. 4.

    r,sBrsB\forall r,s\in B\quad r\cdot s\in B

Proof 1.17.

D1: Cerrado para la suma

D2: Cerrado para el producto

D3: Cumple la def de anillo

D1,D2,D3 \iff 1,2,3,4

\Rightarrow” D1 = 3 y D2 = 4.

Como BB es anillo por D30BBD3\Rightarrow\exists 0_{B}\in B. Vamos a demostrar que 0B=0A0_{B}=0_{A}.

{0B+0A=0B (porque 0A es el neutro para la suma en A)0B=0B+B+0B=0B+0B\begin{dcases}0_{B}+0_{A}=0_{B}\text{ (porque }0_{A}\text{ es el neutro para % la suma en }A)\\ 0_{B}=0_{B}+_{B}+0_{B}=0_{B}+0_{B}\end{dcases}

Igualando, 0B+0A=0B+0B0A=0B0_{B}+0_{A}=0_{B}+0_{B}\Rightarrow 0_{A}=0_{B}.

Por tanto, 0AB0_{A}\in B. Hemos demostrado 1.

Nos queda demostrar 2.

Sea rBr\in B. Como por D3 BB es un subanillo, rr tiene opuesto en BsB/r+Bs=0Br+s=0AB\Rightarrow\exists s\in B/r+_{B}s=0_{B}\Rightarrow r+s=0_{A} (usamos que 0A=0B0_{A}=0_{B} y que +B+_{B} es la operacion restringida). Por unicidad del opuesto, s=rrBs=-r\Rightarrow-r\in B.

\Leftarrow” Se tienen D1 y D2 porque se cumplen 3 y 4.

BB\neq\varnothing porque 0AB0_{A}\in B.

Me falta demostrar D3 que son los 6 axiomas de la definicion de anillo: A1, A2, A3, A4, A5, A6.

A1, A4, A5, A6 se cumplen para la +B+_{B} y B\cdot_{B} porque se cumplen para todos los elementos de AA y las operaciones en BB son las de AA restringidas. Es decir, las propiedades se “heredan” en BB.

Vamos a demostrar A2 (existencia de neutro para la suma). Como por 1 se tiene que 0AB0_{A}\in B tengo que 0A0_{A} funciona como neutro para la suma en BB.

Ademas, se que 0A=0B0_{A}=0_{B}.

Vamos a demostrar A3 (existencia de opuestos).

Sea rBr\in B, tengo que demostrar que rr tiene opuesto en BB. Sea ss el opuesto de r en AA. Se que r+s=0Ar+s=0_{A}. Por 2, se que sBs\in B.

Por tanto, r+Bs=0A=0Bsr+_{B}s=0_{A}=0_{B}\Rightarrow s es el opuesto de rr en BB.

Example 1.18.

Demostrar que A={n+2m/n,m}A=\left\{n+\sqrt{2}m/n,m\in\mathbb{Z}\right\} es un anillo.

Vamos a demostrar que AA es un subanillo de \mathbb{R} aplicando la proposicion 2.

  1. 1.

    0A0\in A porque se obtiene con n=m=0n=m=0.

  2. 2.

    El opuesto de n+m2n+m\sqrt{2} es (n+m2)=(n)+(m)2A-(n+m\sqrt{2})=(-n)+(-m)\sqrt{2}\in A

  3. 3.

    Sean n+m2An+m\sqrt{2}\in A y p+q2Ap+q\sqrt{2}\in A, (n+m2)+(p+q2)=n+p+(m+q)2A(n+m\sqrt{2})+(p+q\sqrt{2})=n+p+(m+q)\sqrt{2}\in A.

  4. 4.

    Dados los elementos anteriores, (n+m2)(p+q2)=np+mp2+nq2+2mq=(np+2mq)+(np+mq)2A(n+m\sqrt{2})\cdot(p+q\sqrt{2})=np+mp\sqrt{2}+nq\sqrt{2}+2mq=(np+2mq)+(np+mq)% \sqrt{2}\in A.

Luego AA es subanillo de \mathbb{R} y, por tanto, anillo.

Remark 1.19.

AA es el subanillo mas pequeño de \mathbb{R} que contiene a \mathbb{Z} y a 2\sqrt{2} (no lo estamos demostrando). Se denota A=[2]A=\mathbb{Z}[\sqrt{2}].

Tomando [x]\mathbb{Z}[x], los polinomios con coeficientes en \mathbb{Z}, y sustituyendo x=2x=\sqrt{2}, se obtiene dicho anillo.

Proposition 1.20 (Caracterizacion 2 de subanillo).

Sea (A,+,)(A,+,\cdot) un anillo y BAB\subseteq A.

BB es subanillo de AA si y solo si se cumplen:

  1. 1.

    0AB0_{A}\in B

  2. 2.

    r,sBrsB\forall r,s\in B\quad r-s\in B

  3. 3.

    r,sBrsB\forall r,s\in B\quad r\cdot s\in B

Proof 1.21.

Queda como ejercicio.

1.2 Ejemplos de anillos

  • \mathbb{Z}, con la suma y producto usuales, es un anillo conmutativo con unidad.

  • ,\mathbb{Q},\mathbb{R} y \mathbb{C}, con la suma y producto usuales, son cuerpos. Cada uno es subanillo de los que lo contienen.

  • Sean AA un anillo, n2n\geq 2 un entero.

    ℳ︀n×n(A)\mathcal{{M}}_{n\times n}(A), el conjunto de las matrices cuadradas n×nn\times n con coeficientes en AA, con la suma y producto usual de matrices, es un anillo.

    Si AA es unitario, ℳ︀n×n(A)\mathcal{{M}}_{n\times n}(A) tambien lo es.

  • Sea AA un anillo conmutativo.

    A[x]A[x], el conjunto de los polinomios con coeficientes en AA en la variable xx, con la suma y producto usual de polinomios, es un anillo conmutativo.

    Si AA es unitario, A[x]A[x] tambien lo es.

    A3[x]A_{3}[x], el conjunto de los polinomios con grado menor o igual que 3 con coeficientes en AA, no es un anillo por no ser cerrado para el producto.

  • Dado mm\in\mathbb{Z}, el conjunto m{mxx}m\mathbb{Z}\coloneqq\left\{mx\mid x\in\mathbb{Z}\right\} es un subanillo de \mathbb{Z}.

    Proof 1.22.

    Usamos la caracterizacion 2.

    1. 1.

      0m0\in m\mathbb{Z} tomando x=0x=0

    2. 2.

      Sean mx,mxmmx,mx^{\prime}\in m\mathbb{Z}, mxmx=m(xx)mmx-mx^{\prime}=m(x-x^{\prime})\in m\mathbb{Z}

    3. 3.

      Sean mx,mxmmx,mx^{\prime}\in m\mathbb{Z}, mxmxm\underbrace{mx\cdot mx^{\prime}}_{\in\mathbb{Z}}\in m\mathbb{Z}.

    Remark 1.23.

    Si n<0n<0. Entonces m=(m)m\mathbb{Z}=(-m)\mathbb{Z}.

    Usaremos solo m0m\geq 0.

    m=00={0xx}={0}m=11=} (son los dos subanillos triviales)\begin{rcases}m=0\quad 0\mathbb{Z}=\left\{0x\mid x\in\mathbb{Z}\right\}=\left% \{0\right\}\\ m=1\quad 1\mathbb{Z}=\mathbb{Z}\end{rcases}\text{ (son los dos subanillos % triviales)}

    Si m2m\geq 2, mm\mathbb{Z} tiene unidad?

    22\mathbb{Z}

    ab=bb2a\cdot b=b\quad\forall b\in 2\mathbb{Z}

    a=2x2xb=b2x=1a=2x\Rightarrow 2xb=b\Rightarrow 2x=1. Contradiccion.

    Luego 22\mathbb{Z} no tiene unidad.

    Ningun mm\mathbb{Z} con m2m\geq 2 tiene unidad.

  • El anillo de los enteros modulo nn.

1.3 Divisores de cero. Dominios de integridad.

Definition 1.24 (Divisor de cero).

Sean AA un anillo conmutativo y aA{0}a\in A\setminus\left\{0\right\}. Decimos que aa es divisor de cero si bA{0}\exists b\in A\setminus\left\{0\right\} tal que ab=0ab=0.

Definition 1.25 (Dominio de integridad).

Un dominio de integridad (DI) es un anillo conmutativo con unidad (a.c.c.u.) que no tiene divisores de cero.

Remark 1.26.

DI \iff a.c.c.u. donde a,bA(a0,b0ab0)\forall a,b\in A(a\neq 0,b\neq 0\Rightarrow ab\neq 0)

Theorem 1.27.

Sean AA un a.c.c.u. y aAa\in A

a invertiblea no es divisor de ceroa\text{ invertible}\Rightarrow a\text{ no es divisor de cero}
Proof 1.28.

Sea aAa\in A invertible. Sabemos que si aa es invertible, a0a\neq 0.

Supongamos que aa es divisor de cero b0ab=0\Rightarrow\exists b\neq 0\mid a\cdot b=0.

En la igualdad multiplico por a1a^{-1} y tengo

a1ab=a10b=0a^{-1}ab=a^{-1}0\Rightarrow b=0

Esto es una contradiccion porque hemos supuesto que b0b\neq 0.

Luego aa no es divisor de cero.

Remark 1.29.

Esto es equivalente a

a es divisor de ceroa no es invertiblea\text{ es divisor de cero}\Rightarrow a\text{ no es invertible}
Remark 1.30.

El reciproco del teorema 1 no es cierto. Veamos un ejemplo en \mathbb{Z}. 22 es divisor de cero?

2x=0x=02x=0\Rightarrow x=0.

Luego 22 no es divisor de cero. Es 22 invertible?

2x=12x=1 no tiene solucion en \mathbb{Z}. Luego no es invertible.

Theorem 1.31.
A cuerpoA dominio de integridadA\text{ cuerpo}\Rightarrow A\text{ dominio de integridad}
Proof 1.32.

Si AA es un cuerpo, tambien es un a.c.c.u.

Ademas, como AA es un cuerpo se cumple que a0,a\forall a\neq 0,a es invertible. Por el teorema 1, a0\forall a\neq 0, a no es divisor de cero A\Rightarrow A es D.I.

Remark 1.33.

El reciproco del teorema 2 no es cierto.

Un contraejemplo es el conjunto de los numeros enteros. Como \mathbb{Q} es un cuerpo, \mathbb{Q} es D.I. Ademas, \mathbb{Z}\subseteq\mathbb{Q}. Por tanto, \mathbb{Z} tambien es D.I. (si hubieran divisores de cero en \mathbb{Z} tambien los habria en \mathbb{Q}).

Y sabemos que \mathbb{Z} no es un cuerpo (por ejemplo, 22 no es invertible).

Remark 1.34.

Los unicos elementos invertibles de \mathbb{Z} son 11 y 1-1.

ab=1|a||b|=1|a|=|b|=1|a|=|b|=1ab=1\Rightarrow|a||b|=1\Rightarrow|a|=|b|=1\Rightarrow|a|=|b|=1
Lemma 1.35.

Sea AA a.c.c.u.

AA es un dominio de integridad \iff AA tiene la propiedad de cancelacion para el producto: a,b,cA\forall a,b,c\in A tales que a0a\neq 0 y ab=acab=ac se tiene b=cb=c.

Proof 1.36.

\Rightarrow” Tenemos que a0a\neq 0 y ab=acab=ac. Entonces

abac=0a(bc)=0AD.I.a0bc=0b=cab-ac=0\Rightarrow a(b-c)=0\overset{\begin{subarray}{c}A\,D.I.\\ a\neq 0\end{subarray}}{\Rightarrow}b-c=0\Rightarrow b=c

\Leftarrow” Tengo que demostrar que AA no tiene divisores de cero.

Lo demostramos por reduccion al absurdo. Supongamos que si hay divisores de cero. Entonces a,b0ab=0\exists a,b\neq 0\mid a\cdot b=0.

ab=0=a0a0Cancelacionb=0ab=0=a\cdot 0\overset{\begin{subarray}{c}a\neq 0\\ \text{Cancelacion}\end{subarray}}{\Rightarrow}b=0

Esto es una contradiccion porque b0b\neq 0.

Luego no hay divisor de cero en AAA\Rightarrow A es D.I.

Remark 1.37.

La cancelacion para el producto es falsa en general.

Ejemplo: en 6\mathbb{Z}_{6}, [2][3]=[4][3]=[0][2][3]=[4][3]=[0]. No puedo cancelar [3][3] porque [2][4][2]\neq[4].

Theorem 1.38.

AA dominio de integridad finito A\Rightarrow A cuerpo.

Proof 1.39.

Quiero demostrar que AA es un cuerpo. Como AA es D.I. \Rightarrow A es un anillo conmutativo con unidad. Tengo que demostrar que todo elemento no nulo de AA tiene inverso.

Sea aAa\in A con a0a\neq 0, veamos que aa tiene inverso.

Defino una funcion, que consiste en multiplicar por aa

f:A\displaystyle f\colon A
A\displaystyle{}\longrightarrow A
x\displaystyle x
f(x)=ax\displaystyle{}\longmapsto f(x)=a\cdot x

Si consigo demostrar que ff es suprayectiva 1ImfbAf(b)=1ab=1b=a1\Rightarrow 1\in Imf\Rightarrow\exists b\in A\mid f(b)=1\Rightarrow ab=1% \Rightarrow b=a^{-1} y aa es invertible.

Vamos a demostrar que ff es inyectiva. Sean b1,b2Ab_{1},b_{2}\in A tales que f(b1)=f(b2)DEFab1=ab2Lema 1b1=b2f(b_{1})=f(b_{2})\overset{DEF}{\Rightarrow}ab_{1}=ab_{2}\overset{\text{Lema 1}% }{\Rightarrow}b_{1}=b_{2} f\Rightarrow f es inyectiva.

Como ff es una funcion inyectiva entre dos conjuntos finitos del mismo cardinal, ff tiene que ser suprayectiva.

Theorem 1.40 (Wedderburn).

AA anillo de division finito A\Rightarrow A cuerpo

Proposition 1.41.

Sea [a]n[a]\in\mathbb{Z}_{n}.

[a][a] es invertible mcd(a,n)=1\iff mcd(a,n)=1.

Proof 1.42.

[a][a] tiene inverso ax1 mod n\iff ax\equiv 1\text{ mod }n tiene solucion ax1=ny\iff ax-1=n\cdot y tiene solucion ax+(n)y=1\iff ax+(-n)y=1 tiene solucion mcd(a,n)=1\iff mcd(a,n)=1.

Corollary 1.43.

n\mathbb{Z}_{n} es un cuerpo n\iff n es primo

Proof 1.44.

nn primo 1,2,,n1\Rightarrow 1,2,\ldots,n-1 tienen mcd=1mcd=1 con nn.

nn compuesto d1,2,,n1\Rightarrow\exists d\in{1,2,\ldots,n-1} tal que dd tiene un factor comun con nmcd(b,n)2[d]n\Rightarrow mcd(b,n)\geq 2\Rightarrow[d] no es invertible.

Corollary 1.45.

Sea [a]n[a]\in\mathbb{Z}_{n}, [a][0][a]\neq[0].

[a][a] no es invertible [a]\Rightarrow[a] es divisor de cero.

Example 1.46.

En 12\mathbb{Z}_{12}, [10][10] no es invertible porque mcd(10,12)=2mcd(10,12)=2.

Por otro lado [10]=[2][5][10]=[2]\cdot[5]

[10][6]=[2][5][6]=[2][6]=[0][0][10]\cdot[6]=[2]\cdot[5]\cdot[6]\overset{[2][6]=[0]}{=}[0] [10]\Rightarrow[10] es divisor de cero.

En general si en n\mathbb{Z}_{n} mcd(d,n)=x2mcd(d,n)=x\geq 2

[d][0][d]\neq[0]

[d][nx]=[dx][n]=[0][d]\left[\frac{n}{x}\right]=\left[\frac{d}{x}\right][n]=[0]. Luego dd es divisor de cero.

1.4 Homomorfismos de anillos

Definition 1.47 (Homomorfismo).

Sean AA y BB dos anillos y f:ABf\colon A\to B una funcion. Decimos que ff es un homomorfismo de anillos si cumple:

  • x,yAf(x+y)=f(x)+f(y)\forall x,y\in A\quad f(x+y)=f(x)+f(y)

  • x,yAf(xy)=f(x)f(y)\forall x,y\in A\quad f(x\cdot y)=f(x)\cdot f(y)

Definition 1.48 (Isomorfismo).

Sean AA y BB dos anillos y f:ABf\colon A\to B una funcion. Decimos que ff es un isomorfismo de anillos si ff es un homomorfismo biyectivo.

Definition 1.49 (Anillos isomorfos).

Sean AA y BB dos anillos. Decimos que AA y BB son anillos isomorfos si existe algun isomorfismo f:ABf\colon A\to B.

Proposition 1.50.

Sea f:ABf\colon A\to B un homomorfismo de anillos. Se cumple:

  1. 1.

    f(0A)=0Bf(0_{A})=0_{B}

  2. 2.

    aAf(a)=f(a)\forall a\in A\quad f(-a)=-f(a)

Proof 1.51.
  1. 1.

    f(0A)=f(0A+0A)=f(0A)+f(0A)0B+f(0A)=f(0A)+f(0A)0B=f(0A)f(0_{A})=f(0_{A}+0_{A})=f(0_{A})+f(0_{A})\Rightarrow 0_{B}+f(0_{A})=f(0_{A})+f% (0_{A})\Rightarrow 0_{B}=f(0_{A})

  2. 2.

    f(a)+f(a)=f(a+(a))=f(0A)=0Bf(a)+f(-a)=f(a+(-a))=f(0_{A})=0_{B}. Por la unicidad del elemento opuesto, llegamos a que f(a)=f(a)f(-a)=-f(a).

Proposition 1.52.

Sean f:ABf\colon A\to B y g:BCg\colon B\to C homomorfismos de anillos. Entonces gfg\circ f es un homomorfismo de anillos.

Proof 1.53.

Sean a,bAa,b\in A

(gf)(a+b)=g(f(a+b))=g(f(a)+f(b))=g(f(a))+g(f(b))==(gf)(a)+(gf)(b){}(g\circ f)(a+b)=g(f(a+b))=g(f(a)+f(b))=g(f(a))+g(f(b))=\\ {}=(g\circ f)(a)+(g\circ f)(b)

Esto es analogo para el producto.

Remark 1.54.

En la definicion de homomorfismo, si la quiero “bien escrita”,

f(a+Ab)=f(a)+Bf(b)f(a+_{A}b)=f(a)+_{B}f(b)
Proposition 1.55.

Sea f:ABf\colon A\to B un isomorfismo de anillos. Se cumple:

  1. 1.

    f1f^{-1} es isomorfismo de anillos.

  2. 2.

    AA conmutativo B\Rightarrow B conmutativo.

  3. 3.

    AA unitario B\Rightarrow B unitario. Ademas:

    • f(1A)=1Bf(1_{A})=1_{B}

    • aa invertible f(a)\Rightarrow f(a) invertible y (f(a))1=f(a1)(f(a))^{-1}=f(a^{-1})

  4. 4.

    AA cuerpo B\Rightarrow B cuerpo.

Proof 1.56.
  1. 1.

    ff es isomorfismo. Como ff es biyectiva f1:BA\Rightarrow\exists f^{-1}\colon B\to A otra funcion biyectiva. Tengo que demostrar que f1f^{-1} es isomorfismo. Falta ver que preserva suma y producto.

    Tenemos que demostrar que b1,b2Bf1(b1+b2)=f1(b1)+f1(b2)\forall b_{1},b_{2}\in B\;f^{-1}(b_{1}+b_{2})=f^{-1}(b_{1})+f^{-1}(b_{2}).

    Como ff es biyectiva, sabemos que a1,a2Af(a1)=b1\exists a_{1},a_{2}\in A\mid f(a_{1})=b_{1}, f(a2)=b2f(a_{2})=b_{2}. Luego

    f1(b1+b2)=f1(f(a1)+f(a2))=f1(f(a1+a2))=a1+a2==f1(b1)+f1(b2){}f^{-1}(b_{1}+b_{2})=f^{-1}(f(a_{1})+f(a_{2}))=f^{-1}(f(a_{1}+a_{2}))=a_{1}+a% _{2}=\\ {}=f^{-1}(b_{1})+f^{-1}(b_{2})

    La demostracion para el producto es analoga.

  2. 2.

    Supongamos que AA es conmutativo.

    Sean b1,b2Bb_{1},b_{2}\in B cualesquiera. Tenemos que ver si b1b2=b2b1b_{1}\cdot b_{2}=b_{2}\cdot b_{1}

    Sean a1,a2Aa_{1},a_{2}\in A tales que f(a1)=b1f(a_{1})=b_{1}, f(a2)=b2f(a_{2})=b_{2} (existen por ser ff biyectiva). Entonces

    b1b2=f(a1)f(a2)=f(a1a2)=f(a2a1)=f(a2)f(a1)=b2b1{}b_{1}\cdot b_{2}=f(a_{1})\cdot f(a_{2})=f(a_{1}\cdot a_{2})=f(a_{2}\cdot a_{% 1})=f(a_{2})\cdot f(a_{1})=b_{2}\cdot b_{1}
  3. 3.

    Por el enunciado, se que el candidato a neutro del producto en BB es f(1A)f(1_{A}). Voy a comprobar que funciona.

    Tengo que ver que bBf(1A)b=b\forall b\in B\;f(1_{A})\cdot b=b y bf(1A)=bb\cdot f(1_{A})=b.

    Como ff es biyectiva aAf(a)=b\Rightarrow\exists a\in A\mid f(a)=b. Entonces

    f(1A)b=f(1A)f(a)=fhomf(1Aa)=Neutrof(a)=bf(1_{A})\cdot b=f(1_{A})\cdot f(a)\overset{fhom}{=}f(1_{A}\cdot a)\overset{% \text{Neutro}}{=}f(a)=b

    Analogamente, bf(1A)=bb\cdot f(1_{A})=b.

    Por tanto BB es unitario 1B=f(1A)1_{B}=f(1_{A}).

    Remark 1.57.

    Es suficiente con que ff sea un homomorfismo suprayectivo.

    Sea ahora aAa\in A invertible. Tengo que ver que f(a)f(a) es invertible en BB. El enunciado me da el candidato f(a1)f(a^{-1}). Pruebo que funciona.

    Multiplico f(a)f(a1)=f(aa1)=f(1A)=1Bf(a)\cdot f(a^{-1})=f(a\cdot a^{-1})=f(1_{A})=1_{B}.

    Analogamente f(a1)f(a)=1Bf(a^{-1})\cdot f(a)=1_{B}\Rightarrow los dos elementos son inversos uno de otro, es decir, el inverso de (f(a))1=f(a1)(f(a))^{-1}=f(a^{-1}).

  4. 4.

    Si AA es cuerpo,

    {A conmutativo2B conmutativoA unitario3B unitario\begin{dcases}A\text{ conmutativo}\overset{2}{\Rightarrow}B\text{ conmutativo}% \\ A\text{ unitario}\overset{3}{\Rightarrow}B\text{ unitario}\end{dcases}

    Sea bB,b0Bb\in B,b\neq 0_{B}, tengo que ver que bb es invertible.

    Como ff es biyectiva, existe aAa\in A tal que f(a)=bf(a)=b. Como f(0A)=f(0B)f(0_{A})=f(0_{B}), b0Bb\neq 0_{B} y ff es biyectiva, a0Aaa\neq 0_{A}\Rightarrow a es invertible. Por la propiedad 3 y que b=f(a)b=f(a), bb es invertible.

Remark 1.58.

Si f:AB\exists f\colon A\to B isomorfismo, decimos que AA es isomorfo a BB y lo denotamos

ABA\cong B
Proposition 1.59.

La relacion de isomorfia de anillos es una relacion de equivalencia.

Proof 1.60.
  1. 1.

    Reflexiva: id:AAid\colon A\to A es obviamente biyectiva y homomorfismo AA\Rightarrow A\cong A

  2. 2.

    Simetrica:

    Si ABf:ABA\cong B\Rightarrow\exists f\colon A\to B isomorfismo f1:BA\Rightarrow f^{-1}\colon B\to A isomorfismo (prop 11) BA\Rightarrow B\cong A

  3. 3.

    Transitiva:

    Supongamos que ABA\cong B y BCB\cong C f:AB\Rightarrow\exists f\colon A\to B y g:BC\exists g\colon B\to C isomorfismos gf\Rightarrow g\circ f homomorfismo.

    Veamos que la composicion de funciones biyectivas es biyectiva

    (gf)1=f1g1(g\circ f)^{-1}=f^{-1}\circ g^{-1}

    porque

    (gf)(f1g1)=gidBg1=gg1=idC(g\circ f)(f^{-1}\circ g^{-1})=g\circ id_{B}\circ g^{-1}=g\circ g^{-1}=id_{C}
    (f1g1)(gf)=f1idBf=f1f=idA(f^{-1}\circ g^{-1})(g\circ f)=f^{-1}\circ id_{B}\circ f=f^{-1}\circ f=id_{A}

    Luego gf:ACg\circ f\colon A\to C isomorfismo AC\Rightarrow A\cong C

Definition 1.61.

Sea f:ABf\colon A\to B un isomorfismo de anillos. Se definen el nucleo y la imagen de ff como:

  • Kerf{xAf(x)=0B}Kerf\coloneqq\left\{x\in A\mid f(x)=0_{B}\right\}

  • Imf{yBxAf(x)=y}Imf\coloneqq\left\{y\in B\mid\exists x\in A\mid f(x)=y\right\}

Proposition 1.62.
  1. 1.

    KerfKerf es un subanillo de AA

  2. 2.

    ff es inyectiva Kerf={0A}\iff Kerf=\left\{0_{A}\right\}

  3. 3.

    ImfImf es un subanillo de BB

  4. 4.

    ff es suprayectiva Imf=B\iff Imf=B

Proof 1.63.
  1. 1.

    Veamos que KerfKerf es subanillo de AA

    • 0AKerf0_{A}\in Kerf porque f(0A)=0Bf(0_{A})=0_{B}

    • Cerrado para la resta: Sean a,bKerfa,b\in Kerf,

      f(ab)=f(a+(b))=f(a)+f(b)=f(a)f(b)=0B0B=0Bf(a-b)=f(a+(-b))=f(a)+f(-b)=f(a)-f(b)=0_{B}-0_{B}=0_{B}

      Luego abKerfa-b\in Kerf.

    • Cerrado para el producto: Sean a,bAa,b\in A

      f(ab)=f(a)f(b)=0B0B=0BabKerff(a\cdot b)=f(a)\cdot f(b)=0_{B}\cdot 0_{B}=0_{B}\Rightarrow a\cdot b\in Kerf
  2. 2.

    ff inyectiva Kerf={0A}\iff Kerf=\left\{0_{A}\right\}

    \Rightarrow” Se que 0AKerf0_{A}\in Kerf.

    Sea a0Af(a)f(0A)=0BKerf={0A}a\neq 0_{A}\Rightarrow f(a)\neq f(0_{A})=0_{B}\Rightarrow Kerf=\left\{0_{A}\right\}

    \Leftarrow” Voy a ver que ff es inyectiva.

    Sea a,bAa,b\in A. Supongamos que f(a)=f(b)f(a)=f(b). Entonces

    f(a)f(b)=0Bf(ab)=0BabKerfab=0Aa=bf(a)-f(b)=0_{B}\Rightarrow f(a-b)=0_{B}\Rightarrow a-b\in Kerf\Rightarrow a-b=% 0_{A}\Rightarrow a=b
  3. 3.

    Veamos que ImfImf es subanillo de BB.

    • 0BImf0_{B}\in Imf porque f(0A)=0Bf(0_{A})=0_{B}

    • Sean b1,b2Imfa1,a2Af(a1)=b1b_{1},b_{2}\in Imf\Rightarrow\exists a_{1},a_{2}\in A\mid f(a_{1})=b_{1} y f(a2)=b2f(a_{2})=b_{2}.

      b1b2=f(a1)f(a2)=f(a1a2)b1b2Imfb_{1}-b_{2}=f(a_{1})-f(a_{2})=f(a_{1}-a_{2})\Rightarrow b_{1}-b_{2}\in Imf
    • b1b2=f(a1)f(a2)=f(a1a2)b1b2Imfb_{1}\cdot b_{2}=f(a_{1})\cdot f(a_{2})=f(a_{1}\cdot a_{2})\Rightarrow b_{1}% \cdot b_{2}\in Imf

  4. 4.

    Es la definicion de suprayectiva.