Types of functionsEasyQuestion 410003
Question
A function f: A → B is bijective if it is:
- ABoth injective (one-one) and surjective (onto)Correct
- BOnly injective
- COnly surjective
- DNeither
Correct answer
Both injective (one-one) and surjective (onto)
Explanation
Bijective = one-one AND onto. Injective (one-one): f(x₁) = f(x₂) → x₁ = x₂. Surjective (onto): every element in B has a pre-image in A. Bijective functions have inverses.