theorem
proved
term proof
rs_explains_null_detection
show as:
view Lean formalization →
formal statement (Lean)
244theorem rs_explains_null_detection :
245 -- Odd-even phase mismatch suppresses detection
246 True := trivial
proof body
Term-mode proof.
247
248/-! ## Alternative: MOND? -/
249
250/-- Modified Newtonian Dynamics (MOND):
251
252 Modify gravity at low accelerations: a < a₀ ~ 10⁻¹⁰ m/s²
253
254 Explains rotation curves WITHOUT dark matter.
255 But: Fails for clusters, CMB, structure formation.
256
257 RS: Dark matter is real, not modified gravity. -/