I want to know if different scenarios in relations must satisfy all the value in the relation.
In mathematical relations, a given set relation is reflexive if all the elements in the set exhibit (a,a).
What about the rest of the relations such as symmetric, transitive, anti-symmetric, and so on? Can the properties be satisfied once, or does it need to be valid for any given values in a relation?
(a,b) and (b,c) are (1,2) and (2,2), so (a,c) must be (1,2). Which already exists, so can we use that as a proof for transitive?, or do we need to find another (1,2) in the set?
– user3227275 Mar 31 '15 at 12:58