assume A2:
for i, j being Element of N st i <= j holds
N . i >= N . j
; :: thesis: N is antitone
let i, j be Element of N; :: according to WAYBEL_0:def 5,WAYBEL_0:def 10 :: thesis: ( not i <= j or for b1, b2 being Element of the carrier of T holds
( not b1 = (netmap N,T) . i or not b2 = (netmap N,T) . j or b2 <= b1 ) )
( N . i = (netmap N,T) . i & N . j = (netmap N,T) . j )
;
hence
( not i <= j or for b1, b2 being Element of the carrier of T holds
( not b1 = (netmap N,T) . i or not b2 = (netmap N,T) . j or b2 <= b1 ) )
by A2; :: thesis: verum