let f be Function of REAL,REAL; for a, b, c, d being Real st ( for x being Real holds f . x = max (0,(min (1,((c * (sin ((a * x) + b))) + d)))) ) holds
f is FuzzySet of REAL
let a, b, c, d be Real; ( ( for x being Real holds f . x = max (0,(min (1,((c * (sin ((a * x) + b))) + d)))) ) implies f is FuzzySet of REAL )
assume
for x being Real holds f . x = max (0,(min (1,((c * (sin ((a * x) + b))) + d))))
; f is FuzzySet of REAL
then
f 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 * (sin ((a * x) + b))) + d)))) }
;
hence
f is FuzzySet of REAL
by Def1, MM5a; verum