let A be non empty closed_interval Subset of REAL; for x being Real
for n being Element of NAT st A = [.(x + ((2 * n) * PI)),(x + (((2 * n) + 1) * PI)).] holds
integral (cos,A) = - (2 * (sin x))
let x be Real; for n being Element of NAT st A = [.(x + ((2 * n) * PI)),(x + (((2 * n) + 1) * PI)).] holds
integral (cos,A) = - (2 * (sin x))
let n be Element of NAT ; ( A = [.(x + ((2 * n) * PI)),(x + (((2 * n) + 1) * PI)).] implies integral (cos,A) = - (2 * (sin x)) )
assume
A = [.(x + ((2 * n) * PI)),(x + (((2 * n) + 1) * PI)).]
; integral (cos,A) = - (2 * (sin x))
then
( upper_bound A = x + (((2 * n) + 1) * PI) & lower_bound A = x + ((2 * n) * PI) )
by Th37;
then integral (cos,A) =
(sin (x + (((2 * n) + 1) * PI))) - (sin (x + ((2 * n) * PI)))
by Th39
.=
(- (sin x)) - (sin (x + ((2 * n) * PI)))
by Th2
.=
(- (sin x)) - (sin x)
by Th1
.=
- (2 * (sin x))
;
hence
integral (cos,A) = - (2 * (sin x))
; verum