Lm1: 
 for X being    set 
  for f, F being   PartFunc of REAL,REAL holds 
 ( F is_integral_of f,X iff ( F is_differentiable_on X & F `| X = f | X ) )
 
theorem 
 for 
a, 
b being   
Real  for 
f, 
F being   
PartFunc of 
REAL,
REAL  st 
a <= b & 
['a,b'] c=  dom f & 
f | ['a,b'] is  
continuous  & 
].a,b.[ c=  dom F & (  for 
x being   
Real  st 
x in ].a,b.[ holds 
F . x = (integral (f,a,x)) + (F . a) ) holds 
F is_integral_of f,
].a,b.[
 
theorem 
 for 
a, 
b being   
Real  for 
f, 
F being   
PartFunc of 
REAL,
REAL  for 
x, 
x0 being   
Real  st 
f | [.a,b.] is  
continuous  & 
[.a,b.] c=  dom f & 
x in ].a,b.[ & 
x0 in ].a,b.[ & 
F is_integral_of f,
].a,b.[ holds 
F . x = (integral (f,x0,x)) + (F . x0)
 
theorem Th21: 
 for 
a, 
b being   
Real  for 
X being    
set   for 
f, 
g, 
F, 
G being   
PartFunc of 
REAL,
REAL  st 
b <= a & 
['b,a'] c= X & 
f is_integrable_on ['b,a'] & 
g is_integrable_on ['b,a'] & 
f | ['b,a'] is  
bounded  & 
g | ['b,a'] is  
bounded  & 
X c=  dom f & 
X c=  dom g & 
F is_integral_of f,
X & 
G is_integral_of g,
X holds 
((F . a) * (G . a)) - ((F . b) * (G . b)) = (integral ((f (#) G),b,a)) + (integral ((F (#) g),b,a))
 
theorem 
 for 
a, 
b being   
Real  for 
X being    
set   for 
f, 
g, 
F, 
G being   
PartFunc of 
REAL,
REAL  st 
b <= a & 
[.b,a.] c= X & 
X c=  dom f & 
X c=  dom g & 
f | X is  
continuous  & 
g | X is  
continuous  & 
F is_integral_of f,
X & 
G is_integral_of g,
X holds 
((F . a) * (G . a)) - ((F . b) * (G . b)) = (integral ((f (#) G),b,a)) + (integral ((F (#) g),b,a))
 
theorem 
 for 
a, 
b being   
Real  for 
H being   
Functional_Sequence of 
REAL,
REAL  for 
rseq being   
Real_Sequence  st 
a < b & (  for 
n being    
Element of  
NAT  holds 
 ( 
H . n is_integrable_on ['a,b'] & 
(H . n) | ['a,b'] is  
bounded  & 
rseq . n =  integral (
(H . n),
a,
b) ) ) & 
H is_unif_conv_on ['a,b'] holds 
( 
(lim (H,['a,b'])) | ['a,b'] is  
bounded  &  
lim (
H,
['a,b']) 
is_integrable_on ['a,b'] & 
rseq is  
convergent  &  
lim rseq =  integral (
(lim (H,['a,b'])),
a,
b) )
 
theorem Th32: 
 for 
a, 
b being   
Real  for 
f being   
PartFunc of 
REAL,
REAL  st 
a <= b & 
['a,b'] c=  dom f & 
f is  
continuous  holds 
 ex 
F being   
PartFunc of 
REAL,
REAL st 
( 
].a,b.[ c=  dom F & (  for 
t being   
Real  st 
t in ].a,b.[ holds 
F . t =  integral (
f,
a,
t) ) & (  for 
t being   
Real  st 
t in ].a,b.[ holds 
( 
F is_differentiable_in t &  
diff (
F,
t) 
= f . t ) ) )
 
theorem 
 for 
f, 
P being   
PartFunc of 
REAL,
REAL  for 
x, 
y, 
a, 
b, 
s, 
t being   
Real  st 
x <= y & 
s <= t & 
['s,t'] c= ].a,b.[ & 
['x,y'] c=  dom f & 
f is  
continuous  & 
P is_differentiable_on ].a,b.[ & 
P .: ].a,b.[ is   
open  Subset of 
REAL & 
P `| ].a,b.[ is  
continuous  & 
P .: ].a,b.[ c= ].x,y.[ & 
['s,t'] c=  dom (f * P) holds 
( 
f | ['x,y'] is  
bounded  & 
f is_integrable_on ['x,y'] & 
((f * P) (#) (P `| ].a,b.[)) | ['s,t'] is  
continuous  & 
['s,t'] c=  dom ((f * P) (#) (P `| ].a,b.[)) & 
((f * P) (#) (P `| ].a,b.[)) | ['s,t'] is  
bounded  & 
(f * P) (#) (P `| ].a,b.[) is_integrable_on ['s,t'] &  
integral (
((f * P) (#) (P `| ].a,b.[)),
s,
t) 
=  integral (
f,
(P . s),
(P . t)) )