Prove the given properties - Ring Theory

In summary: For ##5##,We want to prove,## (-a)(b-c)=(-a)b-(-a)c \\∀ a,b,c ∈ \mathbb{R}##Using distributive property on lhs,##(-a)(b-c)=(-a)b-(-a)c+(-a)(-c)####=(-a)b-(-a)c+(--(ac))=(-a)b-(-a)c+(ac)####=(-a)b-(-a)c+ac=(-a)b+(-a)(-c)####=(-a)b+(-a)(-c)=(-a)b-(-a)c##therefore ##(-a)(b-c)=(-a)b-(-a)c##In
  • #1
chwala
Gold Member
2,650
351
TL;DR Summary
I am looking at the basics here...Consider the attachment below. My intention is to try and prove ##2.11## from ##2## to ##4## and i would appreciate any constructive feedback.
1650109296654.png


Ok for ##1##, we also have,
##a⋅0=a⋅(0+0)=a⋅0 + a⋅0 ## We know that ##a⋅0=0 ## by additive cancellation.

For ##2.11##, Number ##2##;
We first show and prove that
##-b=-1⋅b##
adding ##b## on both sides,
##-b+b=0## for the lhs
##-1⋅b +1⋅b=b(-1+1)=b(0)=0## for the rhs
therefore,
##(-a)b=(-1⋅a)b=-1(ab)=-(ab)## using distributive property...
also,
##a⋅(-b)=a⋅-1⋅b=-1⋅(a⋅b)=-1(ab)=-(ab)##
Will look at (3) and (4) later...
 
Physics news on Phys.org
  • #2
For number 2) you need to show that, for example:
$$(-a) b + a b = a b + (-a) b = 0$$Hence, by definition:$$(-a)b = -(ab)$$ is the additive inverse of ##ab##.
 
  • Like
Likes chwala
  • #3
So in general, we are just checking as to whether the ring additive axioms are satisfied, right?...I can see that you have used commutative property and the additive inverse property to show this...in my case I could say that I made use of the distributive property...
In showing these proofs, there isn't any general rule right? The way is to check how the problem fits/satisfies the ring property axioms...

I also read on the Field which basically has more axioms satisfied ( ie For Real, rational and complex numbers)as compared to the Ring. (Integers)...
 
  • #4
The problem with what you did was that you didn't fully recognise that ##-(ab)## is, by notational definition, the additive inverse of ##ab##. And that we have to show that ##(-a)b##, which is the additive inverse of ##a## multiplied by ##b##, is also the additive inverse of ##ab##.
 
  • #5
PeroK said:
The problem with what you did was that you didn't fully recognise that ##-(ab)## is, by notational definition, the additive inverse of ##ab##. And that we have to show that ##(-a)b##, which is the additive inverse of ##a## multiplied by ##b##, is also the additive inverse of ##ab##.
Thanks, yes that's true...I can see that now.
 
  • #6
@PeroK hi, by the way could i also be right in using,
if ##a=b## and ##b=c## then it follows that, ##a=c##
##a-b=0## and ##b-c=0##, ##⇒a-b+b-c=0##

therefore in our problem we shall have,
##(-a)b=-(ab)##
##(-a)b- - (ab)=0##

also,
##-(ab)=a(-b)##
##-(ab)-a(-b)=0##,

on adding them,
##(-a)b- -(ab)+-(ab)-a(-b)=0##
##(-a)b+(ab)-(ab)-a(-b)=0##
##(-a)b-a(-b)=0##
##(-a)b=a(-b)## thus completing our proof.
 
  • #7
chwala said:
therefore in our problem we shall have,
##(-a)b=-(ab)##
##(-a)b- - (ab)=0##
You can't start with what you are asked to prove. Try starting with $$(-a)b + ab = \dots$$
 
  • #8
PeroK said:
You can't start with what you are asked to prove. Try starting with $$(-a)b + ab = \dots$$
ok, i may have, ##(-a)b+ab=b(-a+a)=b⋅0=0##
also, ##-(ab)+ab=0##
also,##(a)-b+ab=a(-b+b)=a⋅0=0## therefore ##(-a)b=-(ab)=(a)-b##
 
Last edited:
  • #9
chwala said:
ok, i may have, ##(-a)b+ab=b(-a+a)=b⋅0=0##
A ring is not necessarily commutative, so you can't swap the order like that:$$(-a)b+ab=(-a+a)b=(0)b=0$$
chwala said:
also, ##-(ab)+ab=0## ##⇒(-a)b=-(ab)##
That's not quite right either. $$ (-a)b+ab = 0 \ \Rightarrow \ (-a)b = -(ab)$$
chwala said:
also,##(a)-b+ab=a(-b+b)=a⋅0=0## therefore our proof is complete.
Okay, but ##a(-b)## is better than ##(a)-b##
 
  • Haha
