Quando a energia cinética colapsa abaixo da energia potencial de posição, a desordem se congela numa rede cristalina. Este é o cristal de Wigner. Em seis dimensões, é o candidato geométrico para X⁶.
When kinetic energy collapses below positional potential energy, disorder freezes into a crystalline lattice. This is the Wigner crystal. In six dimensions, it is the geometric candidate for X⁶.
Em 1934, Eugene Wigner previu que elétrons em densidade suficientemente baixa param de se comportar como um fluido e se organizam numa rede cristalina periódica. O parâmetro de controle é r_s, a razão entre energia potencial Coulombiana e energia cinética. Para r_s pequeno (alta densidade), os elétrons formam um líquido quântico. Para r_s ≫ 1 (baixa densidade), eles cristalizam.
A estrutura hexagonal em 2D não é acidental — é a solução do problema de empacotamento mais denso em duas dimensões (teorema de Kepler 2D). Ela carrega simetria D₆: invariante sob rotação de 60° e reflexões no hexágono regular.
O que torna o cristal de Wigner relevante para X⁶ não é a física dos elétrons — é o mecanismo: uma transição de fase de desordem para ordem quando o parâmetro de controle cruza um limiar. Este é o operador K: o limiar crítico abaixo do qual o sistema congela numa estrutura.
In 1934, Eugene Wigner predicted that electrons at sufficiently low density stop behaving as a fluid and organize into a periodic crystalline lattice. The control parameter is r_s, the ratio between Coulombic potential energy and kinetic energy. For small r_s (high density), electrons form a quantum liquid. For r_s ≫ 1 (low density), they crystallize.
The hexagonal structure in 2D is not accidental — it is the solution to the densest packing problem in two dimensions (2D Kepler theorem). It carries D₆ symmetry: invariant under 60° rotation and reflections of the regular hexagon.
What makes the Wigner crystal relevant to X⁶ is not the electron physics — it is the mechanism: a phase transition from disorder to order when the control parameter crosses a threshold. This is the K operator: the critical threshold below which the system freezes into a structure.
O Cap W (Cristal de Wigner, Vol III) estabelece a versão 2D. O resultado central é que o reticulado triangular hexagonal é o único mínimo de energia para o gás de elétrons bidimensional no limite r_s → ∞. A célula unitária tem área $a^2\sqrt{3}/2$ e a simetria de grupo espacial p6mm.
O Cap W também documenta a primeira instância física do limiar τ = 2 na série: a distância interpartícula no ponto de cristalização escala como r_s^{1/2}, e o expoente de Lyapunov do sistema no ponto de transição converge para μ = −2. Este é o mesmo −2 herdado pelo G6 Crystal.
Ch W (Wigner Crystal, Vol III) establishes the 2D version. The central result is that the hexagonal triangular lattice is the unique energy minimum for the two-dimensional electron gas in the r_s → ∞ limit. The unit cell has area $a^2\sqrt{3}/2$ and the spatial group symmetry p6mm.
Ch W also documents the first physical instance of the threshold τ = 2 in the series: the interparticle distance at the crystallization point scales as r_s^{1/2}, and the Lyapunov exponent of the system at the transition point converges to μ = −2. This is the same −2 inherited by the G6 Crystal.
Em seis dimensões, o reticulado de empacotamento mais denso é E₆ (o reticulado raiz do grupo de Lie E₆), com 72 vetores mínimos e densidade de empacotamento π³/48 ≈ 0.6458. A célula de Voronoi de E₆ é um politopo regular de 72 facetas — a generalização hexadimensional do hexágono.
O cristal de Wigner 6D é a hipótese de que o gás de partículas no espaço de fase X⁶ cristaliza sobre o reticulado E₆ quando o parâmetro de controle (a razão energia potencial/cinética no espaço de fase) cruza o limiar K. Isto é um [MODELO]: motivado pela analogia com o caso 2D, não derivado de primeiros princípios para X⁶.
O valor ε* = 1/3 (raio de estabilidade herdado de Vol V) coincide com 1/6 do número de dimensões multiplicado por 2, e com o inverso do rank de E₆. Esta coincidência é uma das motivações para a conjectura, não uma prova.
In six dimensions, the densest-packing lattice is E₆ (the root lattice of the Lie group E₆), with 72 minimal vectors and packing density π³/48 ≈ 0.6458. The Voronoi cell of E₆ is a regular polytope with 72 facets — the six-dimensional generalization of the hexagon.
The 6D Wigner crystal is the hypothesis that the particle gas in the phase space X⁶ crystallizes on the E₆ lattice when the control parameter (the potential/kinetic energy ratio in phase space) crosses the K threshold. This is a [MODEL]: motivated by analogy with the 2D case, not derived from first principles for X⁶.
The value ε* = 1/3 (stability radius inherited from Vol V) coincides with 1/6 of the number of dimensions times 2, and with the inverse of the rank of E₆. This coincidence is one of the motivations for the conjecture, not a proof.
O hexágono polar de Saturno é a instância física mais visível de simetria D₆ em escala planetária. O vórtice hexagonal persiste há décadas, invariante sob rotação de 60°. A atmosfera circundante roda mais devagar; o padrão hexagonal fica.
A página nodal-sets.html (AXLE · SBM) demonstra formalmente: o hexágono polar de Saturno é a figura de Chladni de modo k=6, a função $f(\theta) = \cos(6\theta)$ numa placa circular. Os conjuntos nodais (zeros de $f$) formam os seis lados do hexágono.
LEAN 4 · VERIFICADO
/-- Hexagonal polar vortex of Saturn. f(θ) = cos(6θ). Nodal lines {f=0} form the six sides. -/ noncomputable def chladni6 (θ:ℝ):ℝ := cos (6 * θ) theorem chladni6_sixfold_sym (θ:ℝ): chladni6 (θ + π/3) = chladni6 θ := by -- 6(θ+π/3) = 6θ + 2π unfold chladni6; ring_nf rw [cos_add_two_pi]
Padrão: cos(6θ)
Simetria: D₆
Zeros: θ = kπ/6 + π/12
(k = 0,1,…,5)
6 lados = 6 zeros de cos(6θ)
Em X⁶: mesma simetria D₆
— 6 dimensões, 6 operadores
— 6 modos de Chladni no
reticulado E₆
Saturn's polar hexagon is the most visible physical instance of D₆ symmetry at planetary scale. The hexagonal vortex has persisted for decades, invariant under 60° rotation. The surrounding atmosphere rotates more slowly; the hexagonal pattern remains.
The nodal-sets.html (AXLE · SBM) page formally demonstrates: Saturn's polar hexagon is the Chladni figure of mode k=6, the function $f(\theta) = \cos(6\theta)$ on a circular plate. The nodal sets (zeros of $f$) form the six sides of the hexagon.
The next chapter (Cap 3 · Planetary Scale) develops this connection further: Saturn is not the only planetary-scale instance of D₆ geometry. The WP39-43 climate intervention framework identifies six nodal sets — atmospheric K∘F interaction points — whose geometry mirrors the hexagonal structure of X⁶ at the scale of the entire planet.
«O hexágono de Saturno não é uma anomalia. É o modo k=6 de uma placa circular. O cristal sempre esteve lá — levou quatro séculos para termos a álgebra para nomeá-lo.»
"Saturn's hexagon is not an anomaly. It is the k=6 mode of a circular plate. The crystal was always there — it took four centuries to have the algebra to name it."
— Principia Orthogona Vol VI · Cap 2