Tensor, Tor, UCF, and Kunneth

Size: px
Start display at page:

Download "Tensor, Tor, UCF, and Kunneth"

Transcription

1 Tensor, Tor, UCF, and Kunneth Mark Blumstein 1 Introduction I d like to collect the basic definitions of tensor product of modules, the Tor functor, and present some examples from homological algebra and topology. The two main theorems I will cover are the universal coefficient theorem and the Kunneth theorem. The universal coefficient theorem for homology is used to translate back and forth between singular homology with Z-coefficients and singular homology with A-coefficients, where A is any abelian group. Changing coefficients is pervasive throughout topology, making the theorem a handy tool to use. Perhaps in the future I ll make the dual to this document and describe the UCF and Kunneth formulas for cohomology, but I won t use L A TEX I ll use xetal. That horrible joke aside, here goes. 2 Tensor Product Throughout the document any ring R is assumed to be a unital ring. Suppose that M and N are R-modules. Definition The tensor product M R N is an abelian group, constructed as a quotient group in the following way: Take the Z-span of the set M N, i.e. form the set of all finite Z-linear combinations of elements (m, n) M N. Observe that Z-span{M N} is an abelian group. Let H be the subgroup of Z-span{M N} generated by elements of the form: (m, rn) (rm, n) (m 1, n) + (m 2, n) (m 1 + m 2, n) (m, n 1 ) + (m, n 2 ) (m, n 1 + n 2 ) (Verify that H is actually a subgroup) We define M R N. = Z-span{M N}/H. If (m, n) is a coset representative in M R N, then standard notation is that (m, n) + H is written m n, and is called a simple tensor. A more general element x M R N is a finite linear combination of simple tensors, e.g. x = d i=1 k i(m i n i ), where k i Z. The relations defined by the subgroup H in the definition give the basic properties to work with tensors. The first relationship just says that scalars pull past a tensor, e.g. m (rn) = (rm) n. The second and third give a distributive property for tensors m 1 n + m 2 n = (m 1 + m 2 ) n. As a group, the zero element is represented by any m n with (m, n) H. For example, m 0 = 0 = 0 n for any m and n. Proof: (m, 0 N ) = (m, 0 R 0 N ) (0 R m, 0 N ) = (0, 0). Be aware that 0 n and m 0 are not necessarily the only choices of representative which equal zero in M R N. A simple example arises by picking r Ann R (m). Then, pick an n N, where rn 0. Superficially, the tensor m rn doesn t look like 0, since neither m nor rn equals 0, but by passing r across the tensor, we see that m rn = rm n = 0. 1

2 In addition to being an abelian group, it is not so hard to assign an R-module structure to M R N. Some care must be taken defining the module structure when R is not commutative. When R is commutative, it is particularly easy: On a simple tensor we define the module structure by r (m n) = (rm) n = m (rn). Then extend the action linearly over linear combinations of simple tensors. If you re new to module theory, pay close attention to the ring R. For R-modules M and N, you can always form M Z N, just using the underlying abelian group structure of M and N. However, the theory is made richer by considering the tensor product as also an R-module and not just an abelian group. As we will see, the cases when R = Z and when R is a field tend to be a bit more straightforward. By definition a Z-module is just an abelian group, so whenever you see that the ring is Z, the objects are just abelian groups and the module homomorphisms are just group homomorphisms. e.g. A Z B is just the tensor product of two abelian groups. Whenever a module has coefficients in a field, you get a vector space. e.g. V R W is the tensor product of two real vector spaces V and W, and any module homomorphism is just a linear map of vector spaces. Example Let V be a finite dimensional vector space over the field k with basis {e 1,..., e n }. Suppose v, w V, with v = x i e i and w = y i e i. Using the properties of the tensor product we compute v w = ( x i e i ) ( y i e i ) = (x i y j )e i e j V k V. i j By sending the coefficient of e i e j to the ith row and jth column of a matrix, we get what is called the outer product of two vectors. For example, let k = R, = 2 ( ) = For real (column) vectors, the outer product u v may be written uv T. product, u T v.. Compare to the inner Example If V and W are vector spaces over k, with bases {e 1,..., e n } and {f 1,..., f n } respectively, then V k W is an (nm)-dimensional vector space over k with basis formed by the tensors {e i f j }. For example, if V = R 2 and W = R 3, then we can get a basis for R 2 R R 3 by tensoring together one basis vector from each. Say, ( 1 0 ) = ( From the previous example, it is clear that the outer product of real vectors, u v is the transpose of v u. So for a general choice of a, b M R M, a b b a. The exceptions are called symmetric tensors (think symmetric matrices.) 2 )

3 Example x x is a symmetric tensor, as is x y + y x. This second example is familiar from linear algebra. Take x and y to be vectors in a real vector space. As before, may be interpreted as the outer product of the two vectors. Let A = x y, so that y x = A T. The matrix A + A T is of course a symmetric matrix. Note: If we take a complex vector space, and define outer product using the complex conjugate, we get a Hermitian matrix. Example Sometimes it s easy to compute a tensor product just by inspecting the elements. For example, Z/2 Z Z/3 = 0. Note that 1 1 is a generator, since for any simple tensor a b Z/2 Z/3, a b = ab (1 1) since we can pull integers past the tensor. Now, Thus, Z/2 Z Z/3 is trivial. 1 1 = (3 2) 1 (Distribute the tensor over ±) = = = = 0 0 = 0. Example For any R-module M, R R M = M since R pulls past the tensor. Example The tensor product of two R-algebras A and B has an R-algebra structure, it is called the tensor algebra. Theorem (The Universal Property of Tensor Products) The mantra: Every bi-linear map on the product induces a unique linear map on the tensor. Given R-modules M, N, and P, and an R-bi-linear map f : M N P, then there exists a map ˆf such that the following diagram commutes: M N M R N f The map simply takes an element (m, n) M N and sends it to m n, and extend linearly for sums. Lemma Let M and N be R-modules M R N = N R M ( α M α ) R N = α (M α R N) Example P Z/m Z Z/n = Z/d, where d = gcd(m, n). Proof: Consider the multiplication map µ : Z/m Z/n Z/d, defined by µ(a, b). = (ab) mod d. This map is bilinear, and so by the universal property of tensor products, it extends to a well-defined linear map µ : Z/m Z/n Z/d. We need to show that µ is an isomorphism of abelian groups. It s certainly surjective since d is less than or equal to either m or n, and 1 a = a 1 a mod d. Let a b ker µ, so that ab mod d = 0 and there exists an integer k such that ab = kd. Recall that running the Euclidean algorithm backwards allows you to write the greatest common divisor of ˆf 3

