pith. machine review for the scientific record. sign in
theorem proved tactic proof

shadow_fringe_wavelength_exists

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

 102theorem shadow_fringe_wavelength_exists (Rs dist : ℝ) (h_Rs : Rs > 0) (h_dist : dist > 0) :
 103    let theta_Rs := Rs / dist

proof body

Tactic-mode proof.

 104    ∃ lambda_fringe : ℝ, lambda_fringe = c_SI * 8 * tau0 * theta_Rs := by
 105  use c_SI * 8 * tau0 * (Rs / dist)
 106
 107/-- **THEOREM (RIGOROUS)**: Observable fringe exists for any positive resolution threshold.
 108
 109    This is a pure existence result - given any resolution res > 0,
 110    we can find a wavelength that exceeds it. -/

depends on (16)

Lean names referenced from this declaration's body.