Taking minors and preservation under complements
Lax871432.MinorsComplements · concepts/Lax871432/MinorsComplements.lean · lax-871432
No public endorsements yet.
Loading review…
Sign in with ORCIDNatural Language Statement
Theorem
For a graph class and the assertions
- is minor-closed,
- the relaxation is preserved under taking complements,
- is minor-closed,
the implications (1) (2) (3) hold.
Concept map
Evidence
Lean source view on GitHub
| 1 | import Lax871432.ClosureProperties |
| 2 | import Lax871432.DistinguishingClosure |
| 3 | import Lax871432.PreservationProperties |
| 4 | |
| 5 | /-! |
| 6 | --- |
| 7 | title: Taking minors and preservation under complements |
| 8 | type: theorem |
| 9 | --- |
| 10 | For a graph class and the assertions |
| 11 | |
| 12 | 1. is minor-closed, |
| 13 | 2. the relaxation is preserved under taking complements, |
| 14 | 3. is minor-closed, |
| 15 | |
| 16 | the implications (1) (2) (3) hold. |
| 17 | -/ |
| 18 | |
| 19 | open Lax871432.ClosureProperties Lax871432.DistinguishingClosure |
| 20 | open Lax871432.GraphClasses |
| 21 | open Lax871432.HomomorphismIndistinguishability Lax871432.PreservationProperties |
| 22 | |
| 23 | namespace Lax871432.MinorsComplements |
| 24 | |
| 25 | /-- **(1) (2).** If `𝓕` is minor-closed then is |
| 26 | preserved under taking complements. -/ |
| 27 | axiom preservedUnderCompl_of_isMinorClosed (𝓕 : GraphClass) : |
| 28 | IsMinorClosed 𝓕 → PreservedUnderCompl (homIndRel 𝓕) |
| 29 | |
| 30 | /-- **(2) (3).** is preserved under taking |
| 31 | complements if and only if is minor-closed. -/ |
| 32 | axiom preservedUnderCompl_iff_cl_isMinorClosed (𝓕 : GraphClass) : |
| 33 | PreservedUnderCompl (homIndRel 𝓕) ↔ IsMinorClosed (cl 𝓕) |
| 34 | |
| 35 | end Lax871432.MinorsComplements |
| 36 |
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