N, define a ~ b iff a^2 + b^2 is even
R | a^2 + b^2 is even }
R | a^2 + a^2 is even }
R | b^2 + a^2 is even }
R | a^2 + c^2 is even } && Symmetric1. For a, b ∈ N, define a ∼ b if and only if a2 + b2 is even.
a. Prove that ∼ defines an equivalence relation on N.
i. Reflexive: if { a ∈ N | a2 is even }, then a2 = a2 so a ~ a. Then the relation is reflexive.
ii. Symmetric: If a ~ b a2 = b2 so b2 = a2 and b ~ a. The relation is symmetric.
iii. If a ~ b and b ~ c then a2 = b2 and b2 = z2. Thus a = b = c. since a = c, a ~ c, so the relation is transitive.