theorem
proved
GW_constraint_framework
show as:
view math explainer →
open explainer
Generate a durable explainer page for this declaration.
open lean source
IndisputableMonolith.Relativity.GW.Constraints on GitHub at line 19.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
16def RS_satisfies_GW_bound_hypothesis : Prop :=
17 |c_T_squared_RS - 1| < gw170817_bound
18
19theorem GW_constraint_framework :
20 ∃ bound, bound = gw170817_bound ∧ bound < 0.001 := by
21 refine ⟨gw170817_bound, rfl, ?_⟩
22 simp [gw170817_bound]
23 norm_num
24
25end GW
26end Relativity
27end IndisputableMonolith