One-to-One Function

A function is said to be one-to-one if each element of the range is associated with exactly one element of the domain. Two different elements in the domain (A) have different images in the co-domain (B).

a1 ≠ a2 ⇒ f(a1) ≠ f(a2); a1, a2 ∈ A

f(a1) = f(a2) ⇒ a1 = a2

A function is said to be injective if it is one-to-one. It is said to be bijective if it is both one-to-one and onto.