let p be prime Element of INT.Ring; for V being free Z_Module
for i being Element of INT.Ring
for v being Element of V holds ZMtoMQV (V,p,((i mod p) * v)) = ZMtoMQV (V,p,(i * v))
let V be free Z_Module; for i being Element of INT.Ring
for v being Element of V holds ZMtoMQV (V,p,((i mod p) * v)) = ZMtoMQV (V,p,(i * v))
let i be Element of INT.Ring; for v being Element of V holds ZMtoMQV (V,p,((i mod p) * v)) = ZMtoMQV (V,p,(i * v))
let v be Element of V; ZMtoMQV (V,p,((i mod p) * v)) = ZMtoMQV (V,p,(i * v))
reconsider a = i mod p as Element of (GF p) by Lm3;
reconsider t1 = ZMtoMQV (V,p,v) as Element of (VectQuot (V,(p (*) V))) ;
ZMtoMQV (V,p,v) = v + (p (*) V)
;
then A1:
v + (p (*) V) is Element of CosetSet (V,(p (*) V))
by VECTSP10:def 6;
thus ZMtoMQV (V,p,((i mod p) * v)) =
a * (ZMtoMQV (V,p,v))
by Th30
.=
(i mod p) * t1
by ZMODUL02:def 11
.=
i * t1
by ZMODUL02:2
.=
(lmultCoset (V,(p (*) V))) . (i,(v + (p (*) V)))
by VECTSP10:def 6
.=
ZMtoMQV (V,p,(i * v))
by A1, VECTSP10:def 5
; verum