2  Real Numbers

2.1 Fields

Definition 1: Binary operation
A binary operation on a set K is a function  :K×KK which maps the ordered pair (x,y) into xy.

Definition 2: Properties of binary operations

Let K be a set and  :K×KK be a binary operation on K. We say that:

  1. is commutative if xy=yx,x,yK
  2. is associative if (xy)z=x(yz),x,y,zK
  3. An element eK is called neutral element of if xe=ex=x,xK
  4. Let e be a neutral element of and let xK. An element yK is called an inverse of x with respect to if xy=yx=e.
Example 3

Question. Let K={0,1} be a set with binary operation defined by the table 01011100

  1. Is commutative? Justify your answer.

  2. Is associative? Justify your answer.

Solution.

  1. The operation is not commutative, since 01=10=10.

  2. The operation is not associative, since (01)1=11=0, while 0(11)=00=1, so that (01)10(11).

2.2 Fields

Definition 4: Field

Let K be a set with binary operations of addition + :K×KK,(x,y)x+y and multiplication  :K×KK,(x,y)xy=xy. We call the triple (K,+,) a field if:

  1. The addition + satisfies: x,y,zK
    • (A1) Commutativity and Associativity: x+y=y+x (x+y)+z=x+(y+z)
    • (A2) Additive Identity: There exists a neutral element in K for +, which we call 0. It holds: x+0=0+x=x
    • (A3) Additive Inverse: There exists an inverse of x with respect to +. We call this element the additive inverse of x and denote it by x. It holds x+(x)=(x)+x=0
  2. The multiplication satisifes: x,y,zK
    • (M1) Commutativity and Associativity: xy=yx (xy)z=x(yz)
    • (M2) Multiplicative Identity: There exists a neutral element in K for , which we call 1. It holds: x1=1x=x
    • (M3) Multiplicative Inverse: If x0 there exists an inverse of x with respect to . We call this element the multiplicative inverse of x and denote it by x1. It holds xx1=x1x=1
  3. The operations + and are related by
    • (AM) Distributive Property: x,y,zK x(y+z)=(xy)+(yz).

Theorem 5
Let K with + and defined by +0100111001000101 Then (K,+,) is a field.

Definition 6: Subtraction and division

Let (K,+,) be a field. We define:

  1. Subtraction as the operation defined by xy:=x+(y),x,yK, where y is the additive inverse of y.

  2. Division as the operation / defined by x/y:=xy1,x,yK,y0, where y1 is the multiplicative inverse of y.

Proposition 7: Uniqueness of neutral elements and inverses

Let (K,+,) be a field. Then

  1. There is a unique element in K with the property of 0.
  2. There is a unique element in K with the property of 1.
  3. For all xK there is a unique additive inverse x.
  4. For all xK, x0, there is a unique multiplicative inverse x1.
Proof
  1. Suppose that 0K and 0~K are both neutral element of +, that is, they both satisfy (A2). Then 0+0~=0 since 0~ is a neutral element for +. Moreover 0~+0=0~ since 0 is a neutral element for +. By commutativity of +, see property (A1), we have 0=0+0~=0~+0=0~, showing that 0=0~. Hence the neutral element for + is unique.
  2. Exercise.
  3. Let xK and suppose that y,y~K are both additive inverses of x, that is, they both satisfy (A3). Therefore x+y=0 since y is an additive inverse of x and x+y~=0 since y~ is an additive inverse of x. Therefore we can use commutativity and associativity and of +, see property (A1), and the fact that 0 is the neutral element of +, to infer y=y+0=y+(x+y~)=(y+x)+y~=(x+y)+y~=0+y~=y~, concluding that y=y~. Thus there is a unique additive inverse of x, and y=y~=x, with x the element from property (A3).
  4. Exercise.
Theorem 8

Consider the sets N, Z, Q with the usual operations + and . We have:

  • (N,+,) is not a field.

  • (Z,+,) is not a field.

  • (Q,+,) is a field.

2.3 Ordered fields

Definition 9

