let x, x0 be Real; for n being Element of NAT
for Z being open Subset of REAL st x0 in Z holds
( (Taylor (sin,Z,x0,x)) . n = ((sin . (x0 + ((n * PI) / 2))) * ((x - x0) |^ n)) / (n !) & (Taylor (cos,Z,x0,x)) . n = ((cos . (x0 + ((n * PI) / 2))) * ((x - x0) |^ n)) / (n !) )
let n be Element of NAT ; for Z being open Subset of REAL st x0 in Z holds
( (Taylor (sin,Z,x0,x)) . n = ((sin . (x0 + ((n * PI) / 2))) * ((x - x0) |^ n)) / (n !) & (Taylor (cos,Z,x0,x)) . n = ((cos . (x0 + ((n * PI) / 2))) * ((x - x0) |^ n)) / (n !) )
let Z be open Subset of REAL; ( x0 in Z implies ( (Taylor (sin,Z,x0,x)) . n = ((sin . (x0 + ((n * PI) / 2))) * ((x - x0) |^ n)) / (n !) & (Taylor (cos,Z,x0,x)) . n = ((cos . (x0 + ((n * PI) / 2))) * ((x - x0) |^ n)) / (n !) ) )
assume A1:
x0 in Z
; ( (Taylor (sin,Z,x0,x)) . n = ((sin . (x0 + ((n * PI) / 2))) * ((x - x0) |^ n)) / (n !) & (Taylor (cos,Z,x0,x)) . n = ((cos . (x0 + ((n * PI) / 2))) * ((x - x0) |^ n)) / (n !) )
A2: (Taylor (cos,Z,x0,x)) . n =
((((diff (cos,Z)) . n) . x0) * ((x - x0) |^ n)) / (n !)
by TAYLOR_1:def 7
.=
((cos . (x0 + ((n * PI) / 2))) * ((x - x0) |^ n)) / (n !)
by A1, Th14
;
(Taylor (sin,Z,x0,x)) . n =
((((diff (sin,Z)) . n) . x0) * ((x - x0) |^ n)) / (n !)
by TAYLOR_1:def 7
.=
((sin . (x0 + ((n * PI) / 2))) * ((x - x0) |^ n)) / (n !)
by A1, Th11
;
hence
( (Taylor (sin,Z,x0,x)) . n = ((sin . (x0 + ((n * PI) / 2))) * ((x - x0) |^ n)) / (n !) & (Taylor (cos,Z,x0,x)) . n = ((cos . (x0 + ((n * PI) / 2))) * ((x - x0) |^ n)) / (n !) )
by A2; verum