Ordered Spectrum

Documentation

Lean 4 Proof

structure OrderedSpectrum (M : ℕ) where
  rate : Fin M → ℝ
  pos : ∀ i, 0 < rate i
  mono : Antitone rate

Dependency Graph

Module Section

Endogenous Hierarchy: Why N Levels?