Skip to content

Commit 84aa836

Browse files
committed
some logarithm and conditional mutual entropy
1 parent b54d0cf commit 84aa836

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

content/algebra/logarithms.tex

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
\section{Logarithms}
1111

1212
\begin{definition}[Logarithm]
13-
For $b > 1,$ $y > 0$ the unique \@{real} $x$ such that $b^x = y$ is called the \textbf{logarithm of} $y$ \textbf{to the base} $b$.
13+
For $b > 1,$ $y > 0$ the unique \@{real} $x$ such that $b^x = y$ is called the \textbf{logarithm of} $y$ \textbf{to the base} $b$ and is denoted as
14+
15+
\[ \log_b{(y)}. \]
1416
\end{definition}
1517

1618
\begin{note}
@@ -33,6 +35,11 @@ \section{Logarithms}
3335
\[ \log_b{(a)} = \frac{\log_x{(a)}}{\log_x{(b)}}. \]
3436
\end{theorem}
3537

38+
\begin{proof}
39+
By definition,
40+
\end{proof}
41+
42+
3643
\begin{theorem}[Log is Concave]\label{log-is-concave}
3744
The $\log$ \@{function} is \@[concave]{concave-function}, i.e. $-\log$ is \@[convex]{convex-function}.
3845
\end{theorem}

content/applied-math/information-theory/01-discrete-entropy.tex

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,15 @@ \subsection{Chain Rules}
481481
\end{theorem}
482482

483483
\begin{definition}[Conditional Mutual Information]
484-
TODO: Cover \& Thomas, Section 2.5.
484+
The \textbf{conditional mutual information} of \@{random-variables} $X$ and $Y$ given $Z$ is defined by
485+
486+
\bal
487+
I(X;Y | Z) & = H(X|Z) - H(X|Y, Z) \\
488+
& = E_{p(x,y,z)} \log{ \frac{p(X, Y|Z)}{p(X|Z)p(Y|Z)} }.
489+
\eal
490+
491+
It is the \@{uncertainty} about $X$ after learning $Z$ minus the uncertainty about $X$ after learning $Y$ and $Z$.
492+
485493
\end{definition}
486494

487495
\begin{theorem}[Chain Rule for Mutual Information]

0 commit comments

Comments
 (0)