I have no clue how to prove this question.
Consider the language
$L = \{ \langle D_1, D_2, ... ,D_K \rangle : k \in {N},$ the $D_i$ are DFAs and ${\bigcap}_{i=1}^k L(D_i) = \emptyset \}$
Prove that L is NP-hard.
Can someone guide me through this problem? I understand that I will have to reduce it into something, I just don't know what to reduce to.