Zulip Chat Archive
Stream: Is there code for X?
Topic: nat.exists_eq_supr
Andrew Yang (Aug 17 2022 at 08:06):
What is the best way to show this?
example {α : Type*} [nonempty α] (f : α → ℕ) (h : bdd_above (set.range f)) : ∃ i : α, f i = supr f := sorry
Kevin Buzzard (Aug 17 2022 at 08:08):
Alpha could be empty, right?
Andrew Yang (Aug 17 2022 at 08:11):
Ah yes. Fixed.
Yaël Dillies (Aug 17 2022 at 08:12):
Andrew Yang (Aug 17 2022 at 08:23):
Thanks!
Last updated: Dec 20 2023 at 11:08 UTC