Symbols and Punctuation symbol

\dotsi LaTeX Symbol

\dotsi

The command \dotsi is used in LaTeX to produce ellipsis (three dots) in mathematical expressions, typically used in series or sequences. It is a variant of the \dots command, specifically designed to be used in mathematical contexts where the dots are followed by a binary operator or a relation.

Examples

Ellipsis in a series of additions

a_1 + a_2 + \dotsi + a_n

Ellipsis in a sequence of variables

x_1, x_2, \dotsi, x_n

Ellipsis in a product sequence

1 \cdot 2 \cdot \dotsi \cdot n

Related Symbols and Punctuation Symbols