Definition of cycle graphs #
This file defines and proves several fact about cycle graphs on n vertices and the cycle around
the cycle graph when n ≥ 3.
Main declarations #
SimpleGraph.cycleGraph n: the cycle graph overFin n.(SimpleGraph.cycleGraph n).cycle: the cycle aroundcycleGraph (n + 3)starting at 0.
@[instance_reducible]
Equations
- SimpleGraph.instDecidableRelFinAdjCycleGraph 0 = fun (x x_1 : Fin 0) => isFalse ⋯
- SimpleGraph.instDecidableRelFinAdjCycleGraph 1 = fun (x x_1 : Fin 1) => isFalse ⋯
- SimpleGraph.instDecidableRelFinAdjCycleGraph n.succ.succ = id inferInstance
theorem
SimpleGraph.cycleGraph_isContained_iff
{V : Type u_1}
{G : SimpleGraph V}
{n : ℕ}
(hn : 2 < n)
: