Users Guide to Hartshorne Algebraic Geometry/Chapter 0

From testwiki
Jump to navigation Jump to search

References

  1. Algebraic Geometry - Hartshorne
  2. Arithmetic - Serre
  3. https://people.ucsc.edu/~weissman/Math222A/SerreAnn.pdf
  4. http://web.mit.edu/18.705/www/12Nts-2up.pdf (for basic commutative algebra)
  5. https://arxiv.org/pdf/1605.04832.pdf (for more advanced commutative algebra)
  6. Algebraic Number Theory, A Computational Approach - Stein

Basic Commutative Algebra

Categories of Commutative Rings and Algebras

The starting point for this section is the definition of a commutative ring: a unital ring with commutative multiplication. In this book you can assume that all rings are commutative, so we will omit the 'commutative' adjective. The most basic rings include

  • β„€
  • β„€/n
  • Fields 𝔽
  • Polynomial rings R[x1,,xn]

We can relate rings to one another using a morphism of rings. A function ϕ:RS between rings is a morphism of rings if the following two axioms are satisfied

  1. ϕ(a+b)=ϕ(a)+ϕ(b) (Additivity)
  2. ϕ(ab)=ϕ(a)ϕ(b) (Multiplicativity)

we could have stated this succinctly as a function which respects the ring structure. It turns out that rings with ring morphisms form a category CRing. As an important technical note, there is no zero-ring given by a single element in our category. This category has an initial object given by the ring of integers because given a ring morphisms

ϕ:β„€R

the ring morphism axioms forces

ϕ(1)=1R, ϕ(1)=1R, and ϕ(n)=ϕ(n1)=nϕ(1)

Recall that the category of R-algebras has objects given by ring morphisms RS and morphisms given by commutative diagrams

SRϕS

If we consider only algebras, the category

β„€CAlg

is equivalent to the category

CRing

. Note that it is common to consider the categories

𝔽qCAlg

,

β„‚CAlg

,

β„špCAlg

. The motivation for why will be readily apparent when considering categories of schemes.

Ideals

One of the ways to construct new rings is by taking quotient rings. An ideal of a ring is a subset IR which is

  1. An abelian group under addition
  2. RIR

Then, we can take the quotient of abelian groups R/I and use the multiplicative structure on R to construct one on R/I. The second axiom of ideals guarantees that this is well-defined. This is called a quotient ring. Some typical examples of quotient rings are given by

  • β„€/(p)
  • β„€[x]/(x25)β„€[5]
  • β„š[x]/(xp1)
  • β„€[x1,,xn](f1,,fk)

Playing with Presentations

As we have seen, there are many ways to construct polynomial ring; but, another interesting technique for creating new polynomial rings is to attach variables which have relations between them. For example, consider β„€[x,x2,x3]. We can relabel the elements we've attached, so we consider the ring β„€[X,Y,Z], but there are a couple relations between these variables:

X2Y,XYZ

note that these two relations can be used to show others such as XZY2 and X3Z. Hence

β„€[x,x2,x3]β„€[X,Y,Z](X2Y,XYZ)

Some other examples include

  • β„€[x,x3/2]β„€[X,Y](Y2X3)
  • β„€[x2,xy,y2]β„€[X,Y,Z](XZY2)
  • β„€[x3,x2y,xy2,y3]β„€[X,Y,Z,W](XWYZ,XZY2,YWZ2)

Prime Ideals

There are a special class of ideals called prime ideals: an ideal 𝔭 in a UFD R is prime if

xy𝔭x𝔭 or y𝔭

For example, (p)β„€ is the first known example of a prime ideal. It should be apparent that (6) is not a prime ideal since 23(6) but 2,3∉(6). Now, given an irreducible polynomial fS[x1,,xn] the ideal (f) will be prime. A simple non-example of a prime ideal is given by (xy)β„‚[x,y]. This can be generalized to (fg)S[x1,,xn]. Some other examples of prime ideals include

(x2+1)β„š[x]
(xα)β„‚[x]
(y2x3+1)β„‚[x,y]

If you take the quotient ring of a prime ideal in a UFD R you get an integral domain. This means your ring has the following multiplicative property:

xy=0 if x=0 or y=0

For example, in

β„‚[x,y](y2x3)

you will never be able to multiply two non-zero elements together to get zero. The two key non-examples of a ring being an integral domain are

β„‚[x,y]/(xy) since xy=0
β„‚[x]/(x2) since xx=0

In general, an ideal

𝔭

of a ring

R

is called prime if

R/𝔭

is an integral domain. If

R/π”ͺ

is also a field, then we call

π”ͺ

a maximal ideal. One useful exercise is to check that for a morphism

f:RS

and a prime ideal

𝔭S

the inverse image

f1(𝔭)

is a prime ideal. The second example motivates the operation of taking radicals of an ideal. Given an ideal

IR

we define its radical as

I={fR:fkI for some rβ„•}

For example, the radical of the ideal

((x2y+z)4(xyzz2)5)β„€[x,y,z]

is

((x2y+z)(xyzz2))

. Given a quotient ring

R/I

we call the ring

R/I

its reduction; sometimes this is denoted

(R/I)red

. We define the nilradical of a ring

R

as

(0)

. The nonzero elements in the nilradical are called nilpotents.

Eisenstein's Criterion and Constructing Prime Ideals

There is a generalization of Eisenstein's criterion for integral domains: given a ring R and a polynomial f(x)R[x] which can be written as

f(x)=anxn+an1xn1++a1x+a0

then it cannot be written as a product of polynomials if the following conditions are satisfied: Suppose there exists a prime ideal 𝔭R such that

ai𝔭 for inan∉𝔭a0∉𝔭2

then f(x) cannot be written as a product of polynomials g1(x)gk(x).

For example, consider the integral domain β„‚[x] and the polynomial fβ„‚[x][y] given by

f(x,y)=1y3+0y2+0y+x3y0=y3+x3

Using the prime ideal (x1)β„‚[x] we have that a1,a2=0(x1), a3=1∉(x1), and a0=x3∉(x1)2. Hence

(x3+y3)β„‚[x,y]

is a prime ideal. This example can be extended to show that

x1k1++xnknβ„‚[x1,,xn]

generates a prime ideal.

Nullstellensatz

Now we are in the right place to discuss the foundational theorem of algebraic geometry: Hilbert's nullstellensatz. Here we fix k as an algebraically closed field.

Theorem: The maximal ideals of π”ͺk[x1,,xn] are in bijection with the set kn.

For example, the kernel of

ev(1,2):β„‚[x,y]β„‚

is the ideal

(x1,y2)

. This allows one to interpret quotient rings give by ideals

Ik[x1,,xn]

as algebraic subsets of

kn

because an evaluation morphism

ev(α1,,αn):β„‚[x1,,xn]/Iβ„‚

is well-defined only if

(x1α1,,xnαn)k[x1,,xn]/I

is a maximal ideal. For example, consider the following example and non-example:

  • ev(1,1):β„‚[x,y]/(yx2)β„‚ is a well defined morphism since(x1,y1,y2x)=(x1,y1,121)=(x1,y1)This implies that (1,1){(a,b)β„‚2:b2a}
  • ev(1,2):β„‚[x,y]/(yx2)β„‚ is not a well-defined morphism because (x1,y2,y2x)=(x1,y2,41)=(1); there is no quotient ring R/(1). Hence (1,2)∉{(a,b)β„‚2:b2a}

Now we can interpret rings which are not integral. For example, we saw that β„‚[x,y]/(xy) is not an integral domain. Geometrically, this is the union of the x and y axes. The other main case of a non-integral ring is a non-reduced ring. For example, β„‚[x,y]/(y3) is the x-axis but there is extra algebraic information from the y,y2 left over. The way you should interpret this ring as is a fat line.

Basic Scheme Theory

