I tried to show the probability of event $E$: Either $A$ is true, or $B$ is true, but $A$ and $B$ can't be true at the same time, given that all we know are quantities $P(A \cap B)$ and $P(A \cup B)$:
$$\Pr(E) = \Pr((A \cup B) \cap \lnot(A \cap B))$$
$$\Pr(E) = \Pr((A \cup B) \cap (1 - (A \cap B)))$$
$$\Pr(E) = \Pr((A \cup B) - (A \cup B)\cap(A \cap B))$$
$$\Pr(E) = \Pr((A \cup B) - (A \cap B))$$
Is this a correct proof? Does it make sense to use this notation or to treat it like a logic equation with $\lor, \land$, De Morgan's laws, etc?
Taking the probability of $P(A \cup B)$ is really the equivalent of asking about $P(x \in A \vee x \in B)$. Probabilities are nothing more than just operations on sets. Therefore, anything you're doing would just be a logical operator on sets. Therefore, you can apply the rules of mathematical logic on it.