let a be real number ; :: thesis: ( a <> 0 implies for m being Element of NAT holds (a GeoSeq ) . m <> 0 )
assume A1: a <> 0 ; :: thesis: for m being Element of NAT holds (a GeoSeq ) . m <> 0
defpred S1[ Element of NAT ] means (a GeoSeq ) . $1 <> 0 ;
A2: S1[ 0 ] by Th4;
A3: for n being Element of NAT st S1[n] holds
S1[n + 1]
proof
let n be Element of NAT ; :: thesis: ( S1[n] implies S1[n + 1] )
assume A4: (a GeoSeq ) . n <> 0 ; :: thesis: S1[n + 1]
(a GeoSeq ) . (n + 1) = ((a GeoSeq ) . n) * a by Th4;
hence S1[n + 1] by A1, A4, XCMPLX_1:6; :: thesis: verum
end;
thus for n being Element of NAT holds S1[n] from NAT_1:sch 1(A2, A3); :: thesis: verum