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.
Motivation for this change
Paths and loops are a critical feature of complex analysis. So we get started here with some basic definitions. Note this is still in draft stage: The linting is terrible, docs are missing, and notations are wrong. But the approach should hopefully be in the right direction.
The main result here is that "reparametrization" is an equivalence relation, and all the relevant features of paths are preserved by the quotient. Lots of details happening here.
[0,1]
". I prove that the injective parametrizations induce an equivalence relation. It turns out that "monotonic increasing" parametrizations also induce an equivalence relation that is way more useful (because constant loops form an actual identity element). But the only proof is too difficult to deal with for now.split_domain
actually lets us link paths together. There's a ton of grueling interval arithmetic to do here.R -> T
by "injective reparametrization" equivalence class. This part is easy, thanks to the existing quotient constructionsThe next steps will be
[0,1] -> T
f g : X -> Y
are homotopic if they are "in the same path component ofX->Y
"{Loop in B at x}
by path-components.Note the topology of
X->Y
ought to be "the compact-open topology". But ifY
is a uniform space, this is equivalent to compact-convergence. So I'll probably just start with that assumption, and then generalize later.@CohenCyril, please let me know if this is closer to what you had intended.
Things done/to do
CHANGELOG_UNRELEASED.md
(do not edit former entries, only append new ones, be careful:
merge and rebase have a tendency to mess up
CHANGELOG_UNRELEASED.md
)Automatic note to reviewers
Read this Checklist and put a milestone if possible.