Suppose that a graph has an infinite number of nodes set up as follows: let $V_n=\{a_{n,1},a_{n,2},\dots,a_{n,n-1}\}\cup\{b_n\}$ be a set of $n$ nodes. Let $V=\bigcup_{n=1}^\infty V_n$.
I am interested in graphs that can be built using nodes of V following the condition:
For every $n$, each $a\in\{a_{n,1},a_{n,2},\dots,a_{n,n-1}\}$ is connected to some $a'\in V_{n-1}$ by an edge.
Note: for every $n$, $b_n$ can be connected to some element(s) of $V_{n-1}$ but is not mandatory.
An example of such graph is depicted in the following picture where the elements $a_{n,1},a_{n,2},\dots,a_{n,n-1}$ are the white nodes and $b_n$ is the blue node.
I want to prove the following
Claim: There are only 2 types of graphs that can be built in this form: either a graph with an infinite connected sub-graph, or a graph that is union of disjoint finite connected sub-graphs that start at some $b_n$ and all the other nodes are in $V_m$ with $m>n$.
A graph of the 1st type is depicted in the picture above and a graph of the 2nd type is depicted in the picture below:
I think that the claim is true (almost trivially), but I don't know much about Graph Theory and maybe this claim can be proved very easily with some very well-know result in this area that I ignore. Any insight to prove this claim would be appreciated.


Suppose that $G$ has no infinite connected component.
On $i$th step let
$G_i = \{b_i\} \cup \{a|a$ is white vertex above, reacheable from $b_i$ without going through other blue nodes$\}$
then remove $G_i$ from G and continue.
Clearly $G_i$ is finite, has the only blue node and white nodes from above it, $\{G_i\}$ are disjoint.
To prove that $\{G_i\}$ is a partition required we only left to prove that every white node will be deleted. By induction we prove that after $i$th step every white vertex from $1..i+1$ levels has been deleted.
Let $a$ be an arbitrary white vertex from $(i+1)$th level. If $a$ was connected to another white from $i$th level it has been already deleted (as reachability is transitive). If it was not, it is connected to $b_i$ and will be deleted on $i$th step.