let i be Nat; :: thesis: for D being non empty set
for M being FinSequence of D * holds M . i is FinSequence of D

let D be non empty set ; :: thesis: for M being FinSequence of D * holds M . i is FinSequence of D
let M be FinSequence of D * ; :: thesis: M . i is FinSequence of D
per cases ( not i in dom M or i in dom M ) ;
end;