Proving Algebraic Proofs: Cancellation & Exponents

  • Thread starter Thread starter chaotixmonjuish
  • Start date Start date
  • Tags Tags
    Exponents Proofs
chaotixmonjuish
Messages
284
Reaction score
0
Algebra Proofs!

I have two questions just to help verify what I'm doing:

Let R be a commutative ring with identity. Prove that R is an integral domain if and only if cancellation holds in R (that is, a no equal to 0 and ab=ac in R imply b=c)

=> Suppose cancellation holds: ab=0 -> ab=0a -> a isn't 0 so b=0

<= Since a doesn't equal 0
ab=ac -> ab-ac=0 -> a(b-c)=0 -> b-c=0 -> b=c cancellation holds

alternatively, could the second part be proven as such:

ab=ac
a^-1ab=aca^-1
b=c
cancellation holds

My second question is: How do I go about proving the following

(a^m)(a^n)=a^m+n and (a^m)^n=a^mn
 
Physics news on Phys.org


Your "alternative" cannot be used because a-1 does not necessarily exist!

For your second question, I would suggest fixing m and using induction on n.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top