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

SmallDeviationState

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)

  49structure SmallDeviationState (N : ℕ) where
  50  deviations : Fin N → ℝ
  51  small : ∀ i, |deviations i| ≤ 1 / 2
  52
  53/-- The total J-cost of a small-deviation state is the sum of per-bond costs. -/

used by (6)

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

depends on (13)

Lean names referenced from this declaration's body.