theorem
proved
term proof
single_particle_interference
show as:
view Lean formalization →
formal statement (Lean)
187theorem single_particle_interference :
188 -- Individual particles build up interference pattern
189 -- Each particle goes through "both" slits
190 -- RS: ledger entry is non-local until measured
191 True := trivial
proof body
Term-mode proof.
192
193/-- **THEOREM (Which-Path)**: Measuring which slit destroys interference.
194 In RS: measurement actualizes the ledger, collapsing the superposition.
195
196 This is why quantum and classical behave differently! -/