Directly Finite and Directly Infinite R-Modules - Bland S2.2

In summary, the conversation discusses a specific example from Paul E. Bland's book "Rings and Their Modules" on page 56. The example explores the concept of directly finite and directly infinite R-modules. The conversation includes two questions regarding the example, one regarding how it follows that ##M \cong M \oplus M## and the other questioning the formal and rigorous justification for certain relationships. In response, fresh_42 provides a summary of the method used in the example, which involves setting up bijections between different sets and expanding them to establish an isomorphism. Fresh_42 also explains the specific functions used in the example and provides further clarification on how to prove the isomorphism.
  • #1
Math Amateur
Gold Member
MHB
3,992
48
I am reading Paul E. Bland's book "Rings and Their Modules ...

Currently I am focused on Section 2.2 Free Modules ... ...

I need some help in order to fully understand Bland's Example on page 56 concerning directly finite and directly infinite R-modules ... ...

Bland's Example on page 56 reads as follows:
?temp_hash=f1e054a86dd4996d5bffefa455ffb1d1.png
Question 1

In the above Example from Bland's text we read the following:" ... ... If ##M = \bigoplus_\mathbb{N} \mathbb{Z}##, then it follows that ##M \cong M \oplus M## ... ... "How ... exactly ... do we know that it follows that ##M \cong M \oplus M## ... ... ?

Question 2In the above Example from Bland's text we read the following:" ... ...##R = \text{ Hom}_\mathbb{Z} (M, M) \cong \text{ Hom}_\mathbb{Z} (M, M \oplus M )####\cong \text{ Hom}_\mathbb{Z} (M, M) \oplus \text{ Hom}_\mathbb{Z} (M, M)####\cong R \oplus R## ... ... "Although the above relationships look intuitively reasonable ... how do we know ... formally and rigorously that:

##\text{ Hom}_\mathbb{Z} (M, M) \cong \text{ Hom}_\mathbb{Z} (M, M \oplus M )##

##\cong \text{ Hom}_\mathbb{Z} (M, M) \oplus \text{ Hom}_\mathbb{Z} (M, M)##Hope someone can help ...

Peter
 

Attachments

  • Bland - Example - Directly Infinite R-Modules ....png
    Bland - Example - Directly Infinite R-Modules ....png
    24 KB · Views: 785
Physics news on Phys.org
  • #2
Math Amateur said:
I am reading Paul E. Bland's book "Rings and Their Modules ...

Currently I am focused on Section 2.2 Free Modules ... ...

I need some help in order to fully understand Bland's Example on page 56 concerning directly finite and directly infinite R-modules ... ...

Bland's Example on page 56 reads as follows:
?temp_hash=f1e054a86dd4996d5bffefa455ffb1d1.png
Question 1

In the above Example from Bland's text we read the following:" ... ... If ##M = \bigoplus_\mathbb{N} \mathbb{Z}##, then it follows that ##M \cong M \oplus M## ... ... "How ... exactly ... do we know that it follows that ##M \cong M \oplus M## ... ... ?

Question 2In the above Example from Bland's text we read the following:" ... ...##R = \text{ Hom}_\mathbb{Z} (M, M) \cong \text{ Hom}_\mathbb{Z} (M, M \oplus M )####\cong \text{ Hom}_\mathbb{Z} (M, M) \oplus \text{ Hom}_\mathbb{Z} (M, M)####\cong R \oplus R## ... ... "Although the above relationships look intuitively reasonable ... how do we know ... formally and rigorously that:

##\text{ Hom}_\mathbb{Z} (M, M) \cong \text{ Hom}_\mathbb{Z} (M, M \oplus M )##

##\cong \text{ Hom}_\mathbb{Z} (M, M) \oplus \text{ Hom}_\mathbb{Z} (M, M)##Hope someone can help ...

