There is a tree-like Kripke model in which the set of worlds $\mathfrak{W}$ is ordered as a tree:
(a) there is a smallest world $W_0$
(b) for any $W_i \ne W_0$ there is a unique preceding world $W_k: W_k \prec W_i$.
I don't know how to find a statement that can't be refuted by a Kripke tree model of height less than 2.
And also, how can I show that for any natural number n: there exists a statement that is refutable in Kripke's models and isn't refutable by any model with n worlds?
I got carried away with this tough problem. I didn't find anything related to it on the Internt, so I didn't manage to get to the answer. Can anyone help me to solve it?
Consider the formula $\phi=(q\to(p\lor \neg p))\lor( \neg q\to (p\lor \neg p))$ and suppose $K$ is a tree with root $r$ such that $r\nVdash \phi$, then:
(1) there is $w_0\geq r$ s.t. $w_0\Vdash q$ and $w_0\nVdash p\lor \neg p$. Thus there are $v_1,v_2\geq w_0$ s.t. $v_1\nVdash p$, $v_2\Vdash p$.
(2) there is $w_1\geq r$ s.t. $w_1\Vdash \neg q$ and $w_1\nVdash p\lor \neg p$. Thus there are $v_3,v_4\geq w_1$ s.t. $v_3\nVdash p$, $v_4\Vdash p$.
Now, if $v_2=w_0$, then by persistency $v_1\Vdash p$, contradiction. If $w_0=r$, then $w_1\Vdash q$, contradiction. Therefore, $r<w_0<v_2$, showing the height of $K$ is at least 2.
(For the general claim, it could be helpful to have a look at the Rieger-Nishimura lattice. )