I am trying to write a simple commutative diagram using an array. I know that there are fancier ways to do this, but for my purposes this is quick and simple and means I don't have to look up things I have previously half-remembered. Or so I thought.
My question is: how can I get an "implies" version of the diagonal arrows, such as \nwarrow? The standard way of doing this is to capitalise the first letter (\rightarrow becomes \Rightarrow, \uparrow becomes \Uparrow, etc.). However, as I'm sure you realised (because I am asking this question!) \Nwarrow doesn't work.
My MWE is below, and there is a picture of what is produced. I want the diagonal arrow to have the same forms as the other two arrows. "Simple" solutions would be appreciated; I can cobble something together myself using tikz, but this seems like overkill.
\documentclass{article}
\begin{document}
[
\begin{array}{ccc}
A&\Rightarrow&B\
&\nwarrow&\Downarrow\
&&C
\end{array}
]
\end{document}



\begin{frame}[fragile]. However, I don't understand why this is needed and its all getting a bit too complicated! Thus my plea for simplicity :-) [In fact, I only learned how to get tikz-cd to work after asking the question.] – user1729 Jun 11 '20 at 16:23ampersand replacement. You will run also in related problems when you try to define a macro with parameters in a frame. Of course, everyone is free to choose to produce the output in the way they want, but I personally would think that adding afragileis simpler than tuning distances and rotation angles, which you would have to do once you want a more general diagram. – Jun 11 '20 at 16:30fragilemay not be optimally chosen, it sounds like "shaky" but there is no real downside in choosingfragile, see https://tex.stackexchange.com/q/136240. – Jun 11 '20 at 17:08