Okey here i am stuck in a problem in matrix norm proof, i don't need to the proof of Matrix norm , i just need to know how the calculations are done to part (1) and (2) in figure.
Here is the complete problem sol. https://www.slader.com/textbook/9780538733519-numerical-analysis-9th-edition/442/exercises/8/
Here is where i am stuck.

In going from line 4 to line 5, they pull out $|a_{ik}|$ from the inner-most sum since it is constant with respect to $j$.
In line 5, they note in the underbrace that $|b_{kj}|$ is less than the sum $|b_{1j}|+|b_{2j}|+\cdots+|b_{nj}|$, i.e. the absolute value of one entry is less than the sum of the absolute values of all the entries in that column. Hence, they can replace the single term $|b_{kj}|$ with the sum $\sum_{l = 1}^{n}|b_{lj}|$ since $|b_{kj}| \le \sum_{l = 1}^{n}|b_{lj}|$ .