let A, D be set ; :: thesis: for p being FinSequence of A
for f being Function of A,D holds f * p is FinSequence of D

let p be FinSequence of A; :: thesis: for f being Function of A,D holds f * p is FinSequence of D
let f be Function of A,D; :: thesis: f * p is FinSequence of D
per cases ( D = {} or D <> {} ) ;
end;