Sarmate.net Sarmate.net
Home Features Pricing Documentation Contact
Log in Sign up

Arrow symbols in LaTeX

LaTeX offers a wide range of arrows for mathematical formulas: implications, mappings, limits and more. All are used in math mode.

Simple arrows

CommandSymbolName
\rightarrow ou \toVers la droite
\leftarrowVers la gauche
\leftrightarrowBidirectionnelle
\uparrowVers le haut
\downarrowVers le bas
\mapstoApplication (f : x mapsto y)

Double arrows (implications)

CommandSymbolUsage
\RightarrowImplication
\LeftarrowImplication inverse
\LeftrightarrowÉquivalence
\impliesImplication (espacée)
\iffÉquivalence (espacée)

Examples in context

LaTeX
% Implication logique
$x > 0 \implies x^2 > 0$

% Équivalence
$x^2 = 4 \iff x = 2 \text{ ou } x = -2$

% Application
$f : \mathbb{R} \to \mathbb{R}, \quad x \mapsto x^2$

% Limite
$f(x) \xrightarrow[x \to +\infty]{} 0$

Try it in Sarmate

Edit, compile and download your LaTeX documents directly in your browser.

Open the editor