I have a book that proves the halting problem with this simple statement:
$$ A_\text{TM} \le_m \text{HALTING} \le_m \text{HALTING}^\varepsilon $$
It states that halting problem reduces to the language consisting of $\langle M, \omega \rangle$ for which a Turing machine $M$ accepts $\omega$ is undecidable.
What does this mean? What does the notation $\le_m$ indicate?