-
Notifications
You must be signed in to change notification settings - Fork 131
feat: coding functions for Fin
#1332
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
base: main
Are you sure you want to change the base?
Conversation
|
Mathlib CI status (docs):
|
|
This PR is split from #1007 to avoid Mathlib issues discussed there. |
|
The coding part looks fine. |
|
It does not code a finite type (so you might consider it out of scope), but finSumNatEquiv in Mathlib feels thematically very similar to many of your encodings here, and feels similarly like the sort of thing one might find useful absent a mathematical context. |
|
There's another plan for that but thanks for reminding me! |
|
Back into development to fix outstanding issues and other stuff. |
This PR adds functions for coding common finite types into
Fin.Depends on:
Fin.sum,Fin.prod,Fin.countP#1460