feat: add several definitions and theorems about reduction systems#211
feat: add several definitions and theorems about reduction systems#211chenson2018 merged 8 commits intoleanprover:mainfrom
Conversation
|
|
Yes, I retriggered CI manually a couple of times and it then passed, so I assume a transient runner issue. |
|
This PR looks very nice in terms of adding API to |
|
@chenson2018 don't forget about this pull request. The CI for the last commit was never run |
|
!radar |
|
Benchmark results for 883298e against 7f88669 are in! @chenson2018 Small changes (1🟥)
|
Thank you for your patience. I was very undecided about the idea of duplication from |
chenson2018
left a comment
There was a problem hiding this comment.
Thanks again, I think this will be useful!
|
Thank you! |
…eanprover#211) This PR adds some additional API to `ReductionSystem`. While it duplicates from the relation namespace, this seems like an acceptable tradeoff for unifying proofs that use the corresponding notation, and ultimately a user can still simplify to the underlying relation if they desire. (description added by Chris Henson) --------- Co-authored-by: Chris Henson <chrishenson.net@gmail.com>
This PR adds some additional API to
ReductionSystem. While it duplicates from the relation namespace, this seems like an acceptable tradeoff for unifying proofs that use the corresponding notation, and ultimately a user can still simplify to the underlying relation if they desire. (description added by Chris Henson)