Lax5.WeaklySparseDependent
Weakly sparse monadically dependent classes are nowhere dense
concepts/Lax5/WeaklySparseDependent.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 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.
Lean source view on GitHub
| 1 | import Lax5.GraphClasses |
| 2 | import Lax5.MonadicDependence |
| 3 | import Lax12.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 (Lax12), 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 Lax5.WeaklySparseDependent |
| 27 | |
| 28 | open Lax12.GraphClasses Lax12.NowhereDenseClasses |
| 29 | open Lax5.GraphClasses Lax5.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 Lax5.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 (Lax12), 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
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