Formalization in Lean 4 / Mathlib
The modular and relative-entropy calculus underlying the regional cost functional is
machine-verified for the free-field coherent-state sector. The development carries no sorry and, as
reported by #print axioms, depends only on the standard classical foundations of Lean/Mathlib
(propext, Classical.choice, Quot.sound).
The headline result
The coherent-state Araki relative entropy equals the one-particle Casini–Grillo–Pontello entropy, as a literal machine-checked derivative theorem:
so that
Index of machine-checked results
Toolchain leanprover/lean4:v4.30.0 · verified in QIQTH/AxiomAudit.lean.
Finite Araki relative entropy
| theorem | statement |
|---|---|
arakiEntropy_eq_relEntropy | (Umegaki) |
Bounded Tomita–Takesaki (standard subspace)
| theorem | statement |
|---|---|
modConj_rvdRC_modConj | |
modConj_rvdT_of_mem_K | for |
modUnitary | : group law, unitarity, strong continuity |
One-particle CGP relative entropy
| theorem | statement |
|---|---|
cgpEntropy | |
rvdSpec_balance | the CGP spectral balance |
cgpEntropy_nonneg | for localized |
Free-field (Fock) modular flow
| theorem | statement |
|---|---|
secondQuantModFlowH | : one-parameter group, vacuum-fixing, strongly continuous on coherent vectors |
secondQuantModFlowH_weylH |
Coherent-state relative modular operator and reduction
| theorem | statement |
|---|---|
relModFlowH | |
connesCocycleH_chain | + chain rule |
hasDerivAt_relModFlow_vacuum |
Reproduce the verification
~/.elan/bin/lake build QIQTH
~/.elan/bin/lake build QIQTH.AxiomAudit # emits #print axioms for every theorem
Each theorem reports depends on axioms: [propext, Classical.choice, Quot.sound]. The full
statement-level index lives in the repository; a companion formalization paper is in preparation.
A note on wording: “no axioms” here means no project axioms. propext, Classical.choice, and
Quot.sound are the standard classical foundations every ordinary Mathlib proof uses; we keep them and
add nothing of our own.