I'm sorry if this is a silly question. I've done quite a bit of searching and have not found any definition or name for this symbol/usage, despite immense popularity and convenience. The sources I've checked barely allude to the existence of such a thing, or give vague explanations. It has many varieties and from what I understand can be traced back to early usage of infinitesimals.
I'm talking about, the bar, bracket, or other vertical symbol used to denote a difference of a function between two points, as: $$\int_{a}^{b}{f(x)}=\biggl[ F(x) \biggr]_{a}^{b}=F(x) \Bigg|_{a}^{b}=F(x)\bigg]_{a}^{b}$$ I have seen other usages of such notation (e.g. in the context of partial derivatives, for example, where it can mean 'taken at this point') being defined, but not this usage. Some authors use it, some do not. I see it more often than not in elementary mathematics courses or introductory material, but it appears everywhere.
It does not seem to have an appropriate unicode character, in stark contrast to the dozens of types of spaces, dashes, periods, and other explicitly named vertical bars.
I haven't found anything but cursory mention of it on wikipedia, even in articles talking about the very symbols used to represent it, and despite it appearing on many images and formulas there. At some point I thought I misremembered its popularity, or may have confused it with something else.
Word cannot typeset it, and it doesn't have an exclusive macro in standard latex (as far as I know), although it is often used there as (depending on taste) a large bracket, bar, divider, etc.
What is the name of this notation? Does it have a definition? Is it used, in this specific meaning, anywhere else besides integration? Is there a 'correct' way to typeset it? (e.g. lar or medium square brackets, bar, single square bracket, etc)
I would be thankful if anyone has a source on it.
\right|_a^b. – Sigur Jan 14 '13 at 22:21\left.to the left of the expression being evaluated. (Note the period after the command, which stands for an empty delimiter.) Thus, your example could be typeset as\int_a^bf(x)\mathrm dx=\left[F(x)\right]_a^b=\left.F(x)\right|_a^b=\left.F(x)\right]_a^b, yielding$$ \int_a^bf(x)\mathrm dx=\left[F(x)\right]_a^b=\left.F(x)\right|_a^b=\left.F(x)\right]_a^b $$
– joriki Jan 14 '13 at 22:59Sletter. So, you start with aSumand then pass to an integral $\int$ and finally you evaluate with the vertical bar $\big|$. Did you note some deformation on the letterS? – Sigur Jan 14 '13 at 23:05For the record, I usually type it as the first of the variants I presented in the question. I don't like how it looks when the bracket is small, and I don't like the ambiguity of the single bracket. I also don't like the $\rm{dx}$ or the $\int$ but that's another story. – GregRos Jan 15 '13 at 00:10