Consider $A: n \times n$ non-singular and the factors $L$ and $U$ of $A$ obtained with partial pivoting strategy, such as: $PA = LU$. Proof that $$\kappa_{\infty}(A) \geq \dfrac{||A||_{\infty}}{\min_{j}|u_{jj}|}.$$
The condition number $\kappa_{\infty}(A)$ is defined by $\kappa_{\infty}(A)=||A||_{\infty}||A^{-1}||_{\infty}$.
All I could show was that $\kappa_{\infty}(A) \geq \dfrac{||A||_{\infty}}{n ||U||_{\infty}}$.
But I can't get the "$n$" from the denominator.
This question seems to me to have some trick that I can´t get it. I discussed with some colleagues and we were thinking that this question is wrong. But still, we don´t know how to prove it.
Hint:
Let’s drop the permutation matrix (assume $A=LU$) and note that the partial pivoting implies that the absolute values of the elements under the unit diagonal of $L$ are bounded from above by $1$.
Now try using this: $$ |u_{ii}^{-1}|=|e_i^TU^{-1}e_i| =|e_i^TA^{-1}Le_i| \leq\|A^{-T}e_i\|_1\|Le_i\|_\infty \leq\|A^{-T}\|_1 =\|A^{-1}\|_\infty. $$
We used the facts that $|x^Ty|\leq\|x\|_1\|y\|_\infty$ for vectors and $\|X^T\|_1=\|X\|_\infty$ for matrices.