Topological methods for some arithmetic questions

Size: px
Start display at page:

Download "Topological methods for some arithmetic questions"

Transcription

1 Topological methods for some arithmetic questions GilYoung Cheong University of Michigan Ongoing project: UM Math Club talk September 21, 2016 GilYoung Cheong (University of Michigan) September 21, / 41

2 Overview 1 Introduction Weil s three columns Review of terminology An arithmetic question 2 Zieve s argument 3 Ellenberg s argument What are the Betti numbers of a space? 4 Generalizations Non-vanishing conditions = Puntures Computation of the cohomological information 5 Further question GilYoung Cheong (University of Michigan) September 21, / 41

3 Weil s three columns In Ed Frenkel s book Love and Math, the author quotes André Weil s letter to his sister where he explains mysterious connections among the following three columns. Number Theory Curves over Finite Fields Riemann Surfaces GilYoung Cheong (University of Michigan) September 21, / 41

4 Weil s three columns My work consits in deciphering a trilingual text; of each of the three columns I have only disparate fragments; I have some ideas about each of the three languages: but I know as well there are great differences in meaning from one column to another, for which nothing has prepared me in advance. In the several years I have worked at it, I have found little pieces of the dictionary. GilYoung Cheong (University of Michigan) September 21, / 41

5 Weil s three columns What we think about today is roughly a connection between the last two columns. In this talk, it is okay to think that topologial = geometric. GilYoung Cheong (University of Michigan) September 21, / 41

6 Review of terminology Let p be a prime number. A finite field of p elements is simply the set F p := {0, 1,, p 1}. Addition / Multiplication. In F 5 = {0, 1, 2, 3, 4}, we require 5 = = 7 = 2; 4 4 = 16 = 1. GilYoung Cheong (University of Michigan) September 21, / 41

7 Review of terminology In other words, we see F p is the set of integers Z with the relation p = 0. Why prime p? To have DIVISION! If we require 6 = 0, then What s wrong here? 2 3 = 6 = 0. GilYoung Cheong (University of Michigan) September 21, / 41

8 Review of terminology In general, a set F where you can add, subtract, multiply, and divide is called a field. For example, 1 the set R of real numbers; 2 the set C = R 2 of complex numbers; 3 the set F p of integers modulo a prime number p. GilYoung Cheong (University of Michigan) September 21, / 41

9 Review of terminology NOT fields. 1 the set Z of integers (e.g., 1/2 / Z); 2 the set F [x] of polynomials in the variable x whose coefficients are in a field F (e.g., 1/x / F [x]), but still they have... GilYoung Cheong (University of Michigan) September 21, / 41

10 Review of terminology Prime factorization! Given f (x) F [x], we can uniquely factor f (x) = q 1 (x) n1 q k (x) n k where q i (x) F [x] are primes. If n 1 = n 2 = = n k = 1, we call f (x) a square-free polynomial. GilYoung Cheong (University of Michigan) September 21, / 41

11 Review of terminology For example, you can check that the monic (the leading coeffcient = 1) polynomial x 2 + x + 1 R[x] is square-free, because it is an irreducible itself. (Why?) BUT x 2 + x + 1 = x 2 2x + 1 = (x 1) 2, so the polynomial is NOT square-free in F 3 [x]. GilYoung Cheong (University of Michigan) September 21, / 41

12 Review of terminology Exercise. Can you tell whether the (monic) polynomial is square-free in F 2 [x]? x 2 + x + 1 GilYoung Cheong (University of Michigan) September 21, / 41

13 Review of terminology Exercise. How many monic polynomials of degree 2 in F 2 [x]? Exercise. Given a prime p and an integer d 0, how many monic polynomials of degree d in F p [x]? Exercise. Given a prime p, how many monic square-free polynomials of degree 2 in F p [x]? GilYoung Cheong (University of Michigan) September 21, / 41

14 An arithmetic question Question Given a finite field F p = {0, 1,, p 1} with a prime p, what is the number of monic square-free polynomials with degree d 0 in F p [x]? GilYoung Cheong (University of Michigan) September 21, / 41

15 An arithmetic question: counting degree d monic square-free polynomials in F p [x] For d = 0, the answer is 1; For d = 1, the answer is p. Do you see why? For d = 2, we saw p 2 p; For d = 3, the counting becomes a bit more complicated. GilYoung Cheong (University of Michigan) September 21, / 41

16 An arithmetic question: counting degree d monic square-free polynomials in F p [x] Spoiler: the answer is p d p d 1 for d 2. TWO distinct arguments! 1 U Michigan: Michael Zieve s argument; 2 U Wisconsin: Jordan Ellenberg s argument. FYI. Zieve and Ellenberg have been friends for many years! GilYoung Cheong (University of Michigan) September 21, / 41

17 Zieve s argument We first consider the case d = 3. Consider the map monic, NOT sq-free F p [x] deg=3 F p [x] monic deg=1 = {x + a : a F p} given as follows. Since F p [x] enjoys the unique factorization, any monic polynomial f (x) that is NOT square-free in it can be uniquely written as f (x) = (x + a)(x + c) 2. GilYoung Cheong (University of Michigan) September 21, / 41

18 Zieve s argument Our map is then given by (x + a)(x + c) 2 x + a, where g(x) is monic square-free of degree 2. Moreover, any polynomials of the following form map to x + a: which has p elements. {(x + a)(x + c) 2 : c F p }, GilYoung Cheong (University of Michigan) September 21, / 41

19 Zieve s argument Thus, the map is a p-to-1 surjective map, which implies and hence #{monic NOT square-free polynomials of degree 3} = p #{monic polynomials of degree 1} = p 2, #{monic square-free polynomials of degree 3} = p 3 p 2. Q.E.D. GilYoung Cheong (University of Michigan) September 21, / 41

20 Exercise. When you go home, generalize Zieve s argument to conclude that for any d 2, we have monic, sq-free #F p [x] deg=d = p d p d 1. We now consider Ellenberg s topological argument. GilYoung Cheong (University of Michigan) September 21, / 41

