Mathwords logoMathwords

Inequality Rules — Complete Algebra Reference Sheet

A complete reference for inequalities. Includes the basic inequality properties, the rule for flipping signs when multiplying by a negative, solving linear and quadratic inequalities, absolute value inequalities, and compound inequalities (AND/OR).

Inequality Symbols

Less Than
a<ba < b
Greater Than
a>ba > b
Less Than or Equal
aba \le b
Greater Than or Equal
aba \ge b
Not Equal
aba \ne b
Strict vs Non-Strict
<, > (open dot); ,  (closed dot)<,\ > \text{ (open dot)};\ \le,\ \ge \text{ (closed dot)}

Basic Inequality Properties

Addition Property
a<b    a+c<b+ca < b \implies a + c < b + c
Subtraction Property
a<b    ac<bca < b \implies a - c < b - c
Multiplication by Positive
a<b, c>0    ac<bca < b,\ c > 0 \implies a c < b c
Multiplication by Negative (FLIP)
a<b, c<0    ac>bca < b,\ c < 0 \implies a c > b c
Division by Positive
a<b, c>0    ac<bca < b,\ c > 0 \implies \tfrac{a}{c} < \tfrac{b}{c}
Division by Negative (FLIP)
a<b, c<0    ac>bca < b,\ c < 0 \implies \tfrac{a}{c} > \tfrac{b}{c}

Transitive & Order Properties

Transitive
a<b and b<c    a<ca < b \text{ and } b < c \implies a < c
Trichotomy
Exactly one: a<b, a=b, a>b\text{Exactly one: } a < b,\ a = b,\ a > b
Reciprocal Reversal
0<a<b    1a>1b0 < a < b \implies \tfrac{1}{a} > \tfrac{1}{b}
Reciprocal (Same Sign)
a<0<b    1a<0<1ba < 0 < b \implies \tfrac{1}{a} < 0 < \tfrac{1}{b}
Square Both Sides (positive)
0<a<b    a2<b20 < a < b \implies a^2 < b^2

Absolute Value Inequalities

Less Than (AND)
x<a    a<x<a|x| < a \iff -a < x < a
Less Than or Equal
xa    axa|x| \le a \iff -a \le x \le a
Greater Than (OR)
x>a    x<a or x>a|x| > a \iff x < -a \text{ or } x > a
Greater Than or Equal
xa    xa or xa|x| \ge a \iff x \le -a \text{ or } x \ge a
General Form
f(x)<c    c<f(x)<c|f(x)| < c \iff -c < f(x) < c
Special Case
x<0 has no solution; x0 always true|x| < 0 \text{ has no solution};\ |x| \ge 0 \text{ always true}

Quadratic Inequalities

Standard Approach
ax2+bx+c<0    find roots, test intervalsax^2 + bx + c < 0 \implies \text{find roots, test intervals}
Sign Chart
Mark roots on number line; test each interval\text{Mark roots on number line; test each interval}
Greater Than 0 (parabola up)
x<r1 or x>r2x < r_1 \text{ or } x > r_2
Less Than 0 (parabola up)
r1<x<r2r_1 < x < r_2
Always Positive Test
Δ<0 and a>0\Delta < 0 \text{ and } a > 0
Always Negative Test
Δ<0 and a<0\Delta < 0 \text{ and } a < 0

Compound Inequalities

AND (Conjunction)
a<x and x<b    a<x<ba < x \text{ and } x < b \iff a < x < b
OR (Disjunction)
x<a or x>bx < a \text{ or } x > b
Solving 'AND'
Apply same operation to all three parts\text{Apply same operation to all three parts}
Interval Notation (AND)
a<x<b    x(a,b)a < x < b \iff x \in (a, b)
Interval Notation (OR)
x(,a)(b,)x \in (-\infty, a) \cup (b, \infty)

Rational Inequalities

Standard Approach
P(x)Q(x)>0    find zeros of P, Q; test intervals\frac{P(x)}{Q(x)} > 0 \implies \text{find zeros of } P,\ Q;\ \text{test intervals}
Exclude Denominator Zeros
Q(x)0Q(x) \ne 0
Sign Change Points
Each zero of P or Q may flip the sign\text{Each zero of } P \text{ or } Q \text{ may flip the sign}
Common Mistake
Do NOT multiply by Q(x) if its sign is unknown\text{Do NOT multiply by } Q(x) \text{ if its sign is unknown}

Famous Inequalities

Triangle Inequality
a+ba+b|a + b| \le |a| + |b|
Reverse Triangle
abab||a| - |b|| \le |a - b|
AM-GM Inequality
a+b2ab(a,b0)\frac{a + b}{2} \ge \sqrt{ab} \quad(a, b \ge 0)
Cauchy-Schwarz
uvuv|\vec{u} \cdot \vec{v}| \le |\vec{u}| \cdot |\vec{v}|
Bernoulli's
(1+x)n1+nx(x1, n1)(1 + x)^n \ge 1 + nx \quad(x \ge -1,\ n \ge 1)

Related Pages