“Suppose” for math proofs, in LaTeX

Slightly adapted from a suggestion by Scott Pakin, here is LaTeX code to generate the “suppose” symbol used by some mathematicians in writing proofs:

\newlength{\Swidth}
\newcommand{\suppose}{%
\settowidth{\Swidth}{S}
\makebox[\Swidth]{\(_{\rule{.15ex}{.8ex}}\)}\llap{S}%
}

“Suppose there exists some \(x\) in set \(U\ldots\)” becomes \(\suppose\ \exists\ x\in U\ldots\)



The symbol is the letter S with a vertical bar through the bottom curve:

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s