-
Notifications
You must be signed in to change notification settings - Fork 71
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
Iterating families of maps over a map #1195
base: master
Are you sure you want to change the base?
Iterating families of maps over a map #1195
Conversation
@VojtechStep I couldn't help but notice that this sort of formalization would probably help streamline reasoning about shifts of sequential diagrams as you do in |
Looks like |
This is a great pull request, but I'd like to think about the naming some more: Could we express this concept more accurately by saying that we are iterating families of maps over a map? Of course, there dependency is necessary to express this concept, but to me iterating a dependent function suggest that a general dependent function is iterated somehow. If we say that we're iterating a family of maps over a map, perhaps that is more easily interpreted correctly by someone who doesn't already know what concept is implemented here. |
Right, I agree this is more accurate. Thank you for the feedback! Do you think the module name |
Well, for instance, you can observe that the lemma EDIT: Not that this is done anywhere. It's a merely hypothetical use case |
|
Adds a module about iterating families of maps over a map, and does some refactoring for inverse sequential diagrams.