Udaya Notes
Udaya Notes
Udaya Notes
1 Real Numbers
√
Example 1. Find the Continued Fraction Expansions for 2, π, e and the Golden
Ratio which is the positive root of φ2 − φ − 1 = 0.
Definition 1. Set of Real numbers R is a set satisfying
1.Field Axioms
2.Order Axioms
3.Completeness Axiom
Axiom 1. Field Axioms.
R is a set with two or more elements and two binary operations + and . on them
satisfying the following properties
1. ∀a, b ∈ R; a + b ∈ R: closed under addition
2. ∀a, b, c ∈ R; a + (b + c) = (a + b) + c: addition is associative
3. ∃0 ∈ R, ∀a ∈ R; a + 0 = 0 + a = a: additive identity exists
4. ∀a ∈ R, ∃ − a ∈ R; a + (−a) = (−a) + a = 0: additive inverse exists
5. ∀a, b ∈ R; a + b = b + a: addition is commutative
6. ∀a, b ∈ R; a.b ∈ R: closed under multiplication
7. ∀a, b, c ∈ R; a.(b.c) = (a.b).c: multiplication is associative
8. ∃1 ∈ R − {0}, ∀a ∈ R; a.1 = 1.a = a: multiplicative identity exists
9. ∀a ∈ R − {0}, ∃a−1 ∈ R; a.a−1 = a−1 .a = 1: multiplicative inverse exists
10. ∀a, b ∈ R; a.b = b.a: multiplication is commutative
11. ∀a, b, c ∈ R; a.(b + c) = (a.b) + (a.c): multiplication is distributive over addition
Definition 2.
a − b = a + (−b): Subtraction
If a 6= 0, ab = a.b−1 : Division
Definition 3.
1. We write 1 + 1 = 2, 2 + 1 = 3, 3 + 1 = 4 and so on.
2. Set of Positive Integers Z+ = {1, 2, 3, · · · }
3. Set of Natural Numbers N = Z+ ∪ {0}
4. Set of Negative Integers Z− = {−a|a ∈ Z+ }
5. Set of Integers Z = Z− ∪ {0} ∪ Z+
6. Set of Rational Numbers Q = { pq |p, q ∈ Z and q 6= 0}
7. Set of Irrational Numbers Qc = R − Q
MA1013B-16S1-Notes [email protected] 7th February, 2017 Page 2 of 6
b
8. If a, b ∈ Z we say a divides b or a is a factor of b and write a|b iff a ∈Z
9. p ∈ Z+ − {1} is a Prime Number iff 1 and p are its only factors.
Example 2. Any set of two or more elements with two binary operations satisfying
the fields axioms is called a Field. See if the following are fields
1. R with . and +
2. Z, Q, Qc with + and .
3. {0, 1, 2} with mod 3 arithmetic
4. {0, 1, 2, 3} with mod 4 arithmetic
Theorem 1.
1. There are initially many prime numbers.
2. Every n ∈ Z+ − {1} is a prime number or a unique product of prime numbers
3. Gaps between prime numbers can be arbitrary large.
4. {0, 1, 2, · · · , n − 1} is a field iff n is prime.
Definition 4. Integer Powers
If a 6= 0, a0 = 1
If a 6= 0, n ∈ Z+ then an = a.an−1
If a 6= 0, n ∈ Z+ then a−n = (a−1 )n
Example 3. Prove the following with a, b, c ∈ R
1. If a + b = 0 then b = −a
2. If a + c = b + c then a = b
3. −(a + b) = (−a) + (−b)
4. −(−a) = a
5. a.0 = 0
6. 0, 1, −a, a−1 are unique
7. If a 6= 0 and ab = 1 then b = a−1
8. If ac = bc and c 6= 0 then a = b
9. If ab = 0 then a = 0 or b = 0
10. −(ab) = (−a)b = a(−b)
11. (−a)(−b) = ab
12. If a 6= 0, (a−1 )−1 = a
13. If a, b 6= 0, (ab)−1 = a−1 b−1
MA1013B-16S1-Notes [email protected] 7th February, 2017 Page 3 of 6
Definition 9.
Ordered Pair (x, y) = {{x}, {x, y}}
Cartesian Product between two sets A, B: A × B = {(x, y)|x ∈ A, y ∈ B}
Definition 10. Relation. Let A, B be non-empty.
• Then a Relation P : A → B is a non-empty subset of A × B
P y, xP y, P to mean (x, y) ∈ P
• We write any of P : x 7→ y, x−→ x y
Example 6.
√ √
1. Evaluate ( x)2 , x2 , sin(sin−1 x), sin−1 (sin x)
2. Find
p the maximal
p domain and range of f (x) = x2 and define the inverse functions
(·) and − (·).
3. Do the above for exp, sin, cos, tan functions.
4. Let f (x) = x + x1 . Find the range and domain. Show that the function is not
one-one. Restrict the domain and find an inverse function.
5. Let f : A → B be a bijection. Show that (f ◦ f −1 )(y) = y for all y ∈ B and
(f −1 ◦ f )(x) = x for all x ∈ A.
1−x
6. Let f (x) = 1+x and g(x) = 4x(1 − x) with suitable domains. Find f ◦ g and g ◦ f .
7. Let F be the set of onto functions f : A → A. Is F under the composition
operations ◦ form a Group(structure similar to R with +)?
8. Let f : A → B and C, D ⊆ A and let f (C) = {f (x)|x ∈ C}. Show that f (C ∪D) =
f (C) ∪ f (D) and f (C ∩ D) ⊆ f (C) ∩ f (D)
9. Show that the composition of two one-one functions is one-one and the composition
of two onto functions is onto.
10. Show that the integers and rational numbers are countable, but irrationals are
uncountable.
11. Show that a subset of a countable set is countable and that a superset of an un-
countable set is uncountable.