21 Ellenberg s argument We consider the case d = 2. First, notice that we have the following bijection given by {monic polynomials of degree 2} A 2 (F p ) := F 2 p x 2 + t 1 x + t 2 (t 1, t 2 ). GilYoung Cheong (University of Michigan) September 21, / 41

22 Ellenberg s argument The polynomial x 2 + t 1 x + t 2 is square-free if and only if its discriminant (t 1, t 2 ) = (x 1 x 2 ) 2 is not zero, where x i are roots of the polynomial in the algebraic closure F p (but NOT necessarily in F p ). GilYoung Cheong (University of Michigan) September 21, / 41

23 Ellenberg s argument Notice that we have (t 1, t 2 ) = (x 1 x 2 ) 2 = x 2 1 2x 1 x 2 + x 2 2 = (x 1 + x 2 ) 2 4x 1 x 2 = t 2 1 4t 2, so (t 1, t 2 ) is a polynomial expression in t 1, t 2, whose coefficients come from Z. GilYoung Cheong (University of Michigan) September 21, / 41

24 Ellenberg s argument Therefore, we have a bijection: monic, sq-free F p [x] deg=2 {(t 1, t 2 ) A 2 (F p ) : t1 2 4t 2} given by x 2 + t 1 x + t 2 (t 1, t 2 ). Thus, counting the elements of the left-hand side is same as counting that of the right-hand side. Why do we do this? Remark The right-hand side has some geometry! GilYoung Cheong (University of Michigan) September 21, / 41

25 Ellenberg s argument What do we mean by geometry? Replace the finite field F p with C: This means that we have monic, sq-free C[x] deg=2 {(t 1, t 2 ) C 2 : t1 2 4t 2}. where x 1, x 2 C are DISTINCT. x 2 + t 1 x + t 2 = (x x 1 )(x x 2 ) GilYoung Cheong (University of Michigan) September 21, / 41

26 Ellenberg s argument That is, we get a bijection {(t 1, t 2 ) C 2 : t 2 1 4t 2} {{x 1, x 2 } : x 1, x 2 C distinct} =: Conf 2 (C). The right-hand side is a well-studied space called the configuration space of 2 distinct points on the plane C = R 2! GilYoung Cheong (University of Michigan) September 21, / 41

27 Ellenberg s argument What Ellenberg noticed is that the Betti numbers gives us the count h 0 (Conf 2 (C)), h 1 (Conf 2 (C)), h 2 (Conf 2 (C)) #{(t 1, t 2 ) F p : t1 2 4t monic, sq-free 2} = #F p [x] deg=2. GilYoung Cheong (University of Michigan) September 21, / 41

28 Ellenberg s argument: What are the Betti numbers of a space? The Betti numbers h 0 (X ), h 1 (X ), h 2 (X ), of a space X store some essential topological information about the space. Here s an example. Given a surface X, we define the Euler characteristic of X by where v(x ) is the number of vertices; e(x ) is the number of edges; f (X ) is the number of faces. χ(x ) = v(x ) e(x ) + f (X ) Let s compute χ(x ) for the following examples. GilYoung Cheong (University of Michigan) September 21, / 41

29 Ellenberg s argument: Which information is cohomological information? (Excerpted from simomaths.files.wordpress.com) For any of the surface X above, we get χ(x ) = 2. Is this magic? GilYoung Cheong (University of Michigan) September 21, / 41

30 Ellenberg s argument We briefly sketch why this happens. For a surface X, denote h 0 (X ) the number of connected components (of X ); h 1 (X ) the number of 2-dimensional holes; h 2 (X ) the number of 3-dimensional holes. For a surface X, one can prove that χ(x ) = h 0 (X ) h 1 (X ) + h 2 (X ) in the first course of algebraic topology. In all previous examples, we had h 0 (X ) = h 1 (X ) = 1 and h 1 (X ) = 0, so χ(x ) = = 2, which is why we got the same answers. GilYoung Cheong (University of Michigan) September 21, / 41

31 Ellenberg s argument Back to our counting problem, in a framework of algebraic geometry, Ellenberg used a result of Minhyong Kim to establish the following formula monic, sq-free #F p [x] deg=2 = #{(t 1, t 2 ) A 2 (F p ) : t1 2 4t 4 } = i 0( 1) i p 2 i h i (Conf 2 (C)) = p 2 h 0 (Conf 2 (C)) ph 1 (Conf d (C)) + h 2 (Conf 2 (C)). GilYoung Cheong (University of Michigan) September 21, / 41

