20260706:新增一些文章

This commit is contained in:
2026-07-06 10:14:02 +08:00
parent 6021dea160
commit 24b006225b
194 changed files with 8512 additions and 91 deletions

View File

@@ -0,0 +1,70 @@
---
title: "An exponential improvement for Ramsey lower bounds"
created: 2026-06-29
updated: 2026-06-29
type: paper
tags: [ramsey-theory, combinatorics, probabilistic-method, lower-bound, random-graph]
sources: [https://arxiv.org/abs/2507.12926]
authors: ["Jie Ma (USTC / Yau Center, Tsinghua)", "Wujie Shen (Tsinghua)", "Shengjie Xie (USTC)"]
venue: arXiv:2507.12926v2
year: 2026
---
# An Exponential Improvement for Ramsey Lower Bounds
> arXiv: [2507.12926v2](https://arxiv.org/abs/2507.12926), math.CO, April 2026
## 一句话
78 年来首次对 Erdős (1947) 的 Ramsey 数下界做出**指数级改进**,通过引入 **[[random-sphere-graph|随机球面图]]** 模型,将经典概率方法从离散随机图推广到连续几何测度空间。
## 核心结果
对任意常数 C > 1存在 ε = ε(C) > 0使得对充分大的
> r(, C) ≥ (M_C + ε)^
其中 M_C = p_C^{-1/2}p_C ∈ (0, 1/2) 是方程 C = log p_C / log(1-p_C) 的唯一解。
**推论**:对任意 δ ∈ (0, 1/2),当 δ ≤ /k ≤ 1-δ 时:
> r(, k) ≥ (1 + 2c_δ)^ · (M_{k/})^ ≥ (1 + c_δ)^ · Er(, k)
Er 为 Erdős 1947 年得到的下界)
## 方法论创新
### 随机球面图 G_{k,p}(n)
不再使用经典的 Erdős-Rényi [[random-graph-theory|随机图 G(n,p)]],而是在 k 维单位球面 S^k 上均匀采样 n 个点,以概率 p 连边。这是**几何测度**与概率方法的首次深度融合。
### 完美序列 (Perfect Sequences)
引入了组合新概念 —— [[perfect-sequences|完美序列]],作为刻画球面上点的邻接结构的核心工具。证明了完美序列能"捕获"问题在随机球面图下的本质行为Section 7
## 技术路线
1. 定义随机球面图模型Section 2
2. 将主定理归约为核心技术定理 3.1Section 3
3. 引入完美序列概念Section 5
4. 估计完美序列的概率行为Sections 6-8
5. 组合所有估计完成证明Section 9
6. 几乎对角情形的改进r(, +f()) ≥ e^{Ω(f()²/)} · Er(, +f()),其中 √ℓ ≪ f() ≪
## 历史意义
| 年份 | 贡献 | 方法 |
|------|------|------|
| 1947 | Erdős 下界 | 概率方法 |
| 1975 | Spencer 常数因子改进 | [[lovasz-local-lemma|Lovász 局部引理]] |
| 2026 | **本文:指数级改进** | 随机球面图 + 完美序列 |
## 相关概念
- [[ramsey-theory|Ramsey 理论]]
- [[ramsey-numbers|Ramsey 数]]
- [[diagonal-ramsey-number|对角 Ramsey 数]]
- [[probabilistic-method|概率方法]]
- [[random-graph-theory|随机图理论]]
- [[random-sphere-graph|随机球面图]]
- [[perfect-sequences|完美序列]]
- [[lovasz-local-lemma|Lovász 局部引理]]