structure
definition
def or abbrev
RegistryPredictionsCert
show as:
view Lean formalization →
formal statement (Lean)
169structure RegistryPredictionsCert where
170 omega_lambda_upper : 11/16 - (alpha / Real.pi) < 11/16
171 omega_lambda_lower : 0 < 11/16 - (alpha / Real.pi)
172 phi_6_lower : (17 : ℝ) < (phi : ℝ)^6
173 phi_6_upper : (phi : ℝ)^6 < (18 : ℝ)
174 phi_11_lower : (180 : ℝ) < (phi : ℝ)^11
175 hierarchy_exists : ∀ (Δr : ℕ), Δr > 0 →
176 ∃ (ratio : ℝ), ratio = (phi : ℝ)^Δr ∧ ratio > 1
177
178/-- **THEOREM**: Registry predictions certificate is inhabited. -/