4 m and n as d = mx + ny for some integers x and y. Now use the properties of the tensor product to compute a b = ab(1 1) = (kmx + kny)(1 1) = kmx kny Therefore, µ is injective, completing the proof that it is an isomorphism. = 0 Compare the last example to the direct product of abelian groups, Z/m Z/n = Z/(mn) if and only if gcd(m, n) = 1. So when m and n are relatively prime, we see that Z/m Z/n = Z/(mn), but Z/m Z Z/n is trivial. 3 Tor Functor Invariably, a topologist finds herself in a situation requiring the use of some homological algebra. This short section introduces a tiny bit of homological algebra we will use later. For the time being, I m going to omit some basic definitions like projective module, exact sequence, functor. However, skimming through some of the examples and properties of the Tor functor should be enough to do the homology computations using the universal coefficients theorem in the following section. Let M be a module over a ring R. M is said to be a free R-module if there exists a basis {m 1,..., m n } for M, meaning that the m i s are linearly independent and every m M can be written as a unique linear combination of the m i s with coefficients from R, i.e. for all m M, m =! n i=1 r im i. Say that {m 1,..., m n } is basis for the free R-module M, then define the map M R n by sending m i to the element with a 1 in the ith spot and zeros everywhere else. After extending linearly, one can show that this map is an isomorphism, and so any free module is isomorphic to a direct sum of copies of the underlying ring. Every free R-module is also a projective R-module, but the converse isn t necessarily true. It depends on the ring R. Example For a Z-module (an abelian group) being projective is equivalent to being a free abelian group. For example, Z is a free abelian group, and every subgroup of Z is also a free abelian group. Any subgroup is free since a subgroup has the form mz for an integer m. Of course mz is generated over the integers by m, so it is free (in fact it is isomorphic to Z.) Similarly, for all n > 0, any subgroup of Z n is a free abelian group. There is a more general result in the same flavor when M is an R-module, and R is a principal ideal domain. As an example, both Z and any field are principal ideal domains, so the following result covers the case of abelian groups and vector spaces. Lemma For a principal ideal domain R, every projective R-module is free. Also, every submodule of a free R-module is free. The tensor product is a right-exact functor... 4

5 Example For A an abelian group, Z/n Z A = A/nA. Proof: 0 Z n Z Z/n 0 is a short exact sequence. Now apply Z A to get the right exact sequence: Z A n 1 Z A Z/n A 0. Since Z Z A = A, we get the exact sequence: A n A Z/n A 0. Now apply the first isormophism theorem to get the result. A complex is a sequence of modules and module homomorphisms M i i Mi 1 i 1 M 1 1 M0 0, where i i 1 = 0 for all i. Although the tensor product is not an exact functor, it does take an exact sequence of modules to a complex of modules as follows: Suppose that M i 2 1 M1 M0 is an exact sequence of right R-modules. Let N be a left R-module, and apply R N. This gives a sequence M i R N i id Mi 2 id M2 M1 R N 1 id M1 M0 R N, which in general is no longer an exact sequence, but it does satisfy the property that applying two consective maps always yields 0. That is, ( i id Mi ) ( ) i 1 id Mi 1 = 0 for each i, and therefore this sequence is a complex. In homological algebra, once you ve got your hands on a complex, the next thing to do is compute homology. Why? Note that the condition that successive maps of a complex equal zero ( = 0) is equivalent to the condition that image is a sub-module of kernel, allowing for the computation of homology in the first place. As a side note, if you ve had a first course in topology, you might be led to believe that the word homology implies that there is some topology going on in the background, but this isn t necessarily the case. In a topology class when you learn about simplicial, singular, or cellular homology theories, you are seeing specific examples of this abstract algebraic process (the homology theories from topology tell you how to construct a chain complex from a topological space, and from there it s all algebra to compute homology. So a priori, all you need to compute homology is a chain complex, no topology required.) In any case, since tensor takes an exact sequence of modules to a complex of modules, we can compute the homology groups, which in this case are called Tor groups (or modules.) Definition Let M and N be R-modules. T ori R (M, N) is the derived functor of the tensor product. This means the following: Begin by computing a projective resolution of M by R-modules, i.e. an exact sequence of the f i f 2 f 1 ɛ form P i P1 P0 M 0, where each Pi is a projective module. Next, take each P i and tensor it with N, and take each map f i : P i P i 1 and tensor it with. the identity map on N. We may use the notation (f i ) = fi id N. This yields the complex P i R N (f i) P i 1 R N (f i 1) (f 1) P 0 R N 0. i Define T or R 0 (M, N). = M R N. T or R i (M, N). = ker(f i id N )/Im(f i+1 id N ). By lemma 3.0.2, for R a principal ideal domain, we can replace the term projective resolution by free resolution in the definition of Tor. 5

6 Example The sequence 0 Z m Z Z/m 0 is a free resolution of Z/m. In fact, one can construct a two term free resolution of any abelian group as in the following example. Let A be an abelian group generated by elements {a 1,..., a n }. Let s construct a free resolution of A. Let e i be the ith standard basis vector of Z n, i.e. the element with a 1 in the ith spot and a 0 everywhere else. Consider the sequence, 0 ker ɛ j Z n ɛ A 0, where j is inclusion, and ɛ is defined by ɛ(e i ). = a i for each i. Since ker ɛ is a subgroup of Z n, ker ɛ is a free abelian group (as explained above). Therefore, we have obtained a two term free resolution of A. (Note: A slight modification is required if A is not finitely generated, but the procedure is basically the same.) Let B be an abelian group, and tensor it with the free resolution to compute Tor. 0 ker ɛ B j id B Z n B ɛ id B 0, This seqeuence is a complex, so we can compute Tor by taking homology (kernel mod image). For abelian groups A and B, T or Z 0 (A, B) = A Z B T or Z 1 (A, B) = ker(j id B ) T or Z i (A, B) = 0, i 2. Let A be an abelian group, m Z. A free resolution of Z/m is given by 0 Z m Z Z/m 0. Tensor the resolution by A to get 0 Z A m Z A 0. By definition, m = m id A. Then, m (1 a) =. m a = 1 ma. There is an isomorphism, Z Z A = A, by sending n a na. Using this isomorphism, we see that, Z A m Z A is isomorphic to A m A. Therefore, Using the last example, we compute: T or Z 0 (A, Z/m) = A Z Z/m = A/mA T or Z 1 (A, Z/m) = ker(a m A) T or Z i (A, Z/m) = 0, i 2. T or Z 0 (Z/n, Z/m) = Z/n Z Z/m = Z/gcd(m, n) T or Z 1 (Z/n, Z/m) = ker(z/n m Z/n) = Z/gcd(m, n) T or Z i (Z/n, Z/m) = 0, i 2. Example Let R be a pid. Let M be a finitely generated R-module generated by a minimal generating set {m 1,..., m n }. Define the map ɛ : R n M by sending the ith basis element of R n to m i. Since the kernel of ɛ is a submodule of R n, and every submodule of a free module over a pid, is itself a free module, we get the following free resolution 0 ker ɛ R n ɛ M 0. Just as was the case for abelian groups, we see that all Tor modules vanish past the first one. (If M is not finitely generated, you can adapt this argument to get the same result.) 6

