Let $A$ be a set and $F$ the set of finite subsets of $A$.
Define $d:F\times F\rightarrow\mathbb{R}$ with $d(X,Y)=\#(X\cup Y)\backslash(X\cap Y)$ with $\#$ the cardinality.
How do I prove that this is a metric?
The main thing I need to prove is the triangle inequality, or
$$\#(X\cup Z)\backslash(X\cap Z)\leq\#(X\cup Y)\backslash(X\cap Y)+\#(Y\cup Z)\backslash(Y\cap Z)$$
Graphically this can be made quite clear, but how can I show this formally?