let p be Prime; for V being free Z_Module
for s, t being Element of V holds (ZMtoMQV (V,p,s)) + (ZMtoMQV (V,p,t)) = ZMtoMQV (V,p,(s + t))
let V be free Z_Module; for s, t being Element of V holds (ZMtoMQV (V,p,s)) + (ZMtoMQV (V,p,t)) = ZMtoMQV (V,p,(s + t))
let s, t be Element of V; (ZMtoMQV (V,p,s)) + (ZMtoMQV (V,p,t)) = ZMtoMQV (V,p,(s + t))
set s1 = ZMtoMQV (V,p,s);
set t1 = ZMtoMQV (V,p,t);
A1:
ZMtoMQV (V,p,s) = s + (p (*) V)
;
A2:
ZMtoMQV (V,p,t) = t + (p (*) V)
;
A3:
s + (p (*) V) is Element of CosetSet (V,(p (*) V))
by A1, ZMODUL02:def 10;
A4:
t + (p (*) V) is Element of CosetSet (V,(p (*) V))
by A2, ZMODUL02:def 10;
thus (ZMtoMQV (V,p,s)) + (ZMtoMQV (V,p,t)) =
(addCoset (V,(p (*) V))) . ((s + (p (*) V)),(t + (p (*) V)))
by ZMODUL02:def 10
.=
ZMtoMQV (V,p,(s + t))
by A3, A4, ZMODUL02:def 7
; verum