[Merged by Bors] - feat(NumberTheory/Divisors): Define Nat.divisorsAntidiagonalList#22977
[Merged by Bors] - feat(NumberTheory/Divisors): Define Nat.divisorsAntidiagonalList#22977
Nat.divisorsAntidiagonalList#22977Conversation
PR summary 26fd3e733dImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
…munity/mathlib4 into list-antidiagonal
Co-authored-by: Eric Wieser <efw@google.com>
…munity/mathlib4 into list-antidiagonal
eric-wieser
left a comment
There was a problem hiding this comment.
bors d+
Thanks!
I pushed some renames since lemmas about foo.bar should usually be named as if they were Foo.bar foo.
I also pushed a proof_wanted; if you feel like being sniped please try to prove it, but I realize it is totally unhelpful for what you are trying to use this for, so fine to leave it.
|
✌️ Paul-Lez can now approve this pull request. To approve and merge a pull request, simply reply with |
Co-authored-by: Bhavik Mehta <bhavikmehta8@gmail.com>
|
bors r+ |
…22977) This PR defines `Nat.divisorsAntidiagonalList` and proves a couple of basic results. This will be used in #21915 (adds a simproc to compute `Nat.divisorsAntidiagonal` and `Int.divisorsAntidiagonal`) Co-authored-by: Eric Wieser <wieser.eric@gmail.com> Co-authored-by: Yaël Dillies <yael.dillies@gmail.com>
|
Build failed: |
|
bors r+ |
…22977) This PR defines `Nat.divisorsAntidiagonalList` and proves a couple of basic results. This will be used in #21915 (adds a simproc to compute `Nat.divisorsAntidiagonal` and `Int.divisorsAntidiagonal`) Co-authored-by: Eric Wieser <wieser.eric@gmail.com> Co-authored-by: Yaël Dillies <yael.dillies@gmail.com>
|
Pull request successfully merged into master. Build succeeded: |
Nat.divisorsAntidiagonalListNat.divisorsAntidiagonalList
…22977) This PR defines `Nat.divisorsAntidiagonalList` and proves a couple of basic results. This will be used in #21915 (adds a simproc to compute `Nat.divisorsAntidiagonal` and `Int.divisorsAntidiagonal`) Co-authored-by: Eric Wieser <wieser.eric@gmail.com> Co-authored-by: Yaël Dillies <yael.dillies@gmail.com>
This PR defines
Nat.divisorsAntidiagonalListand proves a couple of basic results.This will be used in #21915 (adds a simproc to compute
Nat.divisorsAntidiagonalandInt.divisorsAntidiagonal)