Same edge-connectivity and the minimum degree in bipartite graph

bipartite-graphsgraph theorygraph-connectivity

Let $G$ be a $n$-order bipartite graph.
$\kappa'(G)$ is an edge-connectivity of $G$, and $\delta(G)$ is the minimum degree of $G$.
I want to prove the following theorem:

If $\delta(G) \geq \frac{n}{4}$, then $\kappa'(G)=\delta(G)$.

And also, I think it is not best possible boundary.
In Jan Plesnik and Stefan Znam's paper, the boundary $\delta(G) \geq \frac{n+1}{4}$ is the best possible.
But I cannot find their reference, Volkmann's paper.
(Its title is "Bemerkungen zum p-fachen Kantenzusammenhang von graphen".)
Can you help me?

Best Answer

The result that $\delta(G) \ge \frac{n+1}{4} \implies \kappa'(G) = \delta(G)$ for bipartite graphs follows from Theorem 3.1 in the paper you cited.

Let $P \cup Q$ be the bipartition of $G$ with $|P| \ge \frac n2$ and $|Q| \le \frac n2$. Then $\delta(G) > \frac12|Q|$, so any two vertices $x,y \in P$ have a common neighbor in $Q$: condition (ii) of Theorem 3.1 holds.


On the other hand, $\delta(G) \ge \frac n4$ is not enough to conclude that $\kappa'(G) = \delta(G)$, even when $G$ is bipartite. As mentioned in the same paper, $G$ could be the union of two disjoint copies of $K_{n/4,n/4}$, with $\delta(G)=\frac n4$ but $\kappa'(G)=0$.

Related Question