32 Ellenberg s argument Now, it remains to compute h i (Conf 2 (C)) for i 0. But already in 1970, Vladimir Arnol d proved the following. Theorem (Arnol d, 1970) if d 2, and if d = 0, 1. h i (Conf d (C)) = h i (Conf d (C)) = { 1 if i = 0, 1 0 if i 2 { 1 if i = 0 0 if i 1 GilYoung Cheong (University of Michigan) September 21, / 41

33 Ellenberg s argument Applying Arnol d s theorem for d = 2, we have monic, sq-free #F p [x] deg=2 = p 2 h 0 (Conf 2 (C)) ph 1 (Conf 2 (C)) + h 2 (Conf 2 (C)) = p 2 1 p = p 2 p, which is the same as what we got from Zieve s argument. GilYoung Cheong (University of Michigan) September 21, / 41

34 Exercise. Generalize Ellenberg s formula to the following: monic, sq-free #F p [x] deg=d = i 0( 1) i p d i h i (Conf d (C)) where p is a prime and d is any non-negative integer. Use Arnol d s result monic, sq-free to deduce that #F p [x] deg=d = p d p d 1 for d 2. Remark After you have done the exercises so far, you will realize that Zieve s monic, sq-free method to count #F p [x] deg=d and Ellenberg s formula together reproves Arnol d s result. GilYoung Cheong (University of Michigan) September 21, / 41

35 Thank you! (Part I) GilYoung Cheong (University of Michigan) September 21, / 41

36 Generalizations Around 2012, during an undergraduate research project, I realized that monic sq-free #{f F p [x] deg=d : f (0) 0} = (p 1)(p d ( 1) d )/(p + 1) = p d 2p d 1 + 2p d 2 + ( 1) d 1 2p + ( 1) d, for d 2. Does it remind you of Ellenberg s argument? Well, here is a topological result of Goryunov in GilYoung Cheong (University of Michigan) September 21, / 41

37 Generalizations Theorem (Goryunov, 1982) If d 2, we have 1 if i = 0, d h i (Conf d (C \ {0})) = 2 if 1 i d 1 0 otherwise. Thus, numerically speaking, what we have is monic sq-free #{f F p [x] deg=d : f (0) 0} = i 0 ( 1)i p d i h i (Conf d (C \ {0})) for any d 2. Wait, does this happen in even more generality? GilYoung Cheong (University of Michigan) September 21, / 41

38 Non-vanishing conditions = Puntures The answer is YES. Theorem (C-) Let p be any prime. Fix any distinct x 1,, x r F p, where 0 r p. We have monic sq-free {f F p [x] deg=d : f (x i ) 0 for 1 i r} = where d ( 1) i p d i h i (d, r), i=0 h i (d, r) = h i (Conf d (C \ {r points}) GilYoung Cheong (University of Michigan) September 21, / 41

39 Computation of the cohomological information Remark We note that the numbers {h i (d, r)} i,d,r 0 are already known by a work of Napolitano (2003) that h 0 (d, r) = 1 for any d, r 0; h i (d, r) = 0 whenever i > d; { 1 if d 2 h 1 (d, 0) = 0 if d = 0, 1 ; h i (d, r) = d j=0 hi j (d j, r 1), so the theorem has actual numerical meaning. This is in fact the key of the current proof of the theorem. GilYoung Cheong (University of Michigan) September 21, / 41

40 Further question Question Can we prove the theorem: monic sq-free #{f F p [x] deg=d : f (x i ) 0 for 1 i r} = without using Napolitano s numerical description? d ( 1) i p d i h i (d, r), i=0 Answering this is an ongoing project, and this is a direct generalization of Ellenberg s argument, which uses a more sophisticated technique in algebraic geometry, called étale cohomology. GilYoung Cheong (University of Michigan) September 21, / 41

41 Thank you! (Part II) GilYoung Cheong (University of Michigan) September 21, / 41

Polynomials. Chapter 4

Polynomials. Chapter 4 Chapter 4 Polynomials In this Chapter we shall see that everything we did with integers in the last Chapter we can also do with polynomials. Fix a field F (e.g. F = Q, R, C or Z/(p) for a prime p). Notation

More information

1. Introduction to commutative rings and fields

1. Introduction to commutative rings and fields 1. Introduction to commutative rings and fields Very informally speaking, a commutative ring is a set in which we can add, subtract and multiply elements so that the usual laws hold. A field is a commutative

More information

1/30: Polynomials over Z/n.

1/30: Polynomials over Z/n. 1/30: Polynomials over Z/n. Last time to establish the existence of primitive roots we rely on the following key lemma: Lemma 6.1. Let s > 0 be an integer with s p 1, then we have #{α Z/pZ α s = 1} = s.

More information

Cosets and Lagrange s theorem

Cosets and Lagrange s theorem Cosets and Lagrange s theorem These are notes on cosets and Lagrange s theorem some of which may already have been lecturer. There are some questions for you included in the text. You should write the

More information

MATH 115, SUMMER 2012 LECTURE 12

MATH 115, SUMMER 2012 LECTURE 12 MATH 115, SUMMER 2012 LECTURE 12 JAMES MCIVOR - last time - we used hensel s lemma to go from roots of polynomial equations mod p to roots mod p 2, mod p 3, etc. - from there we can use CRT to construct

More information

1. Algebra 1.5. Polynomial Rings

1. Algebra 1.5. Polynomial Rings 1. ALGEBRA 19 1. Algebra 1.5. Polynomial Rings Lemma 1.5.1 Let R and S be rings with identity element. If R > 1 and S > 1, then R S contains zero divisors. Proof. The two elements (1, 0) and (0, 1) are

More information

FOUNDATIONS OF ALGEBRAIC GEOMETRY CLASS 37

FOUNDATIONS OF ALGEBRAIC GEOMETRY CLASS 37 FOUNDATIONS OF ALGEBRAIC GEOMETRY CLASS 37 RAVI VAKIL CONTENTS 1. Application of cohomology: Hilbert polynomials and functions, Riemann- Roch, degrees, and arithmetic genus 1 1. APPLICATION OF COHOMOLOGY:

More information

4 Unit Math Homework for Year 12

4 Unit Math Homework for Year 12 Yimin Math Centre 4 Unit Math Homework for Year 12 Student Name: Grade: Date: Score: Table of contents 3 Topic 3 Polynomials Part 2 1 3.2 Factorisation of polynomials and fundamental theorem of algebra...........

More information

MA554 Assessment 1 Cosets and Lagrange s theorem

MA554 Assessment 1 Cosets and Lagrange s theorem MA554 Assessment 1 Cosets and Lagrange s theorem These are notes on cosets and Lagrange s theorem; they go over some material from the lectures again, and they have some new material it is all examinable,

More information

Definition For a set F, a polynomial over F with variable x is of the form

Definition For a set F, a polynomial over F with variable x is of the form *6. Polynomials Definition For a set F, a polynomial over F with variable x is of the form a n x n + a n 1 x n 1 + a n 2 x n 2 +... + a 1 x + a 0, where a n, a n 1,..., a 1, a 0 F. The a i, 0 i n are the

More information

D-MATH Algebra I HS18 Prof. Rahul Pandharipande. Solution 6. Unique Factorization Domains

D-MATH Algebra I HS18 Prof. Rahul Pandharipande. Solution 6. Unique Factorization Domains D-MATH Algebra I HS18 Prof. Rahul Pandharipande Solution 6 Unique Factorization Domains 1. Let R be a UFD. Let that a, b R be coprime elements (that is, gcd(a, b) R ) and c R. Suppose that a c and b c.

More information

Math 4310 Solutions to homework 7 Due 10/27/16

Math 4310 Solutions to homework 7 Due 10/27/16 Math 4310 Solutions to homework 7 Due 10/27/16 1. Find the gcd of x 3 + x 2 + x + 1 and x 5 + 2x 3 + x 2 + x + 1 in Rx. Use the Euclidean algorithm: x 5 + 2x 3 + x 2 + x + 1 = (x 3 + x 2 + x + 1)(x 2 x

More information

Homework 8 Solutions to Selected Problems

Homework 8 Solutions to Selected Problems Homework 8 Solutions to Selected Problems June 7, 01 1 Chapter 17, Problem Let f(x D[x] and suppose f(x is reducible in D[x]. That is, there exist polynomials g(x and h(x in D[x] such that g(x and h(x

More information

Seminar on Motives Standard Conjectures

Seminar on Motives Standard Conjectures Seminar on Motives Standard Conjectures Konrad Voelkel, Uni Freiburg 17. January 2013 This talk will briefly remind you of the Weil conjectures and then proceed to talk about the Standard Conjectures on

More information

Math Lecture 4 Limit Laws

Math Lecture 4 Limit Laws Math 1060 Lecture 4 Limit Laws Outline Summary of last lecture Limit laws Motivation Limits of constants and the identity function Limits of sums and differences Limits of products Limits of polynomials

More information

Sect Complex Numbers

Sect Complex Numbers 161 Sect 10.8 - Complex Numbers Concept #1 Imaginary Numbers In the beginning of this chapter, we saw that the was undefined in the real numbers since there is no real number whose square is equal to a

More information

MATH 361: NUMBER THEORY TENTH LECTURE

MATH 361: NUMBER THEORY TENTH LECTURE MATH 361: NUMBER THEORY TENTH LECTURE The subject of this lecture is finite fields. 1. Root Fields Let k be any field, and let f(x) k[x] be irreducible and have positive degree. We want to construct a

More information

1. Introduction to commutative rings and fields

1. Introduction to commutative rings and fields 1. Introduction to commutative rings and fields Very informally speaking, a commutative ring is a set in which we can add, subtract and multiply elements so that the usual laws hold. A field is a commutative

More information

Chapter 6: Rational Expr., Eq., and Functions Lecture notes Math 1010

Chapter 6: Rational Expr., Eq., and Functions Lecture notes Math 1010 Section 6.1: Rational Expressions and Functions Definition of a rational expression Let u and v be polynomials. The algebraic expression u v is a rational expression. The domain of this rational expression

More information

ELLIPTIC CURVES BJORN POONEN

ELLIPTIC CURVES BJORN POONEN ELLIPTIC CURVES BJORN POONEN 1. Introduction The theme of this lecture is to show how geometry can be used to understand the rational number solutions to a polynomial equation. We will illustrate this

More information

3.4. ZEROS OF POLYNOMIAL FUNCTIONS

3.4. ZEROS OF POLYNOMIAL FUNCTIONS 3.4. ZEROS OF POLYNOMIAL FUNCTIONS What You Should Learn Use the Fundamental Theorem of Algebra to determine the number of zeros of polynomial functions. Find rational zeros of polynomial functions. Find

More information

Tropical Polynomials

Tropical Polynomials 1 Tropical Arithmetic Tropical Polynomials Los Angeles Math Circle, May 15, 2016 Bryant Mathews, Azusa Pacific University In tropical arithmetic, we define new addition and multiplication operations on

More information

Algebraic Geometry. Andreas Gathmann. Class Notes TU Kaiserslautern 2014

Algebraic Geometry. Andreas Gathmann. Class Notes TU Kaiserslautern 2014 Algebraic Geometry Andreas Gathmann Class Notes TU Kaiserslautern 2014 Contents 0. Introduction......................... 3 1. Affine Varieties........................ 9 2. The Zariski Topology......................

More information

Math 261 Exercise sheet 5

Math 261 Exercise sheet 5 Math 261 Exercise sheet 5 http://staff.aub.edu.lb/~nm116/teaching/2018/math261/index.html Version: October 24, 2018 Answers are due for Wednesday 24 October, 11AM. The use of calculators is allowed. Exercise

More information

Polynomials; Add/Subtract

Polynomials; Add/Subtract Chapter 7 Polynomials Polynomials; Add/Subtract Polynomials sounds tough enough. But, if you look at it close enough you ll notice that students have worked with polynomial expressions such as 6x 2 + 5x

More information

Math Lecture 18 Notes

Math Lecture 18 Notes Math 1010 - Lecture 18 Notes Dylan Zwick Fall 2009 In our last lecture we talked about how we can add, subtract, and multiply polynomials, and we figured out that, basically, if you can add, subtract,

More information

8.3 Partial Fraction Decomposition

8.3 Partial Fraction Decomposition 8.3 partial fraction decomposition 575 8.3 Partial Fraction Decomposition Rational functions (polynomials divided by polynomials) and their integrals play important roles in mathematics and applications,

More information

Lecture 2: Elliptic curves

Lecture 2: Elliptic curves Lecture 2: Elliptic curves This lecture covers the basics of elliptic curves. I begin with a brief review of algebraic curves. I then define elliptic curves, and talk about their group structure and defining

More information

The Weil bounds. 1 The Statement

The Weil bounds. 1 The Statement The Weil bounds Topics in Finite Fields Fall 013) Rutgers University Swastik Kopparty Last modified: Thursday 16 th February, 017 1 The Statement As we suggested earlier, the original form of the Weil

More information

MTH310 EXAM 2 REVIEW

MTH310 EXAM 2 REVIEW MTH310 EXAM 2 REVIEW SA LI 4.1 Polynomial Arithmetic and the Division Algorithm A. Polynomial Arithmetic *Polynomial Rings If R is a ring, then there exists a ring T containing an element x that is not

More information

Lecture 7: Etale Fundamental Group - Examples

Lecture 7: Etale Fundamental Group - Examples Lecture 7: Etale Fundamental Group - Examples October 15, 2014 In this lecture our only goal is to give lots of examples of etale fundamental groups so that the reader gets some feel for them. Some of

More information

An Intuitive Introduction to Motivic Homotopy Theory Vladimir Voevodsky

An Intuitive Introduction to Motivic Homotopy Theory Vladimir Voevodsky What follows is Vladimir Voevodsky s snapshot of his Fields Medal work on motivic homotopy, plus a little philosophy and from my point of view the main fun of doing mathematics Voevodsky (2002). Voevodsky

More information

NOTES ON DIVISORS AND RIEMANN-ROCH

NOTES ON DIVISORS AND RIEMANN-ROCH NOTES ON DIVISORS AND RIEMANN-ROCH NILAY KUMAR Recall that due to the maximum principle, there are no nonconstant holomorphic functions on a compact complex manifold. The next best objects to study, as

More information

Chapter 7 Polynomial Functions. Factoring Review. We will talk about 3 Types: ALWAYS FACTOR OUT FIRST! Ex 2: Factor x x + 64

Chapter 7 Polynomial Functions. Factoring Review. We will talk about 3 Types: ALWAYS FACTOR OUT FIRST! Ex 2: Factor x x + 64 Chapter 7 Polynomial Functions Factoring Review We will talk about 3 Types: 1. 2. 3. ALWAYS FACTOR OUT FIRST! Ex 1: Factor x 2 + 5x + 6 Ex 2: Factor x 2 + 16x + 64 Ex 3: Factor 4x 2 + 6x 18 Ex 4: Factor

More information

Section 0.2 & 0.3 Worksheet. Types of Functions

Section 0.2 & 0.3 Worksheet. Types of Functions MATH 1142 NAME Section 0.2 & 0.3 Worksheet Types of Functions Now that we have discussed what functions are and some of their characteristics, we will explore different types of functions. Section 0.2

More information

Algebra Review 2. 1 Fields. A field is an extension of the concept of a group.

Algebra Review 2. 1 Fields. A field is an extension of the concept of a group. Algebra Review 2 1 Fields A field is an extension of the concept of a group. Definition 1. A field (F, +,, 0 F, 1 F ) is a set F together with two binary operations (+, ) on F such that the following conditions

More information

Bjorn Poonen. MSRI Introductory Workshop on Rational and Integral Points on Higher-dimensional Varieties. January 17, 2006

Bjorn Poonen. MSRI Introductory Workshop on Rational and Integral Points on Higher-dimensional Varieties. January 17, 2006 University of California at Berkeley MSRI Introductory Workshop on Rational and Integral Points on Higher-dimensional (organized by Jean-Louis Colliot-Thélène, Roger Heath-Brown, János Kollár,, Alice Silverberg,

More information

Computations/Applications

Computations/Applications Computations/Applications 1. Find the inverse of x + 1 in the ring F 5 [x]/(x 3 1). Solution: We use the Euclidean Algorithm: x 3 1 (x + 1)(x + 4x + 1) + 3 (x + 1) 3(x + ) + 0. Thus 3 (x 3 1) + (x + 1)(4x

More information

Finite Fields: An introduction through exercises Jonathan Buss Spring 2014

Finite Fields: An introduction through exercises Jonathan Buss Spring 2014 Finite Fields: An introduction through exercises Jonathan Buss Spring 2014 A typical course in abstract algebra starts with groups, and then moves on to rings, vector spaces, fields, etc. This sequence

More information

What is proof? Lesson 1

What is proof? Lesson 1 What is proof? Lesson The topic for this Math Explorer Club is mathematical proof. In this post we will go over what was covered in the first session. The word proof is a normal English word that you might

More information

Homework #2 solutions Due: June 15, 2012

Homework #2 solutions Due: June 15, 2012 All of the following exercises are based on the material in the handout on integers found on the class website. 1. Find d = gcd(475, 385) and express it as a linear combination of 475 and 385. That is

More information

Permutation Polynomials over Finite Fields

Permutation Polynomials over Finite Fields Permutation Polynomials over Finite Fields Omar Kihel Brock University 1 Finite Fields 2 How to Construct a Finite Field 3 Permutation Polynomials 4 Characterization of PP Finite Fields Let p be a prime.

More information

Linear Algebra, Summer 2011, pt. 2

Linear Algebra, Summer 2011, pt. 2 Linear Algebra, Summer 2, pt. 2 June 8, 2 Contents Inverses. 2 Vector Spaces. 3 2. Examples of vector spaces..................... 3 2.2 The column space......................... 6 2.3 The null space...........................

More information

7.5 Partial Fractions and Integration

7.5 Partial Fractions and Integration 650 CHPTER 7. DVNCED INTEGRTION TECHNIQUES 7.5 Partial Fractions and Integration In this section we are interested in techniques for computing integrals of the form P(x) dx, (7.49) Q(x) where P(x) and

More information

Solutions of exercise sheet 6

Solutions of exercise sheet 6 D-MATH Algebra I HS 14 Prof. Emmanuel Kowalski Solutions of exercise sheet 6 1. (Irreducibility of the cyclotomic polynomial) Let n be a positive integer, and P Z[X] a monic irreducible factor of X n 1

More information

Math 115 Spring 11 Written Homework 10 Solutions

Math 115 Spring 11 Written Homework 10 Solutions Math 5 Spring Written Homework 0 Solutions. For following its, state what indeterminate form the its are in and evaluate the its. (a) 3x 4x 4 x x 8 Solution: This is in indeterminate form 0. Algebraically,

More information

Handout - Algebra Review

Handout - Algebra Review Algebraic Geometry Instructor: Mohamed Omar Handout - Algebra Review Sept 9 Math 176 Today will be a thorough review of the algebra prerequisites we will need throughout this course. Get through as much

More information

Finite fields: some applications Michel Waldschmidt 1

Finite fields: some applications Michel Waldschmidt 1 Ho Chi Minh University of Science HCMUS Update: 16/09/2013 Finite fields: some applications Michel Waldschmidt 1 Exercises We fix an algebraic closure F p of the prime field F p of characteristic p. When

More information

Theorem 5.3. Let E/F, E = F (u), be a simple field extension. Then u is algebraic if and only if E/F is finite. In this case, [E : F ] = deg f u.

Theorem 5.3. Let E/F, E = F (u), be a simple field extension. Then u is algebraic if and only if E/F is finite. In this case, [E : F ] = deg f u. 5. Fields 5.1. Field extensions. Let F E be a subfield of the field E. We also describe this situation by saying that E is an extension field of F, and we write E/F to express this fact. If E/F is a field

More information

Chapter 11: Galois theory

Chapter 11: Galois theory Chapter 11: Galois theory Matthew Macauley Department of Mathematical Sciences Clemson University http://www.math.clemson.edu/~macaule/ Math 410, Spring 014 M. Macauley (Clemson) Chapter 11: Galois theory

More information

_CH04_p pdf Page 52

_CH04_p pdf Page 52 0000001071656491_CH04_p3-369.pdf Page 5 4.08 Algebra With Functions The basic rules of algebra tell you how the operations of addition and multiplication behave. Addition and multiplication are operations

More information

ALGEBRAIC GEOMETRY COURSE NOTES, LECTURE 4: MORE ABOUT VARIETIES AND REGULAR FUNCTIONS.

ALGEBRAIC GEOMETRY COURSE NOTES, LECTURE 4: MORE ABOUT VARIETIES AND REGULAR FUNCTIONS. ALGERAIC GEOMETRY COURSE NOTES, LECTURE 4: MORE AOUT VARIETIES AND REGULAR FUNCTIONS. ANDREW SALCH. More about some claims from the last lecture. Perhaps you have noticed by now that the Zariski topology

More information

Partial Fractions. June 27, In this section, we will learn to integrate another class of functions: the rational functions.

Partial Fractions. June 27, In this section, we will learn to integrate another class of functions: the rational functions. Partial Fractions June 7, 04 In this section, we will learn to integrate another class of functions: the rational functions. Definition. A rational function is a fraction of two polynomials. For example,

More information

Math 40510, Algebraic Geometry

Math 40510, Algebraic Geometry Math 40510, Algebraic Geometry Problem Set 1, due February 10, 2016 1. Let k = Z p, the field with p elements, where p is a prime. Find a polynomial f k[x, y] that vanishes at every point of k 2. [Hint:

More information

Quiz 07a. Integers Modulo 12

Quiz 07a. Integers Modulo 12 MA 3260 Lecture 07 - Binary Operations Friday, September 28, 2018. Objectives: Continue with binary operations. Quiz 07a We have a machine that is set to run for x hours, turn itself off for 3 hours, and

More information

FACTORING AFTER DEDEKIND

FACTORING AFTER DEDEKIND FACTORING AFTER DEDEKIND KEITH CONRAD Let K be a number field and p be a prime number. When we factor (p) = po K into prime ideals, say (p) = p e 1 1 peg g, we refer to the data of the e i s, the exponents

More information

Hence, (f(x) f(x 0 )) 2 + (g(x) g(x 0 )) 2 < ɛ

Hence, (f(x) f(x 0 )) 2 + (g(x) g(x 0 )) 2 < ɛ Matthew Straughn Math 402 Homework 5 Homework 5 (p. 429) 13.3.5, 13.3.6 (p. 432) 13.4.1, 13.4.2, 13.4.7*, 13.4.9 (p. 448-449) 14.2.1, 14.2.2 Exercise 13.3.5. Let (X, d X ) be a metric space, and let f

More information

AN INTRODUCTION TO ARITHMETIC AND RIEMANN SURFACE. We describe points on the unit circle with coordinate satisfying

AN INTRODUCTION TO ARITHMETIC AND RIEMANN SURFACE. We describe points on the unit circle with coordinate satisfying AN INTRODUCTION TO ARITHMETIC AND RIEMANN SURFACE 1. RATIONAL POINTS ON CIRCLE We start by asking us: How many integers x, y, z) can satisfy x 2 + y 2 = z 2? Can we describe all of them? First we can divide

More information

Resultants. Chapter Elimination Theory. Resultants

Resultants. Chapter Elimination Theory. Resultants Chapter 9 Resultants 9.1 Elimination Theory We know that a line and a curve of degree n intersect in exactly n points if we work in the projective plane over some algebraically closed field K. Using the

More information

Q 2.0.2: If it s 5:30pm now, what time will it be in 4753 hours? Q 2.0.3: Today is Wednesday. What day of the week will it be in one year from today?

Q 2.0.2: If it s 5:30pm now, what time will it be in 4753 hours? Q 2.0.3: Today is Wednesday. What day of the week will it be in one year from today? 2 Mod math Modular arithmetic is the math you do when you talk about time on a clock. For example, if it s 9 o clock right now, then it ll be 1 o clock in 4 hours. Clearly, 9 + 4 1 in general. But on a

More information

Lecture 7: Polynomial rings

Lecture 7: Polynomial rings Lecture 7: Polynomial rings Rajat Mittal IIT Kanpur You have seen polynomials many a times till now. The purpose of this lecture is to give a formal treatment to constructing polynomials and the rules

More information

An overview of key ideas

An overview of key ideas An overview of key ideas This is an overview of linear algebra given at the start of a course on the mathematics of engineering. Linear algebra progresses from vectors to matrices to subspaces. Vectors

More information

then D 1 D n = D 1 D n.

then D 1 D n = D 1 D n. Lecture 8. Intersection theory and ampleness: revisited. In this lecture, X will denote a proper irreducible variety over k = k, chark = 0, unless otherwise stated. We will indicate the dimension of X

More information

ABEL S THEOREM BEN DRIBUS

ABEL S THEOREM BEN DRIBUS ABEL S THEOREM BEN DRIBUS Abstract. Abel s Theorem is a classical result in the theory of Riemann surfaces. Important in its own right, Abel s Theorem and related ideas generalize to shed light on subjects

More information

A connection between number theory and linear algebra

A connection between number theory and linear algebra A connection between number theory and linear algebra Mark Steinberger Contents 1. Some basics 1 2. Rational canonical form 2 3. Prime factorization in F[x] 4 4. Units and order 5 5. Finite fields 7 6.

More information

2a 2 4ac), provided there is an element r in our

2a 2 4ac), provided there is an element r in our MTH 310002 Test II Review Spring 2012 Absractions versus examples The purpose of abstraction is to reduce ideas to their essentials, uncluttered by the details of a specific situation Our lectures built

More information

Algebraic Varieties. Notes by Mateusz Micha lek for the lecture on April 17, 2018, in the IMPRS Ringvorlesung Introduction to Nonlinear Algebra

Algebraic Varieties. Notes by Mateusz Micha lek for the lecture on April 17, 2018, in the IMPRS Ringvorlesung Introduction to Nonlinear Algebra Algebraic Varieties Notes by Mateusz Micha lek for the lecture on April 17, 2018, in the IMPRS Ringvorlesung Introduction to Nonlinear Algebra Algebraic varieties represent solutions of a system of polynomial

More information

Finite Fields. Saravanan Vijayakumaran Department of Electrical Engineering Indian Institute of Technology Bombay

Finite Fields. Saravanan Vijayakumaran Department of Electrical Engineering Indian Institute of Technology Bombay 1 / 25 Finite Fields Saravanan Vijayakumaran sarva@ee.iitb.ac.in Department of Electrical Engineering Indian Institute of Technology Bombay September 25, 2014 2 / 25 Fields Definition A set F together

More information

LECTURE 5, FRIDAY

LECTURE 5, FRIDAY LECTURE 5, FRIDAY 20.02.04 FRANZ LEMMERMEYER Before we start with the arithmetic of elliptic curves, let us talk a little bit about multiplicities, tangents, and singular points. 1. Tangents How do we

More information

Modular numbers and Error Correcting Codes. Introduction. Modular Arithmetic.

Modular numbers and Error Correcting Codes. Introduction. Modular Arithmetic. Modular numbers and Error Correcting Codes Introduction Modular Arithmetic Finite fields n-space over a finite field Error correcting codes Exercises Introduction. Data transmission is not normally perfect;

More information

Modular Arithmetic Instructor: Marizza Bailey Name:

Modular Arithmetic Instructor: Marizza Bailey Name: Modular Arithmetic Instructor: Marizza Bailey Name: 1. Introduction to Modular Arithmetic If someone asks you what day it is 145 days from now, what would you answer? Would you count 145 days, or find

More information

Chapter 4 Finite Fields

Chapter 4 Finite Fields Chapter 4 Finite Fields Introduction will now introduce finite fields of increasing importance in cryptography AES, Elliptic Curve, IDEA, Public Key concern operations on numbers what constitutes a number

More information

NONCOMMUTATIVE POLYNOMIAL EQUATIONS. Edward S. Letzter. Introduction

NONCOMMUTATIVE POLYNOMIAL EQUATIONS. Edward S. Letzter. Introduction NONCOMMUTATIVE POLYNOMIAL EQUATIONS Edward S Letzter Introduction My aim in these notes is twofold: First, to briefly review some linear algebra Second, to provide you with some new tools and techniques

More information

CHAPTER 0 PRELIMINARY MATERIAL. Paul Vojta. University of California, Berkeley. 18 February 1998

CHAPTER 0 PRELIMINARY MATERIAL. Paul Vojta. University of California, Berkeley. 18 February 1998 CHAPTER 0 PRELIMINARY MATERIAL Paul Vojta University of California, Berkeley 18 February 1998 This chapter gives some preliminary material on number theory and algebraic geometry. Section 1 gives basic

More information

Statements, Implication, Equivalence

Statements, Implication, Equivalence Part 1: Formal Logic Statements, Implication, Equivalence Martin Licht, Ph.D. January 10, 2018 UC San Diego Department of Mathematics Math 109 A statement is either true or false. We also call true or

More information

CHAPTER 10: POLYNOMIALS (DRAFT)

CHAPTER 10: POLYNOMIALS (DRAFT) CHAPTER 10: POLYNOMIALS (DRAFT) LECTURE NOTES FOR MATH 378 (CSUSM, SPRING 2009). WAYNE AITKEN The material in this chapter is fairly informal. Unlike earlier chapters, no attempt is made to rigorously

More information

1 Absolute values and discrete valuations

1 Absolute values and discrete valuations 18.785 Number theory I Lecture #1 Fall 2015 09/10/2015 1 Absolute values and discrete valuations 1.1 Introduction At its core, number theory is the study of the ring Z and its fraction field Q. Many questions

More information

Elliptic curves, Néron models, and duality

Elliptic curves, Néron models, and duality Elliptic curves, Néron models, and duality Jean Gillibert Durham, Pure Maths Colloquium 26th February 2007 1 Elliptic curves and Weierstrass equations Let K be a field Definition: An elliptic curve over

More information

6.3 Partial Fractions

6.3 Partial Fractions 6.3 Partial Fractions Mark Woodard Furman U Fall 2009 Mark Woodard (Furman U) 6.3 Partial Fractions Fall 2009 1 / 11 Outline 1 The method illustrated 2 Terminology 3 Factoring Polynomials 4 Partial fraction

More information

Discrete Math. Instructor: Mike Picollelli. Day 10

Discrete Math. Instructor: Mike Picollelli. Day 10 Day 10 Fibonacci Redux. Last time, we saw that F n = 1 5 (( 1 + ) n ( 5 2 1 ) n ) 5. 2 What Makes The Fibonacci Numbers So Special? The Fibonacci numbers are a particular type of recurrence relation, a

More information

MAS114: Solutions to Exercises

MAS114: Solutions to Exercises MAS114: s to Exercises Up to week 8 Note that the challenge problems are intended to be difficult! Doing any of them is an achievement. Please hand them in on a separate piece of paper if you attempt them.

More information

[06.1] Given a 3-by-3 matrix M with integer entries, find A, B integer 3-by-3 matrices with determinant ±1 such that AMB is diagonal.

[06.1] Given a 3-by-3 matrix M with integer entries, find A, B integer 3-by-3 matrices with determinant ±1 such that AMB is diagonal. (January 14, 2009) [06.1] Given a 3-by-3 matrix M with integer entries, find A, B integer 3-by-3 matrices with determinant ±1 such that AMB is diagonal. Let s give an algorithmic, rather than existential,

More information

Advanced Mathematics Unit 2 Limits and Continuity

Advanced Mathematics Unit 2 Limits and Continuity Advanced Mathematics 3208 Unit 2 Limits and Continuity NEED TO KNOW Expanding Expanding Expand the following: A) (a + b) 2 B) (a + b) 3 C) (a + b)4 Pascals Triangle: D) (x + 2) 4 E) (2x -3) 5 Random Factoring

More information

Advanced Mathematics Unit 2 Limits and Continuity

Advanced Mathematics Unit 2 Limits and Continuity Advanced Mathematics 3208 Unit 2 Limits and Continuity NEED TO KNOW Expanding Expanding Expand the following: A) (a + b) 2 B) (a + b) 3 C) (a + b)4 Pascals Triangle: D) (x + 2) 4 E) (2x -3) 5 Random Factoring

