let n be Element of NAT ; for a, b being Real
for f being PartFunc of REAL,(REAL n) holds integral (f,b,a) = - (integral (f,a,b))
let a, b be Real; for f being PartFunc of REAL,(REAL n) holds integral (f,b,a) = - (integral (f,a,b))
let f be PartFunc of REAL,(REAL n); integral (f,b,a) = - (integral (f,a,b))
per cases
( a <= b or not a <= b )
;
suppose
a <= b
;
integral (f,b,a) = - (integral (f,a,b))then A1:
['a,b'] = [.a,b.]
by INTEGRA5:def 3;
integral (
f,
['a,b'])
= integral (
f,
a,
b)
by A1, INTEGR15:19;
hence
integral (
f,
b,
a)
= - (integral (f,a,b))
by A1, INTEGR15:20;
verum end; suppose
not
a <= b
;
integral (f,b,a) = - (integral (f,a,b))then A2:
['b,a'] = [.b,a.]
by INTEGRA5:def 3;
then
- (integral (f,['b,a'])) = integral (
f,
a,
b)
by INTEGR15:20;
hence
integral (
f,
b,
a)
= - (integral (f,a,b))
by A2, INTEGR15:19;
verum end; end;