theorem
  <%>E in B implies A c= A ^^ (B |^.. n) & A c= (B |^.. n) ^^ A
proof
  assume <%>E in B;
  then <%>E in B |^.. n by Th10;
  hence thesis by FLANG_1:16;
end;
