Zulip Chat Archive

Stream: maths

Topic: Order Theory - POsets - a specific subset Definition


Abraham Solomon (Dec 25 2024 at 02:06):

Hey all,

I am new to order theory, i am trying to use something used in studying trees as graphs.

Essentially its finite sets of vertices where every ray from the root must intersect them at least once. These are typically called cutsets.

In order theory, given (P,)(P,\leq) with a least element 0(root for a tree) , XPX \subset P would be a ' cutset ' if its finite and every element in PXP \setminus X is comparable to some element in XX(they need not be comparable to each other within XX). Or perhaps every chain (ray) starting from 0 intersects this set.

Is there a definition for this in order theory? I couldn't find it on https://en.wikipedia.org/wiki/Glossary_of_order_theory

Daniel Weber (Dec 25 2024 at 03:11):

There was a discussion about cutsets in https://leanprover.zulipchat.com/#narrow/stream/217875-Is-there-code-for-X.3F/topic/Code.20for.20studying.20infinite.20rooted.20trees

Abraham Solomon (Dec 25 2024 at 05:51):

Daniel Weber said:

There was a discussion about cutsets in https://leanprover.zulipchat.com/#narrow/stream/217875-Is-there-code-for-X.3F/topic/Code.20for.20studying.20infinite.20rooted.20trees

Yea that was me too, and you were actually very helpful for how to treat it in Lean 4 in that thread thank you :smiling_face:

I was just curious if order theory already had their own word for it , and perhaps even associated theorems.


Last updated: May 02 2025 at 03:31 UTC