Cauchy Measure Relative Entropy
Abstract
The relative entropy of positive-scale Cauchy measures at a common center has its closed form and obeys strict scale-flow laws.
Theorem 1.1 (Cauchy measure relative entropy and its analytic prerequisites).
Proof. Machine-checked in Lean as D5/S3/Divergence/CauchyMeasureEntropy.cauchy_measure_relative_entropy (✓ std3). ∎
Source. Repository-derived.
Commentary.
NNReal denotes the nonnegative real numbers. Both scales are nonzero. The measures, log-likelihood ratio llr, and ENNReal-valued klDiv are Mathlib’s existing objects. cauchyKL is the imported real closed form, with nonnegative scales coerced to real numbers.
Positive densities establish absolute continuity and identify the Radon–Nikodym density ratio. A uniform bound on that ratio and its reciprocal proves logarithmic integrability. Differentiation under the integral, a mixed rational-kernel evaluation, and the mean value theorem compute the logarithmic expectation.
Theorem 1.2 (Positive smoothing, admissible reverse shifts, and boundary divergence).
Proof. Machine-checked in Lean as D5/S3/Divergence/CauchyMeasureEntropy.cauchy_poisson_coarse_graining (✓ std3). ∎
Source. Repository-derived.
Commentary.
A common time shift h replaces the two scales delta minus omega and delta plus omega by delta plus h minus omega and delta plus h plus omega. The source domain is zero less than omega less than delta. A negative shift must also preserve omega less than delta plus h, so both scales remain positive.
toNNReal is the canonical real-to-nonnegative-real conversion; every scale in the strict inequalities is positive. nhdsLT(delta) is the left neighborhood filter. The final conjunct is a limit in ENNReal to infinity, with the real variable w explicitly bound. It does not substitute the zero-scale Dirac branch into the positive-scale evaluation.
References
- Truth anchor:
D5/S3/Divergence/CauchyMeasureEntropy.cauchy_measure_relative_entropy - Truth anchor:
D5/S3/Divergence/CauchyMeasureEntropy.cauchy_poisson_coarse_graining - Dependency: D5/S3/Divergence/CauchyClosedForm