let F be object ; TARSKI:def 3 ( not F in { f where f, g is Function of REAL,REAL : for x being Real holds f . x = max (0,(min (1,(g . x)))) } or F in Membership_Funcs REAL )
assume
F in { f where f, g is Function of REAL,REAL : for x being Real holds f . x = max (0,(min (1,(g . x)))) }
; F in Membership_Funcs REAL
then consider f, g being Function of REAL,REAL such that
A1:
F = f
and
A2:
for x being Real holds f . x = max (0,(min (1,(g . x))))
;
F in { f where f is Function of REAL,REAL : for x being Real holds f . x = max (0,(min (1,(g . x)))) }
by A1, A2;
hence
F in Membership_Funcs REAL
by MM4, TARSKI:def 3; verum