Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - chore: Improve Finset lemma names #8894

Closed
wants to merge 8 commits into from

Conversation

YaelDillies
Copy link
Collaborator

Change a few lemma names that have historically bothered me.

  • Finset.card_le_of_subsetFinset.card_le_card
  • Multiset.card_le_of_leMultiset.card_le_card
  • Multiset.card_lt_of_ltMultiset.card_lt_card
  • Set.ncard_le_of_subsetSet.ncard_le_ncard
  • Finset.image_filterFinset.filter_image
  • CompleteLattice.finset_sup_compact_of_compactCompleteLattice.isCompactElement_finset_sup

Open in Gitpod

Change a few lemma names that have historically bothered me.

* `Finset.card_le_of_subset` → `Finset.card_le_card`
* `Multiset.card_le_of_le` → `Multiset.card_le_card`
* `Multiset.card_lt_of_lt` → `Multiset.card_lt_card`
* `Set.ncard_le_of_subset` → `Set.ncard_le_ncard`
* `Finset.image_filter` → `Finset.filter_image`
* `CompleteLattice.finset_sup_compact_of_compact` → `CompleteLattice.isCompactElement_finset_sup`
@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot added the merge-conflict The PR has a merge conflict with master, and needs manual merging. label Dec 14, 2023
@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot removed the merge-conflict The PR has a merge conflict with master, and needs manual merging. label Dec 19, 2023
Copy link
Member

@jcommelin jcommelin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks 🎉

bors merge

@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot added ready-to-merge This PR has been sent to bors. and removed awaiting-review The author would like community review of the PR labels Dec 27, 2023
mathlib-bors bot pushed a commit that referenced this pull request Dec 27, 2023
Change a few lemma names that have historically bothered me.

* `Finset.card_le_of_subset` → `Finset.card_le_card`
* `Multiset.card_le_of_le` → `Multiset.card_le_card`
* `Multiset.card_lt_of_lt` → `Multiset.card_lt_card`
* `Set.ncard_le_of_subset` → `Set.ncard_le_ncard`
* `Finset.image_filter` → `Finset.filter_image`
* `CompleteLattice.finset_sup_compact_of_compact` → `CompleteLattice.isCompactElement_finset_sup`
@mathlib-bors
Copy link

mathlib-bors bot commented Dec 27, 2023

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title chore: Improve Finset lemma names [Merged by Bors] - chore: Improve Finset lemma names Dec 27, 2023
@mathlib-bors mathlib-bors bot closed this Dec 27, 2023
@mathlib-bors mathlib-bors bot deleted the finset_names branch December 27, 2023 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge This PR has been sent to bors.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants