Nowhere dense classes are monadically dependent
Lax710763.AdlerAdler · concepts/Lax710763/AdlerAdler.lean · lax-710763
No public endorsements yet.
Loading review…
Sign in with ORCIDNatural Language Statement
Theorem
Every nowhere dense graph class is monadically dependent. Together with the statement that weakly sparse monadically dependent classes are nowhere dense, this carries the classical equivalence: on weakly sparse classes, monadic dependence and nowhere denseness coincide.
Concept map
Evidence
Each proof establishes this claim relative to its assumptions.
Lean source view on GitHub
| 1 | import Lax710763.MonadicDependence |
| 2 | import Lax199508.NowhereDenseClasses |
| 3 | |
| 4 | /-! |
| 5 | --- |
| 6 | title: Nowhere dense classes are monadically dependent |
| 7 | type: theorem |
| 8 | --- |
| 9 | Every nowhere dense graph class is monadically dependent. Together with |
| 10 | the statement that weakly sparse monadically dependent classes are |
| 11 | nowhere dense, this carries the classical equivalence: on weakly sparse |
| 12 | classes, monadic dependence and nowhere denseness coincide. |
| 13 | |
| 14 | # Formalization notes |
| 15 | |
| 16 | Adler and Adler proved that nowhere dense classes are monadically |
| 17 | *stable*; monadic dependence is the weakening stated here, which is how |
| 18 | the equivalence is used in the literature. The hypothesis is |
| 19 | `NowhereDense`, the shallow-minor definition of the *Sparsity Lectures* |
| 20 | submission (Lax199508), where nowhere denseness is defined and endorsed. |
| 21 | -/ |
| 22 | |
| 23 | namespace Lax710763.AdlerAdler |
| 24 | |
| 25 | open Lax199508.GraphClasses Lax199508.NowhereDenseClasses |
| 26 | open Lax710763.MonadicDependence |
| 27 | |
| 28 | /-- Nowhere dense graph classes are monadically dependent. -/ |
| 29 | axiom monadicallyDependent_of_nowhereDense |
| 30 | (C : GraphClass) (h : NowhereDense C) : |
| 31 | MonadicallyDependent C |
| 32 | |
| 33 | end Lax710763.AdlerAdler |
| 34 |
Formalization notes
Adler and Adler proved that nowhere dense classes are monadically stable; monadic dependence is the weakening stated here, which is how the equivalence is used in the literature. The hypothesis is , the shallow-minor definition of the Sparsity Lectures submission (Lax199508), where nowhere denseness is defined and endorsed.
Discussion
Ask a question or add context. Endorsements and structured flags are kept in the review panel above.
0 comments