Mathwords logoReference LibraryMathwords

Conditional Inequality

Conditional Inequality

An inequality that is true for some value(s) of the variable(s) and not true for others.

 

Example: The inequality 2x – 5 < 9 is conditional because it is only true for values of x such that x < 7. Other values of x do not satisfy the inequality.

 

See also

Identity, satisfy, conditional equation

Key Formula

Solve: f(x)<g(x)solution set SR\text{Solve: } f(x) < g(x) \quad \Rightarrow \quad \text{solution set } S \subsetneq \mathbb{R}
Where:
  • f(x)f(x) = An expression involving the variable x on one side of the inequality
  • g(x)g(x) = An expression involving the variable x (or a constant) on the other side
  • SS = The solution set — the specific values of x that make the inequality true
  • R\subsetneq \mathbb{R} = S is a proper subset of all real numbers, meaning not every real number satisfies the inequality

Worked Example

Problem: Determine whether 3x + 4 > 10 is a conditional inequality, and find its solution set.
Step 1: Subtract 4 from both sides to begin isolating x.
3x+44>104    3x>63x + 4 - 4 > 10 - 4 \implies 3x > 6
Step 2: Divide both sides by 3. Since 3 is positive, the inequality direction stays the same.
3x3>63    x>2\frac{3x}{3} > \frac{6}{3} \implies x > 2
Step 3: Identify the solution set. Only values of x greater than 2 satisfy the inequality.
S=(2,)S = (2, \infty)
Step 4: Test a value inside the solution set and one outside. Try x = 5: 3(5) + 4 = 19 > 10 ✓. Try x = 0: 3(0) + 4 = 4 > 10 ✗.
Step 5: Because the inequality is true for some real numbers but not all, it is a conditional inequality.
Answer: The inequality 3x + 4 > 10 is a conditional inequality with solution set x > 2, or in interval notation, (2, ∞).

Another Example

This example uses a compound (three-part) inequality, showing that conditional inequalities can have bounded solution sets, not just half-lines.

Problem: Determine whether the compound inequality −2 ≤ 4x − 6 < 10 is a conditional inequality, and find its solution set.
Step 1: Add 6 to all three parts of the compound inequality to begin isolating x.
2+64x6+6<10+6    44x<16-2 + 6 \leq 4x - 6 + 6 < 10 + 6 \implies 4 \leq 4x < 16
Step 2: Divide all three parts by 4.
444x4<164    1x<4\frac{4}{4} \leq \frac{4x}{4} < \frac{16}{4} \implies 1 \leq x < 4
Step 3: The solution set is a bounded interval: x must be at least 1 and strictly less than 4.
S=[1,4)S = [1, 4)
Step 4: Verify: Try x = 2 → 4(2) − 6 = 2, and −2 ≤ 2 < 10 ✓. Try x = 5 → 4(5) − 6 = 14, and 14 < 10 ✗. Since not all values work, this is conditional.
Answer: The compound inequality is conditional with solution set 1 ≤ x < 4, or [1, 4).

Frequently Asked Questions

What is the difference between a conditional inequality and an identity inequality?
A conditional inequality is true only for certain values of the variable. An identity inequality (sometimes called an absolute or unconditional inequality) is true for every permissible value of the variable. For instance, x² ≥ 0 is an identity because it holds for all real numbers, while x + 3 > 5 is conditional because only x > 2 satisfies it.
How do you know if an inequality is conditional?
Solve the inequality for the variable. If the solution set is a proper subset of all real numbers — meaning at least one real number does not satisfy it — the inequality is conditional. If every real number satisfies it, it is an identity instead.
Can a conditional inequality have no solution?
An inequality with no solution is sometimes called a contradiction rather than a conditional inequality. For example, x² < −1 has no real solutions. Most textbooks reserve the term 'conditional' for inequalities that are true for some values but not others, so an inequality with an empty solution set is typically classified separately.

Conditional Inequality vs. Identity Inequality

Conditional InequalityIdentity Inequality
DefinitionTrue for some values of the variable but not othersTrue for all permissible values of the variable
Solution setA proper subset of the domain (e.g., x > 2)The entire domain (all real numbers, or all values where the expression is defined)
Example2x − 5 < 9 (true only when x < 7)x² ≥ 0 (true for every real number)
How to identifySolve and check that at least one value failsSolve or prove it holds for all values in the domain
Analogy with equationsLike a conditional equation (e.g., 2x = 10)Like an identity equation (e.g., (a + b)² = a² + 2ab + b²)

Why It Matters

You encounter conditional inequalities throughout algebra, precalculus, and calculus whenever you need to find intervals where a function is positive, negative, increasing, or decreasing. Recognizing that an inequality is conditional tells you that you must solve for the specific values that satisfy it, rather than assuming it always holds. This distinction is essential in optimization, domain restrictions, and real-world constraint problems.

Common Mistakes

Mistake: Assuming every inequality you solve is conditional.
Correction: Some inequalities, like x² + 1 > 0, are true for all real x and are therefore identities, not conditional. Always check whether your solution set covers all real numbers.
Mistake: Forgetting to flip the inequality sign when multiplying or dividing by a negative number.
Correction: If you divide both sides of −2x > 8 by −2, you must reverse the sign: x < −4. Failing to do so gives the wrong solution set and may lead you to misclassify the inequality.

Related Terms

  • InequalityGeneral term; conditional inequalities are a type
  • IdentityAn equation or inequality true for all values
  • Conditional EquationThe equation analogue of a conditional inequality
  • VariableThe unknown whose values are tested
  • SatisfyA value satisfies the inequality if it makes it true
  • Solution SetThe set of all values that satisfy the inequality
  • Compound InequalityTwo inequalities combined, often conditional