let g be object ; TARSKI:def 3 ( not g in { f where f is Function of REAL,REAL, a, b, c, d is Real : for x being Real holds f . x = max (0,(min (1,((c * (arctan ((a * x) + b))) + d)))) } or g in { f where f, g is Function of REAL,REAL : for x being Real holds f . x = max (0,(min (1,(g . x)))) } )
assume
g in { f where f is Function of REAL,REAL, a, b, c, d is Real : for x being Real holds f . x = max (0,(min (1,((c * (arctan ((a * x) + b))) + d)))) }
; g in { f where f, g is Function of REAL,REAL : for x being Real holds f . x = max (0,(min (1,(g . x)))) }
then consider f being Function of REAL,REAL, a, b, c, d being Real such that
A1:
f = g
and
A2:
for x being Real holds f . x = max (0,(min (1,((c * (arctan ((a * x) + b))) + d))))
;
ex g being Function of REAL,REAL st
for x being Real holds g . x = (c * (arctan ((a * x) + b))) + d
then consider g being Function of REAL,REAL such that
A4:
for x being Real holds g . x = (c * (arctan ((a * x) + b))) + d
;
for x being Real holds f . x = max (0,(min (1,(g . x))))
hence
g in { f where f, g is Function of REAL,REAL : for x being Real holds f . x = max (0,(min (1,(g . x)))) }
by A1; verum