20260625:很多新内容
This commit is contained in:
36
concepts/center-manifold-theorem.md
Normal file
36
concepts/center-manifold-theorem.md
Normal file
@@ -0,0 +1,36 @@
|
||||
---
|
||||
title: "Center Manifold Theorem (中心流形定理)"
|
||||
created: 2026-06-23
|
||||
updated: 2026-06-23
|
||||
type: concept
|
||||
tags: [bifurcation-theory, dynamical-systems, reduction]
|
||||
sources: [gan-bifurcation-eos]
|
||||
---
|
||||
|
||||
# Center Manifold Theorem (中心流形定理)
|
||||
|
||||
中心流形定理是分岔理论中的核心约化工具:当动力系统在不动点处存在临界特征值(模为 1)时,系统稳定性完全由限制在中心流形 W^c 上的低维动力学决定。
|
||||
|
||||
## 定理陈述
|
||||
|
||||
设离散动力系统 x_{t+1} = f(x_t),f 为 C³ 函数。若 Jacobian A = Df(x₀) 具有 n₀ 个临界特征值(模为 1),其余特征值模 < 1,则存在局部 C³ 的 n₀ 维流形 W^c 满足:
|
||||
- W^c 在 x₀ 处与临界特征空间 T^c 相切
|
||||
- W^c 在 f 下不变
|
||||
- W^c 是**吸引的**:附近轨道指数收敛到 W^c
|
||||
- 系统在 x₀ 附近的稳定性**完全由 f|_W^c 决定**(约化原理)
|
||||
|
||||
## 在 EoS 分析中的应用
|
||||
|
||||
在 [[gan-bifurcation-eos|Gan (2026b)]] 的框架中:
|
||||
- 梯度下降 Jacobian A = I - η∇²L,在 EoS 阈值处具有临界特征值 λ = -1
|
||||
- 中心流形将高维 GD 动力学约化到低维临界子空间
|
||||
- 使用**投影法** (projection method) 在中心流形上计算 [[first-lyapunov-coefficient|c₁]] 和周期轨道
|
||||
|
||||
对于过参数化网络的 [[manifold-of-minimizers|极小值流形]] M,中心流形包含法向(flip 分岔方向)和切向(漂移方向),约化后的分析分别处理两个子空间的动力学。
|
||||
|
||||
## 参考
|
||||
|
||||
- Kuznetsov (1998). Elements of Applied Bifurcation Theory, Ch. 5.
|
||||
- [[flip-bifurcation]]
|
||||
- [[first-lyapunov-coefficient]]
|
||||
- [[gan-bifurcation-eos]]
|
||||
Reference in New Issue
Block a user