-
Notifications
You must be signed in to change notification settings - Fork 335
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] - refactor: move theorem about lists to batteries #12540
Closed
Conversation
This file contains 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
chabulhwi
added
blocked-by-other-PR
This PR depends on another PR to Mathlib (this label is automatically managed by a bot)
blocked-by-batt-PR
This PR depends on a PR to Batteries
labels
Apr 30, 2024
1 task
chabulhwi
force-pushed
the
chabulhwi/list-theorems
branch
from
May 6, 2024 09:05
f1d64b0
to
c627472
Compare
chabulhwi
added
the
dependency-bump
This PR bumps the version of an upstream dependency (but not toolchain).
label
May 6, 2024
chabulhwi
changed the title
refactor: move theorems about lists to std
refactor: move theorems about lists to batteries
May 7, 2024
chabulhwi
force-pushed
the
chabulhwi/list-theorems
branch
4 times, most recently
from
May 10, 2024 01:44
a9f7bb7
to
cd6d973
Compare
chabulhwi
force-pushed
the
chabulhwi/list-theorems
branch
from
June 8, 2024 13:35
cd6d973
to
2c43a0a
Compare
PR summary 3281554ac4Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
chabulhwi
force-pushed
the
chabulhwi/list-theorems
branch
from
June 8, 2024 13:38
2c43a0a
to
4fcf5e4
Compare
leanprover-community-mathlib4-bot
added
the
merge-conflict
The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot)
label
Jun 20, 2024
chabulhwi
force-pushed
the
chabulhwi/list-theorems
branch
from
September 3, 2024 03:55
4fcf5e4
to
1e2ebea
Compare
chabulhwi
added a commit
to chabulhwi/batteries
that referenced
this pull request
Sep 3, 2024
`List.isEmpty_iff_eq_nil` and `List.modifyHead_modifyHead` are from `Mathlib.Data.List.Basic`. We need these theorems to prove `String.splitOn_of_valid`. See leanprover-community#743. Batteries bump PR in Mathlib: leanprover-community/mathlib4#12540 Co-authored-by: Kim Morrison <kim@tqft.net>
chabulhwi
force-pushed
the
chabulhwi/list-theorems
branch
from
September 3, 2024 03:59
1e2ebea
to
f1a7d67
Compare
leanprover-community-bot-assistant
removed
the
merge-conflict
The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot)
label
Sep 3, 2024
chabulhwi
added a commit
to chabulhwi/batteries
that referenced
this pull request
Sep 3, 2024
`List.isEmpty_iff_eq_nil` and `List.modifyHead_modifyHead` are from `Mathlib.Data.List.Basic`. We need these theorems to prove `String.splitOn_of_valid`. See leanprover-community#743. Batteries bump PR in Mathlib: leanprover-community/mathlib4#12540 Co-authored-by: Kim Morrison <kim@tqft.net>
leanprover-community-bot-assistant
added
the
merge-conflict
The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot)
label
Sep 3, 2024
mathlib4-dependent-issues-bot
removed
the
blocked-by-other-PR
This PR depends on another PR to Mathlib (this label is automatically managed by a bot)
label
Oct 14, 2024
chabulhwi
force-pushed
the
chabulhwi/list-theorems
branch
from
October 14, 2024 06:59
f1a7d67
to
5007648
Compare
chabulhwi
changed the title
refactor: move theorems about lists to batteries
refactor: move theorem about lists to batteries
Oct 14, 2024
leanprover-community-bot-assistant
removed
the
merge-conflict
The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot)
label
Oct 14, 2024
`List.modifyHead_modifyHead` is from `Mathlib.Data.List.Basic`. I need it to prove `String.splitOn_of_valid`. See leanprover-community/batteries#743. Corresponding Batteries PR: leanprover-community/batteries#756
chabulhwi
force-pushed
the
chabulhwi/list-theorems
branch
from
October 14, 2024 07:12
7b6cb7b
to
2ea88b1
Compare
bors merge |
bors p=10 |
mathlib-bors bot
pushed a commit
that referenced
this pull request
Oct 14, 2024
`List.modifyHead_modifyHead` is from `Mathlib.Data.List.Basic`. I need it to prove `String.splitOn_of_valid`. See leanprover-community/batteries#743. Corresponding Batteries PR: leanprover-community/batteries#756 Co-authored-by: Kim Morrison <kim@tqft.net>
Closed
This PR/issue depends on: |
Pull request successfully merged into master. Build succeeded: |
mathlib-bors
bot
changed the title
refactor: move theorem about lists to batteries
[Merged by Bors] - refactor: move theorem about lists to batteries
Oct 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependency-bump
This PR bumps the version of an upstream dependency (but not toolchain).
ready-to-merge
This PR has been sent to bors.
t-data
Data (lists, quotients, numbers, etc)
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.
List.modifyHead_modifyHead
is fromMathlib.Data.List.Basic
. I needit to prove
String.splitOn_of_valid
. Seeleanprover-community/batteries#743.
Corresponding Batteries PR:
leanprover-community/batteries#756
simp
priority from theorem #16429