(Blackburn, Modal Logic, Section 1.3) Construct a frame $\mathfrak{F} = (W,R)$ that refutes $\square \bot$, to show that $\square \bot$ is not a valid formula.
I think I've solved this, but I'm not sure if my understanding of $\bot$ is correct. My solution is as follows -
Consider $W = \{a\}$, and $R$ such that $Raa$ (self-loop). If $\square \bot$ holds at $a$, i.e. $\mathfrak{F},a \Vdash \square \bot$ then $\mathfrak{F},a \Vdash \bot$ also holds (by definition of $\square$). However, $\bot$ cannot hold anywhere, so $\square\bot$ is not a valid formula (We have constructed a frame in which it is not valid).
Is my understanding of $\bot$ right? Is $\bot$ something that can never be true, i.e. is always false?
Yes. $\bot$ is valued as false by its definition in propositional logic, so cannot be valued as true by any world in any frame of modal logic.
When $\mathsf W=\{a\}$ and $\operatorname R=\{\langle a,a\rangle\}$, then $a\Vdash\square\varphi$ if and only if $a\Vdash\varphi$. Since $a\nVdash\bot$ by definition, therefore $a\nVdash\square\bot$ in such a frame and thus $\square\bot$ is not a valid formula there in.
More.