We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In lean 3 we had
https://github.com/leanprover-community/mathlib3/blob/65a1391a0106c9204fe45bc73a039f056558cb83/src/data/nat/prime_norm_num.lean#L158-L251
Probably this is no longer elegible for norm_num, but it would be eligible for a simproc.
simproc
Either we should revive the old code, or use a simpler strategy of computing the factors and showing that [2, 3, 3].prod = 12 by rfl.
[2, 3, 3].prod = 12
rfl
The text was updated successfully, but these errors were encountered:
Nat.factors
No branches or pull requests
In lean 3 we had
https://github.com/leanprover-community/mathlib3/blob/65a1391a0106c9204fe45bc73a039f056558cb83/src/data/nat/prime_norm_num.lean#L158-L251
Probably this is no longer elegible for norm_num, but it would be eligible for a
simproc
.Either we should revive the old code, or use a simpler strategy of computing the factors and showing that
[2, 3, 3].prod = 12
byrfl
.The text was updated successfully, but these errors were encountered: