let a, b be Real; for f being Function of REAL,REAL st ( for x being Real holds f . x = max (0,(sin ((a * x) + b))) ) holds
f is FuzzySet of REAL
let f be Function of REAL,REAL; ( ( for x being Real holds f . x = max (0,(sin ((a * x) + b))) ) implies f is FuzzySet of REAL )
assume
for th being Real holds f . th = max (0,(sin ((a * th) + b)))
; f is FuzzySet of REAL
then
f in { f where f is Function of REAL,REAL : ex a, b being Real st
for th being Real holds f . th = max (0,(sin ((a * th) + b))) }
;
hence
f is FuzzySet of REAL
by Def1, MM1; verum