The modal logic K is the weakest normal modal system, comprised by classic logic augmented by (K), the necessity distribution axiom schema:
$$\Box (\alpha \rightarrow \beta) \rightarrow (\Box \alpha \rightarrow \Box \beta) \tag{K} $$
We also define the possibility operator as the necessity's dual:
$$\Box \alpha \equiv\neg \Diamond \neg \alpha $$
Playing with the equivalence for a while, it's easy to prove that, for example, the proposition below is a theorem of K:
$$\vdash_K \Box (p \rightarrow q) \rightarrow (\Diamond p \rightarrow \Diamond q)$$
However, I've been struggling to prove something stronger
$$\Diamond (p \rightarrow q) \rightarrow (\Diamond p \rightarrow \Diamond q)$$
Is it even provable in K? After so many failed attempts, my guess so far is that you need D to derive it. But I'm not sure.
Can you provide a proof/disproof of this proposition? A semantic proof of its vality/invality is also welcome.
Thanks in advance
No, it's reasonably easy to think of a model where it is not true that the possibility of the implication implies the implication of the possibilities.
Take any model where $\Diamond \neg p, \Diamond p, \Box \neg q$ hold. You can show both that $\Diamond (p\to q)$ and that $\neg (\Diamond p\to \Diamond q)$ are true there in.
Thus $\Diamond(p\to q)\to(\Diamond p\to \Diamond q)$ is not a tautology.