pith. machine review for the scientific record. sign in
structure

OctaveFamily

definition
show as:
view math explainer →
module
IndisputableMonolith.RRF.Core.Octave
domain
RRF
line
121 · github
papers citing
none yet

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

Tracked in the explainer inventory; generation is lazy so crawlers do not trigger LLM jobs.

open explainer

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