Properties of the Absolute Value

Click For Summary
SUMMARY

The property of absolute value states that for any real numbers a and b, the equation |ab| = |a||b| holds true. This can be proven by considering various cases based on the signs of a and b. The proof involves breaking down the scenarios into nine distinct cases, demonstrating that the absolute value of the product equals the product of the absolute values. Additionally, the discussion touches on complex numbers, confirming that the property also applies in that context.

PREREQUISITES
  • Understanding of absolute value definitions and properties
  • Familiarity with real numbers and their properties
  • Basic knowledge of complex numbers and their representations
  • Ability to perform case analysis in mathematical proofs
NEXT STEPS
  • Study the proof of the triangle inequality in mathematics
  • Learn about complex number multiplication and its properties
  • Explore advanced properties of absolute values in different mathematical contexts
  • Investigate the implications of absolute value in calculus and real analysis
USEFUL FOR

Mathematicians, students studying real and complex analysis, educators teaching properties of absolute values, and anyone interested in mathematical proofs and their applications.

roam
Messages
1,265
Reaction score
12
Just wanted to say hi before I start my post! :smile:

As you may know there is a property of the absolute value that states; for a, b \in R;

|ab| = |a||b|

Well, my friend asked me if I knew a proof for this... but I don't know...
How can we prove this statement/property? I know there is a proof for the triangle inequality but for this I really don't know but I'm curious.


I'd appreciate it if anyone could show me any kind of proof or send me some links etc. Thanks!
 
Physics news on Phys.org
You prove that |ab|= |a||b| the same way you prove any such elementary statement: use the definitions.

The simplest definition of |x| (there are several equivalent definitions) is that |x|= x if x is positive or 0, -x if x is negative.

Now break it into "cases":

case 1: x and y are both positive: |x|= x and |y|= y. xy is also positive so |xy|= xy= |x||y|.

case 2: x is positive while y is negative: |x|= x and |y|= -y. xy is negative so |xy|= -xy= x(-y)= |x||y|.

case 3: x is negative while y is positive: |x|= -x and |y|= y. xy is negative so |xy|= -xy= (-x)y= |x||y|.

case 4: x and y are both negative: |x|= -x and |y|= -y. xy is positive so |xy|= xy= (-x)(-y)= |x||y|.

case 5: x= 0 and y is positive: |x|= 0 and |y|= y. xy= 0 so |xy|= 0= 0(y)= |x||y|.

case 6: x= 0 and y is negative: |x|= 0 and |y|= -y. xy= 0 so |xy|= 0= (0)(-y)= |x||y|.

case 7: x is positive and y is 0: |x|= x and |y|= 0. xy= 0 so |xy|= 0= x(0)= |x||y|.

case 8: x is negative and y is 0: |x|= -x and |y|= 0. xy= 0 so |xy|= 0 = (-x)(0)= |x||y|.

case 9: both x and y are 0: |x|= 0 and |y|= 0. xy= 0 so |xy|= 0= (0)(0)= |x||y|.

There are simpler ways to prove that but I thought this would be conceptually clearest.
 
First, we have to understand that the absolute value is a function defined by:

|x| = \begin{cases}<br /> x &amp; \text{if } x\geq 0 \\<br /> -x &amp; \text{if } x&lt;0<br /> \end{cases}

So,

|ab| = \begin{cases}<br /> ab &amp; \text{if } ab\geq 0 \\<br /> -ab &amp; \text{if } ab&lt;0<br /> \end{cases}

Now, let's see what |a||b| is:

|a||b| = \begin{cases}<br /> ab &amp; \text{if } a\geq 0 \wedge b\geq0 \\<br /> (-a)(-b) &amp; \text{if } a\leq 0 \wedge b\leq0 \\<br /> (-a)b &amp; \text{if } a&gt; 0 \wedge b&lt;0 \\<br /> a(-b) &amp; \text{if } a&lt;0 \wedge b&lt;0<br /> \end{cases} \Leftrightarrow<br />

|a||b| = \begin{cases}<br /> ab &amp; \text{if } a\geq 0 \wedge b\geq0 \\<br /> ab &amp; \text{if } a\leq 0 \wedge b\leq0 \\<br /> -ab &amp; \text{if } a&gt; 0 \wedge b&lt;0 \\<br /> -ab &amp; \text{if } a&lt;0 \wedge b&lt;0<br /> \end{cases} \Leftrightarrow<br />

Notice that you have ab if a and b have the same sign and that you use -ab otherwise.

Now, if a and b have the same sign, ab\geq0. If they have opposite signs (and are different than zero), ab&lt;0.

Using this,

|a||b| = \begin{cases}<br /> ab &amp; \text{if } ab \geq 0 \\<br /> -ab &amp; \text{if } ab&lt;0<br /> \end{cases} = |ab|<br />

Quod erat demonstrandum :-p
 
Last edited:
let a = mcis(kpi) where m => 0, k is integer
and b = ncis(hpi) where n => 0, h integer
(clearly a,b are real)

|a||b|= mn
|ab|=|mcis(kpi)*ncis(hpi)| = |mncis[pi(k+h)]| = mn

as required
 
quark1005 said:
let a = mcis(kpi) where m => 0, k is integer
and b = ncis(hpi) where n => 0, h integer
(clearly a,b are real)

|a||b|= mn
|ab|=|mcis(kpi)*ncis(hpi)| = |mncis[pi(k+h)]| = mn

as required

This would make more sense if you had said that "mcis(hpi)" is
m (cos(h\pi)+ i sin(h\pi))
That is much more an "engineering notation" than mathematics.

If you really want to go to complex numbers, why not
if
x= r_xe^{i\theta_x}
and
y= r_ye^{i\theta_y}, then
|xy|= |r_xe^{i\theta_x}r_ye^{i\theta_y}|= |(r_xr_y)e^{i(\theta_x+\theta_y)}|

But for any z= re^{i\theta}, |z|= r, so
|xy|= r_x r_y= |x||y|
 
\Huge |ab|=\sqrt{(ab)^2}=\sqrt{a^2b^2}=\sqrt{a^2}\sqrt{b^2}=|a||b|

and

\large |a+b|=\sqrt{(a+b)^2}=\sqrt{a^2+2ab+b^2}\leq \sqrt{a^2+|2ab|+b^2}=\sqrt{(|a|+|b|)^2}=||a|+|b||

where I utilize the following fact:

|2ab|=|2(ab)|=|2||ab|=2|a||b|

-----
À bientôt
?;-D
 
I am studying the mathematical formalism behind non-commutative geometry approach to quantum gravity. I was reading about Hopf algebras and their Drinfeld twist with a specific example of the Moyal-Weyl twist defined as F=exp(-iλ/2θ^(μν)∂_μ⊗∂_ν) where λ is a constant parametar and θ antisymmetric constant tensor. {∂_μ} is the basis of the tangent vector space over the underlying spacetime Now, from my understanding the enveloping algebra which appears in the definition of the Hopf algebra...

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
Replies
11
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 32 ·
2
Replies
32
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K