Skip to content
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] - feat(List): add lemmas about Sublist #12326

Closed
wants to merge 4 commits into from
Closed

Conversation

urkud
Copy link
Member

@urkud urkud commented Apr 21, 2024

  • Move tail_sublist to Basic
  • Rename sublist_of_cons_sublist_cons to Sublist.of_cons_cos
  • Rename cons_sublist_cons_iff to cons_sublist_cons
  • Add Sublist.tail, drop_sublist_drop_left, Sublist.drop
  • Protect some lemmas

Open in Gitpod

- Move `tail_sublist` to `Basic`
- Rename `sublist_of_cons_sublist_cons` to `Sublist.of_cons_cos`
- Rename `cons_sublist_cons_iff` to `cons_sublist_cons`
- Add `Sublist.tail`, `drop_sublist_drop_left`, `Sublist.drop`
- Protect some lemmas
@urkud urkud added awaiting-review The author would like community review of the PR awaiting-CI t-logic Logic (model theory, set theory, etc) labels Apr 21, 2024
@urkud urkud mentioned this pull request Apr 24, 2024
1 task
@fpvandoorn
Copy link
Member

bors merge

Maybe the simp attribute can be upstreamed to Std?

@github-actions github-actions bot added ready-to-merge This PR has been sent to bors. and removed awaiting-review The author would like community review of the PR labels Apr 24, 2024
mathlib-bors bot pushed a commit that referenced this pull request Apr 24, 2024
- Move `tail_sublist` to `Basic`
- Rename `sublist_of_cons_sublist_cons` to `Sublist.of_cons_cos`
- Rename `cons_sublist_cons_iff` to `cons_sublist_cons`
- Add `Sublist.tail`, `drop_sublist_drop_left`, `Sublist.drop`
- Protect some lemmas
@mathlib-bors
Copy link

mathlib-bors bot commented Apr 24, 2024

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title feat(List): add lemmas about Sublist [Merged by Bors] - feat(List): add lemmas about Sublist Apr 24, 2024
@mathlib-bors mathlib-bors bot closed this Apr 24, 2024
@mathlib-bors mathlib-bors bot deleted the YK-sublist branch April 24, 2024 14:56
Jun2M pushed a commit that referenced this pull request Apr 24, 2024
- Move `tail_sublist` to `Basic`
- Rename `sublist_of_cons_sublist_cons` to `Sublist.of_cons_cos`
- Rename `cons_sublist_cons_iff` to `cons_sublist_cons`
- Add `Sublist.tail`, `drop_sublist_drop_left`, `Sublist.drop`
- Protect some lemmas
callesonne pushed a commit that referenced this pull request May 16, 2024
- Move `tail_sublist` to `Basic`
- Rename `sublist_of_cons_sublist_cons` to `Sublist.of_cons_cos`
- Rename `cons_sublist_cons_iff` to `cons_sublist_cons`
- Add `Sublist.tail`, `drop_sublist_drop_left`, `Sublist.drop`
- Protect some lemmas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge This PR has been sent to bors. t-logic Logic (model theory, set theory, etc)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants