So I came across epistemic puzzles, or specifically the "Surprise Exam"/"Prediction Paradox" and found some explanation in Wesley H. Holliday's paper "Simplifying the Surprise Exam", however there is a normal modal logic K used together with the rule:
$$RK_{i}\quad\frac{(\varphi_{1}\wedge\cdots\wedge\varphi_m)\rightarrow \psi}{(\Box_{i}\varphi_{1}\wedge\cdots\wedge\Box_{i}\varphi_m)\rightarrow \Box_{i}\psi}$$
How is this rule semantically and syntactically sound for the logic K?
If $m=0$ the rule is basically standard necessitation but what about the other cases?
This rule is valid because $\vDash_K \Box (\varphi \land \psi) \leftrightarrow (\Box \varphi \land \Box \psi)$. This rule could be used in a sequent-style system for K.
For an intuition about why it is valid semantically, think in terms of the definition of $\Box$. Suppose that each $\varphi_m$ is true in every accessible world. If there is an accessible world where some $\varphi_m$ does not hold, then since that $\varphi_m$ is true at all accessible worlds, we get a contradiction. So, if each $\varphi_m$ holds at every accessible world, then at all accessible worlds each $\varphi_m$ holds. Thus, since $\Box (\varphi_1 \land … \land \varphi_m) \to \Box \psi$, $(\Box \varphi_1 \land … \land \Box \varphi_m) \to \Box \psi$ follows.