I want to write (Natural number set) \ (singleton $n$). How do I write this? The code is
\documentclass[12pt,a4paper]{article}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{amssymb}
\begin{document}
\mathbb{N}\\{n\}
\end{document
But \mathbb{N}\\{n\} does not seem to work.
\setminus, or\smallsetminus(the latter requiresamssymb). – campa Apr 09 '21 at 10:23\setminus. – Manjoy Das Apr 09 '21 at 11:21