structure
definition
def or abbrev
ILGPrediction
show as:
view Lean formalization →
formal statement (Lean)
212structure ILGPrediction where
213 /-- Predicted rotation curve enhancement factor -/
214 enhancement : ℝ
215 /-- Uncertainty bound -/
216 uncertainty : ℝ
217 /-- The enhancement is bounded by the kernel -/
218 enhancement_bounded : enhancement ≤ 2
219
220/-- The ILG kernel provides a falsifiable upper bound on dark matter effects. -/