5 the Ring of Real Quaternions

Total Page:16

File Type:pdf, Size:1020Kb

5 the Ring of Real Quaternions 5 The Ring of Real Quaternions The ring of real quaternions was discovered by William Rowan Hamiltion (1805-1865) in 1843. The equations governing arithmetic in this algebraic structure can still be seen on a plaque on the Broome Bridge of the Royal Canal. It is reported that Hamiliton was so excited by his insight that he etched the equations in stone as he walked past the bridge. In Hamilton’s own words: ”Time is said to have only one dimension, and space to have three dimensions. The mathematical quaternion partakes of both these elements; in technical language it may be said to be ’time plus space’, or ’space plus time’: and in this sense it has, or at least involves a reference to, four dimensions.” In fact Hamilton’s quaternions have many applications other than in physics. They are extesnively used in computer graphics to describe motion in 3-space, and more recently, they have been used in multiple antennae communications systems. In some ways we can think of the quaternions as an extension of the complex numbers. Definition 5.1. The set of real quaternions, denoted by H, is defined by H = q + iq + jq + kq : q R , { 0 1 2 3 i ∈ } where i2 = j2 = k2 = ijk = 1 − Note that ij = ji,ik = ki,jk = kj, so multiplication in H is not commutative. For this reason, extra care has to be taken− when− performing− arbitrary multiplications in H. We define addition and multiplication in H as follows. Addition is component-wise, as with addition of the complex numbers. So if a = a0 + a1i + a2j + a3k and b = b0 + b1i + b2j + b3k are a pair of quaternions then a + b = (a0 + b0) + (a1 + b1)i + (a2 + b2)j + (a3 + b3)k where addition of the real components ai + bi is the usual addition in R. For example, if a =2 i +3j + k and b =3+2i j k, then − − − a + b =5 i 2j. − − It’s not hard to see that this addition is well defined on H (i.e. given an pair of quaternions a,b, there is a uniquely determined quaternion a + b), since addition is well defined on R. Note also that 1. addition in H is associative - it is easy to show that (a + b)+ c = a + (b + c) for all a,b,c H, using the fact that (a + b )+ c = a + (b + c ) for all a ,b ,c R, ∈ i i i i i i i i i ∈ 2. H has an additive identity, namely the real number 0 = 0+0i +0j +0k, 3. every element of H has an additive inverse - if a = a0 + a1i + a2j + a3k H then a = ( a0)+ ( a )i+( a )j +( a )k is another quaternion (as all elements of R have negatives∈ in R)− and a −a = 0, − 1 − 2 − 3 − 4. since addition is commutative in R, it is also commutative in H, since ai + bi = bi + ai for all a ,b R. i i ∈ This all shows that the quaternions form an abelian group wrt addition. Multiplication is a longer calculation. Essentially, when multiplying a pair of quaternions a = a0 +ia1 +ja2 + ka3 and b = b0 + b1i + b2j + b3k, we take all ordered products uv with u running over the terms of a and v 15 running over the terms of b, and use the relations i2 = j2 = k2 = ijk = 1 and ij = ji,ik = ki,jk = kj − − − − to get a final answer in the form c = c0 + c1i + c2j + c3k. We compute the product ab as ab = (a0b0 a1b1 a2b2 a3b3) + (a b +− a b +− a b − a b )i 0 1 1 0 2 3 − 3 2 + (a0b2 + a2b0 + a1b3 a3b1)j + (a b + a b + a b − a b )k 0 3 3 0 1 2 − 2 1 For example, if a =2 i +3j + k and b =3+2i j k then − − − ab =(6+2+3+1)+(4 3 3+1)i + ( 2 1+9+2)j + ( 2+1 6+3)k = 12 i +8j 4k. − − − − − − − − Again, multiplication is well-defined in H, since addition and multiplication are well defined in R, so each pair a,b H determines a unique product ab H, which can be observed by looking at the coefficients a b + a∈b + a b + a b R. It can also be∈ shown that 0 j0 1 j1 2 j2 3 j3 ∈ 1. multiplication in H is associative, which follows from the fact that the assoc and distributive laws hold in R, 2. H has a multiplicative identity, namely the real number 1 = 1 + 0i +0j +0k, 3. the left and right distributive laws hold in H, which follows from the fact that the assoc and distributive laws hold in R. It follows that: Lemma 5.1. The real quaternions form a unital ring wrt addition and multiplication as defined above. In fact, the ring of quaternions has another property: we can show that every element of H has a multiplicative inverse. Definition 5.2. Let q = q + q i + q j + q k H. The norm of q is denoted by N(q) and given by 0 1 2 3 ∈ 2 2 2 2 N(q)= q0 + q1 + q2 + q3 The norm of a quaternion is similar to the modulus of a complex number, and plays a like role in the compuation of an inverse element of a quaternion. Note that the norm of any quaternion is a non-negative real number and takes the value zero only on 0. Definition 5.3. Let q = q + q i + q j + q k H. The conjugate of q is denoted by q¯ and given by 0 1 2 3 ∈ q¯ = q q i q j q k. 0 − 1 − 2 − 3 Let q = q + q i + q j + q k H. We note the following relationship between q and its conjugate. 0 1 2 3 ∈ qq¯ = (q q + q q + q q + q q ) + ( q q + q q q q + q q )i 0 0 1 1 2 2 3 3 − 0 1 1 0 − 2 3 3 2 + ( q0q2 + q2q0 q1q3 + q3q1)j + ( q0q3 + q3q0 q1q2 + q2q1)k −2 2 2 −2 − − = q0 + q1 + q2 + q3 = N(q) Similarly,qq ¯ = N(q). To summarize, we have that qq¯ =qq ¯ = N(q) R. ∈ So if q = 0, then N(q) = 0 and hence we get the equation 6 6 q¯ q¯ q = q =1, N(q) N(q) which tells us that the inverse of any non-zero quaternion q is given by q¯ q−1 = . N(q) We have just shown that: 16 Theorem 5.1. The ring of real quaternions is a division ring. (Recall that a division ring is a unital ring in which every element has a multiplicative inverse. It is not necessarily also a commutative ring. A division ring that is commutative is simply a field.) Example 5.1. Let q =1+2i +4j +8k. Then N(q)=1+4+16+64=85 and q¯ = 1 2i 4j 8k. It follows that q−1 = 1 2 i 4 8 . − − − 85 − 85 − 85 − 85 Note that q +¯q =2 R (compare this with the complex numbers). This gives the equation ∈ q¯ =2 q, − which gives qq¯ = N(q)=85= q(2 q)=2q q2, − − so it follows that q2 =2q N(q)=2+4i +8j + 16k 85 = 83+4i +8j + 16k. − − − We have just found another way to compute q2, using the norm and conjugate of q. In fact, this type of manipulation can be used for any quaternion. Theorem 5.2. Let q = q + q i + q j + q k H. Then 0 1 2 3 ∈ q2 2q q + N(q)=0. − 0 Proof. Since q +¯q =2q , we find that qq¯ = N(q)= q(2q q)=2q q q2, and the result follows. 0 0 − 0 − The properties of conjugation in H are similar to those for C. Theorem 5.3. Let a,b H. Then ∈ 1. a + b =¯a + ¯b 2. ab = ¯ba¯ 3. N(ab)= N(a)N(b) Proof. Let a = a0 + ia1 + ja2 + ka3 and b = b0 + b1i + b2j + b3k. Part 1 is straightforward and left as an exercise. To see that Part 2 holds, note first that ab = (a0b0 a1b1 a2b2 a3b3) (a0b1 + a1b0 + a2b3 a3b2)i (a b +− a b +− a b − a b )j− (a b + a b + a b − a b )k. − 0 2 2 0 1 3 − 3 1 − 0 3 3 0 1 2 − 2 1 Now compute ba: ba = (b0a0 b1a1 b2a2 b3a3) + ( b0a1 b1a0 + b2a3 b3a2)i + ( b a− b a−+ b a− b a )j +− ( b −a b a + b −a b a )k − 0 2 − 2 0 1 3 − 3 1 − 0 3 − 3 0 1 2 − 2 1 = (a0b0 a1b1 a2b2 a3b3) (a0b1 + a1b0 + a2b3 a3b2)i (a b +− a b +− a b − a b )j− (a b + a b + a b − a b )k − 0 2 2 0 1 3 − 3 1 − 0 3 3 0 1 2 − 2 1 = ab Part 3 has a more elegant proof, if we use Part 2 and the fact that N(q)= qq¯. N(ab) = (ab)ab = (ab)(¯ba¯) = a(b¯b)¯a = aN(b)¯a = aaN¯ (b) = N(a)N(b) 17 Example 5.2. Let a = 2 i + j k,b = i + j. Then N(ab) = N(a)N(b) = (4+1+1+1)(1+1) = 14. N(ab12)= N(a)N(b12)= N−(a)N(b−)12 = (7)(212). Suppose we wish to find a5.
Recommended publications
  • The Enigmatic Number E: a History in Verse and Its Uses in the Mathematics Classroom
    To appear in MAA Loci: Convergence The Enigmatic Number e: A History in Verse and Its Uses in the Mathematics Classroom Sarah Glaz Department of Mathematics University of Connecticut Storrs, CT 06269 [email protected] Introduction In this article we present a history of e in verse—an annotated poem: The Enigmatic Number e . The annotation consists of hyperlinks leading to biographies of the mathematicians appearing in the poem, and to explanations of the mathematical notions and ideas presented in the poem. The intention is to celebrate the history of this venerable number in verse, and to put the mathematical ideas connected with it in historical and artistic context. The poem may also be used by educators in any mathematics course in which the number e appears, and those are as varied as e's multifaceted history. The sections following the poem provide suggestions and resources for the use of the poem as a pedagogical tool in a variety of mathematics courses. They also place these suggestions in the context of other efforts made by educators in this direction by briefly outlining the uses of historical mathematical poems for teaching mathematics at high-school and college level. Historical Background The number e is a newcomer to the mathematical pantheon of numbers denoted by letters: it made several indirect appearances in the 17 th and 18 th centuries, and acquired its letter designation only in 1731. Our history of e starts with John Napier (1550-1617) who defined logarithms through a process called dynamical analogy [1]. Napier aimed to simplify multiplication (and in the same time also simplify division and exponentiation), by finding a model which transforms multiplication into addition.
    [Show full text]
  • Irrational Numbers Unit 4 Lesson 6 IRRATIONAL NUMBERS
    Irrational Numbers Unit 4 Lesson 6 IRRATIONAL NUMBERS Students will be able to: Understand the meanings of Irrational Numbers Key Vocabulary: • Irrational Numbers • Examples of Rational Numbers and Irrational Numbers • Decimal expansion of Irrational Numbers • Steps for representing Irrational Numbers on number line IRRATIONAL NUMBERS A rational number is a number that can be expressed as a ratio or we can say that written as a fraction. Every whole number is a rational number, because any whole number can be written as a fraction. Numbers that are not rational are called irrational numbers. An Irrational Number is a real number that cannot be written as a simple fraction or we can say cannot be written as a ratio of two integers. The set of real numbers consists of the union of the rational and irrational numbers. If a whole number is not a perfect square, then its square root is irrational. For example, 2 is not a perfect square, and √2 is irrational. EXAMPLES OF RATIONAL NUMBERS AND IRRATIONAL NUMBERS Examples of Rational Number The number 7 is a rational number because it can be written as the 7 fraction . 1 The number 0.1111111….(1 is repeating) is also rational number 1 because it can be written as fraction . 9 EXAMPLES OF RATIONAL NUMBERS AND IRRATIONAL NUMBERS Examples of Irrational Numbers The square root of 2 is an irrational number because it cannot be written as a fraction √2 = 1.4142135…… Pi(휋) is also an irrational number. π = 3.1415926535897932384626433832795 (and more...) 22 The approx. value of = 3.1428571428571..
    [Show full text]
  • The Universal Property of Inverse Semigroup Equivariant KK-Theory
    KYUNGPOOK Math. J. 61(2021), 111-137 https://doi.org/10.5666/KMJ.2021.61.1.111 pISSN 1225-6951 eISSN 0454-8124 c Kyungpook Mathematical Journal The Universal Property of Inverse Semigroup Equivariant KK-theory Bernhard Burgstaller Departamento de Matematica, Universidade Federal de Santa Catarina, CEP 88.040-900 Florian´opolis-SC, Brasil e-mail : [email protected] Abstract. Higson proved that every homotopy invariant, stable and split exact func- tor from the category of C∗-algebras to an additive category factors through Kasparov's KK-theory. By adapting a group equivariant generalization of this result by Thomsen, we generalize Higson's result to the inverse semigroup and locally compact, not necessarily Hausdorff groupoid equivariant setting. 1. Introduction In [3], Cuntz noted that if F is a homotopy invariant, stable and split exact func- tor from the category of separable C∗-algebras to the category of abelian groups then Kasparov's KK-theory acts on F , that is, every element of KK(A; B) induces a natural map F (A) ! F (B). Higson [4], on the other hand, developed Cuntz' find- ings further and proved that every such functor F factorizes through the category K consisting of separable C∗-algebras as the object class and KK-theory together with the Kasparov product as the morphism class, that is, F is the composition F^ ◦ κ of a universal functor κ from the class of C∗-algebras to K and a functor F^ from K to abelian groups. In [12], Thomsen generalized Higson's findings to the group equivariant setting by replacing everywhere in the above statement algebras by equivariant algebras, ∗- homomorphisms by equivariant ∗-homomorphisms and KK-theory by equivariant KK-theory (the proof is however far from such a straightforward replacement).
    [Show full text]
  • Hypercomplex Algebras and Their Application to the Mathematical
    Hypercomplex Algebras and their application to the mathematical formulation of Quantum Theory Torsten Hertig I1, Philip H¨ohmann II2, Ralf Otte I3 I tecData AG Bahnhofsstrasse 114, CH-9240 Uzwil, Schweiz 1 [email protected] 3 [email protected] II info-key GmbH & Co. KG Heinz-Fangman-Straße 2, DE-42287 Wuppertal, Deutschland 2 [email protected] March 31, 2014 Abstract Quantum theory (QT) which is one of the basic theories of physics, namely in terms of ERWIN SCHRODINGER¨ ’s 1926 wave functions in general requires the field C of the complex numbers to be formulated. However, even the complex-valued description soon turned out to be insufficient. Incorporating EINSTEIN’s theory of Special Relativity (SR) (SCHRODINGER¨ , OSKAR KLEIN, WALTER GORDON, 1926, PAUL DIRAC 1928) leads to an equation which requires some coefficients which can neither be real nor complex but rather must be hypercomplex. It is conventional to write down the DIRAC equation using pairwise anti-commuting matrices. However, a unitary ring of square matrices is a hypercomplex algebra by definition, namely an associative one. However, it is the algebraic properties of the elements and their relations to one another, rather than their precise form as matrices which is important. This encourages us to replace the matrix formulation by a more symbolic one of the single elements as linear combinations of some basis elements. In the case of the DIRAC equation, these elements are called biquaternions, also known as quaternions over the complex numbers. As an algebra over R, the biquaternions are eight-dimensional; as subalgebras, this algebra contains the division ring H of the quaternions at one hand and the algebra C ⊗ C of the bicomplex numbers at the other, the latter being commutative in contrast to H.
    [Show full text]
  • An Introduction to Inverse Semigroups and Their Connections to C*-Algebras
    CARLETON UNIVERSITY SCHOOL OF MATHEMATICS AND STATISTICS HONOURS PROJECT TITLE: An Introduction to Inverse Semigroups and Their Connections To C*-Algebras AUTHOR: Kyle Cheaney SUPERVISOR: Dr. Charles Starling DATE: August 24, 2020 AN INTRODUCTION TO INVERSE SEMIGROUPS AND THEIR CONNECTIONS TO C∗-ALGEBRAS KYLE CHEANEY: 101012022 Abstract. This paper sets out to provide the reader with a basic introduction to inverse semigroups, as well as a proof of the Wagner-Preston Representation Theorem. It then focuses on finite directed graphs, specifically the graph inverse semigroup and how properties of the semigroup correspond to properties of C∗ algebras associated to such graphs. 1. Introduction The study of inverse semigroups was founded in the 1950's by three mathematicians: Ehresmann, Preston, and Wagner, as a way to algebraically describe pseudogroups of trans- formations. The purpose of this paper is to introduce the topic of inverse semigroups and some of the basic properties and theorems. We use these basics to relate the inverse semi- group formed by a directed graph to the corresponding graph C∗ algebra. The study of such C∗ algebras is still an active topic of research in analysis, thus providing a connection between abstract algebraic objects and complex analysis. In section 2, we outline some preliminary definitions and results which will be our basic tools for working with inverse semigroups. Section 3 provides a more detailed introduction to inverse semigroups and contains a proof of the Wagner-Preston representation theorem, a cornerstone in the study of inverse semigroups. In section 4, we present some detailed examples of inverse semigroups, including proving said sets are in fact inverse semigroups and discussing what their idempotents look like.
    [Show full text]
  • Chapter 1 the Field of Reals and Beyond
    Chapter 1 The Field of Reals and Beyond Our goal with this section is to develop (review) the basic structure that character- izes the set of real numbers. Much of the material in the ¿rst section is a review of properties that were studied in MAT108 however, there are a few slight differ- ences in the de¿nitions for some of the terms. Rather than prove that we can get from the presentation given by the author of our MAT127A textbook to the previous set of properties, with one exception, we will base our discussion and derivations on the new set. As a general rule the de¿nitions offered in this set of Compan- ion Notes will be stated in symbolic form this is done to reinforce the language of mathematics and to give the statements in a form that clari¿es how one might prove satisfaction or lack of satisfaction of the properties. YOUR GLOSSARIES ALWAYS SHOULD CONTAIN THE (IN SYMBOLIC FORM) DEFINITION AS GIVEN IN OUR NOTES because that is the form that will be required for suc- cessful completion of literacy quizzes and exams where such statements may be requested. 1.1 Fields Recall the following DEFINITIONS: The Cartesian product of two sets A and B, denoted by A B,is a b : a + A F b + B . 1 2 CHAPTER 1. THE FIELD OF REALS AND BEYOND A function h from A into B is a subset of A B such that (i) 1a [a + A " 2bb + B F a b + h] i.e., dom h A,and (ii) 1a1b1c [a b + h F a c + h " b c] i.e., h is single-valued.
    [Show full text]
  • Real Numbers and Their Properties
    Real Numbers and their Properties Types of Numbers + • Z Natural numbers - counting numbers - 1, 2, 3,... The textbook uses the notation N. • Z Integers - 0, ±1, ±2, ±3,... The textbook uses the notation J. • Q Rationals - quotients (ratios) of integers. • R Reals - may be visualized as correspond- ing to all points on a number line. The reals which are not rational are called ir- rational. + Z ⊂ Z ⊂ Q ⊂ R. R ⊂ C, the field of complex numbers, but in this course we will only consider real numbers. Properties of Real Numbers There are four binary operations which take a pair of real numbers and result in another real number: Addition (+), Subtraction (−), Multiplication (× or ·), Division (÷ or /). These operations satisfy a number of rules. In the following, we assume a, b, c ∈ R. (In other words, a, b and c are all real numbers.) • Closure: a + b ∈ R, a · b ∈ R. This means we can add and multiply real num- bers. We can also subtract real numbers and we can divide as long as the denominator is not 0. • Commutative Law: a + b = b + a, a · b = b · a. This means when we add or multiply real num- bers, the order doesn’t matter. • Associative Law: (a + b) + c = a + (b + c), (a · b) · c = a · (b · c). We can thus write a + b + c or a · b · c without having to worry that different people will get different results. • Distributive Law: a · (b + c) = a · b + a · c, (a + b) · c = a · c + b · c. The distributive law is the one law which in- volves both addition and multiplication.
    [Show full text]
  • Chapter 4 Complex Numbers Course Number
    Chapter 4 Complex Numbers Course Number Section 4.1 Complex Numbers Instructor Objective: In this lesson you learned how to perform operations with Date complex numbers. Important Vocabulary Define each term or concept. Complex numbers The set of numbers obtained by adding real number to real multiples of the imaginary unit i. Complex conjugates A pair of complex numbers of the form a + bi and a – bi. I. The Imaginary Unit i (Page 328) What you should learn How to use the imaginary Mathematicians created an expanded system of numbers using unit i to write complex the imaginary unit i, defined as i = Ö - 1 , because . numbers there is no real number x that can be squared to produce - 1. By definition, i2 = - 1 . For the complex number a + bi, if b = 0, the number a + bi = a is a(n) real number . If b ¹ 0, the number a + bi is a(n) imaginary number .If a = 0, the number a + bi = bi is a(n) pure imaginary number . The set of complex numbers consists of the set of real numbers and the set of imaginary numbers . Two complex numbers a + bi and c + di, written in standard form, are equal to each other if . and only if a = c and b = d. II. Operations with Complex Numbers (Pages 329-330) What you should learn How to add, subtract, and To add two complex numbers, . add the real parts and the multiply complex imaginary parts of the numbers separately. numbers Larson/Hostetler Trigonometry, Sixth Edition Student Success Organizer IAE Copyright © Houghton Mifflin Company.
    [Show full text]
  • SOME ALGEBRAIC DEFINITIONS and CONSTRUCTIONS Definition
    SOME ALGEBRAIC DEFINITIONS AND CONSTRUCTIONS Definition 1. A monoid is a set M with an element e and an associative multipli- cation M M M for which e is a two-sided identity element: em = m = me for all m M×. A−→group is a monoid in which each element m has an inverse element m−1, so∈ that mm−1 = e = m−1m. A homomorphism f : M N of monoids is a function f such that f(mn) = −→ f(m)f(n) and f(eM )= eN . A “homomorphism” of any kind of algebraic structure is a function that preserves all of the structure that goes into the definition. When M is commutative, mn = nm for all m,n M, we often write the product as +, the identity element as 0, and the inverse of∈m as m. As a convention, it is convenient to say that a commutative monoid is “Abelian”− when we choose to think of its product as “addition”, but to use the word “commutative” when we choose to think of its product as “multiplication”; in the latter case, we write the identity element as 1. Definition 2. The Grothendieck construction on an Abelian monoid is an Abelian group G(M) together with a homomorphism of Abelian monoids i : M G(M) such that, for any Abelian group A and homomorphism of Abelian monoids−→ f : M A, there exists a unique homomorphism of Abelian groups f˜ : G(M) A −→ −→ such that f˜ i = f. ◦ We construct G(M) explicitly by taking equivalence classes of ordered pairs (m,n) of elements of M, thought of as “m n”, under the equivalence relation generated by (m,n) (m′,n′) if m + n′ = −n + m′.
    [Show full text]
  • Modular Arithmetic
    CS 70 Discrete Mathematics and Probability Theory Fall 2009 Satish Rao, David Tse Note 5 Modular Arithmetic One way to think of modular arithmetic is that it limits numbers to a predefined range f0;1;:::;N ¡ 1g, and wraps around whenever you try to leave this range — like the hand of a clock (where N = 12) or the days of the week (where N = 7). Example: Calculating the day of the week. Suppose that you have mapped the sequence of days of the week (Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday) to the sequence of numbers (0;1;2;3;4;5;6) so that Sunday is 0, Monday is 1, etc. Suppose that today is Thursday (=4), and you want to calculate what day of the week will be 10 days from now. Intuitively, the answer is the remainder of 4 + 10 = 14 when divided by 7, that is, 0 —Sunday. In fact, it makes little sense to add a number like 10 in this context, you should probably find its remainder modulo 7, namely 3, and then add this to 4, to find 7, which is 0. What if we want to continue this in 10 day jumps? After 5 such jumps, we would have day 4 + 3 ¢ 5 = 19; which gives 5 modulo 7 (Friday). This example shows that in certain circumstances it makes sense to do arithmetic within the confines of a particular number (7 in this example), that is, to do arithmetic by always finding the remainder of each number modulo 7, say, and repeating this for the results, and so on.
    [Show full text]
  • 0.999… = 1 an Infinitesimal Explanation Bryan Dawson
    0 1 2 0.9999999999999999 0.999… = 1 An Infinitesimal Explanation Bryan Dawson know the proofs, but I still don’t What exactly does that mean? Just as real num- believe it.” Those words were uttered bers have decimal expansions, with one digit for each to me by a very good undergraduate integer power of 10, so do hyperreal numbers. But the mathematics major regarding hyperreals contain “infinite integers,” so there are digits This fact is possibly the most-argued- representing not just (the 237th digit past “Iabout result of arithmetic, one that can evoke great the decimal point) and (the 12,598th digit), passion. But why? but also (the Yth digit past the decimal point), According to Robert Ely [2] (see also Tall and where is a negative infinite hyperreal integer. Vinner [4]), the answer for some students lies in their We have four 0s followed by a 1 in intuition about the infinitely small: While they may the fifth decimal place, and also where understand that the difference between and 1 is represents zeros, followed by a 1 in the Yth less than any positive real number, they still perceive a decimal place. (Since we’ll see later that not all infinite nonzero but infinitely small difference—an infinitesimal hyperreal integers are equal, a more precise, but also difference—between the two. And it’s not just uglier, notation would be students; most professional mathematicians have not or formally studied infinitesimals and their larger setting, the hyperreal numbers, and as a result sometimes Confused? Perhaps a little background information wonder .
    [Show full text]
  • Discrete Mathematics
    Slides for Part IA CST 2016/17 Discrete Mathematics <www.cl.cam.ac.uk/teaching/1617/DiscMath> Prof Marcelo Fiore [email protected] — 0 — What are we up to ? ◮ Learn to read and write, and also work with, mathematical arguments. ◮ Doing some basic discrete mathematics. ◮ Getting a taste of computer science applications. — 2 — What is Discrete Mathematics ? from Discrete Mathematics (second edition) by N. Biggs Discrete Mathematics is the branch of Mathematics in which we deal with questions involving finite or countably infinite sets. In particular this means that the numbers involved are either integers, or numbers closely related to them, such as fractions or ‘modular’ numbers. — 3 — What is it that we do ? In general: Build mathematical models and apply methods to analyse problems that arise in computer science. In particular: Make and study mathematical constructions by means of definitions and theorems. We aim at understanding their properties and limitations. — 4 — Lecture plan I. Proofs. II. Numbers. III. Sets. IV. Regular languages and finite automata. — 6 — Proofs Objectives ◮ To develop techniques for analysing and understanding mathematical statements. ◮ To be able to present logical arguments that establish mathematical statements in the form of clear proofs. ◮ To prove Fermat’s Little Theorem, a basic result in the theory of numbers that has many applications in computer science. — 16 — Proofs in practice We are interested in examining the following statement: The product of two odd integers is odd. This seems innocuous enough, but it is in fact full of baggage. — 18 — Proofs in practice We are interested in examining the following statement: The product of two odd integers is odd.
    [Show full text]