Peter
If you split ##ℕ## in even and odd numbers you get two copies which are as big as ##ℕ## is. Thus you can "double" your basis index set without gaining or losing something. Set up the bijections between ##ℕ## and ##2ℕ## and ##ℕ## and ##2ℕ + 1## and expand them to the isomorphism ##⊕_{ℕ} ℤ ≅ (⊕_{ℕ} ℤ) ⊕ (⊕_{ℕ} ℤ)##.

The first isomorphism in question 2 is clear, because it is simply the substitution of ##M## by ##M⊕M## as developed in question 1.
So it remains to show that ##\text{ Hom}_\mathbb{Z} (M, M \oplus M ) \cong \text{ Hom}_\mathbb{Z} (M, M) \oplus \text{ Hom}_\mathbb{Z} (M, M).##
Take a homomorphism ##φ \in \text{ Hom}_\mathbb{Z} (M, M \oplus M )##. Then every image ##φ(m)## splits into two components ##φ_i(m) \; : \; φ(m) = φ_1(m) + φ_2(m)## or as a vector ##φ(m) = (φ_1(m) , φ_2(m)).##
Then each ##φ_i## is a homomorphism of ##M## and ##φ = φ_1 + φ_2 = (φ_1 , φ_2)## which establishes the required isomorphism.
 
  • Like
Likes Math Amateur
  • #3
fresh_42 said:
If you split ##ℕ## in even and odd numbers you get two copies which are as big as ##ℕ## is. Thus you can "double" your basis index set without gaining or losing something. Set up the bijections between ##ℕ## and ##2ℕ## and ##ℕ## and ##2ℕ + 1## and expand them to the isomorphism ##⊕_{ℕ} ℤ ≅ (⊕_{ℕ} ℤ) ⊕ (⊕_{ℕ} ℤ)##.

The first isomorphism in question 2 is clear, because it is simply the substitution of ##M## by ##M⊕M## as developed in question 1.
So it remains to show that ##\text{ Hom}_\mathbb{Z} (M, M \oplus M ) \cong \text{ Hom}_\mathbb{Z} (M, M) \oplus \text{ Hom}_\mathbb{Z} (M, M).##
Take a homomorphism ##φ \in \text{ Hom}_\mathbb{Z} (M, M \oplus M )##. Then every image ##φ(m)## splits into two components ##φ_i(m) \; : \; φ(m) = φ_1(m) + φ_2(m)## or as a vector ##φ(m) = (φ_1(m) , φ_2(m)).##
Then each ##φ_i## is a homomorphism of ##M## and ##φ = φ_1 + φ_2 = (φ_1 , φ_2)## which establishes the required isomorphism.
Thanks for the help, fresh_42 ... appreciate your help ...

Sorry to be slow in replying ... been traveling ...

You write:

" ... ... If you split ##ℕ## in even and odd numbers you get two copies which are as big as ##ℕ## is. Thus you can "double" your basis index set without gaining or losing something. Set up the bijections between ##ℕ## and ##2ℕ## and ##ℕ## and ##2ℕ + 1## and expand them to the isomorphism ##⊕_{ℕ} ℤ ≅ (⊕_{ℕ} ℤ) ⊕ (⊕_{ℕ} ℤ)## ... ... "So ... you define two functions ##\psi_1## and ##\psi_2## as follows:

## \psi_1 \ : \ \mathbb{N} \longrightarrow 2 \mathbb{N} \ \text{ where } \psi_1 (x) = 2x ##

and

## \psi_2 \ : \ \mathbb{N} \longrightarrow 2 \mathbb{N} + 1 \ \text{ where } \psi_2 (x) = 2x + 1##These are both isomorphisms ... BUT ... how exactly (details?) do we expand them to the isomorphism ##⊕_{ℕ} ℤ ≅ (⊕_{ℕ} ℤ) ⊕ (⊕_{ℕ} ℤ)## ... ... ?Can you help ... ?

Peter
 
  • #4
Hi Peter!

You can settle an isomorphism ##⊕_{ℕ} ℤ ≅ (⊕_{2ℕ} ℤ) ⊕ (⊕_{2ℕ+1} ℤ)## by the following map:

