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

Iterating families of maps over a map #1195

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

fredrik-bakke
Copy link
Collaborator

@fredrik-bakke fredrik-bakke commented Oct 11, 2024

Adds a module about iterating families of maps over a map, and does some refactoring for inverse sequential diagrams.

@fredrik-bakke
Copy link
Collaborator Author

fredrik-bakke commented Oct 12, 2024

@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 synthetic-homotopy-theory.shifts-sequential-diagrams. Entries such as shift-sequential-diagram and shift-cocone-sequential-diagram can be replaced with iterate and iterate-dependent without issue, but shift-hom-sequential-diagram seems to need iterated doubly-dependent functions.

@VojtechStep
Copy link
Collaborator

Looks like shifts should be definable with iterate(-dependent), and unshifts with iterate(-dependent)', though I'm not sure how it affects reasoning about them.

@EgbertRijke
Copy link
Collaborator

EgbertRijke commented Oct 13, 2024

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.

@fredrik-bakke fredrik-bakke changed the title Iterating dependent functions Iterating families of maps over a map Oct 13, 2024
@fredrik-bakke
Copy link
Collaborator Author

Right, I agree this is more accurate. Thank you for the feedback! Do you think the module name iterating-families-of-maps is sufficiently precise, or is it too easy to confuse with iterated-families-of-maps?

@fredrik-bakke
Copy link
Collaborator Author

fredrik-bakke commented Oct 13, 2024

Looks like shifts should be definable with iterate(-dependent), and unshifts with iterate(-dependent)', though I'm not sure how it affects reasoning about them.

Well, for instance, you can observe that the lemma reassociate-iterate-family-of-maps could be used to reassociate instead of repeating this proof for every construction.

EDIT: Not that this is done anywhere. It's a merely hypothetical use case

@fredrik-bakke
Copy link
Collaborator Author

Right, I agree this is more accurate. Thank you for the feedback! Do you think the module name iterating-families-of-maps is sufficiently precise, or is it too easy to confuse with iterated-families-of-maps?

@EgbertRijke

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants