I need to know if $a^2 = b^2$ is equivalent to $a=b$ so that I can prove that a function is injective. The function is $f: n ∈ Z → n^2 - 1 ∈ Z$ by the way.
2026-03-31 17:46:39.1774979199
Is $a^2 = b^2$ equivalent to $a=b$?
99 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
No it is not.
If $a^2 = b^2$, we might have
$a = b$
$a = -b$
which can be combined under one statement $|a| = |b|$.