I need to show that:
For every intuitionistic kripke frame $F = (W, R)$ and every formula $\phi$ and every points $x,y \in W$ if $x \models \phi$ and $x R y$ then $y \models \phi$
I know it's done by induction:
$\bullet \phi = p$. Then $ p \in V(x)$, but V is upward closed so $p \in V(y)$, so $y \models \phi$
$\bullet \phi = \phi_1 \lor \phi _2$. -trivial using the hypothesis (also for $\land$)
$\bullet \phi = \phi_1 \rightarrow \phi _2$. Here is my problem. I can't seem to continue the formal proof here. Any help?
$\phi = \phi_1 \rightarrow \phi_2$
We will show that $y \models \phi_1 \rightarrow \phi_2$
Let $z \in W$ and $y R z$ and let $z \models \phi_1$
But $x R y$ and $y R z$ and R is transitive. So $xRz$
But $x \models \phi_1 \rightarrow \phi_2$ and $xRz$ and $z \models \phi_1$
So $z \models \phi_2$
So $y \models \phi_1 \rightarrow \phi_2$