theorem
  L is lower-bounded implies {Bottom L} is Ideal of L
proof
  assume L is lower-bounded;
  then Top (L.:) = Bottom L & L.: is upper-bounded by LATTICE2:48,61;
  then {Bottom L} is Filter of L.: by FILTER_0:12;
  hence thesis by Th20;
end;
