Inequality Article Index for
Inequality
Articles about
Inequality
Website Links For
Inequality
 

Information About

Inequality




s of Linear Programming are defined by a set of inequalities.]]

In )
  • The notation a < b \!\ means that ''a'' is less than ''b'' and

  • The notation a > b \!\ means that ''a'' is greater than ''b''.

  • These relations are known as strict inequality; in contrast

  • a \le b means that ''a'' is less than or equal to ''b'';

  • a \ge b means that ''a'' is greater than or equal to ''b'';

  • a

  • ot> b means that ''a'' is not greater than ''b'' and

  • a

  • ot< b means that ''a'' is not less than ''b''.


An additional use of the notation is to show that one quantity is much greater than another, normally by several Orders Of Magnitude .

  • The notation a >> b means that ''a'' is much greater than ''b''.

  • The notation a << b means that ''a'' is much less than ''b''.


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. The sense of an inequality is not changed if both sides are increased or decreased by the same number, or if both sides are multiplied or divided by a positive number; the sense of an inequality is reversed if both members are multiplied or divided by a Negative Number .


PROPERTIES

Inequalities are governed by the following Properties . Note that, for the transitivity, reversal, addition and subtraction, and multiplication and division properties, the property also holds if strict inequality signs (< and >) are replaced with their corresponding non-strict inequality sign (≤ and ≥).


Trichotomy


The Trichotomy property states:
  • For any Real Number s, ''a'' and ''b'', exactly one of the following is true:

  • --- ''a'' < ''b''

  • --- ''a'' = ''b''

  • --- ''a'' > ''b''



Transitivity


The Transitivity of inequalities states:
  • For any Real Number s, ''a'', ''b'', ''c'':

  • ---If ''a'' > ''b'' and ''b'' > ''c''; then ''a'' > ''c''

  • ---If ''a'' < ''b'' and ''b'' < ''c''; then ''a'' < ''c''



Reversal


The inequality relations are Inverse Relation s:
  • For any Real Number s, ''a'' and ''b'':

  • ---If ''a'' > ''b'' then ''b'' < ''a''

  • ---If ''a'' < ''b'' then ''b'' > ''a''



Addition and subtraction


The properties which deal with Addition and Subtraction state:
  • For any Real Number s, ''a'', ''b'', ''c'':

  • ---If ''a'' > ''b'', then ''a'' + ''c'' > ''b'' + ''c'' and ''a'' − ''c'' > ''b'' − ''c''

  • ---If ''a'' < ''b'', then ''a'' + ''c'' < ''b'' + ''c'' and ''a'' − ''c'' < ''b'' − ''c''


i.e., the real numbers are an Ordered Group .


Multiplication and division


The properties which deal with Multiplication and Division state:
  • For any real numbers, ''a'', ''b'', ''c'':

  • --- If ''c'' is Positive and ''a'' < ''b'', then ''ac'' < ''bc''

  • --- If ''c'' is Negative and ''a'' < ''b'', then ''ac'' > ''bc''


More generally this applies for an Ordered Field , see below.


Additive inverse


The properties for the Additive Inverse state:

  • For any real numbers ''a'' and ''b''

  • ---If ''a'' < ''b'' then -''a'' > -''b''

  • ---If ''a'' > ''b'' then -''a'' < -''b''



Multiplicative inverse


The properties for the Multiplicative Inverse state:

  • For any real numbers ''a'' and ''b'' that are both Positive or both Negative

  • ---If ''a'' < ''b'' then 1/''a'' > 1/''b''

  • ---If ''a'' > ''b'' then 1/''a'' < 1/''b''



Applying a function to both sides

We consider two cases of functions: monotonic and strictly monotonic.

Any strictly Monotonic ally 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:

  • Applying a monotonically increasing function preserves the relation (≤ remains ≤, ≥ remains ≥)

  • Applying a monotonically decreasing function reverses the relation (≤ becomes ≥, ≥ becomes ≤)


