How to show in matrices that $||AB|| \leq ||A|| ||B||$ for the norm defined as $||A|| = \sum_{i,j=1}^{n} |a_{ij}|$?
I've tried writing $ ||AB|| = \sum_{i,j=1}^{n} \sum_{k=1}^{n} |a_{ik} b_{kj}| \leq \sum_{i,j=1}^{n} \sum_{k=1}^{n} |a_{ik} b_{kj}|$ and then $||A|| ||B|| = \sum_{i,j=1}^{n} \sum_{k,l=1}^{n} |a_{ij} b_{kl}|.$ But I can't go from one to another. Did I do something wrong?