More information

CHMC: Finite Fields 9/23/17

CHMC: Finite Fields 9/23/17 CHMC: Finite Fields 9/23/17 1 Introduction This worksheet is an introduction to the fascinating subject of finite fields. Finite fields have many important applications in coding theory and cryptography,

More information

means is a subset of. So we say A B for sets A and B if x A we have x B holds. BY CONTRAST, a S means that a is a member of S.

means is a subset of. So we say A B for sets A and B if x A we have x B holds. BY CONTRAST, a S means that a is a member of S. 1 Notation For those unfamiliar, we have := means equal by definition, N := {0, 1,... } or {1, 2,... } depending on context. (i.e. N is the set or collection of counting numbers.) In addition, means for

More information

10. Smooth Varieties. 82 Andreas Gathmann

10. Smooth Varieties. 82 Andreas Gathmann 82 Andreas Gathmann 10. Smooth Varieties Let a be a point on a variety X. In the last chapter we have introduced the tangent cone C a X as a way to study X locally around a (see Construction 9.20). It

More information

Section 3.1: Definition and Examples (Vector Spaces), Completed

Section 3.1: Definition and Examples (Vector Spaces), Completed Section 3.1: Definition and Examples (Vector Spaces), Completed 1. Examples Euclidean Vector Spaces: The set of n-length vectors that we denoted by R n is a vector space. For simplicity, let s consider

