def
definition
def or abbrev
predictions
show as:
view Lean formalization →
formal statement (Lean)
220def predictions : List String := [
proof body
Definition body.
221 "I(y) = 4 cos²(πdy/λL)",
222 "Single particles show interference",
223 "Measurement destroys interference",
224 "Quantum eraser recovers interference"
225]
226
227/-- Experimental tests:
228 1. Young's original experiment (1801) - light ✓
229 2. Davisson-Germer (1927) - electrons ✓
230 3. Zeilinger et al. - fullerenes ✓
231 4. Delayed-choice quantum eraser - photons ✓ -/