Homomorphism indistinguishability is preserved under categorical products
Lax871432.ProductPreservation · concepts/Lax871432/ProductPreservation.lean · lax-871432
No public endorsements yet.
Loading review…
Sign in with ORCIDNatural Language Statement
Lemma
For every graph class , the relaxation is preserved under categorical products: if then for every graph .
Concept map
In the paper
- page 4 of this submission's paper
Lean source view on GitHub
| 1 | import Lax871432.HomomorphismIndistinguishability |
| 2 | import Lax871432.PreservationProperties |
| 3 | |
| 4 | /-! |
| 5 | --- |
| 6 | title: Homomorphism indistinguishability is preserved under categorical products |
| 7 | type: lemma |
| 8 | --- |
| 9 | For every graph class , the relaxation is preserved under |
| 10 | categorical products: if then |
| 11 | for every graph . |
| 12 | -/ |
| 13 | |
| 14 | open Lax871432.GraphClasses |
| 15 | open Lax871432.HomomorphismIndistinguishability Lax871432.PreservationProperties |
| 16 | |
| 17 | namespace Lax871432.ProductPreservation |
| 18 | |
| 19 | /-- Homomorphism indistinguishability over any graph class is preserved under categorical |
| 20 | products. -/ |
| 21 | axiom preservedUnderCatProd (𝓕 : GraphClass) : |
| 22 | PreservedUnderCatProd (homIndRel 𝓕) |
| 23 | |
| 24 | end Lax871432.ProductPreservation |
| 25 |
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