Boundary inequality: 2 q² ≤ -log(1 - q) on [0, 1) #
The two variants two_sq_le_neg_log_one_sub and two_sq_le_neg_log
handle the p = 0 and p = 1 boundary cases of the binary Pinsker
theorem. Proved via monotonicity of h(q) = -log(1-q) - 2 q² on [0, 1);
the derivative 1/(1-q) - 4q = (2q-1)²/(1-q) ≥ 0.