Added conclude by contradiction construction#34
Merged
PatrickMassot merged 3 commits intoJun 8, 2026
Merged
Conversation
Owner
|
I think the string division stuff in this file is a historical accident which is no longer necessary. But you don’t have to fix it in this PR, being consistent with the surrounding syntax declarations is good. Please scope those new syntax if this is isn’t causing too much trouble for you because I’m really not convinced this is generally useful (and, as every new syntax, it introduces new parser confusion potential). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #31
We are a little bit further in formalizing some exercises for our introduction to proofs course, and we really do want to have this. If you prefer to have it scoped, I'm happy to set that up too.
I'm also not entirely sure about what the deal is with whitespace/division into strings for elab rules, so I might have done something silly there.