Weakly sparse monadically dependent classes are nowhere dense
Lax710763.WeaklySparseDependent · concepts/Lax710763/WeaklySparseDependent.lean · lax-710763
No public endorsements yet.
Loading review…
Sign in with ORCIDNatural Language Statement
Theorem
Every weakly sparse monadically dependent graph class is nowhere dense. Together with the statement that nowhere dense classes are monadically dependent, 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.GraphClasses |
| 2 | import Lax710763.MonadicDependence |
| 3 | import Lax199508.NowhereDenseClasses |
| 4 | |
| 5 | /-! |
| 6 | --- |
| 7 | title: Weakly sparse monadically dependent classes are nowhere dense |
| 8 | type: theorem |
| 9 | --- |
| 10 | Every weakly sparse monadically dependent graph class is nowhere dense. |
| 11 | Together with the statement that nowhere dense classes are monadically |
| 12 | dependent, this carries the classical equivalence: on weakly sparse |
| 13 | classes, monadic dependence and nowhere denseness coincide. |
| 14 | |
| 15 | # Formalization notes |
| 16 | |
| 17 | The hypotheses are the weak sparseness predicate of the graph classes |
| 18 | concept of this submission and the transduction-based definition of |
| 19 | monadic dependence; the conclusion is `NowhereDense`, the shallow-minor |
| 20 | definition of the *Sparsity Lectures* submission (Lax199508), where nowhere |
| 21 | denseness is defined and endorsed. Stating the conclusion over that |
| 22 | definition is what lets this statement compose directly with the |
| 23 | sparsity theory built on it. |
| 24 | -/ |
| 25 | |
| 26 | namespace Lax710763.WeaklySparseDependent |
| 27 | |
| 28 | open Lax199508.GraphClasses Lax199508.NowhereDenseClasses |
| 29 | open Lax710763.GraphClasses Lax710763.MonadicDependence |
| 30 | |
| 31 | /-- Every weakly sparse monadically dependent graph class is nowhere |
| 32 | dense. -/ |
| 33 | axiom nowhereDense_of_weaklySparse_of_monadicallyDependent |
| 34 | (C : GraphClass) (hs : WeaklySparse C) (hd : MonadicallyDependent C) : |
| 35 | NowhereDense C |
| 36 | |
| 37 | end Lax710763.WeaklySparseDependent |
| 38 |
Formalization notes
The hypotheses are the weak sparseness predicate of the graph classes concept of this submission and the transduction-based definition of monadic dependence; the conclusion is , the shallow-minor definition of the Sparsity Lectures submission (Lax199508), where nowhere denseness is defined and endorsed. Stating the conclusion over that definition is what lets this statement compose directly with the sparsity theory built on it.
Used by
none
From Mathlib
none
Discussion
Ask a question or add context. Endorsements and structured flags are kept in the review panel above.
0 comments