Skip to content

Comments

example: use the experimental cbv_decide tactic to check if a number is a prime power#178

Draft
wkrozowski wants to merge 2 commits intoleanprover-community:nightly-testingfrom
wkrozowski:wojciech/cbv_test
Draft

example: use the experimental cbv_decide tactic to check if a number is a prime power#178
wkrozowski wants to merge 2 commits intoleanprover-community:nightly-testingfrom
wkrozowski:wojciech/cbv_test

Conversation

@wkrozowski
Copy link

This PR provides an example use of the experimental cbv_decide tactic on nightly-2026-02-16 on the following example:

import Mathlib.Algebra.IsPrimePow

example : IsPrimePow 10093 := by decide_cbv

example : IsPrimePow 100999 := by decide_cbv

example : ¬ IsPrimePow 15 := by decide_cbv

example : ¬ IsPrimePow 111111111111111155 := by decide_cbv

@kim-em kim-em force-pushed the nightly-testing branch 4 times, most recently from e1cf1ba to 91522ad Compare February 19, 2026 13:56
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

Successfully merging this pull request may close these issues.

1 participant