In extremal graph theory, given a graph H {\displaystyle H} , a graph G {\displaystyle G} is said to be H {\displaystyle H} -saturated if G {\displaystyle G} does not contain a copy of H {\displaystyle H} as a subgraph, but adding any edge to G {\displaystyle G} creates a copy of H {\displaystyle H} . The saturation number, denoted sat ( n , H ) {\displaystyle \operatorname {sat} (n,H)} , is the minimum number of edges in an H {\displaystyle H} -saturated graph on n {\displaystyle n} vertices. The graph saturation problem is the problem of determining sat ( n , H ) {\displaystyle \operatorname {sat} (n,H)} for all graphs H {\displaystyle H} and positive integers n {\displaystyle n} . The saturation number was introduced in 1964 by Erdős, Hajnal, and Moon as a dual to the extremal number ex ( n , H ) {\displaystyle \operatorname {ex} (n,H)} . The extremal number ex ( n , H ) {\displaystyle \operatorname {ex} (n,H)} is the maximum number of edges in an H {\displaystyle H} -saturated graph on n {\displaystyle n} vertices; this is equivalent to its original definition as the maximum number of edges in an n {\displaystyle n} -vertex graph with no copy of H {\displaystyle H} .
Results Trivially, all complete bipartite graphs (with at least three edges) are C3-saturated, and more generally, all k-partite graphs (with at least k + 1 {\displaystyle k+1} edges) are Ck+1-saturated.
Complete graphs The following theorem exactly determines the saturation number for complete graphs.
Theorem (Erdős, Hajnal, and Moon, 1964). For integers n , r {\displaystyle n,r} satisfying 2 ≤ r ≤ n {\displaystyle 2\leq r\leq n} , sat ( n , K r ) = ( r − 2 ) ( n − r + 2 ) + ( r − 2 2 ) {\textstyle \operatorname {sat} (n,K_{r})=(r-2)(n-r+2)+{\binom {r-2}{2}}} , and the unique K r {\displaystyle K_{r}} -saturated graph on n {\displaystyle n} vertices and sat ( n , K r ) {\displaystyle \operatorname {sat} (n,K_{r})} edges is the graph join of K r − 2 {\displaystyle K_{r-2}} and the empty graph K ¯ n − r + 2 {\displaystyle {\overline {K}}_{n-r+2}} .
General bounds It follows from the definitions that sat ( n , H ) ≤ ex ( n , H ) {\displaystyle \operatorname {sat} (n,H)\leq \operatorname {ex} (n,H)} . In contrast to the extremal number, however, for a fixed graph H {\displaystyle H} , the saturation number sat ( n , H ) {\displaystyle \operatorname {sat} (n,H)} is always at most linear in n {\displaystyle n} .
Theorem (Kászonyi and Tuza, 1986). For any fixed graph H {\displaystyle H} , if H {\displaystyle H} has an isolated edge, then sat ( n , H ) = c H + o ( 1 ) {\displaystyle \operatorname {sat} (n,H)=c_{H}+o(1)} for some constant c H {\displaystyle c_{H}} , and otherwise, sat ( n , H ) = Θ ( n ) {\displaystyle \operatorname {sat} (n,H)=\Theta (n)} . In particular, sat ( n , H ) = O ( n ) {\displaystyle \operatorname {sat} (n,H)=O(n)} . It is conjectured that a stronger form of asymptotic stability holds.
… excerpt ends here. Continue reading the full article.


