I want to type the symbol \not\Leftrightarrow. I tried with
\documentclass[12pt,a4paper]{article}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\begin{document}
\[\begin{cases}
A\cdot B \geqslant 0,\\
A \geqslant 0 \end{cases} \not\Leftrightarrow \begin{cases}
B \geqslant 0,\\
A \geqslant 0.\
\end{cases}
\]
\end{document}

I think, it is not nice. How can I creat that symbol?

centernot. – Werner Jan 16 '15 at 05:02\nLeftrightarrowinstead if all you need is this one symbol. – daemontus Sep 13 '22 at 18:06