Give an example of a relation that is symmetric and transitive but NOT reflexive, or explain why no such relation can exist on a non-empty set.
Think about your answer, then reveal below.
Model answer: The empty relation on any non-empty set A is symmetric and transitive (vacuously) but not reflexive. Among non-empty relations, consider R = {(1,2),(2,1),(1,1),(2,2)} on {1,2,3} — it is symmetric and transitive on the elements it relates, but not reflexive because (3,3) is absent.
It is a common misconception that a symmetric + transitive relation must be reflexive. The reasoning 'if a R b and b R a, then a R a by transitivity' only works if every element appears in some pair. Elements that appear in no pair are never forced to be self-related, so reflexivity can fail.