More information

Math 312/ AMS 351 (Fall 17) Sample Questions for Final

Math 312/ AMS 351 (Fall 17) Sample Questions for Final Math 312/ AMS 351 (Fall 17) Sample Questions for Final 1. Solve the system of equations 2x 1 mod 3 x 2 mod 7 x 7 mod 8 First note that the inverse of 2 is 2 mod 3. Thus, the first equation becomes (multiply

More information

Continuing discussion of CRC s, especially looking at two-bit errors

Continuing discussion of CRC s, especially looking at two-bit errors Continuing discussion of CRC s, especially looking at two-bit errors The definition of primitive binary polynomials Brute force checking for primitivity A theorem giving a better test for primitivity Fast

More information

Resolution of Singularities in Algebraic Varieties

Resolution of Singularities in Algebraic Varieties Resolution of Singularities in Algebraic Varieties Emma Whitten Summer 28 Introduction Recall that algebraic geometry is the study of objects which are or locally resemble solution sets of polynomial equations.

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 02 Groups: Subgroups and homomorphism (Refer Slide Time: 00:13) We looked

More information

Complex Numbers: Definition: A complex number is a number of the form: z = a + bi where a, b are real numbers and i is a symbol with the property: i

Complex Numbers: Definition: A complex number is a number of the form: z = a + bi where a, b are real numbers and i is a symbol with the property: i Complex Numbers: Definition: A complex number is a number of the form: z = a + bi where a, b are real numbers and i is a symbol with the property: i 2 = 1 Sometimes we like to think of i = 1 We can treat

More information

Section IV.23. Factorizations of Polynomials over a Field

Section IV.23. Factorizations of Polynomials over a Field IV.23 Factorizations of Polynomials 1 Section IV.23. Factorizations of Polynomials over a Field Note. Our experience with classical algebra tells us that finding the zeros of a polynomial is equivalent

More information

Welcome to IB Math - Standard Level Year 2

Welcome to IB Math - Standard Level Year 2 Welcome to IB Math - Standard Level Year 2 Why math? Not So Some things to know: Good HW Good HW Good HW www.aleimath.blogspot.com Example 1. Lots of info at Example Example 2. HW yup. You know you love

More information

Ch 7 Summary - POLYNOMIAL FUNCTIONS

Ch 7 Summary - POLYNOMIAL FUNCTIONS Ch 7 Summary - POLYNOMIAL FUNCTIONS 1. An open-top box is to be made by cutting congruent squares of side length x from the corners of a 8.5- by 11-inch sheet of cardboard and bending up the sides. a)

