reserve x for set,
  p,q,r,s,t,u for ExtReal,
  g for Real,
  a for Element of ExtREAL;

theorem :: MEASURE6:36
  p <> -infty implies [.p,-infty.] = {}
proof
  assume
A1: p <> -infty;
  not ex x being object st x in [.p,-infty.]
  proof
    given x being object such that
A2: x in [.p,-infty.];
    reconsider s = x as ExtReal by A2;
A3: p <= s by A2,Th1;
    s <= -infty by A2,Th1;
    hence contradiction by A1,A3,XXREAL_0:2,6;
  end;
  hence thesis;
end;
