math-skill 3.0.0 → 3.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (183) hide show
  1. package/README.en-US.md +50 -30
  2. package/README.md +26 -6
  3. package/agents/math-critic.en.md +30 -28
  4. package/agents/math-critic.md +30 -30
  5. package/commands/ask.en.md +15 -0
  6. package/commands/ask.md +6 -1
  7. package/design-patterns/attention/equivariant-attention.en.md +17 -11
  8. package/design-patterns/attention/equivariant-attention.md +16 -10
  9. package/design-patterns/attention/geometry-aware-attention.en.md +11 -11
  10. package/design-patterns/attention/geometry-aware-attention.md +10 -10
  11. package/design-patterns/attention/information-bottleneck-attention.en.md +40 -20
  12. package/design-patterns/attention/information-bottleneck-attention.md +40 -20
  13. package/design-patterns/attention/projection-attention.en.md +12 -12
  14. package/design-patterns/attention/projection-attention.md +11 -11
  15. package/design-patterns/attention/spectral-attention.en.md +27 -13
  16. package/design-patterns/attention/spectral-attention.md +26 -12
  17. package/design-patterns/compression/leverage-score-selection.en.md +14 -14
  18. package/design-patterns/compression/leverage-score-selection.md +14 -14
  19. package/design-patterns/compression/low-rank-kv-cache.en.md +40 -13
  20. package/design-patterns/compression/low-rank-kv-cache.md +39 -13
  21. package/design-patterns/compression/spectral-token-pruning.en.md +17 -15
  22. package/design-patterns/compression/spectral-token-pruning.md +17 -15
  23. package/design-patterns/compression/topology-preserving-compression.en.md +11 -11
  24. package/design-patterns/compression/topology-preserving-compression.md +11 -11
  25. package/design-patterns/loss/constraint-penalty.en.md +9 -5
  26. package/design-patterns/loss/constraint-penalty.md +10 -7
  27. package/design-patterns/loss/contrastive-loss.en.md +38 -12
  28. package/design-patterns/loss/contrastive-loss.md +39 -13
  29. package/design-patterns/loss/information-bottleneck-loss.en.md +6 -6
  30. package/design-patterns/loss/information-bottleneck-loss.md +7 -7
  31. package/design-patterns/loss/orthogonality-loss.en.md +25 -18
  32. package/design-patterns/loss/orthogonality-loss.md +25 -19
  33. package/design-patterns/loss/variational-loss.en.md +5 -5
  34. package/design-patterns/loss/variational-loss.md +6 -6
  35. package/design-patterns/overview.en.md +36 -0
  36. package/design-patterns/overview.md +36 -0
  37. package/design-patterns/representation/equivariant-split.en.md +5 -5
  38. package/design-patterns/representation/equivariant-split.md +5 -6
  39. package/design-patterns/representation/manifold-representation.en.md +13 -13
  40. package/design-patterns/representation/manifold-representation.md +14 -15
  41. package/design-patterns/representation/shared-private-decomposition.en.md +13 -8
  42. package/design-patterns/representation/shared-private-decomposition.md +13 -10
  43. package/design-patterns/representation/subspace-alignment.en.md +13 -13
  44. package/design-patterns/representation/subspace-alignment.md +13 -13
  45. package/design-patterns/routing/graph-routing.en.md +12 -12
  46. package/design-patterns/routing/graph-routing.md +12 -12
  47. package/design-patterns/routing/moe-routing.en.md +13 -13
  48. package/design-patterns/routing/moe-routing.md +13 -15
  49. package/design-patterns/routing/optimal-transport-routing.en.md +6 -6
  50. package/design-patterns/routing/optimal-transport-routing.md +7 -7
  51. package/design-patterns/routing/spectral-clustering-routing.en.md +27 -16
  52. package/design-patterns/routing/spectral-clustering-routing.md +27 -18
  53. package/knowledge-base/differential-geometry/connection.en.md +17 -2
  54. package/knowledge-base/differential-geometry/connection.md +17 -2
  55. package/knowledge-base/differential-geometry/curvature.en.md +14 -1
  56. package/knowledge-base/differential-geometry/curvature.md +14 -1
  57. package/knowledge-base/differential-geometry/geodesic.en.md +16 -2
  58. package/knowledge-base/differential-geometry/geodesic.md +16 -2
  59. package/knowledge-base/differential-geometry/index.en.md +52 -0
  60. package/knowledge-base/differential-geometry/index.md +52 -0
  61. package/knowledge-base/differential-geometry/manifold.en.md +15 -2
  62. package/knowledge-base/differential-geometry/manifold.md +15 -2
  63. package/knowledge-base/differential-geometry/metric-tensor.en.md +16 -2
  64. package/knowledge-base/differential-geometry/metric-tensor.md +17 -3
  65. package/knowledge-base/differential-geometry/tangent-space.en.md +17 -3
  66. package/knowledge-base/differential-geometry/tangent-space.md +17 -3
  67. package/knowledge-base/information-geometry/fisher-metric.en.md +32 -13
  68. package/knowledge-base/information-geometry/fisher-metric.md +32 -13
  69. package/knowledge-base/information-geometry/index.en.md +45 -0
  70. package/knowledge-base/information-geometry/index.md +45 -0
  71. package/knowledge-base/information-geometry/natural-gradient.en.md +24 -10
  72. package/knowledge-base/information-geometry/natural-gradient.md +24 -10
  73. package/knowledge-base/lie-theory/equivariance.en.md +18 -3
  74. package/knowledge-base/lie-theory/equivariance.md +18 -3
  75. package/knowledge-base/lie-theory/group-action.en.md +16 -2
  76. package/knowledge-base/lie-theory/group-action.md +16 -2
  77. package/knowledge-base/lie-theory/index.en.md +52 -0
  78. package/knowledge-base/lie-theory/index.md +52 -0
  79. package/knowledge-base/lie-theory/lie-algebra.en.md +17 -2
  80. package/knowledge-base/lie-theory/lie-algebra.md +17 -2
  81. package/knowledge-base/lie-theory/lie-group.en.md +17 -3
  82. package/knowledge-base/lie-theory/lie-group.md +17 -3
  83. package/knowledge-base/lie-theory/representation.en.md +17 -2
  84. package/knowledge-base/lie-theory/representation.md +17 -2
  85. package/knowledge-base/matrix-analysis/index.en.md +49 -0
  86. package/knowledge-base/matrix-analysis/index.md +49 -0
  87. package/knowledge-base/matrix-analysis/low-rank-approximation.en.md +20 -7
  88. package/knowledge-base/matrix-analysis/low-rank-approximation.md +20 -7
  89. package/knowledge-base/matrix-analysis/matrix-perturbation.en.md +13 -1
  90. package/knowledge-base/matrix-analysis/matrix-perturbation.md +13 -1
  91. package/knowledge-base/matrix-analysis/positive-semidefinite.en.md +20 -6
  92. package/knowledge-base/matrix-analysis/positive-semidefinite.md +20 -6
  93. package/knowledge-base/matrix-analysis/projection.en.md +14 -1
  94. package/knowledge-base/matrix-analysis/projection.md +14 -1
  95. package/knowledge-base/matrix-analysis/spectral-decomposition.en.md +14 -1
  96. package/knowledge-base/matrix-analysis/spectral-decomposition.md +14 -1
  97. package/knowledge-base/optimization/constrained-optimization.en.md +17 -3
  98. package/knowledge-base/optimization/constrained-optimization.md +17 -3
  99. package/knowledge-base/optimization/convex-optimization.en.md +15 -2
  100. package/knowledge-base/optimization/convex-optimization.md +15 -2
  101. package/knowledge-base/optimization/index.en.md +50 -0
  102. package/knowledge-base/optimization/index.md +50 -0
  103. package/knowledge-base/optimization/lagrangian-duality.en.md +18 -4
  104. package/knowledge-base/optimization/lagrangian-duality.md +18 -4
  105. package/knowledge-base/optimization/proximal-method.en.md +15 -1
  106. package/knowledge-base/optimization/proximal-method.md +15 -1
  107. package/knowledge-base/optimization/riemannian-optimization.en.md +18 -4
  108. package/knowledge-base/optimization/riemannian-optimization.md +18 -4
  109. package/knowledge-base/overview.en.md +20 -8
  110. package/knowledge-base/overview.md +20 -8
  111. package/knowledge-base/probability/concentration-inequality.en.md +21 -7
  112. package/knowledge-base/probability/concentration-inequality.md +21 -7
  113. package/knowledge-base/probability/entropy.en.md +24 -8
  114. package/knowledge-base/probability/entropy.md +23 -7
  115. package/knowledge-base/probability/fisher-information.en.md +24 -10
  116. package/knowledge-base/probability/fisher-information.md +24 -10
  117. package/knowledge-base/probability/index.en.md +51 -0
  118. package/knowledge-base/probability/index.md +51 -0
  119. package/knowledge-base/probability/information-bottleneck.en.md +24 -8
  120. package/knowledge-base/probability/information-bottleneck.md +24 -8
  121. package/knowledge-base/probability/kl-divergence.en.md +21 -8
  122. package/knowledge-base/probability/kl-divergence.md +21 -8
  123. package/knowledge-base/topology/euler-characteristic.en.md +15 -2
  124. package/knowledge-base/topology/euler-characteristic.md +15 -2
  125. package/knowledge-base/topology/fundamental-group.en.md +16 -2
  126. package/knowledge-base/topology/fundamental-group.md +16 -2
  127. package/knowledge-base/topology/index.en.md +48 -0
  128. package/knowledge-base/topology/index.md +48 -0
  129. package/knowledge-base/topology/persistent-homology.en.md +17 -2
  130. package/knowledge-base/topology/persistent-homology.md +17 -2
  131. package/lenses/algorithmic.en.md +1 -1
  132. package/lenses/algorithmic.md +1 -1
  133. package/lenses/axiomatization.en.md +1 -1
  134. package/lenses/axiomatization.md +1 -1
  135. package/lenses/categorical.en.md +1 -1
  136. package/lenses/categorical.md +1 -1
  137. package/lenses/causal.en.md +1 -1
  138. package/lenses/causal.md +1 -1
  139. package/lenses/duality.en.md +1 -1
  140. package/lenses/duality.md +1 -1
  141. package/lenses/game.en.md +2 -2
  142. package/lenses/game.md +2 -2
  143. package/lenses/geometric.en.md +1 -1
  144. package/lenses/geometric.md +1 -1
  145. package/lenses/local-to-global.en.md +1 -1
  146. package/lenses/local-to-global.md +1 -1
  147. package/lenses/perturbation.en.md +1 -1
  148. package/lenses/perturbation.md +1 -1
  149. package/lenses/probabilistic.en.md +1 -1
  150. package/lenses/probabilistic.md +1 -1
  151. package/lenses/projection.en.md +1 -1
  152. package/lenses/projection.md +1 -1
  153. package/lenses/spectral.en.md +2 -2
  154. package/lenses/spectral.md +2 -2
  155. package/lenses/symmetry.en.md +1 -1
  156. package/lenses/symmetry.md +1 -1
  157. package/lenses/topological.en.md +2 -2
  158. package/lenses/topological.md +2 -2
  159. package/lenses/variational.en.md +1 -1
  160. package/lenses/variational.md +1 -1
  161. package/package.json +5 -5
  162. package/references/agentic-workflow.en.md +3 -3
  163. package/references/agentic-workflow.md +1 -1
  164. package/references/books/abstract-algebra.en.md +124 -0
  165. package/references/books/abstract-algebra.md +17 -17
  166. package/references/books/algebraic-geometry-rising-sea.en.md +171 -0
  167. package/references/books/algebraic-geometry-rising-sea.md +7 -7
  168. package/references/books/differential-geometry.en.md +140 -0
  169. package/references/books/differential-geometry.md +23 -23
  170. package/references/books/matrix-analysis.en.md +146 -0
  171. package/references/books/matrix-analysis.md +32 -32
  172. package/references/books/micro-lie-theory.en.md +116 -0
  173. package/references/books/micro-lie-theory.md +16 -16
  174. package/references/books/optimization-ml.en.md +163 -0
  175. package/references/books/optimization-ml.md +20 -21
  176. package/references/books/smooth-manifolds.en.md +105 -0
  177. package/references/books/smooth-manifolds.md +15 -15
  178. package/references/gpu-friendly-math.en.md +35 -9
  179. package/references/gpu-friendly-math.md +33 -5
  180. package/references/skill-index.en.md +105 -0
  181. package/references/skill-index.md +105 -0
  182. package/skills/math-research-activator/SKILL.en.md +72 -88
  183. package/skills/math-research-activator/SKILL.md +61 -78
