Lm1:
for x being ExtReal holds sup {x} = x
Lm2:
for x being ExtReal holds inf {x} = x
Lm3:
for x, y being ExtReal st x <= y holds
y is UpperBound of {x,y}
Lm4:
for x, y being ExtReal
for z being UpperBound of {x,y} holds y <= z
Lm5:
for x, y being ExtReal st y <= x holds
y is LowerBound of {x,y}
Lm6:
for x, y being ExtReal
for z being LowerBound of {x,y} holds z <= y