-
Notifications
You must be signed in to change notification settings - Fork 347
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(SetTheory/Ordinal/Arithmetic): move add_mul_limit
#19805
Conversation
PR summary 449190e903Import 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/declarations_diff.sh <optional_commit>
## more verbose report:
./scripts/declarations_diff.sh long <optional_commit> The doc-module for Decrease in tech debt: (relative, absolute) = (1.00, 0.00)
Current commit 449190e903 You can run this locally as
|
|
||
theorem add_mul_limit {a b c : Ordinal} (ba : b + a = a) (l : IsLimit c) : (a + b) * c = a * c := | ||
add_mul_limit_aux ba l fun c' _ => add_mul_succ c' ba | ||
|
||
theorem add_le_of_forall_add_lt {a b c : Ordinal} (hb : 0 < b) (h : ∀ d < b, a + d < c) : |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you want to move this one too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I took care of that lemma on a separate PR - I've merged master to reflect this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors d+
✌️ vihdzp can now approve this pull request. To approve and merge a pull request, simply reply with |
bors r+ |
This has nothing to do with `ω` and can be moved much earlier in the file. We also private the auxiliary lemma `add_mul_limit_aux`.
Pull request successfully merged into master. Build succeeded: |
add_mul_limit
add_mul_limit
This has nothing to do with
ω
and can be moved much earlier in the file.We also private the auxiliary lemma
add_mul_limit_aux
.