7 Example The Tor functor doesn t pick up any information from vector spaces. Why? To compute Tor with coefficients in a field, you start with a free resolution. Well, a free module is one with a basis, and of course every vector space is defined by such a basis. So for any vector space V, you can always find a length 0 free resolution, namely V itself. Therefore, if V and W are vector spaces over a field k, then T ori k (V, W ) = 0 for all i 1. By the same logic, any projective module (and hence any free module) has a length 0 free resolution: Lemma If M or N is a projective R-module, then T or R i (M, N) = 0 for all i 1. These examples illustrate that for vector spaces T ori k vanishes for all i 1, and for a pid R, T ori R vanishes for all i 2. Then, the utility of higher Tor groups only really start to come into play with modules over a ring which is not a principal ideal domain. Lemma For any ring R, and any R-module M, a free resolution of M exists. Proof. We suppose M is finitely generated, but the same proof up to small modifications works for the infinite case too. Let M be generated as an R-module by the set {m 1,..., m n0 }. Just as in our construction of free modules for abelian groups, we begin by taking the map ɛ : R n 0 M which sends the ith basis element of R n 0 to the ith generator m i. When R is a pid, the sequence 0 ker ɛ R n 0 M 0 is a free resolution since it is an exact sequence, and ker ɛ is a free module. But when R is not a pid, we lose the free-ness of ker ɛ. That s okay though, we can just repeat the same process for ker ɛ. Take a map 1 : R n 1 ker ɛ which sends the basis elements of R n 1 to the generators of ker ɛ. Then, 0 ker 1 R n 1 ker ɛ 0 is a short exact sequence. We now have the exact sequence, 0 ker 1 R n 1 1 R n 0 ɛ M 0 If ker 1 happens to be a free module, then we have computed a free resolution of M. If not, repeat as many times as necessary ad infinitum. 4 Homology with Coefficients Let s recall the topological definition of singular homology with coefficients. Let i be the convex hull of the standard basis vectors e 0,..., e i R i. For example 0 is a point, 1 is a line segment, 2 a filled in triangle, 3 a solid tetrahedron, and so on into higher dimensions. Let X be a topological space, a singular i-simplex is a continuous function σ : i X define the ith chain group with coefficients in G by C i (X; G) =. { finite gσ : g G, σ a singular i-simplex} Note that the chain group is a purely algebraic object, it s the free group formed by the singular simplices. So while singular simplices have some topological meaning, general elements of the chain group can no longer be interpreted as maps from some i to X. It s neat that adding a layer of pure algebra (by constructing chain groups) on top of the topological info from the simplices, is so useful for studying topology. 7

8 The differentials i : C i (X; G) C i 1 (X; G) are defined as for ordinary homology, and so we have for i 0, H i (X; G). = ker( i )/im( i ). There is an alternate way to define the chain groups by using the tensor product. This method is a bit more general, since it applies to any algebraic complex. Suppose (C, ) is a complex of R-modules. To compute homology with coefficients in the group G, apply Z G to C, and then take homology. 4.1 Universal Coefficient Theorem In this section we apply the algebra results of the first two sections to topology. The universal coefficients theorem gives a computational tool to compute the homology of a topological space X with coefficients in some group G, from the homology with Z-coefficients. Z is the universal coefficient group, so to speak, it determines the homology for any other coefficient group. To state the theorem, the choice of homology theory isn t so important e.g. cellular or simplicial theory could be used instead of singular. Theorem (The Universal Coefficient Theorem) For X a topological space, and A an abelian group, the following sequence is exact for all i 0: 0 H i (X; Z) Z A H i (X; A) T or Z 1 (H i 1 (X; Z), A) 0. Further, this sequence splits, but not naturally. To say that the sequence splits means that H i (X; A) = (H i (X; Z) Z A) T or Z 1 (H i 1 (X; Z), A). To see how integral homology is computed in the first place, check out document intro alg top. Example Let K be the Klein bottle whose integral homology is Z, i = 0 H i (K; Z) = Z Z/2, 1 0, else Let s use the UCF to compute homology with coefficients in the field Z/p for p prime. H 0 (K; Z/p) = (H 0 (K; Z) Z Z/p) T or Z 1 (H 1 (K; Z), Z/p) = (Z Z Z/p) T or Z 1 (0, Z/p) = Z/p H 1 (K; Z/p) = (H 1 (K; Z) Z Z/p) T or Z 1 (H 0 (K; Z), Z/p) = (Z Z/2) Z Z/p T or Z 1 (Z, Z/p) We can distribute the tensor across the sum to simplify. Also, since Z is a free abelian group, the Tor term vanishes (lemma ) 8

9 H 1 (K; Z/p) = (Z Z Z/p) (Z/2 Z Z/p) = Z/p Z/gcd(2, p). At this stage it depends on if p = 2 or if p is an odd prime. For p = 2, we get that H 1 (K; Z/2) = Z/2 Z/2. If p is odd then H 1 (K; Z/p) = Z/p. Finally, H 2 (K; Z/p) = (H 2 (K; Z) Z Z/p) T or Z 1 (H 1 (K; Z), Z/p) = (0 Z Z/p) T or Z 1 (Z Z/2, Z/p) = T or Z 1 (Z Z/2, Z/p) Just like the tensor product, Tor is additive. H 2 (K; Z/p) = T or Z 1 (Z Z/2, Z/p) = T or Z 1 (Z, Z/p) T or Z 1 (Z/2, Z/p) = 0 T or Z 1 (Z/2, Z/p) (Tor vanishes on free abelian groups) = Z/gcd(2, p) 0. Again, we break the computation up: For p = 2, H 2 (K; Z/2) = Z/2, and for p odd, H 2 (K; Z/p) = It might seem strange that the dimension 2 homology of the Klein bottle vanishes when the coefficients are Z or Z/p (with p odd,) but does not vanish when the coefficients are Z/2. This is a consequence of more general topological machinery which says that the top dimensional homology of a closed connected manifold is related to the orientability of the manifold. The canoncial example of a non-orientable manifold is the mobius strip - if a 2-dimensional person lived on the mobius strip and took a lap around it, they would end up mirror reversed after going through the twist. The Klein bottle may be realized by taking two mobius strips and gluing them along the boundary, and so the Klein bottle is non-orientable. It turns out that for non-orientable closed connected manifolds of dimension n, the n-dimensional homology is zero. Since the Klein bottle is a non-orientable 2-manifold (surface), its integral homology is zero in dimension 2. But why didn t it vanish when coefficients were Z/2? We can reason intuitively that since +1 equals 1 in Z/2, the homology has no chance of detecting the orientation - it can t tell the difference between positive and negative! Theorem Kunneth Theorem From the perspective of topology, the Kunneth theorem allows one to compute the homology of a product of topological spaces X Y, from the homology of X and the homology of Y. On the algebraic side, the machinery for the Kunneth formula is similar to that for the universal coefficient theorem. We saw properties of the Tor functor for R-modules: for example, Tor vanishes when R is a field (vector spaces), there is a first Tor term for R = Z (abelian groups) and for R a principal ideal domain, and when R is not a pid the higher Tor terms play a role. Because of this, we will see that the Kunneth formula is easiest for vector spaces, slightly more complicated when the ring is a pid, and quite tricky for other rings R (we need spectral sequences! yuck.) 9

A TALE OF TWO FUNCTORS. Marc Culler. 1. Hom and Tensor

