math-skill 2.1.0 → 3.0.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 (234) hide show
  1. package/README.en-US.md +159 -200
  2. package/README.md +159 -200
  3. package/agents/math-critic.en.md +2 -2
  4. package/agents/math-critic.md +8 -8
  5. package/commands/ask.md +3 -10
  6. package/design-patterns/attention/equivariant-attention.en.md +72 -0
  7. package/design-patterns/attention/equivariant-attention.md +72 -0
  8. package/design-patterns/attention/geometry-aware-attention.en.md +73 -0
  9. package/design-patterns/attention/geometry-aware-attention.md +72 -0
  10. package/design-patterns/attention/information-bottleneck-attention.en.md +72 -0
  11. package/design-patterns/attention/information-bottleneck-attention.md +72 -0
  12. package/design-patterns/attention/projection-attention.en.md +68 -0
  13. package/design-patterns/attention/projection-attention.md +68 -0
  14. package/design-patterns/attention/spectral-attention.en.md +71 -0
  15. package/design-patterns/attention/spectral-attention.md +71 -0
  16. package/design-patterns/compression/leverage-score-selection.en.md +71 -0
  17. package/design-patterns/compression/leverage-score-selection.md +71 -0
  18. package/design-patterns/compression/low-rank-kv-cache.en.md +60 -0
  19. package/design-patterns/compression/low-rank-kv-cache.md +60 -0
  20. package/design-patterns/compression/spectral-token-pruning.en.md +61 -0
  21. package/design-patterns/compression/spectral-token-pruning.md +61 -0
  22. package/design-patterns/compression/topology-preserving-compression.en.md +64 -0
  23. package/design-patterns/compression/topology-preserving-compression.md +64 -0
  24. package/design-patterns/loss/constraint-penalty.en.md +67 -0
  25. package/design-patterns/loss/constraint-penalty.md +78 -0
  26. package/design-patterns/loss/contrastive-loss.en.md +59 -0
  27. package/design-patterns/loss/contrastive-loss.md +68 -0
  28. package/design-patterns/loss/information-bottleneck-loss.en.md +69 -0
  29. package/design-patterns/loss/information-bottleneck-loss.md +74 -0
  30. package/design-patterns/loss/orthogonality-loss.en.md +56 -0
  31. package/design-patterns/loss/orthogonality-loss.md +60 -0
  32. package/design-patterns/loss/variational-loss.en.md +61 -0
  33. package/design-patterns/loss/variational-loss.md +71 -0
  34. package/design-patterns/representation/equivariant-split.en.md +87 -0
  35. package/design-patterns/representation/equivariant-split.md +89 -0
  36. package/design-patterns/representation/manifold-representation.en.md +85 -0
  37. package/design-patterns/representation/manifold-representation.md +87 -0
  38. package/design-patterns/representation/shared-private-decomposition.en.md +84 -0
  39. package/design-patterns/representation/shared-private-decomposition.md +86 -0
  40. package/design-patterns/representation/subspace-alignment.en.md +90 -0
  41. package/design-patterns/representation/subspace-alignment.md +92 -0
  42. package/design-patterns/routing/graph-routing.en.md +79 -0
  43. package/design-patterns/routing/graph-routing.md +81 -0
  44. package/design-patterns/routing/moe-routing.en.md +85 -0
  45. package/design-patterns/routing/moe-routing.md +87 -0
  46. package/design-patterns/routing/optimal-transport-routing.en.md +68 -0
  47. package/design-patterns/routing/optimal-transport-routing.md +72 -0
  48. package/design-patterns/routing/spectral-clustering-routing.en.md +88 -0
  49. package/design-patterns/routing/spectral-clustering-routing.md +90 -0
  50. package/knowledge-base/differential-geometry/connection.en.md +51 -0
  51. package/knowledge-base/differential-geometry/connection.md +51 -0
  52. package/knowledge-base/differential-geometry/curvature.en.md +49 -0
  53. package/knowledge-base/differential-geometry/curvature.md +49 -0
  54. package/knowledge-base/differential-geometry/geodesic.en.md +51 -0
  55. package/knowledge-base/differential-geometry/geodesic.md +51 -0
  56. package/knowledge-base/differential-geometry/manifold.en.md +47 -0
  57. package/knowledge-base/differential-geometry/manifold.md +47 -0
  58. package/knowledge-base/differential-geometry/metric-tensor.en.md +50 -0
  59. package/knowledge-base/differential-geometry/metric-tensor.md +50 -0
  60. package/knowledge-base/differential-geometry/tangent-space.en.md +48 -0
  61. package/knowledge-base/differential-geometry/tangent-space.md +48 -0
  62. package/knowledge-base/information-geometry/fisher-metric.en.md +56 -0
  63. package/knowledge-base/information-geometry/fisher-metric.md +56 -0
  64. package/knowledge-base/information-geometry/natural-gradient.en.md +54 -0
  65. package/knowledge-base/information-geometry/natural-gradient.md +54 -0
  66. package/knowledge-base/lie-theory/equivariance.en.md +54 -0
  67. package/knowledge-base/lie-theory/equivariance.md +54 -0
  68. package/knowledge-base/lie-theory/group-action.en.md +51 -0
  69. package/knowledge-base/lie-theory/group-action.md +51 -0
  70. package/knowledge-base/lie-theory/lie-algebra.en.md +51 -0
  71. package/knowledge-base/lie-theory/lie-algebra.md +51 -0
  72. package/knowledge-base/lie-theory/lie-group.en.md +51 -0
  73. package/knowledge-base/lie-theory/lie-group.md +51 -0
  74. package/knowledge-base/lie-theory/representation.en.md +52 -0
  75. package/knowledge-base/lie-theory/representation.md +52 -0
  76. package/knowledge-base/matrix-analysis/low-rank-approximation.en.md +49 -0
  77. package/knowledge-base/matrix-analysis/low-rank-approximation.md +49 -0
  78. package/knowledge-base/matrix-analysis/matrix-perturbation.en.md +49 -0
  79. package/knowledge-base/matrix-analysis/matrix-perturbation.md +49 -0
  80. package/knowledge-base/matrix-analysis/positive-semidefinite.en.md +50 -0
  81. package/knowledge-base/matrix-analysis/positive-semidefinite.md +50 -0
  82. package/knowledge-base/matrix-analysis/projection.en.md +47 -0
  83. package/knowledge-base/matrix-analysis/projection.md +47 -0
  84. package/knowledge-base/matrix-analysis/spectral-decomposition.en.md +48 -0
  85. package/knowledge-base/matrix-analysis/spectral-decomposition.md +48 -0
  86. package/knowledge-base/optimization/constrained-optimization.en.md +53 -0
  87. package/knowledge-base/optimization/constrained-optimization.md +53 -0
  88. package/knowledge-base/optimization/convex-optimization.en.md +50 -0
  89. package/knowledge-base/optimization/convex-optimization.md +50 -0
  90. package/knowledge-base/optimization/lagrangian-duality.en.md +50 -0
  91. package/knowledge-base/optimization/lagrangian-duality.md +50 -0
  92. package/knowledge-base/optimization/proximal-method.en.md +52 -0
  93. package/knowledge-base/optimization/proximal-method.md +52 -0
  94. package/knowledge-base/optimization/riemannian-optimization.en.md +51 -0
  95. package/knowledge-base/optimization/riemannian-optimization.md +51 -0
  96. package/knowledge-base/overview.en.md +29 -218
  97. package/knowledge-base/overview.md +29 -220
  98. package/knowledge-base/probability/concentration-inequality.en.md +45 -0
  99. package/knowledge-base/probability/concentration-inequality.md +45 -0
  100. package/knowledge-base/probability/entropy.en.md +47 -0
  101. package/knowledge-base/probability/entropy.md +47 -0
  102. package/knowledge-base/probability/fisher-information.en.md +48 -0
  103. package/knowledge-base/probability/fisher-information.md +48 -0
  104. package/knowledge-base/probability/information-bottleneck.en.md +49 -0
  105. package/knowledge-base/probability/information-bottleneck.md +49 -0
  106. package/knowledge-base/probability/kl-divergence.en.md +51 -0
  107. package/knowledge-base/probability/kl-divergence.md +51 -0
  108. package/knowledge-base/topology/euler-characteristic.en.md +54 -0
  109. package/knowledge-base/topology/euler-characteristic.md +54 -0
  110. package/knowledge-base/topology/fundamental-group.en.md +52 -0
  111. package/knowledge-base/topology/fundamental-group.md +52 -0
  112. package/knowledge-base/topology/persistent-homology.en.md +54 -0
  113. package/knowledge-base/topology/persistent-homology.md +54 -0
  114. package/lenses/algorithmic.en.md +49 -0
  115. package/lenses/algorithmic.md +49 -0
  116. package/lenses/axiomatization.en.md +48 -0
  117. package/lenses/axiomatization.md +48 -0
  118. package/lenses/categorical.en.md +48 -0
  119. package/lenses/categorical.md +48 -0
  120. package/lenses/causal.en.md +49 -0
  121. package/lenses/causal.md +49 -0
  122. package/lenses/duality.en.md +47 -0
  123. package/lenses/duality.md +47 -0
  124. package/lenses/game.en.md +50 -0
  125. package/lenses/game.md +50 -0
  126. package/lenses/geometric.en.md +53 -0
  127. package/lenses/geometric.md +53 -0
  128. package/lenses/local-to-global.en.md +52 -0
  129. package/lenses/local-to-global.md +52 -0
  130. package/lenses/perturbation.en.md +51 -0
  131. package/lenses/perturbation.md +51 -0
  132. package/lenses/probabilistic.en.md +48 -0
  133. package/lenses/probabilistic.md +48 -0
  134. package/lenses/projection.en.md +50 -0
  135. package/lenses/projection.md +50 -0
  136. package/lenses/spectral.en.md +52 -0
  137. package/lenses/spectral.md +52 -0
  138. package/lenses/symmetry.en.md +49 -0
  139. package/lenses/symmetry.md +49 -0
  140. package/lenses/topological.en.md +48 -0
  141. package/lenses/topological.md +48 -0
  142. package/lenses/variational.en.md +48 -0
  143. package/lenses/variational.md +48 -0
  144. package/package.json +9 -3
  145. package/references/books/abstract-algebra.md +5 -5
  146. package/references/books/algebraic-geometry-rising-sea.md +5 -5
  147. package/references/books/differential-geometry.md +3 -3
  148. package/references/books/matrix-analysis.md +4 -4
  149. package/references/books/micro-lie-theory.md +3 -3
  150. package/references/books/optimization-ml.md +1 -1
  151. package/references/books/smooth-manifolds.md +3 -3
  152. package/references/gpu-friendly-math.en.md +8 -8
  153. package/references/gpu-friendly-math.md +2 -2
  154. package/references/inspiration.en.md +1 -1
  155. package/references/inspiration.md +2 -2
  156. package/skills/math-research-activator/SKILL.en.md +161 -106
  157. package/skills/math-research-activator/SKILL.md +162 -110
  158. package/skills/math-research-activator/original-texts.en.md +9 -9
  159. package/skills/math-research-activator/original-texts.md +11 -11
  160. package/commands/abstraction.md +0 -11
  161. package/commands/algorithmic-thinking.md +0 -11
  162. package/commands/axiomatization.md +0 -11
  163. package/commands/causal-inference.md +0 -11
  164. package/commands/discrete-combinatorial.md +0 -11
  165. package/commands/game-theory.md +0 -11
  166. package/commands/induction-analogy.md +0 -11
  167. package/commands/information-theory.md +0 -11
  168. package/commands/logic-deduction.md +0 -11
  169. package/commands/modeling.md +0 -11
  170. package/commands/optimization.md +0 -11
  171. package/commands/probability-statistics.md +0 -11
  172. package/commands/symmetry-invariance.md +0 -11
  173. package/commands/topological-thinking.md +0 -11
  174. package/commands/transformation.md +0 -11
  175. package/skills/abstraction/SKILL.en.md +0 -117
  176. package/skills/abstraction/SKILL.md +0 -121
  177. package/skills/abstraction/original-texts.en.md +0 -163
  178. package/skills/abstraction/original-texts.md +0 -175
  179. package/skills/algorithmic-thinking/SKILL.en.md +0 -132
  180. package/skills/algorithmic-thinking/SKILL.md +0 -138
  181. package/skills/algorithmic-thinking/original-texts.en.md +0 -253
  182. package/skills/algorithmic-thinking/original-texts.md +0 -256
  183. package/skills/axiomatization/SKILL.en.md +0 -144
  184. package/skills/axiomatization/SKILL.md +0 -151
  185. package/skills/axiomatization/original-texts.en.md +0 -154
  186. package/skills/axiomatization/original-texts.md +0 -160
  187. package/skills/causal-inference/SKILL.en.md +0 -147
  188. package/skills/causal-inference/SKILL.md +0 -151
  189. package/skills/causal-inference/original-texts.en.md +0 -136
  190. package/skills/causal-inference/original-texts.md +0 -167
  191. package/skills/discrete-combinatorial/SKILL.en.md +0 -124
  192. package/skills/discrete-combinatorial/SKILL.md +0 -131
  193. package/skills/discrete-combinatorial/original-texts.en.md +0 -184
  194. package/skills/discrete-combinatorial/original-texts.md +0 -185
  195. package/skills/game-theory/SKILL.en.md +0 -117
  196. package/skills/game-theory/SKILL.md +0 -123
  197. package/skills/game-theory/original-texts.en.md +0 -131
  198. package/skills/game-theory/original-texts.md +0 -131
  199. package/skills/induction-analogy/SKILL.en.md +0 -145
  200. package/skills/induction-analogy/SKILL.md +0 -152
  201. package/skills/induction-analogy/original-texts.en.md +0 -140
  202. package/skills/induction-analogy/original-texts.md +0 -154
  203. package/skills/information-theory/SKILL.en.md +0 -134
  204. package/skills/information-theory/SKILL.md +0 -140
  205. package/skills/information-theory/original-texts.en.md +0 -127
  206. package/skills/information-theory/original-texts.md +0 -127
  207. package/skills/logic-deduction/SKILL.en.md +0 -130
  208. package/skills/logic-deduction/SKILL.md +0 -135
  209. package/skills/logic-deduction/original-texts.en.md +0 -160
  210. package/skills/logic-deduction/original-texts.md +0 -173
  211. package/skills/modeling/SKILL.en.md +0 -135
  212. package/skills/modeling/SKILL.md +0 -139
  213. package/skills/modeling/original-texts.en.md +0 -162
  214. package/skills/modeling/original-texts.md +0 -165
  215. package/skills/optimization/SKILL.en.md +0 -129
  216. package/skills/optimization/SKILL.md +0 -135
  217. package/skills/optimization/original-texts.en.md +0 -167
  218. package/skills/optimization/original-texts.md +0 -168
  219. package/skills/probability-statistics/SKILL.en.md +0 -146
  220. package/skills/probability-statistics/SKILL.md +0 -151
  221. package/skills/probability-statistics/original-texts.en.md +0 -191
  222. package/skills/probability-statistics/original-texts.md +0 -193
  223. package/skills/symmetry-invariance/SKILL.en.md +0 -135
  224. package/skills/symmetry-invariance/SKILL.md +0 -139
  225. package/skills/symmetry-invariance/original-texts.en.md +0 -206
  226. package/skills/symmetry-invariance/original-texts.md +0 -221
  227. package/skills/topological-thinking/SKILL.en.md +0 -124
  228. package/skills/topological-thinking/SKILL.md +0 -128
  229. package/skills/topological-thinking/original-texts.en.md +0 -134
  230. package/skills/topological-thinking/original-texts.md +0 -164
  231. package/skills/transformation/SKILL.en.md +0 -120
  232. package/skills/transformation/SKILL.md +0 -124
  233. package/skills/transformation/original-texts.en.md +0 -204
  234. package/skills/transformation/original-texts.md +0 -216
