I have the following problem:
In this problem all variables range over $Z$, the set of all integers.
a. Prove that if $a \mid b$ and $a \mid c$, then $a\mid (b + c)$.
b. Prove that if $ac \mid bc$, and $c \neq 0$, then $a \mid b$.
This question has basically been asked before here. I just literally do not know what the vertical bar "$\mid$" means and somehow I can't find this information anywhere.
The best solution I can find is that it means "nand" in the context of boolean logic, e.g. $P\mid Q$ means $P$ and $Q$ are not both true. However this doesn't seem particularly relevant for integers.
Anything helps, thank you!
It means "divides".
$a \mid b$ iff there is $c$ such that $a \times c = b$.