A TALE OF TWO FUNCTORS. Marc Culler. 1. Hom and Tensor A TALE OF TWO FUNCTORS Marc Culler 1. Hom and Tensor It was the best of times, it was the worst of times, it was the age of covariance, it was the age of contravariance, it was the epoch of homology, it

More information

0.1 Universal Coefficient Theorem for Homology

0.1 Universal Coefficient Theorem for Homology 0.1 Universal Coefficient Theorem for Homology 0.1.1 Tensor Products Let A, B be abelian groups. Define the abelian group A B = a b a A, b B / (0.1.1) where is generated by the relations (a + a ) b = a

More information

A Primer on Homological Algebra

A Primer on Homological Algebra A Primer on Homological Algebra Henry Y Chan July 12, 213 1 Modules For people who have taken the algebra sequence, you can pretty much skip the first section Before telling you what a module is, you probably

More information

MATH 101B: ALGEBRA II PART A: HOMOLOGICAL ALGEBRA 23

MATH 101B: ALGEBRA II PART A: HOMOLOGICAL ALGEBRA 23 MATH 101B: ALGEBRA II PART A: HOMOLOGICAL ALGEBRA 23 6.4. Homotopy uniqueness of projective resolutions. Here I proved that the projective resolution of any R-module (or any object of an abelian category

More information

Topology Hmwk 6 All problems are from Allen Hatcher Algebraic Topology (online) ch 2

Topology Hmwk 6 All problems are from Allen Hatcher Algebraic Topology (online) ch 2 Topology Hmwk 6 All problems are from Allen Hatcher Algebraic Topology (online) ch 2 Andrew Ma August 25, 214 2.1.4 Proof. Please refer to the attached picture. We have the following chain complex δ 3

More information

48 CHAPTER 2. COMPUTATIONAL METHODS

48 CHAPTER 2. COMPUTATIONAL METHODS 48 CHAPTER 2. COMPUTATIONAL METHODS You get a much simpler result: Away from 2, even projective spaces look like points, and odd projective spaces look like spheres! I d like to generalize this process

More information

Topology Hmwk 1 All problems are from Allen Hatcher Algebraic Topology (online) ch 3.2

Topology Hmwk 1 All problems are from Allen Hatcher Algebraic Topology (online) ch 3.2 Topology Hmwk 1 All problems are from Allen Hatcher Algebraic Topology (online) ch 3.2 Andrew Ma March 1, 214 I m turning in this assignment late. I don t have the time to do all of the problems here myself

More information

LECTURE 3: RELATIVE SINGULAR HOMOLOGY

LECTURE 3: RELATIVE SINGULAR HOMOLOGY LECTURE 3: RELATIVE SINGULAR HOMOLOGY In this lecture we want to cover some basic concepts from homological algebra. These prove to be very helpful in our discussion of singular homology. The following

More information

De Rham Cohomology. Smooth singular cochains. (Hatcher, 2.1)

De Rham Cohomology. Smooth singular cochains. (Hatcher, 2.1) II. De Rham Cohomology There is an obvious similarity between the condition d o q 1 d q = 0 for the differentials in a singular chain complex and the condition d[q] o d[q 1] = 0 which is satisfied by the

More information

ALGEBRA HW 4. M 0 is an exact sequence of R-modules, then M is Noetherian if and only if M and M are.

ALGEBRA HW 4. M 0 is an exact sequence of R-modules, then M is Noetherian if and only if M and M are. ALGEBRA HW 4 CLAY SHONKWILER (a): Show that if 0 M f M g M 0 is an exact sequence of R-modules, then M is Noetherian if and only if M and M are. Proof. ( ) Suppose M is Noetherian. Then M injects into

More information

Algebraic Topology exam

Algebraic Topology exam Instituto Superior Técnico Departamento de Matemática Algebraic Topology exam June 12th 2017 1. Let X be a square with the edges cyclically identified: X = [0, 1] 2 / with (a) Compute π 1 (X). (x, 0) (1,

More information

NOTES ON BASIC HOMOLOGICAL ALGEBRA 0 L M N 0

NOTES ON BASIC HOMOLOGICAL ALGEBRA 0 L M N 0 NOTES ON BASIC HOMOLOGICAL ALGEBRA ANDREW BAKER 1. Chain complexes and their homology Let R be a ring and Mod R the category of right R-modules; a very similar discussion can be had for the category of

More information

NOTES ON CHAIN COMPLEXES

NOTES ON CHAIN COMPLEXES NOTES ON CHAIN COMPLEXES ANDEW BAKE These notes are intended as a very basic introduction to (co)chain complexes and their algebra, the intention being to point the beginner at some of the main ideas which

More information

Math 121 Homework 5: Notes on Selected Problems

Math 121 Homework 5: Notes on Selected Problems Math 121 Homework 5: Notes on Selected Problems 12.1.2. Let M be a module over the integral domain R. (a) Assume that M has rank n and that x 1,..., x n is any maximal set of linearly independent elements

More information

Notes on the definitions of group cohomology and homology.

Notes on the definitions of group cohomology and homology. Notes on the definitions of group cohomology and homology. Kevin Buzzard February 9, 2012 VERY sloppy notes on homology and cohomology. Needs work in several places. Last updated 3/12/07. 1 Derived functors.

More information

CELLULAR HOMOLOGY AND THE CELLULAR BOUNDARY FORMULA. Contents 1. Introduction 1

CELLULAR HOMOLOGY AND THE CELLULAR BOUNDARY FORMULA. Contents 1. Introduction 1 CELLULAR HOMOLOGY AND THE CELLULAR BOUNDARY FORMULA PAOLO DEGIORGI Abstract. This paper will first go through some core concepts and results in homology, then introduce the concepts of CW complex, subcomplex

More information

SECTION 5: EILENBERG ZILBER EQUIVALENCES AND THE KÜNNETH THEOREMS

SECTION 5: EILENBERG ZILBER EQUIVALENCES AND THE KÜNNETH THEOREMS SECTION 5: EILENBERG ZILBER EQUIVALENCES AND THE KÜNNETH THEOREMS In this section we will prove the Künneth theorem which in principle allows us to calculate the (co)homology of product spaces as soon

More information

HOMOLOGY AND COHOMOLOGY. 1. Introduction

HOMOLOGY AND COHOMOLOGY. 1. Introduction HOMOLOGY AND COHOMOLOGY ELLEARD FELIX WEBSTER HEFFERN 1. Introduction We have been introduced to the idea of homology, which derives from a chain complex of singular or simplicial chain groups together

More information

The Hurewicz Theorem

The Hurewicz Theorem The Hurewicz Theorem April 5, 011 1 Introduction The fundamental group and homology groups both give extremely useful information, particularly about path-connected spaces. Both can be considered as functors,

More information

Math 762 Spring h Y (Z 1 ) (1) h X (Z 2 ) h X (Z 1 ) Φ Z 1. h Y (Z 2 )

Math 762 Spring h Y (Z 1 ) (1) h X (Z 2 ) h X (Z 1 ) Φ Z 1. h Y (Z 2 ) Math 762 Spring 2016 Homework 3 Drew Armstrong Problem 1. Yoneda s Lemma. We have seen that the bifunctor Hom C (, ) : C C Set is analogous to a bilinear form on a K-vector space, : V V K. Recall that

More information

7.3 Singular Homology Groups

7.3 Singular Homology Groups 184 CHAPTER 7. HOMOLOGY THEORY 7.3 Singular Homology Groups 7.3.1 Cycles, Boundaries and Homology Groups We can define the singular p-chains with coefficients in a field K. Furthermore, we can define the

More information

ABSTRACT ALGEBRA 1, LECTURES NOTES 5: SUBGROUPS, CONJUGACY, NORMALITY, QUOTIENT GROUPS, AND EXTENSIONS.

ABSTRACT ALGEBRA 1, LECTURES NOTES 5: SUBGROUPS, CONJUGACY, NORMALITY, QUOTIENT GROUPS, AND EXTENSIONS. ABSTRACT ALGEBRA 1, LECTURES NOTES 5: SUBGROUPS, CONJUGACY, NORMALITY, QUOTIENT GROUPS, AND EXTENSIONS. ANDREW SALCH 1. Subgroups, conjugacy, normality. I think you already know what a subgroup is: Definition

More information

for some n i (possibly infinite).

for some n i (possibly infinite). Homology with coefficients: The chain complexes that we have dealt with so far have had elements which are Z-linear combinations of basis elements (which are themselves singular simplices or equivalence

More information

Modules Over Principal Ideal Domains

Modules Over Principal Ideal Domains Modules Over Principal Ideal Domains Brian Whetter April 24, 2014 This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. To view a copy of this

More information

(1) A frac = b : a, b A, b 0. We can define addition and multiplication of fractions as we normally would. a b + c d

(1) A frac = b : a, b A, b 0. We can define addition and multiplication of fractions as we normally would. a b + c d The Algebraic Method 0.1. Integral Domains. Emmy Noether and others quickly realized that the classical algebraic number theory of Dedekind could be abstracted completely. In particular, rings of integers

More information

NOTES IN COMMUTATIVE ALGEBRA: PART 2

NOTES IN COMMUTATIVE ALGEBRA: PART 2 NOTES IN COMMUTATIVE ALGEBRA: PART 2 KELLER VANDEBOGERT 1. Completion of a Ring/Module Here we shall consider two seemingly different constructions for the completion of a module and show that indeed they

More information

11. Finitely-generated modules

11. Finitely-generated modules 11. Finitely-generated modules 11.1 Free modules 11.2 Finitely-generated modules over domains 11.3 PIDs are UFDs 11.4 Structure theorem, again 11.5 Recovering the earlier structure theorem 11.6 Submodules

More information

Math 210B. Artin Rees and completions

Math 210B. Artin Rees and completions Math 210B. Artin Rees and completions 1. Definitions and an example Let A be a ring, I an ideal, and M an A-module. In class we defined the I-adic completion of M to be M = lim M/I n M. We will soon show

More information

Solution: We can cut the 2-simplex in two, perform the identification and then stitch it back up. The best way to see this is with the picture:

Solution: We can cut the 2-simplex in two, perform the identification and then stitch it back up. The best way to see this is with the picture: Samuel Lee Algebraic Topology Homework #6 May 11, 2016 Problem 1: ( 2.1: #1). What familiar space is the quotient -complex of a 2-simplex [v 0, v 1, v 2 ] obtained by identifying the edges [v 0, v 1 ]

More information

NOTES ON FINITE FIELDS

NOTES ON FINITE FIELDS NOTES ON FINITE FIELDS AARON LANDESMAN CONTENTS 1. Introduction to finite fields 2 2. Definition and constructions of fields 3 2.1. The definition of a field 3 2.2. Constructing field extensions by adjoining

More information

Definitions. Notations. Injective, Surjective and Bijective. Divides. Cartesian Product. Relations. Equivalence Relations

Definitions. Notations. Injective, Surjective and Bijective. Divides. Cartesian Product. Relations. Equivalence Relations Page 1 Definitions Tuesday, May 8, 2018 12:23 AM Notations " " means "equals, by definition" the set of all real numbers the set of integers Denote a function from a set to a set by Denote the image of

More information

Topics in linear algebra

Topics in linear algebra Chapter 6 Topics in linear algebra 6.1 Change of basis I want to remind you of one of the basic ideas in linear algebra: change of basis. Let F be a field, V and W be finite dimensional vector spaces over

More information

An Outline of Homology Theory

An Outline of Homology Theory An Outline of Homology Theory Stephen A. Mitchell June 1997, revised October 2001 Note: These notes contain few examples and even fewer proofs. They are intended only as an outline, to be supplemented

More information

DUAL MODULES KEITH CONRAD

DUAL MODULES KEITH CONRAD DUAL MODULES KEITH CONRAD 1. Introduction Let R be a commutative ring. For two (left) R-modules M and N, the set Hom R (M, N) of all R-linear maps from M to N is an R-module under natural addition and

More information

121B: ALGEBRAIC TOPOLOGY. Contents. 6. Poincaré Duality

121B: ALGEBRAIC TOPOLOGY. Contents. 6. Poincaré Duality 121B: ALGEBRAIC TOPOLOGY Contents 6. Poincaré Duality 1 6.1. Manifolds 2 6.2. Orientation 3 6.3. Orientation sheaf 9 6.4. Cap product 11 6.5. Proof for good coverings 15 6.6. Direct limit 18 6.7. Proof

More information

Exercises on chapter 0

Exercises on chapter 0 Exercises on chapter 0 1. A partially ordered set (poset) is a set X together with a relation such that (a) x x for all x X; (b) x y and y x implies that x = y for all x, y X; (c) x y and y z implies that

More information

Algebraic Topology Final

Algebraic Topology Final Instituto Superior Técnico Departamento de Matemática Secção de Álgebra e Análise Algebraic Topology Final Solutions 1. Let M be a simply connected manifold with the property that any map f : M M has a

More information

FILTERED RINGS AND MODULES. GRADINGS AND COMPLETIONS.

FILTERED RINGS AND MODULES. GRADINGS AND COMPLETIONS. FILTERED RINGS AND MODULES. GRADINGS AND COMPLETIONS. Let A be a ring, for simplicity assumed commutative. A filtering, or filtration, of an A module M means a descending sequence of submodules M = M 0

More information

Algebra SEP Solutions

Algebra SEP Solutions Algebra SEP Solutions 17 July 2017 1. (January 2017 problem 1) For example: (a) G = Z/4Z, N = Z/2Z. More generally, G = Z/p n Z, N = Z/pZ, p any prime number, n 2. Also G = Z, N = nz for any n 2, since

More information

Honors Algebra 4, MATH 371 Winter 2010 Assignment 4 Due Wednesday, February 17 at 08:35

Honors Algebra 4, MATH 371 Winter 2010 Assignment 4 Due Wednesday, February 17 at 08:35 Honors Algebra 4, MATH 371 Winter 2010 Assignment 4 Due Wednesday, February 17 at 08:35 1. Let R be a commutative ring with 1 0. (a) Prove that the nilradical of R is equal to the intersection of the prime

More information

Algebraic Geometry Spring 2009

Algebraic Geometry Spring 2009 MIT OpenCourseWare http://ocw.mit.edu 18.726 Algebraic Geometry Spring 2009 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. 18.726: Algebraic Geometry

More information

Structure of rings. Chapter Algebras

Structure of rings. Chapter Algebras Chapter 5 Structure of rings 5.1 Algebras It is time to introduce the notion of an algebra over a commutative ring. So let R be a commutative ring. An R-algebra is a ring A (unital as always) together

More information

Math 6510 Homework 10

Math 6510 Homework 10 2.2 Problems 9 Problem. Compute the homology group of the following 2-complexes X: a) The quotient of S 2 obtained by identifying north and south poles to a point b) S 1 (S 1 S 1 ) c) The space obtained

