theorem Th36:
  a in mi B implies a in B & (b in B & b c= a implies b = a)
proof
  assume a in mi B;
  then ex t st a = t & for s holds s in B & s c= t iff s = t;
  hence thesis;
end;