Likes chwala
  • #10
PeroK said:
A ring is not necessarily commutative, so you can't swap the order like that:$$(-a)b+ab=(-a+a)b=(0)b=0$$

That's not quite right either. $$ (-a)b+ab = 0 \ \Rightarrow \ (-a)b = -(ab)$$

Okay, but ##a(-b)## is better than ##(a)-b##
cheers gd day...
 
  • #11
chwala said:
cheers gd day...
It is abstract algebra; not slapdash algebra! :smile:
 
  • Like
Likes chwala
  • #12
PeroK said:
A ring is not necessarily commutative, so you can't swap the order like that:$$(-a)b+ab=(-a+a)b=(0)b=0$$

That's not quite right either. $$ (-a)b+ab = 0 \ \Rightarrow \ (-a)b = -(ab)$$

Okay, but ##a(-b)## is better than ##(a)-b##
noted on this; $$(-a)b+ab=(-a+a)b=(0)b=0$$ thanks...i will read more on that...i had thought that for a set to be considered a ring, then it has to satisfy commutativity...which you are saying it is not always the case...
 
  • #13
chwala said:
noted on this; $$(-a)b+ab=(-a+a)b=(0)b=0$$ thanks...i will read more on that...i had thought that for a set to be considered a ring, then it has to satisfy commutativity...which you are saying it is not always the case...
Ring multiplication is not necessarily commutative. Ring addition is commutative, of course.
 
  • Like
Likes chwala
  • #14
For ##3##,
We want to prove,
##(-a)(-b) =ab \\∀ a,b ∈ \mathbb{R}##

Using distributive property and using ##-(ab)## on lhs;
##(-a)(-b) -(ab)=-(a)(-b)-(ab)=[--(ab)]-(ab)=(ab)-(ab)=0##

Also using ##-(ab)## on rhs;
##ab-(ab)=ab - ab=0##,

therefore,
##(-a)(-b) =ab ∀ a, b ∈ \mathbb{R}##
 
Last edited:
  • #15
For ##4##,
We want to prove,
##(-1)(a) =-a \\∀ a ∈ \mathbb{R}##

For lhs, using distributive property;
##(-1)a + 1a=(-1+1)a=(0)a=0##
also for rhs, ##-a=-(1a)##
##⇒(-1)a- -a=(-1)a+a=(-1)a+1a=0##
thus ##(-1)a=-a##
 

1. What is Ring Theory?

Ring Theory is a branch of abstract algebra that studies the properties and structures of rings, which are mathematical objects consisting of a set of elements and two binary operations, usually addition and multiplication.

2. What are the basic properties of a ring?

The basic properties of a ring include closure under addition and multiplication, associativity of addition and multiplication, distributivity of multiplication over addition, and the existence of an additive identity and additive inverse for each element.

3. How do you prove that a set is a ring?

To prove that a set is a ring, you must show that it satisfies all of the basic properties of a ring. This can be done by verifying that the set is closed under the operations of addition and multiplication, the operations are associative and distributive, and the identity and inverse elements exist for each element in the set.

4. What is the difference between a commutative ring and a non-commutative ring?

A commutative ring is one in which the operation of multiplication is commutative, meaning that a*b = b*a for all elements a and b in the ring. In a non-commutative ring, the operation of multiplication is not commutative, and a*b may not be equal to b*a.

5. How does Ring Theory relate to other areas of mathematics?

Ring Theory has many applications in other areas of mathematics, such as number theory, algebraic geometry, and representation theory. It also serves as a foundation for other algebraic structures, such as fields, modules, and algebras.

Similar threads

  • Linear and Abstract Algebra
2
Replies
55
Views
4K
  • Linear and Abstract Algebra
Replies
1
Views
923
  • Linear and Abstract Algebra
Replies
1
Views
2K
  • Linear and Abstract Algebra
Replies
1
Views
2K
  • Linear and Abstract Algebra
Replies
4
Views
930
  • Linear and Abstract Algebra
Replies
3
Views
2K
  • Linear and Abstract Algebra
Replies
7
Views
814
  • Linear and Abstract Algebra
Replies
9
Views
1K
  • Linear and Abstract Algebra
Replies
14
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
1K
Back
Top