EV33
- 192
- 0
Homework Statement
In the process of trying to prove something else I found it would be helpful if rn\inI, where I is an ideal, n\inN, and r\inR and R is a ring, then r is in I.
Homework Equations
I is an ideal if a\inI and b\inI then a+b\inI, a\inI and r\inR then ar\inI, and I is not the empty set.
The Attempt at a Solution
Base Case: Assume r1\inI. Then r\inI.
Inductive Case: Assume that if rn\inI then r\inI for all n<n+1.
Assume rn+1\inI. Since rn+1= rn*r then either rn or r is in I. We only need to show the first case works since the second is trivial. If rn\inI then r\inI by the inductive hypothesis. (QED)Is this correct?
thank you for your time.