Notes on Algebraic Numbers

Total Page:16

File Type:pdf, Size:1020Kb

Notes on Algebraic Numbers Notes on Algebraic Numbers Robin Chapman January 20, 1995 (corrected November 3, 2002) 1 Introduction This is a summary of my 1994–1995 course on Algebraic Numbers. (Revised and improved on 1993– 1994!) The background assumed is standard elementary number theory—as found in my Level III course—and a little (Abelian) group theory. Corrections and suggestions for improvement are wel- come, and will be credited in future editions! I first learned algebraic number theory from Stewart & Tall’s book ([3]) and this is an excellent account. However it’s more abstract than the approach of this course and deals with general algebraic number theory while I deal mainly with the theory of quadratic fields. A book dealing mainly with quadratic fields is Cohn ([1]); I have incorporated many of the ideas in this book into this course, but this is a rather difficult book to read. I am grateful to Jeremy Bygott for corrections to and suggestions on a previous version, and to Paul Epstein for a further correction. 2 Algebraic Numbers and Integers An algebraic number is a root of a polynomial equation with rational coefficients, i.e., α is an algebraic number if and only if there exist a1, a2, . , an ∈ Q with n n−1 n−2 α + a1α + a2α + ··· + an−1α + an = 0. Similarly an algebraic integer is a root of a monic polynomial equation with integer coefficients, i.e., β is an algebraic number if and only if there exist b1, b2, . , bm ∈ Z with m m−1 m−2 β + b1β + b2β + ··· + bm−1β + bm = 0. Clearly every algebraic integer is also an algebraic number. (As a convention I shall use Greek letters for algebraic numbers, and Roman letters for rational numbers.) We think of algebraic integers and algebraic numbers as generalizations of integers and rationals. All integers are algebraic integers, and all rationals are algebraic numbers. Some examples of algebraic √ √ √ q integers are i, 2, 3 10, (1 + 5)/2 and 2 cos 2π/9. The algebraic numbers include (1 + i)/2, 1/5 and sin 2π/7. The numbers e and π are not algebraic—they are transcendental. Transcendence proofs are very difficult, and will not be covered in this course. (See [2] for proofs that e and π are transcendental.) A basic fact about algebraic integers is that a rational number which is also an algebraic integer is an (ordinary) integer: Proposition 1 If α is an algebraic integer and α ∈ Q, then α ∈ Z. 1 Proof Write α = a/b in lowest terms. Suppose that α isn’t an integer so b 6= ±1. As α is an algebraic integer, there exist c1, c2, . cn ∈ Z with n n−1 α + c1α + ··· + cn−1α + cn = 0. Writing α = a/b and clearing denominators gives n n−1 n−1 n a + c1a b + ··· + cn−1ab + cnb = 0, which implies that an ≡ 0 (mod b). As b 6= ±1 then b has a prime factor, p, say. Hence p | an which implies that p | a. This means that p is a factor of both a and b contradicting the assumption that a/b is in its lowest terms. This contradiction establishes the result. 2 This result is useful as it shows that some algebraic numbers aren’t algebraic integers. The most important result in this section is that sums and product of algebraic numbers (resp. algebraic integers) are also algebraic numbers (resp. integers). Before we can prove this we need an alternative description of algebraic numbers and integers by means of matrix theory. Lemma 1 A number α is an algebraic number if and only if it is an eigenvalue of a (square) matrix with rational entries, and it is an algebraic integer if and only if it is an eigenvalue of a (square) matrix with integer entries. Proof Suppose first that A is a square matrix with integer entries. The characteristic polynomial of A is χA(λ) = det(λI − A). As the entries in λI − A involve only integer coefficients, it follows that its determinant χA(λ) is a monic polynomial with integer coefficients. Now if α is an eigenvalue of A, then χA(α) = 0 and so α is an algebraic integer. If A has rational entries then an identical argument shows that its eigenvalues are algebraic numbers. For the converse suppose that α is an algebraic integer, so that there exist b1, b2 . , bn ∈ Z with n n−1 α + b1α + ··· + bn−1α + bn = 0. We can rewrite this as n n−1 α = −b1α − · · · − bn−1α − bn. (∗) Let v be the (column) vector (1 α α2 ··· αn−1)T , so α 0 1 0 ··· 0 1 2 α 0 0 1 ··· 0 α . . .. . αv = . = . . = Av αn−1 0 0 0 ··· 1 αn−2 n n−1 α −bn −bn−1 −bn−2 · · · −b1 α where A is a matrix with integer entries. (NB we have used (∗) here.) Hence α is an eigenvalue of A, with eigenvector v. Similarly if α is an algebraic number then we can find a matrix A with rational entries having α as an eigenvalue. 2 A slightly more elaborate argument proves that sums and products of algebraic numbers or integers are also algebraic numbers or integers. Theorem 1 If β and γ are algebraic numbers (resp. algebraic integers), then β + γ and βγ are also algebraic numbers (resp. algebraic integers). 2 Proof I’ll just give the proof for algebraic integers, as that for algebraic numbers follows mutatis mutandis as in Lemma 1. Suppose β and γ are algebraic integers. The idea of the proof is to find a non-zero vector w and two integer matrices B and C with Bw = βw and Cw = γw. This will imply that β + γ and βγ are eigenvalues of B + C and BC respectively. Suppose that n n−1 β + b1β + ··· + bn−1β + bn = 0 and m m−1 γ + c1γ + ··· + cm−1γ + cm = 0 where the bjs and cks are integers. Let w be the mn by 1 vector (1 β β2 ··· βn−1 γ βγ β2γ ··· βn−1γ γ2 βγ2 ··· βn−1γm−1)T . Consider βw. The entries in this vector all have the form βj+1γk where 0 ≤ j < n and 0 ≤ k < m. If j + 1 < n this is already an entry in w; if j + 1 = n it equals n k n−1 k k k β γ = −b1β γ − · · · − bn−1βγ − bnγ . In all cases βj+1γk is a linear combination, with integer coefficients, of entries in w. Hence there is an integer matrix B with Bw = βw. Similarly there is an integer matrix C with Cw = γw. (Writing down general expressions for B and C is fairly horrible so I won’t do it, but from the numerical examples I’ll give in lectures I hope it’s plain that this construction is a lot easier than it looks.) Now (B + C)w = Bw + Cw = βw + γw = (β + γ)w and (BC)w = B(Cw) = B(γw) = γBw = (βγ)w so β + γ and βγ are eigenvalues of B + C and BC respectively. As B + C and BC have integer coefficients, then by Lemma 1 β + γ and βγ are algebraic integers. 2 3 Quadratic Fields From now on we abandon the general study of algebraic numbers to concentrate on a specific class of such numbers, quadratic numbers, i.e., those which are solutions of quadratic equations with√ rational coefficients. By the solution formula for quadratics each such number has the form a + b d where a, b and d are rational numbers. We won’t even look at all quadratic numbers at once;√ if we fix a non-square rational number d we shall consider the set of all numbers of√ the form a + b d with √a and b ∈ Q. This set is called a quadratic field and is denoted by Q(√d). (NB if d >√0 then d is by convention the positive√ square root, and if d = −D < 0 then d will denote i D.)√ If d > 0 then every element of Q( d) is real, and we say is a real quadratic field; if d < 0 then Q( d) contains non-real numbers—it is an imaginary quadratic field. The structure of real quadratic fields is radically different from that of imaginary quadratic fields, as we shall see on many subsequent occasions. We should perhaps pause to justify our terminology; a field is by definition an algebraic structure which admits addition, subtraction, multiplication and division (except by 0) where these have all the familiar properties. This is indeed the case. √ Lemma 2 Let K = Q( d) be a quadratic field, where d is a non-square rational. Then if α, β ∈ K then α + β, α − β, αβ and, provided β 6= 0, α/β ∈ K. 3 Proof The proofs for addition, subtraction and multiplication are easy so I’ll skip them. For division it’s OK to treat the special case√ of α = 1, for if 1/β ∈ K then by the multiplication rule α/β = α(1/β) ∈ K. Now if β = a + b d then we might try to write √ √ 1 1 a − b d a − b d = √ = √ √ = . β a + b d (a + b d)(a − b d) a2 − b2d But remembering the commandment, “thou shalt not divide by zero”, we must check that the denominator a2 − b2d is non-zero. But if a2 − b2d = 0 then either b 6= 0 and then d = (a/b)2 is a square contrary to hypothesis, or b = 0 and then a = 0 implying that β = 0, again contrary to hypothesis.
Recommended publications
  • Integers, Rational Numbers, and Algebraic Numbers
    LECTURE 9 Integers, Rational Numbers, and Algebraic Numbers In the set N of natural numbers only the operations of addition and multiplication can be defined. For allowing the operations of subtraction and division quickly take us out of the set N; 2 ∈ N and3 ∈ N but2 − 3=−1 ∈/ N 1 1 ∈ N and2 ∈ N but1 ÷ 2= = N 2 The set Z of integers is formed by expanding N to obtain a set that is closed under subtraction as well as addition. Z = {0, −1, +1, −2, +2, −3, +3,...} . The new set Z is not closed under division, however. One therefore expands Z to include fractions as well and arrives at the number field Q, the rational numbers. More formally, the set Q of rational numbers is the set of all ratios of integers: p Q = | p, q ∈ Z ,q=0 q The rational numbers appear to be a very satisfactory algebraic system until one begins to tries to solve equations like x2 =2 . It turns out that there is no rational number that satisfies this equation. To see this, suppose there exists integers p, q such that p 2 2= . q p We can without loss of generality assume that p and q have no common divisors (i.e., that the fraction q is reduced as far as possible). We have 2q2 = p2 so p2 is even. Hence p is even. Therefore, p is of the form p =2k for some k ∈ Z.Butthen 2q2 =4k2 or q2 =2k2 so q is even, so p and q have a common divisor - a contradiction since p and q are can be assumed to be relatively prime.
    [Show full text]
  • Algebraic Number Theory
    Algebraic Number Theory William B. Hart Warwick Mathematics Institute Abstract. We give a short introduction to algebraic number theory. Algebraic number theory is the study of extension fields Q(α1; α2; : : : ; αn) of the rational numbers, known as algebraic number fields (sometimes number fields for short), in which each of the adjoined complex numbers αi is algebraic, i.e. the root of a polynomial with rational coefficients. Throughout this set of notes we use the notation Z[α1; α2; : : : ; αn] to denote the ring generated by the values αi. It is the smallest ring containing the integers Z and each of the αi. It can be described as the ring of all polynomial expressions in the αi with integer coefficients, i.e. the ring of all expressions built up from elements of Z and the complex numbers αi by finitely many applications of the arithmetic operations of addition and multiplication. The notation Q(α1; α2; : : : ; αn) denotes the field of all quotients of elements of Z[α1; α2; : : : ; αn] with nonzero denominator, i.e. the field of rational functions in the αi, with rational coefficients. It is the smallest field containing the rational numbers Q and all of the αi. It can be thought of as the field of all expressions built up from elements of Z and the numbers αi by finitely many applications of the arithmetic operations of addition, multiplication and division (excepting of course, divide by zero). 1 Algebraic numbers and integers A number α 2 C is called algebraic if it is the root of a monic polynomial n n−1 n−2 f(x) = x + an−1x + an−2x + ::: + a1x + a0 = 0 with rational coefficients ai.
    [Show full text]
  • On the Rational Approximations to the Powers of an Algebraic Number: Solution of Two Problems of Mahler and Mend S France
    Acta Math., 193 (2004), 175 191 (~) 2004 by Institut Mittag-Leffier. All rights reserved On the rational approximations to the powers of an algebraic number: Solution of two problems of Mahler and Mend s France by PIETRO CORVAJA and UMBERTO ZANNIER Universith di Udine Scuola Normale Superiore Udine, Italy Pisa, Italy 1. Introduction About fifty years ago Mahler [Ma] proved that if ~> 1 is rational but not an integer and if 0<l<l, then the fractional part of (~n is larger than l n except for a finite set of integers n depending on ~ and I. His proof used a p-adic version of Roth's theorem, as in previous work by Mahler and especially by Ridout. At the end of that paper Mahler pointed out that the conclusion does not hold if c~ is a suitable algebraic number, as e.g. 1 (1 + x/~ ) ; of course, a counterexample is provided by any Pisot number, i.e. a real algebraic integer c~>l all of whose conjugates different from cr have absolute value less than 1 (note that rational integers larger than 1 are Pisot numbers according to our definition). Mahler also added that "It would be of some interest to know which algebraic numbers have the same property as [the rationals in the theorem]". Now, it seems that even replacing Ridout's theorem with the modern versions of Roth's theorem, valid for several valuations and approximations in any given number field, the method of Mahler does not lead to a complete solution to his question. One of the objects of the present paper is to answer Mahler's question completely; our methods will involve a suitable version of the Schmidt subspace theorem, which may be considered as a multi-dimensional extension of the results mentioned by Roth, Mahler and Ridout.
    [Show full text]
  • Many More Names of (7, 3, 1)
    VOL. 88, NO. 2, APRIL 2015 103 Many More Names of (7, 3, 1) EZRA BROWN Virginia Polytechnic Institute and State University Blacksburg, VA 24061-0123 [email protected] Combinatorial designs are collections of subsets of a finite set that satisfy specified conditions, usually involving regularity or symmetry. As the scope of the 984-page Handbook of Combinatorial Designs [7] suggests, this field of study is vast and far reaching. Here is a picture of the very first design to appear in “Opening the Door,” the first of the Handbook’s 109 chapters: Figure 1 The design that opens the door This design, which we call the (7, 3, 1) design, makes appearances in many areas of mathematics. It seems to turn up again and again in unexpected places. An earlier paper in this MAGAZINE [4] described (7, 3, 1)’s appearance in a number of different areas, including finite projective planes, as the Fano plane (FIGURE 1); graph theory, as the Heawood graph and the doubly regular round-robin tournament of order 7; topology, as an arrangement of six mutually adjacent hexagons on the torus; (−1, 1) matrices, as a skew-Hadamard matrix of order 8; and algebraic number theory, as the splitting field of the polynomial (x 2 − 2)(x 2 − 3)(x 2 − 5). In this paper, we show how (7, 3, 1) makes appearances in three areas, namely (1) Hamming’s error-correcting codes, (2) Singer designs and difference sets based on n-dimensional finite projective geometries, and (3) normed algebras. We begin with an overview of block designs, including two descriptions of (7, 3, 1).
    [Show full text]
  • Algebraic Number Theory Summary of Notes
    Algebraic Number Theory summary of notes Robin Chapman 3 May 2000, revised 28 March 2004, corrected 4 January 2005 This is a summary of the 1999–2000 course on algebraic number the- ory. Proofs will generally be sketched rather than presented in detail. Also, examples will be very thin on the ground. I first learnt algebraic number theory from Stewart and Tall’s textbook Algebraic Number Theory (Chapman & Hall, 1979) (latest edition retitled Algebraic Number Theory and Fermat’s Last Theorem (A. K. Peters, 2002)) and these notes owe much to this book. I am indebted to Artur Costa Steiner for pointing out an error in an earlier version. 1 Algebraic numbers and integers We say that α ∈ C is an algebraic number if f(α) = 0 for some monic polynomial f ∈ Q[X]. We say that β ∈ C is an algebraic integer if g(α) = 0 for some monic polynomial g ∈ Z[X]. We let A and B denote the sets of algebraic numbers and algebraic integers respectively. Clearly B ⊆ A, Z ⊆ B and Q ⊆ A. Lemma 1.1 Let α ∈ A. Then there is β ∈ B and a nonzero m ∈ Z with α = β/m. Proof There is a monic polynomial f ∈ Q[X] with f(α) = 0. Let m be the product of the denominators of the coefficients of f. Then g = mf ∈ Z[X]. Pn j Write g = j=0 ajX . Then an = m. Now n n−1 X n−1+j j h(X) = m g(X/m) = m ajX j=0 1 is monic with integer coefficients (the only slightly problematical coefficient n −1 n−1 is that of X which equals m Am = 1).
    [Show full text]
  • Approximation to Real Numbers by Algebraic Numbers of Bounded Degree
    Approximation to real numbers by algebraic numbers of bounded degree (Review of existing results) Vladislav Frank University Bordeaux 1 ALGANT Master program May,2007 Contents 1 Approximation by rational numbers. 2 2 Wirsing conjecture and Wirsing theorem 4 3 Mahler and Koksma functions and original Wirsing idea 6 4 Davenport-Schmidt method for the case d = 2 8 5 Linear forms and the subspace theorem 10 6 Hopeless approach and Schmidt counterexample 12 7 Modern approach to Wirsing conjecture 12 8 Integral approximation 18 9 Extremal numbers due to Damien Roy 22 10 Exactness of Schmidt result 27 1 1 Approximation by rational numbers. It seems, that the problem of approximation of given number by numbers of given class was firstly stated by Dirichlet. So, we may call his theorem as ”the beginning of diophantine approximation”. Theorem 1.1. (Dirichlet, 1842) For every irrational number ζ there are in- p finetely many rational numbers q , such that p 1 0 < ζ − < . q q2 Proof. Take a natural number N and consider numbers {qζ} for all q, 1 ≤ q ≤ N. They all are in the interval (0, 1), hence, there are two of them with distance 1 not exceeding q . Denote the corresponding q’s as q1 and q2. So, we know, that 1 there are integers p1, p2 ≤ N such that |(q2ζ − p2) − (q1ζ − p1)| < N . Hence, 1 for q = q2 − q1 and p = p2 − p1 we have |qζ − p| < . Division by q gives N ζ − p < 1 ≤ 1 . So, for every N we have an approximation with precision q qN q2 1 1 qN < N .
    [Show full text]
  • Mop 2018: Algebraic Conjugates and Number Theory (06/15, Bk)
    MOP 2018: ALGEBRAIC CONJUGATES AND NUMBER THEORY (06/15, BK) VICTOR WANG 1. Arithmetic properties of polynomials Problem 1.1. If P; Q 2 Z[x] share no (complex) roots, show that there exists a finite set of primes S such that p - gcd(P (n);Q(n)) holds for all primes p2 = S and integers n 2 Z. Problem 1.2. If P; Q 2 C[t; x] share no common factors, show that there exists a finite set S ⊂ C such that (P (t; z);Q(t; z)) 6= (0; 0) holds for all complex numbers t2 = S and z 2 C. Problem 1.3 (USA TST 2010/1). Let P 2 Z[x] be such that P (0) = 0 and gcd(P (0);P (1);P (2);::: ) = 1: Show there are infinitely many n such that gcd(P (n) − P (0);P (n + 1) − P (1);P (n + 2) − P (2);::: ) = n: Problem 1.4 (Calvin Deng). Is R[x]=(x2 + 1)2 isomorphic to C[y]=y2 as an R-algebra? Problem 1.5 (ELMO 2013, Andre Arslan, one-dimensional version). For what polynomials P 2 Z[x] can a positive integer be assigned to every integer so that for every integer n ≥ 1, the sum of the n1 integers assigned to any n consecutive integers is divisible by P (n)? 2. Algebraic conjugates and symmetry 2.1. General theory. Let Q denote the set of algebraic numbers (over Q), i.e. roots of polynomials in Q[x]. Proposition-Definition 2.1. If α 2 Q, then there is a unique monic polynomial M 2 Q[x] of lowest degree with M(α) = 0, called the minimal polynomial of α over Q.
    [Show full text]
  • Algebraic Numbers, Algebraic Integers
    Algebraic Numbers, Algebraic Integers October 7, 2012 1 Reading Assignment: 1. Read [I-R]Chapter 13, section 1. 2. Suggested reading: Davenport IV sections 1,2. 2 Homework set due October 11 1. Let p be a prime number. Show that the polynomial f(X) = Xp−1 + Xp−2 + Xp−3 + ::: + 1 is irreducible over Q. Hint: Use Eisenstein's Criterion that you have proved in the Homework set due today; and find a change of variables, making just the right substitution for X to turn f(X) into a polynomial for which you can apply Eisenstein' criterion. 2. Show that any unit not equal to ±1 in the ring of integers of a real quadratic field is of infinite order in the group of units of that ring. 3. [I-R] Page 201, Exercises 4,5,7,10. 4. Solve Problems 1,2 in these notes. 3 Recall: Algebraic integers; rings of algebraic integers Definition 1 An algebraic integer is a root of a monic polynomial with rational integer coefficients. Proposition 1 Let θ 2 C be an algebraic integer. The minimal1 monic polynomial f(X) 2 Q[X] having θ as a root, has integral coefficients; that is, f(X) 2 Z[X] ⊂ Q[X]. 1i.e., minimal degree 1 Proof: This follows from the fact that a product of primitive polynomials is again primitive. Discuss. Define content. Note that this means that there is no ambiguity in the meaning of, say, quadratic algebraic integer. It means, equivalently, a quadratic number that is an algebraic integer, or number that satisfies a quadratic monic polynomial relation with integral coefficients, or: Corollary 1 A quadratic number is a quadratic integer if and only if its trace and norm are integers.
    [Show full text]
  • Arxiv:1103.4922V1 [Math.NT] 25 Mar 2011 Hoyo Udai Om.Let Forms
    QUATERNION ORDERS AND TERNARY QUADRATIC FORMS STEFAN LEMURELL Introduction The main purpose of this paper is to provide an introduction to the arith- metic theory of quaternion algebras. However, it also contains some new results, most notably in Section 5. We will emphasise on the connection between quaternion algebras and quadratic forms. This connection will pro- vide us with an efficient tool to consider arbitrary orders instead of having to restrict to special classes of them. The existing results are mostly restricted to special classes of orders, most notably to so called Eichler orders. The paper is organised as follows. Some notations and background are provided in Section 1, especially on the theory of quadratic forms. Section 2 contains the basic theory of quaternion algebras. Moreover at the end of that section, we give a quite general solution to the problem of representing a quaternion algebra with given discriminant. Such a general description seems to be lacking in the literature. Section 3 gives the basic definitions concerning orders in quaternion alge- bras. In Section 4, we prove an important correspondence between ternary quadratic forms and quaternion orders. Section 5 deals with orders in quaternion algebras over p-adic fields. The major part is an investigation of the isomorphism classes in the non-dyadic and 2-adic cases. The starting- point is the correspondence with ternary quadratic forms and known classi- fications of such forms. From this, we derive representatives of the isomor- phism classes of quaternion orders. These new results are complements to arXiv:1103.4922v1 [math.NT] 25 Mar 2011 existing more ring-theoretic descriptions of orders.
    [Show full text]
  • Subforms of Norm Forms of Octonion Fields Stuttgarter Mathematische
    Subforms of Norm Forms of Octonion Fields Norbert Knarr, Markus J. Stroppel Stuttgarter Mathematische Berichte 2017-005 Fachbereich Mathematik Fakultat¨ Mathematik und Physik Universitat¨ Stuttgart Pfaffenwaldring 57 D-70 569 Stuttgart E-Mail: [email protected] WWW: http://www.mathematik.uni-stuttgart.de/preprints ISSN 1613-8309 c Alle Rechte vorbehalten. Nachdruck nur mit Genehmigung des Autors. LATEX-Style: Winfried Geis, Thomas Merkle, Jurgen¨ Dippon Subforms of Norm Forms of Octonion Fields Norbert Knarr, Markus J. Stroppel Abstract We characterize the forms that occur as restrictions of norm forms of octonion fields. The results are applied to forms of types E6,E7, and E8, and to positive definite forms over fields that allow a unique octonion field. Mathematics Subject Classification (MSC 2000): 11E04, 17A75. Keywords: quadratic form, octonion, quaternion, division algebra, composition algebra, similitude, form of type E6, form of type E7, form of type E8 1 Introduction Let F be a commutative field. An octonion field over F is a non-split composition algebra of dimension 8 over F . Thus there exists an anisotropic multiplicative form (the norm of the algebra) with non-degenerate polar form. It is known that such an algebra is not associative (but alternative). A good source for general properties of composition algebras is [9]. In [1], the group ΛV generated by all left multiplications by non-zero elements is studied for various subspaces V of a given octonion field. In that paper, it is proved that ΛV has a representation by similitudes of V (with respect to the restriction of the norm to V ), and these representations are used to study exceptional homomorphisms between classical groups (in [1, 6.1, 6.3, or 6.5]).
    [Show full text]
  • When Is the (Co) Sine of a Rational Angle Equal to a Rational Number?
    WHEN IS THE (CO)SINE OF A RATIONAL ANGLE EQUAL TO A RATIONAL NUMBER? JORG¨ JAHNEL 1. My Motivation — Some Sort of an Introduction Last term I tought∗ Topological Groups at the G¨ottingen Georg August University. This was a very advanced lecture. In fact it was thought for third year students. However, one of the exercises was not that advanced. Ê Exercise. Show that SO2(É) is dense in SO2( ). Here, cos ϕ sin ϕ a b 2 2 Ê Ê SO (Ê)= ϕ = a, b , a + b =1 2 sin ϕ cos ϕ ∈ b a ∈ − − is the group of all rotations of the plane around the origin and SO2(É) is the É subgroup of SO (Ê) consisting of all such matrices with a, b . 2 ∈ The solution we thought about goes basically as follows. ϕ 2 ϕ 2 tan 2 1−tan 2 Expected Solution. One has sin ϕ = 1+tan2 ϕ and cos ϕ = 1+tan2 ϕ . Thus we may 2t 1−t2 2 2 put a := 2 and b := 2 for every t Ê. When we let t run through all the 1+t 1+t ∈ rational numbers this will yield a dense subset of the set of all rotations. However, Mr. A. Schneider, one of our students, had a completely different Idea. We know 32 +42 =52. Therefore, 3 4 arXiv:1006.2938v1 [math.HO] 15 Jun 2010 A := 5 5 4 3 − 5 5 3 is one of the matrices in SO2(É). It is a rotation by the angle ϕ := arccos 5 .
    [Show full text]
  • Quaternion Algebras and Q 1.1. What Are Quaternion Algebras?
    INTRODUCTION TO THE LOCAL-GLOBAL PRINCIPLE LIANG XIAO Abstract. This is the notes of a series lectures on local-global principle and quaternion algebras, given at Connecticut Summer School in Number Theory. 1. Day I: Quaternion Algebras and Qp 1.1. What are Quaternion Algebras? 1.1.1. Hamiltonian H. Recall that we setup mathematics in such a way starting with positive integers N and integers Z to build Q as its quotient field, and then defining R using several equivalent axioms, e.g. Dedekind cut, or as certain completions. After that, we introduced the field of complex numbers as C = R ⊕ Ri, satisfying i2 = −1. One of the most important theorem for complex numbers is the Fundamental Theorem of Algebra: all complex coefficients non-constant polynomials f(x) 2 C[x] has a zero. In other words, C is an algebraically closed field; so there is no bigger field than C that is finite dimensional as an R-vector space. (With the development of physics), Hamilton discovered that there is an \associative-but- non-commutative field” (called a skew field or a division algebra) H which is 4-dimensional over R: H = R ⊕ Ri ⊕ Rj ⊕ Rk = ai + bj + cj + dk a; b; c; d 2 R ; where the multiplication is R-linear and subject to the following rules: i2 = j2 = k2 = −1; ij = −ji = k; jk = −kj = i; and ki = −ik = j: This particular H is called the Hamiltonian quaternion. One simple presentation of H is: 2 2 H := Chi; ji i + 1; j + 1; ij + ji : Question 1.1.2.
    [Show full text]