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

Octave

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)

  29structure Octave where
  30  /-- The state space at this octave. -/
  31  State : Type*
  32  /-- The strain functional (J-cost). -/
  33  strain : StrainFunctional State
  34  /-- Display channels available at this octave. -/
  35  channels : ChannelBundle State
  36  /-- Non-emptiness: at least one state exists. -/
  37  inhabited : Nonempty State
  38
  39namespace Octave
  40
  41variable (O : Octave)
  42
  43/-- The equilibrium states of an octave. -/

used by (32)

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

… and 2 more

depends on (21)

Lean names referenced from this declaration's body.