theorem
  B is constant implies Union B = Intersection B
proof
  assume B is constant;
  then consider A being Subset of X such that
A1: for n being Nat holds B.n = A by VALUED_0:def 18;
  Union B = A by Th10,A1;
  hence thesis by Th11,A1;
end;
