description/proof of that ring is canonically module with \(1\)-element basis
Topics
About: ring
About: module
The table of contents of this article
Starting Context
- The reader knows a definition of basis of module.
Target Context
- The reader will have a description and a proof of the proposition that any ring is canonically a module with a \(1\)-element basis.
Orientation
There is a list of definitions discussed so far in this site.
There is a list of propositions discussed so far in this site.
Main Body
1: Structured Description
Here is the rules of Structured Description.
Entities:
\(R\): \(\in \{\text{ the rings }\}\), with the addition, \(+: R \times R \to R, (r_1, r_2) \mapsto r_1 + r_2\), and the scalar multiplication, \(.: R \times R \to R, (r_1, r_2) \mapsto r_1 r_2\)
//
Statements:
\(R \in \{\text{ the } R \text{ modules }\}\)
\(\land\)
\(\{1\} \in \{\text{ the bases for } R\}\)
//
2: Proof
Whole Strategy: Step 1: see that \(R\) satisfies the conditions to be an \(R\) module; Step 2: see that \(\{1\}\) is a basis for the module, \(R\).
Step 1:
Let us see that \(R\) satisfies the conditions to be an \(R\) module.
1) \(\forall r_1, r_2 \in R (r_1 + r_2 \in R)\) (closed-ness under addition): because \(R\) is a ring, which is an Abelian group under addition.
2) \(\forall r_1, r_2 \in R (r_1 + r_2 = r_2 + r_1)\) (commutativity of addition): because \(R\) is a ring, which is an Abelian group under addition.
3) \(\forall r_1, r_2, r_3 \in R ((r_1 + r_2) + r_3 = r_1 + (r_2 + r_3))\) (associativity of additions): because \(R\) is a ring, which is an Abelian group under addition.
4) \(\exists 0 \in R (\forall r \in R (r + 0 = r))\) (existence of 0 element): because \(R\) is a ring, which is an Abelian group under addition.
5) \(\forall r \in R (\exists r' \in R (r' + r = 0))\) (existence of inverse element): because \(R\) is a ring, which is an Abelian group under addition.
6) \(\forall r \in R, \forall r' \in R (r . r' \in R)\) (closed-ness under scalar multiplication): because \(R\) is a ring, which is a monoid under multiplication.
7) \(\forall r \in R, \forall r_1, r_2 \in R ((r_1 + r_2) . r = r_1 . r + r_2 . r)\) (scalar multiplication distributability for scalars addition): because \(R\) is a ring.
8) \(\forall r_1, r_2 \in R, \forall r \in R (r . (r_1 + r_2) = r . r_1 + r . r_2)\) (scalar multiplication distributability for elements addition): because \(R\) is a ring.
9) \(\forall r \in R, \forall r_1, r_2 \in R ((r_1 r_2) . r = r_1 . (r_2 . r))\) (associativity of scalar multiplications): because \(R\) is a ring, which is a monoid under multiplication.
10) \(\forall r \in R (1 . r = r)\) (identity of 1 multiplication): because \(R\) is a ring, which is a monoid under multiplication.
So, \(R\) is an \(R\) module.
Step 2:
\(\{1\} \subseteq R\) is linearly independent, because for \(r 1 = 0\), \(r 1 = r\), so, \(r = 0\).
For each \(r \in R\), \(r = r 1\).
So, \(\{1\}\) is a basis for the \(R\) module, \(R\).