Zulip Chat Archive

Stream: mathlib4

Topic: Membership in SimpleGraph.ConnectedComponent


Yury G. Kudryashov (Feb 28 2026 at 03:36):

We have docs#SimpleGraph.ConnectedComponent.supp and a SetLike instance a few lines below. As a result, we have 2 coercions of a ConnectedComponent to Set that are defeq but not syntactically equal. Which one should we leave?

Yury G. Kudryashov (Feb 28 2026 at 03:36):

@Kyle Miller You're listed as the author of this file

Snir Broshi (Feb 28 2026 at 03:55):

I prefer the SetLike instance, and for _ ∈ _.supp to be replaced by _ ∈ _


Last updated: Feb 28 2026 at 14:05 UTC