We can now confidently define an affine scheme: it is a functor

Hom𝐂𝐑𝐒𝐧𝐠(R,):𝐂𝐑𝐒𝐧𝐠Sets

for some fixed commutative ring

R

.

Localization

The next basic construction in commutative ring theory is localization. This defines a generalization of inverting the non-zero integers and getting the rational numbers. Let

SR

be a multiplicatively closed subset with unity, meaning

1S

and

s,sSssS

. For example, for a fixed element

fR

consider the subset

{1,s,s2,s3,}

. We define a commutative ring

R[S1]

as follows. First, consider the set

R×S/

where

(r,s)(r,s) if there exists uS such that u(rsrs)=0

(don't worry, we will given a motivating example for this seemingly random

u

). It is an exercise to verify that this indeed defines an equivalence relation β€” it is standard to write these equivalence classes as

r/s

. These equivalence classes have a well-define commutative ring structure given by

rsrs=rrss and rs+rs=rs+rsss

Some basic examples of localization include

  • The subset S={1,p,p2,p3,}β„€ gives the ring β„€[S1]=β„€[1/p]. Notice that if we localized by the set T={1,p3,p6,p9,}β„€ then this gives the ring β„€[1/p3]. But, because we could write 1/p as p2/p3, these two rings are isomorphic. For brevity, we could just say that we localized β„€ by p. Try localizing by some other non-zero integers and see why you find.
  • An important geometric example is given by localizing by some non-zero polynomial f=f1i1fkikβ„‚[x1,,xn].
  • Given an integral domain R, we can take the set S=R{0}. Then, R[S1] is called the field of fractions of the integral domain. (It is an exercise to check that this is a field)
  • Given a ring R and a prime ideal 𝔭, we can consider the set S=R𝔭. This is multiplicatively closed because of the properties of primality of an ideal. The localization of R by S is typically denoted R𝔭. For example, consider (x,y)β„‚[x,y]. The localization can be described as
β„‚[x,y][S1]=β„‚[x,y]𝔭={f(x,y)g(x,y):f,gβ„‚[x,y] and g(0,0)0}

The last example is special because it motivates a definition: a ring is local if it has a unique maximal ideal. The pair

(R𝔭,𝔭)

is a local ring.

Basic Module Theory

A R-module is defined as an abelian group M with a fixed ring morphism ϕ:REndAb(M). We will use the notation

rm:=ϕ(r)(m) where rR,mM

for the ring action on M. A morphism of R-modules ψ:MM is defined by a commutative diagram

EndAb(M)RψEndAb(M)

We can use this construction to build a category of R-modules which is abelian. This means that it has a zero object, kernels and cokernels, products and coproducts, and images/co-images agree. Please note that we've had to enlarge our category of commutative rings to all rings since the endomorphism ring of an abelian group is generally non-commutative; This is one of the only cases where we use non-commutative unital rings in this book. Typical examples of R-modules includes

  • the zero object 0
  • ideals IR
  • direct sums, such as M1Mk
  • a morphism ϕ:RS of rings gives the structure of an R-module on the underlying abelian group of S

Another useful technique for constructing new modules is taking the cokernel of a morphism

ψ:RnRm

. For example, the cokernel of

β„‚[x,y,z]2β†’(x4+y4+z41)(x4y2+z2+1)β„‚[x,y,z]

is

β„‚[x,y,z]/(x4+y4+z41,x4y2+z2+1)

. We can generalize this example using exact sequences. A sequence of objects in an abelian category

M1β†’ϕ1M2β†’ϕ2β†’ϕn1Mn

is called exact if each

Ker(ϕi)Ker(ϕi1)0

in the last example, we had the exact sequence

R2RM0

In general, if there is an exact sequence

RnRmM0

for finite integers m,n, then we say that the module is of finite-type. If there is just a sequence

RnM0

then we say that the module is finite. For example, the module

k[x1,x2,]k0

is finite but not finite-type since the kernel of the non-trivial morphism is the ideal

