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

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.

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.

Strict versus non-strict inequality at the boundary x equals 3Two number lines stacked vertically, each running from negative 1 to 6 with integer tick marks. The top line represents x less than or equal to 3 with a thick accent-coloured ray extending left from a filled circle at 3 and an arrow at the far left. The bottom line represents x less than 3 with a thick accent-coloured ray extending left from a hollow circle at 3 and an arrow at the far left. A callout arrow on the right labels the filled dot "3 is IN" and the hollow dot "3 is OUT". The interval notations negative infinity comma 3 closed and negative infinity comma 3 open appear on the right. x ≤ 3 → (−∞, 3] — boundary included −1 0 1 2 3 4 5 6 x < 3 → (−∞, 3) — boundary excluded −1 0 1 2 3 4 5 6
Same ray, same interior, different endpoint. $x \le 3$ keeps the endpoint and draws it as a filled dot; $x < 3$ drops it and draws it as a hollow dot. That one dot is the only visible difference — and the reason for the different bracket in interval notation.

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.

x^2 \le 9 \iff |x| \le 3

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.

|x| \le 3 \iff -3 \le x \le 3

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.

x \in [-3, 3]

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.

x^2 < 9 \iff |x| < 3

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.

|x| < 3 \iff -3 < x < 3

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.

x \in (-3, 3)

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.

Solutions of x squared at most 9 and x squared strictly less than 9 on the number lineTwo number lines stacked vertically, each from negative 5 to 5 with integer tick marks. The top line shows the closed interval from negative 3 to 3 inclusive with filled circles at both endpoints, labelled x squared less than or equal to 9 and negative 3 closed bracket 3 closed bracket. The bottom line shows the open interval from negative 3 to 3 exclusive with hollow circles at both endpoints, labelled x squared less than 9 and negative 3 round bracket 3 round bracket. x² ≤ 9 → [−3, 3] −5 −4 −3 −2 −1 0 1 2 3 4 5 x² < 9 → (−3, 3) −5 −4 −3 −2 −1 0 1 2 3 4 5
$x^2 \le 9$ versus $x^2 < 9$: same interior, different endpoints. Filled dots keep $-3$ and $3$; hollow dots push them out. The only visible change in the picture is the two dot styles — and that is the only change in the answer as well.

A quick self-test

Decide which bracket each answer should take.

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

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.