Induced grid exclusion in row and column graphs
Lax762056.ColumnGridExclusion · concepts/Lax762056/ColumnGridExclusion.lean · lax-762056
No public endorsements yet.
Loading review…
Sign in with ORCIDNatural Language Statement
Lemma
Every row and column graph excludes the grid as an induced minor.
Concept map
Evidence
Each proof establishes this claim relative to its assumptions.
In the paper
- page 4 of this submission's paper
Lean source view on GitHub
| 1 | import Lax762056.ColumnGraph |
| 2 | import Lax762056.Grid |
| 3 | |
| 4 | /-! |
| 5 | --- |
| 6 | title: Induced grid exclusion in row and column graphs |
| 7 | type: lemma |
| 8 | --- |
| 9 | Every row and column graph excludes the grid as an induced minor. |
| 10 | -/ |
| 11 | |
| 12 | namespace Lax762056.ColumnGridExclusion |
| 13 | |
| 14 | open ColumnGraph Grid |
| 15 | |
| 16 | axiom columnGraph_excludes_inducedGrid (R : Type*) (c : ℕ) : |
| 17 | ExcludesInducedGrid 5 (columnGraph R c) |
| 18 | |
| 19 | end Lax762056.ColumnGridExclusion |
| 20 |
Discussion
Ask a question or add context. Endorsements and structured flags are kept in the review panel above.
0 comments