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.
@[implicit_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
@[deprecated SimpleGraph.cycleGraph.cycle (since := "2026-02-15")]
Alias of SimpleGraph.cycleGraph.cycle.
The Eulerian cycle of cycleGraph (n + 3)
Instances For
@[deprecated SimpleGraph.cycleGraph.length_cycle (since := "2026-02-15")]
Alias of SimpleGraph.cycleGraph.length_cycle.