The problem asks to put the statement into compact form.
The statement is : For every $2\times2$ matrix $A$ there exists a $2\times 2$ matrix $B$ such that $AB \neq BA$.
My original thought was to form the compact form like this : $(\forall A_{2x2})[(\exists B_{2x2}) \mid (AB \neq BA)]$.
But now I am wondering if I should be using a implication instead of the $ \mid $ modifier. Or if it should be written as $(\forall A_{2x2})(\exists B_{2x2})[AB \neq BA]$.
How does one properly format this statement and if it's no trouble could you explain why? Thank you for any help.