Understanding the Integers Modulo n Groups in Abstract Algebra

  • Thread starter BSMSMSTMSPHD
  • Start date
  • Tags
    Integers
In summary, the conversation discusses the definition of the additive and multiplicative integer groups modulo n in Dummit & Foote's Abstract Algebra book. The issue of the multiplicative group being empty for n=1 is brought up, but it is clarified that the group actually has one element, which is the set of all integers. The conversation also touches on the fact that different integers can represent the same equivalence class in these groups.
  • #1
BSMSMSTMSPHD
131
0
We are currently using Dummit & Foote's Abstract Algebra book in a gradute course of the same name. Recently, I had an issue concerning the additive and multiplicative integer groups mod n, which I brought to the professor's attention. The issue deals specifically with the way these groups are defined in the text.

[tex] \mathbb{Z} / n\mathbb{Z} = \{ \overline{a} \ | \ a \in \mathbb{Z}, 0 \leq a < n \} [/tex]

Thus, for any Natural Number n, there are exactly n equivalence classes in [tex] \mathbb{Z} / n\mathbb{Z} \ ,[/tex] namely:

[tex] \overline{0}, \overline{1}, ..., \overline{n - 1} [/tex]

This is defined on page 8.

Later, on page 10, the group of integers modulo n under multiplication is defined as:

[tex] ( \mathbb{Z} / n\mathbb{Z} ) ^x = \{ \overline{a} \in \mathbb{Z} / n\mathbb{Z} \ | \ \exists \ \overline{c} \in \mathbb{Z} / n\mathbb{Z} \ [/tex] with [tex] \ \overline{a} \cdot \overline{c} = \overline{1} \}[/tex]

So, here's my question. What are the elements of this group when n = 1?

I have no problems with the groups for larger n. In each case, you just get the set of equivalence classes in the additive group such that their representative values are relatively prime to n. This is given as a proposition on the same page.

It's easy to see that if n is prime, then this group contains n - 1 elements. The number of elements for any n can be calculated by Euler's totient function [tex] \varphi(n) [/tex] which gives the number of integers less than or equal to n that are relatively prime to n.

Since [tex] \varphi(1) = 1 [/tex] it should be that the group of integers mod 1 under multiplication should contain 1 element. But, if we follow the definition from above, it seems to me that it should, in fact, be empty!

The only element in the additive group mod 1 is [tex] \overline{0} [/tex], but this equivalence class fails to meet the requirement for being in the multiplicative group! That is, [tex] \nexists
\ \overline{c} \in \mathbb{Z} / n\mathbb{Z} \ [/tex] with [tex] \ \overline{0} \cdot \overline{c} = \overline{1}[/tex]

So it would seem that the group is actually empty.

So which is it?
 
Last edited:
Physics news on Phys.org
  • #2
Why should it be empty by that definition? When n = 1, then:

[tex]\overline{1} = \overline{0}[/tex].

In other words, 0 and 1 belong to the same equivalence class modulo 1. In fact, every integer belongs to the same equivalence class modulo 1. [itex]\mathbb{Z}/1\mathbb{Z} = \{\mathbb{Z}\}[/itex].
 
Last edited:
  • #3
I thought [tex] \mathbb{Z} / 1\mathbb{Z} = \{ \overline{0} \} [/tex]
 
  • #4
Yes, and:

[tex]\overline{0} = \mathbb{Z}[/tex]
 
  • #5
Modulo n, [itex]\bar{c}[/itex] denotes the equivalence class of c, which is {z in Z : n|(c-z)}. So modulo 1, [itex]\bar{0}[/itex] = {z in Z : 1|(0-z)} = {z in Z : 1|-z} = {z in Z} = Z, because 1 divides every integer. That is, if z is any integer, then there exists an integer k such that k x 1 = z, namely choose k = z.
 
  • #6
Okay, you've shed some light on the subject for me, but I'm still iffy...

So, what is [tex] ( \mathbb{Z} / 1\mathbb{Z} ) ^x [/tex] ?

Are you saying that it contains only one element since every integer is in the same equivalence class?
 
  • #7
[tex](\mathbb{Z}/1\mathbb{Z})^{\times} = \mathbb{Z}/1\mathbb{Z}[/tex]

