let R be non empty reflexive antisymmetric RelStr ; 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; ( a <= b implies ( sup {a,b} = b & inf {a,b} = a ) )
A1:
for x being Element of R st x is_>=_than {a,b} holds
b <= x
A3:
for x being Element of R st x is_<=_than {a,b} holds
a >= x
assume A5:
a <= b
; ( sup {a,b} = b & inf {a,b} = a )
for x being Element of {a,b} holds x >= a
then
for x being Element of R st x in {a,b} holds
x >= a
;
then A6:
a is_<=_than {a,b}
by LATTICE3:def 8;
for x being Element of R st x in {a,b} holds
x <= b
by A5, TARSKI:def 2;
then
b is_>=_than {a,b}
by LATTICE3:def 9;
hence
( sup {a,b} = b & inf {a,b} = a )
by A6, A1, A3, YELLOW_0:30, YELLOW_0:31; verum