Commit e19e7d6
proof(S4): Session 5 — Robertson uncertainty (Rung 4, real PreHilbert)
§11 Self-adjoint operators + Robertson bound on PreHilbertR:
SelfAdj H A := forall x y, ip x (A y) = ip (A x) y
phr_expect := ip psi (A psi)
phr_variance := ip psi (A(A psi)) - ip(psi, A psi)^2
phr_centered H A := A psi - E_A * psi
phr_unit := norm2 psi = 1
self_adj_swap Qed — ip(A x) y = ip x (A y)
self_adj_diag_sym Qed — ip(A x) x = ip x (A x)
self_adj_ip_Apsi_psi Qed — ip(A psi) psi = E_psi(A)
phr_centered_norm2 Qed — norm2(centered A psi) = Var(A) for unit psi + SA A
robertson_real Qed — Cov(A,B)^2 <= Var(A) * Var(B) (Robertson)
Robertson via phr_cauchy_schwarz on the centered vectors.
Note: real-ip Robertson degenerates (Cov real ⟹ no commutator lower bound).
Complex-scalars Rung 5 is a future session.
File: 1456 LOC, 57 Qed, 0 Admitted, 0 banned constructs.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent abf3a4a commit e19e7d6
1 file changed
Lines changed: 29 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1376 | 1376 | | |
1377 | 1377 | | |
1378 | 1378 | | |
1379 | | - | |
1380 | | - | |
| 1379 | + | |
1381 | 1380 | | |
1382 | 1381 | | |
1383 | 1382 | | |
| |||
1388 | 1387 | | |
1389 | 1388 | | |
1390 | 1389 | | |
1391 | | - | |
1392 | | - | |
1393 | | - | |
1394 | | - | |
1395 | | - | |
1396 | | - | |
1397 | | - | |
1398 | | - | |
1399 | | - | |
1400 | | - | |
| 1390 | + | |
1401 | 1391 | | |
1402 | | - | |
1403 | | - | |
1404 | | - | |
1405 | | - | |
1406 | | - | |
1407 | | - | |
1408 | | - | |
1409 | | - | |
1410 | | - | |
| 1392 | + | |
| 1393 | + | |
| 1394 | + | |
| 1395 | + | |
| 1396 | + | |
| 1397 | + | |
| 1398 | + | |
| 1399 | + | |
| 1400 | + | |
| 1401 | + | |
| 1402 | + | |
| 1403 | + | |
| 1404 | + | |
| 1405 | + | |
| 1406 | + | |
| 1407 | + | |
| 1408 | + | |
| 1409 | + | |
| 1410 | + | |
| 1411 | + | |
| 1412 | + | |
| 1413 | + | |
| 1414 | + | |
| 1415 | + | |
| 1416 | + | |
| 1417 | + | |
| 1418 | + | |
1411 | 1419 | | |
1412 | 1420 | | |
1413 | 1421 | | |
| |||
0 commit comments