theorem
 for s being State of S st IC s =  0 holds Initialize s = s
proof let s be State of S;
  IC S in dom s by Th2;
  hence thesis by FUNCT_7:96;
end;
