You solved the inequality, you got down to the last line, and now you are staring at it: is the answer x < 3 or x \le 3? Is the endpoint in or out? Is the bracket round or square? This doubt is the single most common place people lose one mark at the end of an otherwise correct problem. The rule that fixes it is small, and once you see the geometry behind it you will not forget.
< (strict) excludes the boundary. \le (non-strict) includes it.
< and > mean "strictly less than" and "strictly greater than" — the two sides can never be equal.
\le and \ge mean "less than or equal to" and "greater than or equal to" — equality is allowed.
Everything else in this article — the circle on the number line, the bracket in interval notation, what happens at the squeeze point of x^2 \le 9 versus x^2 < 9 — is a consequence.
Strict versus non-strict, in one sentence each
- Strict inequality: a < b asserts a is less than b and not equal to b. The two are guaranteed to be different. Symbols: <, >.
- Non-strict inequality: a \le b asserts a is less than b or equal to b. The two may be different or the same. Symbols: \le, \ge.
The little bar under \le is literally an equals sign glued under the less-than. The symbol tells you that equality is allowed — "less than, or equal to." If the bar is missing, equality is not.
Whenever you write the final answer to an inequality problem, you are making a promise: every number your solution set contains satisfies the original inequality, and every number it excludes does not. At the boundary — the number where the two sides become equal — that promise is exactly what strict versus non-strict decides.
The boundary number is where the difference lives
For almost every inequality you will meet, the interior of the solution set is the same whether the inequality is strict or not. What changes is the boundary point.
Take x \le 3 versus x < 3. Both solutions include every number like 2.9, 0, -17, 2.999. They differ on exactly one point: the number 3 itself.
- x \le 3: at x = 3, the condition reads 3 \le 3, which is true (equality is allowed). So 3 is in the solution set.
- x < 3: at x = 3, the condition reads 3 < 3, which is false (a number is never strictly less than itself). So 3 is not in the solution set.
When you write the answer on the number line, that single difference becomes the difference between a filled dot and a hollow dot. When you write the answer in interval notation, it becomes the difference between a square bracket and a round bracket.
The translation table
When you move from inequality symbol to number-line picture to interval bracket, everything is locked together. Memorise one row and you have the whole mapping.
| Inequality at boundary | Is the boundary in the set? | Dot on number line | Bracket in interval notation |
|---|---|---|---|
| < or > (strict) | No | Hollow | Round ( or ) |
| \le or \ge (non-strict) | Yes | Filled | Square [ or ] |
If you can say in words whether the boundary is in the set, you can instantly write the bracket and draw the dot. The three columns are the same information in three costumes.
Worked example: x^2 \le 9 versus x^2 < 9
This is where the strict-versus-non-strict choice stops being cosmetic. The two problems look almost identical — one has a bar under the symbol, the other does not — and the answer differs at exactly two points.
Solve $x^2 \le 9$
The inequality says "the square of x is at most 9." Because squaring is non-negative and increases in magnitude as |x| grows, x^2 \le 9 exactly when |x| \le 3 — that is, when x is within 3 units of 0 on the number line.
Step 1. Rewrite using absolute value.
Why: x^2 = |x|^2 and the function t \mapsto t^2 is strictly increasing on [0, \infty), so squaring preserves \le among non-negative numbers. Comparing magnitudes and comparing squares gives the same answer for non-negative inputs.
Step 2. Convert the absolute-value inequality to a double inequality.
Why: |x| \le r means the distance from x to 0 is at most r, i.e., x lies in the closed interval [-r, r]. The \le carries through — equality at |x| = 3 is allowed, so x = 3 and x = -3 are both fine.
Step 3. Check the endpoints. At x = 3: 3^2 = 9, and 9 \le 9 is true. At x = -3: (-3)^2 = 9, and 9 \le 9 is true. Both endpoints satisfy the inequality.
Step 4. Write the answer.
Result. The solution is the closed interval [-3, 3] — square brackets on both sides, filled dots on the number line.
Solve $x^2 < 9$
Same problem, strict version. The only change is the bar under the inequality symbol; watch what it does to the answer.
Step 1. Rewrite using absolute value.
Why: the same monotone-squaring argument as before, but now with strict <. Squaring preserves strict inequality among non-negative numbers, so x^2 < 9 \iff |x|^2 < 3^2 \iff |x| < 3.
Step 2. Convert to a double inequality.
Why: |x| < r means the distance from x to 0 is strictly less than r, so x lies strictly between -r and r. Equality at the endpoints is no longer allowed.
Step 3. Check the endpoints. At x = 3: 3^2 = 9, and 9 < 9 is false. At x = -3: (-3)^2 = 9, and 9 < 9 is false. Neither endpoint satisfies the inequality.
Step 4. Write the answer.
Result. The solution is the open interval (-3, 3) — round brackets on both sides, hollow dots on the number line.
The two solution sets differ by exactly two points — \{-3, 3\}. Those are the two values where the two sides of the inequality are equal: the boundary. Strict < throws them away, non-strict \le keeps them. On a board-exam answer sheet, writing [-3, 3] when the question had a strict <, or writing (-3, 3) when the question had a \le, is the classic one-mark mistake — and graders look for it.
A quick self-test
Decide which bracket each answer should take.
- "x is at most 7" → x \le 7 → (-\infty, 7]. At most means equality is allowed. Square on the right.
- "x is less than 7" → x < 7 → (-\infty, 7). Less than with no or equal to is strict. Round on the right.
- "x is at least 0" → x \ge 0 → [0, \infty). At least allows equality. Square on the left. Infinity, as always, round.
- "x is strictly positive" → x > 0 → (0, \infty). Strictly is the strict-inequality word. Round on the left.
- "x is a non-negative real number" → x \ge 0 → [0, \infty). Non-negative includes 0; positive does not.
The language clues are consistent once you listen for them. At most, at least, no more than, no less than, or equal to, non-negative, non-positive all allow equality — square bracket, filled dot, \le or \ge. Strictly, more than, less than, greater than, positive, negative all forbid equality — round bracket, hollow dot, < or >.
Two confusions worth naming
-
"At the boundary both sides are equal, so of course the inequality holds." No. The inequality holds at the boundary only if it is a non-strict one. For < and >, equality is precisely the thing being excluded. The boundary is the only place the two versions disagree, and the disagreement matters.
-
"The symbol \le is the same as < most of the time." Everywhere except the boundary, yes. But the boundary is where the problem asks the question. If the question is "for what values of x does f(x) \le 0?" then the roots of f — exactly the places f(x) = 0 — are either in or out of your answer, and \le versus < is what decides.
What to check when you write the final line
Before you circle your final answer, run the boundary check. Pick up each endpoint of the interval, substitute it back into the original inequality, and see whether the resulting numerical statement is true or false. If it is true, the endpoint is in the set and you want a square bracket there (or a filled dot on the number line). If it is false, the endpoint is out and you want a round bracket (or a hollow dot). The symbol \le or < on the original inequality dictates which one; the boundary check verifies you translated it correctly.
For the full theory of solving inequalities and building intervals from them, return to Intervals and Inequalities Preview. To practice the bracket rules with a draggable interval, try the Interval Builder. And if the bracket shape itself confuses you more than the inequality symbol, the companion note Round Bracket vs Square Bracket attacks the same idea from the notation side.