pith. machine review for the scientific record. sign in
def definition def or abbrev high

heisenberg_bootstrap

show as:
view Lean formalization →

The Heisenberg bootstrap supplies the O(3) reference values nu = 0.71164 and eta = 0.03784 for three-dimensional systems with vector order parameter. Physicists modeling magnetic phase transitions cite these numbers when comparing renormalization-group flows to measured critical exponents. The definition is a direct record constructor that populates the UniversalityClass structure with the bootstrap numbers stated in the module documentation.

claimThe Heisenberg universality class is the structure with symmetry rank $N=3$, correlation-length exponent $nu=0.71164$, and anomalous-dimension exponent $eta=0.03784$.

background

The module maps O(N) symmetry ranks to critical exponents via subgroups of Aut(Q₃). UniversalityClass is the structure whose fields are the natural number N together with the real numbers nu and eta; any such triple must satisfy the four thermodynamic scaling relations. The Heisenberg entry corresponds to the O(3) case in three dimensions, with the listed numerical values taken from the bootstrap reference table in the module documentation.

proof idea

One-line definition that applies the UniversalityClass constructor to the triple (3, 0.71164, 0.03784).

why it matters in Recognition Science

This definition supplies the concrete values consumed by heisenberg_eta_in_band, nu_monotone_heisenberg_spherical, and nu_monotone_xy_heisenberg. It completes the O(3) row of the bootstrap table for D=3 systems, allowing direct numerical checks that the exponents lie inside the stable eta band and increase monotonically with N.

scope and limits

Lean usage

theorem heisenberg_nu_value : heisenberg_bootstrap.nu = 0.71164 := by unfold heisenberg_bootstrap; norm_num

formal statement (Lean)

  53def heisenberg_bootstrap : UniversalityClass := ⟨3, 0.71164, 0.03784⟩

used by (3)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (2)

Lean names referenced from this declaration's body.