This is a derivation of an equation used to maximize the posterior probability that $Q_m = i_m$ given a model and a sequence of observations.
$Q_m$ is a RV which maps to some $q \in S$, the state space.
$X_m$ is a RV which maps to some $i \in \Sigma$, the emission space.
$\Theta$ parameterizes the HMM.

The text has an error.
It should read,
$P_\theta(Q_t = k | X_{0:L} = i_{0:L}) = \frac{ P_\theta(Q_t, X_{0:L} = i_{0:L})} {P_\theta(X_{0:L} = i_{0:L})}$
that is, the probability that the $t$th state is $k$ given the observation set is the probability that the $t$th state is $k$ and the observation set is observed, dividing out the probability that the observation set is observed. This follows from Bayes' Law.
The probability of observing the observation set is independent from a change in $q$, so in the context of finding the argmax of $Q_t = q \in S$ the term can be discarded.