let R be Ring; for a, b, x being Element of R holds x * <%b,a%> = <%(x * b),(x * a)%>
let a, b, x be Element of R; x * <%b,a%> = <%(x * b),(x * a)%>
set p = <%(x * b),(x * a)%>;
H:
( len <%b,a%> <= 2 & len <%(x * b),(x * a)%> <= 2 )
by POLYNOM5:39;
hence
x * <%b,a%> = <%(x * b),(x * a)%>
; verum