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