50 1 + p * (Real.log p / Real.log 2) + (1-p) * (Real.log (1-p) / Real.log 2) 51 52/-- For p = 0.1 (10% error rate): 53 H(0.1) ≈ 0.47 bits 54 C ≈ 0.53 bits per channel use 55 56 Can still transmit reliably at 53% of raw capacity! -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.