let G be Z_Module; for i, w being Element of INT
for v being Element of G st G = Z_ModuleStruct(# the carrier of INT.Ring, the ZeroF of INT.Ring, the addF of INT.Ring,(Int-mult-left INT.Ring) #) & v = w holds
i * v = i * w
let i, w be Element of INT ; for v being Element of G st G = Z_ModuleStruct(# the carrier of INT.Ring, the ZeroF of INT.Ring, the addF of INT.Ring,(Int-mult-left INT.Ring) #) & v = w holds
i * v = i * w
let v be Element of G; ( G = Z_ModuleStruct(# the carrier of INT.Ring, the ZeroF of INT.Ring, the addF of INT.Ring,(Int-mult-left INT.Ring) #) & v = w implies i * v = i * w )
assume A1:
( G = Z_ModuleStruct(# the carrier of INT.Ring, the ZeroF of INT.Ring, the addF of INT.Ring,(Int-mult-left INT.Ring) #) & v = w )
; i * v = i * w
reconsider r = v as Element of INT.Ring by A1;