LaTeX Not Element Of () - Complete Guide

The not-element-of symbol (∉) indicates that an element does not belong to a set.

Symbol Preview

Not Element Of

LaTeX Code

No package required

Recommended
\notin

Not element of set

What is the LaTeX Not Element Of?

If x ∉ A, then x is not a member (element) of set A.

How to Use Not Element Of in LaTeX

Method 1: Using \notin

No package required

Not element of set

Example: Using \notin

latex
\documentclass{article}

\begin{document}

% Using the Not Element Of
Text with \notin

\end{document}

Common Use Cases

The Not Element Of symbol is commonly used in the following contexts:

Non-membership

Element not in set.

Code

$x \notin A$

Output

x ∉ A

Complete Examples

Non-membership Example

Not element example

latex
\documentclass{article}
\begin{document}

$7 \notin \{1, 2, 3, 4, 5\}$

\end{document}

Frequently Asked Questions about Not Element Of (∉)

Which LaTeX code should I use for Not Element Of?

For the Not Element Of symbol (∉), we recommend using the method marked as "Recommended" above. However, the best method depends on your specific needs:

  • \notin: Not element of set

Where can I use the Not Element Of symbol?

The Not Element Of symbol (∉) is typically used:

  • In mathematical equations (math mode)
  • In regular text (if supported)
  • In various LaTeX environments

Can I use the Not Element Of symbol in display mode?

Yes, the Not Element Of symbol (∉) works in display mode (between $$ $$). This allows you to render the symbol on its own line with better visibility.

🔗 Related Symbols You May Need

View all symbols →

🎯 Need to Convert PDF to LaTeX?

Our free PDF to LaTeX converter preserves all mathematical symbols and formatting.

Fast & accurate

Preserves symbols

Free online

No registration

Try Converter Now →