Files
myWiki/concepts/center-manifold-theorem.md

37 lines
1.6 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: "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]]