let K be non empty left_unital doubleLoopStr ; :: thesis: for V being non empty VectSpStr of K
for f being Functional of V holds (1. K) * f = f

let V be non empty VectSpStr of K; :: thesis: for f being Functional of V holds (1. K) * f = f
let f be Functional of V; :: thesis: (1. K) * f = f
now
let x be Element of V; :: thesis: ((1. K) * f) . x = f . x
thus ((1. K) * f) . x = (1. K) * (f . x) by Def9
.= f . x by VECTSP_1:def 19 ; :: thesis: verum
end;
hence (1. K) * f = f by FUNCT_2:113; :: thesis: verum