R: Integral Domain with Characteristic p>0

Click For Summary

Homework Help Overview

The discussion revolves around properties of integral domains with positive characteristic p, specifically focusing on the expression (a+b)^p and its relation to a^p and b^p. Participants are exploring the implications of the binomial theorem in this context and the validity of certain algebraic identities through induction.

Discussion Character

  • Conceptual clarification, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants discuss the application of the binomial theorem to show that (a+b)^p = a^p + b^p. There is an emphasis on understanding why the binomial theorem holds in the context of integral domains. Some participants suggest using induction to extend the result to (a+b)^(p^n) for positive integers n.

Discussion Status

The discussion includes attempts to establish the base case and inductive step for the proof. Some participants express frustration with the level of detail provided, indicating a desire for deeper engagement with the problem rather than basic definitions. The conversation reflects a mix of foundational understanding and the need for further exploration of the underlying principles.

Contextual Notes

Participants are operating under the assumption that the audience is familiar with the definitions of integral domains and the concept of characteristic. There is a focus on the implications of these definitions in proving the stated properties without resolving the proof completely.

kathrynag
Messages
595
Reaction score
0
Show that if R is an integral domain with characteristic p>0, then for all a,b in R, we must have (a+b)^p=a^p+b^p. Show by induction that we must also have (a+b)^p^n=a^p^n+b^p^n for all positive integers n.


R is an integral domain, so ab=0 implies a=0 or b=0.
The smallest positive integer n such that n*1=0 is called the characteristic of R.
 
Physics news on Phys.org
You know you could actually demonstrate some thought about this problem as opposed to providing basic definitions that anyone who could conceivably solve this would already know.

Look up the binomial theorem and figure out why it holds in R.
 
snipez90 said:
You know you could actually demonstrate some thought about this problem as opposed to providing basic definitions that anyone who could conceivably solve this would already know.

Look up the binomial theorem and figure out why it holds in R.



132.gif
 
And why does the binomial theorem hold in R?
 
Proof by induction.

Base Case (n = 1):
We show that (a + b)^p = a^p + b^p.

This follows from the Binomial Theorem.
(a + b)^p
= Σ(n=0 to p) C(p,n) a^(p-n) b^n
= a^p + [Σ(n=1 to p-1) C(p,n) a^(p-n) b^n] + b^p
= a^p + 0 + b^p, since p|C(p,n) for n = 1,2,...p-1.
= a^p + b^p.

Inductive step.
Assuming the at the claim is true for n = k:
(a + b)^(p^(k+1))
= (a + b)^(p^k * p)
= [(a + b)^(p^k)]^p
= (a^(p^k) + b^(p^k))^p, by inductive hypothesis
= (a^(p^k))^p + (b^(p^k))^p, by the base case
= a^(p^(k+1)) + b^(p^(k+1)), as required.
 

Similar threads

  • · Replies 24 ·
Replies
24
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 13 ·
Replies
13
Views
4K
  • · Replies 1 ·
Replies
1
Views
1K
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
7
Views
2K
  • · Replies 7 ·
Replies
7
Views
1K