Proving Existence of Integer n for Left Cosets in Q/Z | Homework Solution

  • Thread starter Thread starter UNChaneul
  • Start date Start date
  • Tags Tags
    Cosets
Click For Summary

Homework Help Overview

The problem involves the additive group of rational numbers Q and its subgroup Z, specifically focusing on the existence of an integer n such that n times a given coset in Q/Z equals the identity element of the quotient group.

Discussion Character

  • Conceptual clarification, Assumption checking

Approaches and Questions Raised

  • Participants discuss the interpretation of the additive identity in the context of the quotient group Q/Z and question the implications of multiplying cosets by integers.

Discussion Status

Some participants provide clarifications regarding the notation and the nature of operations within the group, while others express confusion about the implications of these operations. There is an ongoing exploration of the correct interpretation of the problem and the properties of cosets.

Contextual Notes

Participants note potential misunderstandings regarding the definition of zero in the quotient space and the nature of multiplication in additive groups, leading to discussions about the structure of cosets and their interactions.

UNChaneul
Messages
18
Reaction score
0

Homework Statement


View Z as a subgroup of the additive group of rational numbers Q. Show that given an element \bar{x} \in Q/Z there exists an integer n \geq 1 such that n \bar{x} = 0.


Homework Equations





The Attempt at a Solution


As we are working in an additive group, it is clear that any left coset a+Z \in Q/Z is constructed from a \in Q, 0 \leq a \ll 1. This is because otherwise we get a nonzero intersection between cosets, and cosets either have a zero intersection or are completely identical.

Now, the problem I am having understanding is the the existence of an integer n \geq 1 such that n \bar{x} = 0. Because, the way I am interpreting it, for any coset in Q/Z there is a positive integer greater to or equal to 1 such that multiplying ANY element in that coset gives 0. I can't seem to picture this being possible, as some cosets will consist only of nonzero rational numbers, and there is no positive integer which when multiplied by any of them would result in 0.

An alternate explanation would be that by 0, they mean 0 in Q/Z, which would be Z. Here too I have issues, as Z includes the integer 0, which again leads to the problem mentioned above.

So, what am I misunderstanding about this problem?
 
Physics news on Phys.org
The problem you are having is that the number zero is not the zero in the quotient. The additive identity of Q/Z is the coset 0+Z. So 1/2+Z is a cose and if you multiply this coset by 2 you get 1+Z = Z.
 
Robert1986 said:
The problem you are having is that the number zero is not the zero in the quotient. The additive identity of Q/Z is the coset 0+Z. So 1/2+Z is a cose and if you multiply this coset by 2 you get 1+Z = Z.

Actually, it's 2Z+1. It's certainly a subset of Z. But it's not really a coset.
 
Dick said:
Actually, it's 2Z+1. It's certainly a subset of Z. But it's not really a coset.

I was interpreting 2(1/2 + Z) as (1/2 + Z) + (1/2 + Z) = (1/2 + 1/2) + Z = 1 + Z. When the group is additive, isn't it pretty standard to write 2g for g+g? But the idea is that we add a rational number to itself a certain number of times (ie, multiply it by some integer) and we get an integer, z, so that z+Z = Z which is 0 in the quotient space. So if q is a rational number and q=z_1/z_2 then z_2q = z_1 and z_1 + Z = Z. Also, (z_2)(q+Z) = (q + q + ... + q)+Z = z_1 + Z = Z.
 
Robert1986 said:
I was interpreting 2(1/2 + Z) as (1/2 + Z) + (1/2 + Z) = (1/2 + 1/2) + Z = 1 + Z. When the group is additive, isn't it pretty standard to write 2g for g+g? But the idea is that we add a rational number to itself a certain number of times (ie, multiply it by some integer) and we get an integer, z, so that z+Z = Z which is 0 in the quotient space. So if q is a rational number and q=z_1/z_2 then z_2q = z_1 and z_1 + Z = Z. Also, (z_2)(q+Z) = (q + q + ... + q)+Z = z_1 + Z = Z.

Ah, right. g+g. Not 2 times every element of g. Thought I might be missing something...
 
Robert1986 said:
I was interpreting 2(1/2 + Z) as (1/2 + Z) + (1/2 + Z) = (1/2 + 1/2) + Z = 1 + Z. When the group is additive, isn't it pretty standard to write 2g for g+g? But the idea is that we add a rational number to itself a certain number of times (ie, multiply it by some integer) and we get an integer, z, so that z+Z = Z which is 0 in the quotient space. So if q is a rational number and q=z_1/z_2 then z_2q = z_1 and z_1 + Z = Z. Also, (z_2)(q+Z) = (q + q + ... + q)+Z = z_1 + Z = Z.

I had thought that, but then it seemed as though multiplication weren't quite distribution with that since

Z = ..., -2, -1, 0, 1, 2, ...
1/2 + Z = ..., -1 1/2, -1/2, 1/2, 1 1/2, 2 1/2, ...
2(1/2 + Z) = ..., -3, -1, 1, 3, 5, ... != Z which makes it seem as though distributivity does not apply when multiplying an additive coset by a constant.

And at any rate it would seem impossible get 0 from 1/2 + Z regardless of what we multiply it by...but 0 is in Z so we have to retrieve that somehow.
 
UNChaneul said:
I had thought that, but then it seemed as though multiplication weren't quite distribution with that since

Z = ..., -2, -1, 0, 1, 2, ...
1/2 + Z = ..., -1 1/2, -1/2, 1/2, 1 1/2, 2 1/2, ...
2(1/2 + Z) = ..., -3, -1, 1, 3, 5, ... != Z which makes it seem as though distributivity does not apply when multiplying an additive coset by a constant.

And at any rate it would seem impossible get 0 from 1/2 + Z regardless of what we multiply it by...but 0 is in Z so we have to retrieve that somehow.

I made the same mistake, listen to what Robert1986 is saying. In this problem 2(Z+1/2) means (Z+1/2)+(Z+1/2) NOT 2Z+2(1/2). So yes, it's not a distributive 'multiplication'.
 
Dick said:
I made the same mistake, listen to what Robert1986 is saying. In this problem 2(Z+1/2) means (Z+1/2)+(Z+1/2) NOT 2Z+2(1/2). So yes, it's not a distributive 'multiplication'.

Oh, so it's not implying multiplying every element of the set by a constant. Well then that's easy enough to show lol.

I guess I just got confused by what the notation was referring to ~~
 

Similar threads

  • · Replies 21 ·
Replies
21
Views
3K
  • · Replies 4 ·
Replies
4
Views
4K
Replies
8
Views
2K
Replies
20
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K