I need to express that "a is not divisible by b" in my LaTeX document. It is my understanding that I should use the \nmid symbol for this case, as in $b \nmid a$.
LaTeX gives me the following error: Undefined control sequence. The \mid symbol works fine. I have imported the amsmath package via the following command: \usepackage{amsmath}.
What am I missing?
\usepackage{amssymb}. – egreg Oct 29 '13 at 07:45amssymb, ne vamsmath. – yo' Oct 29 '13 at 07:46