theorem
  A in B implies A is Element of B
proof
  assume
A1: A in B;
  let i be object;
  assume i in I;
  hence thesis by A1;
end;