If ##a_n## denotes an element ##a## at the ##n##-th position, i.e. an element of ## ⊕_{ℕ} ℤ##, then we map it to ##(a_{2k},0)## if ##n=2k## is even and to ##(0,a_{2k+1})## if ##n=2k+1## is odd. Again the index only shows the position of ##a## and I wrote the elements of ##(⊕_{2ℕ} ℤ) ⊕ (⊕_{2ℕ+1} ℤ)## as pairs. It doesn't matter, you could write it as well as a sum. I simply felt that ##a_{2k}+ 0## might be confusing.

So it remains to show that, e.g. ##⊕_{ℕ} ℤ ≅ ⊕_{2ℕ} ℤ##. This could be done by mapping ##a_n## to ##a_{2n}##.
 
  • Like
Likes Math Amateur
  • #5
fresh_42 said:
Hi Peter!

You can settle an isomorphism ##⊕_{ℕ} ℤ ≅ (⊕_{2ℕ} ℤ) ⊕ (⊕_{2ℕ+1} ℤ)## by the following map:

If ##a_n## denotes an element ##a## at the ##n##-th position, i.e. an element of ## ⊕_{ℕ} ℤ##, then we map it to ##(a_{2k},0)## if ##n=2k## is even and to ##(0,a_{2k+1})## if ##n=2k+1## is odd. Again the index only shows the position of ##a## and I wrote the elements of ##(⊕_{2ℕ} ℤ) ⊕ (⊕_{2ℕ+1} ℤ)## as pairs. It doesn't matter, you could write it as well as a sum. I simply felt that ##a_{2k}+ 0## might be confusing.

So it remains to show that, e.g. ##⊕_{ℕ} ℤ ≅ ⊕_{2ℕ} ℤ##. This could be done by mapping ##a_n## to ##a_{2n}##.
Thanks for the help, fresh_42 ...

Peter
 

Related to Directly Finite and Directly Infinite R-Modules - Bland S2.2

1. What is a directly finite R-module?

A directly finite R-module is an R-module in which every submodule is a direct summand. This means that for every submodule N of the R-module M, there exists a submodule K such that M = N ⊕ K. In other words, every submodule has a direct complement within the R-module.

2. What is a directly infinite R-module?

A directly infinite R-module is an R-module in which every nonzero element has a direct complement. This means that for every nonzero element x in the R-module M, there exists an element y such that M = Rx ⊕ Ry. In other words, every nonzero element has a direct complement within the R-module.

3. How are directly finite and directly infinite R-modules related?

Directly finite and directly infinite R-modules are two opposite extremes in terms of the direct summand property. While directly finite R-modules have every submodule as a direct summand, directly infinite R-modules have every nonzero element as a direct summand. This means that directly finite R-modules are a subset of directly infinite R-modules.

4. What are some examples of directly finite and directly infinite R-modules?

Examples of directly finite R-modules include finite-dimensional vector spaces over a field, cyclic modules over a principal ideal domain, and finitely generated abelian groups. Examples of directly infinite R-modules include infinite-dimensional vector spaces over a field, free modules over a principal ideal domain, and infinitely generated abelian groups.

5. What is the significance of directly finite and directly infinite R-modules?

Directly finite and directly infinite R-modules are important concepts in abstract algebra and ring theory. They provide a way to classify R-modules based on their direct summand properties, which can help in understanding their structure and properties. They also have applications in areas such as representation theory and homological algebra.

Similar threads

Replies
7
Views
2K
  • Linear and Abstract Algebra
Replies
25
Views
3K
Replies
2
Views
1K
  • Linear and Abstract Algebra
Replies
4
Views
1K
  • Linear and Abstract Algebra
Replies
5
Views
2K
  • Linear and Abstract Algebra
Replies
12
Views
2K
  • Linear and Abstract Algebra
Replies
2
Views
989
  • Linear and Abstract Algebra
Replies
3
Views
1K
Replies
36
Views
6K
  • Linear and Abstract Algebra
Replies
1
Views
935
Back
Top