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

Laws over Fin n translate over to nat (for n > 0) #368

Merged
merged 4 commits into from
Oct 6, 2024

Conversation

goens
Copy link
Contributor

@goens goens commented Oct 6, 2024

This shows that if a law implies another one over Fin n (for n > 0) then so it is the case over Nat. This will allow the code in #356 and #357 to interact with each other and also to avoid casting between Fin n and Fin m all over the place when creating the transitive closure of implications over laws.

@goens
Copy link
Contributor Author

goens commented Oct 6, 2024

This depends on #357 and contributes towards #174

@goens goens mentioned this pull request Oct 6, 2024
@teorth teorth merged commit 1a9fba3 into teorth:main Oct 6, 2024
2 checks passed
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.

2 participants