Inequality (mathematics)
Template:Short description Template:Hatnote group Template:More footnotes
In mathematics, an inequality is a relation which makes a non-equal comparison between two numbers or other mathematical expressions.<ref name=":0">{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> It is used most often to compare two numbers on the number line by their size. The main types of inequality are less than and greater than (denoted by Template:Char and Template:Char, respectively the less-than and greater-than signs).
NotationEdit
There are several different notations used to represent different kinds of inequalities:
- The notation a < b means that a is less than b.
- The notation a > b means that a is greater than b.
In either case, a is not equal to b. These relations are known as strict inequalities,<ref name=":0" /> meaning that a is strictly less than or strictly greater than b. Equality is excluded.
In contrast to strict inequalities, there are two types of inequality relations that are not strict:
- The notation a ≤ b or a ⩽ b or a ≦ b means that a is less than or equal to b (or, equivalently, at most b, or not greater than b).
- The notation a ≥ b or a ⩾ b or a ≧ b means that a is greater than or equal to b (or, equivalently, at least b, or not less than b).
In the 17th and 18th centuries, personal notations or typewriting signs were used to signal inequalities.<ref>Template:Cite journal</ref> For example, In 1670, John Wallis used a single horizontal bar above rather than below the < and >. Later in 1734, ≦ and ≧, known as "less than (greater-than) over equal to" or "less than (greater than) or equal to with double horizontal bars", first appeared in Pierre Bouguer's work .<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> After that, mathematicians simplified Bouguer's symbol to "less than (greater than) or equal to with one horizontal bar" (≤), or "less than (greater than) or slanted equal to" (⩽).
The relation not greater than can also be represented by <math>a \ngtr b,</math> the symbol for "greater than" bisected by a slash, "not". The same is true for not less than, <math>a \nless b.</math>
The notation a ≠ b means that a is not equal to b; this inequation sometimes is considered a form of strict inequality.<ref name=":1">{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> It does not say that one is greater than the other; it does not even require a and b to be member of an ordered set.
In engineering sciences, less formal use of the notation is to state that one quantity is "much greater" than another,<ref name="Polyanin2006">Template:Cite book</ref> normally by several orders of magnitude.
- The notation a ≪ b means that a is much less than b.<ref>{{#invoke:citation/CS1|citation
|CitationClass=web }}</ref>
- The notation a ≫ b means that a is much greater than b.<ref>{{#invoke:citation/CS1|citation
|CitationClass=web }}</ref> This implies that the lesser value can be neglected with little effect on the accuracy of an approximation (such as the case of ultrarelativistic limit in physics).
In all of the cases above, any two symbols mirroring each other are symmetrical; a < b and b > a are equivalent, etc.
Properties on the number lineEdit
Inequalities are governed by the following properties. All of these properties also hold if all of the non-strict inequalities (≤ and ≥) are replaced by their corresponding strict inequalities (< and >) and — in the case of applying a function — monotonic functions are limited to strictly monotonic functions.
ConverseEdit
The relations ≤ and ≥ are each other's converse, meaning that for any real numbers a and b: Template:Block indent
TransitivityEdit
The transitive property of inequality states that for any real numbers a, b, c:<ref>Template:Cite book</ref> Template:Block indent If either of the premises is a strict inequality, then the conclusion is a strict inequality: Template:Block indent Template:Block indent
Addition and subtractionEdit
A common constant c may be added to or subtracted from both sides of an inequality.<ref name=":1" /> So, for any real numbers a, b, c: Template:Block indent
In other words, the inequality relation is preserved under addition (or subtraction) and the real numbers are an ordered group under addition.
Multiplication and divisionEdit
The properties that deal with multiplication and division state that for any real numbers, a, b and non-zero c: Template:Block indent Template:Block indent
In other words, the inequality relation is preserved under multiplication and division with positive constant, but is reversed when a negative constant is involved. More generally, this applies for an ordered field. For more information, see § Ordered fields.
Additive inverseEdit
The property for the additive inverse states that for any real numbers a and b: Template:Block indent
Multiplicative inverseEdit
If both numbers are positive, then the inequality relation between the multiplicative inverses is opposite of that between the original numbers. More specifically, for any non-zero real numbers a and b that are both positive (or both negative): Template:Block indent
All of the cases for the signs of a and b can also be written in chained notation, as follows:
Template:Block indent Template:Block indent Template:Block indent
Applying a function to both sidesEdit
Any monotonically increasing function, by its definition,<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> may be applied to both sides of an inequality without breaking the inequality relation (provided that both expressions are in the domain of that function). However, applying a monotonically decreasing function to both sides of an inequality means the inequality relation would be reversed. The rules for the additive inverse, and the multiplicative inverse for positive numbers, are both examples of applying a monotonically decreasing function.
If the inequality is strict (a < b, a > b) and the function is strictly monotonic, then the inequality remains strict. If only one of these conditions is strict, then the resultant inequality is non-strict. In fact, the rules for additive and multiplicative inverses are both examples of applying a strictly monotonically decreasing function.
A few examples of this rule are:
- Raising both sides of an inequality to a power n > 0 (equiv., −n < 0), when a and b are positive real numbers: Template:Block indent Template:Block indent
- Taking the natural logarithm on both sides of an inequality, when a and b are positive real numbers: Template:Block indent Template:Block indent (this is true because the natural logarithm is a strictly increasing function.)
Formal definitions and generalizationsEdit
A (non-strict) partial order is a binary relation ≤ over a set P which is reflexive, antisymmetric, and transitive.<ref>Template:Cite book</ref> That is, for all a, b, and c in P, it must satisfy the three following clauses:
- a ≤ a (reflexivity)
- if a ≤ b and b ≤ a, then a = b (antisymmetry)
- if a ≤ b and b ≤ c, then a ≤ c (transitivity)
A set with a partial order is called a partially ordered set.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> Those are the very basic axioms that every kind of order has to satisfy.
A strict partial order is a relation < that satisfies
- a ≮ a (irreflexivity),
- if a < b, then b ≮ a (asymmetry),
- if a < b and b < c, then a < c (transitivity),
where Template:Char means that Template:Char does not hold.
Some types of partial orders are specified by adding further axioms, such as:
- Total order: For every a and b in P, a ≤ b or b ≤ a .
- Dense order: For all a and b in P for which a < b, there is a c in P such that a < c < b.
- Least-upper-bound property: Every non-empty subset of P with an upper bound has a least upper bound (supremum) in P.
Ordered fieldsEdit
{{#invoke:Labelled list hatnote|labelledList|Main article|Main articles|Main page|Main pages}} If (F, +, ×) is a field and ≤ is a total order on F, then (F, +, ×, ≤) is called an ordered field if and only if:
- a ≤ b implies a + c ≤ b + c;
- 0 ≤ a and 0 ≤ b implies 0 ≤ a × b.
Both Template:Tmath and Template:Tmath are ordered fields, but Template:Math cannot be defined in order to make Template:Tmath an ordered field,<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> because −1 is the square of i and would therefore be positive.
Besides being an ordered field, R also has the Least-upper-bound property. In fact, R can be defined as the only ordered field with that quality.<ref>Template:Cite book</ref>
Chained notationEdit
The notation a < b < c stands for "a < b and b < c", from which, by the transitivity property above, it also follows that a < c. By the above laws, one can add or subtract the same number to all three terms, or multiply or divide all three terms by same nonzero number and reverse all inequalities if that number is negative. Hence, for example, a < b + e < c is equivalent to a − e < b < c − e.
This notation can be generalized to any number of terms: for instance, a1 ≤ a2 ≤ ... ≤ an means that ai ≤ ai+1 for i = 1, 2, ..., n − 1. By transitivity, this condition is equivalent to ai ≤ aj for any 1 ≤ i ≤ j ≤ n.
When solving inequalities using chained notation, it is possible and sometimes necessary to evaluate the terms independently. For instance, to solve the inequality 4x < 2x + 1 ≤ 3x + 2, it is not possible to isolate x in any one part of the inequality through addition or subtraction. Instead, the inequalities must be solved independently, yielding x < Template:Sfrac and x ≥ −1 respectively, which can be combined into the final solution −1 ≤ x < Template:Sfrac.
Occasionally, chained notation is used with inequalities in different directions, in which case the meaning is the logical conjunction of the inequalities between adjacent terms. For example, the defining condition of a zigzag poset is written as a1 < a2 > a3 < a4 > a5 < a6 > ... . Mixed chained notation is used more often with compatible relations, like <, =, ≤. For instance, a < b = c ≤ d means that a < b, b = c, and c ≤ d. This notation exists in a few programming languages such as Python. In contrast, in programming languages that provide an ordering on the type of comparison results, such as C, even homogeneous chains may have a completely different meaning.<ref>Template:Cite book Here: Sect.A.7.9 Relational Operators, p.167: Quote: "a<b<c is parsed as (a<b)<c"</ref>
Sharp inequalitiesEdit
An inequality is said to be sharp if it cannot be relaxed and still be valid in general. Formally, a universally quantified inequality φ is called sharp if, for every valid universally quantified inequality ψ, if Template:Nowrap holds, then Template:Nowrap also holds. For instance, the inequality Template:Nowrap is sharp, whereas the inequality Template:Nowrap is not sharp.Template:Citation needed
Inequalities between meansEdit
There are many inequalities between means. For example, for any positive numbers a1, a2, ..., an we have
- <math>
H\le G\le A\le Q, </math>
where they represent the following means of the sequence:
- Harmonic mean : <math>H = \frac{n}{\frac{1}{a_1} + \frac{1}{a_2} + \cdots + \frac{1}{a_n}}</math>
- Geometric mean : <math>G = \sqrt[n]{a_1 \cdot a_2 \cdots a_n} </math>
- Arithmetic mean : <math>A = \frac{a_1 + a_2 + \cdots + a_n}{n}</math>
- Quadratic mean : <math>Q = \sqrt{\frac{a_1^2 + a_2^2 + \cdots + a_n^2}{n}}</math>
Cauchy–Schwarz inequalityEdit
The Cauchy–Schwarz inequality states that for all vectors u and v of an inner product space it is true that <math display="block">|\langle \mathbf{u},\mathbf{v}\rangle| ^2 \leq \langle \mathbf{u},\mathbf{u}\rangle \cdot \langle \mathbf{v},\mathbf{v}\rangle,</math> where <math>\langle\cdot,\cdot\rangle</math> is the inner product. Examples of inner products include the real and complex dot product; In Euclidean space Rn with the standard inner product, the Cauchy–Schwarz inequality is <math display="block">\biggl(\sum_{i=1}^n u_i v_i\biggr)^2\leq \biggl(\sum_{i=1}^n u_i^2\biggr) \biggl(\sum_{i=1}^n v_i^2\biggr).</math>
Power inequalitiesEdit
A power inequality is an inequality containing terms of the form ab, where a and b are real positive numbers or variable expressions. They often appear in mathematical olympiads exercises.
Examples:
- For any real x, <math display="block">e^x \ge 1+x.</math>
- If x > 0 and p > 0, then <math display="block">\frac{x^p - 1}{p} \ge \ln(x) \ge \frac{1 - \frac{1}{x^p}}{p}.</math> In the limit of p → 0, the upper and lower bounds converge to ln(x).
- If x > 0, then <math display="block">x^x \ge \left( \frac{1}{e}\right)^\frac{1}{e}.</math>
- If x > 0, then <math display="block">x^{x^x} \ge x.</math>
- If x, y, z > 0, then <math display="block">\left(x+y\right)^z + \left(x+z\right)^y + \left(y+z\right)^x > 2.</math>
- For any real distinct numbers a and b, <math display="block">\frac{e^b-e^a}{b-a} > e^{(a+b)/2}.</math>
- If x, y > 0 and 0 < p < 1, then <math display="block">x^p+y^p > \left(x+y\right)^p.</math>
- If x, y, z > 0, then <math display="block">x^x y^y z^z \ge \left(xyz\right)^{(x+y+z)/3}.</math>
- If a, b > 0, then<ref>Template:Cite journal</ref> <math display="block">a^a + b^b \ge a^b + b^a.</math>
- If a, b > 0, then<ref>Template:Cite journal</ref> <math display="block">a^{ea} + b^{eb} \ge a^{eb} + b^{ea}.</math>
- If a, b, c > 0, then <math display="block">a^{2a} + b^{2b} + c^{2c} \ge a^{2b} + b^{2c} + c^{2a}.</math>
- If a, b > 0, then <math display="block">a^b + b^a > 1.</math>
Well-known inequalitiesEdit
Mathematicians often use inequalities to bound quantities for which exact formulas cannot be computed easily. Some inequalities are used so often that they have names: Template:Div col
- Azuma's inequality
- Bernoulli's inequality
- Bell's inequality
- Boole's inequality
- Cauchy–Schwarz inequality
- Chebyshev's inequality
- Chernoff's inequality
- Cramér–Rao inequality
- Hoeffding's inequality
- Hölder's inequality
- Inequality of arithmetic and geometric means
- Jensen's inequality
- Kolmogorov's inequality
- Markov's inequality
- Minkowski inequality
- Nesbitt's inequality
- Pedoe's inequality
- Poincaré inequality
- Samuelson's inequality
- Sobolev inequality
- Triangle inequality
Complex numbers and inequalitiesEdit
The set of complex numbers <math>\mathbb{C}</math> with its operations of addition and multiplication is a field, but it is impossible to define any relation Template:Math so that <math>(\Complex, +, \times, \leq)</math> becomes an ordered field. To make <math>(\mathbb{C}, +, \times, \leq)</math> an ordered field, it would have to satisfy the following two properties:
- if Template:Nowrap, then Template:Nowrap;
- if Template:Nowrap and Template:Nowrap, then Template:Nowrap.
Because ≤ is a total order, for any number a, either Template:Nowrap or Template:Nowrap (in which case the first property above implies that Template:Nowrap). In either case Template:Nowrap; this means that Template:Nowrap and Template:Nowrap; so Template:Nowrap and Template:Nowrap, which means (−1 + 1) > 0; contradiction.
However, an operation ≤ can be defined so as to satisfy only the first property (namely, "if Template:Nowrap, then Template:Nowrap"). Sometimes the lexicographical order definition is used:
- Template:Nowrap, if
It can easily be proven that for this definition Template:Nowrap implies Template:Nowrap.
Systems of inequalitiesEdit
Systems of linear inequalities can be simplified by Fourier–Motzkin elimination.<ref>Template:Cite Gartner Matousek 2006</ref>
The cylindrical algebraic decomposition is an algorithm that allows testing whether a system of polynomial equations and inequalities has solutions, and, if solutions exist, describing them. The complexity of this algorithm is doubly exponential in the number of variables. It is an active research domain to design algorithms that are more efficient in specific cases.
See alsoEdit
- Binary relation
- Bracket (mathematics), for the use of similar ‹ and › signs as brackets
- Inclusion (set theory)
- Inequation
- Interval (mathematics)
- List of inequalities
- List of triangle inequalities
- Partially ordered set
- Relational operators, used in programming languages to denote inequality
ReferencesEdit
<references/>
SourcesEdit
- Template:Cite book
- Template:Cite book
- Template:Cite book
- Template:Citation
- Template:Cite journal
- {{#invoke:citation/CS1|citation
|CitationClass=web }}
- {{#invoke:citation/CS1|citation
|CitationClass=web }}
- {{#invoke:citation/CS1|citation
|CitationClass=web }}