Lecture 42: Achieving List-Decoding Capacity

advertisement
Error Correcting Codes: Combinatorics, Algorithms and Applications
(Fall 2007)
Lecture 42: Achieving List-Decoding Capacity
Dec. 7, 2007
Lecturer: Atri Rudra
Scribe: Yang Wang
Lemma 0.1. f (xq ) ≡ f (x)q for f (x) ∈ Fq [x].
Proof. Note that for any g(x) ∈ Fq [x],
q · g(x) = 0.
Hence
q
(g(x) + h(x)) =
q
X
i
q−i
g (x)h
i=0
by using
q
= g q (x) + hq (x)
(x)
i
q
f or i = 1, . . . , q − 1.
q|
i
Thus we can easily prove the lemma by induction on the degree of f (x).
Now we can prove the following lemma:
Lemma 0.2. There exists irreducible polynomial E(x) of degree q − 1 such that
f (x)q ≡ f (rx)( mod E(x)).
Proof. We are done if
f (xq ) − f (rx) ≡ 0(modE(x))
⇐ xq − rx ≡ 0(modE(x))
⇐ E(x)|xq−1 − rx.
Thus we just set E(x) = xq−1 − rx.
We can extend the result to general s,
t>
r
s+1
j
NK s Πsj=1 (1 + ).
r
Observe that the proof goes true even if αi ’s are not r im . We can further improve the result to
s
1 − (1 + δ)R s+1 . For suitable choices of δ that depends on R, δ, ε,
s
1 − (1 + δ)R s+1 ≥ 1 − R − ε.
1
FRS
Received
f (1)
y1
f (r)
y2
f (r 2 )
y3
f (r 3 )
y4
Partially unfolded
f (1)
f (r)
f (r)
f (r 2 )
Unfolding
f (r 2 )
f (r 3 )
y1
y2
y3
y2
y3
y4
Figure 1: Example of m = 4, s = 2
Suppose the block length of the folded Reed-Solomon code is N, then the partially unfolded
code has N ′ = (m − sN)N. If the received folded word has t agreement with the codeword, then
in the unfolded received word there are t′ = t(m − s + 1) agreement. Please refer to Fig.1 for an
example. We run decoder on unfolded received word for folding parameters. It will be done if
r
j
N ′ k s Πsj=1 (1 + )
r
p
s+1
(m − s + 1)Nk s B(r, s)
⇐⇒ t(m − s + 1) >
s
t
ks
⇐⇒
> s+1 s
B(r, s)
N
N (m − s + 1)s
s
t
K s ms
⇐⇒
> s+1 s
B(r, s).
N
N (m − s + 1)s
t′ >
s+1
1
We have used the fact that K = k/m. Then the alphabet has size N O( ε2 ) . The worst case list
log V R
decoding size is N O( ε . For constant ε it is N O(1) .
2
Download