just want to verify that my understanding of relations is correct, grammar and correct logical form. Thanks!
Determine whether the relation R on the set of all Web pages is reflexive, symmetric, antisymmetric, and/or transitive, where $(a, b) \in R$ if and only if every one who has visited Web page a has also visited Web page b.
Reflexive: One who has visited Web page a has also visited Web page a. Thus this is reflexive.
Symmetric: One who visits Web page a has also visited web page b, however it is not necessarily the case that one who visits Web page b has visited Web page a, thus this is not symmetric.
Transitive: If one has visited Web page a, they visited Web page b, and having visited Web page b they also visited Web page c. Thus, one who has visited Web page a has visited Web page c. Thus this relation is transitive.
Antisymmetric We know one who visits Web page a, also visits Web page b, from this if we know that one who visits Web page b also visits Web page a, then Web page a is Web page b. Thus, this relationship is antisymmetric.