Taking induced subgraphs and left lexicographic products
Lax871432.InducedSubgraphs · concepts/Lax871432/InducedSubgraphs.lean · lax-871432
No public endorsements yet.
Loading review…
Sign in with ORCIDNatural Language Statement
Theorem
For a graph class and the assertions
- is closed under taking induced subgraphs,
- the relaxation is preserved under left lexicographic products,
- is closed under taking induced subgraphs,
the implications (1) (2) (3) hold.
Concept map
Evidence
In the paper
- page 10 of this submission's paper
Lean source view on GitHub
| 1 | import Lax871432.ClosureProperties |
| 2 | import Lax871432.DistinguishingClosure |
| 3 | import Lax871432.PreservationProperties |
| 4 | |
| 5 | /-! |
| 6 | --- |
| 7 | title: Taking induced subgraphs and left lexicographic products |
| 8 | type: theorem |
| 9 | --- |
| 10 | For a graph class and the assertions |
| 11 | |
| 12 | 1. is closed under taking induced subgraphs, |
| 13 | 2. the relaxation is preserved under left lexicographic products, |
| 14 | 3. is closed under taking induced subgraphs, |
| 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.InducedSubgraphs |
| 24 | |
| 25 | /-- **(1) (2).** -/ |
| 26 | axiom preservedUnderLeftLexProd_of_isInducedSubgraphClosed (𝓕 : GraphClass) : |
| 27 | IsInducedSubgraphClosed 𝓕 → PreservedUnderLeftLexProd (homIndRel 𝓕) |
| 28 | |
| 29 | /-- **(2) (3).** -/ |
| 30 | axiom preservedUnderLeftLexProd_iff_cl_isInducedSubgraphClosed (𝓕 : GraphClass) : |
| 31 | PreservedUnderLeftLexProd (homIndRel 𝓕) ↔ IsInducedSubgraphClosed (cl 𝓕) |
| 32 | |
| 33 | end Lax871432.InducedSubgraphs |
| 34 |
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