0% found this document useful (0 votes)
32 views

Lecture 1

This document provides an overview of a lecture on real and complex analysis. It introduces basic concepts like sets, tuples, relations, and functions. It defines important terms like domain, range, bijective, injective, surjective, and inverse functions. As examples, it discusses the sets of natural numbers, integers, rational numbers, and real numbers. It also provides examples of relations, constant/identity functions, and inverse functions. The overall summary is an introduction to basic mathematical concepts for real and complex analysis.

Uploaded by

nilay1may
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views

Lecture 1

This document provides an overview of a lecture on real and complex analysis. It introduces basic concepts like sets, tuples, relations, and functions. It defines important terms like domain, range, bijective, injective, surjective, and inverse functions. As examples, it discusses the sets of natural numbers, integers, rational numbers, and real numbers. It also provides examples of relations, constant/identity functions, and inverse functions. The overall summary is an introduction to basic mathematical concepts for real and complex analysis.

Uploaded by

nilay1may
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

Lecture 1 Jan.

2019
Real and Complex Analysis
MTL122/ MTL503/ MTL506
Lecturer: A. Dasgupta [email protected]

1. Basic Ideas
1.1. Sets.

A set is a collection of objects called elements. Usually, sets are denoted by capital
letters A, B,...,Z. A set can consist any type and number of elements. Even other
sets can be elements of a set. The sets dealt with here usually have real numbers as
their elements.

If a is an element of the set A, we write a 2 A. If a is not an element of the set A


we write a 2/ A.

If all the elements of A are also elements of B, then A is a subset of B. In this case,
we write A ✓ B or B ✓ A. In particular, notice that whenever A is a set, then A ✓ A.

Two sets A and B are equal, if they have the same elements. In this case we write
A = B. It is easy to see that A = B i↵ A ✓ B and B ✓ A. Establishing that both
of these containments are true is the most common way to show two sets are equal.

If A ✓ B and A 6= B, then A is a proper subset of B. In this cases it is written


A ✓ B.

