theorem Th35:
  FinUnion A is commutative
proof
  let x,y;
  thus FinUnion A.(x,y) = y \/ x by Def4
    .= FinUnion A.(y,x) by Def4;
end;
