The question:
Let $A,B \in M_n(\mathbb R)$ be two matrices in the space of all square matrices, and let $\lVert \cdot \rVert$ be a norm over it.
Show there exist $C>0$ such that $\lVert AB \rVert \le C \lVert A \rVert \lVert B \rVert$.
The only matrix norm that was introduced so far is the operator norm (Sup$Ax$ such that $ \lVert x \rVert = 1$ ). I know this property holds for the operator norm with $C=1$ but the proof we've seen of it utlizes the property of the norm itself and I couldn't come up with a way to generalize that for all norms over square matrices.
Another confusion I have is that in the proof of this property for the operator norm, we've used $\lVert Ax \rVert \le \lVert A \rVert \lVert x \rVert$, but how is this true? $Ax$ is a vector, not a matrix (and in particular not a square matrix), how can we apply the matrix norm to $Ax$?