Assignment 1: Problem 3a

1 view
Skip to first unread message

Anne S

unread,
Sep 15, 2010, 9:19:40 PM9/15/10
to CSC 2511 Fall 2010
This is just a starting place...

The set (x,y) belongs to R if x+2y is divisible by 3 [that's 3|(x+2y)
in this week's notation]
is composed of 3 subsets (or cases).
-- x=y belongs because x+2x = 3x and is divisible by 3.
-- 3|x && 3|y belongs because:
3|x --> x=3x' and 3|y --> y=3y'
(3x') + 2(3y') = 3(x'+2y') and is divisible by 3.
-- Let z be a member of the set of integers.
for any x, if y = 3z+x, then (x,y) is a member of the set
because x+2(3z+x) = x+2(3z)+2x = 3(x + 2z) and is divisible by
3.

Aaron Albers

unread,
Sep 15, 2010, 10:43:52 PM9/15/10
to csc-2511-...@googlegroups.com
Set A is reflexive if (a, a) \in \!\, R for all a \in \!\, A

A = { (x, y) \in \!\, R | 3 divides x + 2y }    ->  A =  { (x, x) \in \!\, R | 3 divides x + 2x } = { (x, x) \in \!\, R | 3 divides x(1 + 2) } = { (x, x) \in \!\, R | 3 divides 3x }  for all x \in \!\, A

Anne S

unread,
Sep 15, 2010, 11:25:36 PM9/15/10
to CSC 2511 Fall 2010
Set A is symmetric because x=y is symmetric; (x=3x', y=3y') is
symmetric; and (x, y=3z+x) is symmetric.

On Sep 15, 8:43 pm, Aaron Albers <aaroncalb...@gmail.com> wrote:
> Set A is reflexive if (a, a) [image: \in \!\,] R for all a [image: \in \!\,]
>  A
>
> A = { (x, y) [image: \in \!\,] R | 3 divides x + 2y }    ->  A =  {
> (x, x) [image:
> \in \!\,] R | 3 divides x + 2x } = { (x, x) [image: \in \!\,] R | 3 divides
> x(1 + 2) } = { (x, x) [image: \in \!\,] R | 3 divides 3x }  for all x [image:
> \in \!\,] A
>

Aaron Albers

unread,
Sep 15, 2010, 11:42:04 PM9/15/10
to csc-2511-...@googlegroups.com
So it is both reflexive and symmetric. If it is also transitive then it is equivalent.

Diane

unread,
Sep 16, 2010, 1:04:04 AM9/16/10
to csc-2511-...@googlegroups.com
3|x+2y is not anti-symmetric.  By example:

x = 5 and y = 2;

then 3|(5+2(2)) and 3|(2+2(5)) but a not equal to b.  
Reply all
Reply to author
Forward
0 new messages