@@ -30,20 +30,36 @@ $$\mathcal{L}_{VIB} = \mathbb{E}_{p(x,y)}[-\log q_\phi(y|z)] + D_{KL}(p_\theta(z
30
30
  - **注意力稀疏化 / 路由的信息论解释**:Sparse Attention 和 MoE 路由可理解为隐式信息瓶颈——选择性地让"有用" token 通过,丢弃噪声
31
31
 
32
32
  ## 工程可行性
33
- - **维度 1 张量化 ✅**:VIB 的编码器/解码器均为标准网络,$D_{KL}$ 为逐元素计算
34
- - **维度 2 GEMM 可映射 ✅**:主体计算为标准前向网络 + GEMM
35
- - **维度 3 复杂度 ✅**:相比原始网络仅增加 KL 项的 $O(d)$ 计算
36
- - **维度 4 显存 ⚠️**:需要额外维护先验分布 $r(z)$ 的参数和 KL 计算中间量
37
- - **维度 5 低精度 ✅**:重参数化技巧 + KL 解析解在 bf16 下稳定
38
- - **维度 8 算子融合 ✅**:与标准训练流程无冲突,可正常融合
33
+ - **D1[v]**:VIB 的编码器/解码器均为标准网络,$D_{KL}$ 为逐元素计算
34
+ - **D2[v]**:主体计算为标准前向网络 + GEMM
35
+ - **D3[v]**:相比原始网络仅增加 KL 项的 $O(d)$ 计算
36
+ - **D4[~]**:需要额外维护先验分布 $r(z)$ 的参数和 KL 计算中间量
37
+ - **D5[v]**:重参数化技巧 + KL 解析解在 bf16 下稳定
38
+ - **D8[v]**:与标准训练流程无冲突,可正常融合
39
39
 
40
40
  ## 风险与失效条件
41
41
  - **$I(X;Z)$ 的精确估计困难**:高维连续变量间的互信息估计本身是开放问题(MINE、NWJ 等估计器方差大),实际用 VIB 变分下界绕过,但下界可能很松。
42
42
  - **$\beta$ 调参敏感**:$\beta$ 过大会过度压缩(欠拟合),过小则退化为标准 ERM(无压缩效果)。需要信息平面分析或自适应 $\beta$ 调度。
43
43
 
44
44
  ## 深入参考
45
- - 蒸馏稿:`references/books/` 暂无专用 IB 蒸馏稿
45
+ - 蒸馏稿:`../../references/books/` 暂无专用 IB 蒸馏稿
46
46
  - Tishby, Pereira, Bialek. "The Information Bottleneck Method." *arXiv:physics/0004057*, 2000
47
47
  - Alemi, Poole, Fischer, Dillon, Suresh, Murphy. "Deep Variational Information Bottleneck." *ICLR*, 2017
48
48
  - Shwartz-Ziv, Tishby. "Opening the Black Box of Deep Neural Networks via Information." *arXiv:1703.00810*, 2017
49
- - 关联知识卡:`probability/entropy.md`、`probability/kl-divergence.md`
49
+ - 关联知识卡:`entropy.md`、`kl-divergence.md`
50
+
51
+
52
+ ## 路由扩展
53
+ - 若需要 IB 目标中的 KL → `kl-divergence.md`(IB 目标的 KL 分量)
54
+ - 若涉及速率-失真理论 → `entropy.md`(IB 与率失真理论的关系)
55
+ - 若用于 VIB 损失设计 → `variational-loss`(设计模式层的变分信息瓶颈损失)
56
+
57
+ ## 可扩展方向
58
+ - 速率-失真理论(rate-distortion theory):信息论的最优压缩界
59
+ - 确定性 IB(deterministic IB):确定性编码的 IB 变体
60
+ - 几何 IB(geometric IB):几何结构下的信息瓶颈
61
+ - IB 用于表示学习(IB for representation learning):IB 框架下的特征学习
62
+ - IB 用于聚类(IB for clustering):IB 驱动的聚类算法
63
+ - 深度 IB(deep IB):深度网络中的信息瓶颈
64
+ - 多瓶颈 IB(IB with multiple bottlenecks):多层信息约束
65
+ - IB 泛化界(IB generalization bounds):IB 与泛化能力的理论联系
@@ -33,19 +33,32 @@ $$D_{KL}(p \| q) = H(p, q) - H(p)$$
33
33
  - **PPO / RLHF**: $D_{KL}(\pi_\theta \| \pi_{\text{ref}})$ serves as a penalty term for the policy deviating from the reference policy
34
34
 
35
35
  ## Engineering Feasibility
36
- - **Dimension 1 Tensorization ✅**: Element-wise $p \log(p/q)$ is fully vectorizable
37
- - **Dimension 2 GEMM-mappability ⚠️**: KL itself is not a GEMM, but its inputs (logits) come from GEMM layers
38
- - **Dimension 3 Complexity ✅**: $O(|\mathcal{X}|)$ linear
39
- - **Dimension 4 Memory ⚠️**: For large vocabularies, both $p$ and $q$ probability vectors must be held simultaneously; chunked computation is possible
40
- - **Dimension 5 Low Precision ✅**: Log-softmax differences are stable in bf16; note that $\log q$ diverges as $q \to 0$, requiring clamping
41
- - **Dimension 8 Operator Fusion ✅**: Can be fused with softmax into FusedKLDivLoss
36
+ - **D1[v]**: Element-wise $p \log(p/q)$ is fully vectorizable
37
+ - **D2[~]**: KL itself is not a GEMM, but its inputs (logits) come from GEMM layers
38
+ - **D3[v]**: $O(|\mathcal{X}|)$ linear
39
+ - **D4[~]**: For large vocabularies, both $p$ and $q$ probability vectors must be held simultaneously; chunked computation is possible
40
+ - **D5[v]**: Log-softmax differences are stable in bf16; note that $\log q$ diverges as $q \to 0$, requiring clamping
41
+ - **D8[v]**: Can be fused with softmax into FusedKLDivLoss
42
42
 
43
43
  ## Risks and Failure Conditions
44
44
  - **KL diverges to infinity when $q(x)=0$ but $p(x)>0$**: In practice, label smoothing or temperature scaling must be applied to $q$ to avoid zero probabilities. The mode-seeking behavior of reverse KL can exacerbate this issue — the student model "drops" low-probability regions of the teacher distribution.
45
45
  - **High gradient variance**: In RL (PPO/RLHF), KL estimation relies on sampling; high variance can lead to training instability. A clipped + linear approximation $\mathbb{E}[\log p - \log q]$ is commonly used in place of the exact KL.
46
46
 
47
47
  ## Further References
48
- - Distillation draft: `references/books/` — no dedicated information theory distillation draft at present
48
+ - Distillation draft: `../../references/books/` — no dedicated information theory distillation draft at present
49
49
  - Cover & Thomas. *Elements of Information Theory*, Ch. 2-3. Wiley, 2006
50
50
  - Murphy. *Probabilistic Machine Learning: Advanced Topics*, Ch. 6. MIT Press, 2023
51
- - Related knowledge cards: `probability/entropy.md`, `probability/information-bottleneck.md`, `probability/fisher-information.md`
51
+ - Related knowledge cards: `entropy.en.md`, `information-bottleneck.en.md`, `fisher-information.en.md`
52
+
53
+
54
+ ## Routing Extensions
55
+ - If used for IB objective -> `information-bottleneck.en.md` (IB defines objective using KL)
56
+ - If the absolute version is needed -> `entropy.en.md` (KL divergence reduces to entropy)
57
+ - If local KL geometry is needed -> `fisher-information.en.md` (Fisher information is local curvature of KL)
58
+
59
+ ## Extensible Directions
60
+ - f-divergence family (chi-squared, Hellinger, Jensen-Shannon, total variation): unified divergence framework
61
+ - Reverse KL (mode-seeking): mode-seeking behavior in variational inference
62
+ - Bregman divergence: divergence family generated by convex functions
63
+ - Variational representations (Donsker-Varadhan, Barber-Agakov): variational upper/lower bounds of KL divergence
64
+ - KL in exponential families: geometry of sufficient statistics
@@ -33,19 +33,32 @@ $$D_{KL}(p \| q) = H(p, q) - H(p)$$
33
33
  - **PPO / RLHF**:$D_{KL}(\pi_\theta \| \pi_{\text{ref}})$ 作为策略偏离参考策略的惩罚项
34
34
 
35
35
  ## 工程可行性
36
- - **维度 1 张量化 ✅**:逐元素 $p \log(p/q)$ 完全向量化
37
- - **维度 2 GEMM 可映射 ⚠️**:KL 本身不是 GEMM,但输入(logits)来自 GEMM 层
38
- - **维度 3 复杂度 ✅**:$O(|\mathcal{X}|)$ 线性
39
- - **维度 4 显存 ⚠️**:大 vocab 下需同时保留 $p$ 和 $q$ 的完整概率向量,可 chunk 计算
40
- - **维度 5 低精度 ✅**:log-softmax 差值在 bf16 下稳定;注意 $q \to 0$ 时 $\log q$ 发散,需 clamp
41
- - **维度 8 算子融合 ✅**:可与 softmax 融合为 FusedKLDivLoss
36
+ - **D1[v]**:逐元素 $p \log(p/q)$ 完全向量化
37
+ - **D2[~]**:KL 本身不是 GEMM,但输入(logits)来自 GEMM 层
38
+ - **D3[v]**:$O(|\mathcal{X}|)$ 线性
39
+ - **D4[~]**:大 vocab 下需同时保留 $p$ 和 $q$ 的完整概率向量,可 chunk 计算
40
+ - **D5[v]**:log-softmax 差值在 bf16 下稳定;注意 $q \to 0$ 时 $\log q$ 发散,需 clamp
41
+ - **D8[v]**:可与 softmax 融合为 FusedKLDivLoss
42
42
 
43
43
  ## 风险与失效条件
44
44
  - **$q(x)=0$ 但 $p(x)>0$ 时 KL 发散为无穷**:实践中必须对 $q$ 做 label smoothing 或温度缩放,避免零概率。反向 KL 的 mode-seeking 行为可加剧此问题——学生模型"丢弃"教师分布的低概率区域。
45
45
  - **梯度方差大**:在 RL(PPO/RLHF)中,KL 估计依赖采样,高方差可导致训练不稳定。常用 clip + 线性近似 $\mathbb{E}[\log p - \log q]$ 替代精确 KL。
46
46
 
47
47
  ## 深入参考
48
- - 蒸馏稿:`references/books/` 暂无专用信息论蒸馏稿
48
+ - 蒸馏稿:`../../references/books/` 暂无专用信息论蒸馏稿
49
49
  - Cover & Thomas. *Elements of Information Theory*, Ch. 2-3. Wiley, 2006
50
50
  - Murphy. *Probabilistic Machine Learning: Advanced Topics*, Ch. 6. MIT Press, 2023
51
- - 关联知识卡:`probability/entropy.md`、`probability/information-bottleneck.md`、`probability/fisher-information.md`
51
+ - 关联知识卡:`entropy.md`、`information-bottleneck.md`、`fisher-information.md`
52
+
53
+
54
+ ## 路由扩展
55
+ - 若用于 IB 目标函数 → `information-bottleneck.md`(IB 使用 KL 定义目标)
56
+ - 若需要绝对版本 → `entropy.md`(KL 散度退化为熵)
57
+ - 若需要局部 KL 几何 → `fisher-information.md`(Fisher 信息是 KL 的局部曲率)
58
+
59
+ ## 可扩展方向
60
+ - f-散度族(chi-squared, Hellinger, Jensen-Shannon, total variation):统一的散度框架
61
+ - 逆 KL(reverse KL / mode-seeking):变分推断中的模式搜索行为
62
+ - Bregman 散度(Bregman divergence):凸函数生成的散度族
63
+ - 变分表示(Donsker-Varadhan, Barber-Agakov):KL 散度的变分上/下界
64
+ - 指数族中的 KL(KL in exponential families):充分统计量的几何
@@ -48,7 +48,20 @@ High GPU friendliness. Computing the Euler characteristic is extremely cheap:
48
48
 
49
49
  ## Further References
50
50
 
51
- - Distillation notes: references/books/smooth-manifolds.md (Ch 17--18 De Rham Cohomology, Betti numbers and cohomology)
52
- - Distillation notes: references/books/differential-geometry.md (Ch 4 Curves and Hypersurfaces, intuition source for Gauss curvature)
51
+ - Distillation notes: ../../references/books/smooth-manifolds.en.md (Ch 17--18 De Rham Cohomology, Betti numbers and cohomology)
52
+ - Distillation notes: ../../references/books/differential-geometry.en.md (Ch 4 Curves and Hypersurfaces, intuition source for Gauss curvature)
53
53
  - Original text: John M. Lee, *Introduction to Smooth Manifolds*, Ch 17--18 (de Rham cohomology and topological invariants)
54
54
  - Extended reading: Hatcher, *Algebraic Topology*, Ch 2 (standard treatment of simplicial homology and the Euler characteristic)
55
+
56
+
57
+ ## Routing Extensions
58
+ - If multi-scale topology analysis is needed -> `persistent-homology.en.md` (persistent homology provides scale-dependent topology)
59
+ - If curvature-topology connection is involved -> `../differential-geometry/curvature.md` (Gauss-Bonnet theorem connects curvature and Euler characteristic)
60
+
61
+ ## Extensible Directions
62
+ - Betti numbers: counting independent loops at each dimension
63
+ - Poincare polynomial: generating function of Betti numbers
64
+ - Lefschetz fixed point theorem: Euler characteristic and map fixed points
65
+ - Morse inequalities: relationship between critical points and Betti numbers
66
+ - Discrete Morse theory: Morse functions on complexes
67
+ - Euler characteristic curve: Euler characteristic variation across thresholds
@@ -48,7 +48,20 @@ GPU 友好度高。欧拉示性数的计算极其廉价:
48
48
 
49
49
  ## 深入参考
50
50
 
51
- - 蒸馏稿:references/books/smooth-manifolds.md(Ch 17-18 De Rham Cohomology,Betti 数与上同调)
52
- - 蒸馏稿:references/books/differential-geometry.md(Ch 4 Curves and Hypersurfaces, Gauss curvature 直觉来源)
51
+ - 蒸馏稿:../../references/books/smooth-manifolds.md(Ch 17-18 De Rham Cohomology,Betti 数与上同调)
52
+ - 蒸馏稿:../../references/books/differential-geometry.md(Ch 4 Curves and Hypersurfaces, Gauss curvature 直觉来源)
53
53
  - 原书:John M. Lee, *Introduction to Smooth Manifolds*, Ch 17-18(de Rham 上同调与拓扑不变量)
54
54
  - 延伸:Hatcher, *Algebraic Topology*, Ch 2(单纯同调与欧拉示性数的标准处理)
55
+
56
+
57
+ ## 路由扩展
58
+ - 若需要多尺度拓扑分析 → `persistent-homology.md`(持续同调提供尺度依赖的拓扑)
59
+ - 若涉及曲率-拓扑联系 → `../differential-geometry/curvature.md`(Gauss-Bonnet 定理连接曲率与 Euler 示性数)
60
+
61
+ ## 可扩展方向
62
+ - Betti 数(Betti numbers):各维度的独立环路计数
63
+ - Poincare 多项式(Poincare polynomial):Betti 数的生成函数
64
+ - Lefschetz 不动点定理:Euler 示性数与映射不动点
65
+ - Morse 不等式(Morse inequalities):临界点与 Betti 数的关系
66
+ - 离散 Morse 理论(discrete Morse theory):复形上的 Morse 函数
67
+ - Euler 示性数曲线(Euler characteristic curve):多阈值的 Euler 示性数变化
@@ -46,7 +46,21 @@ Low GPU friendliness. Computation of the fundamental group is inherently combina
46
46
 
47
47
  ## Further References
48
48
 
49
- - Distillation notes: references/books/smooth-manifolds.md (Ch 17--18 De Rham Cohomology, cohomology and topological invariants)
50
- - Distillation notes: references/books/algebraic-geometry-rising-sea.md (Section 18 Cech Cohomology, local gluing and global obstructions)
49
+ - Distillation notes: ../../references/books/smooth-manifolds.en.md (Ch 17--18 De Rham Cohomology, cohomology and topological invariants)
50
+ - Distillation notes: ../../references/books/algebraic-geometry-rising-sea.en.md (Section 18 Cech Cohomology, local gluing and global obstructions)
51
51
  - Original text: John M. Lee, *Introduction to Smooth Manifolds*, Ch 17 (de Rham cohomology, the loop integral perspective)
52
52
  - Extended reading: Hatcher, *Algebraic Topology*, Ch 1 (standard textbook treatment of the fundamental group, including the Seifert-van Kampen theorem)
53
+
54
+
55
+ ## Routing Extensions
56
+ - If higher-dimensional homology is needed -> `persistent-homology.en.md` (higher homology groups)
57
+ - If geometric structure is involved -> `../differential-geometry/curvature.md` (relationship between geometry and topology)
58
+
59
+ ## Extensible Directions
60
+ - Covering space theory: Galois correspondence between fundamental group and coverings
61
+ - Van Kampen theorem: computational tool for fundamental groups
62
+ - Higher homotopy groups: computation and obstructions of pi_n
63
+ - Hurewicz theorem: relationship between homotopy and homology groups
64
+ - Loop space: space of all loops based at a point
65
+ - Braid group: algebraic structure of braids
66
+ - Knot group: invariants of knots
@@ -46,7 +46,21 @@ GPU 友好度低。基本群的计算本质上是组合/代数的,而非数值
46
46
 
47
47
  ## 深入参考
48
48
 
49
- - 蒸馏稿:references/books/smooth-manifolds.md(Ch 17-18 De Rham Cohomology,上同调与拓扑不变量)
50
- - 蒸馏稿:references/books/algebraic-geometry-rising-sea.md(§18 Cech Cohomology,局部黏合与全局障碍)
49
+ - 蒸馏稿:../../references/books/smooth-manifolds.md(Ch 17-18 De Rham Cohomology,上同调与拓扑不变量)
50
+ - 蒸馏稿:../../references/books/algebraic-geometry-rising-sea.md(§18 Cech Cohomology,局部黏合与全局障碍)
51
51
  - 原书:John M. Lee, *Introduction to Smooth Manifolds*, Ch 17(de Rham 上同调,环路积分的视角)
52
52
  - 延伸:Hatcher, *Algebraic Topology*, Ch 1(基本群的标准教材处理,含 Seifert-van Kampen 定理)
53
+
54
+
55
+ ## 路由扩展
56
+ - 若需要更高维同调 → `persistent-homology.md`(高阶同调群)
57
+ - 若涉及几何结构 → `../differential-geometry/curvature.md`(几何与拓扑的关系)
58
+
59
+ ## 可扩展方向
60
+ - 覆叠空间理论(covering space theory):基本群与覆叠的 Galois 对应
61
+ - Van Kampen 定理:基本群的计算工具
62
+ - 高阶同伦群(higher homotopy groups):pi_n 的计算与障碍
63
+ - Hurewicz 定理:同伦群与同调群的关系
64
+ - 环路空间(loop space):基于某点的环路全体
65
+ - 辫群(braid group):辫子的代数结构
66
+ - 纽群(knot group):纽结的不变量
@@ -0,0 +1,48 @@
1
+ # Topology Activation Index
2
+
3
+ ## Domain Signals
4
+ Activate this domain direction when the problem involves:
5
+ - Connectivity preservation: need to maintain or detect connectivity structure of a space
6
+ - Representation space tearing: latent space or representation space exhibits topological tearing
7
+ - Local-to-global consistency: whether local information can be consistently glued into a global structure
8
+ - Multimodal alignment obstruction: whether topological obstructions exist for multimodal alignment
9
+ - Whether compression destroys structure: whether dimensionality reduction or compression alters the topological features of data
10
+
11
+ ## Core Anchors
12
+ - `persistent-homology.en.md` — Persistent homology
13
+ - `euler-characteristic.en.md` — Euler characteristic
14
+ - `fundamental-group.en.md` — Fundamental group
15
+
16
+ ## Extended Concepts
17
+ When core anchors are insufficient, the following concepts may need temporary activation:
18
+ - simplicial complex: simplicial complexes (Vietoris-Rips, alpha complex, etc.)
19
+ - Cech complex: Cech complex and coverings
20
+ - sheaf theory (section, restriction map, gluing, Cech cohomology): sheaf theory basics and Cech cohomology
21
+ - covering space: covering spaces and covering maps
22
+ - homotopy group: higher homotopy groups
23
+ - CW complex: CW complexes and cell structure
24
+ - Morse theory: Morse theory and critical point analysis
25
+ - Betti numbers: Betti numbers and topological invariants
26
+ - topological data analysis (Mapper algorithm): topological data analysis and Mapper algorithm
27
+ - obstruction theory: obstruction theory
28
+ - classifying space: classifying spaces
29
+ - K-theory: K-theory
30
+ - cobordism: cobordism theory
31
+
32
+ ## Reference Book Directions
33
+ - `../../references/books/smooth-manifolds.en.md`: Chapters 17-18, covering homology theory basics
34
+ - `../../references/books/algebraic-geometry-rising-sea.en.md`: Cech cohomology sections
35
+
36
+ ## AI Translation Directions
37
+ - persistent homology → representation topology monitor / topological regularization loss
38
+ - euler characteristic → complexity metric / model selection criterion
39
+ - fundamental group → loop structure detection / cycle-preserving compression
40
+ - sheaf / gluing → cross-modal consistency loss / multi-view alignment
41
+ - obstruction theory → alignment failure signal / topological bottleneck detection
42
+ - simplicial complex → higher-order token relation graph / hypergraph attention
43
+
44
+ ## Temporary Activation Rules
45
+ When the problem requires mathematics not in the core anchors:
46
+ 1. First check whether extended concepts contain a match
47
+ 2. If yes, generate a temporary knowledge card based on the lens
48
+ 3. If no, enter the Knowledge Gap Protocol
@@ -0,0 +1,48 @@
1
+ # 拓扑 激活索引 / Topology Activation Index
2
+
3
+ ## 领域信号
4
+ 当问题涉及以下信号时,激活本领域方向:
5
+ - 连通性保持:需要保持或检测空间的连通性结构
6
+ - 表示空间断裂:隐空间或表示空间出现拓扑断裂
7
+ - 局部到全局一致性:局部信息是否能一致地拼接成全局结构
8
+ - 多模态对齐 obstruction:多模态对齐是否存在拓扑障碍
9
+ - 压缩是否破坏结构:降维或压缩是否改变了数据的拓扑特征
10
+
11
+ ## 核心锚点
12
+ - `persistent-homology.md` — 持续同调
13
+ - `euler-characteristic.md` — Euler 示性数
14
+ - `fundamental-group.md` — 基本群
15
+
16
+ ## 扩展概念
17
+ 当核心锚点不够时,以下概念可能需要临时激活:
18
+ - simplicial complex:单纯复形(Vietoris-Rips, alpha complex 等)
19
+ - Cech complex:Cech 复形与覆盖
20
+ - sheaf theory(section, restriction map, gluing, Cech cohomology):层论基础与 Cech 上同调
21
+ - covering space:覆叠空间与覆叠映射
22
+ - homotopy group:高阶同伦群
23
+ - CW complex:CW 复形与胞腔结构
24
+ - Morse theory:Morse 理论与临界点分析
25
+ - Betti numbers:Betti 数与拓扑不变量
26
+ - topological data analysis(Mapper algorithm):拓扑数据分析与 Mapper 算法
27
+ - obstruction theory:障碍理论
28
+ - classifying space:分类空间
29
+ - K-theory:K 理论
30
+ - cobordism:配边理论
31
+
32
+ ## 参考书方向
33
+ - `../../references/books/smooth-manifolds.md`:第 17-18 章,覆盖同调论基础
34
+ - `../../references/books/algebraic-geometry-rising-sea.md`:Cech 上同调部分
35
+
36
+ ## AI 翻译方向
37
+ - persistent homology → representation topology monitor / topological regularization loss
38
+ - euler characteristic → complexity metric / model selection criterion
39
+ - fundamental group → loop structure detection / cycle-preserving compression
40
+ - sheaf / gluing → cross-modal consistency loss / multi-view alignment
41
+ - obstruction theory → alignment failure signal / topological bottleneck detection
42
+ - simplicial complex → higher-order token relation graph / hypergraph attention
43
+
44
+ ## 临时激活规则
45
+ 当问题需要的数学不在核心锚点中时:
46
+ 1. 先检查扩展概念中是否有匹配
47
+ 2. 若有,根据透镜生成临时知识卡
48
+ 3. 若无,进入 Knowledge Gap Protocol
@@ -48,7 +48,22 @@ Limited GPU friendliness, which is the main bottleneck for deploying persistent
48
48
 
49
49
  ## Further References
50
50
 
51
- - Distillation notes: references/books/smooth-manifolds.md (Ch 17--18 De Rham Cohomology, conceptual origin of topological invariants)
52
- - Distillation notes: references/books/algebraic-geometry-rising-sea.md (Section 18 Cech Cohomology, Section 23 Derived Functors, cohomology computations)
51
+ - Distillation notes: ../../references/books/smooth-manifolds.en.md (Ch 17--18 De Rham Cohomology, conceptual origin of topological invariants)
52
+ - Distillation notes: ../../references/books/algebraic-geometry-rising-sea.en.md (Section 18 Cech Cohomology, Section 23 Derived Functors, cohomology computations)
53
53
  - Original text: John M. Lee, *Introduction to Smooth Manifolds*, Ch 17--18 (de Rham cohomology)
54
54
  - Extended reading: Edelsbrunner & Harer, *Computational Topology: An Introduction* (standard textbook on persistent homology)
55
+
56
+
57
+ ## Routing Extensions
58
+ - If topological invariant computation is needed -> `euler-characteristic.en.md` (Euler characteristic as alternating sum of Betti numbers)
59
+ - If 1-dimensional topology analysis is needed -> `fundamental-group.en.md` (fundamental group captures loop structure)
60
+ - If used for information-preserving compression -> `../probability/information-bottleneck.md` (topology-preserving information compression)
61
+
62
+ ## Extensible Directions
63
+ - Simplicial complex types (Cech, Vietoris-Rips, alpha): advantages and disadvantages of different constructions
64
+ - Sheaf theory: local-to-global consistent data structures
65
+ - Mapper algorithm: visualization and clustering based on persistent homology
66
+ - Topological data analysis (TDA): complete TDA methodology
67
+ - Persistence image / landscape: vectorized representations of persistence diagrams
68
+ - Multiparameter persistence: homology with multi-scale filtrations
69
+ - Zigzag persistence: persistent homology allowing bidirectional filtrations
@@ -48,7 +48,22 @@ GPU 友好度有限,是持续同调落地的主要瓶颈:
48
48
 
49
49
  ## 深入参考
50
50
 
51
- - 蒸馏稿:references/books/smooth-manifolds.md(Ch 17-18 De Rham Cohomology,拓扑不变量概念来源)
52
- - 蒸馏稿:references/books/algebraic-geometry-rising-sea.md(§18 Cech Cohomology, §23 Derived Functors,上同调计算)
51
+ - 蒸馏稿:../../references/books/smooth-manifolds.md(Ch 17-18 De Rham Cohomology,拓扑不变量概念来源)
52
+ - 蒸馏稿:../../references/books/algebraic-geometry-rising-sea.md(§18 Cech Cohomology, §23 Derived Functors,上同调计算)
53
53
  - 原书:John M. Lee, *Introduction to Smooth Manifolds*, Ch 17-18(de Rham 上同调)
54
54
  - 延伸:Edelsbrunner & Harer, *Computational Topology: An Introduction*(持续同调标准教材)
55
+
56
+
57
+ ## 路由扩展
58
+ - 若需要拓扑不变量的计算 → `euler-characteristic.md`(Euler 示性数作为 Betti 数的交替和)
59
+ - 若需要 1 维拓扑分析 → `fundamental-group.md`(基本群捕捉环路结构)
60
+ - 若用于信息保持压缩 → `../probability/information-bottleneck.md`(拓扑保持的信息压缩)
61
+
62
+ ## 可扩展方向
63
+ - 单纯复形类型(Cech, Vietoris-Rips, alpha):不同复形构造的优缺点
64
+ - 层论(sheaf theory):局部到全局的一致数据结构
65
+ - Mapper 算法:基于持续同调的可视化与聚类
66
+ - 拓扑数据分析(topological data analysis):TDA 的完整方法论
67
+ - 持续图像/景观(persistence image / landscape):持续图的向量化表示
68
+ - 多参数持续(multiparameter persistence):多尺度过滤的同调
69
+ - zigzag 持续(zigzag persistence):允许双向过滤的持续同调
@@ -1,4 +1,4 @@
1
- # 🖥️ Algorithmic Lens
1
+ # Algorithmic Lens
2
2
 
3
3
  > Algorithms are the automation of thought — converting insights into precise, repeatable steps.
4
4
 
@@ -1,4 +1,4 @@
1
- # 🖥️ 算法透镜 / Algorithmic Lens
1
+ # 算法透镜 / Algorithmic Lens
2
2
 
3
3
  > 算法是思想的自动化——将洞察转化为可重复执行的精确步骤。
4
4
 
@@ -1,4 +1,4 @@
1
- # 📐 Axiomatization Lens
1
+ # Axiomatization Lens
2
2
 
3
3
  > Build from minimal assumptions using rigorous logic — scrutinizing premises matters more than checking conclusions
4
4
 
@@ -1,4 +1,4 @@
1
- # 📐 公理化透镜
1
+ # 公理化透镜
2
2
 
3
3
  > 从最少假设出发,用严格逻辑构建——审查前提比检查结论更重要
4
4
 
@@ -1,4 +1,4 @@
1
- # 🧩 Categorification Lens
1
+ # Categorification Lens
2
2
 
3
3
  > Strip away incidental details to reveal essential structure — problems across different domains often share the same abstract skeleton
4
4
 
@@ -1,4 +1,4 @@
1
- # 🧩 范畴化透镜
1
+ # 范畴化透镜
2
2
 
3
3
  > 忽略偶然细节,揭示必然结构——不同领域的问题往往共享相同的抽象骨架
4
4
 
@@ -1,4 +1,4 @@
1
- # 🔗 Causal Lens
1
+ # Causal Lens
2
2
 
3
3
  > Correlation does not imply causation — but causation can be clarified. The crucial distinction: "how Y behaves when X is observed" is not the same as "what would happen if X were done."
4
4
 
package/lenses/causal.md CHANGED
@@ -1,4 +1,4 @@
1
- # 🔗 因果透镜 / Causal Lens
1
+ # 因果透镜 / Causal Lens
2
2
 
3
3
  > 相关不等于因果——但因果可以理清。关键区别:"看到 X 时 Y 如何"不等于"如果做了 X 会怎样"。
4
4
 
@@ -1,4 +1,4 @@
1
- # 🔄 Duality Lens
1
+ # Duality Lens
2
2
 
3
3
  > A hard problem is equivalent to an easy problem — the key is finding the right transform and its inverse
4
4
 
package/lenses/duality.md CHANGED
@@ -1,4 +1,4 @@
1
- # 🔄 对偶透镜
1
+ # 对偶透镜
2
2
 
3
3
  > 复杂问题等价于简单问题——关键是找到合适的变换和它的逆
4
4
 
package/lenses/game.en.md CHANGED
@@ -1,4 +1,4 @@
1
- # 🎯 Game Lens
1
+ # Game Lens
2
2
 
3
3
  > Your optimal choice depends on others' choices — thinking must be not only deep but interactive.
4
4
 
@@ -15,7 +15,7 @@ This is a "player's" perspective — in environments where multiple decision-mak
15
15
 
16
16
  ## What Problems It Is Not Suited For
17
17
 
18
- - Single-agent decision problems with no interaction with others — optimization thinking is more appropriate
18
+ - Single-agent decision problems with no interaction with others — the variational lens is more appropriate
19
19
  - Purely cooperative problems where all participants share identical objectives — strategic analysis is unnecessary
20
20
  - Deterministic problems where outcomes are uniquely determined by one's own actions — no others' responses are involved
21
21
  - Outcomes determined purely by luck, with no strategic choices available to any party
package/lenses/game.md CHANGED
@@ -1,4 +1,4 @@
1
- # 🎯 博弈透镜 / Game Lens
1
+ # 博弈透镜 / Game Lens
2
2
 
3
3
  > 你的最优选择取决于他人的选择——思考不仅要深入,还要互动。
4
4
 
@@ -15,7 +15,7 @@
15
15
 
16
16
  ## 不适合什么问题
17
17
 
18
- - 单人决策问题,与他人无互动——优化思想更适用
18
+ - 单人决策问题,与他人无互动——变分透镜更适用
19
19
  - 纯合作问题,参与者目标完全一致——无需战略分析
20
20
  - 确定性问题,结果由自身行动唯一决定——不涉及他人反应
21
21
  - 纯粹运气决定的结果,各方无策略选择
@@ -1,4 +1,4 @@
1
- # 🌉 Geometric Lens
1
+ # Geometric Lens
2
2
 
3
3
  > Metric, curvature, and spatial structure on manifolds — seeing problems through the eyes of differential geometry, where distance, bending, and optimal paths reveal the intrinsic shape of data
4
4
 
@@ -1,4 +1,4 @@
1
- # 🌉 几何透镜
1
+ # 几何透镜
2
2
 
3
3
  > 度量/曲率/流形上的空间结构——用微分几何的眼光看问题,距离、弯曲与最优路径揭示数据的内在形状
4
4
 
@@ -1,4 +1,4 @@
1
- # 📈 Local-to-Global Lens
1
+ # Local-to-Global Lens
2
2
 
3
3
  > Patching local properties into global, sheaf cohomology obstructions — can local solutions be seamlessly assembled into a global solution? Where do the obstructions lie?
4
4
 
@@ -1,4 +1,4 @@
1
- # 📈 局部到全局透镜
1
+ # 局部到全局透镜
2
2
 
3
3
  > 局部性质拼接为全局、层上同调障碍——局部解能否无缝组装成全局解?障碍在哪里?
4
4
 
@@ -1,4 +1,4 @@
1
- # 🧠 Perturbation Lens
1
+ # Perturbation Lens
2
2
 
3
3
  > Propagation of small perturbations, stability, and robustness — a system's sensitivity to tiny changes determines its reliability
4
4
 
@@ -1,4 +1,4 @@
1
- # 🧠 微扰透镜
1
+ # 微扰透镜
2
2
 
3
3
  > 小扰动的传播、稳定性、鲁棒性——系统对微小变化的敏感度决定了它的可靠性
4
4
 
@@ -1,4 +1,4 @@
1
- # 🎲 Probabilistic Lens
1
+ # Probabilistic Lens
2
2
 
3
3
  > Uncertainty is quantifiable — probability is quantified belief, data is quantified evidence
4
4
 
@@ -1,4 +1,4 @@
1
- # 🎲 概率透镜
1
+ # 概率透镜
2
2
 
3
3
  > 不确定性是可量化的——概率是量化的信念,数据是量化的证据
4
4
 
@@ -1,4 +1,4 @@
1
- # 🧮 Projection & Decomposition Lens
1
+ # Projection & Decomposition Lens
2
2
 
3
3
  > Complex wholes can be orthogonally decomposed into independent components — conflicts are exposed in subspaces, signal and noise are separated under projection.
4
4
 
@@ -1,4 +1,4 @@
1
- # 🧮 投影与分解透镜 / Projection & Decomposition Lens
1
+ # 投影与分解透镜 / Projection & Decomposition Lens
2
2
 
3
3
  > 复杂整体可以正交分解为独立分量——冲突在子空间中暴露,信号与噪声在投影下分离。
4
4
 
@@ -1,4 +1,4 @@
1
- # 📡 Spectral Decomposition Lens
1
+ # Spectral Decomposition Lens
2
2
 
3
3
  > Any linear operator can be decomposed into a superposition of eigencomponents — eigenvalues reveal dominant structure, eigenvectors reveal dominant directions.
4
4
 
@@ -17,7 +17,7 @@ This is a "decomposer's" perspective — breaking complex linear operators (matr
17
17
  ## What Problems It Is Not Suited For
18
18
 
19
19
  - Problems dominated by nonlinear effects — spectral decomposition is a linear tool
20
- - Operators that are not diagonalizable (non-normal matrices, defective matrices) — Jordan form is required
20
+ - Operators that are non-diagonalizable or non-normal — Jordan form is mainly theoretical; for numerical / engineering use prefer Schur decomposition, SVD, or pseudospectral stability analysis
21
21
  - Problems that require preserving global topological structure — spectral methods may destroy topology
22
22
 
23
23
  ## Which Knowledge Domains It Routes To
@@ -1,4 +1,4 @@
1
- # 📡 谱分解透镜 / Spectral Decomposition Lens
1
+ # 谱分解透镜 / Spectral Decomposition Lens
2
2
 
3
3
  > 任何线性算子都可以分解为特征分量的叠加——特征值揭示主导结构,特征向量揭示主导方向。
4
4
 
@@ -17,7 +17,7 @@
17
17
  ## 不适合什么问题
18
18
 
19
19
  - 非线性效应主导的问题——谱分解是线性工具
20
- - 算子本身不可对角化(非正规矩阵、亏损矩阵)——需要 Jordan 形式
20
+ - 算子本身不可对角化或非正规——Jordan 形式主要用于理论分析,数值/工程上优先用 Schur 分解、SVD 或 pseudospectrum 稳定性分析
21
21
  - 需要保留全局拓扑结构的问题——谱方法可能破坏拓扑
22
22
 
23
23
  ## 会路由到哪些知识域
@@ -1,4 +1,4 @@
1
- # ⚛️ Symmetry Lens
1
+ # Symmetry Lens
2
2
 
3
3
  > Seek the invariant amid change — every symmetry corresponds to a conserved quantity, and every invariant is a key to simplifying the problem
4
4
 
@@ -1,4 +1,4 @@
1
- # ⚛️ 对称透镜
1
+ # 对称透镜
2
2
 
3
3
  > 在变化中寻找不变——每一个对称性都对应一个守恒量,每一个不变量都是简化问题的钥匙
4
4
 
@@ -1,4 +1,4 @@
1
- # 🌀 Topological Lens
1
+ # Topological Lens
2
2
 
3
3
  > Stretching and bending are allowed, but tearing is not — the truly important properties are those invariant under continuous deformation
4
4
 
@@ -23,7 +23,7 @@ Topology is a way of "ignoring precise measurements and focusing only on qualita
23
23
 
24
24
  - `topology/persistent-homology`: Fundamental group, homology groups, Betti numbers, and cohomology — computational tools for topological invariants
25
25
  - **tda**: Persistent homology, filtrations, and simplicial complexes — extracting topological features from data
26
- - `topology/fundamental-group`: Sheaf cohomology and Čech cohomologyalgebraic criteria for local-to-global consistency
26
+ - `topology/fundamental-group`: Fundamental group, loop homotopy classes, covering spaces detecting non-contractible loops and path-connectivity structure
27
27
 
28
28
  ## What AI Designs It May Inspire
29
29