Let be a set with and let .
- A -arrangement of is an injective -tuple of elements of (an ordered selection without repetition);
- a permutation of is a bijection from to itself — equivalently, an -arrangement;
- a -combination is a subset of with elements (an unordered selection without repetition). Their number is written , read “ choose ” .
Examples
Example 2.14 (Adding a constraint)
Continuing the round table: among the tables of guests, how many seat two given guests and apart (not adjacent)? Count the complement. Tables where and sit together: glue them into a single block — objects around the table, i.e. circular arrangements — then order the pair inside its block ( ways): adjacent tables. Hence
tables keep them apart. Sanity checks: gives (around a triangle, everyone touches everyone) and gives , easily listed by hand. The gluing trick — treat a forced block as one object, then count its internal arrangements — is the standard cure for adjacency constraints, linear or circular.
Example 2.18 (One identity, two proofs)
The specialization , of the binomial theorem reads
Here is the same identity with no algebra at all. The right side counts the words of length over the alphabet (product rule). Classify each word by the set of positions carrying a nonzero letter: choosing with costs , then each position of independently carries or : ways. The sum rule over gives the left side. Beyond the pleasure of agreement, the two proofs have different virtues: the algebraic one generalizes to any value of , the combinatorial one explains the formula and adapts to constraints (forbid the letter in the last position, say) that no substitution captures. Keeping both techniques active is the practical skill this chapter trains.
Example 2.6 (Finiteness is essential)
On a finite set, Proposition 2.5 is a powerful shortcut: any injective map from to itself is automatically a permutation of — half of bijectivity comes for free. Both implications collapse on infinite sets: is injective from to but misses , and the map sending and for is surjective but not injective. Whenever this proposition is invoked, the finiteness hypothesis is doing real work — a theme that the weekend problem of Chapter 1 explores from the other side, where infinite sets are precisely those admitting such self-maps.