let a, b, c, r, s be Real; for f being Function of REAL,REAL st b <> 0 & ( for x being Real holds f . x = max (r,(min (s,((exp_R (- (((x - a) ^2) / (2 * (b ^2))))) + c)))) ) holds
f is continuous
let f be Function of REAL,REAL; ( b <> 0 & ( for x being Real holds f . x = max (r,(min (s,((exp_R (- (((x - a) ^2) / (2 * (b ^2))))) + c)))) ) implies f is continuous )
assume B0:
b <> 0
; ( ex x being Real st not f . x = max (r,(min (s,((exp_R (- (((x - a) ^2) / (2 * (b ^2))))) + c)))) or f is continuous )
assume A1:
for x being Real holds f . x = max (r,(min (s,((exp_R (- (((x - a) ^2) / (2 * (b ^2))))) + c))))
; f is continuous
deffunc H1( Element of REAL ) -> Element of REAL = In ((exp_R (- ((($1 - a) ^2) / (2 * (b ^2))))),REAL);
consider h being Function of REAL,REAL such that
A3:
for x being Element of REAL holds h . x = H1(x)
from FUNCT_2:sch 4();
for x0 being Real st x0 in dom f holds
f is_continuous_in x0
hence
f is continuous
; verum