It will never become strictly unequal, since, for example, 3 ≤ 3 does not imply that 3 < 3.


Ordered fields


  • be a Field and ≤ be a Total Order on F, then F,+,---,≤ is called an Ordered Field if and only if:

  • if ''a'' ≤ ''b'' then ''a'' + ''c'' ≤ ''b'' + ''c''

  • if 0 ≤ ''a'' and 0 ≤ ''b'' then 0 ≤ ''a b''




The non-strict inequalities ≤ and ≥ on real numbers are Total Order s. The strict inequalities < and > on real numbers are .


CHAINED NOTATION


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, eg. ''a'' < ''b'' + ''e'' < ''c'' is equivalent to ''a'' − ''e'' < ''b'' < ''c'' − ''e''.

This notation can be generalized to any number of terms: for instance, ''a''1 ≤ ''a''2 ≤ ... ≤ ''a''''n'' means that ''a''''i'' ≤ ''a''''i''+1 for ''i'' = 1, 2, ..., ''n'' − 1. By transitivity, this condition is equivalent to ''a''''i'' ≤ ''a''''j'' for any 1 ≤ ''i'' ≤ ''j'' ≤ ''n''.

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 Language s such as Python .


REPRESENTING INEQUALITIES ON THE REAL NUMBER LINE

Every inequality (except those which involve Imaginary Numbers ) can be represented on the real Number Line showing darkened regions on the line.


POWER INEQUALITIES

Sometimes with notation "power inequality" understand inequalities which contain a^b type expressions where a and b are real positive numbers or expressions of some variables. They can appear in exercises of mathematical olympiads and some calculations.

Examples

# If x>0, then x^x \ge \left( rac{1}{e} ight)^ rac{1}{e}
# If x>0, then x^{x^x} \ge x
# If x, y, z>0, then (x+y)^z + (x+z)^y + (y+z)^x > 2.
# For any real distinct numbers a and b, rac{e^b-e^a}{b-a}>e^{ rac{a+b}{2}}
# If x,y>0 and 0, then (x+y)^p
# If x, y and z are positive, then x^x y^y z^z \ge (xyz)^ rac{x+y+z}{3}
# If a and b are positive, then a^b + b^a > 1. This result was generalized by R. Ozols in 2002 who proved that if a_1, a_2, ..., a_n are any positive numbers, then a_1^{a_2}+a_2^{a_3}+...+a_n^{a_1}>1 (result is published in Latvian popular-scientific quarterly ''The Starry Sky'', see references).


WELL-KNOWN INEQUALITIES


See also List Of Inequalities .

Mathematician s often use inequalities to bound quantities for which exact formulas cannot be computed easily. Some inequalities are used so often that they have names:



MNEMONICS FOR STUDENTS

Young students sometimes confuse the less-than and greater-than signs, which are mirror images of one another. A commonly taught mnemonic is that the sign represents the mouth of a hungry Alligator that is trying to eat the larger number; thus, it opens towards 8 in both 3 < 8 and 8 > 3. {Link without Title} 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.


COMPLEX NUMBERS AND INEQUALITIES

By introducing a Lexicographical Order on the Complex Number s, it is a Totally Ordered Set .

  • if ''a'' ≤ ''b'' then ''a'' + ''c'' ≤ ''b'' + ''c''

  • if 0 ≤ ''a'' and 0 ≤ ''b'' then 0 ≤ ''a b''


Because ≤ is a Total Order , for any number ''a'', ''a'' ≤ 0 or 0 ≤ ''a''. In both cases 0 ≤ ''a''2; this means that i^2>0 and 1^2>0; so 1>0 and -1>0, 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:
  • a ≤ b if Re(a) < Re(b) or (Re(a) = Re(b) and Im(a)Im(b))

  • It can easily be proven that for this definition ''a'' ≤ ''b'' then ''a'' + ''c'' ≤ ''b'' + ''c''



SEE ALSO



REFERENCES




EXTERNAL LINKS