let V, W be non empty ModuleStr over INT.Ring ; :: thesis: for f being Form of V,W holds (1. INT.Ring) * f = f
let f be Form of V,W; :: thesis: (1. INT.Ring) * f = f
now :: thesis: for v being Vector of V
for w being Vector of W holds ((1. INT.Ring) * f) . (v,w) = f . (v,w)
let v be Vector of V; :: thesis: for w being Vector of W holds ((1. INT.Ring) * f) . (v,w) = f . (v,w)
let w be Vector of W; :: thesis: ((1. INT.Ring) * f) . (v,w) = f . (v,w)
thus ((1. INT.Ring) * f) . (v,w) = (1. INT.Ring) * (f . (v,w)) by BLDef3
.= f . (v,w) ; :: thesis: verum
end;
hence (1. INT.Ring) * f = f ; :: thesis: verum