@@ -678,11 +678,23 @@ continuous Boltzmann theorem):
678678 rewrites via ` ln_Rinv ` + ` ln_mult ` , sums, and collapses using
679679 ` prob_dist_sum_one ` + ` finSum_const_1 ` . Jensen is ** not** used —
680680 the tangent-line route is direct and sidesteps the Jensen step.
681- - ** Session 4+ (pending):** Rung-2 (Riemann) / Rung-3 (Lebesgue;
682- needs ` coq-mathcomp-analysis ` ) / Rung-4 (full Boltzmann
683- collision operator + H-functional monotonicity, research-grade).
684- Equality case of Rung-1 (uniform distribution as the unique
685- maximiser) also open.
681+ - ** Session 4 (landed, commit ` 37713fb ` , +193 LOC):** §8
682+ ` ContinuousEntropySection ` — Rung-2 continuous entropy bound via
683+ Coquelicot ` RInt_le ` . Variables: ` a b : R ` , ` Hab : a < b ` ,
684+ pdf ` f ` with positivity + integrability + normalisation
685+ hypotheses. ` continuous_entropy := -RInt (f x * ln (f x)) a b ` .
686+ ** ` continuous_entropy_le_ln_bma ` Qed-closed** (`H_cont[ f] ≤
687+ ln(b-a)` ). Proof route: tangent-line ` ln u ≤ u - 1` (from
688+ ` exp_ineq1_le ` via ` ln_exp ` ); pointwise bound on
689+ ` f(x) * (-ln(b-a) - ln f(x)) ` ; ` RInt_le ` ; ` RInt_plus ` /
690+ ` RInt_scal ` / ` RInt_const ` linearity; normalisation (∫f = 1);
691+ ` lra ` . No Jensen needed — tangent-line route is direct.
692+ Suite verified 35/35 after commit.
693+ - ** Session 5+ (pending):** Rung-3 (Lebesgue; gated on
694+ ` coq-mathcomp-analysis ` being installed — not in current Guix
695+ env) / Rung-4 (full Boltzmann collision operator + H-functional
696+ monotonicity, research-grade). Equality case of Rung-1
697+ (uniform distribution as the unique maximiser) also open.
686698
687699#### 3.6.3 S4 — n-dim Heisenberg / Cauchy-Schwarz ladder
688700
0 commit comments