Let K be a set with binary operations + and , and with an order relation . We call (K,+,,) an ordered field if:

  1. (K,+,) is a field

  2. There is of total order on K: x,y,zK

    • (O1) Reflexivity: xx
    • (O2) Antisymmetry: xy and yxx=y
    • (O3) Transitivity: xy and yzx=z
    • (O4) Total order:
      xy or yx
  3. The operations + and , and the total order , are related by the following properties: x,y,zK

    • (AM) Distributive: Relates addition and multiplication via x(y+z)=xy+xz
    • (AO) Relates addition and order with the requirement: xyx+zy+z
    • (MO) Relates multiplication and order with the requirement: x0,y0xy0

Theorem 10
(Q,+,,) is an ordered field.

2.4 Supremum and infimum

In the following we assume that (K,+,,) is an ordered field.

Definition 11: Upper bound and bounded above

Let AK:

  1. We say that bK is an upper bound for A if ab,aA.
  2. We say that A is bounded above if there exists and upper bound bK for A.

Definition 12: Supremum
Let AK. A number sK is called least upper bound or supremum of A if:

  1. s is an upper bound for A,
  2. s is the smallest upper bound of A, that is, If bK is upper bound for A then sb.

If it exists, the supremum is denoted by s:=sup A.

Remark 13
Note that if a set AK in NOT bounded above, then the supremum does not exist, as there are no upper bounds of A.

Proposition 14: Uniqueness of the supremum
Let AK. If supA exists, then it is unique.

Definition 15: Maximum
Let AK. A number MK is called the maximum of A if: MA and aM,aA. If it exists, we denote the maximum by M=maxA.

Proposition 16: Relationship between Max and Sup
Let AK. If the maximum of A exists, then also the supremum exists, and supA=maxA.

Definition 17: Lower bound, bounded below, infimum, minimum

Let AK:

  1. We say that lK is a lower bound for A if la,aA.

  2. We say that A is bounded below if there exists a lower bound lK for A.

  3. We say that iK is the greatest lower bound or infimum of A if:

    • i is a lower bound for A,
    • i is the largest lower bound of A, that is, If lK is a lower bound for A then li. If it exists, the infimum is denoted by i=infA.
  4. We say that mK is the minimum of A if: mA and ma,aA. If it exists, we denote the minimum by m=minA.

Proposition 18

Let AK:

  1. If infA exists, then it is unique.
  2. If the minimum of A exists, then also the infimum exists, and infA=minA.

Proposition 19
Let AK. If infA and supA exist, then infAasupA,aA.

Proposition 20: Relationship between sup and inf

Let AK. Define A:={a:aA}. They hold

  1. If supA exists, then infA exists and inf(A)=supA.
  2. If infA exists, then supA exists and sup(A)=infA.

2.5 Axioms of Real Numbers

Definition 21: Completeness

Let (K,+,,) be an ordered field. We say that K is complete if the following property holds:

  • (AC) For every AK non-empty and bounded above supAK.

Theorem 22
Q is not complete. In particular, there exists a set AQ such that

  • A is non-empty,
  • A is bounded above,
  • supA does not exist in Q.

One of such sets is, for example, A={qQ:q0,q2<2}.

Proposition 23
Let (K,+,,) be a complete ordered field. Suppose that AK is non-empty and bounded below. Then infAK.

Definition 24: System of Real Numbers R

A system of Real Numbers is a set R with two operations + and , and a total order relation , such that

  • (R,+,,) is an ordered field

  • R sastisfies the Axiom of Completeness

2.6 Inductive sets

Definition 25: Inductive set

Let SR. We say that S is an inductive set if they are satisfied:

  • 1S,
  • If xS, then (x+1)S.
Example 26

Question. Prove the following:

  1. R is an inductive set.

  2. The set A={0,1} is not an inductive set.

Solution.

  1. We have that 1R by axiom (M2). Moreover (x+1)R for every xR, by definition of sum +.

  2. We have 1A, but (1+1)A, since 1+10.

Proposition 27
Let M be a collection of inductive subsets of R. Then S:=MMM is an inductive subset of R.

Definition 28: Set of Natural Numbers
Let M be the collection of all inductive subsets of R. We define the set of natural numbers in R as N:=MMM.

Proposition 29: NR is the smallest inductive subset of R
Let CR be an inductive subset. Then NC. In other words, N is the smallest inductive set in R.

Theorem 30
Let xN. Then x1.