The task is to find examples for the following relations on the set of
(and prove its correctness) :
1: antisymmetric and transitiv
2: antisymmetric and not transitiv (intransitiv)
3: not antisymmetric and transitiv
4: not antisymmetric and not transitive (intransitiv)
====================================================================
So far I got the following examples:
1: Relation: ≤ (smaller than or equal to)
Proof of antisymmetry through a truth tabel.
Proof of transitivity: not sure: definition: aRb and bRc => aRc
Question: Is this allowed: a = b = α and c = β : αRα and αRβ => αRβ ? ––––––––-–––––––––––––-–––––––––––––-–––––––––––––-–––––––––––––-––––– 2: Relation: "is direct predecessor of" (e.g.: nR(n+1) -> n is direct predecessor of (n+1))
Proof of antisymmetry through truth table
Proof of intransitivity through definition (
)
––––––––-–––––––––––––-–––––––––––––-–––––––––––––-–––––––––––––-–––––
3: Relation: /, divided by (e.g.: aRb -> a divided by b
Proof of "not antisymmetric" by giving one example that does not hold for antisymmetry. (4/-4)
Proof of Transitivity: not sure how to prove it for everything. Maybe a truth table? ––––––––-–––––––––––––-–––––––––––––-–––––––––––––-–––––––––––––-––––– 4: Did not come up with a relation.
Question: Any tips that guide me in the right direction?