let a, b, e be real number ; for f being PartFunc of REAL,REAL st a <= b & ['a,b'] c= dom f & ( for x being real number st x in ['a,b'] holds
f . x = e ) holds
( f is_integrable_on ['a,b'] & f | ['a,b'] is bounded & integral (f,a,b) = e * (b - a) )
let f be PartFunc of REAL,REAL; ( a <= b & ['a,b'] c= dom f & ( for x being real number st x in ['a,b'] holds
f . x = e ) implies ( f is_integrable_on ['a,b'] & f | ['a,b'] is bounded & integral (f,a,b) = e * (b - a) ) )
assume that
A1:
a <= b
and
A2:
['a,b'] c= dom f
and
A3:
for x being real number st x in ['a,b'] holds
f . x = e
; ( f is_integrable_on ['a,b'] & f | ['a,b'] is bounded & integral (f,a,b) = e * (b - a) )
rng f c= REAL
;
then
f is Function of (dom f),REAL
by FUNCT_2:2;
then reconsider g = f || ['a,b'] as Function of ['a,b'],REAL by A2, FUNCT_2:32;
reconsider e1 = e as Real by XREAL_0:def 1;
consider h being Function of ['a,b'],REAL such that
A4:
rng h = {e1}
and
A5:
h | ['a,b'] is bounded
by INTEGRA4:5;
integral h = e1 * (vol ['a,b'])
by A4, INTEGRA4:4;
then A6:
integral h = e * (b - a)
by A1, Th5;
A7:
for x being set st x in ['a,b'] holds
g . x = h . x
then A10:
h = g
by FUNCT_2:12;
h is integrable
by A4, INTEGRA4:4;
hence
f is_integrable_on ['a,b']
by A10, INTEGRA5:def 1; ( f | ['a,b'] is bounded & integral (f,a,b) = e * (b - a) )
thus
f | ['a,b'] is bounded
integral (f,a,b) = e * (b - a)proof
consider r being
real number such that A11:
for
c being
set st
c in ['a,b'] /\ (dom g) holds
abs (g . c) <= r
by A5, A10, RFUNCT_1:73;
now let c be
set ;
( c in ['a,b'] /\ (dom f) implies abs (f . c) <= r )
['a,b'] /\ (dom g) = ['a,b'] /\ ((dom f) /\ ['a,b'])
by RELAT_1:61;
then A12:
['a,b'] /\ (dom g) = (['a,b'] /\ ['a,b']) /\ (dom f)
by XBOOLE_1:16;
assume
c in ['a,b'] /\ (dom f)
;
abs (f . c) <= rthen
(
abs (g . c) <= r &
c in dom g )
by A11, A12, XBOOLE_0:def 4;
hence
abs (f . c) <= r
by FUNCT_1:47;
verum end;
hence
f | ['a,b'] is
bounded
by RFUNCT_1:73;
verum
end;
integral (f,a,b) = integral (f,['a,b'])
by A1, INTEGRA5:def 4;
hence
integral (f,a,b) = e * (b - a)
by A7, A6, FUNCT_2:12; verum