let A be non empty closed_interval Subset of REAL; for D being Division of A
for f being Function of A,REAL st f | A is bounded_above holds
upper_sum (f,D) <= (upper_bound (rng f)) * (vol A)
let D be Division of A; for f being Function of A,REAL st f | A is bounded_above holds
upper_sum (f,D) <= (upper_bound (rng f)) * (vol A)
let f be Function of A,REAL; ( f | A is bounded_above implies upper_sum (f,D) <= (upper_bound (rng f)) * (vol A) )
assume A1:
f | A is bounded_above
; upper_sum (f,D) <= (upper_bound (rng f)) * (vol A)
A2:
for i being Element of NAT st i in Seg (len D) holds
(upper_bound (rng f)) * (vol (divset (D,i))) >= (upper_bound (rng (f | (divset (D,i))))) * (vol (divset (D,i)))
proof
let i be
Element of
NAT ;
( i in Seg (len D) implies (upper_bound (rng f)) * (vol (divset (D,i))) >= (upper_bound (rng (f | (divset (D,i))))) * (vol (divset (D,i))) )
A3:
rng (f | (divset (D,i))) c= rng f
by RELAT_1:70;
A4:
0 <= vol (divset (D,i))
by SEQ_4:11, XREAL_1:48;
assume
i in Seg (len D)
;
(upper_bound (rng f)) * (vol (divset (D,i))) >= (upper_bound (rng (f | (divset (D,i))))) * (vol (divset (D,i)))
then A5:
i in dom D
by FINSEQ_1:def 3;
dom f = A
by FUNCT_2:def 1;
then
dom (f | (divset (D,i))) = divset (
D,
i)
by A5, Th6, RELAT_1:62;
then A6:
rng (f | (divset (D,i))) is non
empty Subset of
REAL
by RELAT_1:42;
rng f is
bounded_above
by A1, Th11;
hence
(upper_bound (rng f)) * (vol (divset (D,i))) >= (upper_bound (rng (f | (divset (D,i))))) * (vol (divset (D,i)))
by A3, A6, A4, SEQ_4:48, XREAL_1:64;
verum
end;
A7:
for i being Element of NAT st i in Seg (len D) holds
(upper_bound (rng f)) * ((upper_volume ((chi (A,A)),D)) . i) >= (upper_bound (rng (f | (divset (D,i))))) * (vol (divset (D,i)))
proof
let i be
Element of
NAT ;
( i in Seg (len D) implies (upper_bound (rng f)) * ((upper_volume ((chi (A,A)),D)) . i) >= (upper_bound (rng (f | (divset (D,i))))) * (vol (divset (D,i))) )
assume A8:
i in Seg (len D)
;
(upper_bound (rng f)) * ((upper_volume ((chi (A,A)),D)) . i) >= (upper_bound (rng (f | (divset (D,i))))) * (vol (divset (D,i)))
then A9:
i in dom D
by FINSEQ_1:def 3;
(upper_bound (rng f)) * (vol (divset (D,i))) >= (upper_bound (rng (f | (divset (D,i))))) * (vol (divset (D,i)))
by A2, A8;
hence
(upper_bound (rng f)) * ((upper_volume ((chi (A,A)),D)) . i) >= (upper_bound (rng (f | (divset (D,i))))) * (vol (divset (D,i)))
by A9, Th18;
verum
end;
Sum ((upper_bound (rng f)) * (upper_volume ((chi (A,A)),D))) >= Sum (upper_volume (f,D))
proof
len (upper_volume ((chi (A,A)),D)) = len ((upper_bound (rng f)) * (upper_volume ((chi (A,A)),D)))
by FINSEQ_2:33;
then A10:
len ((upper_bound (rng f)) * (upper_volume ((chi (A,A)),D))) = len D
by Def5;
deffunc H1(
Nat)
-> Element of
REAL =
In (
((upper_bound (rng (f | (divset (D,$1))))) * (vol (divset (D,$1)))),
REAL);
deffunc H2(
set )
-> Element of
REAL =
In (
((upper_bound (rng f)) * ((upper_volume ((chi (A,A)),D)) . $1)),
REAL);
consider p being
FinSequence of
REAL such that A11:
(
len p = len D & ( for
i being
Nat st
i in dom p holds
p . i = H2(
i) ) )
from FINSEQ_2:sch 1();
A12:
dom p = Seg (len D)
by A11, FINSEQ_1:def 3;
for
i being
Nat st 1
<= i &
i <= len p holds
p . i = ((upper_bound (rng f)) * (upper_volume ((chi (A,A)),D))) . i
proof
let i be
Nat;
( 1 <= i & i <= len p implies p . i = ((upper_bound (rng f)) * (upper_volume ((chi (A,A)),D))) . i )
assume that A13:
1
<= i
and A14:
i <= len p
;
p . i = ((upper_bound (rng f)) * (upper_volume ((chi (A,A)),D))) . i
i in Seg (len D)
by A11, A13, A14, FINSEQ_1:1;
then
p . i = H2(
i)
by A11, A12;
hence
p . i = ((upper_bound (rng f)) * (upper_volume ((chi (A,A)),D))) . i
by RVSUM_1:44;
verum
end;
then A15:
p = (upper_bound (rng f)) * (upper_volume ((chi (A,A)),D))
by A11, A10, FINSEQ_1:14;
reconsider p =
p as
Element of
(len D) -tuples_on REAL by A11, FINSEQ_2:92;
consider q being
FinSequence of
REAL such that A16:
(
len q = len D & ( for
i being
Nat st
i in dom q holds
q . i = H1(
i) ) )
from FINSEQ_2:sch 1();
A17:
for
i being
Nat st
i in dom q holds
q . i = (upper_bound (rng (f | (divset (D,i))))) * (vol (divset (D,i)))
A18:
dom q = dom D
by A16, FINSEQ_3:29;
then A19:
q = upper_volume (
f,
D)
by A16, Def5, A17;
reconsider q =
q as
Element of
(len D) -tuples_on REAL by A16, FINSEQ_2:92;
hence
Sum ((upper_bound (rng f)) * (upper_volume ((chi (A,A)),D))) >= Sum (upper_volume (f,D))
by A19, A15, RVSUM_1:82;
verum
end;
then
(upper_bound (rng f)) * (Sum (upper_volume ((chi (A,A)),D))) >= Sum (upper_volume (f,D))
by RVSUM_1:87;
hence
upper_sum (f,D) <= (upper_bound (rng f)) * (vol A)
by Th22; verum