theorem
proved
rs_consistent_with_microscope
show as:
view math explainer →
open explainer
Generate a durable explainer page for this declaration.
open lean source
IndisputableMonolith.Gravity.EquivalencePrinciple on GitHub at line 186.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
183 makes the strongest possible prediction: any nonzero η falsifies RS. -/
184def microscope_bound : ℝ := 1e-15
185
186theorem rs_consistent_with_microscope :
187 eotvos_parameter 9.80665 9.80665 < microscope_bound := by
188 rw [rs_eotvos_zero]; unfold microscope_bound; norm_num
189
190end
191
192end EquivalencePrinciple
193end Gravity
194end IndisputableMonolith