The union of A and B is the set containing all the elements in either A or B:
A [ B = {x : x 2 A or x 2 B}.
The intersection of A and B is the set containing the elements contained in both
A and B:
A \ B = {x : x 2 A and x 2 B}.
The di↵erence of A and B is the set of elements in A and not in B:
A \ B = {x : x 2 A and x 2
/ B}.
Another common set operation is complementation. The complement of a set A is
usually thought of as the set consisting of all elements which are not in A.To make
sense of the complement of a set, there must be a well-defined universal set U which
contains all the sets in question. Then the complement of a set A ⇢ U is Ac = U \ A.
It is usually the case that the universal set U is evident from the context in which it
is used.
Theorem 1.1. (Exercise) Let A, B and C be sets.

1
2

(a) A \ (B [ C) = (A \ B) \ (A \ C)

(b) A \ (B \ C) = (A \ B) [ (A \ C)
Corollary 1.2. (De Morgan’s Laws) Let A and B be sets.
(a) (A [ B)c = Ac \ B c

(b) (A \ B)c = Ac [ B c .
Example 1.3.

(1) N = {1, 2, 3, ....}, set of natural numbers.

(2) Z = {0, 1 1, 2, 2, , ....}, set of integers.

(3) Q = { m n
, m.n 2 Z, n 6= 0}, set of rational numbers.
(4) R, the set of all real numbers. The set R will include all rational numbers,
all irrational numbers.
1.2. Tuples.
When listing the elements of a set, the order in which they are listed is unimportant;
e.g., {e, l, v, i, s} = {l, i, v, e, s}. If the order in which n items are listed is important,
the list is called an n-tuple. We denote a n-tuple by enclosing the ordered list in
parentheses. For example, if x1 , x2 , x3 , x4 are four items, the 4 tuple (x1 , x2 , x3 , x4 )
is di↵erent form the 4 tuple (x2 , x1 , x3 , x4 ).
Because they are used so often, the cases when n = 2 and n = 3 have special names:
2-tuples are called ordered pairs and a 3-tuple is called an ordered triple.
Definition 1.4. Let A and B be sets. The sets of all ordered pairs
A ⇥ B = {(a, b) : a 2 A and b 2 B}
is called the Cartesian product of A and B.
Example 1.5.
If A = {a, b, c} and B = {1, 2} then
A ⇥ B = {(a, 1), (a, 2), (b, 1), (b, 2), (c, 1), (c, 2)},
and

B ⇥ A = {(1, a), (1, b), (1, c), (2, a), (2, b), (2, c)}.
Notice that A ⇥ B 6= B ⇥ A because of the importance of order in the ordered pairs.
2. Relations.
Definition 2.1. If A and B are sets, the any R ⇢ A ⇥ B is a relation from A to B.
If (a, b) 2 R, we write aRb.
In the special case when R ⇢ A ⇥ A, for some set A, there are some additional
terminologies.
R is symmetric, if aRb () bRa.
R is reflexive, if aRa.
3

R is transitive. if aRb and bRc =) aRc


R is an equivalence relation on A, if it is symmetric, reflexive and transitive.
Example 2.2. Let R be the relation on Z ⇥ Z defined by aRb () a  b. Then R
is reflexive and transitive, but not symmetric.
Example 2.3. Let R be the relation on Z ⇥ Z defined by aRb () a < b. Then R
is transitive, but not reflexive and symmetric.
Example 2.4. Let R be the relation on Z ⇥ Z defined by aRb () a2 = b2 . Then
R is and equivalence relation.
3. Functions.
Definition 3.1. A relation R ⇢ A ⇥ B is a function if
aRb1 and aRb2 =) b1 = b2 .
If f : A ! B is a function, the usual intuitive interpretation is to regard f as a rule
that associates each element of A with a unique element of B. It’s not necessarily
the case that each element of B is associated with something from A; B may not be
ran(f ). It’s s also common for more than one element of A to be associated with the
same element of B. Functions are also called maps, mappings, or transformations.
The set A on which f is defined is called the domain of f and the set Y in which it
takes its values is called the co domain. We write f : a ! f (b) to indicate that f is
the function that maps a to f (b). If f ⇢ A ⇥ B is a function and dom(f ) = A, then
we usually write f : A ! B and use the usual notation f (a) = b instead of af b.

The domain of a function is dom(f ) = {a 2 A : f (a) 2 B} and dom(f ) ✓ A.


The range of a function is ran(f ) = {b 2 B : b = f (a) for some a 2 A}.
Example 3.2. The identity function idA : A ! A on a set A is the function idA :
a ! a that maps every element to itself.
Example 3.3. Let A ⇢ X. The characteristic function of A,
A : X ! {0, 1}
is defined by (
1, if x 2 A.
A (x) = (3.1)
0, if x 2
/ A.
The successive application of mappings leads to the notion of the composition of
functions.
Definition 3.4. The composition of functions f : A ! B and g : B ! C is the
function defined by g f : A ! C defined by
g f (a) = g(f (a)).
The order of application of the functions in a composition is crucial and is read
from right to left. The composition g f can only be defined if the domain of g
includes the range of f , and the existence of g f does not imply that f g even
makes sense.
4

Example 3.5. Define f : N ! Z by f (n) = n2 and g : Z ! Z by g(n) = n2 . In this


case ran(f ) = {n2 : n 2 N} and ran(g) = ran(f ) [ {0}. Notice that even though f
and g use the same formula, they are actually di↵erent functions.
In the above Example,
g f (n) = g(f (n)) = g(n2 ) = (n2 )2 = n4
makes sense for all n 2 N, but f g is undefined at n = 0.

There are several important types of functions.


Definition 3.6. A function f (A) ! B is a constant function, if ran(f ) has a single
element; i.e., there is a b 2 B such that f (a) = b for all a 2 A. The function f is
surjective (or onto B), if ran(f ) = B.
In a sense, constant and surjective functions are the opposite extremes. A constant
function has the smallest possible range and a surjective function has the largest
possible range. Of course, a function f : A ! B can be both constant and surjective,
if B has only one element.
Definition 3.7. A function f : A ! B is injective(or one to one), if f (a) = f (b)
implies a = b.
The terminology “one-to-one” is very descriptive because such a function uniquely
pairs up the elements of its domain and range.
Definition 3.8. A function f : A ! B is bijective, if it is both surjective and
injective.
A bijective function can be visualized as uniquely pairing up all the elements of A
and B. Some use the more descriptive terminology one-to-one correspondence instead
of bijection. This pairing up of the elements from each set is like counting them and
finding they have the same number of elements. Given any two sets, no matter how
many elements they have, the intuitive idea is they have the same number of elements
if, and only if, there is a bijection between them.
Example 3.9. The function f : [0, 1) ! [1, 1) defined by
f (x) = 1 + x2 , x 0
is a bijective function.
Theorem 3.10. If f : A ! B and g : B ! C are bijections, then g f : A ! C is
a bijection.
Inverse Functions.

Definition 3.11. If f : A ! B, then the image f (A) ⇢ B of A is the set f (A) =


{f (a) : a 2 A}.
1
The inverse image or pre-image of f is the set f (B) = {a : f (a) 2 Ran(f )} ⇢ A.
5

Definition 3.12. If f : A ! B is bijective, the inverse of f is the function f 1 :


B ! A with the property that f 1 f (a) = a for all a 2 A and f f 1 (b) = b for all
b 2 B.
Example 3.13. Let A = N and B be the even natural numbers. If f : A ! B is
f (n) = 2n and g : B ! A is g(n) = n/2,it is clear f is bijective. Since f g(n) =
f (n/2) = 2n/2 = n and g f (n) = g(2n) = 2n/2 = n, we see g = f 1 .
The use of the notation f 1 to denote the inverse function should not be confused
with its use to denote the reciprocal function; it should be clear from the context
which meaning is intended.
Example 3.14. If f : R ! R is a function f (x) = x3 , which is one-to-one and onto,
then the inverse function f 1 : R ! R is given by
1
f (x) = x1/3 .
On the other hand, the reciprocal function g = 1/f is given by
1
g(x) = , g : R \ {0} ! R.
x3
The reciprocal function is not defined at x = 0 where f (x) = 0.
Note that f 1 (B) makes sense as a set even if the inverse function f 1
:Y !X
does not exist.
Example 3.15. Define f : R ! R by f (x) = x2 . If A = ( 2, 2), then f (A) = [0, 4).
If B = (0, 4), then
f 1 (B) = ( 2, 0) [ (0, 2).
If C = ( 4, 0), then f 1 (C) = .
Theorem 3.16. (Exercise) Let S be a collection of sets. The relation on S defined
by
A ⇠ B () there is a bijection f : A ! B
is an equivalence relation.
Finally, we introduce operations on a set.
Definition 3.17. A binary operation on a set X is a function f : X ⇥ X ! X.
Example 3.18. Addition, a : N ⇥ N ! N and multiplication m : N ⇥ N ! N are
binary operations where
a(x, y) = x + y, m(x, y) = xy.

4. Indexed Sets
We often have occasion to work with large collections of sets. For example, we
could have a sequence of sets A1 , A2 , A3 , ..., where there is a set An associated with
each n 2 N. In general, let ⌦ be a set and suppose for each 2 ⌦ there is a set A .
The set {A : 2 ⌦} is called a collection of sets indexed by ⌦. In this case, ⌦ is
called the indexing set for the collection.
6

In other words, we say that a set A is indexed by a set I if there is an onto function
f : I ! A. We then write
A = {ai : i 2 I},
where ai = f (i).
Example 4.1. {1, 4, 9, 16, ..} = {n2 : n 2 N}.
Example 4.2.
For each n 2 N, let An = {k 2 Z : k 2  n}. Then
A1 = A2 = A3 = { 1, 0, 1}, A4 = { 2, 1, 0, 1, 2}, ...,
is a collection of sets indexed by N.
Two of the basic binary operations can be extended to work with indexed collec-
tions. In particular, using the indexed collection from the previous paragraph, we
define [
A = {x : x 2 A for some 2 ⌦}
2⌦
and \
A = {x : x 2 A for all 2 ⌦}.
2⌦

Example 4.3. For n 2 N, define the intervals


An = [1/n, 1 1/n] = {x 2 R : 1/n  x  1 1/n},

Bn = ( 1/n, 1/n) = {x 2 R : 1/n < x < 1/n}.


Then 1 1
[ [ \ \
An = An = (0, 1), Bn = Bn = {0}.
n2N n=1 n2N n=1

De Morgan’s Laws can be generalized to indexed collections.


Theorem 4.4. If {B : 2 ⌦} is an indexed collection of sets and A is a set, then
[ \
A\ B = (A \ B )
2⌦ 2⌦

and \ [
A\ B = (A \ B ).
2⌦ 2⌦

5. Cardinality
There is a way to use sets and functions to formalize and generalize how we count.
For example, suppose we want to count how many elements are in the set {a, b, c}.
The natural way to do this is to point at each element in succession and say “one,
two, three.” What we’re doing is defining a bijective function between {a, b, c} and
the set {1, 2, 3}. This idea can be generalized.
Definition 5.1. Given n 2 N. A set S has cardinality n, if there is a bijective function
f : S ! {1, 2, 3, ..., n}. We write card(S) = n.
7

Two sets A and B are said to have same cardinality if there exists a bijection from
A to B. It is common to write card(N ) = N0 .

Example 5.2. Let f : N ! Z be defined as


(
n+1
2
, when n is odd.
f (x) = n
(5.1)
1 2 , when n is even.
It’s easy to show f is a bijection, so card(N) = card(Z) = N0 .
Finite and Infinite Sets: A set is called finite if it is empty or has the same
cardinality as the set {1, 2, ..., n} fro some n 2 N; it is infinite otherwise.

Countable Sets: A set is called countable(or countably infinite) if it has the


same cardinality as N. Equivalently, a set A is countable if all of its elements can be
listed as a sequence a1 , a2 , a3 , .... A set is called uncountable if it is infinite and not
countable.

Some important results on countable and uncountable sets.


• An infinite subset of a countable set is countable; a superset of an uncountable
set is uncountable.
• A finite or countable union of countable sets countable.
• The cartesian product of finitely many countable sets is countable.
So we have,
A set X is :
(1) Finite if it is the empty set or A ⇡ {1, 2, ..., n} for some n 2 N;
(2) Countably infinite (or denumerable) if X ⇡ N;
(3) Infinite if it is not finite;
(4) Countable if it is finite or countably infinite;
(5) Uncountable if it is not countable.
Example 5.3.
N, Q is countable.
R is uncountable.

You might also like