-
Notifications
You must be signed in to change notification settings - Fork 53
feat: add time step counting for relations #270
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: add time step counting for relations #270
Conversation
ReductionSystems
|
This looks great to have, thanks for working on this! I am wondering though if we should at least initially put this in
What do you think? |
ReductionSystems
Sounds fine to me! I have moved this content to the |
chenson2018
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for moving this over to this module. I left some additional style/naming comments.
chenson2018
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you!
|
With the additional lemmas this is getting longer, and there is more |
Sure, feel free. Another file in this same directory seems appropriate for now? |
|
I think you need to run |
This PR adds
Reduction.relates{In,Within}Steps, functions that communicate whether a relation forms a directed path of length (at most)nbetween two elements.Specifically, it includes:
These are a prerequisite to defining time bounds, perhaps for multiple models of computation, but in particular for Turing machines, see PR #269.