let R be domRing; :: thesis: R is reduced
now :: thesis: R is reduced
assume not R is reduced ; :: thesis: contradiction
then consider a being nilpotent Element of R such that
A: a <> 0. R ;
defpred S1[ Nat] means ( a |^ c1 = 0. R & c1 <> 0 );
ex k being non zero Nat st a |^ k = 0. R by TOPZARI1:def 2;
then B: ex k being Nat st S1[k] ;
consider k being Nat such that
C: ( S1[k] & ( for n being Nat st S1[n] holds
k <= n ) ) from NAT_1:sch 5(B);
reconsider k1 = k - 1 as Nat by C;
E: k1 + 0 < k1 + 1 by XREAL_1:39;
k = 1 + k1 ;
then F: 0. R = (a |^ 1) * (a |^ k1) by C, BINOM:10
.= a * (a |^ k1) by BINOM:8 ;
per cases ( k1 = 0 or k1 <> 0 ) ;
end;
end;
hence R is reduced ; :: thesis: verum