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

Upstream various lemmas about sublists to Std #307

Open
eric-wieser opened this issue Oct 19, 2023 · 0 comments
Open

Upstream various lemmas about sublists to Std #307

eric-wieser opened this issue Oct 19, 2023 · 0 comments

Comments

@eric-wieser
Copy link
Member

As of #301, we will have both List.sublists and List.sublistsFast, where the former is implemented_by the latter.

The proof that this is safe, sublists_eq_sublistsFast, as of leanprover-community/mathlib4#7746 lives in mathlib.
We should upstream the results needed by this lemma (such as List.reverseRecOn) such that sublists_eq_sublistsFast can be in Std instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant