let a, b, c be Real; for f being Function of REAL,REAL st b > 1 & ( for x being Real holds f . x = min (1,(max (0,(b - |.((b * (x - a)) / c).|)))) ) holds
f is normalized FuzzySet of REAL
let f be Function of REAL,REAL; ( b > 1 & ( for x being Real holds f . x = min (1,(max (0,(b - |.((b * (x - a)) / c).|)))) ) implies f is normalized FuzzySet of REAL )
assume A2:
b > 1
; ( ex x being Real st not f . x = min (1,(max (0,(b - |.((b * (x - a)) / c).|)))) or f is normalized FuzzySet of REAL )
assume A1:
for x being Real holds f . x = min (1,(max (0,(b - |.((b * (x - a)) / c).|))))
; f is normalized FuzzySet of REAL
deffunc H1( Element of REAL ) -> Element of REAL = In ((b - |.((b * ($1 - a)) / c).|),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 x being Real holds f . x = min (1,(max (0,(h . x))))
then reconsider f = f as FuzzySet of REAL by FUZZY_5:26;
f is normalized
hence
f is normalized FuzzySet of REAL
; verum