feat(Combinatorics/SimpleGraph/Acyclic): define star graphs#38027
feat(Combinatorics/SimpleGraph/Acyclic): define star graphs#380278e7 wants to merge 8 commits intoleanprover-community:masterfrom
Conversation
Welcome new contributor!Thank you for contributing to Mathlib! If you haven't done so already, please review our contribution guidelines, as well as the style guide and naming conventions. In particular, we kindly remind contributors that we have guidelines regarding the use of AI when making pull requests. We use a review queue to manage reviews. If your PR does not appear there, it is probably because it is not successfully building (i.e., it doesn't have a green checkmark), has the If you haven't already done so, please come to https://leanprover.zulipchat.com/, introduce yourself, and mention your new PR. Thank you again for joining our community. |
PR summary 2ff88851d5Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
|
Please mark the review comments 'resolved' once you've addressed them so the next reviewer doesn't think they're still open. |
Co-authored-by: Vlad Tsyrklevich <vlad902@gmail.com>
Add a new definition
starGraphand several key lemmas. Star graphs are a trivial class of tree, often used in constructive proofs regarding trees.All lemmas are hand written first, then golfed with the help of Claude Code.