let f be Function of REAL,REAL; for a, b, c being Real st ( for x being Real holds f . x = max (0,(min (1,(c * (1 - |.((x - a) / b).|))))) ) holds
f is FuzzySet of REAL
let a, b, c be Real; ( ( for x being Real holds f . x = max (0,(min (1,(c * (1 - |.((x - a) / b).|))))) ) implies f is FuzzySet of REAL )
assume A2:
for x being Real holds f . x = max (0,(min (1,(c * (1 - |.((x - a) / b).|)))))
; f is FuzzySet of REAL
ex g being Function of REAL,REAL st
for x being Real holds g . x = c * (1 - |.((x - a) / b).|)
then consider g being Function of REAL,REAL such that
A4:
for x being Real holds g . x = c * (1 - |.((x - a) / b).|)
;
for x being Real holds f . x = max (0,(min (1,(g . x))))
hence
f is FuzzySet of REAL
by MM40; verum