Inclusion relation
https://en.wikipedia.org/wiki/Inclusion_relation
inclusion relation
subset relation
sets and its elements vs objects
disjoint sets
overlapping sets
subset
superset
proper subset
proper superset
Inclusion relations relate sets, as opposed to the membership relation that relates a set and its potential elements (which are objects that may or may not belong to the set).
membership relation:
x β A
,y β A
inclusion relations
subset relation:
R β S
superset relation:
S β R
proper subset relation:
R β S
proper subset relation:
S β R
However, since sets are themselves objects as well, they can be contained in another set. This means that two sets can be associated by an inclusion and a membership relation at the same time.
Inclusion relation is also present in Boolean algebra, where the inclusion relation
a β€ b
is defined asab'=0
~a β Β¬b = β
. It is the Boolean analogue to the subset relation in set theory. Inclusion is a partial order.
Inclusion relations relate two sets, establishing the way they are associated as pertaining to the possible inclusion of one set in another.
Two sets are related by an inclusion relation if
The subset inclusion relation
For all elements s
in S
, if being an element of the set S
implies that an object s
is also an element of the set R
, then S
is a subset of R
:
Inclusion relation: βs.(s β S -> s β R) <=> S β R
membership relation: S β R
Subset and proper subset relations do not uphold the same set of axioms. Subset relation is reflexive and transitive, but proper subset is not reflexive.
Inclusion relations
subset
reflexive:
A β A
transitive:
(A β B β B β C) => A β C
proper subset
irreflexive: A β/ A
transitive:
(A β B β B β C) => A β C
with regards to the possible overlap of the containment of their elements. In other words, is one set included in the other.
do they have commo
two sets have completely separate
An inclusion relation is reflexive, transitive, and anti-symmetric
A proper inclusion relation is irreflexive, transitive, and asymmetric.
inclusion and proper inclusion relations have natural converses; A (properly) includes B iff B is (properly) included in A; alternatively, A is a (proper) superset of B
exclusion relation is symmetric and anti-reflexive
inclusion relation is antisymmetric
Last updated
Was this helpful?