More information

Course 2316 Sample Paper 1

Course 2316 Sample Paper 1 Course 2316 Sample Paper 1 Timothy Murphy April 19, 2015 Attempt 5 questions. All carry the same mark. 1. State and prove the Fundamental Theorem of Arithmetic (for N). Prove that there are an infinity

More information

Math 530 Lecture Notes. Xi Chen

Math 530 Lecture Notes. Xi Chen Math 530 Lecture Notes Xi Chen 632 Central Academic Building, University of Alberta, Edmonton, Alberta T6G 2G1, CANADA E-mail address: xichen@math.ualberta.ca 1991 Mathematics Subject Classification. Primary

More information

p,q H (X), H (Y ) ), where the index p has the same meaning as the

p,q H (X), H (Y ) ), where the index p has the same meaning as the There are two Eilenberg-Moore spectral sequences that we shall consider, one for homology and the other for cohomology. In contrast with the situation for the Serre spectral sequence, for the Eilenberg-Moore

More information

Manifolds and Poincaré duality

Manifolds and Poincaré duality 226 CHAPTER 11 Manifolds and Poincaré duality 1. Manifolds The homology H (M) of a manifold M often exhibits an interesting symmetry. Here are some examples. M = S 1 S 1 S 1 : M = S 2 S 3 : H 0 = Z, H

