
theorem Th2:
  for S being non void Circuit-like non empty ManySortedSign for
A being non-empty Circuit of S for s being State of A st s is stabilizing holds
  Result s = Following(s,stabilization-time s)
proof
  let S be non void Circuit-like non empty ManySortedSign;
  let A be non-empty Circuit of S;
  let s be State of A such that
A1: s is stabilizing;
  Following(s,stabilization-time s) is stable by A1,Def5;
  hence thesis by A1,Def4;
end;
