pith. machine review for the scientific record. sign in
theorem

GW_constraint_framework

proved
show as:
view math explainer →
module
IndisputableMonolith.Relativity.GW.Constraints
domain
Relativity
line
19 · github
papers citing
none yet

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

Tracked in the explainer inventory; generation is lazy so crawlers do not trigger LLM jobs.

open explainer

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