I'm trying to use this answer's "not imply" symbol. However I get the error:
Argument of \mathpalette has an extra }
Here is a MWE:
\documentclass{article}
\usepackage{amsmath}
\usepackage{breqn}
\newcommand{\notimplies}{%
\mathrel{{\ooalign{\hidewidth$\not\phantom{=}$\hidewidth\cr$\implies$}}}}
\begin{document}
$x\notimplies y$
\end{document}
The problem seems to be with the breqn package.