Proof about the difference between right and left ideals in a ring

326 Views Asked by At

I have tried get a version of the proof stating that a left ideals of a ring is not, in general, a right ideal, and viceversa. Is my formulation right? Comments and corrections are welcome. I have tried to understand some German papers on the topic I came across.......I hope it is fine......The proof takes the form of a reductio ad absurdum...... Thanks in advance:

The proof goes as follows: let us assume M to be a left module over the ring R with the external operation R × M → M. Then we write the product with elements from R, proceeding from right to left. For that purpose, the symbol ◦ is used. Let then α·x := x◦α, ∀α ∈ R, x ∈ M. Now, generally speaking, the left module M with the external product ◦ : M × R → M is no right module whatsoever. This contradicts the Associative Law. According to the initial assumption M is a left module, that is, it is precisely the Associative Law that comes into play for scalar multiplication of a ring element from the left side. We then suppose that M with the operation ◦ is also a right module. Assuming, without loss of generality, that all other conditions apply as usual, it can be seen that instead of the Associative Law (M3) the following holds: (αβ) · x = x ◦ (αβ) = (x ◦ α) ◦ β = (α · x) ◦ β = β · (α · x)⊥, which constitutes a contradiction to the Associativity of the left module.

1

There are 1 best solutions below

12
On

It is IMHO never a good idea to try and prove that some structure is not some other structure using the axioms only. After all, in many cases the said structure also IS that other structure, so a proof "generally speaking" is doomed to fail. Here you cannot rule out the possibility that, in addition to what you describe as a substitute to the associativity, the usual associativity may still hold also. For example, if $R$ happens to be commutative every left ideal is also a right ideal. Therefore any argument that works in any ring is automatically wrong.

Furthermore, you cannot just add the assumption that $R$ is not commutative to your proof, and expect the readers to be convinced. This is because there are non-commutative rings were every left ideal is also a right ideal. The ring of Hamilton's quaternions is an example of such a ring.

No. When you are given the task to show that something is not always true, the first reaction should be to look for a counterexample. Here your task is to find a ring $R$ and its left ideal $L$ such that $L$ is not a right ideal of $R$. Hint: Look at the ring of $2\times2$ matrices.

Students often want to answer questions like this by starting out with one of the proofs from the textbook/lecture notes, and then point out a step that does not work. This gives me the teacher pimples. Such an answer simply allows us to conclude that this line of reasoning did not work. It leaves open the possibility that another argument still might.

Sorry about the rantish answer. I just feel that learning to appreciate the role of counterexamples is a very important part of the education of a mathematical mind. Hence the emphasis.