Jump to content

User:SunshineAllNight/sandbox

From Wikipedia, the free encyclopedia

In extremal graph theory, Szemerédi’s regularity lemma states that a graph can be partitioned into a bounded number of parts so that the edges between parts are regular. The lemma shows that properties of random graphs can be applied to general graphs like counting the copies of a given subgraph within graphs. Endre Szemerédi proved the lemma over bipartite graphs for his theorem on arithmetic progressions in 1975 and for general graphs in 1978. Variants of the lemma use different notions of regularity and apply to other mathematical objects like hypergraphs.

Preliminaries

[edit]

model: g(20, 0.4) number of expected edges = ((20)(21)/2)0.4 = 84

edge density: 84/(14)(15) = 0.4

Random graphs

[edit]

((A graph is a mathematical object with vertices and edges, where an edge connects two vertices.))

Random graphs are constructed using probabilistic processes. The main notion of a random graph in graph theory is the Erdős-Rényi model , defined as a graph having vertices and probability for any edge to be in the graph, independently from all other edges. For example, instances of will have edges on average. (Add footnote on this method of calculation, triangular numbers = max number of edges on a graph)

Random graphs are useful in modelling general graphs because they have properties that general graphs do not have. For example, the excepted number of copies for the triangle graph in is and more generally the excepted number of copies for complete graphs on vertices is .

(cite calculations, make it more detailed, take both from stackexchanges ((https://cs.stackexchange.com/questions/2118/number-of-clique-in-random-graphs https://math.stackexchange.com/questions/730294/expected-number-of-triangles-in-a-random-graph-of-size-n)), find on textbooks, use footnote to explain proofs)

Edge density

[edit]

In a graph, its vertex set , and disjoint subsets and of , the edge density of two disjoint subsets is defined as:

For example, if has 14 vertices and has 15 vertices with 84 edges with an end in each subset, the edge density of would be .

ε-regularity

[edit]

connect to random graph model

Jensen’s inequality

[edit]

connect to convexity

Statement

[edit]

Proof

[edit]

Partitioning with different notions of regularity

[edit]

Strong regularity lemma

[edit]

Weak regularity lemma

[edit]
[edit]

Applications

[edit]

Graph counting lemma

[edit]

Graph removal lemma

[edit]

History

[edit]