Definition:Connected (Graph Theory)/Graph
< Definition:Connected (Graph Theory)(Redirected from Definition:Connected Graph)
Jump to navigation
Jump to search
Definition
Let $G$ be a graph.
Then $G$ is a connected graph if and only if every pair of vertices in $G$ is a pair of connected vertices.
Disconnected
Let $G = \struct {V, E}$ be a graph.
Then $G$ is a disconnected graph if and only if it is not a connected graph.
That is, if and only if there exists (at least) two vertices $u, v \in V$ such that $u$ and $v$ are not connected vertices.
Examples
Arbitrary Example 1
The following is an example of a connected graph with $5$ vertices and $6$ edges.
Vertex $C$ is adjacent to vertex $A$ but not to vertex $B$
There are $2$ paths of length $2$ from $B$ to $C$, that is $\tuple {B, A, C}$ and $\tuple {B, D, C}$
There are a several cycles, including $\tuple {B, D, E, B}$.
Also see
- Results about connected graphs can be found here.
Sources
- 1977: Gary Chartrand: Introductory Graph Theory ... (previous) ... (next): $\S 2.3$: Connected Graphs
- 1997: Donald E. Knuth: The Art of Computer Programming: Volume 1: Fundamental Algorithms (3rd ed.) ... (previous) ... (next): $\S 2.3.4.1$: Free Trees
- 1998: David Nelson: The Penguin Dictionary of Mathematics (2nd ed.) ... (previous) ... (next): connected graph
- 1998: David Nelson: The Penguin Dictionary of Mathematics (2nd ed.) ... (previous) ... (next): walk
- 2008: David Nelson: The Penguin Dictionary of Mathematics (4th ed.) ... (previous) ... (next): connected graph
- 2008: David Nelson: The Penguin Dictionary of Mathematics (4th ed.) ... (previous) ... (next): walk
- 2014: Christopher Clapham and James Nicholson: The Concise Oxford Dictionary of Mathematics (5th ed.) ... (previous) ... (next): connected graph