let f be PartFunc of REAL,REAL; for b being Real st ex Intf being PartFunc of REAL,REAL st
( dom Intf = left_closed_halfline b & ( for x being Real st x in dom Intf holds
Intf . x = integral (f,x,b) ) & ( Intf is divergent_in-infty_to+infty or Intf is divergent_in-infty_to-infty ) ) holds
not f is_-infty_ext_Riemann_integrable_on b
let b be Real; ( ex Intf being PartFunc of REAL,REAL st
( dom Intf = left_closed_halfline b & ( for x being Real st x in dom Intf holds
Intf . x = integral (f,x,b) ) & ( Intf is divergent_in-infty_to+infty or Intf is divergent_in-infty_to-infty ) ) implies not f is_-infty_ext_Riemann_integrable_on b )
assume
ex Intf being PartFunc of REAL,REAL st
( dom Intf = left_closed_halfline b & ( for x being Real st x in dom Intf holds
Intf . x = integral (f,x,b) ) & ( Intf is divergent_in-infty_to+infty or Intf is divergent_in-infty_to-infty ) )
; not f is_-infty_ext_Riemann_integrable_on b
then consider Intf being PartFunc of REAL,REAL such that
A1:
dom Intf = left_closed_halfline b
and
A2:
for x being Real st x in dom Intf holds
Intf . x = integral (f,x,b)
and
A3:
( Intf is divergent_in-infty_to+infty or Intf is divergent_in-infty_to-infty )
;