証明1:
ln≤ - 1a > 0
− DKL(p | | q)≤ 0DKL(p | | q)≥ 0
− D (p | | q)= − ∑バツp (x )lnp (x )q(x )= ∑バツp (x )lnq(x )p (x )≤(a)∑バツp (x )(q(x )p (x )− 1 )= ∑バツq(x )− ∑バツp (x )= 1 − 1= 0
ln
− ∑バツp (x )ログ2P (X )≤ - Σバツp (x )ログ2q(x )
そして、左の項を右に持ってくると、
∑バツp (x )ログ2p (x )− ∑バツp (x )ログ2q(X )≥ 0∑バツp (x )ログ2p (x )q(x )≥ 0
これを別の証明として含めない理由は、ギブスの不等式を証明するように頼まれた場合、KLの発散の非負性から始めて、上から同じ証明を行う必要があるためです。
証明2:Log sum不等式
を使用します:
∑i=1nailog2aibi≥(∑i=1nai)log2∑ni=1ai∑ni=1bi
Then we can show that DKL(p||q)≥0:
D(p||q)=∑xp(x)log2p(x)q(x)≥(b)(∑xp(x))log2∑xp(x)∑xq(x)=1⋅log211=0
where we have used the Log sum inequality at (b).
Proof 3:
(Taken from the book "Elements of Information Theory" by Thomas M. Cover and Joy A. Thomas)
−D(p||q)=−∑xp(x)log2p(x)q(x)=∑xp(x)log2q(x)p(x)≤(c)log2∑xp(x)q(x)p(x)=log21=0
where at (c) we have used Jensen's inequality and the fact that log is a concave function.