Set membership

Sets and propositions

A proposition has a truth value - it is either true or not true - so it may be used with logical connectives such as not, and, or. Unlike propositions, sets or its elements don't have a truth value per se, so in order to use sets with logical connectives, there has to be a relation between a set and its constituting objects. This is where the membership relation comes in.

Membership relation

Membership relation, also called belongs-to or "is-an-element-of, is the fundamental binary relation between an object and a set, denoted using a variant of the Greek letter epsilon, ε.

A set SS is a collection of distinct objects, each of which is called an element (or member) of SS. For an object xx, we denote by xSx \in S that an object xx is indeed a member of SS; otherwise we write xSx \notin S.

The proposition xSx \in S, rarely SxS \ni x, is read as an object x belongs to a set SS, or an object xx is an element of a set SS.

When we substitute concrete objects for these variables, if we descover that the xx really does belong to the set SS, then we say that the membership relation holds, i.e. that the proposition xSx \in S is true.

If we descover that the object xx does not belong to the set SS, then the proposition xSx \in S is false, and its negation is true: xSx \notin S.

Non-membership relation may be defined in terms of the membership relation, as negated membership relation: xS=¬(xS)x\notin S = \lnot(x\in S)

Last updated