Rahul Sharma (Editor)

Inequation

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Inequation

In mathematics, an inequation is a statement that an inequality holds between two values. 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:

Contents

a < b , x + y + z 1 , n > 1 , x 0.

Some authors apply the term only to inequations in which the inequality relation is, specifically, not-equal-to (≠).

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

0 a < b 1

is shorthand for

0 a   a n d   a < b   a n d   b 1.

Solving 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, mathematical 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, the inequations become true propositions. Often, an additional objective expression is given that is to be minimized by an optimal solution.

For example, 0 x 1 690 1.5 x 2 0 x 2 530 x 1 x 1 640 0.75 x 2 is a conjunction of inequations, partly written as chains; 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). See Linear programming#Example for a larger example.

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

Special

f ( x ) < g ( x )
{ f ( x ) 0 g ( x ) > 0 f ( x ) < [ g ( x ) ] 2

References

Inequation Wikipedia