feat: Colors alternate in a bicolored path#9131
Closed
IvanRenison wants to merge 62 commits intomasterfrom
Closed
Conversation
Collaborator
Author
|
I plan to use this theorems for (first) defining a cyclic graph and then proving it's chromatic number (in particular I will use this theorems for the odd case of the cyclic graph) |
YaelDillies
reviewed
Dec 26, 2023
Collaborator
Author
|
Very good suggestions, thank you very much, I will apply them. |
Contributor
|
The labels are loosely used (they are mostly there for when the PR has been without activity for some time), but yes I can mark it |
YaelDillies
reviewed
Dec 27, 2023
YaelDillies
reviewed
Dec 27, 2023
YaelDillies
reviewed
Dec 27, 2023
YaelDillies
reviewed
Dec 28, 2023
YaelDillies
reviewed
Dec 28, 2023
YaelDillies
reviewed
Dec 28, 2023
YaelDillies
reviewed
Dec 28, 2023
Collaborator
Author
|
Hi @kmill, as this pull request has become big, and I guess that difficult to review because of that, maybe it will be better if I split it in smaller pull requests? So that it is easier to review |
|
This PR/issue depends on: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add the theorem
pathGraph_G_Hom_coloringsaying that if a graph has a homorphism from a pathGraph then the colors alternate in the path.Specifically, the theorem ask for the first element of the path to be colored by true, and in the
pathGraph_G_Hom_coloring'it ask for the first element to be colored by false.Notis involutive #11192getVert_appendandgetVert_reverse#11787