Questions: Injective, Surjective, and Bijective Functions

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Consider f: ℝ → ℝ defined by f(x) = x². Is this function surjective?

AYes — every positive real number has a square root, so the range includes almost everything
BNo — negative numbers are never outputs of x², so f does not cover the full codomain ℝ
CYes — f is defined for all real inputs, so it must hit all real outputs
DIt depends — surjectivity requires checking injectivity first
Question 2 Multiple Choice

Which of the following correctly describes a bijection between two sets A and B?

AA function where every element of A maps to a unique element of B, and |A| = |B|
BA function that is both injective and surjective: no two inputs share an output, and every codomain element is reached
CAny function from A to B that has an algebraically computable inverse formula
DA function where every element of A is in the range of B
Question 3 True / False

The function n ↦ 2n from ℤ to ℤ (mapping each integer to its double) is injective but not surjective.

TTrue
FFalse
Question 4 True / False

A bijection between an infinite set and one of its proper subsets is impractical — it would violate the principle that a whole is greater than its parts.

TTrue
FFalse
Question 5 Short Answer

Why can a bijection exist between an infinite set and one of its proper subsets, and what does this reveal about infinite cardinality?

Think about your answer, then reveal below.