Taking summands and preservation under disjoint unions
Lax871432.TakingSummands · concepts/Lax871432/TakingSummands.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 summands,
- the relaxation is preserved under disjoint unions,
- is closed under taking summands,
the implications (1) (2) (3) hold.
Concept map
Evidence
This concept declares 2 statements. Each proof establishes one of them relative to its assumptions.
1 preservedUnderDisjointUnion_iff_cl_isSummandClosed proven
2 preservedUnderDisjointUnion_of_isSummandClosed proven
In the paper
- page 5 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 summands and preservation under disjoint unions |
| 8 | type: theorem |
| 9 | --- |
| 10 | For a graph class and the assertions |
| 11 | |
| 12 | 1. is closed under taking summands, |
| 13 | 2. the relaxation is preserved under disjoint unions, |
| 14 | 3. is closed under taking summands, |
| 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.TakingSummands |
| 24 | |
| 25 | /-- **(1) (2).** If `𝓕` is closed under taking summands then |
| 26 | is preserved under disjoint unions. -/ |
| 27 | axiom preservedUnderDisjointUnion_of_isSummandClosed (𝓕 : GraphClass) : |
| 28 | IsSummandClosed 𝓕 → PreservedUnderDisjointUnion (homIndRel 𝓕) |
| 29 | |
| 30 | /-- **(2) (3).** is preserved under disjoint unions |
| 31 | if and only if is closed under taking summands. -/ |
| 32 | axiom preservedUnderDisjointUnion_iff_cl_isSummandClosed (𝓕 : GraphClass) : |
| 33 | PreservedUnderDisjointUnion (homIndRel 𝓕) ↔ IsSummandClosed (cl 𝓕) |
| 34 | |
| 35 | end Lax871432.TakingSummands |
| 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