Fungrim home page

Fungrim entry: a6e081

a+ba+b\left|a + b\right| \le \left|a\right| + \left|b\right|
This relation is known as the triangle inequality.
Assumptions:aC  and  bCa \in \mathbb{C} \;\mathbin{\operatorname{and}}\; b \in \mathbb{C}
TeX:
\left|a + b\right| \le \left|a\right| + \left|b\right|

a \in \mathbb{C} \;\mathbin{\operatorname{and}}\; b \in \mathbb{C}
Definitions:
Fungrim symbol Notation Short description
Absz\left|z\right| Absolute value
CCC\mathbb{C} Complex numbers
Source code for this entry:
Entry(ID("a6e081"),
    Formula(LessEqual(Abs(Add(a, b)), Add(Abs(a), Abs(b)))),
    Description("This relation is known as the triangle inequality."),
    Variables(a, b),
    Assumptions(And(Element(a, CC), Element(b, CC))))

Topics using this entry

Copyright (C) Fredrik Johansson and contributors. Fungrim is provided under the MIT license. The source code is on GitHub.

2021-03-15 19:12:00.328586 UTC