let X, Y, D be set ; :: thesis: for F being Functional_Sequence of X,Y st F is with_the_same_dom holds
F || D is with_the_same_dom

let F be Functional_Sequence of X,Y; :: thesis: ( F is with_the_same_dom implies F || D is with_the_same_dom )
assume A1: F is with_the_same_dom ; :: thesis: F || D is with_the_same_dom
set G = F || D;
let n, m be Nat; :: according to MESFUNC8:def 2 :: thesis: dom ((F || D) . n) = dom ((F || D) . m)
( (F || D) . n = (F . n) | D & (F || D) . m = (F . m) | D ) by Def1;
then ( dom ((F || D) . n) = (dom (F . n)) /\ D & dom ((F || D) . m) = (dom (F . m)) /\ D ) by RELAT_1:90;
hence dom ((F || D) . n) = dom ((F || D) . m) by A1, MESFUNC8:def 2; :: thesis: verum