I am new to the topic of formal logic and my lecturer presented us with the following scenario.
Consider the set $(A\cap B')\cup (B\cap A')$.
First, he asked us to draw a Venn diagram of the above, which is trivial.
I have issues, however, with the following part.
If $A$ and $B$ are two different statements, using formal logic, he then asked us what is the logical meaning behind the set.
I am not sure how to go about this. Please do provide explanations to your answers (intuitive ones, hopefully), so that I may understand the reasoning behind it!
As already pointed out in the comments, $A$ and $B$ are sets, not statements.
Still, there are obvious connections between sets and logical statements. For example, the set $A \cap B$ is the set of all objects that are elements of $A$ and of $B$. Or, to make the connection between $\cap$ and $\land$ even more clear:
$A \cap B = \{x \mid x \in A \land x \in B \}$
Using this format, we can also say:
$(A \cap B') \cup (B \cap A') = \{ x \mid (x \in A \land \neg (x \in B)) \lor (\neg (x \in A) \land x \in B) \}$
If we can use the logical biconditional, you can simplify this to:
$(A \cap B') \cup (B \cap A') = \{ x | (x \in A \leftrightarrow \neg (x \in B) \}$