let A be closed-interval Subset of REAL ; :: thesis: for Z being open Subset of REAL st A c= Z holds
integral ((id Z) (#) cos ),A = ((((id Z) (#) sin ) + cos ) . (upper_bound A)) - ((((id Z) (#) sin ) + cos ) . (lower_bound A))

let Z be open Subset of REAL ; :: thesis: ( A c= Z implies integral ((id Z) (#) cos ),A = ((((id Z) (#) sin ) + cos ) . (upper_bound A)) - ((((id Z) (#) sin ) + cos ) . (lower_bound A)) )
assume A1: A c= Z ; :: thesis: integral ((id Z) (#) cos ),A = ((((id Z) (#) sin ) + cos ) . (upper_bound A)) - ((((id Z) (#) sin ) + cos ) . (lower_bound A))
A2: cos is_differentiable_on Z by FDIFF_1:34, SIN_COS:72;
A3: for x being Real st x in Z holds
(id Z) . x = (1 * x) + 0 by FUNCT_1:35;
dom (((id Z) (#) sin ) + cos ) = (dom ((id Z) (#) sin )) /\ REAL by SIN_COS:27, VALUED_1:def 1
.= dom ((id Z) (#) sin ) by XBOOLE_1:28
.= (dom (id Z)) /\ REAL by SIN_COS:27, VALUED_1:def 4
.= dom (id Z) by XBOOLE_1:28 ;
then A4: dom (((id Z) (#) sin ) + cos ) = Z by RELAT_1:71;
then A5: ((id Z) (#) sin ) + cos is_differentiable_on Z by FDIFF_4:47;
A6: for x being Real st x in Z holds
((id Z) (#) cos ) . x = x * (cos . x)
proof
let x be Real; :: thesis: ( x in Z implies ((id Z) (#) cos ) . x = x * (cos . x) )
assume A7: x in Z ; :: thesis: ((id Z) (#) cos ) . x = x * (cos . x)
((id Z) (#) cos ) . x = ((id Z) . x) * (cos . x) by VALUED_1:5
.= x * (cos . x) by A7, FUNCT_1:35 ;
hence ((id Z) (#) cos ) . x = x * (cos . x) ; :: thesis: verum
end;
A8: for x being Real st x in dom ((((id Z) (#) sin ) + cos ) `| Z) holds
((((id Z) (#) sin ) + cos ) `| Z) . x = ((id Z) (#) cos ) . x
proof
let x be Real; :: thesis: ( x in dom ((((id Z) (#) sin ) + cos ) `| Z) implies ((((id Z) (#) sin ) + cos ) `| Z) . x = ((id Z) (#) cos ) . x )
assume x in dom ((((id Z) (#) sin ) + cos ) `| Z) ; :: thesis: ((((id Z) (#) sin ) + cos ) `| Z) . x = ((id Z) (#) cos ) . x
then A9: x in Z by A5, FDIFF_1:def 8;
then ((((id Z) (#) sin ) + cos ) `| Z) . x = x * (cos . x) by A4, FDIFF_4:47
.= ((id Z) (#) cos ) . x by A6, A9 ;
hence ((((id Z) (#) sin ) + cos ) `| Z) . x = ((id Z) (#) cos ) . x ; :: thesis: verum
end;
A10: dom ((id Z) (#) cos ) = (dom (id Z)) /\ REAL by SIN_COS:27, VALUED_1:def 4
.= dom (id Z) by XBOOLE_1:28
.= Z by RELAT_1:71 ;
then dom ((((id Z) (#) sin ) + cos ) `| Z) = dom ((id Z) (#) cos ) by A5, FDIFF_1:def 8;
then A11: (((id Z) (#) sin ) + cos ) `| Z = (id Z) (#) cos by A8, PARTFUN1:34;
Z = (dom (id Z)) /\ (dom cos ) by A10, VALUED_1:def 4;
then Z c= dom (id Z) by XBOOLE_1:18;
then id Z is_differentiable_on Z by A3, FDIFF_1:31;
then A12: ((id Z) (#) cos ) | Z is continuous by A10, A2, FDIFF_1:29, FDIFF_1:33;
then ((id Z) (#) cos ) | A is continuous by A1, FCONT_1:17;
then A13: (id Z) (#) cos is_integrable_on A by A1, A10, INTEGRA5:11;
((id Z) (#) cos ) | A is bounded by A1, A10, A12, FCONT_1:17, INTEGRA5:10;
hence integral ((id Z) (#) cos ),A = ((((id Z) (#) sin ) + cos ) . (upper_bound A)) - ((((id Z) (#) sin ) + cos ) . (lower_bound A)) by A1, A4, A13, A11, FDIFF_4:47, INTEGRA5:13; :: thesis: verum