Communication - chapter 4 - defs and theorems Flashcards
Hamming ball
Let 0≤k≤n and x∈{0,1}ⁿ. The balls of radius k centered at x is the set of points {0,1}ⁿ at Hamming distance at most k from x. That is,
Bⁿₖ(x) = {y∈{0,1}ⁿ: dₕ(x,y)<=k}
Proposition 4.2. Size of hamming ball.
For any 0≤k≤n and any x∈{0,1}ⁿ we have bⁿₖ=bⁿₖ(x) = sun from i=0 to k of n choose i.
Proposition 4.3. sums and entropies.
For every λ∈[0,1/2] and every n∈ℕ, we have that
the sum from 0 to λn of n choose i is less than or equal to 2ᴴ⁽λ⁾ⁿ
Proposition 4.4. Sphere Covering Bound.
For any 1≤d≤n, there exists a code C of length n with dₕ(C)≥d and |C|≥2ⁿ/bⁿₔ₋₁
Theorem 4.5. Sphere Covering Bound Alternative Form.
For every λ∈[0,1/2] and every n∈ℕ, there exists a code C of length n with dₕ(C)≥λn and |C|≥2⁽¹⁻ᴴ⁽λ⁾⁾ⁿ i.e., R(C) ≥ 1 -H(λ)
Shannons noisy encoding theorem.
Given any p∈[0,1/2) and ε∈(0,1/2-p], there exists n₀=n₀(p,ε) s.t. if n≥n₀ then there exists a code C of length n, the probability of error is less than epsilon and R(C)>= 1- H(P+ε)
Theorem. (looser version of shannons theorem)
Given any p∈[0,1/4) and ε∈(0,1/2-2p], there exists n₀=n₀(p,ε) s.t. if n>n₀ then there exists a code C of length n, with probability of error less than epsilon and R(C)>=1-H(2p+ε)