subconstituent
A subconstituent, in graph theory and related areas, refers to a part of a graph obtained by fixing a vertex and considering all vertices at a given distance from that vertex. Formally, let G = (V, E) be a connected graph and v ∈ V. For each nonnegative integer i, define Γ_i(v) = {u ∈ V : dist(v, u) = i}, where dist is the shortest-path distance. The induced subgraph on Γ_i(v) is called the i-th subconstituent of G with respect to v, sometimes written as G_i(v) or Γ_i(v). The sets Γ_i(v) form a distance partition of V, with Γ_0(v) = {v} and Γ_i(v) empty for i larger than the graph’s diameter.
In distance-regular graphs, the subconstituents have a highly regular structure. Each vertex in Γ_i(v) has exactly
Examples help illustrate the concept. In a cycle C_n, with a fixed vertex v, Γ_0(v) is {v},