1

I have been researching about Partition of an Interval, and I'm quite confused.

Some articles(Peoples) say Partition of $[a,b]$ is a finite sequence of $ a = x_0 < x_1 < \cdot\cdot\cdot < x_n=b$ which is $P={\{x_0, x_1, \cdot\cdot\cdot, x_n}\}$ and $[x_0, x_1], [x_1, x_2], \cdot\cdot\cdot, [x_{n-1}, x_n]$ is the subintervals of Partition P

while others say its a set of subdivided subintervals $P={\{[x_0, x_1], [x_1,x_2]}, \cdot\cdot\cdot, [x_{n-1}, x_n\}$

so as in the title, what exactly is a Partition of $[a,b]$

1 Answers1

1

Sometimes the same term gets used in multiple different ways in mathematics. This can be extremely annoying (cf. the common confusion around the notion of "function," discussed e.g. here). Technically, this is one such occasion.

However, note that the two definitions cited are equivalent in a precise sense: there is an explicit way to translate between the two notions. Given a "first-type partition" $\langle a=x_0,x_1,...,x_n=b\rangle$, we get a corresponding "second-type partition" $\{[a=x_0, x_1], [x_1, x_2],...,[x_{n-1},x_n=b]\}$ (and we can translate in the other direction too). This means that neither notion has more, or different, information than the other, and the conflation of the two is relatively benign.

Noah Schweber
  • 245,398