Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Differential Entropy Change of Variables

Abstract

Differential entropy changes by the expected logarithm of the absolute Jacobian.

Theorem 1.1 (A differentiable equivalence contributes its log-Jacobian correction).

Proof. Machine-checked in Lean as D5/S3/Entropy/Relabeling/DifferentialEntropyChangeOfVariables.differential_entropy_change_of_variables (✓ std3). ∎

Source. Repository-derived.

Commentary.

The carrier is the real vector space R^n. A nonnegative unit-mass density p, a differentiable equivalence f, its derivative A, and an everywhere-positive absolute determinant construct J(x) = |det A(x)| and the transformed density q(y) = p(f^{-1}(y))/J(f^{-1}(y)).

Integrability of p log p expresses finite source differential entropy. Integrability of p log J expresses finite absolute expected log-Jacobian. The transformed entropy integrand is integrable, and h(q) equals h(p) plus the density-weighted integral of log J.

If J is the positive constant c on the support of p, normalization makes the correction exactly log c. The qualitative observation that the correction usually depends on both the map and the distribution is not universalized.

The proof directly applies Mathlib’s Jacobian change-of-variables theorem and its integrability equivalence. The remaining pointwise identity is log(p/J) = log p - log J, with the zero-density case handled separately.

References