let s be State of SCM+FSA; :: thesis: ( ( for a being read-write Int-Location holds (Initialized s) . a = s . a ) & ( for f being FinSeq-Location holds (Initialized s) . f = s . f ) )
A3: Initialized s = Initialize (s +* ((intloc 0) .--> 1)) by FUNCT_4:14;
A4: dom ((intloc 0) .--> 1) = {(intloc 0)} by FUNCOP_1:13;
hereby :: thesis: for f being FinSeq-Location holds (Initialized s) . f = s . f end;
hereby :: thesis: verum end;