feat(Combinatorics): card_le_card_biUnion_of_card_le_card - #42363
feat(Combinatorics): card_le_card_biUnion_of_card_le_card#42363ghseeli wants to merge 2 commits into
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 e15c3bf934Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
Co-authored-by: Christopher J. R. Lloyd <cjl8zf@virginia.edu> Co-authored-by: George H. Seelinger <ghseeli@gmail.com>
6f1f7ce to
b32a92d
Compare
This PR contributes a lemma to combinatorics,
card_le_card_biUnion_of_card_le_card. this is a set theoretic corollary of a double counting result proved for bipartite graphs (Finset.sum_card_bipartiteAbove_eq_sum_card_bipartiteBelow). This result was needed for our Latin Square PR #36698. This result was proved in less general terms in that PR, but is independent of Latin Square considerations and so we have generalized and moved it into this file.