Injective, Surjective, and Bijective Functions
A function f: A to B is injective (one-one) if f(a) = f(b) implies a = b. It is surjective (onto) if for every y in B, there exists x in A with f(x) = y. A bijective function is both injective and surjective. For finite sets, if n(A) = n(B), then one-one implies onto and vice versa. The number of one-one functions from A to B (with n(A) <= n(B)) is n(B)!/(n(B)-n(A))!.
JEE frequently asks students to classify functions as one-one, onto, or bijective. This is the gateway to inverse functions. Understanding these concepts prevents the most common mistake in the chapter: confusing one-one with onto.
Set Operations and Cardinality
The fundamental operations on sets are union, intersection, difference, and complement. The inclusion-exclusion principle gives n(A union B) = n(A) + n(B) - n(A cap B). De Morgan's laws relate complements of unions and intersections: (A union B)' = A' cap B' and (A cap B)' = A' union B'. The power set of a set with n elements has 2^n elements.
Set operations form the foundation of this chapter and appear in almost every JEE question on sets. The inclusion-exclusion principle is frequently tested with 2 or 3 sets. De Morgan's laws are tested both directly and as part of simplification problems.