More information

Smith theory. Andrew Putman. Abstract

Smith theory. Andrew Putman. Abstract Smith theory Andrew Putman Abstract We discuss theorems of P. Smith and Floyd connecting the cohomology of a simplicial complex equipped with an action of a finite p-group to the cohomology of its fixed

More information

Hungry, Hungry Homology

Hungry, Hungry Homology September 27, 2017 Motiving Problem: Algebra Problem (Preliminary Version) Given two groups A, C, does there exist a group E so that A E and E /A = C? If such an group exists, we call E an extension of

More information

An Introduction to Spectral Sequences

An Introduction to Spectral Sequences An Introduction to Spectral Sequences Matt Booth December 4, 2016 This is the second half of a joint talk with Tim Weelinck. Tim introduced the concept of spectral sequences, and did some informal computations,

More information

EILENBERG-ZILBER VIA ACYCLIC MODELS, AND PRODUCTS IN HOMOLOGY AND COHOMOLOGY

EILENBERG-ZILBER VIA ACYCLIC MODELS, AND PRODUCTS IN HOMOLOGY AND COHOMOLOGY EILENBERG-ZILBER VIA ACYCLIC MODELS, AND PRODUCTS IN HOMOLOGY AND COHOMOLOGY CHRIS KOTTKE 1. The Eilenberg-Zilber Theorem 1.1. Tensor products of chain complexes. Let C and D be chain complexes. We define

More information

Algebraic Topology Lecture Notes. Jarah Evslin and Alexander Wijns

Algebraic Topology Lecture Notes. Jarah Evslin and Alexander Wijns Algebraic Topology Lecture Notes Jarah Evslin and Alexander Wijns Abstract We classify finitely generated abelian groups and, using simplicial complex, describe various groups that can be associated to

More information

EXT, TOR AND THE UCT

EXT, TOR AND THE UCT EXT, TOR AND THE UCT CHRIS KOTTKE Contents 1. Left/right exact functors 1 2. Projective resolutions 2 3. Two useful lemmas 3 4. Ext 6 5. Ext as a covariant derived functor 8 6. Universal Coefficient Theorem

More information

COURSE SUMMARY FOR MATH 504, FALL QUARTER : MODERN ALGEBRA

COURSE SUMMARY FOR MATH 504, FALL QUARTER : MODERN ALGEBRA COURSE SUMMARY FOR MATH 504, FALL QUARTER 2017-8: MODERN ALGEBRA JAROD ALPER Week 1, Sept 27, 29: Introduction to Groups Lecture 1: Introduction to groups. Defined a group and discussed basic properties

More information

Topological Data Analysis - Spring 2018

Topological Data Analysis - Spring 2018 Topological Data Analysis - Spring 2018 Simplicial Homology Slightly rearranged, but mostly copy-pasted from Harer s and Edelsbrunner s Computational Topology, Verovsek s class notes. Gunnar Carlsson s

More information

MONDAY - TALK 4 ALGEBRAIC STRUCTURE ON COHOMOLOGY

MONDAY - TALK 4 ALGEBRAIC STRUCTURE ON COHOMOLOGY MONDAY - TALK 4 ALGEBRAIC STRUCTURE ON COHOMOLOGY Contents 1. Cohomology 1 2. The ring structure and cup product 2 2.1. Idea and example 2 3. Tensor product of Chain complexes 2 4. Kunneth formula and

More information

ALGEBRA QUALIFYING EXAM PROBLEMS LINEAR ALGEBRA

ALGEBRA QUALIFYING EXAM PROBLEMS LINEAR ALGEBRA ALGEBRA QUALIFYING EXAM PROBLEMS LINEAR ALGEBRA Kent State University Department of Mathematical Sciences Compiled and Maintained by Donald L. White Version: August 29, 2017 CONTENTS LINEAR ALGEBRA AND

More information

DEFINITION OF ABELIAN VARIETIES AND THE THEOREM OF THE CUBE

DEFINITION OF ABELIAN VARIETIES AND THE THEOREM OF THE CUBE DEFINITION OF ABELIAN VARIETIES AND THE THEOREM OF THE CUBE ANGELA ORTEGA (NOTES BY B. BAKKER) Throughout k is a field (not necessarily closed), and all varieties are over k. For a variety X/k, by a basepoint

More information

AN ALGEBRA PRIMER WITH A VIEW TOWARD CURVES OVER FINITE FIELDS

AN ALGEBRA PRIMER WITH A VIEW TOWARD CURVES OVER FINITE FIELDS AN ALGEBRA PRIMER WITH A VIEW TOWARD CURVES OVER FINITE FIELDS The integers are the set 1. Groups, Rings, and Fields: Basic Examples Z := {..., 3, 2, 1, 0, 1, 2, 3,...}, and we can add, subtract, and multiply

More information

is an isomorphism, and V = U W. Proof. Let u 1,..., u m be a basis of U, and add linearly independent

