let x be object ; TARSKI:def 3 ( not x in { f where f is Function of REAL,REAL, a, b is Real : for th being Real holds f . th = ((1 / 2) * (sin ((a * th) + b))) + (1 / 2) } or x in Membership_Funcs REAL )
assume
x in { f where f is Function of REAL,REAL, a, b is Real : for th being Real holds f . th = ((1 / 2) * (sin ((a * th) + b))) + (1 / 2) }
; x in Membership_Funcs REAL
then consider f being Function of REAL,REAL, a, b being Real such that
A1:
x = f
and
A2:
for th being Real holds f . th = ((1 / 2) * (sin ((a * th) + b))) + (1 / 2)
;
rng f c= [.0,1.]
then
f is [.0,1.] -valued
;
hence
x in Membership_Funcs REAL
by Def1, A1; verum