begin
Lm1:
for X, x being set st x in X holds
(X \ {x}) \/ {x} = X
Lm2:
for X, x being set st not x in X holds
X \ {x} = X
begin
begin
Lm3:
for V being finite-dimensional RealUnitarySpace
for n being Element of NAT st n <= dim V holds
ex W being strict Subspace of V st dim W = n
begin