Zulip Chat Archive
Stream: Is there code for X?
Topic: Finset.sup_singleton
Jireh Loreaux (Jun 28 2024 at 19:52):
Surely we have this? Loogle is failing me.
import Mathlib
example {α : Type*} (s : Finset α) : ⨆ x ∈ s, {x} = s := sorry
Jireh Loreaux (Jun 28 2024 at 19:58):
nevermind, I think I'm looking in the wrong direction.
Yaël Dillies (Jun 28 2024 at 21:18):
It exists but not quite as stated
Jireh Loreaux (Jun 28 2024 at 21:18):
It's okay, I didn't end up needing it.
Yaël Dillies (Jun 28 2024 at 21:18):
It will be stated using Finset.biUnion
. Lucky dip: docs#Finset.biUnion_singleton
Last updated: May 02 2025 at 03:31 UTC