How to you prove $|a|=|-a|$ is true

161 Views Asked by At

Let $a \in R$ prove that:

$|a|=|-a|$

I am new to proofs so this is my attempt:

Case 1: $|a|=|-a|$

$$(a)=-(-a)$$

$$a=a$$

Case 2: $|-a|=|-a|$

$$-(-a)=-(-a)$$

$$a=a$$

Case 3: $|a|=|a|$

$$a=a$$

Is this the correct way to approach a proof like this?

3

There are 3 best solutions below

0
On

The definition of absolute value of a real number $a$ is $|a|=\sqrt{x^2}$. Since $a^2=(-a)^2$ and square roots only take positive values $|a|=|-a|$

0
On

Because the distances from $a$ and from $-a$ to the zero are equal.

0
On

If you are going to do a case by case proof, you only need to consider two cases:

Case 1: $a \ge 0 \\ \Rightarrow |a|=a, |-a|=a \\ \Rightarrow |a|=|-a|$

Case 2: $a < 0 \\ \Rightarrow |a|=-a, |-a|=-a \\ \Rightarrow |a|=|-a|$