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: custom recursors for Nat #193

Merged
merged 3 commits into from
Aug 15, 2023
Merged

Conversation

fgdorais
Copy link
Collaborator

@fgdorais fgdorais commented Jul 23, 2023

Added recursors that use 0 and _+1 instead of Nat.zero and Nat.succ.

Added strong recursors.

Added diagonal recursors for two variables.

Added lemmas for these recursors.

@fgdorais fgdorais added the awaiting-review This PR is ready for review; the author thinks it is ready to be merged. label Aug 11, 2023
Copy link
Member

@digama0 digama0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM modulo suggestions

@digama0 digama0 added awaiting-author Waiting for PR author to address issues and removed awaiting-review This PR is ready for review; the author thinks it is ready to be merged. labels Aug 15, 2023
@digama0 digama0 merged commit 8b86426 into leanprover-community:main Aug 15, 2023
kim-em pushed a commit to kim-em/std4 that referenced this pull request Aug 17, 2023
@fgdorais fgdorais deleted the nat-rec branch November 20, 2023 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-author Waiting for PR author to address issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants