Gaussian Integers and Unique Factorization

Total Page:16

File Type:pdf, Size:1020Kb

Gaussian Integers and Unique Factorization 6 Gaussian Integers and Rings of Algebraic Integers One way that Euler, Lagrange, Jacobi, Kummer and others tackled Fermat’s Last Theorem was to try to show that the equation xn + yn = zn had no non-zero solutions in a ring containing the integers. Ultimately, proofs for a large number of exponents were obtained this way. Many other number theory problems can be approached similarly. Perhaps the simplest example of such a ring is the following: Definition 6.1. The Gaussian integers are the set Z[i] = x + iy : x, y Z of complex numbers f 2 g whose real and imaginary parts are both integers. Z[i] is a ring (really a subring of C) since it is closed under addition and multiplication: (x + iy) + (p + iq) = (x + p) + i(y + q), (x + iy)(p + iq) = (xp yq) + i(xq + yp) − Note how the second follows from the fact that i satisfies the quadratic polynomial i2 + 1 = 0. 6.1 The Division and Euclidean Algorithms for the Gaussian Integers Our first goal is to develop unique factorization in Z[i]. Recall how this works in the integers: every non-zero z Z may be written uniquely as 2 z = upk1 pkn 1 ··· n where k ,..., k N and, more importantly, 1 n 2 • u = 1 is a unit; an element of Z with a multiplicative inverse ( v Z such that uv = 1). ± 9 2 • p ,..., p are distinct irreducibles/primes; a p = a = 1 or p. 1 n j ) ± ± To do the same in Z[i], we first need to identify the ingredients: what are the units and the Gaussian primes? Since primality depends on divisibility, we start by working towards a division algorithm. Definition 6.2 (Divisibility). Givena a, b Z[i], we write a b g such that b = ga. 2 j () 9 aFor the duration of this chapter, Greek letters denote complex numbers and Latin letters integers. Examples 6.3. With the exception of 0 0, testing for divisibility requires the usual ‘multiply by the j conjugate’ trick: 7 + i (7 + i)(1 3i) 10 20i 1. Since = − = − = 1 2i Z[i], we conclude that 1 + 3i 7 + i. 1 + 3i 10 10 − 2 4 + i (4 + i)(1 3i) 7 11i 2. Since = − = − Z[i], we see that 1 + 3i - 4 + i. 1 + 3i 10 10 62 To obtain a version of the division algorithm we need some a notion that the remainder be smaller than a divisor. Thankfully, the modulus provides such for the complex numbers. In part to avoid nasty square roots, we instead use the square of the modulus. 1 Definition 6.4. The norm of a Gaussian integer a = x + iy is N(a) := a 2 = x2 + y2 j j The norm has a couple of useful basic properties analogous to the absolute value in Z: Lemma 6.5. 1. (Multiplicativity) N(ab) = N(a)N(b): this holds for any complex numbers a, b. 2. (Units) a is a unit if and only if N(a) = 1, whence Z[i] has precisely four units: 1, i. ± ± Proof. 1. Just multiply it out. We get almost the same formula as when we discussed sums of squares: if a = x + iy and b = u + iv, then N(ab) = (xu yv)2 + (xv + yu)2 = (x2 + y2)(u2 + v2) = N(a)N(b) − 2. a Z[i] is a unit if and only if b Z[i] such that ab = 1. Taking norms, we see that 2 9 2 N(a)N(b) = N(1) = 1 Since norms are positive integers, this says that N(a) = 1. Conversely, N(a) = 1 = aa = 1 so that a is a unit. ) Theorem 6.6 (Division algorithm). Let a, b Z[i] with b = 0. Then g, r Z[i] for which 2 6 9 2 a = bg + r and N(r) < N(b) The proof is somewhat algorithmic, so we obtain it before computing an example. First observe: • The norm gives the required notion that the remainder r be smaller than the divisor b. • Unlike with the division algorithm in Z, we make no claim that g and r are unique. r N(r) r < Proof. First reframe the goal. Since N( b ) = N(b) , our job is to find r such that N( b ) 1. Since the norm is distance squared, and we want r a = g b b − it is enough for us to find any g Z[i] within distance 1 of a . This is trivial to do, since the Gaussian 2 b integers form an equally-spaced lattice in the complex plane. Let g be any suitable value and define r = a bg, whence − a N(r) = N(a bg) = N g N(b) < N(b) − b − a We could have introduced uniqueness by choosing the closest g to b , preferenced by lexicographic ordering in case of a tie, but this would be unhelpfully messy! 2 a 4+5i Examples 6.7. 1. Let a = 4 + 5i and b = 3. Then b = 3 is iR within unit distance of four Gaussian integers. In this case 3i we have N(b) = 9 and we may write the division algorithm in four different ways 2i 4+5i 4 + 5i = 3(1 + 2i) + (1 i) N(r) = 2 − 3 = 3(2 + 2i) + ( 2 i) = 5 − − i = 3(1 + i) + (1 + 2i) = 5 = 3(2 + i) + ( 2 + 2i) = 8 − 0 R 2. Let a = 2 + 7i and b = 1 + 2i. Then 0123 iR a (2 + 7i)(1 2i) 16 + 3i = − = 4i b 5 5 3i Choose g = 3 + i and write 2i 2 + 7i = (1 + 2i)(3 + i) + 1 where N(r) = N(1) = 1 < 5 = N(b), as required. Two i 16+3i a 5 other Gaussian integers lie within unit distance of b : the corresponding statements of the division algorithm are 0 01234 R 2 + 7i = (1 + 2i) 3 + ( 1 + i) N(r) = 2 · − = (1 + 2i)(4 + i) 2i = 4 − Greatest Common Divisors and the Euclidean Algorithm The discussion of greatest common divisors and the Euclidean Algorithm is almost identical to that in the integers, though there are some subtleties. Definition 6.8. Given a, b Z[i], consider the set 2 S = ka + lb : k, l Z[i] f 2 g A greatest common divisor d of a and b is a non-zero element of S with minimal norm. The definition is algebraically nice, but awkward to compute with directly, except in special cases. Example 6.9. If we take a = 2 + i and b = i, observe that 1 = (1 + i)(2 + i) 3i S − 2 Since no element of S could possibly have smaller positive norm, we conclude that 1 is a greatest common divisor. As previously, we’d say that a, b are relatively prime. Note that there are four distinct greatest common divisors: multiplying the above by any unit shows that 1, i S. Since no other complex numbers have norm 1, these are all the greatest common ± ± 2 divisors. 3 Trying to guess some linear combination of a, b as above is hopeless in general. Thankfully the Eucldiean Algorithm will provide a systematic method. Before seeing this, we check that greatest common divisors really have the properties their name leads us to expect! Theorem 6.10. Let d be any gcd of a, b. Then: 1. (Common divisor) d divides both a and b; 2. (Maximality) Every common divisor of a, b divides d (among all such, d has maximum norm); 3. (Four gcds) S = md : m Z[i] . In particular, d, id are all the greatest common divisors. f 2 g ± ± Since you should have seen a version of this for the integers, we leave the proof to the Exercises. It is legitimate to write d = gcd(a, b) as long as you appreciate (part 3) that the gcd is not unique! It is common to normalize a gcd by insisting that x > 0 and y 0 where d = x + iy: exactly one of the ≥ four choices will satisfy this. Now suppose we have a line from the division algorithm: a = gb + r = ka + lb = (l + k)b + kr ) The sets S generated by the pairs (a, b) and (b, r) are therefore identical, and we conclude that gcd(a, b) = gcd(b, r)! The Eucldiean algorithm now proceeds as in the integers: simply iterate the division algorithm and the last non-zero remainder will be a greatest common divisor. Since division of complex numbers is messier than in the integers, any given example of the Eu- clidean algorithm takes much longer. Examples 6.11. 1. We compute gcd(4 + i,3 ). 4+i Observe that 3 is within unit distance of four Gaussian integers 1, 2, 1 + i, 2 + i. We perform the calculation with the first of these. 4 + i = 1 3 + (1 + i) N(1 + i) = 2 < 9 = N(3) · 3 = (1 i)(1 + i) + 1 N(1) = 1 − The algorithm can be reversed to obtain gcd(4 + i,3 ) = 1 = 3 (1 i)(1 + i) = 3 (1 i) 4 + i 3 − − − − − = (2 i) 3 + (i 1)(4 + i) ( ) − · − ∗ Alternatively, we could have done the following: 4 + i = 2 3 + (i 2) N(i 2) = 5 · − − 3 = ( 1 i)(i 2) + ( i) N( i) = 1 − − − − − from which gcd(4 + i,3 ) = i = 3 + (1 + i)(i 2) = 3 + (1 + i)(4 + i 2 3) − − − · = ( 1 2i) 3 + (1 + i)(4 + i) − − · This is simply ( ) multiplied through by i. ∗ − 4 2. Find gcd(7 + 17i,8 14i). First apply the division algorithm: − a 7 + 17i (7 + 17i)(8 + 14i) 7 + 9i = = = − b 8 14i 82 + 142 10 − so we choose g = 1 + i = 7 + 17i = ( 1 + i)(8 14i) + 1 5i − ) − − − Applying again: 8 14i (8 14i)(1 + 5i) − = − = 3 + i Z[i] = gcd(7 + 17i,8 14i) = 1 5i 1 5i 26 2 ) − − − Indeed we have (3 + i)( 7 + 9i) 8 14i = (3 + i)(1 5i) = 7 + 17i = − (1 5i) = ( 3 + 2i)(1 5i) − − ) 10 − − − Normalizing the gcd, we can write gcd(7 + 17i,8 14i) = 5 + i = i(1 5i) = i(7 + 17i) + (1 + i)(8 14i) − − − Exercises 1.
Recommended publications
  • Algorithmic Factorization of Polynomials Over Number Fields
    Rose-Hulman Institute of Technology Rose-Hulman Scholar Mathematical Sciences Technical Reports (MSTR) Mathematics 5-18-2017 Algorithmic Factorization of Polynomials over Number Fields Christian Schulz Rose-Hulman Institute of Technology Follow this and additional works at: https://scholar.rose-hulman.edu/math_mstr Part of the Number Theory Commons, and the Theory and Algorithms Commons Recommended Citation Schulz, Christian, "Algorithmic Factorization of Polynomials over Number Fields" (2017). Mathematical Sciences Technical Reports (MSTR). 163. https://scholar.rose-hulman.edu/math_mstr/163 This Dissertation is brought to you for free and open access by the Mathematics at Rose-Hulman Scholar. It has been accepted for inclusion in Mathematical Sciences Technical Reports (MSTR) by an authorized administrator of Rose-Hulman Scholar. For more information, please contact [email protected]. Algorithmic Factorization of Polynomials over Number Fields Christian Schulz May 18, 2017 Abstract The problem of exact polynomial factorization, in other words expressing a poly- nomial as a product of irreducible polynomials over some field, has applications in algebraic number theory. Although some algorithms for factorization over algebraic number fields are known, few are taught such general algorithms, as their use is mainly as part of the code of various computer algebra systems. This thesis provides a summary of one such algorithm, which the author has also fully implemented at https://github.com/Whirligig231/number-field-factorization, along with an analysis of the runtime of this algorithm. Let k be the product of the degrees of the adjoined elements used to form the algebraic number field in question, let s be the sum of the squares of these degrees, and let d be the degree of the polynomial to be factored; then the runtime of this algorithm is found to be O(d4sk2 + 2dd3).
    [Show full text]
  • Gaussian Prime Labeling of Super Subdivision of Star Graphs
    of Math al em rn a u ti o c J s l A a Int. J. Math. And Appl., 8(4)(2020), 35{39 n n d o i i t t a s n A ISSN: 2347-1557 r e p t p n l I i c • Available Online: http://ijmaa.in/ a t 7 i o 5 n 5 • s 1 - 7 4 I 3 S 2 S : N International Journal of Mathematics And its Applications Gaussian Prime Labeling of Super Subdivision of Star Graphs T. J. Rajesh Kumar1,∗ and Antony Sanoj Jerome2 1 Department of Mathematics, T.K.M College of Engineering, Kollam, Kerala, India. 2 Research Scholar, University College, Thiruvananthapuram, Kerala, India. Abstract: Gaussian integers are the complex numbers of the form a + bi where a; b 2 Z and i2 = −1 and it is denoted by Z[i]. A Gaussian prime labeling on G is a bijection from the vertices of G to [ n], the set of the first n Gaussian integers in the spiral ordering such that if uv 2 E(G), then (u) and (v) are relatively prime. Using the order on the Gaussian integers, we discuss the Gaussian prime labeling of super subdivision of star graphs. MSC: 05C78. Keywords: Gaussian Integers, Gaussian Prime Labeling, Super Subdivision of Graphs. © JS Publication. 1. Introduction The graphs considered in this paper are finite and simple. The terms which are not defined here can be referred from Gallian [1] and West [2]. A labeling or valuation of a graph G is an assignment f of labels to the vertices of G that induces for each edge xy, a label depending upon the vertex labels f(x) and f(y).
    [Show full text]
  • Survey of Modern Mathematical Topics Inspired by History of Mathematics
    Survey of Modern Mathematical Topics inspired by History of Mathematics Paul L. Bailey Department of Mathematics, Southern Arkansas University E-mail address: [email protected] Date: January 21, 2009 i Contents Preface vii Chapter I. Bases 1 1. Introduction 1 2. Integer Expansion Algorithm 2 3. Radix Expansion Algorithm 3 4. Rational Expansion Property 4 5. Regular Numbers 5 6. Problems 6 Chapter II. Constructibility 7 1. Construction with Straight-Edge and Compass 7 2. Construction of Points in a Plane 7 3. Standard Constructions 8 4. Transference of Distance 9 5. The Three Greek Problems 9 6. Construction of Squares 9 7. Construction of Angles 10 8. Construction of Points in Space 10 9. Construction of Real Numbers 11 10. Hippocrates Quadrature of the Lune 14 11. Construction of Regular Polygons 16 12. Problems 18 Chapter III. The Golden Section 19 1. The Golden Section 19 2. Recreational Appearances of the Golden Ratio 20 3. Construction of the Golden Section 21 4. The Golden Rectangle 21 5. The Golden Triangle 22 6. Construction of a Regular Pentagon 23 7. The Golden Pentagram 24 8. Incommensurability 25 9. Regular Solids 26 10. Construction of the Regular Solids 27 11. Problems 29 Chapter IV. The Euclidean Algorithm 31 1. Induction and the Well-Ordering Principle 31 2. Division Algorithm 32 iii iv CONTENTS 3. Euclidean Algorithm 33 4. Fundamental Theorem of Arithmetic 35 5. Infinitude of Primes 36 6. Problems 36 Chapter V. Archimedes on Circles and Spheres 37 1. Precursors of Archimedes 37 2. Results from Euclid 38 3. Measurement of a Circle 39 4.
    [Show full text]
  • Math 3010 § 1. Treibergs First Midterm Exam Name
    Math 3010 x 1. First Midterm Exam Name: Solutions Treibergs February 7, 2018 1. For each location, fill in the corresponding map letter. For each mathematician, fill in their principal location by number, and dates and mathematical contribution by letter. Mathematician Location Dates Contribution Archimedes 5 e β Euclid 1 d δ Plato 2 c ζ Pythagoras 3 b γ Thales 4 a α Locations Dates Contributions 1. Alexandria E a. 624{547 bc α. Advocated the deductive method. First man to have a theorem attributed to him. 2. Athens D b. 580{497 bc β. Discovered theorems using mechanical intuition for which he later provided rigorous proofs. 3. Croton A c. 427{346 bc γ. Explained musical harmony in terms of whole number ratios. Found that some lengths are irrational. 4. Miletus D d. 330{270 bc δ. His books set the standard for mathematical rigor until the 19th century. 5. Syracuse B e. 287{212 bc ζ. Theorems require sound definitions and proofs. The line and the circle are the purest elements of geometry. 1 2. Use the Euclidean algorithm to find the greatest common divisor of 168 and 198. Find two integers x and y so that gcd(198; 168) = 198x + 168y: Give another example of a Diophantine equation. What property does it have to be called Diophantine? (Saying that it was invented by Diophantus gets zero points!) 198 = 1 · 168 + 30 168 = 5 · 30 + 18 30 = 1 · 18 + 12 18 = 1 · 12 + 6 12 = 3 · 6 + 0 So gcd(198; 168) = 6. 6 = 18 − 12 = 18 − (30 − 18) = 2 · 18 − 30 = 2 · (168 − 5 · 30) − 30 = 2 · 168 − 11 · 30 = 2 · 168 − 11 · (198 − 168) = 13 · 168 − 11 · 198 Thus x = −11 and y = 13 .
    [Show full text]
  • Number Theory Course Notes for MA 341, Spring 2018
    Number Theory Course notes for MA 341, Spring 2018 Jared Weinstein May 2, 2018 Contents 1 Basic properties of the integers 3 1.1 Definitions: Z and Q .......................3 1.2 The well-ordering principle . .5 1.3 The division algorithm . .5 1.4 Running times . .6 1.5 The Euclidean algorithm . .8 1.6 The extended Euclidean algorithm . 10 1.7 Exercises due February 2. 11 2 The unique factorization theorem 12 2.1 Factorization into primes . 12 2.2 The proof that prime factorization is unique . 13 2.3 Valuations . 13 2.4 The rational root theorem . 15 2.5 Pythagorean triples . 16 2.6 Exercises due February 9 . 17 3 Congruences 17 3.1 Definition and basic properties . 17 3.2 Solving Linear Congruences . 18 3.3 The Chinese Remainder Theorem . 19 3.4 Modular Exponentiation . 20 3.5 Exercises due February 16 . 21 1 4 Units modulo m: Fermat's theorem and Euler's theorem 22 4.1 Units . 22 4.2 Powers modulo m ......................... 23 4.3 Fermat's theorem . 24 4.4 The φ function . 25 4.5 Euler's theorem . 26 4.6 Exercises due February 23 . 27 5 Orders and primitive elements 27 5.1 Basic properties of the function ordm .............. 27 5.2 Primitive roots . 28 5.3 The discrete logarithm . 30 5.4 Existence of primitive roots for a prime modulus . 30 5.5 Exercises due March 2 . 32 6 Some cryptographic applications 33 6.1 The basic problem of cryptography . 33 6.2 Ciphers, keys, and one-time pads .
    [Show full text]
  • Subclass Discriminant Nonnegative Matrix Factorization for Facial Image Analysis
    Pattern Recognition 45 (2012) 4080–4091 Contents lists available at SciVerse ScienceDirect Pattern Recognition journal homepage: www.elsevier.com/locate/pr Subclass discriminant Nonnegative Matrix Factorization for facial image analysis Symeon Nikitidis b,a, Anastasios Tefas b, Nikos Nikolaidis b,a, Ioannis Pitas b,a,n a Informatics and Telematics Institute, Center for Research and Technology, Hellas, Greece b Department of Informatics, Aristotle University of Thessaloniki, Greece article info abstract Article history: Nonnegative Matrix Factorization (NMF) is among the most popular subspace methods, widely used in Received 4 October 2011 a variety of image processing problems. Recently, a discriminant NMF method that incorporates Linear Received in revised form Discriminant Analysis inspired criteria has been proposed, which achieves an efficient decomposition of 21 March 2012 the provided data to its discriminant parts, thus enhancing classification performance. However, this Accepted 26 April 2012 approach possesses certain limitations, since it assumes that the underlying data distribution is Available online 16 May 2012 unimodal, which is often unrealistic. To remedy this limitation, we regard that data inside each class Keywords: have a multimodal distribution, thus forming clusters and use criteria inspired by Clustering based Nonnegative Matrix Factorization Discriminant Analysis. The proposed method incorporates appropriate discriminant constraints in the Subclass discriminant analysis NMF decomposition cost function in order to address the problem of finding discriminant projections Multiplicative updates that enhance class separability in the reduced dimensional projection space, while taking into account Facial expression recognition Face recognition subclass information. The developed algorithm has been applied for both facial expression and face recognition on three popular databases.
    [Show full text]
  • CSU200 Discrete Structures Professor Fell Integers and Division
    CSU200 Discrete Structures Professor Fell Integers and Division Though you probably learned about integers and division back in fourth grade, we need formal definitions and theorems to describe the algorithms we use and to very that they are correct, in general. If a and b are integers, a ¹ 0, we say a divides b if there is an integer c such that b = ac. a is a factor of b. a | b means a divides b. a | b mean a does not divide b. Theorem 1: Let a, b, and c be integers, then 1. if a | b and a | c then a | (b + c) 2. if a | b then a | bc for all integers, c 3. if a | b and b | c then a | c. Proof: Here is a proof of 1. Try to prove the others yourself. Assume a, b, and c be integers and that a | b and a | c. From the definition of divides, there must be integers m and n such that: b = ma and c = na. Then, adding equals to equals, we have b + c = ma + na. By the distributive law and commutativity, b + c = (m + n)a. By closure of addition, m + n is an integer so, by the definition of divides, a | (b + c). Q.E.D. Corollary: If a, b, and c are integers such that a | b and a | c then a | (mb + nc) for all integers m and n. Primes A positive integer p > 1 is called prime if the only positive factor of p are 1 and p.
    [Show full text]
  • Finite Fields: Further Properties
    Chapter 4 Finite fields: further properties 8 Roots of unity in finite fields In this section, we will generalize the concept of roots of unity (well-known for complex numbers) to the finite field setting, by considering the splitting field of the polynomial xn − 1. This has links with irreducible polynomials, and provides an effective way of obtaining primitive elements and hence representing finite fields. Definition 8.1 Let n ∈ N. The splitting field of xn − 1 over a field K is called the nth cyclotomic field over K and denoted by K(n). The roots of xn − 1 in K(n) are called the nth roots of unity over K and the set of all these roots is denoted by E(n). The following result, concerning the properties of E(n), holds for an arbitrary (not just a finite!) field K. Theorem 8.2 Let n ∈ N and K a field of characteristic p (where p may take the value 0 in this theorem). Then (i) If p ∤ n, then E(n) is a cyclic group of order n with respect to multiplication in K(n). (ii) If p | n, write n = mpe with positive integers m and e and p ∤ m. Then K(n) = K(m), E(n) = E(m) and the roots of xn − 1 are the m elements of E(m), each occurring with multiplicity pe. Proof. (i) The n = 1 case is trivial. For n ≥ 2, observe that xn − 1 and its derivative nxn−1 have no common roots; thus xn −1 cannot have multiple roots and hence E(n) has n elements.
    [Show full text]
  • Prime Factorization
    Prime Factorization Prime Number ­ A number with only two factors: ____ and itself Circle the prime numbers listed below 25 30 2 5 1 9 14 61 Composite Number ­ A number that has more than 2 factors List five examples of composite numbers What kind of number is 0? What kind of number is 1? Every human has a unique fingerprint. Similarly, every COMPOSITE number has a unique "factorprint" called __________________________ Prime Factorization ­ the factorization of a composite number into ____________ factors You can use a _________________ to find the prime factorization of any composite number. Ask yourself, "what Factorization two whole numbers 24 could I multiply together to equal the given number?" If the number is prime, do not put 1 x the number. Once you have all prime numbers, you are finished. Write your answer in exponential form. 24 Expanded Form (written as a multiplication of prime numbers) _______________________ Exponential Form (written with exponents) ________________________ Prime Factorization Ask yourself, "what two 36 numbers could I multiply together to equal the given number?" If the number is prime, do not put 1 x the number. Once you have all prime numbers, you are finished. Write your answer in both expanded and exponential forms. Prime Factorization Ask yourself, "what two 68 numbers could I multiply together to equal the given number?" If the number is prime, do not put 1 x the number. Once you have all prime numbers, you are finished. Write your answer in both expanded and exponential forms. Prime Factorization Ask yourself, "what two 120 numbers could I multiply together to equal the given number?" If the number is prime, do not put 1 x the number.
    [Show full text]
  • THE GAUSSIAN INTEGERS Since the Work of Gauss, Number Theorists
    THE GAUSSIAN INTEGERS KEITH CONRAD Since the work of Gauss, number theorists have been interested in analogues of Z where concepts from arithmetic can also be developed. The example we will look at in this handout is the Gaussian integers: Z[i] = fa + bi : a; b 2 Zg: Excluding the last two sections of the handout, the topics we will study are extensions of common properties of the integers. Here is what we will cover in each section: (1) the norm on Z[i] (2) divisibility in Z[i] (3) the division theorem in Z[i] (4) the Euclidean algorithm Z[i] (5) Bezout's theorem in Z[i] (6) unique factorization in Z[i] (7) modular arithmetic in Z[i] (8) applications of Z[i] to the arithmetic of Z (9) primes in Z[i] 1. The Norm In Z, size is measured by the absolute value. In Z[i], we use the norm. Definition 1.1. For α = a + bi 2 Z[i], its norm is the product N(α) = αα = (a + bi)(a − bi) = a2 + b2: For example, N(2 + 7i) = 22 + 72 = 53. For m 2 Z, N(m) = m2. In particular, N(1) = 1. Thinking about a + bi as a complex number, its norm is the square of its usual absolute value: p ja + bij = a2 + b2; N(a + bi) = a2 + b2 = ja + bij2: The reason we prefer to deal with norms on Z[i] instead of absolute values on Z[i] is that norms are integers (rather than square roots), and the divisibility properties of norms in Z will provide important information about divisibility properties in Z[i].
    [Show full text]
  • Intersections of Deleted Digits Cantor Sets with Gaussian Integer Bases
    INTERSECTIONS OF DELETED DIGITS CANTOR SETS WITH GAUSSIAN INTEGER BASES Athesissubmittedinpartialfulfillment of the requirements for the degree of Master of Science By VINCENT T. SHAW B.S., Wright State University, 2017 2020 Wright State University WRIGHT STATE UNIVERSITY SCHOOL OF GRADUATE STUDIES May 1, 2020 I HEREBY RECOMMEND THAT THE THESIS PREPARED UNDER MY SUPER- VISION BY Vincent T. Shaw ENTITLED Intersections of Deleted Digits Cantor Sets with Gaussian Integer Bases BE ACCEPTED IN PARTIAL FULFILLMENT OF THE RE- QUIREMENTS FOR THE DEGREE OF Master of Science. ____________________ Steen Pedersen, Ph.D. Thesis Director ____________________ Ayse Sahin, Ph.D. Department Chair Committee on Final Examination ____________________ Steen Pedersen, Ph.D. ____________________ Qingbo Huang, Ph.D. ____________________ Anthony Evans, Ph.D. ____________________ Barry Milligan, Ph.D. Interim Dean, School of Graduate Studies Abstract Shaw, Vincent T. M.S., Department of Mathematics and Statistics, Wright State University, 2020. Intersections of Deleted Digits Cantor Sets with Gaussian Integer Bases. In this paper, the intersections of deleted digits Cantor sets and their fractal dimensions were analyzed. Previously, it had been shown that for any dimension between 0 and the dimension of the given deleted digits Cantor set of the real number line, a translate of the set could be constructed such that the intersection of the set with the translate would have this dimension. Here, we consider deleted digits Cantor sets of the complex plane with Gaussian integer bases and show that the result still holds. iii Contents 1 Introduction 1 1.1 WhystudyintersectionsofCantorsets? . 1 1.2 Prior work on this problem . 1 2 Negative Base Representations 5 2.1 IntegerRepresentations .............................
    [Show full text]
  • History of Mathematics Log of a Course
    History of mathematics Log of a course David Pierce / This work is licensed under the Creative Commons Attribution–Noncommercial–Share-Alike License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/3.0/ CC BY: David Pierce $\ C Mathematics Department Middle East Technical University Ankara Turkey http://metu.edu.tr/~dpierce/ [email protected] Contents Prolegomena Whatishere .................................. Apology..................................... Possibilitiesforthefuture . I. Fall semester . Euclid .. Sunday,October ............................ .. Thursday,October ........................... .. Friday,October ............................. .. Saturday,October . .. Tuesday,October ........................... .. Friday,October ............................ .. Thursday,October. .. Saturday,October . .. Wednesday,October. ..Friday,November . ..Friday,November . ..Wednesday,November. ..Friday,November . ..Friday,November . ..Saturday,November. ..Friday,December . ..Tuesday,December . . Apollonius and Archimedes .. Tuesday,December . .. Saturday,December . .. Friday,January ............................. .. Friday,January ............................. Contents II. Spring semester Aboutthecourse ................................ . Al-Khw¯arizm¯ı, Th¯abitibnQurra,OmarKhayyám .. Thursday,February . .. Tuesday,February. .. Thursday,February . .. Tuesday,March ............................. . Cardano .. Thursday,March ............................ .. Excursus.................................
    [Show full text]