Files
myWiki/concepts/szemerédi-regularity-lemma.md

31 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: "Szemerédi Regularity Lemma"
created: 2026-05-11
updated: 2026-05-11
type: concept
tags: [graph-theory, combinatorics, extremal-combinatorics]
sources: [[ramsey-numbers-survey]]
---
# Szemerédi Regularity Lemma
## 定义
Szemerédi 正则性引理Endre Szemerédi, 1975断言任意大图可以分解为有限个"拟随机"的子图结构。具体地,对任意 ε > 0存在 M(ε),使得任意图的顶点集可划分为至多 M 个几乎等大的部分,且绝大多数部分对之间构成 ε-正则对。
## Ramsey 型精神
引理的证明和大量应用都带有深刻的 Ramsey 型思想:在足够大的结构中,必然存在有序的子结构。它提供了从"完全无序"到"近似有序"的系统化方法。
## 核心应用
- **三角形移除引理**:少量三角形可被移除
- **图同态计数**:大图中的子图频率估计
- **超图正则性**:高维推广,解决多个长期悬而未决问题
## 相关概念
- [[ramsey-theory|拉姆齐理论]]
- [[hypergraph-ramsey-number|超图拉姆齐数]]
- [[additive-combinatorics|加法组合学]]