+2 votes
in JEE by kratos

If A = {a, b, c, d} and f = {a, b), (b, d), (c, a), (d, c)}, show that f is one-one from A onto A. Find f –1.

1 Answer

+2 votes
by kratos
 
Best answer

f is one-one since each element of A is assigned to distinct element of the set A. Also, f is onto since f (A) = A. Moreover, f –1 = {(b, a), (d, b), (a, c), (c, d)}.

...