Zulip Chat Archive
Stream: mathlib4
Topic: Coercion of `Path _ _` to a function
Yury G. Kudryashov (Apr 13 2025 at 18:53):
WDYT about switching coercion to function of docs#Path, docs#ContinuousMap.Homotopy etc to use extend
versions?
Yury G. Kudryashov (Apr 13 2025 at 18:54):
#xy : I want to talk about homotopies, and our calculus library expects globally defined functions. I can use manifolds here, but this would add lots of dependencies to the file.
Patrick Massot (Apr 13 2025 at 20:22):
I don’t think it’s reasonable to use the manifold library here.
Yury G. Kudryashov (Apr 13 2025 at 21:42):
Another option is to make docs#Path.extend return a bundled ContinuousMap
so that we can speak about homotopies between these maps etc.
Last updated: May 02 2025 at 03:31 UTC