1.6 KiB
1.6 KiB
title, created, updated, type, tags, sources
| title | created | updated | type | tags | sources | ||||
|---|---|---|---|---|---|---|---|---|---|
| Center Manifold Theorem (中心流形定理) | 2026-06-23 | 2026-06-23 | concept |
|
|
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 的框架中:
- 梯度下降 Jacobian A = I - η∇²L,在 EoS 阈值处具有临界特征值 λ = -1
- 中心流形将高维 GD 动力学约化到低维临界子空间
- 使用投影法 (projection method) 在中心流形上计算 first-lyapunov-coefficient 和周期轨道
对于过参数化网络的 manifold-of-minimizers M,中心流形包含法向(flip 分岔方向)和切向(漂移方向),约化后的分析分别处理两个子空间的动力学。
参考
- Kuznetsov (1998). Elements of Applied Bifurcation Theory, Ch. 5.
- flip-bifurcation
- first-lyapunov-coefficient
- gan-bifurcation-eos