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