The finset support of any PMF is nonempty.
Membership in the finset support: $s \in \text{supportFinset}(p) \iff p(s) \neq 0$.
The support of the uniform PMF on a nonempty finset $s$ is exactly $s$.
The Shannon entropy can be computed by summing over the support only: $H(p) = \sum_{s \in \text{supp}(p)} \text{negMulLog}(p(s))$.
The probabilities on the support sum to one: $\sum_{s \in \text{supp}(p)} p(s) = 1$.
The Shannon entropy of the uniform distribution on a nonempty finset $s$ is $\log |s|$ (the natural-log analogue of the textbook's $\log_2$ version).
Lemma 10.1.4 (uniform bound, equality case): $H(X) = \log |\text{supp}(X)|$ if and only if $X$ is uniform on its support.
Theorem 10.1.12 (binomial tail bound, multiplicative form): For $1 \leq k \leq n/2$, $\sum_{i=0}^{k} \binom{n}{i} \leq (n/k)^k \cdot (n/(n-k))^{n-k}$.