let a, b, c be Real; ( b > 0 & c > 0 implies for x being Real st not x in ['(a - c),(a + c)'] holds
max (0,(b - |.((b * (x - a)) / c).|)) = 0 )
assume that
A1:
b > 0
and
A2:
c > 0
; for x being Real st not x in ['(a - c),(a + c)'] holds
max (0,(b - |.((b * (x - a)) / c).|)) = 0
let x be Real; ( not x in ['(a - c),(a + c)'] implies max (0,(b - |.((b * (x - a)) / c).|)) = 0 )
assume A4:
not x in ['(a - c),(a + c)']
; max (0,(b - |.((b * (x - a)) / c).|)) = 0
deffunc H1( Element of REAL ) -> Element of REAL = In ((max (0,(b - |.((b * ($1 - a)) / c).|))),REAL);
consider h being Function of REAL,REAL such that
A5:
for x being Element of REAL holds h . x = H1(x)
from FUNCT_2:sch 4();
A6:
for x being Real holds h . x = max (0,(b - |.((b * (x - a)) / c).|))
hence 0 =
h . x
by A4, FUZZY_7:19, A1, A2
.=
max (0,(b - |.((b * (x - a)) / c).|))
by A6
;
verum