Intervals

From Why start at x, y, z
Revision as of 18:31, 7 July 2021 by Christian Lawson-Perfect (talk | contribs) (Created page with "Category:Local variations Intervals are often written as a pair of numbers between two brackets, with the brackets determining whether the interval is open or closed at e...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Intervals are often written as a pair of numbers between two brackets, with the brackets determining whether the interval is open or closed at either end.

One convention is to use parentheses for 'open' and square brackets for closed. The interval between \(a\) and \(b\) which contains \(a\) but not \(b\) is written \([a,b)\). This conflicts with quite a few things because parentheses are overused.

Another convention is to always use square brackets, but reversed for 'open'. The interval above is written \([a, b[\).