The homomorphism distinguishing closure is a closure operator
Lax871432.DistinguishingClosureOperator · concepts/Lax871432/DistinguishingClosureOperator.lean · lax-871432
No public endorsements yet.
Loading review…
Sign in with ORCIDNatural Language Statement
Lemma
The map is a closure operator on graph classes ordered by inclusion: for all graph classes and ,
- if ,
- , and
- .
Concept map
In the paper
- page 3 of this submission's paper
Lean source view on GitHub
| 1 | import Mathlib.Order.Closure |
| 2 | import Lax871432.DistinguishingClosure |
| 3 | |
| 4 | /-! |
| 5 | --- |
| 6 | title: The homomorphism distinguishing closure is a closure operator |
| 7 | type: lemma |
| 8 | --- |
| 9 | The map is a closure operator on graph classes |
| 10 | ordered by inclusion: for all graph classes and , |
| 11 | |
| 12 | - if |
| 13 | , |
| 14 | - , and |
| 15 | - . |
| 16 | -/ |
| 17 | |
| 18 | open Lax871432.DistinguishingClosure Lax871432.GraphClasses |
| 19 | |
| 20 | namespace Lax871432.DistinguishingClosureOperator |
| 21 | |
| 22 | /-- is a closure operator: it is monotone, extensive and idempotent. -/ |
| 23 | axiom isClosureOperator : ∃ c : ClosureOperator GraphClass, ∀ 𝓕, c 𝓕 = cl 𝓕 |
| 24 | |
| 25 | end Lax871432.DistinguishingClosureOperator |
| 26 |
Discussion
Ask a question or add context. Endorsements and structured flags are kept in the review panel above.
0 comments