Graph Theory – Finding a Graph with ?(G) < ?(G) < ?(G)

graph theory

How would I go about constructing a graph that satisfies this inequality? I am new to graph theory so I'm not sure where to start. Note that:

$\kappa(G)$ is the vertex-connectivity of G, the size of the smallest separating set of G. (A separating set is a set of vertices of G whose deletion from the graph makes the graph become disconnected).

$\lambda(G)$ is the edge-connectivity of G, the size of the smallest disconnect set of G. (A disconnected set is a set of edges of G whose deletion from the graph makes the graph become disconnected).

$\delta(G)$ is the minimum degree of G (i.e. the degree of the vertex of G with the minimum degree).

Best Answer

Let $G$ be the following graph:

enter image description here

Then $\kappa(G)=1$ (remove its middle point), $\lambda(G)=2$ (remove $a$ and $b$) and $\delta(G)=3$.