Lax5.AdlerAdler
Nowhere dense classes are monadically dependent
concepts/Lax5/AdlerAdler.lean · lax-5
No public endorsements yet.
Loading review…
Sign in with ORCIDConcept map
Evidence
Each proof establishes this claim relative to its assumptions.
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.
Lean source view on GitHub
| 1 | import Lax5.MonadicDependence |
| 2 | import Lax12.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 (Lax12), where nowhere denseness is defined and endorsed. |
| 21 | -/ |
| 22 | |
| 23 | namespace Lax5.AdlerAdler |
| 24 | |
| 25 | open Lax12.GraphClasses Lax12.NowhereDenseClasses |
| 26 | open Lax5.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 Lax5.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 (Lax12), where nowhere denseness is defined and endorsed.
Community review
Discussion
Ask a question or add context. Endorsements and structured flags are kept in the review panel above; your ORCID profile must share a public name.
0 comments