Question

Let B be the set of all binary strings of length 2; i.e. B={ (0,0), (0,1),...

Let B be the set of all binary strings of length 2; i.e. B={ (0,0), (0,1), (1,0), (1,1)}. Define the addition and multiplication as coordinate-wise addition and multiplication modulo 2. It turns out that B becomes a Boolean algebra under those two operations. Show that B under addition is a group but B under multiplication is not a group.

Coordinate-wise addition and multiplication modulo 2 means (a,b)+(c,d)=(a+c, b+d), (a,b)(c,d)=(ac, bd), in addition to the fact that 1+1=0.

Homework Answers

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Let Q be the set {(a, b) ∶ a ∈ Z and b ∈ N}. Define...
Let Q be the set {(a, b) ∶ a ∈ Z and b ∈ N}. Define addition on Q by (a, b) + (c, d) = (ad + bc, bd) and define multiplication by (a, b) ⋅ (c, d) = (ac, bd).
Define a binary operation on R 2 − {(0, 0)} by (a, b) · (c, d)...
Define a binary operation on R 2 − {(0, 0)} by (a, b) · (c, d) = (ac − bd, ad + bc). Prove that (R 2 − {0}, ·) is an abelian group. (You do not need to prove that the operation is closed.)
Let S denote the set of all possible finite binary strings, i.e. strings of finite length...
Let S denote the set of all possible finite binary strings, i.e. strings of finite length made up of only 0s and 1s, and no other characters. E.g., 010100100001 is a finite binary string but 100ff101 is not because it contains characters other than 0, 1. a. Give an informal proof arguing why this set should be countable. Even though the language of your proof can be informal, it must clearly explain the reasons why you think the set should...
Let G be a group containing 6 elements a, b, c, d, e, and f. Under...
Let G be a group containing 6 elements a, b, c, d, e, and f. Under the group operation called the multiplication, we know that ad=c, bd=f, and f^2=bc=e. Which element is cf? How about af? Now find a^2. Justify your answer. Hint: Find the identify first. Then figure out cb.  
2. Let G be a group containing 4 elements a, b, c, and d. Under the...
2. Let G be a group containing 4 elements a, b, c, and d. Under the group operation called the multiplication, we know that ab = d and c2 = d. Which element is b2? How about bc? Justify your answer.
Let S be the set of all real circles, defined by (x-a)^2 + (y-b)^2=r^2. Define d(C1,C2)...
Let S be the set of all real circles, defined by (x-a)^2 + (y-b)^2=r^2. Define d(C1,C2) = √((a1 − a2)^2 + (b1 − b2)^2 + (r1 − r2)^2 so that S is a metric space. Prove that metric space S is NOT a complete metric space. Give a clear example. Describe points of C\S as limits of the appropriate sequences of circles, where C is the completion of S.