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 ) )
A1: Initialized s = Initialize (s +* ((intloc 0) .--> 1)) by FUNCT_4:14;
hereby :: thesis: for f being FinSeq-Location holds (Initialized s) . f = s . f end;
hereby :: thesis: verum end;