feat(Combinatorics/SimpleGraph): add lemma SimpleGraph.length_cycleBypass_le#37505
feat(Combinatorics/SimpleGraph): add lemma SimpleGraph.length_cycleBypass_le#37505IvanRenison wants to merge 2 commits intoleanprover-community:masterfrom
SimpleGraph.length_cycleBypass_le#37505Conversation
IvanRenison
commented
Apr 1, 2026
PR summary 11476c36a7Import changes for modified filesNo significant changes to the import graph Import changes for all files
Declarations diff
You can run this locally as follows## summary with just the declaration names:
./scripts/pr_summary/declarations_diff.sh <optional_commit>
## more verbose report:
./scripts/pr_summary/declarations_diff.sh long <optional_commit>The doc-module for No changes to technical debt.You can run this locally as
|
YaelDillies
left a comment
There was a problem hiding this comment.
Can you deduce this from the fact that w.cycleBypass.edges is a sublist of w.edges? Then you can also golf edges_cycleBypass_subset with it
|
Yes, I can. However, I see that #37577 is already adding the theorem that |
|
Do what you want between the two of you, so long as I don't have to approve of the suboptimal proof 😄 My two cents is that your PR could be absorbed into Snir's given how small it is. |