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: constructors in grind #6463

Merged
merged 7 commits into from
Dec 27, 2024
Merged

feat: constructors in grind #6463

merged 7 commits into from
Dec 27, 2024

Conversation

leodemoura
Copy link
Member

This PR adds support for constructors to the (WIP) grind tactic. When merging equivalence classes, grind checks for equalities between constructors. If they are distinct, it closes the goal; if they are the same, it applies injectivity.

@leodemoura leodemoura added the changelog-language Language features, tactics, and metaprograms label Dec 27, 2024
@leodemoura leodemoura enabled auto-merge December 27, 2024 21:00
@github-actions github-actions bot temporarily deployed to lean-lang.org/lean4/doc December 27, 2024 21:12 Inactive
@leodemoura leodemoura added this pull request to the merge queue Dec 27, 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 Dec 27, 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 2d7d3388e25dca0da75f37c75b0bfa62882c1a3d --onto 6a839796fd537d14055e4a51a78c5272a1b52fb8. (2024-12-27 21:18:49)

Merged via the queue into master with commit 844e82e Dec 27, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog-language Language features, tactics, and metaprograms 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