"1" is certainly in "A". Is "1 R 1"- that is, is (1,1) in that relation?needhelp83 said:Let A be a set and R be a relation on A
R is reflexive on A iff for all x in A, x R x
(1, 2) is in that relation so "1 R 2". Is "2 R 1"? (Is (2, 1) in that relation?)R is symmetric iff for al x and y in A, if x R y, then y R x
(1, 2) and (2, 3) are in that relation so "1 R 2" and "2 R 3". Is "1 R 3"? (Is (1, 3) in that relation?R is transistive iff for all x, y, and z iin A, if x R y and y R z, then x R z
I have the definitions, but I am not quite sure that I can actually understand what is going on.