0

If I was asking someone to define a range of numbers and they put the same number for the starting point as the ending point. Is there a mathematical term for this?

For example, a range of 1 to 1. (Essentially, just 1).

Devon
  • 111

2 Answers2

2

An interval $[a,a]$ is called a degenerate interval. See

1

It is a point, or more specifically a collection of numbers with only 1 element. Some ways to think about this is:

What does a number in the range $[a,a]$ look like? Well, it is a number $\geq a$ and $\leq a$, and the only number like that is $a$ itself

NazimJ
  • 3,244