These two things are identical as groups. That is, they both have the same underlying set (which, yes, has only one element) but also have the same operation. Although we look at the thing on the left and call its operation multiplication (mod 1) and we look at the thing on the right and call its operation addition (mod 1), they are technically the same operation in this special case. Just for additional information, and to be entirely clear, the underlying set for this group is:

[tex]\{\mathbb{Z}\} = \{\overline{0}\} = \{\overline{1}\} = \{\overline{125853}\} = \{\overline{-823}\}[/tex]
 
  • #8
Also, why wouldn't you put this thread in the Linear and Abstract Algebra forum instead of in the Calculus and Analysis forum, which this thread has nothing to do with?
 
  • #9
Oh whoops. Ha ha... I know why I did that. Because I've been taking analysis courses all year and I'm just used to coming to this link. Sorry.

I do understand it now, though. I think it finally hit me while I was at the store today. The key was realizing that these equivalence classes can have different names, and that, most importantly, when n = 1 only, 0 and 1 are in the same equivalence class (as you already stated).

So, for example, [tex] \mathbb{Z} / 2\mathbb{Z} = \{ \overline{0}, \overline{1} \} [/tex]

But, I could also call it [tex] \{ \overline{6}, \overline{3} \} [/tex] or [tex] \{ \overline{-50}, \overline{2001} \} [/tex] or, in general [tex] \{ \overline{2k}, \overline{2m+1} \} [/tex] for integers k and m.

When n = 1, all of the integers are in the same equivalence class. So, like you said, it doesn't matter which integer I use to represent it.

Thanks for your help and patience. I diserve to be ridiculed for this given its simplicity and where I put the post, but you did a great job.
 
  • #10
You're very welcome, glad I could help!
BSMSMSTMSPHD said:
So, for example, [tex] \mathbb{Z} / 2\mathbb{Z} = \{ \overline{0}, \overline{1} \} [/tex]

But, I could also call it [tex] \{ \overline{6}, \overline{3} \} [/tex] or [tex] \{ \overline{-50}, \overline{2001} \} [/tex] or, in general [tex] \{ \overline{2k}, \overline{2m+1} \} [/tex] for integers k and m.
Yup, you seem to get it now. Just note one thing: when you write Z/2Z, it's implied you're talking about a group, that is, a set WITH an operation. When you write {6~, 3~} (the tildes denote overlines) that denotes a set consisting of two equivalence classes, and it would be the underlying set of the group Z/2Z. Of course, if the context is right, then you can refer to a group by its underlying set, so you will get away with writing Z/2Z = {6~, 3~} 99.99% of the time. I would assume you know this already, but I'm covering all bases just to be safe.
 

What is the concept of "integers modulo n"?

"Integers modulo n" refers to the mathematical concept of modular arithmetic, where integers are divided into equivalence classes based on their remainders when divided by a fixed number, n. This allows for the manipulation and analysis of large numbers in a more manageable way.

How are operations like addition and multiplication performed in integers modulo n?

In integers modulo n, operations such as addition and multiplication are performed by first performing the operation on the two integers, and then taking the remainder when divided by n. This remainder is the result of the operation in the modular arithmetic system.

What is the significance of the number n in integers modulo n?

The number n in integers modulo n represents the modulus, or the number that defines the equivalence classes in modular arithmetic. It determines the size of the set of integers and how the operations are performed.

Can negative numbers be used in integers modulo n?

Yes, negative numbers can be used in integers modulo n. In modular arithmetic, negative numbers are represented as their positive equivalent with a negative sign, so -3 is equivalent to n-3 in integers modulo n.

How is the concept of "integers modulo n" used in real-life applications?

The concept of integers modulo n is used in a variety of real-life applications, such as computer science, cryptography, and engineering. It allows for efficient data storage and manipulation, as well as secure encryption and decryption methods.

Similar threads

  • Linear and Abstract Algebra
Replies
25
Views
1K
  • Linear and Abstract Algebra
Replies
13
Views
1K
  • Linear and Abstract Algebra
Replies
1
Views
978
  • Linear and Abstract Algebra
Replies
3
Views
1K
  • Linear and Abstract Algebra
Replies
11
Views
1K
  • Linear and Abstract Algebra
Replies
17
Views
4K
  • Linear and Abstract Algebra
Replies
9
Views
2K
  • Linear and Abstract Algebra
Replies
3
Views
1K
Replies
4
Views
1K
  • Linear and Abstract Algebra
Replies
1
Views
654
Back
Top