Inequation

From HandWiki
Short description: Mathematical statement that two values are not equal


In mathematics, an inequation is a statement that an inequality holds between two values.[1][2] It is usually written in the form of a pair of expressions denoting the values in question, with a relational sign between them indicating the specific inequality relation. Some examples of inequations are:

  • [math]\displaystyle{ a \lt b }[/math]
  • [math]\displaystyle{ x+y+z \leq 1 }[/math]
  • [math]\displaystyle{ n \gt 1 }[/math]
  • [math]\displaystyle{ x \neq 0 }[/math]

In some cases, the term "inequation" can be considered synonymous to the term "inequality",[3] while in other cases, an inequation is reserved only for statements whose inequality relation is "not equal to" (≠).[2]

Chains of inequations

A shorthand notation is used for the conjunction of several inequations involving common expressions, by chaining them together. For example, the chain

[math]\displaystyle{ 0 \leq a \lt b \leq 1 }[/math]

is shorthand for

[math]\displaystyle{ 0 \leq a ~ ~ \mathrm{and} ~ ~ a \lt b ~ ~ \mathrm{and} ~ ~ b \leq 1 }[/math]

which also implies that [math]\displaystyle{ 0 \lt b }[/math] and [math]\displaystyle{ a \lt 1 }[/math].

In rare cases, chains without such implications about distant terms are used. For example [math]\displaystyle{ i \neq 0 \neq j }[/math] is shorthand for [math]\displaystyle{ i \neq 0 ~ ~ \mathrm{and} ~ ~ 0 \neq j }[/math], which does not imply [math]\displaystyle{ i \neq j. }[/math][citation needed] Similarly, [math]\displaystyle{ a \lt b \gt c }[/math] is shorthand for [math]\displaystyle{ a \lt b ~ ~ \mathrm{and} ~ ~ b \gt c }[/math], which does not imply any order of [math]\displaystyle{ a }[/math] and [math]\displaystyle{ c }[/math].[4]

Solving inequations

Solution set (portrayed as feasible region) for a sample list of inequations

Similar to equation solving, inequation solving means finding what values (numbers, functions, sets, etc.) fulfill a condition stated in the form of an inequation or a conjunction of several inequations. These expressions contain one or more unknowns, which are free variables for which values are sought that cause the condition to be fulfilled. To be precise, what is sought are often not necessarily actual values, but, more in general, expressions. A solution of the inequation is an assignment of expressions to the unknowns that satisfies the inequation(s); in other words, expressions such that, when they are substituted for the unknowns, make the inequations true propositions. Often, an additional objective expression (i.e., an optimization equation) is given, that is to be minimized or maximized by an optimal solution.[5]

For example,

[math]\displaystyle{ 0 \leq x_1 \leq 690 - 1.5 \cdot x_2 \;\land\; 0 \leq x_2 \leq 530 - x_1 \;\land\; x_1 \leq 640 - 0.75 \cdot x_2 }[/math]

is a conjunction of inequations, partly written as chains (where [math]\displaystyle{ \land }[/math] can be read as "and"); the set of its solutions is shown in blue in the picture (the red, green, and orange line corresponding to the 1st, 2nd, and 3rd conjunct, respectively). For a larger example. see Linear programming.

Computer support in solving inequations is described in constraint programming; in particular, the simplex algorithm finds optimal solutions of linear inequations.[6] The programming language Prolog III also supports solving algorithms for particular classes of inequalities (and other relations) as a basic language feature. For more, see constraint logic programming.

Combinations of meanings

Usually because of the properties of certain functions (like square roots), some inequations are equivalent to a combination of multiple others. For example, the inequation [math]\displaystyle{ \textstyle \sqrt{{f(x)}} \lt g(x) }[/math] is logically equivalent to the following three inequations combined:

  1. [math]\displaystyle{ f(x) \ge 0 }[/math]
  2. [math]\displaystyle{ g(x) \gt 0 }[/math]
  3. [math]\displaystyle{ f(x) \lt \left(g(x)\right)^2 }[/math]

See also

References

  1. Thomas H. Sidebotham (2002). The A to Z of Mathematics: A Basic Guide. John Wiley and Sons. p. 252. ISBN 0-471-15045-2. 
  2. 2.0 2.1 Weisstein, Eric W.. "Inequation" (in en). http://mathworld.wolfram.com/Inequation.html. 
  3. "BestMaths". http://bestmaths.net/online/index.php/year-levels/year-9/year-9-topics/equations-and-inequations/. 
  4. Brian A. Davey; Hilary Ann Priestley (1990). Introduction to Lattices and Order. Cambridge Mathematical Textbooks. Cambridge University Press. definition of a fence in exercise 1.11, p.23. ISBN 0-521-36766-2. 
  5. Stapel, Elizabeth. "Linear Programming: Introduction". https://www.purplemath.com/modules/linprog.htm. 
  6. "Optimization - The simplex method" (in en). https://www.britannica.com/science/optimization.