(x1,x2,)i=1Rxi

Tensor Products

  • construct tensor products for modules
  • construct tensor products of algebras
    • show that tensor products of integral domains are integral
      • show that k[x_]/(f(x_)kk[y_]/(g(y_))k[x_,y_]/(f(x_,g(y_))
      • show k[x_]/(f(x_))k[x_]k[x_]/(g(x_))k[x_]/(f(x_),g(x_))

Finiteness, Chain Conditions

If we have an R-algebra RS we say that S it is a finite if it is finite as a module. We say that it is of finite-type if there exists a surjective morphism R[x1,,xn]S, implying that

SR[x1,,xn](f1,,fk)

There are a couple other notions of "finiteness" which appear in commutative algebra called chain conditions. We say call a sequence of R-modules

M1M2

an ascending chain and

N1N2

a descending chain. They satisfy the ascending chain condition or descending chain condition if there is some k such that Mk=Mk+1=, Nk=Nk+1=Nk+2=. If there exist chains

M1M2 where i=1Mi=R

or

RN2

then we say R is Noetherian or Artinian, respectively. One can show that every Artinian ring is Noetherian. The basic examples of Noetherian rings include

  • Fields
  • β„€
  • Finite algebras over fields
  • Quotients of Noetherian rings.

A simple non-example is given by the ring

k[x1,x2,x3,]

where

k

is a field. There is a fundamental theorem in algebra called Hilbert's Basis Theorem stating:

Theorem: If

R

is Noetherian, then

R[x1,,xn]

is Noetherian

Hence all rings of the form

R[x1,,xn](f1,,fk)

are Noetherian. Artinian rings are much simpler than Noetherian rings:

Theorem: Every Artin ring is a finite product of Artin local rings.

All we have to analyze is the structure of an Artin local ring

(R,π”ͺ)

. Notice that we have a descending chain

Rπ”ͺπ”ͺ2π”ͺ3

which eventually stabilizes at some

π”ͺk

; this is the zero ideal

(0)

. We can use this to show the underlying

R/π”ͺ

-vector space of

R

is finite dimensional. Some examples of artin local rings are

  • (β„‚[x]/(x5),(x))
  • (β„š[x,y]/((x1)3,(x1)2(y2),(y2)5)),(x1,y2))

Integrality

Given a morphism of commutative rings

RR

we say an element

xR

is integral over

R

if there is a monic polynomial

f(t)=tn+an1tn1++a1t+a0R[t]

and a morphism

R[t]f(t)R

sending

tx

. For example,

5β„€[5]

is integral over

β„€

since

β„€[t](t2+5)β„€[5]

Adjoining all of the integral elements

{xi} R

is called the integral closure of

R

in

R

. An integral domain

R

is called integrally closed if every element in its fraction field is integral over

R

. For example, we can compute the integral closure of

R=β„‚[x,y](x2y3)

fairly easily. Since it is isomorphic to the ring

β„‚[x,x3/2]

we should see immediately that

x1/2

is not contained in

R

. Adjoining this element to

R

gives a ring isomorphic to

β„‚[s]

. As an exercise, try and unpack

β„‚[x,y,z,w](x2y5y3,z3w4)

TODO:

- hyperelliptic curves

- quotient fields of curves

- https://math.stackexchange.com/questions/2304521/why-is-this-coordinate-ring-integral-over-kx

- rings of integers

Chapter 0

Basic Commutative Algebra

Structures

Theorems

  • Eisenstein's Criterion
  • Primary Decomposition
  • Noether Normalization
  • Going up and down

Basic Differential/Complex Geometry

Constructions

  • Smooth manifolds
  • Morphisms
  • Vector Bundles
  • Topological K-theory
  • de-Rham Cohomology
  • Complex manifolds and sheaves
  • hodge decomposition of complex manifolds

Theorems

  • Whitney embedding theorem
  • Submersion theorem
  • Sard's theorem

Template:BookCat