
theorem
  for V being RealUnitarySpace, v being VECTOR of V holds {v} is Coset of (0).V
proof
  let V be RealUnitarySpace;
  let v be VECTOR of V;
  v + (0).V = {v} by Th39;
  hence thesis by Def5;
end;
