Elementary Number Theory WISB321

Total Page:16

File Type:pdf, Size:1020Kb

Elementary Number Theory WISB321 Elementary Number Theory WISB321 = F.Beukers 2012 Department of Mathematics UU ELEMENTARY NUMBER THEORY Frits Beukers Fall semester 2013 Contents 1 Integers and the Euclidean algorithm 4 1.1 Integers . 4 1.2 Greatest common divisors . 7 1.3 Euclidean algorithm for Z ...................... 8 1.4 Fundamental theorem of arithmetic . 10 1.5 Exercises . 12 2 Arithmetic functions 15 2.1 Definitions, examples . 15 2.2 Convolution, M¨obiusinversion . 18 2.3 Exercises . 20 3 Residue classes 21 3.1 Basic properties . 21 3.2 Chinese remainder theorem . 22 3.3 Invertible residue classes . 24 3.4 Periodic decimal expansions . 27 3.5 Exercises . 29 4 Primality and factorisation 33 4.1 Prime tests and compositeness tests . 33 4.2 A polynomial time primality test . 38 4.3 Factorisation methods . 39 4.4 The quadratic sieve . 41 4.5 Cryptosystems, zero-knowledge proofs . 44 5 Quadratic reciprocity 47 5.1 The Legendre symbol . 47 5.2 Quadratic reciprocity . 48 5.3 A group theoretic proof . 51 5.4 Applications . 52 5.5 Jacobi symbols, computing square roots . 55 5.6 Class numbers . 59 1 2 CONTENTS 5.7 Exercises . 60 6 Dirichlet characters and Gauss sums 62 6.1 Characters . 62 6.2 Gauss sums, Jacobi sums . 65 6.3 Applications . 67 6.4 Exercises . 71 7 Sums of squares, Waring's problem 72 7.1 Sums of two squares . 72 7.2 Sums of more than two squares . 74 7.3 The 15-theorem . 77 7.4 Waring's problem . 78 7.5 Exercises . 81 8 Continued fractions 82 8.1 Introduction . 82 8.2 Continued fractions for quadratic irrationals . 85 8.3 Pell's equation . 88 8.4 Archimedes's Cattle Problem . 90 8.5 Cornacchia's algorithm . 91 8.6 Exercises . 93 9 Diophantine equations 94 9.1 General remarks . 94 9.2 Pythagorean triplets . 94 9.3 Fermat's equation . 96 9.4 Mordell's equation . 98 9.5 The `abc'-conjecture . 100 9.6 The equation xp + yq = zr . 102 9.7 Mordell's conjecture . 105 9.8 Exercises . 105 10 Prime numbers 107 10.1 Introductory remarks . 107 10.2 Elementary methods . 111 10.3 Exercises . 114 11 Irrationality and transcendence 117 11.1 Irrationality . 117 11.2 Transcendence . 120 11.3 Irrationality of ζ(3) . 122 11.4 Exercises . 124 F.Beukers, Elementary Number Theory CONTENTS 3 12 Solutions to selected problems 125 13 Appendix: Elementary algebra 143 13.1 Finite abelian groups . 143 13.2 Euclidean domains . 146 13.3 Gaussian integers . 147 13.4 Quaternion integers . 147 13.5 Polynomials . 150 F.Beukers, Elementary Number Theory Chapter 1 Integers and the Euclidean algorithm 1.1 Integers Roughly speaking, number theory is the mathematics of the integers. In any systematic treatment of the integers we would have to start with the so-called Peano-axioms for the natural numbers, define addition, multiplication and order- ing on them and then deduce their elementary properties such as the commuta- tive, associatative and distributive properties. However, because most students are very familiar with the usual rules of manipulation of integers, we prefer to shortcut this axiomatic approach. Instead we simply formulate the basic rules which form the basis of our course. After all, we like to get as quickly to the parts which make number theory such a beautiful branch of mathematics. We start with the natural numbers N : 1; 2; 3; 4; 5;::: On N we have an addition (+) and multiplication (× or ·) law and a well-ordering (>; <; ≥; ≤). By a well-ordering we mean that 1. For any distinct a; b 2 N we have either a > b or a < b. 2. From a < b and b < c follows a < c 3. There is a smallest element, namely 1. So a ≥ 1 for all a 2 N. We shall assume that we are all familiar with the usual rules of addition and multiplication. 1. For all a; b 2 N: a + b = b + a and ab = ba (commutativity of addition and multiplication). 4 1.1. INTEGERS 5 2. For all a; b; c 2 N:(a + b) + c = a + (b + c) and (ab)c = a(bc) (associativity of addition and multiplication) 3. For all a; b; c 2 N: a(b + c) = ab + ac (distributive law). 4. For all a 2 N: 1 · a = a. 5. For all a 2 N: a + 1 > a. 6. For all a; b; c 2 N: b > c ) a + b > a + c and b ≥ c ) ab ≥ ac. 7. For all a; b 2 N: a > b ) there exists c 2 N such that a = b + c. We shall also use the following fact. Theorem 1.1.1 Every non-empty subset of N has a smallest element. Then there is the principle of induction. Theorem 1.1.2 Let S ⊂ N and suppose that 1. 1 2 S 2. For all a 2 N: a 2 S ) a + 1 2 S Then S = N. Theorem 1.1.2 follows from Theorem 1.1.1 in the following way. Let S be as in Theorem 1.1.2 and consider the complement Sc. This set is either empty, in which case Theorem 1.1.2 is proven, or Sc is non-empty. Let us assume the latter. Theorem 1.1.1 states that Sc has a smallest element, which we denote by a. If a = 1, then a 62 S, violating the first condition of Theorem 1.1.2. If a > 1 then a − 1 62 Sc. Hence a − 1 2 S and a 62 S, violating the second condition. We conclude that Sc is empty, hence S = N. We call a subset S ⊂ N finite if there exists m 2 N such that s < m for all s 2 S. There are two concepts which partially invert addition and multiplication. 1. Subtraction Let a; b 2 N and a > b. Then there exists a unique c 2 N such that a = b + c. We call c the difference between a and b. Notation; a − b. 2. Divisibility We say that the natural number b divides a if there exists c 2 N such that a = bc. Notation: bja, and b is called a divisor of a. There are many well-known, almost obvious, properties which are not mentioned in the above rules, but which nevertheless follow in a more or less straightforward way. As an exercise you might try to prove the following properties. F.Beukers, Elementary Number Theory 6 CHAPTER 1. INTEGERS AND THE EUCLIDEAN ALGORITHM 1. For all a; b; c 2 N: a + b = a + c ) b = c 2. For all a; b; c 2 N: ab = ac ) b = c. 3. For all a; b; d 2 N: dja; djb ) dj(a + b) 4. Any a 2 N has finitely many divisors. 5. Any finite set of natural numbers has a biggest element. Although divison of one number by another usually fails we do have the concept of division with remainder. Theorem 1.1.3 (Euclid) Let a; b 2 N with a > b. Then either bja or there exist q; r 2 N such that a = bq + r; r < b: Moreover, q; r are uniquely determined by these (in)equalities. Proof. Suppose b does not divide a. Consider all multiples of b which are less than a. This is a non-empty set, since b < a. Choose the largest multiple and call it bq. Then clearly a − bq < b. Conversely, if we have a multiple qb such that a − bq < b then qb is the largest b-multiple < a. Our theorem follows by taking r = a − bq. 2 Another important concept in the natural numbers are prime numbers. These are natural numbers p > 1 that have only the trivial divisors 1; p. Here are the first few: 2; 3; 5; 7; 11; 13; 17; 19; 23; 29; 31;::: Most of us have heard about them at a very early age. We also learnt that there are infinitely many of them and that every integer can be written in a unique way as a product of primes. These are properties that are not mentioned in our rules. So one has to prove them, which turns out to be not entirely trivial. This is the beginning of number theory and we will take these proofs up in this chapter. In the history of arithmetic the number 0 was introduced after the natural numbers as the symbol with properties 0 · a = 0 for all a and a + 0 = a for all a. Then came the negative numbers -1,-2,-3,::: with the property that −1 + 1 = 0; −2 + 2 = 0;:::. Their rules of addition and multiplication are uniquely determined if we insist that these rules obey the commutative, associate and distributive laws of addition and multiplication. Including the infamous "minus times minus is plus" which causes so many high school children great headaches. Also in the history of mathematics we see that negative numbers and their arithmetic were only generally accepted at a surprisingly late age, the beginning of the 19th century. F.Beukers, Elementary Number Theory 1.2. GREATEST COMMON DIVISORS 7 From now on we will assume that we have gone through all these formal intro- ductions and we are ready to work with the set of integers Z, which consists of the natural numbers, their opposites and the number 0. The main role of Z is to have extended N to a system in which the operation of subtraction is well-defined for any two elements. One may proceed further by extending Z to a system in which also element (=6 0) divides any other.
Recommended publications
  • A Tour of Fermat's World
    ATOUR OF FERMAT’S WORLD Ching-Li Chai Samples of numbers More samples in arithemetic ATOUR OF FERMAT’S WORLD Congruent numbers Fermat’s infinite descent Counting solutions Ching-Li Chai Zeta functions and their special values Department of Mathematics Modular forms and University of Pennsylvania L-functions Elliptic curves, complex multiplication and Philadelphia, March, 2016 L-functions Weil conjecture and equidistribution ATOUR OF Outline FERMAT’S WORLD Ching-Li Chai 1 Samples of numbers Samples of numbers More samples in 2 More samples in arithemetic arithemetic Congruent numbers Fermat’s infinite 3 Congruent numbers descent Counting solutions 4 Fermat’s infinite descent Zeta functions and their special values 5 Counting solutions Modular forms and L-functions Elliptic curves, 6 Zeta functions and their special values complex multiplication and 7 Modular forms and L-functions L-functions Weil conjecture and equidistribution 8 Elliptic curves, complex multiplication and L-functions 9 Weil conjecture and equidistribution ATOUR OF Some familiar whole numbers FERMAT’S WORLD Ching-Li Chai Samples of numbers More samples in §1. Examples of numbers arithemetic Congruent numbers Fermat’s infinite 2, the only even prime number. descent 30, the largest positive integer m such that every positive Counting solutions Zeta functions and integer between 2 and m and relatively prime to m is a their special values prime number. Modular forms and L-functions 3 3 3 3 1729 = 12 + 1 = 10 + 9 , Elliptic curves, complex the taxi cab number. As Ramanujan remarked to Hardy, multiplication and it is the smallest positive integer which can be expressed L-functions Weil conjecture and as a sum of two positive integers in two different ways.
    [Show full text]
  • On Fixed Points of Iterations Between the Order of Appearance and the Euler Totient Function
    mathematics Article On Fixed Points of Iterations Between the Order of Appearance and the Euler Totient Function ŠtˇepánHubálovský 1,* and Eva Trojovská 2 1 Department of Applied Cybernetics, Faculty of Science, University of Hradec Králové, 50003 Hradec Králové, Czech Republic 2 Department of Mathematics, Faculty of Science, University of Hradec Králové, 50003 Hradec Králové, Czech Republic; [email protected] * Correspondence: [email protected] or [email protected]; Tel.: +420-49-333-2704 Received: 3 October 2020; Accepted: 14 October 2020; Published: 16 October 2020 Abstract: Let Fn be the nth Fibonacci number. The order of appearance z(n) of a natural number n is defined as the smallest positive integer k such that Fk ≡ 0 (mod n). In this paper, we shall find all positive solutions of the Diophantine equation z(j(n)) = n, where j is the Euler totient function. Keywords: Fibonacci numbers; order of appearance; Euler totient function; fixed points; Diophantine equations MSC: 11B39; 11DXX 1. Introduction Let (Fn)n≥0 be the sequence of Fibonacci numbers which is defined by 2nd order recurrence Fn+2 = Fn+1 + Fn, with initial conditions Fi = i, for i 2 f0, 1g. These numbers (together with the sequence of prime numbers) form a very important sequence in mathematics (mainly because its unexpectedly and often appearance in many branches of mathematics as well as in another disciplines). We refer the reader to [1–3] and their very extensive bibliography. We recall that an arithmetic function is any function f : Z>0 ! C (i.e., a complex-valued function which is defined for all positive integer).
    [Show full text]
  • Mersenne and Fermat Numbers 2, 3, 5, 7, 13, 17, 19, 31
    MERSENNE AND FERMAT NUMBERS RAPHAEL M. ROBINSON 1. Mersenne numbers. The Mersenne numbers are of the form 2n — 1. As a result of the computation described below, it can now be stated that the first seventeen primes of this form correspond to the following values of ra: 2, 3, 5, 7, 13, 17, 19, 31, 61, 89, 107, 127, 521, 607, 1279, 2203, 2281. The first seventeen even perfect numbers are therefore obtained by substituting these values of ra in the expression 2n_1(2n —1). The first twelve of the Mersenne primes have been known since 1914; the twelfth, 2127—1, was indeed found by Lucas as early as 1876, and for the next seventy-five years was the largest known prime. More details on the history of the Mersenne numbers may be found in Archibald [l]; see also Kraitchik [4]. The next five Mersenne primes were found in 1952; they are at present the five largest known primes of any form. They were announced in Lehmer [7] and discussed by Uhler [13]. It is clear that 2" —1 can be factored algebraically if ra is composite; hence 2n —1 cannot be prime unless w is prime. Fermat's theorem yields a factor of 2n —1 only when ra + 1 is prime, and hence does not determine any additional cases in which 2"-1 is known to be com- posite. On the other hand, it follows from Euler's criterion that if ra = 0, 3 (mod 4) and 2ra + l is prime, then 2ra + l is a factor of 2n— 1.
    [Show full text]
  • Number World Number Game "Do You Like Number Games?", Zaina Teacher Asked
    1 Number World Number game "Do you like number games?", Zaina teacher asked. "Oh! Yes!", said the children. "I'll say a number; you give me the next number at once. Ready?" "Ready!" "Ten", teacher began. "Eleven", said all the children. "Forty three" "Forty four" The game went on. "Four thousand ninety nine", teacher said. "Five thousand", replied some one. "Oh! No!... Four thousand and hundred", some caught on. Such mistakes are common. Try this on your friends. First Day Fiesta What is the number of children in First Day Fiesta class 1? What is the largest number you can read? What is the largest four-digit number? What is the next number? 435268 children in Class 1. 8 And the largest five-digit number? What is the next number? How do we find this number? Giant number How do we read it? Look at the table of large numbers: If we are asked for a large number, we often say crore or hundred crore. Put- 1 One ting ten zeros after one makes thou- 10 Ten sand crore. Think about the size of the number with hundred zeros after one. 100 Hundred This is called googol. This name was 1000 Thousand popularized by Edward Kasner in 10000 Ten thousand 1938. 100000 Lakh In most countries, one lakh is named hundred thousand and ten lakh is 1000000 Ten lakh named million. 10000000 Crore 100000000 Ten crore You're always counting This continues with hundred crore, thousand numbers! What's crore, and so on. your goal? Now can you say what we get when we add one Googol! to ninety nine thousand nine hundred and ninety nine? 99999 + 1 = 100000 How do we read this? Look it up in the table.
    [Show full text]
  • Primes and Primality Testing
    Primes and Primality Testing A Technological/Historical Perspective Jennifer Ellis Department of Mathematics and Computer Science What is a prime number? A number p greater than one is prime if and only if the only divisors of p are 1 and p. Examples: 2, 3, 5, and 7 A few larger examples: 71887 524287 65537 2127 1 Primality Testing: Origins Eratosthenes: Developed “sieve” method 276-194 B.C. Nicknamed Beta – “second place” in many different academic disciplines Also made contributions to www-history.mcs.st- geometry, approximation of andrews.ac.uk/PictDisplay/Eratosthenes.html the Earth’s circumference Sieve of Eratosthenes 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 Sieve of Eratosthenes We only need to “sieve” the multiples of numbers less than 10. Why? (10)(10)=100 (p)(q)<=100 Consider pq where p>10. Then for pq <=100, q must be less than 10. By sieving all the multiples of numbers less than 10 (here, multiples of q), we have removed all composite numbers less than 100.
    [Show full text]
  • Arxiv:Math/0201082V1
    2000]11A25, 13J05 THE RING OF ARITHMETICAL FUNCTIONS WITH UNITARY CONVOLUTION: DIVISORIAL AND TOPOLOGICAL PROPERTIES. JAN SNELLMAN Abstract. We study (A, +, ⊕), the ring of arithmetical functions with unitary convolution, giving an isomorphism between (A, +, ⊕) and a generalized power series ring on infinitely many variables, similar to the isomorphism of Cashwell- Everett[4] between the ring (A, +, ·) of arithmetical functions with Dirichlet convolution and the power series ring C[[x1,x2,x3,... ]] on countably many variables. We topologize it with respect to a natural norm, and shove that all ideals are quasi-finite. Some elementary results on factorization into atoms are obtained. We prove the existence of an abundance of non-associate regular non-units. 1. Introduction The ring of arithmetical functions with Dirichlet convolution, which we’ll denote by (A, +, ·), is the set of all functions N+ → C, where N+ denotes the positive integers. It is given the structure of a commutative C-algebra by component-wise addition and multiplication by scalars, and by the Dirichlet convolution f · g(k)= f(r)g(k/r). (1) Xr|k Then, the multiplicative unit is the function e1 with e1(1) = 1 and e1(k) = 0 for k> 1, and the additive unit is the zero function 0. Cashwell-Everett [4] showed that (A, +, ·) is a UFD using the isomorphism (A, +, ·) ≃ C[[x1, x2, x3,... ]], (2) where each xi corresponds to the function which is 1 on the i’th prime number, and 0 otherwise. Schwab and Silberberg [9] topologised (A, +, ·) by means of the norm 1 arXiv:math/0201082v1 [math.AC] 10 Jan 2002 |f| = (3) min { k f(k) 6=0 } They noted that this norm is an ultra-metric, and that ((A, +, ·), |·|) is a valued ring, i.e.
    [Show full text]
  • Arxiv:1412.5226V1 [Math.NT] 16 Dec 2014 Hoe 11
    q-PSEUDOPRIMALITY: A NATURAL GENERALIZATION OF STRONG PSEUDOPRIMALITY JOHN H. CASTILLO, GILBERTO GARC´IA-PULGAR´IN, AND JUAN MIGUEL VELASQUEZ-SOTO´ Abstract. In this work we present a natural generalization of strong pseudoprime to base b, which we have called q-pseudoprime to base b. It allows us to present another way to define a Midy’s number to base b (overpseudoprime to base b). Besides, we count the bases b such that N is a q-probable prime base b and those ones such that N is a Midy’s number to base b. Furthemore, we prove that there is not a concept analogous to Carmichael numbers to q-probable prime to base b as with the concept of strong pseudoprimes to base b. 1. Introduction Recently, Grau et al. [7] gave a generalization of Pocklignton’s Theorem (also known as Proth’s Theorem) and Miller-Rabin primality test, it takes as reference some works of Berrizbeitia, [1, 2], where it is presented an extension to the concept of strong pseudoprime, called ω-primes. As Grau et al. said it is right, but its application is not too good because it is needed m-th primitive roots of unity, see [7, 12]. In [7], it is defined when an integer N is a p-strong probable prime base a, for p a prime divisor of N −1 and gcd(a, N) = 1. In a reading of that paper, we discovered that if a number N is a p-strong probable prime to base 2 for each p prime divisor of N − 1, it is actually a Midy’s number or a overpseu- doprime number to base 2.
    [Show full text]
  • Crazy Representations of Natural Numbers, Selfie Numbers
    Inder J. Taneja RGMIA Research Report Collection, 19(2016), pp.1-37, http://rgmia.org/v19.php Crazy Representations of Natural Numbers, Selfie Numbers, Fibonacci Sequence, and Selfie Fractions Inder J. Taneja1 SUMMARY This summary brings author’s work on numbers. The study is made in different ways. Specially, towards, Crazy Representations of Natural Numbers, Running Expressions, Selfie Numbers etc. Natural numbers are represented in different situations, such as, writing in terms of 1 to 9 or reverse, flexible power of same digits as bases, single digit, single letter, etc. Expressions appearing with equalities having 1 to 9 or 9 to 1 or 9 to 0, calling running expressions are also presented. In continuation, there is work is on selfie numbers, unified, patterns, symmetrical representations in selfie numbers, Fibonacci sequence and selfie numbers, flexible power Narcissistic and selfie numbers, selfie fractions, etc. The selfie numbers may also be considered as generalized or wild narcissistic numbers, where natural numbers are represented by their own digits with certain operations. The study is also made towards equivalent fractions and palindromic-type numbers. This summary is separated by sections and subsections given as follows: 1 Crazy Representations of Natural Numbers [1]; 2 Flexible Power Representations [34]; 2.1 Unequal String Lengths [33]; 2.2 Equal String Lengths [25]; 3 Pyramidical Representations [20, 24, 31, 32]; 3.1 Crazy Representations [33]; 3.2 Flexible Power [25]; 4 Double Sequential Representations [20, 24, 31, 32]; 5 Triple Sequential Representations; [35]; 6 Single Digit Representations; [2]; 7 Single Letter Representations [4, 8]; 7.1 Single Letter Power Representations [8]; 7.2 Palindromic and Number Patterns [9, 10]; 8 Running Expressions.
    [Show full text]
  • Appendix a Tables of Fermat Numbers and Their Prime Factors
    Appendix A Tables of Fermat Numbers and Their Prime Factors The problem of distinguishing prime numbers from composite numbers and of resolving the latter into their prime factors is known to be one of the most important and useful in arithmetic. Carl Friedrich Gauss Disquisitiones arithmeticae, Sec. 329 Fermat Numbers Fo =3, FI =5, F2 =17, F3 =257, F4 =65537, F5 =4294967297, F6 =18446744073709551617, F7 =340282366920938463463374607431768211457, Fs =115792089237316195423570985008687907853 269984665640564039457584007913129639937, Fg =134078079299425970995740249982058461274 793658205923933777235614437217640300735 469768018742981669034276900318581864860 50853753882811946569946433649006084097, FlO =179769313486231590772930519078902473361 797697894230657273430081157732675805500 963132708477322407536021120113879871393 357658789768814416622492847430639474124 377767893424865485276302219601246094119 453082952085005768838150682342462881473 913110540827237163350510684586298239947 245938479716304835356329624224137217. The only known Fermat primes are Fo, ... , F4 • 208 17 lectures on Fermat numbers Completely Factored Composite Fermat Numbers m prime factor year discoverer 5 641 1732 Euler 5 6700417 1732 Euler 6 274177 1855 Clausen 6 67280421310721* 1855 Clausen 7 59649589127497217 1970 Morrison, Brillhart 7 5704689200685129054721 1970 Morrison, Brillhart 8 1238926361552897 1980 Brent, Pollard 8 p**62 1980 Brent, Pollard 9 2424833 1903 Western 9 P49 1990 Lenstra, Lenstra, Jr., Manasse, Pollard 9 p***99 1990 Lenstra, Lenstra, Jr., Manasse, Pollard
    [Show full text]
  • Fixed Points of Certain Arithmetic Functions
    FIXED POINTS OF CERTAIN ARITHMETIC FUNCTIONS WALTER E. BECK and RUDOLPH M. WAJAR University of Wisconsin, Whitewater, Wisconsin 53190 IWTRODUCTIOW Perfect, amicable and sociable numbers are fixed points of the arithemetic function L and its iterates, L (n) = a(n) - n, where o is the sum of divisor's function. Recently there have been investigations into functions differing from L by 1; i.e., functions L+, Z.,, defined by L + (n)= L(n)± 1. Jerrard and Temperley [1] studied the existence of fixed points of L+ and /._. Lai and Forbes [2] conducted a computer search for fixed points of (LJ . For earlier references to /._, see the bibliography in [2]. We consider the analogous situation using o*, the sum of unitary divisors function. Let Z.J, Lt, be arithmetic functions defined by L*+(n) = o*(n)-n±1. In § 1, we prove, using parity arguments, that L* has no fixed points. Fixed points of iterates of L* arise in sets where the number of elements in the set is equal to the power of/.* in question. In each such set there is at least one natural number n such that L*(n) > n. In § 2, we consider conditions n mustsatisfy to enjoy the inequality and how the inequality acts under multiplication. In particular if n is even, it is divisible by at least three primes; if odd, by five. If /? enjoys the inequality, any multiply by a relatively prime factor does so. There is a bound on the highest power of n that satisfies the inequality. Further if n does not enjoy the inequality, there are bounds on the prime powers multiplying n which will yield the inequality.
    [Show full text]
  • A Primer of Analytic Number Theory: from Pythagoras to Riemann Jeffrey Stopple Index More Information
    Cambridge University Press 0521813093 - A Primer of Analytic Number Theory: From Pythagoras to Riemann Jeffrey Stopple Index More information Index #, number of elements in a set, 101 and ␨(2n), 154–157 A =, Abel summation, 202, 204, 213 and Euler-Maclaurin summation, 220 definition, 201 definition, 149 Abel’s Theorem Bernoulli, Jacob, 146, 150, 152 I, 140, 145, 201, 267, 270, 272 Bessarion, Cardinal, 282 II, 143, 145, 198, 267, 270, 272, 318 binary quadratic forms, 270 absolute convergence definition, 296 applications, 133, 134, 139, 157, 167, 194, equivalence relation ∼, 296 198, 208, 215, 227, 236, 237, 266 reduced, 302 definition, 133 Birch Swinnerton-Dyer conjecture, xi, xii, abundant numbers, 27, 29, 31, 43, 54, 60, 61, 291–294, 326 82, 177, 334, 341, 353 Black Death, 43, 127 definition, 27 Blake, William, 216 Achilles, 125 Boccaccio’s Decameron, 281 aliquot parts, 27 Boethius, 28, 29, 43, 278 aliquot sequences, 335 Bombelli, Raphael, 282 amicable pairs, 32–35, 39, 43, 335 de Bouvelles, Charles, 61 definition, 334 Bradwardine, Thomas, 43, 127 ibn Qurra’s algorithm, 33 in Book of Genesis, 33 C2, twin prime constant, 182 amplitude, 237, 253 Cambyses, Persian emperor, 5 Analytic Class Number Formula, 273, 293, Cardano, Girolamo, 25, 282 311–315 Catalan-Dickson conjecture, 336 analytic continuation, 196 Cataldi, Pietro, 30, 333 Anderson, Laurie, ix cattle problem, 261–263 Apollonius, 261, 278 Chebyshev, Pafnuty, 105, 108 Archimedes, 20, 32, 92, 125, 180, 260, 285 Chinese Remainder Theorem, 259, 266, 307, area, basic properties, 89–91, 95, 137, 138, 308, 317 198, 205, 346 Cicero, 21 Aristotle’s Metaphysics,5,127 class number, see also h arithmetical function, 39 Clay Mathematics Institute, xi ∼, asymptotic, 64 comparison test Athena, 28 infinite series, 133 St.
    [Show full text]
  • A Theorem of Fermat on Congruent Number Curves Lorenz Halbeisen, Norbert Hungerbühler
    A Theorem of Fermat on Congruent Number Curves Lorenz Halbeisen, Norbert Hungerbühler To cite this version: Lorenz Halbeisen, Norbert Hungerbühler. A Theorem of Fermat on Congruent Number Curves. Hardy-Ramanujan Journal, Hardy-Ramanujan Society, 2019, Hardy-Ramanujan Journal, 41, pp.15 – 21. hal-01983260 HAL Id: hal-01983260 https://hal.archives-ouvertes.fr/hal-01983260 Submitted on 16 Jan 2019 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Hardy-Ramanujan Journal 41 (2018), 15-21 submitted 28/03/2018, accepted 06/07/2018, revised 06/07/2018 A Theorem of Fermat on Congruent Number Curves Lorenz Halbeisen and Norbert Hungerb¨uhler To the memory of S. Srinivasan Abstract. A positive integer A is called a congruent number if A is the area of a right-angled triangle with three rational sides. Equivalently, A is a congruent number if and only if the congruent number curve y2 = x3 − A2x has a rational point (x; y) 2 Q2 with y =6 0. Using a theorem of Fermat, we give an elementary proof for the fact that congruent number curves do not contain rational points of finite order.
    [Show full text]