structure
definition
OctaveFamily
show as:
view math explainer →
open explainer
Generate a durable explainer page for this declaration.
open lean source
IndisputableMonolith.RRF.Core.Octave on GitHub at line 121.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
118abbrev OctaveRung := ℤ
119
120/-- A family of octaves indexed by rung. -/
121structure OctaveFamily where
122 /-- The octave at each rung. -/
123 octaveAt : OctaveRung → Octave
124
125end RRF.Core
126end IndisputableMonolith