let R be non empty reflexive antisymmetric RelStr ; :: thesis: for x, y being Element of R st x <= y holds
( sup {x,y} = y & inf {x,y} = x )
let a, b be Element of R; :: thesis: ( a <= b implies ( sup {a,b} = b & inf {a,b} = a ) )
assume A1:
a <= b
; :: thesis: ( sup {a,b} = b & inf {a,b} = a )
A2:
b is_>=_than {a,b}
A3:
a is_<=_than {a,b}
A4:
for x being Element of R st x is_>=_than {a,b} holds
b <= x
for x being Element of R st x is_<=_than {a,b} holds
a >= x
hence
( sup {a,b} = b & inf {a,b} = a )
by A2, A3, A4, YELLOW_0:30, YELLOW_0:31; :: thesis: verum