theorem
 B c= A & A is trivial implies B is trivial
proof assume that
A1: B c= A and
A2: A is trivial;
  let x,y;
 assume x in B & y in B;
  then x in A & y in A by A1;
 hence thesis by A2;
end;
