
theorem
  for V being RealUnitarySpace, W being strict Subspace of V holds W /\ W = W
proof
  let V be RealUnitarySpace;
  let W be strict Subspace of V;
  the carrier of W = (the carrier of W) /\ (the carrier of W);
  hence thesis by Def2;
end;
