let D, E be non empty set ; for d being Element of D
for h being Function of D,E
for p being FinSequence of D holds h * ([#] (p,d)) = [#] ((h * p),(h . d))
let d be Element of D; for h being Function of D,E
for p being FinSequence of D holds h * ([#] (p,d)) = [#] ((h * p),(h . d))
let h be Function of D,E; for p being FinSequence of D holds h * ([#] (p,d)) = [#] ((h * p),(h . d))
let p be FinSequence of D; h * ([#] (p,d)) = [#] ((h * p),(h . d))
hence
h * ([#] (p,d)) = [#] ((h * p),(h . d))
by FUNCT_2:63; verum