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: use compact congruence proofs in grind if applicable #6458

Merged
merged 2 commits into from
Dec 27, 2024

Conversation

leodemoura
Copy link
Member

This PR adds support for compact congruence proofs in the (WIP) grind tactic. The mkCongrProof function now verifies whether the congruence proof can be constructed using only congr, congrFun, and congrArg, avoiding the need to generate the more complex hcongr auxiliary theorems.

@leodemoura leodemoura added the changelog-language Language features, tactics, and metaprograms label Dec 26, 2024
@leodemoura leodemoura enabled auto-merge December 26, 2024 23:44
@github-actions github-actions bot temporarily deployed to lean-lang.org/lean4/doc December 26, 2024 23:51 Inactive
@leodemoura leodemoura added this pull request to the merge queue Dec 26, 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 dca874ea570517512d20f19f2721472bc15b2771 --onto 8a1e50f0b98337f5d0f9a9697f95f10237c4a77c. (2024-12-27 00:01:54)

Merged via the queue into master with commit e76dc20 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