I am not a number theorist and I am learning about relations.
I encountered a relation that says
$a \leq b$ if $a$ divides $b$
Can someone clarify what it means to a number to divide another number?
Does it mean what I think? $a$ divides $b$ if $a | b \in \mathbb{Z}$?
So given a set $S = \{a, a^2, a^3, \ldots\}$, with relation $a | b \leftrightarrow a \leq b$, does the relation hold going from left to right or right to left? i.e. $a|a^2, a^2|a^3, \ldots$
This is what $a$ divides $b$ means. The shorthand notation is $$a|b$$.
In your example, $$a|a^2\iff a\leq a^2$$ since by definition there exists $c$ such that $a^2 = ac$, namely $a = c$.