let a be Integer; :: thesis: for V being Z_Module
for v, w being VECTOR of V holds a * (v - w) = (a * v) - (a * w)

let V be Z_Module; :: thesis: for v, w being VECTOR of V holds a * (v - w) = (a * v) - (a * w)
let v, w be VECTOR of V; :: thesis: a * (v - w) = (a * v) - (a * w)
thus a * (v - w) = (a * v) + (a * (- w)) by Def2
.= (a * v) - (a * w) by Th6 ; :: thesis: verum