is an isomorphism, and V = U W. Proof. Let u 1,..., u m be a basis of U, and add linearly independent Lecture 4. G-Modules PCMI Summer 2015 Undergraduate Lectures on Flag Varieties Lecture 4. The categories of G-modules, mostly for finite groups, and a recipe for finding every irreducible G-module of a

More information

TCC Homological Algebra: Assignment #3 (Solutions)

TCC Homological Algebra: Assignment #3 (Solutions) TCC Homological Algebra: Assignment #3 (Solutions) David Loeffler, d.a.loeffler@warwick.ac.uk 30th November 2016 This is the third of 4 problem sheets. Solutions should be submitted to me (via any appropriate

More information

Answers in blue. If you have questions or spot an error, let me know. 1. Find all matrices that commute with A =. 4 3

Answers in blue. If you have questions or spot an error, let me know. 1. Find all matrices that commute with A =. 4 3 Answers in blue. If you have questions or spot an error, let me know. 3 4. Find all matrices that commute with A =. 4 3 a b If we set B = and set AB = BA, we see that 3a + 4b = 3a 4c, 4a + 3b = 3b 4d,

More information

THE MINIMAL POLYNOMIAL AND SOME APPLICATIONS

THE MINIMAL POLYNOMIAL AND SOME APPLICATIONS THE MINIMAL POLYNOMIAL AND SOME APPLICATIONS KEITH CONRAD. Introduction The easiest matrices to compute with are the diagonal ones. The sum and product of diagonal matrices can be computed componentwise

More information

Part II. Algebraic Topology. Year

Part II. Algebraic Topology. Year Part II Year 2017 2016 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005 2017 Paper 3, Section II 18I The n-torus is the product of n circles: 5 T n = } S 1. {{.. S } 1. n times For all n 1 and 0

More information

THE STEENROD ALGEBRA. The goal of these notes is to show how to use the Steenrod algebra and the Serre spectral sequence to calculate things.

THE STEENROD ALGEBRA. The goal of these notes is to show how to use the Steenrod algebra and the Serre spectral sequence to calculate things. THE STEENROD ALGEBRA CARY MALKIEWICH The goal of these notes is to show how to use the Steenrod algebra and the Serre spectral sequence to calculate things. 1. Brown Representability (as motivation) Let

More information

BASIC GROUP THEORY : G G G,

BASIC GROUP THEORY : G G G, BASIC GROUP THEORY 18.904 1. Definitions Definition 1.1. A group (G, ) is a set G with a binary operation : G G G, and a unit e G, possessing the following properties. (1) Unital: for g G, we have g e

More information

COHEN-MACAULAY RINGS SELECTED EXERCISES. 1. Problem 1.1.9

COHEN-MACAULAY RINGS SELECTED EXERCISES. 1. Problem 1.1.9 COHEN-MACAULAY RINGS SELECTED EXERCISES KELLER VANDEBOGERT 1. Problem 1.1.9 Proceed by induction, and suppose x R is a U and N-regular element for the base case. Suppose now that xm = 0 for some m M. We

More information

LECTURE 13. Quotient Spaces

LECTURE 13. Quotient Spaces LECURE 13 Quotient Spaces In all the development above we have created examples of vector spaces primarily as subspaces of other vector spaces Below we ll provide a construction which starts with a vector

More information

Modern Algebra Prof. Manindra Agrawal Department of Computer Science and Engineering Indian Institute of Technology, Kanpur

Modern Algebra Prof. Manindra Agrawal Department of Computer Science and Engineering Indian Institute of Technology, Kanpur Modern Algebra Prof. Manindra Agrawal Department of Computer Science and Engineering Indian Institute of Technology, Kanpur Lecture - 05 Groups: Structure Theorem So, today we continue our discussion forward.

More information

Chapter 2 Linear Transformations

Chapter 2 Linear Transformations Chapter 2 Linear Transformations Linear Transformations Loosely speaking, a linear transformation is a function from one vector space to another that preserves the vector space operations. Let us be more

More information

Formal power series rings, inverse limits, and I-adic completions of rings

Formal power series rings, inverse limits, and I-adic completions of rings Formal power series rings, inverse limits, and I-adic completions of rings Formal semigroup rings and formal power series rings We next want to explore the notion of a (formal) power series ring in finitely

More information

MATH 101B: ALGEBRA II PART A: HOMOLOGICAL ALGEBRA

MATH 101B: ALGEBRA II PART A: HOMOLOGICAL ALGEBRA MATH 101B: ALGEBRA II PART A: HOMOLOGICAL ALGEBRA These are notes for our first unit on the algebraic side of homological algebra. While this is the last topic (Chap XX) in the book, it makes sense to

More information

NOTES ON SPLITTING FIELDS

NOTES ON SPLITTING FIELDS NOTES ON SPLITTING FIELDS CİHAN BAHRAN I will try to define the notion of a splitting field of an algebra over a field using my words, to understand it better. The sources I use are Peter Webb s and T.Y

More information

2.5 Excision implies Simplicial = Singular homology

2.5 Excision implies Simplicial = Singular homology 2.5 Excision implies Simplicial = Singular homology 1300Y Geometry and Topology 2.5 Excision implies Simplicial = Singular homology Recall that simplicial homology was defined in terms of a -complex decomposition

More information

Qualifying Exam Syllabus and Transcript

Qualifying Exam Syllabus and Transcript Qualifying Exam Syllabus and Transcript Qiaochu Yuan December 6, 2013 Committee: Martin Olsson (chair), David Nadler, Mariusz Wodzicki, Ori Ganor (outside member) Major Topic: Lie Algebras (Algebra) Basic

More information

Math 451, 01, Exam #2 Answer Key

Math 451, 01, Exam #2 Answer Key Math 451, 01, Exam #2 Answer Key 1. (25 points): If the statement is always true, circle True and prove it. If the statement is never true, circle False and prove that it can never be true. If the statement

More information

Equivalence Relations

Equivalence Relations Equivalence Relations Definition 1. Let X be a non-empty set. A subset E X X is called an equivalence relation on X if it satisfies the following three properties: 1. Reflexive: For all x X, (x, x) E.

More information

INTRO TO TENSOR PRODUCTS MATH 250B

INTRO TO TENSOR PRODUCTS MATH 250B INTRO TO TENSOR PRODUCTS MATH 250B ADAM TOPAZ 1. Definition of the Tensor Product Throughout this note, A will denote a commutative ring. Let M, N be two A-modules. For a third A-module Z, consider the

More information

FOUNDATIONS OF ALGEBRAIC GEOMETRY CLASS 2

FOUNDATIONS OF ALGEBRAIC GEOMETRY CLASS 2 FOUNDATIONS OF ALGEBRAIC GEOMETRY CLASS 2 RAVI VAKIL CONTENTS 1. Where we were 1 2. Yoneda s lemma 2 3. Limits and colimits 6 4. Adjoints 8 First, some bureaucratic details. We will move to 380-F for Monday

More information

Chapter 3: Homology Groups Topics in Computational Topology: An Algorithmic View

Chapter 3: Homology Groups Topics in Computational Topology: An Algorithmic View Chapter 3: Homology Groups Topics in Computational Topology: An Algorithmic View As discussed in Chapter 2, we have complete topological information about 2-manifolds. How about higher dimensional manifolds?

More information

Exercises for Algebraic Topology

Exercises for Algebraic Topology Sheet 1, September 13, 2017 Definition. Let A be an abelian group and let M be a set. The A-linearization of M is the set A[M] = {f : M A f 1 (A \ {0}) is finite}. We view A[M] as an abelian group via

More information

Math 594. Solutions 5

Math 594. Solutions 5 Math 594. Solutions 5 Book problems 6.1: 7. Prove that subgroups and quotient groups of nilpotent groups are nilpotent (your proof should work for infinite groups). Give an example of a group G which possesses

More information

ALGEBRA HW 3 CLAY SHONKWILER

ALGEBRA HW 3 CLAY SHONKWILER ALGEBRA HW 3 CLAY SHONKWILER (a): Show that R[x] is a flat R-module. 1 Proof. Consider the set A = {1, x, x 2,...}. Then certainly A generates R[x] as an R-module. Suppose there is some finite linear combination

More information

Math 121 Homework 4: Notes on Selected Problems

Math 121 Homework 4: Notes on Selected Problems Math 121 Homework 4: Notes on Selected Problems 11.2.9. If W is a subspace of the vector space V stable under the linear transformation (i.e., (W ) W ), show that induces linear transformations W on W

More information

0.2 Vector spaces. J.A.Beachy 1

0.2 Vector spaces. J.A.Beachy 1 J.A.Beachy 1 0.2 Vector spaces I m going to begin this section at a rather basic level, giving the definitions of a field and of a vector space in much that same detail as you would have met them in a

More information

Introduction to modules

Introduction to modules Chapter 3 Introduction to modules 3.1 Modules, submodules and homomorphisms The problem of classifying all rings is much too general to ever hope for an answer. But one of the most important tools available

More information

and this makes M into an R-module by (1.2). 2

and this makes M into an R-module by (1.2). 2 1. Modules Definition 1.1. Let R be a commutative ring. A module over R is set M together with a binary operation, denoted +, which makes M into an abelian group, with 0 as the identity element, together

More information

Isomorphisms and Well-definedness

Isomorphisms and Well-definedness Isomorphisms and Well-definedness Jonathan Love October 30, 2016 Suppose you want to show that two groups G and H are isomorphic. There are a couple of ways to go about doing this depending on the situation,

More information

Math Homotopy Theory Hurewicz theorem

Math Homotopy Theory Hurewicz theorem Math 527 - Homotopy Theory Hurewicz theorem Martin Frankland March 25, 2013 1 Background material Proposition 1.1. For all n 1, we have π n (S n ) = Z, generated by the class of the identity map id: S

More information

Algebra Exam Syllabus

Algebra Exam Syllabus Algebra Exam Syllabus The Algebra comprehensive exam covers four broad areas of algebra: (1) Groups; (2) Rings; (3) Modules; and (4) Linear Algebra. These topics are all covered in the first semester graduate

More information

Commutative Algebra MAS439 Lecture 3: Subrings

Commutative Algebra MAS439 Lecture 3: Subrings Commutative Algebra MAS439 Lecture 3: Subrings Paul Johnson paul.johnson@sheffield.ac.uk Hicks J06b October 4th Plan: slow down a little Last week - Didn t finish Course policies + philosophy Sections

More information

A BRIEF INTRODUCTION TO LOCAL FIELDS

A BRIEF INTRODUCTION TO LOCAL FIELDS A BRIEF INTRODUCTION TO LOCAL FIELDS TOM WESTON The purpose of these notes is to give a survey of the basic Galois theory of local fields and number fields. We cover much of the same material as [2, Chapters

More information

Math 272b Notes; Spring 2005 Michael Hopkins

Math 272b Notes; Spring 2005 Michael Hopkins Math 272b Notes; Spring 2005 Michael Hopkins David Glasser February 9, 2005 1 Wed, 2/2/2005 11 Administrivia mjh@mathharvardedu Computing homotopy groups lets you classify all spaces Homotopy theory on

More information

C n.,..., z i 1., z i+1., w i+1,..., wn. =,..., w i 1. : : w i+1. :... : w j 1 1.,..., w j 1. z 0 0} = {[1 : w] w C} S 1 { },

C n.,..., z i 1., z i+1., w i+1,..., wn. =,..., w i 1. : : w i+1. :... : w j 1 1.,..., w j 1. z 0 0} = {[1 : w] w C} S 1 { }, Complex projective space The complex projective space CP n is the most important compact complex manifold. By definition, CP n is the set of lines in C n+1 or, equivalently, CP n := (C n+1 \{0})/C, where

