Asteroidal cycle triples obstruct induced minors
Lax762056.CycleObstruction · concepts/Lax762056/CycleObstruction.lean · lax-762056
No public endorsements yet.
Loading review…
Sign in with ORCIDNatural Language Statement
Lemma
No graph containing an asteroidal triple of cycles is an induced minor of a row and column graph. The grid contains such a triple.
Concept map
Evidence
Lean source view on GitHub
| 1 | import Lax762056.AsteroidalCycles |
| 2 | import Lax762056.ColumnGraph |
| 3 | import Lax762056.Grid |
| 4 | |
| 5 | /-! |
| 6 | --- |
| 7 | title: Asteroidal cycle triples obstruct induced minors |
| 8 | type: lemma |
| 9 | --- |
| 10 | No graph containing an asteroidal triple of cycles is an induced minor of |
| 11 | a row and column graph. The grid contains such a triple. |
| 12 | -/ |
| 13 | |
| 14 | namespace Lax762056.CycleObstruction |
| 15 | |
| 16 | open AsteroidalCycles ColumnGraph Grid InducedMinors |
| 17 | |
| 18 | axiom asteroidalCycles_obstruction (R W : Type*) (c : ℕ) (H : SimpleGraph W) |
| 19 | (hH : HasAsteroidalCycleTriple H) : |
| 20 | ¬ IsInducedMinor H (columnGraph R c) |
| 21 | |
| 22 | axiom grid_five_has_asteroidalCycles : HasAsteroidalCycleTriple (squareGrid 5) |
| 23 | |
| 24 | end Lax762056.CycleObstruction |
| 25 |
Discussion
Ask a question or add context. Endorsements and structured flags are kept in the review panel above.
0 comments