[Math] Can a graph be strongly and weakly connected

graph theory

I'm currently revising course notes on directed graphs.

It says that a directed graph (digraph) is strongly connected if there is a path between every pair of vertices.

It also says that a digraph is weakly connected if the underlying undirected graph is connected.

My question is, can one digraph be both strongly and weakly connected?

For example: Digraph and undirected graph

Can this graph (image) be both strongly and weakly connected? or does it have to be either strongly, or either weakly?

Thank you.

Best Answer

As suggested by the terminology, any strongly connected graph is weakly connected, but a weakly connected graph is not necessarily strongly connected. For instance, the graph $1 \to 2$ is weakly connected but is not strongly connected.