A symmetric, transitive relation on a set that is not reflexive

AI Thread Summary
An example of a symmetric and transitive relation that is not reflexive is the relation R defined on the set X={a,b} as R={(a,a)}. This relation is symmetric and transitive because it satisfies the implications required for those properties, but it fails to be reflexive since (b,b) is not included in R. The discussion clarifies that reflexivity requires every element in the set to relate to itself, while symmetry and transitivity are based on conditional implications. Additionally, the empty relation on a nonempty set is also cited as an example of such a relation. Floating point equality is mentioned as a practical example, where NaN is not equal to itself, highlighting the non-reflexive nature of the relation.
AxiomOfChoice
Messages
531
Reaction score
1
Can someone give an example of one? I can't think of one...
 
Physics news on Phys.org
Let X={a,b} (a and b distinct). Define the relation R on X by R={(a,a)}. Then R is symmetric and transitive, but not reflexive on X since (b,b) is not in R.

The point is that reflexivity involves a set ("reflexive on X": FOR ALL x in X we must have (x,x) in R), but symmetry and transivity are defined by means of an implication (IF ... is in R, THEN ... is in R).
 
Landau said:
Let X={a,b} (a and b distinct). Define the relation R on X by R={(a,a)}. Then R is symmetric and transitive, but not reflexive on X since (b,b) is not in R.

The point is that reflexivity involves a set ("reflexive on X": FOR ALL x in X we must have (x,x) in R), but symmetry and transivity are defined by means of an implication (IF ... is in R, THEN ... is in R).

Perfect. I think I understand now. Thank you.
 
You could also take the empty relation on a nonempty set.
 
I think a good practical example of a relation with these properties is floating point equality - all floating point numbers equal themselves, but NaN != NaN, so the relation is not truly reflexive.
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top