let V be VectSp of F_Complex ; for l being linear-Functional of V holds projRe l is linear-Functional of (RealVS V)
let l be linear-Functional of V; projRe l is linear-Functional of (RealVS V)
A1:
projRe l is homogeneous
proof
let x be
VECTOR of
(RealVS V);
HAHNBAN:def 3 for b1 being object holds (projRe l) . (b1 * x) = b1 * ((projRe l) . x)let r be
Real;
(projRe l) . (r * x) = r * ((projRe l) . x)
addLoopStr(# the
carrier of
V, the
addF of
V, the
ZeroF of
V #)
= addLoopStr(# the
carrier of
(RealVS V), the
addF of
(RealVS V), the
ZeroF of
(RealVS V) #)
by Def17;
then reconsider x1 =
x as
Vector of
V ;
r * x = [**r,0**] * x1
by Def17;
hence (projRe l) . (r * x) =
Re (l . ([**r,0**] * x1))
by Def18
.=
Re ([**r,0**] * (l . x1))
by Def8
.=
((Re [**r,0**]) * (Re (l . x1))) - ((Im [**r,0**]) * (Im (l . x1)))
by COMPLEX1:9
.=
((Re [**r,0**]) * (Re (l . x1))) - (0 * (Im (l . x1)))
by COMPLEX1:12
.=
r * (Re (l . x1))
by COMPLEX1:12
.=
r * ((projRe l) . x)
by Def18
;
verum
end;
projRe l is additive
hence
projRe l is linear-Functional of (RealVS V)
by A1; verum