I have a flaw in my reasoning, could you help me figure out what I am doing wrong?
To proof that $\emptyset$ is closed under addition we need to evaluate the following logical statement: $$ \forall x,y \in \emptyset: Q(x,y) $$ where $Q(x,y)$ is "$x+y \in \emptyset $"
We can transform this into a conditional statement like so:
$$ \forall x,y \in A:P(x,y)\implies Q(x,y) $$ where $A$ is a non-empty set with at least two elements and $P(x,y)$ is "$x,y \in \emptyset$". Here we can see that the first statement will always be false since $\emptyset$ has no elements and then by conditional logic this whole statement evaluates to true and so we conclude that $\emptyset$ is closed under addition. This is a vacuous truth.
But can we not use the same conditional logic to proof that $\emptyset$ is not closed under addition by using $R(x,y)$ to be "$x+y \notin \emptyset$"? $$ \forall x,y \in A:P(x,y)\implies R(x,y) $$
Since the antecedent $P(x,y)$ will always be false the whole statement will always evaluate to true and then we can conclude that $\emptyset$ is not closed under addition.