Next: The Binomial Theorem and
Up: Introduction.
Previous: Neighbourhoods
  Contents
  Index
Absolute Value
Here is an example where it is natural to use a two part definition of
a function. We write
|
x| =

An equivalent definition is
| x| =
. This is the
absolute value or modulus of x. It's particular
use is in describing distances; we interpret | x - y| as the distance
between x and y. Thus
(
a -

,
a +

) = {
X

: |
x -
a| <

},
so a
- neighbourhood of a consists of all points which are
closer to a than
.
Note that we can always ``expand out'' the inequality using this
idea. So if | x - y| < k, we can rewrite this without a modulus sign as
the pair of inequalities
- k < x - y < k. We sometimes call this
``unwrapping'' the modulus; conversely, in order to establish an
inequality involving the modulus, it is simply necessary to show the
corresponding pair of inequalities.
Proposition 1.11 (The Triangle Inequality.)
For any
x,
y

,
|
x +
y|

|
x| + |
y|.
Proof.
Since
- |
x|
x
|
x|, and the same holds for
y, combining
these we have
- |
x| - |
y|
x +
y
|
x| + |
y|
and this is the same as the required result.
Exercise 1.12
Show that for any
x,
y,
z

,
|
x -
z|

|
x -
y| + |
y -
z|.
Proposition 1.13
For any
x,
y

,
Proof.
Using
1.12 we have
|
x| = |
x -
y +
y|

|
x -
y| + |
y|
and so
|
x| - |
y|

|
x -
y|. Interchanging the rôles of
x and
y, and noting that
|
x| = | -
x|, gives
|
y| - |
x|

|
x -
y|.
Multiplying this inequality by -1 and combining these we have
- |
x -
y|

|
x| - |
y|

|
x -
y|
and this is the required result.
Example 1.14
Describe
{
x

: | 5
x - 3| > 4}.
Proof.
Unwrapping the modulus, we have either
5
x - 3 < - 4, or
5
x - 3 > 4. From one inequality we get
5
x < - 4 + 3, or
x < - 1/5; the other
inequality gives
5
x > 4 + 3, or
x > 7/5. Thus
{
x

: | 5
x - 3| > 4} = (-

, - 1/5)

(7/5,

).
Exercise 1.15
Describe
{
x

: |
x + 3| < 1}.
Exercise 1.16
Describe the set
{
x

: 1
x
3} using the absolute value function.
Next: The Binomial Theorem and
Up: Introduction.
Previous: Neighbourhoods
  Contents
  Index
Ian Craw
2002-01-07