theorem
proved
term proof
max_intensity
show as:
view Lean formalization →
formal statement (Lean)
112theorem max_intensity (setup : DoubleSlitSetup) :
113 intensity setup 0 = 4 := by
proof body
Term-mode proof.
114 unfold intensity phaseDifference pathDifference
115 simp [Real.cos_zero]
116
117/-! ## Fringe Spacing -/
118
119/-- The fringe spacing (distance between bright fringes).
120 Δy = λL / d -/