Let X ⊆ N be an infinite set of natural numbers. Let f :N → X be defined
by
f(n+1) = min(X−{f(1),f(2),...,f(n)}) forall n∈N.
f(1) = minX,
(i) Justify the definition of f. (i.e Show that f is well defined.)
(ii) Prove that f is a strictly increasing bijection.
(i)
, As n belongs to the set of natural number So can only be get values for , Thus the given function is well defined.
(ii)
As we get the minimum value of the function at n=0, and function gives the minimum at x=1, So the given function is strictly increasing.
Also for every different values of n we get different values means f is bijective. Hence Given function is strictly incresing bijection.
Comments