Zulip Chat Archive
Stream: general
Topic: Pulling a continuous map back along an embedding
Brendan Seamas Murphy (Aug 09 2022 at 05:01):
If I have f : C(X, Y) and i : C(A, Y) and I know embedding i and set.range ⇑f ⊆ set.range ⇑i, how can I get a g : C(X, A) such that ⇑f = ⇑i ∘ ⇑g?
Brendan Seamas Murphy (Aug 09 2022 at 05:03):
...oh, it looks like I already ran into this while working on this project and just defined it myself
Last updated: May 02 2025 at 03:31 UTC