Explanation
A function f:A→B is bijective if it is both injective (one-to-one) and surjective (onto). For finite sets A and B of the same size, this means every element in A must map to a unique element in B, and every element in B must be covered.
Let's evaluate the options:
(a) and (c): These are not even functions, as the element 1 (in a) or 2 (in c) maps to multiple values in B.
(b): This is a function, but it is not injective because both 2 and 3 map to 4. It is also not surjective because 6 is not mapped to.
(d): f={(1,4),(2,5),(3,6)}. Here, each element in A has a unique image in B, and all elements in B are covered.
We can express the condition for a bijective function f as:
∀x1,x2∈A,f(x1)=f(x2)⟹x1=x2(Injective)
∀y∈B,∃x∈A such that f(x)=y(Surjective)
Since option (d) satisfies both conditions, it is the correct answer.