A regular minimal exponential family has two useful coordinate systems: natural parameters and expected sufficient statistics. They describe the same distributions but assign different meanings to a straight path. Their relation to Fisher information gives an exact KL version of Pythagoras.
Two coordinate systems from one potential¶
Use the full exponential family
on an open convex natural domain . Assume minimality and the regularity from the exponential-family note. Write and . Work on the image of this gradient map; every segment used below is assumed to remain in the relevant coordinate domain.
The convex conjugate of is
At , strict convexity puts the unique maximizer at . Differentiating cancels the terms involving , giving
The Fisher metric is in natural coordinates and in expectation coordinates, since . For Bernoulli distributions, and on , the negative binary entropy. For a general carrier , the conjugate need not equal negative entropy relative to without a carrier-dependent term.
KL is a Bregman divergence with a particular orientation¶
For a differentiable strictly convex function , define
It is the gap between and the tangent plane to at . Convexity makes it nonnegative; it is generally asymmetric. Taking the expected log density ratio inside our family gives
where . The order of the natural parameters is reversed in . Checking this order prevents sign and projection errors later.
Two notions of straightness¶
An exponential geodesic, or e-geodesic, is affine in natural coordinates: . Its density is proportional to , with the normalizer restoring total mass one.
A mixture geodesic, or m-geodesic of the induced connection on this family, is affine in expectation coordinates: . It linearly interpolates the expected sufficient statistics. Inside a general exponential family it need not be the literal mixture . For example, mixing two independent product distributions can introduce dependence and leave a family of independent variables, while interpolating its expectation parameters stays within that family.
These straightness rules define two flat torsion-free connections, and . They are dual with respect to : for smooth vector fields ,
The natural and expectation coordinate bases are metric-dual:
Indeed, changing the second basis multiplies by , and is the identity. This is the algebraic source of the orthogonality calculation that follows.
A three-point identity and Pythagoras¶
For three natural parameters , substitution into (5) and cancellation of the potential terms gives
At , the m-geodesic toward has expectation-coordinate velocity . The e-geodesic toward has natural-coordinate velocity . Their Fisher inner product is by the dual-basis identity. If it vanishes, the cross term above vanishes and
This is an exact divergence identity for these orthogonal dual geodesics. It is different from a squared-distance identity for arbitrary Riemannian triangles, and from the projection identity.
When minimization gives the orthogonality condition¶
Let be an affine constraint in natural coordinates, where is a linear subspace. Fix and suppose a minimizer of exists. Since is open, is interior relative to . The directional derivative along any is
For every , we have , so the Pythagorean equality holds. Strict convexity in the second natural argument makes this minimizer unique. Existence and interior attainment are hypotheses, not consequences of the word projection. More general convex constraints yield a Pythagorean inequality through a one-sided first-order condition; curved constraints do not give this global affine argument.
For an explicit two-dimensional example, take two independent Bernoulli variables with success probabilities . Their natural parameters are the component log odds and . Constrain the second success probability to a fixed , which fixes the second natural parameter. The projection of is . For any other constrained point , KL additivity for product laws gives
Here denotes KL between the product laws. The m-direction from to changes only the second expectation coordinate; the e-direction toward changes only the first natural coordinate. Their Fisher inner product is zero.
Alpha-connections and the meaning of curvature¶
For a general regular statistical model with finite score third moments, define the symmetric cubic tensor
Assume enough smoothness for the metric and this tensor to define smooth connections. Let be the vector-valued tensor obtained by raising its last index with the inverse Fisher metric, so . We use the convention
The connections for and are dual. In our full exponential family, , the Levi-Civita coefficients with the final index lowered are in natural coordinates, and therefore
At , these coefficients vanish in natural coordinates: this is the exponential connection. At , the mixture connection has vanishing coefficients in expectation coordinates. The Levi-Civita connection is .
Curvature measures the obstruction to path-independent parallel transport locally. It belongs to a specified connection. Dual flatness says that the exponential and mixture connections are flat. It does not assert that the Levi-Civita connection is flat. Conversely, a general regular statistical model can possess a Fisher metric and these alpha-connections without a dually flat structure. A Hessian metric in natural affine coordinates need not remain an ordinary coordinate Hessian after a nonlinear chart change.
For a systematic treatment of the dual connections and their projection geometry, see §§3.3–3.9 of Frank Nielsen’s An elementary introduction to information geometry. Detailed curvature examples and EM as alternating KL projection belong to the later sequence. The present EM note establishes the ordinary likelihood calculation needed first.
Return to the Information Geometry hub for the complete entry path.