Set Relation
Jump to navigation
Jump to search
A Set Relation is a Boolean relation that accepts a set.
- AKA: Set Pattern.
- Context:
- It can range from being a Unary Set Relation, a Binary Set Relation to being a N-ary Set Relation.
- It can range from being a Symmetric Set Relation to being an Asymmetric Set Relation.
- Example(s):
- a Unary Set Relation, such as an Empty Set Relation.
- a Binary Set Relation, such as a Subset Relation.
- an n-Ary Set Relation, such as a Disjoint Set Relation.
- a Total Order Relation.
- a Vector Set Relation.
- …
- Counter-Example(s):
- a Set Functions, such as set cardinality.
- a Set Operations, such as set union or power set.
- a Multiset Relation.
- See: Set System, String Relation.