I am trying to prove the disjunction property "if $\,\vdash\phi\lor\psi$ then $\,\vdash\phi$ or $\,\vdash\psi$" for intuitionistic propositional logic.
So far I thought about choosing two non-tautologies $\phi$ and $\psi$ with two Kripke countermodels: $$(W, R_W, f_W)~~\mbox{such that}~~\exists (w\in W)(w\not\Vdash\phi)$$ $$(V, R_V, f_V)~~\mbox{such that}~~\exists (v\in V)(v\not\Vdash\psi)$$ Then create a new Kripke model $(W\cup V\cup\{u\}, R, f)$ with $R(u,w)$ and $R(u,v)$.
My reasoning is that $w\not\Vdash\phi\implies u\not\Vdash\phi$ and $v\not\Vdash\psi\implies u\not\Vdash\psi$, and therefore $u\not\Vdash\phi\lor\psi$, which provides a countermodel for $\phi\lor\psi$ being a tautology and $\phi$ and $\psi$ not being tautologies.
Is this sufficient to be a proof? For me it's unclear whether adding a world $u$ changes which sentences $w$ forces. So if I add a world $u$, can I be certain that still $w\not\Vdash\phi$?
I think your proof idea is good.
For adding the world u, I think if we set f(u) = \emptyset, then it will not change the fact that w \nVdash \phi, since f has to be monotone, but since no propositional variable holds in u, everything can happen in its successor.
I think we also need to add a relation from u to all of the successors of w and v, since it should be transitive right?
I'm now trying it by myself, some other issues I ran into: - What if the domains W,V are (partly) the same? (but the valuations could be different) How do we set the valuations in the merged model? Is it an idea to merge isomorphic disjoint copies so we do not have this problem?