assume A2:
for i, j being Element of N st i <= j holds
N . i <= N . j
; N is monotone
netmap (N,R) is monotone
proof
let x,
y be
Element of
N;
WAYBEL_1:def 2 ( not x <= y or (netmap (N,R)) . x <= (netmap (N,R)) . y )
A3:
(netmap (N,R)) . x = N . x
;
A4:
(netmap (N,R)) . y = N . y
;
assume
x <= y
;
(netmap (N,R)) . x <= (netmap (N,R)) . y
hence
(netmap (N,R)) . x <= (netmap (N,R)) . y
by A2, A3, A4;
verum
end;
hence
N is monotone
; verum