Skip to content

[Merged by Bors] - feat(NumberTheory/Divisors): Define Nat.divisorsAntidiagonalList#22977

Closed
Paul-Lez wants to merge 23 commits intomasterfrom
list-antidiagonal
Closed

[Merged by Bors] - feat(NumberTheory/Divisors): Define Nat.divisorsAntidiagonalList#22977
Paul-Lez wants to merge 23 commits intomasterfrom
list-antidiagonal

Conversation

@Paul-Lez
Copy link
Copy Markdown
Collaborator

@Paul-Lez Paul-Lez commented Mar 16, 2025

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)


Open in Gitpod

@Paul-Lez Paul-Lez added the WIP Work in progress label Mar 16, 2025
@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 16, 2025

PR summary 26fd3e733d

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference

Declarations diff

+ Sorted.filterMap
+ _root_.List.toFinset_filterMap
+ div_lt_div_left
+ div_lt_div_right
+ divisorsAntidiagonalList
+ divisorsAntidiagonalList_one
+ divisorsAntidiagonalList_zero
+ left_le_of_mem_range'
+ lt_iff_lt_of_mul_eq_mul
+ mem_divisorsAntidiagonalList
+ nodup_divisorsAntidiagonalList
+ perm_reverse
+ range'_0
+ reverse_divisorsAntidiagonalList
+ reverse_perm'
+ sorted_divisorsAntidiagonalList_fst
+ sorted_divisorsAntidiagonalList_snd
+ sorted_le_range'
+ sorted_le_replicate
+ sorted_lt_range'
+ sorted_replicate
+ swap_mem_divisorsAntidiagonalList
+ toFinset_divisorsAntidiagonalList
+ toFinset_range'_1
+ toFinset_range'_1_1
+ val_divisorsAntidiagonal
+ ⟨Pairwise.of_reverse,

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 script/declarations_diff.sh contains some details about this script.


No changes to technical debt.

You can run this locally as

./scripts/technical-debt-metrics.sh pr_summary
  • The relative value is the weighted sum of the differences with weight given by the inverse of the current value of the statistic.
  • The absolute value is the relative value divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).

@Paul-Lez Paul-Lez requested a review from eric-wieser April 3, 2025 21:25
@Paul-Lez Paul-Lez requested a review from eric-wieser April 9, 2025 22:00
@Paul-Lez Paul-Lez removed the WIP Work in progress label Apr 9, 2025
@Paul-Lez Paul-Lez requested a review from eric-wieser April 10, 2025 22:14
Copy link
Copy Markdown
Member

@eric-wieser eric-wieser left a comment

Choose a reason for hiding this comment

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

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.

@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Apr 11, 2025

✌️ Paul-Lez can now approve this pull request. To approve and merge a pull request, simply reply with bors r+. More detailed instructions are available here.

@ghost ghost added the delegated This pull request has been delegated to the PR author (or occasionally another non-maintainer). label Apr 11, 2025
YaelDillies and others added 2 commits April 12, 2025 10:48
Co-authored-by: Bhavik Mehta <bhavikmehta8@gmail.com>
@Paul-Lez Paul-Lez added the awaiting-CI This PR does not pass CI yet. This label is automatically removed once it does. label Apr 12, 2025
@github-actions github-actions bot removed the awaiting-CI This PR does not pass CI yet. This label is automatically removed once it does. label Apr 12, 2025
@Paul-Lez
Copy link
Copy Markdown
Collaborator Author

bors r+

mathlib-bors bot pushed a commit that referenced this pull request Apr 12, 2025
…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>
@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Apr 12, 2025

Build failed:

@Paul-Lez Paul-Lez added the awaiting-CI This PR does not pass CI yet. This label is automatically removed once it does. label Apr 12, 2025
@github-actions github-actions bot removed the awaiting-CI This PR does not pass CI yet. This label is automatically removed once it does. label Apr 12, 2025
@Paul-Lez
Copy link
Copy Markdown
Collaborator Author

bors r+

mathlib-bors bot pushed a commit that referenced this pull request Apr 12, 2025
…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>
@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Apr 12, 2025

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title feat(NumberTheory/Divisors): Define Nat.divisorsAntidiagonalList [Merged by Bors] - feat(NumberTheory/Divisors): Define Nat.divisorsAntidiagonalList Apr 12, 2025
@mathlib-bors mathlib-bors bot closed this Apr 12, 2025
@mathlib-bors mathlib-bors bot deleted the list-antidiagonal branch April 12, 2025 16:22
tannerduve pushed a commit that referenced this pull request May 13, 2025
…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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

delegated This pull request has been delegated to the PR author (or occasionally another non-maintainer).

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants