let L be non empty RelStr ; :: thesis: id L is monotone
let l1, l2 be Element of L; :: according to ORDERS_3:def 5 :: thesis: ( not l1 <= l2 or for b1, b2 being Element of the carrier of L holds
( not b1 = (id L) . l1 or not b2 = (id L) . l2 or b1 <= b2 ) )

assume l1 <= l2 ; :: thesis: for b1, b2 being Element of the carrier of L holds
( not b1 = (id L) . l1 or not b2 = (id L) . l2 or b1 <= b2 )

then l1 <= (id L) . l2 by FUNCT_1:18;
hence for b1, b2 being Element of the carrier of L holds
( not b1 = (id L) . l1 or not b2 = (id L) . l2 or b1 <= b2 ) by FUNCT_1:18; :: thesis: verum