In mathematics, an inequality is a statement about the relative size or order of two objects, or about whether they are the same or not (See also: equality)
In all these cases, a is not equal to b, hence, "inequality".
These relations are known as strict inequality; in contrast
An additional use of the notation is to show that one quantity is much greater than another, normally by several orders of magnitude.
If the sense of the inequality is the same for all values of the variables for which its members are defined, then the inequality is called an "absolute" or "unconditional" inequality. If the sense of an inequality holds only for certain values of the variables involved, but is reversed or destroyed for other values of the variables, it is called a conditional inequality.
An inequality may appear unsolvable because it only states whether a number is larger or smaller than another number; but it is possible to apply the same operations for equalities to inequalities. For example, to find x for the inequality 10x > 23 one would divide 23 by 10.
The trichotomy property states:
The transitivity of inequalities states:
The properties which deal with addition and subtraction state:
i.e., the real numbers are an ordered group.
The properties which deal with multiplication and division state:
More generally this applies for an ordered field, see below.
The properties for the additive inverse state:
The properties for the multiplicative inverse state:
Any strictly monotonically increasing function may be applied to both sides of an inequality and it will still hold. Applying a strictly monotonically decreasing function to both sides of an inequality means the opposite inequality now holds. The rules for additive and multiplicative inverses are both examples of applying a monotonically decreasing function.
If you have a non-strict inequality (a ≤ b, a ≥ b) then:
It will never become strictly unequal, since, for example, 3 ≤ 3 does not imply that 3 < 3.
Note that both (Q, +, ×, ≤) and (R, +, ×, ≤) are ordered fields, but ≤ cannot be defined in order to make (C, +, ×, ≤) an ordered field, because −1 is the square of i and would therefore be positive.
The non-strict inequalities ≤ and ≥ on real numbers are total orders. The strict inequalities < and > on real numbers are .
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. Obviously, by the above laws, one can add/subtract the same number to all three terms, or multiply/divide all three terms by same nonzero number and reverse all inequalities according to sign. But care must be taken so that you really use the same number in all cases, e.g. 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, you won't be able to isolate x in any one part of the inequality through addition or subtraction. Instead, you can solve 4x < 2x + 1 and 2x + 1 ≤ 3x + 2 independently, yielding x < 1/2 and x ≥ -1 respectively, which can be combined into the final solution -1 ≤ x < 1/2.
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 instance, a < b > c ≤ d means that a < b, b > c, and c ≤ d. In addition to rare use in mathematics, this notation exists in a few programming languages such as Python.
There are many inequalities between means. For example, for any positive numbers a1, a2, …, an we have where
| (harmonic mean), | |
| (geometric mean), | |
| (arithmetic mean), | |
| (quadratic mean). |
See also list of inequalities.
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:
Another method is noticing the larger quantity points to the smaller quantity and says, "ha-ha, I'm bigger than you."Also, on a horizontal number line, the greater than sign is the arrow that is at the larger end of the number line. Likewise, the less than symbol is the arrow at the smaller end of the number line (<---0--1--2--3--4--5--6--7--8--9--->).
The symbols may also be interpreted directly from their form - the side with a large vertical separation indicates a large(r) quantity, and the side which is a point indicates a small(er) quantity. In this way the inequality symbols are similar to the musical crescendo and decrescendo. The symbols for equality, less-than-or-equal-to, and greater-than-or-equal-to can also be interpreted with this perspective.
Because ≤ is a total order, for any number a, a ≤ 0 or 0 ≤ a. In both cases 0 ≤ a2; this means that and ; so and , contradiction.
However ≤ can be defined in order to satisfy the first property, i.e. if a ≤ b then a + c ≤ b + c. A definition which is sometimes used is the lexicographical order:
It can easily be proven that for this definition a ≤ b then a + c ≤ b + c