Let be the following language $L_k=\{w,|w| \mbox{ is divisible by } $k$\}$
How to prove that an automata that recognizes $L_k$ has at least $k$ states?
I tried to prove it by induction :
We are going to prove that an automata that recognizes $L_k$ has at least $k$ states.
Initialization for $k=1$:
We surely need at least one state to recognize that the length of a word $w$ is severable by $1$. $(P_1)$
Let's assume that an automata that recognizes $L_k$ has at least $k$ states. $(P_k)$ for a given and fixed $k$. We are going to show that this is still true for $k+1$.
if $|w|=k+1$ ... I haven't found an idea to generalize this demonstration, do you have any tip or idea to prove that an automata that recognizes $L_k$ has at least $k$ states?