When I write $$\sum_{i=1}^{n} x_{i}$$ I obtain indices which are below and above the symbol. I want to write the existential quantifier with this same formatting, but when I try to do so, it appears as $$\exists_{i=1}^{n} x_{i}$$ with the indices written to the right of the symbol on the bottom and top, respectively. Is there any way to change this so that I have a big $\exists$ symbol where the $\Sigma$ is?
|
|
||||
|
Here is a solution which is similar in spirit to Mico's earlier answer, condensed into a few lines of code. This requires
The choices of font size were achieved by experimentation, and should be adequate for normalsized Computer Modern at 10pt to 12pt. Minor tweaking may be necessary for other typefaces. Because other font sizes (such as The parameters were chosen to achieve as similar an appearance as possible to the size and alignment of
This same code should be similarly generalized to any symbol of a similar height and depth (e.g. It should be easy to tweak the results to obtain better tuning for other fonts or point sizes; additional refinements (or defining a custom character with |
|||||||||
|
|
Whereas the symbols for I can think of two workarounds. The first is to load the
A second workaround involves loading the
Addendum - By default, the "limits" of the
whenever necesssary. The The result probably isn't entirely satisfactory from a typographic point of view, because the stroke widths of the newly created |
||||
|
|


\mathop{\exists}\limits_{i=1}^{n} x_{i}. Also see Why is \[ … \] preferable to $$?. – Peter Grill Feb 3 at 21:19