The question, exactly as you ask it
You are staring at an expression like this:
Your brain reads left to right and stumbles. The 3 is a number. The comma is a comma. The ] closes the interval. But that -\infty on the left — what is it, exactly? If it is not a number, why is it sitting in a slot that is normally filled by a number? And if it is a number, why is the bracket next to it always round, never square?
This is a genuinely subtle spot in notation, and pretty much every honest student bumps into it. Let us clear it up once and for all.
The one-line answer
The symbol \infty inside interval notation is a shorthand, not a number. It is a compact way of writing the phrase "and there is no bound on this side." The interval (-\infty, 3] means "all real numbers less than or equal to 3" — and the -\infty is just a placeholder that tells you the left side never stops.
You never reach -\infty. You cannot plug -\infty into an equation. You cannot ask whether -\infty + 1 = -\infty, because -\infty is not a thing that supports addition. It is a direction, not a destination.
For the deeper story about why the real numbers do not contain \infty, see the sibling article: Is Infinity a Real Number? No — and Here is Exactly Why.
Why the bracket next to ∞ is always round
This is the rule that makes students pause, and the reason behind it is beautiful once you see it.
A square bracket [ or ] means "include this endpoint." It is a promise that the number right next to the bracket belongs to the set.
A round bracket ( or ) means "approach but do not include."
Now look at (-\infty, 3] and ask: can you include -\infty? Include it in what? To "include" an endpoint, the endpoint must exist as a number in the set of real numbers. But -\infty is not a real number. There is nothing to include. So writing [-\infty, 3] would be nonsense — you would be claiming to contain something that does not exist.
Writing (-\infty, 3] is honest: the round bracket is saying "there is no endpoint on this side — the interval keeps going."
The round bracket next to -\infty and the arrowhead on the number line are saying the exact same thing: this side of the interval has no final number.
A test you can run on yourself
Here is a quick self-check. Which of these make sense, and which are nonsense?
- (-\infty, 5) — Makes sense. All real numbers less than 5, no lower bound.
- (3, \infty) — Makes sense. All real numbers greater than 3, no upper bound.
- [-\infty, 5] — Nonsense. You cannot include a non-number.
- (2, \infty] — Nonsense. Same reason.
- (-\infty, \infty) — Makes sense. All real numbers, no bound on either side. This is just \mathbb{R}.
Notice the pattern: every time you see \infty or -\infty in interval notation, the bracket next to it is round. Always. No exceptions. If you see a square bracket touching an infinity symbol, something has gone wrong — probably a typo.
Why the notation works this way — the translation to set-builder
Interval notation is a compact abbreviation of a longer statement written in set-builder form. Translating back reveals why \infty is a bookkeeping symbol, not a member of the set.
Read that out loud: "the set of all real numbers x such that x \leq 3." Why: the set-builder form is literal — it says every element is a real number satisfying a condition. There is no "element -\infty" in sight.
The -\infty in the interval notation is not an element of the set. It is part of the notation for the shape of the set — a flag saying "this set has no lower bound." Compare it to the ellipsis \ldots in a sequence like 1, 2, 3, \ldots — the \ldots is not a term of the sequence; it is a notation-level signal that the pattern continues.
The common mistake to unlearn
Many students, when first seeing (-\infty, 3], secretly believe -\infty is "the biggest negative number" or "the number at the far-left edge of the number line." Both of those ideas are wrong, and they cause real trouble later when you start doing limits and calculus.
The real number line has no far-left edge. For every real number n, however large in magnitude, the number n - 1 is also real and further to the left. There is no stopping point. -\infty is the name we give to that absence of a stopping point — not to any particular location.
Try this. Pick the "smallest" real number you can. Say you pick -10^{100}. Now subtract 1 from it. You get -10^{100} - 1, which is a real number, and it is smaller than your pick. So your pick was not the smallest. This argument works no matter what you picked — proving that no smallest real number exists. The symbol -\infty is the signpost we plant at this absence.
How this shows up in calculus later
In calculus you will write things like:
This does not mean "plug \infty into 1/x and get 0." It means: "as x grows without bound, the value of 1/x approaches 0." Again, \infty is a direction of travel, not a destination to arrive at. The same interpretation that makes (-\infty, 3] honest also makes \lim_{x \to \infty} honest. The notation is consistent across the whole of higher mathematics.
The one-line summary you can memorise
\infty inside interval notation is shorthand for "no bound on this side." It is not a number, so you cannot include it, which is why the bracket next to it is always round.
If you carry this one sentence into every inequality, every limit, and every interval you meet from now on, you will never write [-\infty, \ldots] by accident, and the notation will read as smoothly as prose.
Related reading
- Is Infinity a Real Number? No — and Here is Exactly Why — the set-theoretic reason \infty \notin \mathbb{R}.
- [Round Bracket "(" vs Square Bracket "" in Interval Notation — When Which — the general bracket rule, of which "round next to \infty" is a special case.
- Intervals and Inequalities — Preview — the parent chapter where interval notation is introduced.