[Merged by Bors] - chore: mark measure_union_ne_top and friends with finiteness#30967
Closed
grunweg wants to merge 3 commits intoleanprover-community:masterfrom
Closed
[Merged by Bors] - chore: mark measure_union_ne_top and friends with finiteness#30967grunweg wants to merge 3 commits intoleanprover-community:masterfrom
grunweg wants to merge 3 commits intoleanprover-community:masterfrom
Conversation
PR summary e43769cf2aImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
|
!bench |
|
!bench |
Collaborator
|
Here are the benchmark results for commit c45709e. |
3 files, Instructions +1.0⬝10⁹
2 files, Instructions -2.0⬝10⁹
|
c45709e to
6f8d3a1
Compare
1 task
6f8d3a1 to
fccac75
Compare
|
!bench |
Collaborator
|
Here are the benchmark results for commit fccac75. |
2 files, Instructions +1.0⬝10⁹
|
fpvandoorn
reviewed
Oct 29, 2025
Contributor
|
✌️ grunweg can now approve this pull request. To approve and merge a pull request, simply reply with |
Contributor
Author
|
Thanks for the quick review! |
mathlib-bors bot
pushed a commit
that referenced
this pull request
Oct 29, 2025
In some cases, add `≠ ∞` versions of existing `< ∞` lemmas, and tag those with finiteness. Use this to golf one proof `by measurability` using finiteness, which is the morally correct proof. Motivated by #30966.
Contributor
|
Pull request successfully merged into master. Build succeeded: |
BeibeiX0
pushed a commit
to BeibeiX0/mathlib4
that referenced
this pull request
Nov 7, 2025
…ver-community#30967) In some cases, add `≠ ∞` versions of existing `< ∞` lemmas, and tag those with finiteness. Use this to golf one proof `by measurability` using finiteness, which is the morally correct proof. Motivated by leanprover-community#30966.
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.
In some cases, add
≠ ∞versions of existing< ∞lemmas, and tag those with finiteness.Use this to golf one proof
by measurabilityusing finiteness, which is the morally correct proof.Motivated by #30966.