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

OctaveLoop

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)

 106structure OctaveLoop (State : Type) where
 107  steps : Fin 8 → State
 108  closure : steps 0 = steps 7 -- Conceptual closure
 109
 110/-- **THEOREM: Octave Loop Neutrality**
 111    A complete octave loop has zero net recognition flux (σ = 0). -/

used by (1)

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

depends on (15)

Lean names referenced from this declaration's body.