pith. machine review for the scientific record. sign in
structure definition def or abbrev

Measurement

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)

  49structure Measurement where
  50  /-- Measurement axis (e.g., spin direction) -/
  51  axis : ℝ × ℝ × ℝ
  52  /-- Outcome: +1 or -1 -/
  53  outcome : Int
  54  /-- Time of measurement -/
  55  time : ℝ
  56
  57/-! ## Bell Nonlocality -/
  58
  59/-- Bell's theorem: No local hidden variable theory can reproduce quantum correlations.
  60
  61    For measurements at angles θ_A and θ_B:
  62    E(θ_A, θ_B) = -cos(θ_A - θ_B)
  63
  64    This violates the Bell inequality:
  65    |E(a,b) - E(a,b')| + |E(a',b) + E(a',b')| ≤ 2
  66
  67    Quantum mechanics gives 2√2 ≈ 2.83, violating the bound! -/

used by (40)

From the project-wide theorem graph. These declarations reference this one in their body.

… and 10 more

depends on (15)

Lean names referenced from this declaration's body.