theorem
 for p being 0-started PartState of S
  holds Initialize p = p
 proof let p be 0-started PartState of S;
   IC S in dom p & IC p = 0 by Def11;
  hence Initialize p = p by FUNCT_4:85,98;
 end;
