Injective

Definition. A Function f:A→Bf: A \to B is injective if distinct inputs give distinct outputs: f(a)=f(a′)f(a) = f(a') implies a=a′a = a'.

Proving injectivity is a "for all" argument (assume f(a)=f(a′)f(a) = f(a'), derive a=a′a = a'); disproving it needs one collision pair as a witness (Quantifier shapes). See Surjective and Bijection; introduced in Lecture 2, Example 6.

Created · Updated
Copyright © 2026 Jared Coleman. All rights reserved.