Zulip Chat Archive
Stream: Is there code for X?
Topic: is this lemma true?
Jesse Michael Han (Nov 30 2020 at 21:00):
example {α β : Type u} [uniform_space α] [uniform_space β] {f : α → β}
: uniform_inducing f → function.injective f → dense_embedding f
:= sorry
Alex J. Best (Nov 30 2020 at 21:16):
is docs#uniform_embedding.dense_embedding what you want?
Alex J. Best (Nov 30 2020 at 21:17):
Looks like it needs dense range too
Patrick Massot (Nov 30 2020 at 21:33):
I don't see how you could get a dense range for free.
Last updated: Dec 20 2023 at 11:08 UTC