Is it possible to write this in a smaller form: $(A \neq \emptyset) \vee (B \neq \emptyset)$ ? is it for example mathematically correct to write it as: $A \vee B \neq \emptyset$ ?
Asked
Active
Viewed 46 times
1 Answers
1
I assume that $A,B$ here are some sets. Then it is not correct to write $A\vee B\neq \emptyset$, because $\vee$ is not a set operation. $(A\neq \emptyset) \vee (B\neq\emptyset)$ is a logic statement, which is true if and only if $A\neq \emptyset$ or $B\neq \emptyset$, so $(A\neq \emptyset) \vee (B\neq\emptyset)\Leftrightarrow A\cup B\neq \emptyset$
Julius
- 1,920
-
1Of course, $A \cup B \neq \varnothing$ might be the shorter form you want... – Johannes Kloos Apr 02 '12 at 15:24