Lecture 18
Lecture 18
THEOREM
EXERCISE
Suppose f:XY and g:YZ and both of these are one-to-one and onto.
Prove that (gof)-1 exists and that
(gof)-1 = f-1og-1
SOLUTION
Suppose f: X Y and g:Y Z are bijective
functions, then their composition gof: X Z is also bijective. Hence (gof)-1:
Z X exists.
Next, to establish (gof)-1 = f-1og-1, we show that
(f-1og-1)o(gof) = ix and (gof)o(f-1og-1) = iz
2
Now consider
(f-1og-1)o(gof) = f-1o(g-1o(gof)) (associative law for o)
= f-1o((g-1og)of) (associative law for o)
= f-1o(iyof) (g-1og = iy)
= f-1of (iyof = f)
= ix (f:XY)
Also
(gof)o(f-1og-1) = go(fo(f-1og-1)) (associative law for o)
= go((fof-1)og-1) (associative law for o)
= go(iyog-1) (fof-1 = iy)
= gog-1 (iyog-1 = g-1)
= Iz (g:YZ)
Hence f-1og-1 = (gof)-1
REAL-VALUED FUNCTIONS
Let X be any set and R be the set of real numbers. A function f:XR that
assigns to each xX a real number f(x) R is called a real-valued function.
If f: R R, then f is called a real-valued function of a real variable.
EXAMPLE
1.f: R+ R defined by f(x) = log x is a real valued function.
2. g:R R defined by g(x) = ex is a real valued function of
a real variable.
3
OPERATIONS ON FUNCTIONS
SUM OF FUNCTIONS
Let f and g be real valued functions with
the same domain X. That is f:X R and g:X R.
The sum of f and g denoted f+g is a real valued function with the same
domain X i.e. f+g: X R defined by
(f+g)(x) = f(x) + g(x) xX
EXAMPLE
Let f(x) = x2 + 1 and g(x) = x + 2 defines functions f and g from R to R.
Then (f+g) (x) = f(x) + g(x)
= (x2 + 1) + (x + 2)
= x2 + x + 3 xR
which defines the sum functions f+g: X R
DIFFERENCE OF FUNCTIONS
QUOTIENT OF FUNCTIONS
Let f:X R be a real valued function and c is a non-zero number. Then the
scalar multiplication of f is a function cf: R R defined by
(cf)(x) = cf(x) xX
EXAMPLE
Let f(x) = x2 + 1 and g(x) = x+2 defines functions f
and g from R to R. Then
(3f - 2g)(x) =(3f)(x) - (2g)(x)
=3 f(x) - 2 g(x)
= 3(x2+1) - 2 (x+2)
= 3x2 - 2x-1 xX
EXERCISE
EXERCISE
EXERCISE
1 if x A
A(x) =
0 if x A
Show that for all subsets A and B of S
1. AB = A B
2. AB = A + B - A B
3. A(x) = 1 - A(x)
SOLUTION
y A or y B
Now y (AB) (AB)(y) = 0
and y Aor y B A(y) = 0 or B(y) = 0
Thus AB(y) = 0 = A (y) B (y)
= (A B)(y)
Hence, AB and A B assign the same number to each element x in S, so
by definition
AB = A B
SOLUTION
A
A
1 1
2 2
3 3 12
2. G is symmetric iff
if aGb then bGa a,bA
Now, in the present case.
A
A A
A
1 1
1 1
2 2
2 2
3 3
3 3
3. H is transitive iff
if aHb and bHc then aHc. a,b,cA.
In our case
A A
A A
1 1 1 1
2 2 2 2
3 3 3 3
13
FINITE AND INFINITE SETS
FINITE SET:
A set is called finite if, and only if, it is the empty set or there is one-to-one
correspondence from {1,2,3,,n} to it, where n is a positive integer.
INFINITE SET
A non empty set that cannot be put into one-to-one correspondence with
{1,2,3,…,n}, for any positive integer n, is called infinite set.
CARDINALITY
Let A and B be any sets. A has the same cardinality as B if, and only if,
there is a one-to-one correspondence from A to B.
COUNTABLE SET
A set is countably infinite if, and only if, it has the same cardinality as the
set of positive integers Z+.
A set is called countable if, and only if, it is finite or countably infinite.
A set that is not countable is called uncountable.
EXAMPLE
EXERCISE
1 a
b
2
c
3
d
4
16
SOME RESULTS
Let f: X Y is a function. Let A and B be
subsets of X and C and D be subsets of Y.
1. if A B then f(A) f(B)
2. f(AB) = f(A) f(B)
3. f(AB) f(A) f(B)
4. f(A-B) f(A) - f(B)
5. if C D, then f-1(C) f-1(D)
6. f-1(CD) = f-1(C) f-1(D)
7. f-1(CD) = f-1(C) f-1(D)
8. f-1(C-D) = f-1 (C) - f-1 (D)
17