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

RealizedClosedScaleModel

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)

  33structure RealizedClosedScaleModel (F : ClosedObservableFramework) where
  34  baseState : F.S
  35  amplitude : ℝ
  36  amplitude_pos : 0 < amplitude
  37  scales : GeometricScaleSequence
  38  scales_closed : scales.isClosed
  39  growth : 1 < scales.ratio
  40  realize : ∀ k, F.r (F.T^[k] baseState) = amplitude * scales.scale k
  41
  42/-- In any geometric scale sequence, each adjacent ratio equals the
  43base ratio. -/

used by (5)

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.