More information

Twitter: @Owen134866 www.mathsfreeresourcelibrary.com Prior Knowledge Check 1) Simplify: a) 3x 2 5x 5 b) 5x3 y 2 15x 7 2) Factorise: a) x 2 2x 24 b) 3x 2 17x + 20 15x 2 y 3 3) Use long division to calculate:

More information

Finite Fields. SOLUTIONS Network Coding - Prof. Frank H.P. Fitzek

Finite Fields. SOLUTIONS Network Coding - Prof. Frank H.P. Fitzek Finite Fields In practice most finite field applications e.g. cryptography and error correcting codes utilizes a specific type of finite fields, namely the binary extension fields. The following exercises

More information

How might we evaluate this? Suppose that, by some good luck, we knew that. x 2 5. x 2 dx 5

How might we evaluate this? Suppose that, by some good luck, we knew that. x 2 5. x 2 dx 5 8.4 1 8.4 Partial Fractions Consider the following integral. 13 2x (1) x 2 x 2 dx How might we evaluate this? Suppose that, by some good luck, we knew that 13 2x (2) x 2 x 2 = 3 x 2 5 x + 1 We could then

More information

Math Fundamentals for Statistics I (Math 52) Unit 7: Connections (Graphs, Equations and Inequalities)

Math Fundamentals for Statistics I (Math 52) Unit 7: Connections (Graphs, Equations and Inequalities) Math Fundamentals for Statistics I (Math 52) Unit 7: Connections (Graphs, Equations and Inequalities) By Scott Fallstrom and Brent Pickett The How and Whys Guys This work is licensed under a Creative Commons

More information