Math 550 Notes Chapter 1

Total Page:16

File Type:pdf, Size:1020Kb

Math 550 Notes Chapter 1 Math 550 Notes Chapter 1 Jesse Crawford Department of Mathematics Tarleton State University Fall 2010 (Tarleton State University) Math 550 Chapter 1 Fall 2010 1 / 27 Outline 1 Complex Numbers 2 Definition of Vector Space 3 Properties of Vector Spaces 4 Subspaces 5 Sums and Direct Sums (Tarleton State University) Math 550 Chapter 1 Fall 2010 2 / 27 Binary Operations Definition A binary operation on a set S is a mapping from S × S to S. (Tarleton State University) Math 550 Chapter 1 Fall 2010 3 / 27 Fields Definition Suppose F is a set. Let + be a binary operation on F called addition. Let · be a binary operation of F called multiplication. Then F is called a field if + and · are commutative: x + y = y + x and xy = yx for all x; y 2 F: + and · are associative: (x + y) + z = x + (y + z) and (xy)z = x(yz) for all x; y; z 2 F: (Tarleton State University) Math 550 Chapter 1 Fall 2010 4 / 27 F contains an additive identity, 0, and a multiplicative identity, 1, and 0 6= 1: x + 0 = x and x · 1 = x for all x 2 F: Every x 2 F has an additive inverse −x 2 F: x + (−x) = 0: Every x 2 F n f0g has a multiplicative inverse x−1: x(x−1) = 1: The distributive law holds: x(y + z) = xy + xz for all x; y; z 2 F: (Tarleton State University) Math 550 Chapter 1 Fall 2010 5 / 27 Ordered Field Definition Suppose F is a field. Then F is called an ordered field if it contains a subset F +, such that F + is closed under addition and multiplication: If x; y 2 F + then x + y 2 F + and xy 2 F +; and for each x 2 F, exactly one of the following holds: x = 0; x 2 F +; or − x 2 F +: (Tarleton State University) Math 550 Chapter 1 Fall 2010 6 / 27 > and Upper Bounds Definition Suppose x and y are elements of an ordered field F. Then x > y if x − y 2 F +. Definition Let S be a subset of an ordered field F. u 2 F is called an upper bound of S if u ≥ x for all x 2 S: u 2 F is called a least upper bound of S if I u is an upper bound of S, and I for any upper bound u~ of S, u ≤ u~. (Tarleton State University) Math 550 Chapter 1 Fall 2010 7 / 27 Complete Ordered Fields Definition Let F be an ordered field. Then F is complete if every nonempty subset of F that has an upper bound in F has a least upper bound in F. Theorem The field of real numbers R is a complete ordered field. (Tarleton State University) Math 550 Chapter 1 Fall 2010 8 / 27 Field of Complex Numbers Definition The field of complex numbers C and its operations of + and · are defined as follows: C = f(a; b) j a; b 2 Rg (a; b) + (c; d) = (a + c; b + d) (a; b) · (c; d) = (ac − bd; ad + bc) Notation For any a 2 R, a ≡ (a; 0). i := (0; 1) (a; b) = a + bi i2 = −1 Theorem C is a field. (Tarleton State University) Math 550 Chapter 1 Fall 2010 9 / 27 Notation Throughout the book and notes, F stands for R or C. Elements of F are called scalars. − For x; y 2 F, x − y := x + (−y), and x=y := x · y 1. (Tarleton State University) Math 550 Chapter 1 Fall 2010 10 / 27 Outline 1 Complex Numbers 2 Definition of Vector Space 3 Properties of Vector Spaces 4 Subspaces 5 Sums and Direct Sums (Tarleton State University) Math 550 Chapter 1 Fall 2010 11 / 27 n-tuples Definition An n-tuple or list of length n is an ordered collection of n objects, (x1;:::; xn): Repetitions are allowed and order matters. Finite length The list can be empty. So, a 0-tuple is the empty list (). If we write x = (x1;:::; xn), then xj is the jth coordinate or component of x. Two n-tuples x and y are equal if xj = yj for all j = 1;:::; n: (Tarleton State University) Math 550 Chapter 1 Fall 2010 12 / 27 Fn Definition n F := f(x1;:::; xn) j xj 2 F for j = 1;:::; ng. Elements of Fn are called vectors. Addition is defined on Fn by (x1;:::; xn) + (y1;:::; yn) = (x1 + y1;:::; xn + yn) 0 ≡ (0;:::; 0) x + 0 = x for all x 2 Fn. 0 is an additive identity for Fn. Scalar multiplication is defined by n a · (x1;:::; xn) = (ax1;:::; axn), for all a 2 F and x 2 F : (Tarleton State University) Math 550 Chapter 1 Fall 2010 13 / 27 Vector Spaces Definition Suppose F is a field and V is a set. Let + be a binary operation on V called addition. Let · be a function from F × V to V called scalar multiplication. Then V is called a vector space over F if There exists an additive identity 0 2 V . Every x 2 V has an additive inverse −x 2 V . + is commutative and associative. 1 · x = x for all x 2 V . (ab)x = a(bx) for all a; b 2 F and x 2 V . (a + b)x = ax + bx and a(x + y) = ax + ay for all a; b 2 F and x; y 2 V . (Tarleton State University) Math 550 Chapter 1 Fall 2010 14 / 27 Definition Elements of V are called vectors or points. A vector space over R is called a real vector space, and a vector space over C is called a complex vector space. Fn is a vector space over F. (Tarleton State University) Math 550 Chapter 1 Fall 2010 15 / 27 More Examples of Vector Spaces Example 1 F := f(x1; x2;:::) j xj 2 F, for j = 1; 2;:::g (x1; x2;:::) + (y1; y2;:::) = (x1 + y1; x2 + y2;:::) a(x1; x2;:::) = (ax1; ax2;:::) Definition A function p : F ! F is called a polynomial if 2 m p(z) = a0 + a1z + a2z + ··· + amz ; for some a0;:::; am 2 F. Let P(F) denote the set of all polynomials with coefficients in F. P(F) is a vector space over F. (Under which operations?) (Tarleton State University) Math 550 Chapter 1 Fall 2010 16 / 27 Outline 1 Complex Numbers 2 Definition of Vector Space 3 Properties of Vector Spaces 4 Subspaces 5 Sums and Direct Sums (Tarleton State University) Math 550 Chapter 1 Fall 2010 17 / 27 Properties of Vector Spaces Notation For the rest of the book/notes, V denotes a vector space over F. Because + and · are associative, parentheses are not necessary in expressions such as u + v + w and abv; where u; v; w 2 V and a; b 2 F. Proposition V has a unique additive identity. Every element of V has a unique additive inverse. 0v = 0, for all v 2 V . a0 = 0, for all a 2 F. (−1)v = −v, for all v 2 V . (Tarleton State University) Math 550 Chapter 1 Fall 2010 18 / 27 Outline 1 Complex Numbers 2 Definition of Vector Space 3 Properties of Vector Spaces 4 Subspaces 5 Sums and Direct Sums (Tarleton State University) Math 550 Chapter 1 Fall 2010 19 / 27 Subspaces Definition Suppose U ⊆ V . Then U is a subspace of V if U is a vector space (under the same + and · operations that make V a vector space). Proposition (Subspace Criterion) If U ⊆ V , then U is a subspace of V iff 0 2 U, for all u; v 2 U, u + v 2 U, and for all a 2 F and u 2 U, au 2 U. (Tarleton State University) Math 550 Chapter 1 Fall 2010 20 / 27 Examples of Subspaces Example 1 fp 2 P(F) j p(3) = 0g is a subspace of P(F). 2 The subspaces of R2 are precisely f0g, all lines in R2 through the origin, and R2. 3 The subspaces of R3 are precisely f0g, all lines in R3 through the origin, all planes in R3 through the origin, and R3. 4 V and f0g are always subspaces of V . (Tarleton State University) Math 550 Chapter 1 Fall 2010 21 / 27 Outline 1 Complex Numbers 2 Definition of Vector Space 3 Properties of Vector Spaces 4 Subspaces 5 Sums and Direct Sums (Tarleton State University) Math 550 Chapter 1 Fall 2010 22 / 27 Sums Definition Suppose U1;:::; Um are subspaces of V . Then their sum is defined by U1 + ··· + Um = fu1 + ··· + um j u1 2 U1;:::; um 2 Umg: U1 + ··· + Um is the smallest subspace of V containing U1;:::; Um. Example Suppose U = f(x; 0; 0) 2 F3 j x 2 Fg, and W = f(0; y; 0) 2 F3 j y 2 Fg. Then U + W = f(x; y; 0) 2 F3 j x; y 2 Fg. Suppose W~ = f(y; y; 0) 2 F3 j y 2 Fg. Then U + W~ = f(x; y; 0) 2 F3 j x; y 2 Fg also. (Tarleton State University) Math 550 Chapter 1 Fall 2010 23 / 27 Direct Sums Definition Suppose U1;:::; Um are subspaces of V , and V = U1 + ··· + Um. Then V is the direct sum of U1;:::; Um if every element of V can be written uniquely in the form u1 + ··· + um; where uj 2 Uj , j = 1;:::; m. This is denoted by V = U1 ⊕ · · · ⊕ Um Example Both of the examples from the previous slide are direct sums. (Tarleton State University) Math 550 Chapter 1 Fall 2010 24 / 27 Example Define I U1 = f(x; y; 0) j x; y 2 Fg, I U2 = f(0; 0; z) j z 2 Fg, and I U3 = f(0; y; y) j y 2 Fg.
Recommended publications
  • Formal Power Series - Wikipedia, the Free Encyclopedia
    Formal power series - Wikipedia, the free encyclopedia http://en.wikipedia.org/wiki/Formal_power_series Formal power series From Wikipedia, the free encyclopedia In mathematics, formal power series are a generalization of polynomials as formal objects, where the number of terms is allowed to be infinite; this implies giving up the possibility to substitute arbitrary values for indeterminates. This perspective contrasts with that of power series, whose variables designate numerical values, and which series therefore only have a definite value if convergence can be established. Formal power series are often used merely to represent the whole collection of their coefficients. In combinatorics, they provide representations of numerical sequences and of multisets, and for instance allow giving concise expressions for recursively defined sequences regardless of whether the recursion can be explicitly solved; this is known as the method of generating functions. Contents 1 Introduction 2 The ring of formal power series 2.1 Definition of the formal power series ring 2.1.1 Ring structure 2.1.2 Topological structure 2.1.3 Alternative topologies 2.2 Universal property 3 Operations on formal power series 3.1 Multiplying series 3.2 Power series raised to powers 3.3 Inverting series 3.4 Dividing series 3.5 Extracting coefficients 3.6 Composition of series 3.6.1 Example 3.7 Composition inverse 3.8 Formal differentiation of series 4 Properties 4.1 Algebraic properties of the formal power series ring 4.2 Topological properties of the formal power series
    [Show full text]
  • Chapter 10 Orderings and Valuations
    Chapter 10 Orderings and valuations 10.1 Ordered fields and their natural valuations One of the main examples for group valuations was the natural valuation of an ordered abelian group. Let us upgrade ordered groups. A field K together with a relation < is called an ordered field and < is called an ordering of K if its additive group together with < is an ordered abelian group and the ordering is compatible with the multiplication: (OM) 0 < x ^ 0 < y =) 0 < xy . For the positive cone of an ordered field, the corresponding additional axiom is: (PC·)P · P ⊂ P . Since −P·−P = P·P ⊂ P, all squares of K and thus also all sums of squares are contained in P. Since −1 2 −P and P \ −P = f0g, it follows that −1 2= P and in particular, −1 is not a sum of squares. From this, we see that the characteristic of an ordered field must be zero (if it would be p > 0, then −1 would be the sum of p − 1 1's and hence a sum of squares). Since the correspondence between orderings and positive cones is bijective, we may identify the ordering with its positive cone. In this sense, XK will denote the set of all orderings resp. positive cones of K. Let us consider the natural valuation of the additive ordered group of the ordered field (K; <). Through the definition va+vb := vab, its value set vK becomes an ordered abelian group and v becomes a homomorphism from the multiplicative group of K onto vK. We have obtained the natural valuation of the ordered field (K; <).
    [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]
  • Factorization in Generalized Power Series
    TRANSACTIONS OF THE AMERICAN MATHEMATICAL SOCIETY Volume 352, Number 2, Pages 553{577 S 0002-9947(99)02172-8 Article electronically published on May 20, 1999 FACTORIZATION IN GENERALIZED POWER SERIES ALESSANDRO BERARDUCCI Abstract. The field of generalized power series with real coefficients and ex- ponents in an ordered abelian divisible group G is a classical tool in the study of real closed fields. We prove the existence of irreducible elements in the 0 ring R((G≤ )) consisting of the generalized power series with non-positive exponents. The following candidate for such an irreducible series was given 1=n by Conway (1976): n t− + 1. Gonshor (1986) studied the question of the existence of irreducible elements and obtained necessary conditions for a series to be irreducible.P We show that Conway’s series is indeed irreducible. Our results are based on a new kind of valuation taking ordinal numbers as values. If G =(R;+;0; ) we can give the following test for irreducibility based only on the order type≤ of the support of the series: if the order type α is either ! or of the form !! and the series is not divisible by any mono- mial, then it is irreducible. To handle the general case we use a suggestion of M.-H. Mourgues, based on an idea of Gonshor, which allows us to reduce to the special case G = R. In the final part of the paper we study the irreducibility of series with finite support. 1. Introduction 1.1. Fields of generalized power series. Generalized power series with expo- nents in an arbitrary abelian ordered group are a classical tool in the study of valued fields and ordered fields [Hahn 07, MacLane 39, Kaplansky 42, Fuchs 63, Ribenboim 68, Ribenboim 92].
    [Show full text]
  • Properties of the Real Numbers Drexel University PGSA Informal Talks
    Properties of the real numbers Drexel University PGSA Informal Talks Sam Kennerly January 2012 ★ We’ve used the real number line since elementary school, but that’s not the same as defining it. ★ We’ll review the synthetic approach with Hilbert’s definition of R as the complete ordered field. 1 Confession: I was an undergrad mathematics major. Why bother? ★ Physical theories often require explicit or implicit assumptions about real numbers. ★ Quantum mechanics assumes that physical measurement results are eigenvalues of a Hermitian operator, which must be real numbers. State vectors and wavefunctions can be complex. Are they physically “real”? wavefunctions and magnitudes ★ Special relativity can use imaginary time, which is related to Wick rotation in some quantum gravity theories. Is imaginary time unphysical? (SR can also be described without imaginary time. Misner, Thorne & Wheeler recommend never using ıct as a time coordinate.) ★ Is spacetime discrete or continuous? Questions like these require a rigorous definition of “real.” imaginary time? 2 Spin networks in loop quantum gravity assume discrete time evolution. Mini-biography of David Hilbert ★ First to use phrase “complete ordered field.” ★ Published Einstein’s GR equation before Einstein! (For details, look up Einstein-Hilbert action.) ★ Chairman of the Göttingen mathematics department, which had enormous influence on modern physics. (Born, Landau, Minkowski, Noether, von Neumann, Wigner, Weyl, et al.) ★ Ahead of his time re: racism, sexism, nationalism. “Mathematics knows no races or geographic boundaries.” “We are a university, not a bath house.” (in support of hiring Noether) David Hilbert in 1912 Minister Rust: "How is mathematics in Göttingen now that it has been freed of the Jewish influence?” Hilbert: “There is really none any more.” ★ Hilbert-style formalism (my paraphrasing): 1.
    [Show full text]
  • Real Closed Fields
    University of Montana ScholarWorks at University of Montana Graduate Student Theses, Dissertations, & Professional Papers Graduate School 1968 Real closed fields Yean-mei Wang Chou The University of Montana Follow this and additional works at: https://scholarworks.umt.edu/etd Let us know how access to this document benefits ou.y Recommended Citation Chou, Yean-mei Wang, "Real closed fields" (1968). Graduate Student Theses, Dissertations, & Professional Papers. 8192. https://scholarworks.umt.edu/etd/8192 This Thesis is brought to you for free and open access by the Graduate School at ScholarWorks at University of Montana. It has been accepted for inclusion in Graduate Student Theses, Dissertations, & Professional Papers by an authorized administrator of ScholarWorks at University of Montana. For more information, please contact [email protected]. EEAL CLOSED FIELDS By Yean-mei Wang Chou B.A., National Taiwan University, l96l B.A., University of Oregon, 19^5 Presented in partial fulfillment of the requirements for the degree of Master of Arts UNIVERSITY OF MONTANA 1968 Approved by: Chairman, Board of Examiners raduate School Date Reproduced with permission of the copyright owner. Further reproduction prohibited without permission. UMI Number: EP38993 All rights reserved INFORMATION TO ALL USERS The quality of this reproduction is dependent upon the quality of the copy submitted. In the unlikely event that the author did not send a complete manuscript and there are missing pages, these will be noted. Also, if material had to be removed, a note will indicate the deletion. UMI OwMTtation PVblmhing UMI EP38993 Published by ProQuest LLC (2013). Copyright in the Dissertation held by the Author.
    [Show full text]
  • Chapter I, the Real and Complex Number Systems
    CHAPTER I THE REAL AND COMPLEX NUMBERS DEFINITION OF THE NUMBERS 1, i; AND p2 In order to make precise sense out of the concepts we study in mathematical analysis, we must first come to terms with what the \real numbers" are. Everything in mathematical analysis is based on these numbers, and their very definition and existence is quite deep. We will, in fact, not attempt to demonstrate (prove) the existence of the real numbers in the body of this text, but will content ourselves with a careful delineation of their properties, referring the interested reader to an appendix for the existence and uniqueness proofs. Although people may always have had an intuitive idea of what these real num- bers were, it was not until the nineteenth century that mathematically precise definitions were given. The history of how mathematicians came to realize the necessity for such precision in their definitions is fascinating from a philosophical point of view as much as from a mathematical one. However, we will not pursue the philosophical aspects of the subject in this book, but will be content to con- centrate our attention just on the mathematical facts. These precise definitions are quite complicated, but the powerful possibilities within mathematical analysis rely heavily on this precision, so we must pursue them. Toward our primary goals, we will in this chapter give definitions of the symbols (numbers) 1; i; and p2: − The main points of this chapter are the following: (1) The notions of least upper bound (supremum) and greatest lower bound (infimum) of a set of numbers, (2) The definition of the real numbers R; (3) the formula for the sum of a geometric progression (Theorem 1.9), (4) the Binomial Theorem (Theorem 1.10), and (5) the triangle inequality for complex numbers (Theorem 1.15).
    [Show full text]
  • 2 the Real Numbers As a Complete Ordered Field
    Section 2: The Axioms for the Real Numbers 12 2 The real numbers as a complete ordered eld In this section are presented what can be thought of as “the rules of the game:” the axioms of the real numbers. In this work, we present these axioms as rules without justication. There are other approaches which can be used. For example, another standard technique is to begin with the Peano axioms—the axioms of the natural numbers—and build up to the real numbers through several “completions” of this system. In such a setup, our axioms are theorems. 2.1 Field Axioms This rst set of axioms are called the eld axioms because any object satisfying them is called a eld. They give the algebraic properties of the real numbers. A eld is a nonempty set F along with two functions, multiplication : F F → F and addition + : F F → F satisfying the following axioms.3 Axiom 1 (Associative Laws). If a, b, c ∈ F, then (a + b)+c=a+(b+c) and (a b) c = a (b c). Axiom 2 (Commutative Laws). If a, b ∈ F, then a + b = b + a and a b = b a. Axiom 3 (Distributive Law). If a, b, c ∈ F, then a (b + c)=ab+ac. Axiom 4 (Existence of identities). There are 0, 1 ∈ F such that a +0=a and a 1=a,∀a∈F. Axiom 5 (Existence of an additive inverse). For each a ∈ F there is a ∈ F such that a +(a)=0. Axiom 6 (Existence of a multiplicative inverse). For each a ∈ F \{0} there is a1 ∈ F such that a a1 =1.
    [Show full text]
  • Introduction to the Real Spectrum
    INTRODUCTION TO THE REAL SPECTRUM PETE L. CLARK 1. Introduction About eighteen months ago I was trying to learn a little bit about model theory for a student conference (the 2003 Arizona Winter School) explaining the connec- tions between model theory and arithmetic geometry. There are indeed deep and important connections here, and I was quickly convinced that model theory is an area of mathematics that it is good for everyone to know at least a little bit about, but that is not my point here. Rather, while reading a basic text, they cited as examples of basic algebraic struc- tures: group, ring, module, ¯eld, ordered ¯eld, . , and here I stopped: ordered ¯eld?!? Not since the tedious axiomatic description of R in my ¯rst undergraduate analysis class had I even encountered the term; what kind of loon would regard an ordered ¯eld as an object as basic as the others in the list? This talk (given in 12/04 at Colorado College) is a meditation on how wrong I was.1 After a brief review of the notion of an ordered ¯eld (it's what you think it is!), we will aim to engage { and to some extent, to answer { the following questions: ² Which ¯elds can be ordered? ² If a ¯eld can be ordered, in how many di®erent ways can it be ordered? ² What information about a ¯eld is encoded in the set of all of its orderings? ² Can we regard the set of orderings of a ¯eld as some kind of space? ² When the ¯eld is the ¯eld of functions of an algebraic variety over a real-closed ¯eld R, how is this space related to the set of R-points of the variety? 2.
    [Show full text]
  • Model Completeness Results for Expansions of the Ordered Field of Real Numbers by Restricted Pfaffian Functions and the Exponential Function
    JOURNAL OF THE AMERICAN MATHEMATICAL SOCIETY Volume 9, Number 4, October 1996 MODEL COMPLETENESS RESULTS FOR EXPANSIONS OF THE ORDERED FIELD OF REAL NUMBERS BY RESTRICTED PFAFFIAN FUNCTIONS AND THE EXPONENTIAL FUNCTION A. J. WILKIE 1. Introduction Recall that a subset of Rn is called semi-algebraic if it can be represented as a (finite) boolean combination of sets of the form α~ Rn : p(α~)=0, { ∈ } α~ Rn:q(α~)>0 where p(~x), q(~x)aren-variable polynomials with real co- { ∈ } efficients. A map from Rn to Rm is called semi-algebraic if its graph, considered as a subset of Rn+m, is so. The geometry of such sets and maps (“semi-algebraic geometry”) is now a widely studied and flourishing subject that owes much to the foundational work in the 1930s of the logician Alfred Tarski. He proved ([11]) that the image of a semi-algebraic set under a semi-algebraic map is semi-algebraic. (A familiar simple instance: the image of a, b, c, x R4 :a=0andax2 +bx+c =0 {h i∈ 6 } under the projection map R3 R R3 is a, b, c R3 :a=0andb2 4ac 0 .) Tarski’s result implies that the× class→ of semi-algebraic{h i∈ sets6 is closed− under≥ first-} order logical definability (where, as well as boolean operations, the quantifiers “ x R ...”and“x R...” are allowed) and for this reason it is known to ∃ ∈ ∀ ∈ logicians as “quantifier elimination for the ordered ring structure on R”. Immedi- ate consequences are the facts that the closure, interior and boundary of a semi- algebraic set are semi-algebraic.
    [Show full text]
  • Monday: the Real Numbers
    Department of Mathematics MATHS 255 Lecture outlines for week 10 Monday: The Real Numbers In this final section of the course we will study the real numbers. You are already familiar with a number of theorems about the real numbers: rules for nth root test for determining whether a series converges, the mean value theorem, and so on. We will be learning how to prove theorems like these. Of course, the first thing we have to do is to establish our assumptions, or axioms, and agree that (at least in principle) everything we prove about the real numbers should come only from these axioms and not from any pictures we have of how the real numbers look and behave. We will give axioms which say that the real numbers are a complete, ordered field. There are lots of examples of fields, some of which are ordered fields. However, we will see that there is, up to isomorphism, only one complete ordered field. By “up to isomorphism”, we mean that if R and S are both complete ordered fields, then there is an isomorphism from R to S. In fact, in this case we can do even better: not only is there at least one isomorphism from R to S, but that isomorphism is unique. The field axioms [8.2] Definition. A field is a set F equipped with two binary operations, addition + and multiplication (as usual, we often omit the and write x y as xy) and distinct elements 0 and 1 with the · · · F F properties that + and are associative and commutative operations on F ; • · 0 is an identity for + and 1 is an identity for ; • F F · distributes over +, i.e.
    [Show full text]
  • Section 1.2. Properties of the Real Numbers As an Ordered Field
    1.2. The Real Numbers, Ordered Fields 1 1.2. Properties of the Real Numbers as an Ordered Field. Note. In this section we give 8 axioms related to the definition of the real numbers, R. All properties of sets of real numbers, limits, continuity of functions, integrals, and derivatives will follow from this definition. Definition. A field F is a nonempty set with two operations + and called addition · and multiplication, such that: (1) If a,b F then a + b and a b are uniquely determined elements of F (i.e., + ∈ · and are binary operations). · (2) If a,b,c F then (a + b)+ c = a +(b + c) and (a b) c = a (b c) (i.e., + and ∈ · · · · are associative). · (3) If a,b F then a + b = b + a and a b = b a (i.e., + and are commutative). ∈ · · · (4) If a,b,c F then a (b + c)= a b + a c (i.e., distributes over +). ∈ · · · · (5) There exists 0, 1 F (with 0 = 1) such that 0+ a = a and 1 a = a for all ∈ 6 · g F. ∈ (6) If a F then there exists a F such that a +( a) = 0. ∈ − ∈ − 1 1 (7) If a F a = 0, then there exists a− such that a a− = 1. ∈ 6 · 1 0 is the additive identity, 1 is the multiplicative identity, a and a− are inverses − of a. 1.2. The Real Numbers, Ordered Fields 2 Example. Some examples of fields include: 1. The rational numbers Q. 2. The rationals extended by √2: Q[√2]. 3.
    [Show full text]