Suppose f:X → Y
If A ⊆ X, Does the following hold true?
f(X\A) = f(X) \ f(A).
f: (-4,4) → R
f(x) = x2.
A = [0,4] , X\A = [-4,0]
f(X) = [0,16]
f(A) = (0,16]
f(X) \ f(A) = {0}
f(X\A) = [0,16].
f(X) \ f(A) ⫋ (X\A)
Suppose f:X → Y
If A ⊆ X, Does the following hold true?
f(X\A) ⊆ f(X\A).
Let y ∈ f(X) \ f(A).
=> y ∈ f(X) but y ∉ f(A).
y ∈ f(X) => there exists x∈X such that y=f(x).
y ∉ f(A) => there does not exist any a∈A such that y=f(a).
∴ x ∈ X but x ∉ A.
∴ f(x) ∈ f(X\A).
Thus f(X) \ f(A) ⊆ f(X\A).
Let f:X → Y We say that f is 1-1 or injective
if f(x1) = f(x2)
=> x1 =x2.
(i) f:[-4,4] → R
f(x) = x2.
Here, f(1) = f(-1)
Then f is not one-one.
(ii) f:R → R
f(x) = x3.
Show that f is one - one function.
Suppose
f(x1) = f(x2)
=> x13 = x23
Taking cube roots on both sides
(x13)1/3 = (x23)1/3
=> x1 = x2
∴ f is 1-1.
X = {1,2,3,4,5}
Y = {3,4,5,6,7,8}
f:X → Y as f(x) = x+2.
Thus f is 1-1.
A function f:X → Y is said to be Onto or surjective
if codomain (f) = range (f).
f:[-4,4] → R..
f(x) = x2.
Co Domain (f) = [0,16].
Thus if y<0 or y>16, then
There does not exists any x ∈ [-4,4] such that f(x) =y.
∴ f is not onto
f:(0,∞) → (0,∞)
f(x) = 1/x.
Show that f is onto function.
Let y ∈ (0,∞).
Claim there exists x ∈ (0,∞) such that
f(x) =y.
Suppose f(x) = y
i.e, 1/x = y.
=> x = 1/y.
Choose x as 1/y.
Then f(x) = 1/x = 1/(1/y)=y
∴ f is onto.
Suppose f:x → y and g:y → z.
The composition of f & g, denoted, gof is defined as follows:
gof:x → z
given by (gof)(x) = g(f(x)).
f:R → R
f(x) = x2
g:R → R
g(x) = x3.
Show that fog = gof.
fog(x) = f(g(x))
= f(x3) = (x3)2 = x6
gof(x) = g(f(x))
= g(x2) = (x2)3 = x6.
=> fog = gof
f:R → R
f(x) = sinx
g:R → R
g(x) = x2
Show that gof ≠ fog.
fog(x) = f(g(x)) = f(x2 = sin(x2).
gof(x) = g(f(x)) = g(sinx) = sin2x.
=> gof ≠ fog.
Let, A = {1,2,3,4,5}
B = {0,1,4,9,10,16,20,25,30}
C = {0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15}
f:A → B
f(a) = a2
g: B → C
g(b)={bb/2 if b is a perfect if b is not a square.
Find gof(a) ?
gof : A → C
gof(a) = g(f(a))
= g(a2)
= √a2 = a.
Thus gof(a) = a.
The following statements are equivalent.
i) f(A∩B) = f(A) ∩ f(B)
ii) f is 1-1
iii) for any two disjoint set A&B f(A) & f(B) are disjoint.
ii) => i) Suppose that f is 1-1.
WE know that
f(A∩B) ≤ f(A) ∩ f(B).
Let y∈f(A) ∩ f(B)
=> y∈f(A) and y∈f(B).
y∈f(A) => there exists a∈A such that y=f(a).
y∈f(B) => there exists b∈B such that y=f(b).
∴ f(a) = y = f(b)
Since f is 1-1
=> a=b i.e,a∈ A∩B.
∴ y = f(x) ∈ f(A∩B).
ii) => iii) Suppose that f(A∩B) = f(A) ∩ f(B).
Let A & B be disjoint subsets of x.
i.e, A∩B = φ.
∴ f(A∩B) = f(φ) = φ.
f(A) ∩ f(B) = f(A∩B) = φ.
i.e, f(A) & f(B) are disjoint.
iii) => ii) Suppose that f takes disjoint sets to disjoint sets.
Let x1, x2 ∈ X. suppose that
f(x1) = f(x2)
Let us assume to the contrary that x1 ≠ x2, i.e, f is not 1-1.
x1 ≠ x2 => {x1} & {x2} are disjoint.
=>f({x1}) ≠ f({x2}).
=>{f(x1)} ≠ {f(x2)}.
=> f(x1) ≠ f(x2). which is a contradiction.
Thus f is 1-1.
Let f: A → B. Then f is 1-1 <=> there exists a function g:B → A such that
i) gof = idA &
ii) g is onto.
Suppose that f is 1-1.
Define g:B → A
as, g(b)={a if b=f(a) a’ ,otherwise
i) gof (a) = g(f(a)) = a = idA(a)
ii) Let a∈A. Let b= f(a). Then g(b) = g(f(a)) = a.
Thus f is onto.
Suppose ∃ an onto function g:B → A
such that gof = idA.
Suppose that f(a1) = f(a2).
=> g(f(a1)) = g(f(a2))
=> (gof)(a1) = (gof)(a2)
=> idA (a1) = idA (a2)
=> a1 = a2
Thus f is 1-1.
Let f: A → B.
Then f is onto <=> there exists a function g:B → A such that
i) fog = idB
ii) g is 1-1.
Suppose f is onto.
for each b∈ B,
Ab = {a∈A : f(a) = b}.
Fix a unique ab∈ Ab.
Define g: B → A as
g(b) = ab.
i)fog (b) = f(g(b)) = f(ab = b = idB(b).
ii)Suppose g(b1) = g(b2)
=>f(g(b1)) = f(g(b2))
=>(fog) (b1) = (fog) (b2)
=>b1 = b2
Thus g is 1-1.
Suppose there exists a 1-1 function g:B → A such that fog = idb.
Let b ∈ B. Let a = g(b).
f(a) = f(g(b)) = (fog) (b)
= idb (b) = b.
Thus f is onto.