{ f where f is Function of REAL,REAL, a, b is Real : ( b > 0 & ( for x being Real holds f . x = max (0,(1 - |.((x - a) / b).|)) ) ) } c= { (TriangularFS (a,b,c)) where a, b, c is Real : ( a < b & b < c ) }
proof
let f be
object ;
TARSKI:def 3 ( not f in { f where f is Function of REAL,REAL, a, b is Real : ( b > 0 & ( for x being Real holds f . x = max (0,(1 - |.((x - a) / b).|)) ) ) } or f in { (TriangularFS (a,b,c)) where a, b, c is Real : ( a < b & b < c ) } )
assume
f in { f where f is Function of REAL,REAL, a, b is Real : ( b > 0 & ( for x being Real holds f . x = max (0,(1 - |.((x - a) / b).|)) ) ) }
;
f in { (TriangularFS (a,b,c)) where a, b, c is Real : ( a < b & b < c ) }
then consider f0 being
Function of
REAL,
REAL,
a,
b being
Real such that A1:
f = f0
and A2:
b > 0
and A3:
for
x being
Real holds
f0 . x = max (
0,
(1 - |.((x - a) / b).|))
;
A4:
(
a - b < a &
a < a + b )
by XREAL_1:44, XREAL_1:29, A2;
f = TriangularFS (
(a - b),
a,
(a + b))
hence
f in { (TriangularFS (a,b,c)) where a, b, c is Real : ( a < b & b < c ) }
by A4;
verum
end;
hence
{ f where f is Function of REAL,REAL, a, b is Real : ( b > 0 & ( for x being Real holds f . x = max (0,(1 - |.((x - a) / b).|)) ) ) } c= Membership_Funcs REAL
by TR2XX; verum