let th be real number ; :: thesis: for n being Nat holds cos . th = cos . (((2 * PI ) * n) + th)
defpred S1[ Nat] means for th being real number holds cos . th = cos . (((2 * PI ) * $1) + th);
let n be Nat; :: thesis: cos . th = cos . (((2 * PI ) * n) + th)
A1: for n being Nat st S1[n] holds
S1[n + 1]
proof
let n be Nat; :: thesis: ( S1[n] implies S1[n + 1] )
assume A2: for th being real number holds cos . th = cos . (((2 * PI ) * n) + th) ; :: thesis: S1[n + 1]
for th being real number holds cos . th = cos . (((2 * PI ) * (n + 1)) + th)
proof
let th be real number ; :: thesis: cos . th = cos . (((2 * PI ) * (n + 1)) + th)
cos . (((2 * PI ) * (n + 1)) + th) = cos . ((((2 * PI ) * n) + th) + (2 * PI ))
.= cos . (((2 * PI ) * n) + th) by SIN_COS:83
.= cos . th by A2 ;
hence cos . th = cos . (((2 * PI ) * (n + 1)) + th) ; :: thesis: verum
end;
hence S1[n + 1] ; :: thesis: verum
end;
A3: S1[ 0 ] ;
for n being Nat holds S1[n] from NAT_1:sch 2(A3, A1);
hence cos . th = cos . (((2 * PI ) * n) + th) ; :: thesis: verum