
theorem
  for V being RealUnitarySpace, v being VECTOR of V holds v in Lin{v}
proof
  let V be RealUnitarySpace;
  let v be VECTOR of V;
  v in {v} by TARSKI:def 1;
  hence thesis by Th2;
end;
