Given that $\Gamma=(X,R)$ denote a distance-regular graph with diameter $D$ and valency $k=b_0$. How will I show that $k = a_i + b_i + c_i$ for all $0 \leq i \leq D$?
Trying to make use of the definition of distance-regular graphs.
Here is the definition:
Let $\Gamma = (X,R)$ denote a connected graph with diameter $D$. We say $\Gamma$ is distance-regular whenever foar all integers $i$, $0 \leq i \leq D$, and for all $x,y \in X$, the scalars $$c_i = \mid \Gamma_{i-1}(x) \cap \Gamma (y) \mid$$ $$a_i = \mid \Gamma_{i}(x) \cap \Gamma (y) \mid$$ $$b_i = \mid \Gamma_{i+1}(x) \cap \Gamma (y) \mid$$
are constant depending only on $i$ and not on the choice of vertices $x,y$.