Empirical/QM: Wiesner quantum money (unforgeability) #
Category: 3-Local (promotion-ready to 2-Framework on demand).
Wiesner's quantum money (Wiesner 1983): a banknote carries qubits each prepared in one of the four BB84 states, secret to the bank. A forger who could duplicate an unknown banknote would, in particular, clone a single unknown qubit drawn from two non-orthogonal alternatives — which the no-cloning theorem forbids. Unforgeability is therefore a corollary of no-cloning.
This file makes the witness concrete: the two non-orthogonal money
states |0⟩ and |+⟩ in EuclideanSpace ℂ (Fin 2) satisfy
⟨0|+⟩ = 1/√2 ∉ {0, 1}, so no_universal_cloner_of_witness
(Empirical/QM/NoCloning.lean) rules out any forging isometry that
clones both against a fixed blank. The result is not a reworded alias of
no-cloning: the content is the proved non-orthogonality of a named,
operationally meaningful state pair.
Source #
Wiesner 1983, SIGACT News 15(1), 78 ("Conjugate Coding"); unforgeability via Wootters-Zurek 1982 / Dieks 1982 no-cloning.
Money state |0⟩ = e₀.
Equations
Instances For
Money state |+⟩ = (e₀ + e₁)/√2.
Equations
Instances For
Quantum money unforgeability (Wiesner). Over any tensor structure
with the inner-product factorisation ⟨tensor a b, tensor c d⟩ = ⟨a,c⟩·⟨b,d⟩ and a fixed unit blank e0 : Htensor-side input space, no
isometry can forge (clone) both Wiesner money states |0⟩ and |+⟩
against the same blank. Immediate from no_universal_cloner_of_witness
applied to the proved non-orthogonality witness wiesner_nonorthogonal.
H := EuclideanSpace ℂ (Fin 2) is the single-qubit money space; the
tensor target Htensor and the factorising tensor are supplied by the
caller (e.g. the Kronecker product on EuclideanSpace ℂ (Fin 2 × Fin 2)),
exactly as in no_cloning_two_state.