Chapter 9: Problem 5
Which of these are posets? a) \((\mathbf{Z},=)\) b) \((\mathbf{Z}, \neq)\) c) \((\mathbf{Z}, \geq)\) d) \((\mathbf{Z}, \not{|})\)
Short Answer
Expert verified
Relations (a) and (c) are posets.
Step by step solution
01
Understand the definition of a poset
A poset, or partially ordered set, is a set equipped with a binary relation that is reflexive, antisymmetric, and transitive.
02
Check reflexivity of each relation
A relation is reflexive if for all elements a in the set, the relation aRa holds.
03
Step 2a: Check reflexivity of (\(\mathbf{Z}, =\))
The equality relation (\(=\)) in \(\mathbf{Z}\) is reflexive because every integer is equal to itself. Therefore, this relation is reflexive.
04
Step 2b: Check reflexivity of (\(\mathbf{Z}, eq\))
The inequality relation (\(eq\)) is not reflexive, because it is not true that any integer is not equal to itself. Therefore, this relation is not reflexive.
05
Step 2c: Check reflexivity of (\(\mathbf{Z}, \geq\))
The relation \(\geq\) in \(\mathbf{Z}\) is reflexive because every integer is greater than or equal to itself. Therefore, this relation is reflexive.
06
Step 2d: Check reflexivity of (\(\mathbf{Z}, ot{|}\))
The relation 'not divides' (\(ot{|}\)) is not reflexive, because it is not true that any integer does not divide itself. Therefore, this relation is not reflexive.
07
Check antisymmetry of each relation
A relation is antisymmetric if for all a and b in the set, if aRb and bRa, then a = b.
08
Step 3a: Check antisymmetry of (\(\mathbf{Z}, =\))
The equality relation (\(=\)) is antisymmetric because if a = b and b = a, then a = b trivially holds.
09
Step 3b: Check antisymmetry of (\(\mathbf{Z}, eq\))
The inequality relation (\(eq\)) cannot be antisymmetric because if a \(eq\) b and b \(eq\) a, then a \(eq\) b is not equivalent to a = b.
10
Step 3c: Check antisymmetry of (\(\mathbf{Z}, \geq\))
The relation \(\geq\) is antisymmetric because if a \(\geq\) b and b \(\geq\) a, then a = b must hold.
11
Step 3d: Check antisymmetry of (\(\mathbf{Z}, ot{|}\))
The relation 'not divides' (\(ot{|}\)) is antisymmetric if it is not the case that both a does not divide b and b does not divide a unless a = b.
12
Check transitivity of each relation
A relation is transitive if for all a, b, and c in the set, if aRb and bRc, then aRc holds.
13
Step 4a: Check transitivity of (\(\mathbf{Z}, =\))
Equality (\(=\)) is transitive because if a = b and b = c, then we have a = c.
14
Step 4b: Check transitivity of (\(\mathbf{Z}, eq\))
The inequality relation (\(eq\)) is not transitive because if a \(eq\) b and b \(eq\) c, it does not necessarily follow that a \(eq\) c.
15
Step 4c: Check transitivity of (\(\mathbf{Z}, \geq\))
The relation \(\geq\) is transitive because if a \(\geq\) b and b \(\geq\) c, then a \(\geq\) c.
16
Step 4d: Check transitivity of (\(\mathbf{Z}, ot{|}\))
The relation 'not divides' (\(ot{|}\)) is not transitive. For example, 3 does not divide 6, and 6 does not divide 12, but 3 divides 12.
Unlock Step-by-Step Solutions & Ace Your Exams!
-
Full Textbook Solutions
Get detailed explanations and key concepts
-
Unlimited Al creation
Al flashcards, explanations, exams and more...
-
Ads-free access
To over 500 millions flashcards
-
Money-back guarantee
We refund you if you fail your exam.
Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
poset
A poset, short for 'partially ordered set', is a fundamental concept in mathematics. It consists of a set along with a binary relation that satisfies three important properties: reflexivity, antisymmetry, and transitivity. This type of structure helps us understand and work with ordered relationships within a set.
To break it down:
To break it down:
- Reflexivity means every element is related to itself.
- Antisymmetry means if one element is related to another, and vice versa, they must be identical.
- Transitivity means if one element is related to a second, and the second to a third, then the first is also related to the third.
reflexivity
Reflexivity is the property of a relation where each element is related to itself. In other words, for a relation \( R \) and a set \( S \), \( R \) is reflexive if for every element \( a \) in \( S \), the relation \( aRa \) holds.
Let's examine reflexivity in the context of our examples:
Let's examine reflexivity in the context of our examples:
- For \((\mathbf{Z}, =)\), the relation is reflexive because any integer is equal to itself.
- For \((\mathbf{Z}, eq)\), the relation is not reflexive since an integer cannot be unequal to itself.
- For \((\mathbf{Z}, \geq)\), the relation is reflexive because any integer is greater than or equal to itself.
- For \((\mathbf{Z}, ot{|})\), 'not divides' is not reflexive since it is not true that any integer does not divide itself.
antisymmetry
Antisymmetry is a crucial property in a poset where if one element is related to another, and vice versa, then they must be the same element. Formally, a relation \( R \) on a set \( S \) is antisymmetric if for all \( a, b \) in \( S \), whenever \( aRb \) and \( bRa \) hold, it must follow that \( a = b \).
Let’s review antisymmetry in our examples:
Let’s review antisymmetry in our examples:
- For \((\mathbf{Z}, =)\), the relation is trivially antisymmetric because if \( a = b \) and \( b = a \), then obviously \( a = b \).
- For \((\mathbf{Z}, eq)\), the relation cannot be antisymmetric because if \( a eq b \) and \( b eq a \), \( a eq b \) does not imply \( a = b \).
- For \((\mathbf{Z}, \geq)\), the relation is antisymmetric because if \( a \geq b \) and \( b \geq a \), then \( a = b \) must hold.
- For \((\mathbf{Z}, ot{|})\), the relation 'not divides' is antisymmetric because if both \( a ot{|} b \) and \( b ot{|} a \), then typically \( a = b \).
transitivity
Transitivity is another key property of a poset, stating that if one element is related to a second, and the second element is related to a third, then the first must also be related to the third. Formally, a relation \( R \) on a set \( S \) is transitive if for every \( a, b, \) and \( c \) in \( S \), whenever \( aRb \) and \( bRc \), then \( aRc \) must hold.
Here's how transitivity works in our cases:
Here's how transitivity works in our cases:
- For \((\mathbf{Z}, =)\), it’s transitive because if \( a = b \) and \( b = c \), then we indeed have \( a = c \).
- For \((\mathbf{Z}, eq)\), it’s not transitive because if \( a eq b \) and \( b eq c \), it doesn't necessarily follow that \( a eq c \).
- For \((\mathbf{Z}, \geq)\), it’s transitive because if \( a \geq b \) and \( b \geq c \), then \( a \geq c \).
- For \((\mathbf{Z}, ot{|})\), 'not divides' is not transitive. For instance, 3 does not divide 6, and 6 does not divide 12, but 3 divides 12.