logo

Infinite Graph 📂Graph Theory

Infinite Graph

Definitions 1

  1. If the vertex set V(G)V(G) or the edge set E(G)E(G) of a graph GG is an infinite set, then GG is called an infinite graph.
  2. An infinite graph GG, whose V(G)V(G) and E(G)E(G) are both countable sets, is called a Countable Graph.
  3. Let’s define A(v)A(v) for a vertex vV(G)v \in V(G) of an infinite graph GG as follows. A(v):={w:vwE(G)} A(v) := \left\{ w : vw \in E(G) \right\} The degree of a vertex in an infinite graph GG is defined as the cardinality of A(v)A(v). deg(v)=A(v) \deg (v) = | A(v) | If deg(v)<\deg (v) < \infty, it is finite degree; if deg(v)=0\deg (v) = \aleph_{0}, it is countable degree.
  4. If all vertices of an infinite graph GG have finite degrees, it is said to be locally finite.
  5. If all vertices of an infinite graph GG have countable degrees, it is said to be locally countable.

Explanation

Infinite graphs may seem hard to imagine at first, but mathematically, they are just a natural generalization. For example, imagine a graph whose vertices are the set of integers Z\mathbb{Z}. If it is defined that whenever v,wV(G)=Zv,w \in V(G) = \mathbb{Z}, vwE(G)vw \in E(G), there is no shortfall in calling it a graph. Naturally, this graph is an infinite graph, and particularly, it is a countable graph.


  1. Wilson. (1970). Introduction to Graph Theory: p77. ↩︎