🏠
Guest Not signed in

Extremal principle: lean on the most extreme element

Look at the largest, smallest, or most-something element first. Many combinatorial proofs collapse the moment you fix attention there.

Method · Extremal Principle
Intro

When you’re stuck on an existence, optimization, or counting problem β€” “does such an object exist?” or “what’s the max / min number of $X$?” β€” focus on the most extreme element: the maximum, the minimum, the longest path, the smallest distance. Extremality forces structure (the max-degree vertex must touch everyone; the smallest positive distance can’t be undercut), and that structure either contradicts a constraint (proving a bound) or constructs the answer. Olympiad-flavored but interview-direct: graph-degree puzzles, tournament problems, and tree arguments all collapse the moment you pick the right extreme.

βœ“ Intro Β· expand
Independent · Legal