for IT being Function of REAL ,REAL holds
( IT = Shift f,h iff for x being Real holds IT . x = f . (x + h) )
proof
let IT be
Function of
REAL ,
REAL ;
:: thesis: ( IT = Shift f,h iff for x being Real holds IT . x = f . (x + h) )
assume A4:
for
x being
Real holds
IT . x = f . (x + h)
;
:: thesis: IT = Shift f,h
A5:
dom (Shift f,h) = (- h) ++ (dom f)
by Def1;
dom f = REAL
by FUNCT_2:def 1;
then
dom (Shift f,h) = REAL
by A5, MEASURE6:60;
then A6:
dom IT = dom (Shift f,h)
by FUNCT_2:def 1;
for
x being
Element of
REAL st
x in dom IT holds
IT . x = (Shift f,h) . x
hence
IT = Shift f,
h
by A6, PARTFUN1:34;
:: thesis: verum
end;
hence
for b1 being Function of REAL ,REAL holds
( b1 = Shift f,h iff for x being Real holds b1 . x = f . (x + h) )
; :: thesis: verum