let R be preordered Ring; for P being Preordering of R
for a, b, c being Element of R st a <= P,b holds
a + c <= P,b + c
let P be Preordering of R; for a, b, c being Element of R st a <= P,b holds
a + c <= P,b + c
let a, b, c be Element of R; ( a <= P,b implies a + c <= P,b + c )
assume
a <= P,b
; a + c <= P,b + c
then
a <=_ OrdRel P,b
;
hence
a + c <= P,b + c
by lemOP, REALALG1:def 3; verum