I'm having some trouble understanding the Bloch representation of qubits in some cases.
The canonical representation $\cos(\psi/2) |0\rangle + \sin(\psi/2)e^{i\theta}|1\rangle$ has the first coefficient, $\cos(\psi/2)$, always a nonnegative real number. But the Pauli-Y gate is defined to operate on the computational basis $|0\rangle$ and $|1\rangle$ with the matrix
$$ Y = \begin{bmatrix} 0 & -i \\ i & 0 \end{bmatrix}, $$ which when applied to $|1\rangle$ yields $-i|0\rangle$. Now this is not in the canonical representation. My questions is: should we normalize the phase to get $|0\rangle$? and does this means that $-i|0\rangle=|0\rangle$?