I know that the Kullback-Leibler divergence does not satisfy the triangle inequality. But is there a substitute, maybe in one of the forms below? $$ D(P|Q)\leq C\left(D(P|R)+D(R|Q)\right), \quad\text{for some} C> 0 $$ $$ D(P|Q)\leq D(R|P)+D(P|R)+D(R|Q)+D(Q|R), $$ $$ D(P|Q)\leq D(R|P)^a+D(R|Q)^a\quad\text{for some } a> 0 $$
2026-04-07 04:42:57.1775536977
Substitute for triangle inequality for Kullback-Leibler divergence
6.9k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in PROBABILITY-THEORY
- Is this a commonly known paradox?
- What's $P(A_1\cap A_2\cap A_3\cap A_4) $?
- Another application of the Central Limit Theorem
- proving Kochen-Stone lemma...
- Is there a contradiction in coin toss of expected / actual results?
- Sample each point with flipping coin, what is the average?
- Random variables coincide
- Reference request for a lemma on the expected value of Hermitian polynomials of Gaussian random variables.
- Determine the marginal distributions of $(T_1, T_2)$
- Convergence in distribution of a discretized random variable and generated sigma-algebras
Related Questions in INEQUALITY
- Confirmation of Proof: $\forall n \in \mathbb{N}, \ \pi (n) \geqslant \frac{\log n}{2\log 2}$
- Prove or disprove the following inequality
- Proving that: $||x|^{s/2}-|y|^{s/2}|\le 2|x-y|^{s/2}$
- Show that $x\longmapsto \int_{\mathbb R^n}\frac{f(y)}{|x-y|^{n-\alpha }}dy$ is integrable.
- Solution to a hard inequality
- Is every finite descending sequence in [0,1] in convex hull of certain points?
- Bound for difference between arithmetic and geometric mean
- multiplying the integrands in an inequality of integrals with same limits
- How to prove that $\pi^{e^{\pi^e}}<e^{\pi^{e^{\pi}}}$
- Proving a small inequality
Related Questions in INFORMATION-THEORY
- KL divergence between two multivariate Bernoulli distribution
- convexity of mutual information-like function
- Maximizing a mutual information w.r.t. (i.i.d.) variation of the channel.
- Probability of a block error of the (N, K) Hamming code used for a binary symmetric channel.
- Kac Lemma for Ergodic Stationary Process
- Encryption with $|K| = |P| = |C| = 1$ is perfectly secure?
- How to maximise the difference between entropy and expected length of an Huffman code?
- Number of codes with max codeword length over an alphabet
- Aggregating information and bayesian information
- Compactness of the Gaussian random variable distribution as a statistical manifold?
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
$\text{}$1. Relative entropy does not behave like a distance measure. Regarding your question, please check for the Pythagorean theorem of relative entropy.
$\text{}$2. One can define the Jensen-Shannon divergence between $P$ and $Q$ as $${{D(P|M)+D(Q|M)}\over2},$$where $M$ is the midpoint between $P$ and $Q$. It has been proved that the square root of the Jensen-Shannon divergence satisfies the triangle inequality.
There exist sequences $P_n$, $Q_n$, and $R_n$ such that $D(P_n|Q_n)$ tends to zero as $n$ tends to infinity and $D(Q_n|R_n)$ tends to zero as $n$ tends to infinity, but $D(P_n|Q_n)$ does not tend to zero as $n$ tends to infinity. This result will provide counterexamples to several suggested inequalities.
Regarding properties of relative entropy, please see the following for discussion of $I$-divergence properties. I was referring to the parallelogram identity (identity 7).
https://www.clsp.jhu.edu/~sanjeev/520.447/Spring00/I-divergence-properties.ps
First construct three probability measures $P$, $Q$, and $R$ such that $D(P|Q)$ and $D(Q|R)$ are finite but $D(P|R)$ is infinite. This is possible if the sample space is countable by choosing $P$ more heavy tailed than $Q$ that should be more heavy tailed than $R$. Then let $P_n$ be the probability measure$$\left({1\over{n}}\right)P+\left(1-{1\over n}\right)R$$ and $Q_n$ be the probability measure$$\left({1\over n}\right)Q+\left(1-{1\over n}\right)R$$ and $R_n = R$.