1

I am doing an assignment and I want to make sure I understood my definitions can someone check my table and if I went wrong please tell me where and why.

Original question Determine whether the relation R on the set of all real numbers is reflexive, symmetric, antisymmetric, irreflecive, and/or transitive where $(x,y) \in R$ if and only if $$(a) x+y=0\\ (b)x=\pm y \\ (c)x-y \in \Bbb Q\\ (d)x=2y $$

$$ \begin{matrix} & reflexive & symmetric & antisymmetric & irreflexive & transitive\\ x+y=0 & & x & & x & \\ x=\pm y & x & x & & & \\ x-y \in \Bbb Q & x & x & & & x\\ x=2y & & & x & x\\ \end{matrix} $$

wolfcall
  • 401

1 Answers1

2

The definition of irreflexive I've always seen is that the relation NEVER holds on an object with itself. Then the first and fourth are not irreflexive, since $0=2(0)$ and $0+0=0$. If your book/class uses a different definition, then you're fine, however.

Hayden
  • 16,737