let L be Z_Lattice; for v, u, w being Vector of L holds <;v,(u + w);> = <;v,u;> + <;v,w;>
let v, u, w be Vector of L; <;v,(u + w);> = <;v,u;> + <;v,w;>
thus <;v,(u + w);> =
<;(u + w),v;>
by defZLattice
.=
<;u,v;> + <;w,v;>
by defZLattice
.=
<;v,u;> + <;w,v;>
by defZLattice
.=
<;v,u;> + <;v,w;>
by defZLattice
; verum