let F be Function of REAL,REAL; for a, b, c, d being Real st ( for x being Real holds F . x = max (0,(min (1,((c * (sin ((a * x) + b))) + d)))) ) holds
F is periodic
let a, b, c, d be Real; ( ( for x being Real holds F . x = max (0,(min (1,((c * (sin ((a * x) + b))) + d)))) ) implies F is periodic )
assume A0:
for x being Real holds F . x = max (0,(min (1,((c * (sin ((a * x) + b))) + d))))
; F is periodic
ex t being Real st F is t -periodic
hence
F is periodic
by FUNCT_9:def 2; verum