Theory of Computation Lecture Notes
Theory of Computation Lecture Notes
Notes
www.csie.ntu.edu.tw/~lyuu/complexity/2003
www.csie.ntu.edu.tw/~lyuu/complexity.html
1000110000111001110001110
c 2004 Prof. Yuh-Dauh Lyuu, National Taiwan University Page 24
“Physical” Interpretations
• The tape: computer memory and registers.
• δ: program.
• K: instruction numbers.
• s: “main()” in C.
• Σ: alphabet much like the ASCII code.
(| K | + 3) Χ | Σ | Χ 3
possibilities
• w = 1000110000.
• u = 111001110001110.
100011000000100111 P(x, y)
Cut
Communication: at
most log 2 | K | bits
yes/no
b
b b
• Define
yes/no
2m T (n)
X
= T (n)
x∈{0,1}m
X m
X
≥ | Ci (x, x) |
x∈{0,1}m i=1
m
X X
= | Ci (x, x) |.
i=1 x∈{0,1}m
• Hence
T (n) = Ω(m2 ) = Ω(n2 ).
a Dirichlet (1805–1859).