@@ -1,135 +0,0 @@
1
- ---
2
- name: symmetry-invariance
3
- description: |
4
- Trigger for group theory analysis, invariant computation, Galois theory, Noether's theorem, orbit classification, quotient space reasoning, symmetry breaking; or designing equivariance/conservation/invariant structures (e.g. SO(3)/SE(3) equivariant nets, tropical semiring) for algorithms.
5
- ---
6
-
7
- # ⚛️ Symmetry & Invariance
8
-
9
- > "Finding the properties that remain unchanged under transformations, revealing their underlying laws."
10
- >
11
- > — Group Theory, Invariant Theory, Noether's Theorem
12
- >
13
- > Sophus Lie wanted to forge a dragon-slaying sword — to solve all differential equations. Though not every dragon was slain, the forging technique (the Lie group–Lie algebra correspondence) was passed down and later applied to linearizing nonlinear problems, describing physical symmetries, and robot state estimation. The most fascinating aspect of mathematics is that tools invented for specific problems often reveal far greater value in entirely different domains. This is the archetype of "cross-domain activation."
14
-
15
- ## Core Principle
16
-
17
- **Find what remains unchanged amid change — this is the shortcut to understanding complex systems. Symmetry is not merely "aesthetically pleasing"; it is a manifestation of the deep structure of a system. Every symmetry corresponds to a conserved quantity (Noether's theorem), and every invariant is a key to simplifying a problem.**
18
-
19
- > **Mathematical Formalization**
20
- >
21
- > A group **G** acts on a set **X**: φ: G×X→X (φ(e,x)=x, φ(g,φ(h,x))=φ(gh,x)).
22
- >
23
- > An **invariant** f: X→Y satisfies f(g·x)=f(x) ∀g∈G. Formally: f is G-invariant ⇔ f: X/G → Y is a function on the quotient space. Invariants distinguish only between orbits, not elements within the same orbit.
24
- >
25
- > An **orbit** is O(x)={g·x : g∈G}; the equivalence relation x~y ⇔ ∃g∈G, y=g·x gives X/~ = X/G. The **quotient space** X/G consists of all orbits. Classification is essentially working on X/G; finding invariants means finding functions that are constant on each orbit.
26
- >
27
- > The **stabilizer** is Stab(x)={g∈G : g·x=x}, and |O(x)|=|G|/|Stab(x)| — the larger the orbit, the fewer symmetries remain.
28
- >
29
- > Core intuition: **Invariant = function constant on orbits = function on the quotient space X/G**. A complete set of invariants embeds X/G into a simpler space, achieving full classification.
30
- >
31
- > Hierarchy of symmetries: geometric symmetry (O(n)/E(n), invariants: distance, area); algebraic symmetry (Galois theory, discriminant); physical symmetry (Lie groups, energy/momentum/angular momentum); structural invariance (isomorphism/homotopy equivalence).
32
- >
33
- > **Reynolds operator**: For a finite group G, R(f)=1/|G| Σ f(g·x), R²=R, and the image is precisely the set of all invariants. **Burnside's lemma**: |X/G|=1/|G| Σ |Fix(g)|. **Lie algebra generators**: T_a·f=0 are differential equations whose solutions yield invariants. **Noether's theorem**: Continuous symmetry → conserved current Jμ, ∂_μ Jμ=0. **Galois theory**: An equation is solvable by radicals ⇔ Gal(f) is a solvable group.
34
- >
35
- > See `original-texts.md` for details.
36
-
37
- ## GPU-Friendliness (Cross-Cutting Check)
38
-
39
- Whether symmetry/invariant structures can run on GPU depends on the degree to which group operations can be "tensorized" — evaluated through the eight dimensions in `../../references/gpu-friendly-math.md`:
40
-
41
- - **Group action is tensorizable → friendly**: If the group action is linear (matrix multiplication), then the equivariant layer = GEMM (e.g., SO(3)-equivariant layers use batched GEMM on spherical harmonics / representation matrices).
42
- - **Reynolds averaging**: Averaging over a finite group = summing over |G| transformed results, which can be batched in parallel (friendly); however, when |G| is very large this becomes unfriendly → use continuous approximation via the Lie algebra.
43
- - **Invariants as regularization / constraints**: As loss terms they are local and cheap (friendly); as exact symbolic computations they are unfriendly.
44
- - **Tropical semiring**: The "symmetry" over min/+ algebra can be mapped to GEMM-like structures (friendly; see `../../references/gpu-friendly-math.md` for examples).
45
- - **Anti-pattern**: Forcing exact classification that requires per-orbit symbolic determination into training — intractable.
46
-
47
- Eight-dimension minimum criteria (formal terms): **Tensorization** checks whether the group action can be batched across features; **GEMM-mappability** checks whether representation matrices / spherical harmonics / projections reduce to matrix multiplication; **complexity** examines group order, number of orbits, and integration/quadrature scale; **memory and KV-cache** checks whether multiple replicas / multi-orbit features explode memory; **low-precision stability** checks whether equivariance errors, gauge choices, and normalization remain robust; **parallelism and communication** checks whether group elements / spatial points can be processed in parallel; **sparse structure** checks whether equivariant connections are block-structured; **operator fusion** checks whether group action, aggregation, and projection can be fused.
48
-
49
- > Used together with `../../references/books/micro-lie-theory.md` (SO(3)/SE(3) equivariance), `abstract-algebra.md` (groups/semirings), `differential-geometry.md` (gauge symmetry).
50
-
51
- ## When NOT to Use
52
-
53
- - **The system is completely asymmetric with no regularity** — no group action to exploit.
54
- - **Exact numerical solutions are needed** — symmetry provides structural information, not specific values (it tells you "what is equal" but not "equal to what").
55
- - **Symmetry breaking is the core mechanism** (phase transitions, spontaneous breaking) — one should analyze the breaking pattern G→H rather than search for invariants.
56
- - **The problem scale is very small** — the overhead of symmetry analysis may exceed that of direct computation.
57
- - **The group structure is too complex** — when |G| is very large, X/G is no simpler than X, and the invariants themselves may be more complex.
58
-
59
- ## When to Use
60
-
61
- - Facing a complex system and seeking simplifying clues; needing to classify/identify objects (using orbits X/G).
62
- - Searching for conserved quantities or invariants (functions constant on orbits); reducing variables / dimensionality (quotient space, fundamental domain).
63
- - Determining equation solvability (Galois); counting symmetric configurations (Burnside/Pólya).
64
- - Inferring symmetry from conservation laws (inverse Noether).
65
- - **Designing equivariant/invariant networks or operators** (SO(3)/SE(3) equivariance, tropical semiring routing, conservation regularization).
66
-
67
- ## Method
68
-
69
- ### Step 1: Identify Transformations
70
- List all transformations the system may undergo, organize them into candidate symmetry groups, and verify the four axioms (closure / associativity / identity / inverse). Spatial transformations → E(n)/O(n)/similarity group; temporal → R or Z₂; algebraic → S_n/GL(n)/SL(n); logical → Z₂/Aut; gauge → U(1)/SU(2)/SU(3) (Lie groups, paired with Lie algebras). If the axioms are not satisfied, identify the actual structure (semigroup? groupoid?) — do not blindly treat it as a group. Pitfall: projections are not invertible and thus do not form a group; compositions of reflections yield rotations (closure holds).
71
-
72
- ### Step 2: Find Invariants
73
- For G acting on X, find f such that f(g·x)=f(x).
74
- - **Finite groups**: Reynolds operator R(f)=1/|G| Σ f(g·x) (projection onto invariants, R²=R); Burnside's lemma |X/G|=1/|G| Σ |Fix(g)| counts orbits; elementary symmetric polynomials e_k form a complete set of invariants for S_n acting on R^n.
75
- - **Continuous groups (Lie groups)**: Use Lie algebra generators T_a·f=0 to solve for invariants (each generator removes one degree of freedom); integrating Killing vector fields yields invariant coordinates (e.g., SO(3) → r=√(x²+y²+z²)).
76
- - **Fixed-point analysis**: Stab(x) reveals the local degree of symmetry.
77
- - Common invariants: geometric (length/angle/Euler characteristic), physical (energy/momentum/angular momentum), algebraic (discriminant/trace/determinant/characteristic polynomial coefficients), combinatorial (number of orbits/equivalence class sizes).
78
-
79
- ### Step 3: Use Invariants to Simplify
80
- - **Quotient space reasoning**: Work on X/G rather than X; |X| objects → |X/G| orbits (e.g., 230 space groups → 230 types in X/G).
81
- - **Fundamental domain** D: Each orbit intersects D in exactly one point, so one only needs to analyze D (O(2) → half-plane; SO(3) → spherical triangle; SL(2,Z) → |z|≥1, |Re(z)|≤1/2).
82
- - **Variable reduction**: Replace constrained variables with invariants (energy conservation eliminates one dynamical variable; angular momentum conservation → only the radial part matters; central force field L²=const → one-dimensional radial equation).
83
-
84
- ### Step 4: Classify via Symmetry
85
- **Orbit–Stabilizer** |O(x)|=|G|/|Stab(x)|: the larger the stabilizer, the more symmetric the object and the smaller the orbit. Objects in the same orbit share all G-invariant values. Key question: Are the invariants complete? That is, does f(x)=f(y) ⇒ x and y are in the same orbit? If incomplete, different orbits may share the same invariant values, requiring more invariants or a finer group. Complete examples: S_n → e₁..e_n; O(n) → r²=Σx_i²; SL(2,C) → discriminant Δ=b²-4ac.
86
-
87
- ### Step 5: Check Symmetry Breaking
88
- - **Spontaneous breaking**: The equations possess symmetry G, but solutions satisfy only H⊂G (the vacuum selects a direction, G→H). Goldstone's theorem: continuous G→H breaking produces dim(G/H) massless Goldstone modes (ferromagnet SO(3)→SO(2) yields 2 modes; superfluid U(1)→{e} yields 1 mode).
89
- - **Explicit breaking**: The equations themselves do not satisfy G (external forces / mass terms, e.g., quark masses break chiral symmetry SU(2)_L×SU(2)_R→SU(2)_V).
90
- - **Key analysis points**: Identify G→H, compute the number of Goldstone modes dim(G/H), and ensure the effective theory after breaking remains H-invariant.
91
-
92
- ### Step 6: Algebraic Symmetry (Galois)
93
- Gal(f) is the permutation group of the roots. **An equation is solvable by radicals ⇔ Gal(f) is a solvable group** (subgroup chain G=G₀⊃...⊃G_k={e}, where each quotient is cyclic). Intuition for solvability: each quotient group corresponds to one radical extraction; a non-solvable group means "irreducible complexity." General equations of degree ≥5 have Gal(f)=S_5, which is not solvable (A_5 is the smallest non-solvable simple group); degree 4 has S_4, which is solvable; cyclotomic → cyclic group, solvable. Paradigm: **problem structure → permutation group → group solvability → problem solvability**.
94
-
95
- ### Step 7: Physical Symmetry (Noether)
96
- **Noether's theorem**: The action S=∫L dt is invariant under G ⇒ conserved current Jμ, ∂_μ Jμ=0. Correspondences: time translation → energy; spatial translation → momentum; rotation → angular momentum; gauge U(1) → charge. Quantum: symmetry G → unitary representation on Hilbert space → irreducible representations classify energy levels → Wigner–Eckart theorem → selection rules. Hierarchy: classical (Lagrangian symmetry → Noether → simplified equations) → quantum (selection rules / degeneracies / Wigner–Eckart) → field theory (gauge symmetry → particle classification → Standard Model SU(3)×SU(2)×U(1)).
97
-
98
- ## Common Errors
99
-
100
- | Error | Critique | Correct Approach |
101
- |-------|----------|-----------------|
102
- | Overlooking hidden symmetries | Surface asymmetry may conceal deeper symmetry, leading to unnecessary complexity | Try different representations (coordinate / basis changes) to find deeper symmetries |
103
- | Confusing approximate with exact symmetry | Approximate symmetry yields only approximate "conservation"; errors accumulate over time | Distinguish exact from approximate invariants; annotate the degree of approximation |
104
- | Overextending symmetry arguments | Not every problem has symmetry; forcing it leads to incorrect conclusions | Verify that the symmetry actually exists before using it; check the group axioms |
105
- | Ignoring symmetry breaking | Breaking may be the key mechanism | Attend to both symmetry and breaking; analyze G→H |
106
- | Failing to verify group properties | A candidate set of transformations may not satisfy closure / inverse | Verify all four axioms; if not satisfied, identify the actual structure |
107
- | Confusing orbit invariants with general invariants | f constant on O(x) ≠ f constant on X (the latter is trivially uninformative) | Be explicit that the invariant is G-invariant (constant on each orbit) |
108
- | Confusing discrete and continuous symmetries | Discrete groups do not admit Reynolds averaging (|G| may be infinite); continuous groups require the Lie algebra | Use Burnside counting for discrete groups; use the Lie algebra + Noether for continuous groups |
109
- | Intractable equivariant structures | Forcing exact classification requiring per-orbit symbolic determination into GPU training | Tensorize group actions, use linear representations to map to GEMM, pass the eight-dimension gate |
110
-
111
- ## Operating Procedure
112
-
113
- When this skill is triggered, the output must include:
114
-
115
- 1. **Transformation inventory**: `[Transformation N]: [description] [type]`, organized into candidate groups, noting which axioms were verified (closure ✓/✗ …)
116
- 2. **Invariant discovery**: `[Under group G]: [invariant Y] remains unchanged`; for finite groups write the Reynolds form; use Burnside to count orbits
117
- 3. **Simplification strategy**: `[Using invariant Y]: [how to simplify]`; note whether working on X/G or fundamental domain D, and estimate the dimensionality reduction
118
- 4. **Symmetry classification**: `[Object x]: |O(x)|=, |Stab(x)|=`, orbit classification results, assessment of invariant completeness
119
- 5. **Symmetry breaking check**: `[Symmetry Z]: [present/broken], mode [spontaneous/explicit]`; for continuous breaking note the number of Goldstone modes dim(G/H) and the effective group H
120
- 6. **Algebraic / Physical symmetry**: For equation solving, note Gal(f) and its solvability; for physical systems, note the Noether correspondence `[Symmetry group G]: [Conservation law]`
121
- 7. **Conclusion**: Which invariants were found, how much dimensionality reduction was achieved, and the classification results
122
- 8. **[GPU feasibility]** (if used for algorithm / equivariant design) — whether group actions can be tensorized to GEMM, pass the eight-dimension gate, and annotate as friendly / retrofittable / unfriendly
123
-
124
- **The output must not present analysis alone without a conclusion.**
125
-
126
- ## Relations to Other Skills
127
-
128
- - **Transformation thinking**: Symmetry is precisely invariance under transformations — two sides of the same coin.
129
- - **Abstraction thinking**: Invariants are the highest level of abstraction — independent of any particular representation.
130
- - **Modeling thinking**: Physical models are often guided by symmetry principles.
131
- - **Axiomatic thinking**: Group theory axioms are the mathematical foundation of symmetry.
132
- - **Topological thinking**: Topological invariants (Euler characteristic, homotopy groups) are invariants under continuous transformations.
133
- - **Algorithmic thinking**: Group-theoretic algorithms exploit symmetry for acceleration (e.g., FFT exploits the cyclic group structure).
134
- - **Discrete / Combinatorial thinking**: Pólya counting is the weighted generalization of Burnside's lemma.
135
- - **Modern mathematics activation**: `../../references/books/micro-lie-theory.md` (SO(3)/SE(3) equivariance, Lie group optimization), `abstract-algebra.md` (groups/semirings), `differential-geometry.md` (gauge symmetry/fiber bundles).
@@ -1,139 +0,0 @@
1
- ---
2
- name: symmetry-invariance
3
- description: |
4
- 触发:群论分析、不变量计算、Galois 理论、Noether 定理、轨道分类、商空间推理、对称性破缺分析;或为算法设计等变性/守恒量/不变结构(如 SO(3)/SE(3) 等变网络、热带半环)时调用。
5
- English: Trigger for group theory analysis, invariant computation, Galois theory, Noether's theorem, orbit classification, quotient space reasoning, symmetry breaking; or designing equivariance/conservation/invariant structures (e.g. SO(3)/SE(3) equivariant nets, tropical semiring) for algorithms.
6
- ---
7
-
8
- > **语言路由**:若用户消息为英文,请读取并遵循同目录下的 `SKILL.en.md`,按其操作规程以英文输出;中文消息则继续使用本文件。
9
-
10
- # ⚛️ 对称与不变性 / Symmetry & Invariance
11
-
12
- > "寻找事物在变换下保持不变的性质,揭示其内在规律。"
13
- > "Finding the properties that remain unchanged under transformations, revealing their underlying laws."
14
- >
15
- > —— 群论、不变量理论、Noether 定理 / Group Theory, Invariant Theory, Noether's Theorem
16
- >
17
- > Sophus Lie 想打造一把屠龙刀——解通微分方程。虽未屠尽所有的龙,但这把刀的锻造工艺(李群-李代数对应)流传了下来,后来用于线性化非线性问题、描述物理对称性、机器人状态估计。数学最迷人的地方:为特定问题发明的工具,在完全不同领域展现出远超初衷的价值。这正是「跨领域激活」的原型。
18
-
19
- ## 核心原则 / Core Principle
20
-
21
- **在变化中寻找不变——这是理解复杂系统的捷径。对称性不是'好看',而是系统深层结构的体现。每一个对称性都对应一个守恒量(Noether 定理),每一个不变量都是简化问题的钥匙。**
22
-
23
- > **数学形式化 / Mathematical Formalization**
24
- >
25
- > 群 **G** 作用在集合 **X** 上:φ: G×X→X(φ(e,x)=x, φ(g,φ(h,x))=φ(gh,x))。
26
- >
27
- > **不变量** f: X→Y 使 f(g·x)=f(x) ∀g∈G。形式化:f 是 G-不变量 ⇔ f: X/G → Y 为商空间上的函数。不变量只区分轨道,不区分同轨道内元素。
28
- >
29
- > **轨道** O(x)={g·x : g∈G},等价关系 x~y ⇔ ∃g∈G, y=g·x,X/~ = X/G。**商空间** X/G 由所有轨道构成。分类的本质是在 X/G 上工作;找不变量即找在每条轨道取常值的函数。
30
- >
31
- > **稳定子** Stab(x)={g∈G : g·x=x},|O(x)|=|G|/|Stab(x)|——轨道越大对称越少。
32
- >
33
- > 核心直觉:**不变量 = 轨道上的常值函数 = 商空间 X/G 上的函数**。完备不变量集将 X/G 嵌入更简单空间,实现完全分类。
34
- >
35
- > 对称层次:几何对称(O(n)/E(n),不变量距离面积);代数对称(Galois 理论,判别式);物理对称(Lie 群,能量/动量/角动量);结构不变(同构/同伦等价)。
36
- >
37
- > **Reynolds 算子**:有限群 G,R(f)=1/|G| Σ f(g·x),R²=R,像正是所有不变量。**Burnside 引理**:|X/G|=1/|G| Σ |Fix(g)|。**Lie 代数生成元**:T_a·f=0 为微分方程,解之得不变量。**Noether 定理**:连续对称 → 守恒流 Jμ, ∂_μ Jμ=0。**Galois 理论**:方程可用根式求解 ⇔ Gal(f) 可解群。
38
- >
39
- > 详细见 `original-texts.md`。
40
-
41
- ## GPU 友好性 / GPU-Friendliness(横切检查)
42
-
43
- 对称/不变结构能否上 GPU,取决于群操作的「张量化」程度——过 `../../references/gpu-friendly-math.md` 八维:
44
-
45
- - **群作用可张量化 → 友好**:若群作用是线性(矩阵乘),则等变层 = GEMM(如 SO(3) 等变用球谐/表示矩阵的批量 GEMM)。
46
- - **Reynolds 平均**:有限群平均 = 对 |G| 个变换结果求和,可批量并行(友好);但 |G| 极大时不友好→用 Lie 代数连续近似。
47
- - **不变量作正则/约束**:作损失项时局部、廉价(友好);作精确符号计算时不友好。
48
- - **热带半环**:min/+ 代数上的"对称"可落 GEMM-like 结构(友好,见 `../../references/gpu-friendly-math.md` 范例)。
49
- - **反模式**:把需要逐轨道符号判定的精确分类硬塞进训练——不可算。
50
-
51
- 八维最低判定(正式术语):**张量化**看群作用是否可批量作用于特征;**GEMM 可映射**看表示矩阵/球谐/投影是否落矩阵乘;**复杂度**看群阶、轨道数、积分/求积规模;**显存与 KV-Cache**看多副本/多轨道特征是否爆炸;**低精度稳定**看等变误差、规范选择、归一化是否稳健;**并行与通信**看群元素/空间点能否并行;**稀疏结构**看等变连接是否块结构化;**算子融合**看 group action、聚合、投影能否融合。
52
-
53
- > 配合 `../../references/books/micro-lie-theory.md`(SO(3)/SE(3) 等变)、`abstract-algebra.md`(群/半环)、`differential-geometry.md`(规范对称)。
54
-
55
- ## 不适用场景 / When NOT to Use
56
-
57
- - **系统完全不对称且无规律**——无群作用可利用。
58
- - **需要精确数值解**——对称性给结构信息而非具体数值(告诉你"什么相等"不告诉你"等于多少")。
59
- - **对称破缺是核心机制**(相变、自发破缺)——应转向分析破缺模式 G→H 而非找不变量。
60
- - **问题规模极小**——对称分析开销可能超过直接求解。
61
- - **群结构过于复杂**——|G| 极大时 X/G 不比 X 简单,不变量本身可能更复杂。
62
-
63
- ## 何时使用 / When to Use
64
-
65
- - 面对复杂系统想找简化线索;需要分类/识别对象(利用轨道 X/G)。
66
- - 寻找回滚量或不变量(轨道上常值的函数);减少变量/降维(商空间、基本域)。
67
- - 判断方程可解性(Galois);计数对称构型(Burnside/Pólya)。
68
- - 从守恒律反推对称性(逆 Noether)。
69
- - **设计等变/不变网络或算子**(SO(3)/SE(3) 等变、热带半环路由、守恒正则)。
70
-
71
- ## 方法流程 / Method
72
-
73
- ### 第一步:识别可能的变换 / Identify Transformations
74
- 列出系统可能经历的所有变换,组织为候选对称群,验证四条公理(封闭/结合/单位/逆)。空间变换→E(n)/O(n)/相似群;时间→R 或 Z₂;代数→S_n/GL(n)/SL(n);逻辑→Z₂/Aut;规范→U(1)/SU(2)/SU(3)(Lie 群,配 Lie 代数)。不满足公理则识别实际结构(半群?广群?),不可盲目当群。陷阱:投影不可逆不是群;反射复合为旋转(封闭成立)。
75
-
76
- ### 第二步:寻找不变量 / Find Invariants
77
- 对 G 作用于 X,找 f(g·x)=f(x)。
78
- - **有限群**:Reynolds 算子 R(f)=1/|G| Σ f(g·x)(投影到不变量,R²=R);Burnside 引理 |X/G|=1/|G| Σ |Fix(g)| 计轨道数;初等对称多项式 e_k 是 S_n 作用于 R^n 的完备不变量集。
79
- - **连续群(Lie 群)**:用 Lie 代数生成元 T_a·f=0 解不变量(每个生成元减一自由度);Killing 向量场积分得不变坐标(如 SO(3)→r=√(x²+y²+z²))。
80
- - **不动点分析**:Stab(x) 揭示局部对称程度。
81
- - 常见不变量:几何(长度/角度/欧拉示性数)、物理(能量/动量/角动量)、代数(判别式/迹/行列式/特征多项式系数)、组合(轨道数/等价类大小)。
82
-
83
- ### 第三步:利用不变量简化 / Use Invariants to Simplify
84
- - **商空间推理**:在 X/G 上工作而非 X,|X| 对象→|X/G| 轨道(如 230 空间群→230 种 X/G)。
85
- - **基本域** D:每条轨道恰与 D 交于一点,只分析 D(O(2)→半平面;SO(3)→球面三角;SL(2,Z)→|z|≥1, |Re(z)|≤1/2)。
86
- - **变量缩减**:用不变量替代被约束变量(能量守恒减一动力学变量;角动量守恒→只关心径向;中心力场 L²=常数→一维径向方程)。
87
-
88
- ### 第四步:利用对称性分类 / Classify via Symmetry
89
- **轨道-稳定子** |O(x)|=|G|/|Stab(x)|:稳定子越大对象越对称、轨道越小。同轨道对象共享所有 G-不变量值。关键问题:不变量是否完备?即 f(x)=f(y) ⇒ x,y 同轨道?不完备→不同轨道可有相同不变量值,需更多不变量或更精细群。完备例子:S_n→e₁..e_n;O(n)→r²=Σx_i²;SL(2,C)→判别式 Δ=b²-4ac。
90
-
91
- ### 第五步:检查对称性破缺 / Check Symmetry Breaking
92
- - **自发破缺**:方程有对称 G,解只满足 H⊂G(真空选方向,G→H)。Goldstone 定理:连续 G→H 破缺产生 dim(G/H) 个无质量 Goldstone 模(铁磁 SO(3)→SO(2) 得 2 模;超流 U(1)→{e} 得 1 模)。
93
- - **显式破缺**:方程本身不满足 G(外力/质量项,如夸克质量破手征对称 SU(2)_L×SU(2)_R→SU(2)_V)。
94
- - **分析要点**:识别 G→H,算 Goldstone 模数 dim(G/H),破缺后有效理论仍需 H-不变。
95
-
96
- ### 第六步:代数对称分析 / Algebraic Symmetry (Galois)
97
- Gal(f) 为根的置换群。**方程可用根式求解 ⇔ Gal(f) 可解群**(子群链 G=G₀⊃...⊃G_k={e},每步为循环商群)。可解直觉:每步商群对应一次根式提取;不可解群意味"不可绕过的复杂性"。≥5 次一般方程 Gal(f)=S_5 不可解(A_5 最小非可解单群);4 次 S_4 可解;圆可分→循环群可解。范式:**问题结构→置换群→群可解性→问题可解性**。
98
-
99
- ### 第七步:物理对称分析 / Physical Symmetry (Noether)
100
- **Noether 定理**:作用量 S=∫L dt 在 G 下不变 ⇒ 守恒流 Jμ, ∂_μ Jμ=0。对应:时间平移→能量;空间平移→动量;旋转→角动量;规范 U(1)→电荷。量子:对称 G→Hilbert 空间酉表示→不可约表示分类能级→Wigner-Eckat→选择规则。层次:经典(Lagrangian 对称→Noether→简化方程)→量子(选择规则/简并/Wigner-Eckart)→场论(规范对称→粒子分类→标准模型 SU(3)×SU(2)×U(1))。
101
-
102
- ## 常见错误 / Common Errors
103
-
104
- | 错误 / Error | 数学批评 / Critique | 正确做法 / Correct Approach |
105
- |-------------|-------------------|---------------------------|
106
- | 忽视隐藏对称性 | 表面不对称但深层有对称,遗漏致不必要复杂化 | 尝试不同表示(坐标/基底变换)找深层对称 |
107
- | 混淆近似与精确对称 | 近似对称"守恒"仅近似,误差随时间积累 | 区分精确/近似不变量,标注近似程度 |
108
- | 对称性论证过度 | 不是所有问题都有对称,强行引入得错误结论 | 确认对称确实存在再使用,验证群公理 |
109
- | 忽视对称破缺 | 破缺可能才是关键机制 | 同时关注对称与破缺,分析 G→H |
110
- | 未验证群性质 | 候选变换集未必满足封闭/逆 | 逐一验证四公理,不满足则识别实际结构 |
111
- | 混淆轨道不变量与一般不变量 | f 在 O(x) 常值 ≠ f 在 X 常值(后者平凡无信息) | 明确是 G-不变(每轨道常值) |
112
- | 混淆离散与连续对称 | 离散群无 Reynolds 平均(|G| 或无穷);连续群需 Lie 代数 | 离散用 Burnside 计数;连续用 Lie 代数+Noether |
113
- | 等变结构不可算 | 把需逐轨道符号判定的精确分类塞进 GPU 训练 | 群作用张量化、用线性表示落 GEMM,过八维门 |
114
-
115
- ## 操作规程 / Operating Procedure
116
-
117
- 当本 skill 被触发时,输出必须包含:
118
-
119
- 1. **变换清单**:`[变换N]: [描述] [类型]`,组织为候选群,标注验证了哪些公理(封闭✓/✗…)
120
- 2. **不变量发现**:`[在群G下]: [不变量Y] 保持不变`;有限群写 Reynolds 形式;用 Burnside 计轨道数
121
- 3. **简化策略**:`[利用不变量Y]: [如何简化]`;标注是否在 X/G 或基本域 D 上工作,估计维度缩减
122
- 4. **对称分类**:`[对象x]: |O(x)|=, |Stab(x)|=`,轨道分类结果,评估不变量完备性
123
- 5. **对称破缺检查**:`[对称性Z]: [存在/破缺],方式[自发/显式]`;连续破缺标注 Goldstone 模数 dim(G/H) 与有效群 H
124
- 6. **代数/物理对称**:方程求解标 Gal(f) 及可解性;物理系统标 Noether 对应 `[对称群G]: [守恒律]`
125
- 7. **结论**:发现哪些不变量、实现多少维度缩减、分类结果
126
- 8. **[GPU 可行性]**(若用于算法/等变设计)— 群作用能否张量化落 GEMM,过八维门,标注友好/可改造/不友好
127
-
128
- **输出不得只给分析而无结论。**
129
-
130
- ## 与其他 skill 的关系 / Relations to Other Skills
131
-
132
- - **变换思想**:对称性就是变换下的不变性——一体两面。
133
- - **抽象化思想**:不变量是最高层次的抽象——独立于具体表示。
134
- - **建模思想**:物理模型常以对称性原理为指导。
135
- - **公理化思想**:群论公理是对称性的数学基础。
136
- - **拓扑思想**:拓扑不变量(欧拉示性数、同伦群)是连续变换下的不变量。
137
- - **算法思想**:群算法利用对称加速(如 FFT 利用循环群结构)。
138
- - **离散/组合思想**:Pólya 计数是 Burnside 引理的加权推广。
139
- - **现代数学激活**:`../../references/books/micro-lie-theory.md`(SO(3)/SE(3) 等变、李群优化)、`abstract-algebra.md`(群/半环)、`differential-geometry.md`(规范对称/纤维丛)。
@@ -1,206 +0,0 @@
1
- # Mathematical Sources and Classic Texts
2
-
3
- ## Group Theory (Galois, 1830s)
4
-
5
- **Evariste Galois** (1811-1832), on the eve of his death in a duel at age 20, founded group theory:
6
-
7
- > "Whether an equation can be solved by radicals depends on the structure of the permutation group of its roots."
8
-
9
- **Definition of a group**: A set G equipped with a binary operation · satisfying:
10
- 1. **Closure**: For all a,b in G, a·b is in G
11
- 2. **Associativity**: For all a,b,c in G, (a·b)·c = a·(b·c)
12
- 3. **Identity element**: There exists e in G such that for all a in G, e·a = a·e = a
13
- 4. **Inverse element**: For all a in G, there exists a^(-1) in G such that a·a^(-1) = a^(-1)·a = e
14
-
15
- **A group is the mathematical language of symmetry.**
16
-
17
- ## Fundamental Theorem of Galois Theory
18
-
19
- The heart of Galois theory is the following profound correspondence:
20
-
21
- > Given a field extension L/K, if L is a Galois extension of K, then there is an order-reversing bijection between subgroups of the Galois group Gal(L/K) and intermediate fields between K and L.
22
-
23
- This reveals **a deep duality between algebraic structure (groups) and field structure (field extensions)**:
24
- - Subgroup H corresponds to the fixed field L^H
25
- - Normal subgroup corresponds to a Galois sub-extension
26
- - Index of a subgroup corresponds to the degree of the intermediate field
27
-
28
- **Historical significance**: This correspondence transforms "solvability of equations" into "solvability of groups" -- solvable groups correspond to equations solvable by radicals, thereby completely resolving the question of why equations of degree five and above cannot be solved by radicals.
29
-
30
- ## Klein's Erlangen Program (1872)
31
-
32
- > "A geometry is the study of invariants under the action of a transformation group."
33
-
34
- Klein proposed using group theory to unify the various geometries:
35
- - Euclidean geometry = invariants under isometric transformations
36
- - Affine geometry = invariants under affine transformations
37
- - Projective geometry = invariants under projective transformations
38
-
39
- **Far-reaching impact**: The Erlangen Program not only unified the geometries of its time, but also anticipated the central 20th-century idea that "structure determines geometry" -- from topology to differential geometry, all can be subsumed under the framework of "group + invariants."
40
-
41
- ## Lie Groups and Lie Algebras (1870s)
42
-
43
- **Sophus Lie** (1842-1899) extended Galois's finite group ideas to continuous transformation groups:
44
-
45
- > "Continuous symmetries are captured by infinitesimal generators; the Lie algebra is the local linearization of the Lie group."
46
-
47
- Key concepts:
48
- - **Lie group**: A structure that is simultaneously a group and a smooth manifold (e.g., SO(n), SU(n), GL(n,R))
49
- - **Lie algebra**: The tangent space of a Lie group at the identity, equipped with the Lie bracket [X,Y]
50
- - **Exponential map** exp: g -> G, recovering global symmetry from infinitesimal generators
51
-
52
- **Classification milestone**: Cartan's classification of semisimple Lie algebras (1894) yields four infinite families A_n, B_n, C_n, D_n and five exceptional algebras G_2, F_4, E_6, E_7, E_8 -- the "periodic table" of the world of continuous symmetries.
53
-
54
- **Physical significance**: The gauge group SU(3)xSU(2)xU(1) of particle physics is a direct application of Lie group theory.
55
-
56
- ## Noether's Theorem (1915)
57
-
58
- > **Emmy Noether** (1882-1935): Every continuous symmetry corresponds to a conserved quantity.
59
-
60
- | Symmetry | Conserved Quantity |
61
- |----------|-------------------|
62
- | Time translation invariance | Conservation of energy |
63
- | Spatial translation invariance | Conservation of momentum |
64
- | Rotational invariance | Conservation of angular momentum |
65
- | Gauge invariance | Conservation of electric charge |
66
-
67
- **Significance**: This is one of the most profound theorems in physics -- it reveals the deep connection between the symmetries of nature and conservation laws. Noether proved this theorem in 1915 to resolve the problem of energy conservation in general relativity for Hilbert; its influence has far exceeded its original motivation.
68
-
69
- ## Representation Theory (Frobenius, Schur, 1896-1905)
70
-
71
- > "To understand a group, the best way is to see how it acts on vector spaces."
72
-
73
- **Georg Frobenius** (1849-1917) invented the character theory of groups in 1896; **Issai Schur** (1875-1941) further developed the classification of irreducible representations:
74
-
75
- - **Group representation**: A homomorphism rho: G -> GL(V), mapping abstract group elements to linear transformations
76
- - **Character** chi(g) = Tr(rho(g)), the "fingerprint" of a representation -- distinct irreducible representations have distinct characters
77
- - **Irreducible representation**: A representation that cannot be further decomposed; the fundamental building block of representation theory
78
-
79
- **Core theorems**:
80
- - Maschke's theorem: Under appropriate conditions, every representation of a finite group decomposes completely into a direct sum of irreducible representations
81
- - Schur's lemma: Homomorphisms between irreducible representations are extremely simple (either zero or an isomorphism)
82
- - Character orthogonality relations: Characters of distinct irreducible representations are mutually orthogonal -- providing arithmetic constraints for classification
83
-
84
- **Applications span mathematics and physics**: From the classification of finite groups to the theory of angular momentum in quantum mechanics, representation theory is the bridge that transforms abstract symmetry into computable quantities.
85
-
86
- ## Classification of Finite Simple Groups (1980s-2004)
87
-
88
- > "The classification of finite simple groups is the most enormous theorem in mathematical history -- its proof spans decades, hundreds of papers, and hundreds of mathematicians."
89
-
90
- **Finite simple groups** are the "atoms" of group theory -- groups that cannot be decomposed into smaller normal subgroups. The classification theorem asserts:
91
-
92
- **Every finite simple group belongs to one of the following categories**:
93
- 1. **Cyclic groups** Z_p (p prime) -- the simplest simple groups
94
- 2. **Alternating groups** A_n (n >= 5) -- the core of permutation groups
95
- 3. **Groups of Lie type** (16 infinite families) -- including Chevalley groups, twisted groups, etc.
96
- 4. **26 sporadic simple groups** -- the largest being the **Monster group** M, of order approximately 8x10^53
97
-
98
- The **ATLAS of Finite Groups** (1985) is the standard reference for this classification, recording structural data for all simple groups.
99
-
100
- **The miracle of the Monster group**: The surprising connection between the Monster and modular forms (McKay's "monstrous moonshine" conjecture, proved by Borcherds in 1998) reveals a deep link between finite groups and number theory -- Borcherds was awarded the Fields Medal for this work.
101
-
102
- ## Burnside's Lemma
103
-
104
- > A finite group G acts on a set X. The number of orbits = (1/|G|) * Sum|X^g|, where X^g is the set of elements fixed by the transformation g.
105
-
106
- **Application**: Symmetry simplifies counting problems -- rather than enumerating one by one, one need only compute the average number of fixed points. Although named after Burnside, this result was in fact discovered earlier by Cauchy (1845) and Frobenius (1887) -- mathematical naming conventions are not always just.
107
-
108
- ## Coxeter Groups (1934)
109
-
110
- **H.S.M. Coxeter** (1907-2003) systematically studied discrete symmetry groups generated by reflections:
111
-
112
- > "Coxeter groups are generated by reflections, with relations specified only by orders -- the ultimate classification framework for discrete geometric symmetry."
113
-
114
- Key structures:
115
- - **Coxeter diagram**: Each node represents a reflection generator; edges are labeled by orders m_ij
116
- - **Classification of finite Coxeter groups**: Parallel to Cartan's classification of semisimple Lie algebras -- A_n, B_n, D_n, H_3, H_4, I_2(n), etc.
117
- - The symmetry groups of **regular polyhedra and regular polytopes** are all Coxeter groups
118
-
119
- The **H_4** group (order 14400) is the symmetry group of the 4-dimensional 120-cell/600-cell, one of the most exquisite examples among finite Coxeter groups.
120
-
121
- **Impact**: Coxeter group theory unifies the theory of regular polyhedra, crystallography, Weyl groups in Lie theory, and the Bruhat decomposition in combinatorics.
122
-
123
- ## Crystallographic Groups and 230 Space Groups
124
-
125
- > "The mathematical classification of crystal symmetry -- the 230 space groups exhaust all possible symmetry types for three-dimensional crystals."
126
-
127
- **History**:
128
- - **32 crystallographic point groups**: Classified independently by Schoenflies (1891) and Fedorov (1890)
129
- - **230 space groups**: The complete classification including translational symmetry (screw axes, glide planes), accomplished by Fedorov and Schoenflies
130
- - **Two-dimensional case**: 17 wallpaper groups, a more concise classification
131
-
132
- **Mathematical significance**: This is a classic example of "classifying natural structures using group theory" -- crystallography directly validates the spirit of the Erlangen Program. The International Tables for Crystallography serve as the standard reference for this classification.
133
-
134
- **Four dimensions and beyond**: The number of crystallographic groups grows dramatically in higher dimensions (4783 space groups in 4 dimensions), demonstrating the explosive complexity of symmetric structures as dimension increases.
135
-
136
- ## Spontaneous Symmetry Breaking (Goldstone 1961; Higgs 1964)
137
-
138
- > "When the ground state of a system does not inherit the symmetry of its laws, the symmetry is spontaneously broken -- the most dramatic manifestation of symmetry in physics."
139
-
140
- **Goldstone's theorem** (1961): Spontaneous breaking of a continuous symmetry necessarily produces massless excitations (Goldstone bosons).
141
-
142
- **Higgs mechanism** (1964): When a gauge symmetry is spontaneously broken, Goldstone bosons are "eaten," becoming the mass of gauge fields -- this is precisely the mechanism by which W/Z particles acquire mass in the Standard Model of particle physics. The 2012 discovery of the Higgs boson at the LHC confirmed this theory.
143
-
144
- **Mathematical structure**: Let a group G act on a potential V(phi). If G is a symmetry but the minimum phi_0 is preserved only by a subgroup H of G, then the symmetry is broken from G to H, producing dim(G/H) Goldstone modes.
145
-
146
- **Philosophical significance**: The laws of nature are symmetric, but nature itself can be asymmetric -- symmetry guarantees not symmetric reality, only symmetric possibility.
147
-
148
- ## Gauge Symmetry (Yang-Mills, 1954)
149
-
150
- > "Gauge symmetry is local -- the symmetry transformation can be chosen independently at each spacetime point. This demands the introduction of gauge fields to maintain consistency."
151
-
152
- **Yang-Mills theory** (1954): Yang Chen-Ning and Mills generalized the electromagnetic gauge principle (U(1)) to non-Abelian groups (SU(2)), founding non-Abelian gauge field theory.
153
-
154
- **The gauge group of the Standard Model**: SU(3)_C x SU(2)_L x U(1)_Y
155
- - SU(3): Color symmetry -> strong interaction (QCD)
156
- - SU(2)xU(1): Electroweak symmetry -> after Higgs breaking, yields electromagnetic U(1)
157
-
158
- **Yang-Mills existence and mass gap**: One of the seven Millennium Prize Problems of the Clay Mathematics Institute -- proving the mass gap of Yang-Mills theory remains unsolved and is one of the deepest open problems in mathematical physics.
159
-
160
- ## Parity Violation (Wu Experiment, 1957)
161
-
162
- > "Physical laws may not hold in the mirror world -- this shatters one of the most intuitive symmetries of nature."
163
-
164
- **History**: Lee Tsung-Dao and Yang Chen-Ning (1956) proposed that the weak interaction might not conserve parity; **Chien-Shiung Wu** confirmed this prediction in 1957 with a Co-60 beta-decay experiment.
165
-
166
- **Significance**: Before this, physicists universally believed that parity conservation (left-right symmetry) was a fundamental principle of nature. The Wu experiment demonstrated that the weak interaction distinguishes left from right -- the first experimental evidence that symmetry is not universally valid, profoundly altering physicists' worldview.
167
-
168
- **Aftermath**: Parity violation led to the introduction of CP symmetry; in 1964, the Cronin-Fitch experiment discovered that CP is also violated, further narrowing the symmetries of nature.
169
-
170
- ## CPT Symmetry in Particle Physics
171
-
172
- > "The CPT theorem asserts: any Lorentz-invariant local quantum field theory must be invariant under the combined C (charge conjugation), P (parity), and T (time reversal) transformation."
173
-
174
- **Components of CPT**:
175
- - **C** (charge conjugation): particle <-> antiparticle
176
- - **P** (parity): spatial inversion (mirror image)
177
- - **T** (time reversal): reversal of the direction of time flow
178
-
179
- Individually, C, P, and T can each be violated (the weak interaction violates P and C; K-meson decay violates CP), but the **combined CPT must be conserved** -- this is the most robust symmetry bulwark of quantum field theory. If CPT were experimentally violated, the foundational framework of quantum field theory would need to be rebuilt.
180
-
181
- ## Weyl's Symmetry (1952)
182
-
183
- **Hermann Weyl** (1885-1955), in his later work *Symmetry* (1952), offered philosophical reflections on symmetry:
184
-
185
- > "Symmetry, as wide or as narrow as you may define its meaning, is one idea by which man through the ages has tried to comprehend and create order, beauty, and perfection."
186
-
187
- Weyl explores this theme from four perspectives: art (decorative patterns, architecture), nature (crystals, flowers), mathematics (group theory), and physics (relativity, quantum mechanics). This book fuses mathematical rigor with philosophical depth, and stands as an exemplary work of the "humanistic tradition in mathematics."
188
-
189
- ## The Power of Invariants
190
-
191
- > "Finding what does not change amid change is the shortcut to understanding the world."
192
-
193
- Classic examples:
194
- - **Euler characteristic**: No matter how a polyhedron is continuously deformed, V - E + F = 2 remains invariant
195
- - **Topological genus**: A donut and a coffee cup share the same topological structure (one hole)
196
- - **Undecidability of the halting problem**: No matter how algorithms are improved, certain problems are inherently uncomputable
197
-
198
- ## Symmetry and Everyday Life
199
-
200
- - **Temporal symmetry**: If the structure of one's day exhibits symmetry (e.g., a cycle of waking early, working, and resting), life becomes more efficient
201
- - **Information symmetry**: Symmetry of information is a prerequisite for fairness in games; asymmetry of information is the source of strategy
202
- - **Structural symmetry**: Symmetry in organizational structures (e.g., symmetric reporting relationships) typically implies stability
203
-
204
- ---
205
-
206
- **Summary**: Symmetry and invariants form the central thread of mathematics and physics. From Galois's finite groups to Lie's continuous groups, from Klein's geometric program to Noether's conservation laws, from the abstract structures of representation theory to the gauge symmetries of particle physics -- group theory provides a unified syntax, and invariants provide the semantics. This thread runs through pure mathematics and applied science alike, and stands as one of humanity's most powerful tools for understanding the order of the world.