PrevNext

Overview

Graph theory problems often rely on invariants such as degree sums and connectivity.

Key Ideas

  • Handshaking lemma: the sum of degrees equals 2E2E.
  • Trees with nn vertices have n1n-1 edges.
  • Parity arguments are common in graph proofs.

Worked Example

Show that any graph has an even number of vertices of odd degree.

The sum of degrees is 2E2E, an even number. A sum of degrees is even only if the count of odd terms is even.

Practice Problems

StatusSourceProblem NameDifficultyTags
USAMOVery Hard
Show TagsGraph Theory, Invariants
USAMOInsane
Show TagsGraph Theory

Module Progress:

Join the AoPS Community!

Stuck on a problem, or don't understand a module? Join the AoPS community and get help from other math contest students.

PrevNext