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

InternetSpectralGapCert

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)

  69structure InternetSpectralGapCert where
  70  gap_pos : ∀ k, 0 < spectralGap k
  71  strictly_decreasing : ∀ k, spectralGap (k + 1) < spectralGap k
  72  ratio : ∀ k, spectralGap (k + 1) / spectralGap k = phi⁻¹
  73  as_core_pos : 0 < asCoreGap
  74
  75/-- Internet spectral-gap certificate. -/

used by (3)

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

depends on (9)

Lean names referenced from this declaration's body.