More information

6 Axiomatic Homology Theory

6 Axiomatic Homology Theory MATH41071/MATH61071 Algebraic topology 6 Axiomatic Homology Theory Autumn Semester 2016 2017 The basic ideas of homology go back to Poincaré in 1895 when he defined the Betti numbers and torsion numbers

More information

18.312: Algebraic Combinatorics Lionel Levine. Lecture 22. Smith normal form of an integer matrix (linear algebra over Z).

18.312: Algebraic Combinatorics Lionel Levine. Lecture 22. Smith normal form of an integer matrix (linear algebra over Z). 18.312: Algebraic Combinatorics Lionel Levine Lecture date: May 3, 2011 Lecture 22 Notes by: Lou Odette This lecture: Smith normal form of an integer matrix (linear algebra over Z). 1 Review of Abelian

More information

ALGEBRAIC GEOMETRY COURSE NOTES, LECTURE 2: HILBERT S NULLSTELLENSATZ.

ALGEBRAIC GEOMETRY COURSE NOTES, LECTURE 2: HILBERT S NULLSTELLENSATZ. ALGEBRAIC GEOMETRY COURSE NOTES, LECTURE 2: HILBERT S NULLSTELLENSATZ. ANDREW SALCH 1. Hilbert s Nullstellensatz. The last lecture left off with the claim that, if J k[x 1,..., x n ] is an ideal, then

More information

Simplicial Homology. Simplicial Homology. Sara Kališnik. January 10, Sara Kališnik January 10, / 34

Simplicial Homology. Simplicial Homology. Sara Kališnik. January 10, Sara Kališnik January 10, / 34 Sara Kališnik January 10, 2018 Sara Kališnik January 10, 2018 1 / 34 Homology Homology groups provide a mathematical language for the holes in a topological space. Perhaps surprisingly, they capture holes

More information

CHAPTER 10. Cohomology

CHAPTER 10. Cohomology 208 CHAPTER 10 Cohomology 1. Cohomology As you learned in linear algebra, it is often useful to consider the dual objects to objects under consideration. This principle applies much more generally. For

More information

Geometric Realization and K-Theoretic Decomposition of C*-Algebras

Geometric Realization and K-Theoretic Decomposition of C*-Algebras Wayne State University Mathematics Faculty Research Publications Mathematics 5-1-2001 Geometric Realization and K-Theoretic Decomposition of C*-Algebras Claude Schochet Wayne State University, clsmath@gmail.com

More information