A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

Turán's Theorem and Extremal Graph Theory

Graduate Depth 89 in the knowledge graph I know this Set as goal
1topic build on this
416prerequisites beneath it
See this on the map →
Introduction to Graph TheoryErdős-Gallai Theorem+3 moreExtremal Graph Theory and Forbidden Subgraphs
graph-theory extremal

Core Idea

Turán's Theorem determines the maximum number of edges in an n-vertex graph containing no clique of size r+1: the extremal graph is the Turán graph T(n,r), a balanced complete r-partite graph. This foundational result shows that complete multipartite graphs are optimal for avoiding cliques, initiating extremal graph theory.

Explainer

A clique in a graph is a set of vertices that are all mutually adjacent — everyone is connected to everyone else. A triangle is a clique of size 3; K₄ is a clique of size 4. Extremal graph theory asks: how many edges can a graph have before it's forced to contain a clique of a given size? Turán's theorem answers this question exactly.

The question is subtler than it appears. You can always add edges to a graph until you create a clique — the question is how many edges you can pack in while *avoiding* one. Turán's insight was to identify the precise structure that maximizes edges without forming a K_{r+1}. That structure is the Turán graph T(n, r): take n vertices, divide them into r groups as evenly as possible, and add an edge between every pair of vertices that belong to *different* groups. Crucially, no two vertices in the same group are connected, which is exactly why no K_{r+1} can form: to have a clique of size r+1, you'd need r+1 mutually adjacent vertices, but since there are only r groups and two vertices in the same group share no edge, a clique can have at most one vertex from each group — giving maximum clique size r, not r+1.

The theorem says T(n, r) is not just *one* extremal graph — it is the *unique* graph (up to isomorphism) achieving the maximum edge count without a K_{r+1}. The edge count itself is called the Turán number ex(n, K_{r+1}). For example, ex(n, K₃) is the maximum number of edges in a triangle-free graph on n vertices, achieved by the complete bipartite graph K_{⌊n/2⌋, ⌈n/2⌉} — that's T(n, 2). Mantel's Theorem (1907) established this special case a generation before Turán proved the general result in 1941.

Why does "balanced" matter? If you split into r groups of unequal size, you can actually increase the edge count by equalizing them — transferring a vertex from a larger group to a smaller one always adds at least as many edges as it removes. This balancing argument is the combinatorial core of the proof. Turán's theorem inaugurated extremal graph theory, the study of how local constraints (avoiding a forbidden subgraph) bound global structure (edge density). It also underlies the Kruskal-Katona theorem, the Zarankiewicz problem, and many results in Ramsey theory — all asking what graph structure is forced when density is high enough.

Practice Questions 5 questions

Prerequisite Chain

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Number Bonds to 10Addition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts (0s, 1s, 2s, 5s, 10s)Multiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineComparing and Ordering IntegersAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersIntroduction to ExponentsOrder of OperationsInteger Order of OperationsVariable ExpressionsThe Distributive PropertyVariables and Expressions ReviewIntroduction to PolynomialsAdding and Subtracting PolynomialsMultiplying PolynomialsFactorialPermutationsCombinationsCounting Principles: Addition and Multiplication RulesIntroduction to Graph TheoryPropositional Logic FoundationsLogical EquivalencesSet Operations: Union, Intersection, and ComplementProof by CasesProving by Cases and ExhaustionVacuous Truth and Trivial CasesProof by Cases (Proof by Exhaustion)Mathematical InductionGraph Paths, Cycles, and ConnectivityTrees and Spanning TreesPlanar Graphs and Euler's FormulaGraph Coloring and the Chromatic NumberGraph Coloring and Chromatic NumbersBipartite Graphs and Matching ProblemsBipartite Graphs and 2-ColorabilityGraph Matching and Hall's Marriage TheoremNetwork Flows: Maximum Flow and Minimum CutWalks, Trails, Paths, and Cycles in GraphsEulerian Paths, Circuits, and CharacterizationEuler Paths, Euler Circuits, and ApplicationsHamiltonian Paths and CyclesHamiltonian Circuits and PathsHamiltonian Cycles: Dirac and Ore ConditionsTurán's Theorem and Extremal Graph Theory

Longest path: 90 steps · 416 total prerequisite topics

Prerequisites (5)

Leads To (1)