[Merged by Bors] - feat(Data/Seq): update and set operations for Seq#26120
[Merged by Bors] - feat(Data/Seq): update and set operations for Seq#26120vasnesterov wants to merge 35 commits intoleanprover-community:masterfrom
update and set operations for Seq#26120Conversation
Comments from Original PR #20160This section contains 2 comment(s) from the original PR, excluding bot comments. @github-actions (2024-12-21 18:00 UTC): @github-actions (2025-01-18 19:28 UTC): PR summary 2d46e13f91Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
|
Don't forget to resolve the comments you addressed satisfactorily and to the PR title/description! |
modify and set operations for Sequpdate and set operations for Seq
|
Thank you! Done |
|
Thanks! maintainer merge |
|
🚀 Pull request has been placed on the maintainer queue by YaelDillies. |
|
Thanks! The file is getting a bit long so we may want to think about splitting this file up into Seq/Defs + Seq/Basic or something like that, but that's for another PR. |
Introduce `update` and `set` operations for sequences, along with a few lemmas about them.
|
Pull request successfully merged into master. Build succeeded: |
update and set operations for Sequpdate and set operations for Seq
…ommunity#26120) Introduce `update` and `set` operations for sequences, along with a few lemmas about them.
…ommunity#26120) Introduce `update` and `set` operations for sequences, along with a few lemmas about them.
Introduce
updateandsetoperations for sequences, along with a few lemmas about them.Seq.lean#20071This PR continues the work from #20160.
Original PR: #20160