set c = the Element of T;
take f = S --> the Element of T; :: thesis: f is antitone
let x, y be Element of S; :: according to WAYBEL_0:def 5 :: thesis: ( not x <= y or for b1, b2 being Element of the carrier of T holds
( not b1 = f . x or not b2 = f . y or b2 <= b1 ) )

assume [x,y] in the InternalRel of S ; :: according to ORDERS_2:def 5 :: thesis: for b1, b2 being Element of the carrier of T holds
( not b1 = f . x or not b2 = f . y or b2 <= b1 )

let a, b be Element of T; :: thesis: ( not a = f . x or not b = f . y or b <= a )
assume that
A1: a = f . x and
A2: b = f . y ; :: thesis: b <= a
a = the Element of T by A1, FUNCOP_1:7;
hence b <= a by A2, FUNCOP_1:7; :: thesis: verum