let X be RealUnitarySpace; :: thesis: for f being linear-Functional of X
for y being Point of X st ( for x being Point of X holds f . x = x .|. y ) holds
f is Lipschitzian

let f be linear-Functional of X; :: thesis: for y being Point of X st ( for x being Point of X holds f . x = x .|. y ) holds
f is Lipschitzian

let y be Point of X; :: thesis: ( ( for x being Point of X holds f . x = x .|. y ) implies f is Lipschitzian )
assume AS: for x being Point of X holds f . x = x .|. y ; :: thesis: f is Lipschitzian
reconsider K = ||.y.|| + 1 as Real ;
A11: 0 <= ||.y.|| by BHSP_1:28;
for x being Point of X holds |.(f . x).| <= K * ||.x.||
proof end;
hence f is Lipschitzian by A11, BHSP_6:def 4; :: thesis: verum