Zulip Chat Archive
Stream: general
Topic: lifting functions
Kevin Buzzard (Jun 21 2019 at 11:05):
If I have f : X -> Y, an injection i : Z -> Y and a proof that for all x : X, f x \in range i then as a mathematician I would say that I can lift f to a function X -> Z. Unfortunately lift is used for something else in Lean. What is this operation called in Lean? And is it in Lean already? I guess it's noncomputable.
David Michael Roberts (Jun 21 2019 at 11:41):
something using the word 'factor'?
Last updated: May 02 2025 at 03:31 UTC