Find $\lambda (K_{m,n})$, where both m and n are at least 1.
I think the answer is $\min(m,n)$ (intuitively), but I'm not sure about my answer. (Specifically, I want to prove that this graph is connected after removing less than $\min(m,n)$ edges. Help me,please.
Since the graph is complete bipartite, the vertices will have either m or n as vertex degree. So it is the removal of minimum of (m,n) that makes the graph disconnected.