PHD → Combinatorics ↓
Extremal Combinatorics
Extreme combinatorics is a fascinating area of mathematics that focuses on the study of extreme (maximal or minimal) properties of discrete structures. These structures can include graphs, hypergraphs, sets, sequences, and other combinatorial objects. The central questions of extreme combinatorics often revolve around determining the maximum or minimum size of a collection that satisfies given conditions. This can involve determining the largest graph with certain properties or the smallest set that satisfies specific conditions.
Basic concepts and definitions
To dive into extreme combinatorics, we must first understand some basic concepts and definitions that form the foundation of this field.
Graphs and subgraphs
A graph is a collection of vertices (or nodes) and the edges connecting pairs of vertices. A subgraph is a subset of the graph's vertices, plus all the edges connecting them.
Hypergraphs
A hypergraph generalizes the concept of a graph by having edges that can connect more than two vertices. These edges, often called hyperedges, can contain any number of vertices.
Sets and sequences
In combinatorics, sets are collections of distinct objects or numbers, while sequences are ordered collections of objects or numbers. Sets and sequences are commonly used to study different problems, such as maximum intersection or overlapping sequences.
Major theorems in extremal combinatorics
Several major theorems underpin extremal combinatorics. These theorems often provide insights into or bounds on the maximal or minimal properties of combinatorial structures.
Turán's theorem
One of the most famous results in extremal graph theory is Turán's theorem. This theorem provides a bound on the number of edges in a graph that lacks a complete subgraph of a certain size.
Turán's theorem: For a graph with n vertices that does not contain a complete subgraph with r + 1 vertices, the maximum number of edges is:
T_r(n) = left(1 - frac{1}{r} right) frac{n^2}{2}
This implies that if you want a graph that does not include the complete graph on r + 1 vertices, then the number of edges is limited by the above formula.
For example, if n = 5 and r = 2, then the maximum number of edges in a triangle-free graph is:
T_2(5) = left(1 - frac{1}{2} right) frac{5^2}{2} = frac{1}{2} cdot frac{25}{2} = 6.25
Thus, a triangle-free graph with 5 vertices can have at most 6 edges.
Erdős–Stone theorem
The Erdős–Stone theorem generalizes the Turán theorem and is a cornerstone of extremal graph theory, determining the extremal number for any graph with chromatic number greater than 2.
Erdős-Stone Theorem: If a graph G does not have a complete subgraph K_{r+1}, then the maximum number of edges is approximately:
ex(n, K_{r+1}) = left(1 - frac{1}{r} + o(1) right) frac{n^2}{2}
The above SVG represents a triangle.
Extreme set theory
Extremal set theory generally deals with questions about families of sets. The famous Erdős-Ko-Rado theorem is one of the deepest results in this area.
Erdős–Ko–Rado theorem
This theorem provides an upper bound on the size of a family of sets, if all sets intersect with at least a fixed number of elements.
Erdős-Ko-Rado Theorem: Suppose k ≤ n/2 and F is a family of k- element subsets of {1, 2, ..., n}. If every two sets in F intersect each other, then |F| ≤ C(n-1, k-1). This limit is attained when F consists of all k- element sets containing a fixed element.
For n = 5 and k = 2, the family of sets { {1,2}, {2,3}, {3,4}, {4,5}, {5,1} }
attains a limit when all pairs of vertices intersect.
Applications and problems
Extreme combinatorics has applications in various fields, including computer science, information theory, and design theory. It is helpful in solving problems that involve maximizing or minimizing some quantities under given constraints.
Problem 1: Maximizing a triangle-free graph
If a graph has n vertices, what is the maximum number of edges it can have without forming any triangles?
According to Turán's theorem, the answer is:
T_2(n) = left(1 - frac{1}{2} right) frac{n^2}{2} = frac{n^2}{4}
Problem 2: Largest family of disjoint sets
Suppose you have subsets of a set of size n, and you want the largest family of subsets such that no two subsets are pairwise disjoint. The solution to this problem is given by the Erdős-Ko-Rado theorem.
If the subsets are k- element sets, then the largest family is obtained when each set has at least one common element, and the size is at most:
C(n-1, k-1)
Problem 3: Conway's thrackle conjecture
A thrackle is a graph in the plane in which every pair of edges meets exactly once. Conway's thrackle conjecture states that the maximum number of edges in a thrackle is equal to the number of its vertices.
Although this problem has not been solved, it illustrates the intriguing questions posed by extreme combinatorics.
Conclusion
Extreme combinatorics is a robust and vibrant field that poses and resolves fundamental questions about how configurations are maximized and minimized within prescribed structures. It provides important insights not only in pure mathematics but also in computational fields where these principles are applied to solve real-world problems. With its rich history of results and ongoing research, extreme combinatorics remains a major area of mathematical investigation.