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

feat: lemmas relating Array.findX and List.findX #5985

Merged
merged 2 commits into from
Nov 7, 2024
Merged

feat: lemmas relating Array.findX and List.findX #5985

merged 2 commits into from
Nov 7, 2024

Conversation

kim-em
Copy link
Collaborator

@kim-em kim-em commented Nov 7, 2024

This PR relates the operations findSomeM?, findM?, findSome?, and find? on Array with the corresponding operations on List, and also provides simp lemmas for the Array operations findSomeRevM?, findRevM?, findSomeRev?, findRev? (in terms of reverse and the usual forward find operations).

@kim-em kim-em requested a review from digama0 as a code owner November 7, 2024 03:12
@kim-em kim-em enabled auto-merge November 7, 2024 03:13
@github-actions github-actions bot temporarily deployed to lean-lang.org/lean4/doc November 7, 2024 03:27 Inactive
@kim-em kim-em added this pull request to the merge queue Nov 7, 2024
@github-actions github-actions bot added the toolchain-available A toolchain is available for this PR, at leanprover/lean4-pr-releases:pr-release-NNNN label Nov 7, 2024
@leanprover-community-bot
Copy link
Collaborator

Mathlib CI status (docs):

  • ❗ Batteries/Mathlib CI will not be attempted unless your PR branches off the nightly-with-mathlib branch. Try git rebase b1dee4a42e7965f17d184320353cbac281becd00 --onto c779f3a039963fd38b03a78f635f0a7c36f24f42. (2024-11-07 03:33:46)

Merged via the queue into master with commit ebc02fc Nov 7, 2024
14 checks passed
@kim-em kim-em added the changelog-library Library label Jan 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog-library Library toolchain-available A toolchain is available for this PR, at leanprover/lean4-pr-releases:pr-release-NNNN
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants