let k be Nat; :: thesis: |.cos.| is PI * (k + 1) -periodic
defpred S1[ Nat] means |.cos.| is PI * ($1 + 1) -periodic ;
A1: S1[ 0 ] by Lm15;
A2: for k being Nat st S1[k] holds
S1[k + 1]
proof
let k be Nat; :: thesis: ( S1[k] implies S1[k + 1] )
assume A3: |.cos.| is PI * (k + 1) -periodic ; :: thesis: S1[k + 1]
|.cos.| is PI * ((k + 1) + 1) -periodic
proof
for x being Real st x in dom |.cos.| holds
( x + (PI * ((k + 1) + 1)) in dom |.cos.| & x - (PI * ((k + 1) + 1)) in dom |.cos.| & |.cos.| . x = |.cos.| . (x + (PI * ((k + 1) + 1))) )
proof
let x be Real; :: thesis: ( x in dom |.cos.| implies ( x + (PI * ((k + 1) + 1)) in dom |.cos.| & x - (PI * ((k + 1) + 1)) in dom |.cos.| & |.cos.| . x = |.cos.| . (x + (PI * ((k + 1) + 1))) ) )
assume A4: x in dom |.cos.| ; :: thesis: ( x + (PI * ((k + 1) + 1)) in dom |.cos.| & x - (PI * ((k + 1) + 1)) in dom |.cos.| & |.cos.| . x = |.cos.| . (x + (PI * ((k + 1) + 1))) )
then A5: ( x + (PI * (k + 1)) in dom |.cos.| & x - (PI * (k + 1)) in dom |.cos.| ) by A3, Th1;
A6: ( x + (PI * ((k + 1) + 1)) in dom cos & x - (PI * ((k + 1) + 1)) in dom cos ) by SIN_COS:24, XREAL_0:def 1;
then ( x + (PI * ((k + 1) + 1)) in dom |.cos.| & x - (PI * ((k + 1) + 1)) in dom |.cos.| ) by VALUED_1:def 11;
then |.cos.| . (x + (PI * ((k + 1) + 1))) = |.(cos . ((x + (PI * (k + 1))) + PI)).| by VALUED_1:def 11
.= |.(- (cos . (x + (PI * (k + 1))))).| by SIN_COS:78
.= |.(cos . (x + (PI * (k + 1)))).| by COMPLEX1:52
.= |.cos.| . (x + (PI * (k + 1))) by A5, VALUED_1:def 11 ;
hence ( x + (PI * ((k + 1) + 1)) in dom |.cos.| & x - (PI * ((k + 1) + 1)) in dom |.cos.| & |.cos.| . x = |.cos.| . (x + (PI * ((k + 1) + 1))) ) by A3, A4, A6, VALUED_1:def 11; :: thesis: verum
end;
hence |.cos.| is PI * ((k + 1) + 1) -periodic by Th1; :: thesis: verum
end;
hence S1[k + 1] ; :: thesis: verum
end;
for n being Nat holds S1[n] from NAT_1:sch 2(A1, A2);
hence |.cos.| is PI * (k + 1) -periodic ; :: thesis: verum