Come on now...you know what the typical C_n refers to...shall I change my example to the Wheel graph? or perhaps the path graph?
Well, yes. Actually, there are boundary cases I'm not sure about -- for example, I can give reasons why we should consider the infinite graph:
... --> * --> * --> * --> ...
a cyclic graph, and reasons why we shouldn't. That's why I'm harping on the precise definition.
For example, I might define a cyclic graph to consist of, for some
n > 2:
A sequence of vertices [itex]v_i (1 \leq i \leq n)[/itex].
Edges between [itex]v_i[/itex] and [itex]v_{i+1}[/itex] ([itex]1 \leq i leq n[/itex]), and also between [itex]v_1[/itex] and [itex]v_n[/itex], and no others.
If I reject induction, then I cannot restrict myself to the integers. The above definition makes sense if I plug in any ordinal number greater than 2. If I used [itex]2\omega[/itex], for example, the graph [itex]C_{2\omega}[/itex] would look like:
[itex]2\omega[/itex] --> 1 --> 2 --> 3 --> 4 --> ...
[itex]\omega[/itex] --> [itex]\omega + 1[/itex] -->
[itex]\omega + 2[/itex] --> ...
Other definitions of a cyclic graph might need more interesting transfinite models than ordinals, but I'm pretty sure they will exist.
The point being that induction is a key property of the natural numbers; if you don't invoke it, then you can't rule out various transfinite messes like the one above.
Of course, other definitions of cyclic don't have that problem. I might define a cyclic graph to be a connected graph where every vertex has degree 2. With this definition, there's no trouble showing cyclic graphs are connected.
(Notice that you can derive an inductive principle from it, though! This definition is essentially equivalent to induction)