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

CoarseGrain

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)

   8structure CoarseGrain (α : Type) where
   9  embed : Nat → α
  10  vol   : α → ℝ
  11  nonneg_vol : ∀ i, 0 ≤ vol (embed i)
  12
  13/-- Riemann sum over the first `n` embedded cells for an observable `f`. -/

used by (4)

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

depends on (3)

Lean names referenced from this declaration's body.