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

LatticeState

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

  16structure LatticeState where
  17  jbar : ℝ
  18  spectral_gap : ℝ
  19  energy : ℝ
  20  jbar_pos : jbar > 0
  21  gap_pos : spectral_gap > 0
  22  energy_pos : energy > 0
  23

used by (7)

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

depends on (4)

Lean names referenced from this declaration's body.