Exercise 2.2

Answers

(a)
(i)
k = 2, RHS = i=01(N i) = N + 1, while mH(N) = N + 1, so mH(N) i=0k(N i)
(ii)
k = 3, RHS = i=02(N i) = N(N1) 2 + N + 1 = N(N+1) 2 + 1, while mH(N) =( N+1 2) + 1 = N(N+1) 2 + 1, so mH(N) i=0k(N i)
(iii)
There’s no such k exists. Maximum k = N + 1, since i=0N(N i) = 2N, we still have mH(N) i=0k(N i)
(b)
If mH(N) = N + 2N 2 , then the break point k = 3. According to bound theorem 2.4, we have for all N, mH(N) = N + 2N 2 i=02(N i) = N(N+1) 2 + 1. But this won’t hold for all N since left hand side is exponentially increasing while the RHS is polynomical increasing. For example, when N = 20, the inequality breaks. So such hypothesis set doesn’t exist.
User profile picture
2021-12-07 22:02
Comments