theorem
  for F being Function of J, the carrier of L holds F.j <= Sup F & Inf F <= F.j
proof
  let F be Function of J, the carrier of L;
  F.j in rng F by FUNCT_2:4;
  hence thesis by Th22;
end;
