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

fringe_frequency_grounded

proved
show as:
view math explainer →
module
IndisputableMonolith.Relativity.Lensing.ShadowPredictions
domain
Relativity
line
128 · github
papers citing
none yet

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Relativity.Lensing.ShadowPredictions on GitHub at line 128.

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

 125    ShadowFringeFrequency tau0 = 1 / (8 * tau0) := by
 126  rfl
 127
 128theorem fringe_frequency_grounded (tau0 : ℝ) (h_tau0 : tau0 > 0) :
 129    ShadowFringeFrequency tau0 > 0 := by
 130  unfold ShadowFringeFrequency
 131  positivity
 132
 133end Lensing
 134end Relativity
 135end IndisputableMonolith