Understanding Set Operations: A Closer Look at A ∖ (A ∖ B) = A ∩ B

AI Thread Summary
The discussion focuses on the identity A ∖ (A ∖ B) = A ∩ B, emphasizing that A ∖ B consists of elements in A but not in B. The proof involves demonstrating that if x is in A ∖ (A ∖ B), then x must also be in A ∩ B. A formal proof requires showing both subsets, starting with an arbitrary element from one set and proving its membership in the other. Participants are encouraged to refine their titles and check for typographical errors to enhance clarity. Logical reasoning and calmness are highlighted as essential for tackling set operation problems.
angela107
Messages
35
Reaction score
2
Homework Statement
Is it TRUE that for all sets ##A## and ##B## the identity ##A \setminus (A \setminus B) =A ∩ B## holds?
Relevant Equations
n/a
##A ∖ B## can't include any elements that are not in ##A##, so it is the same as saying ##A∖(A∩B)##; it's exactly the elements of ##A## except those in ##A∩B##.

##A∖(A∖(A∩B))## is exactly the elements of ##A## except those in (exactly the elements of ##A## except those in ##A∩B##). This is the same as ##A∩B##.

Therefore, it is true that for all sets A and B the identity ##A ∖ (A ∖B) =A ∩ B##holds.

Is this correct?
 
Physics news on Phys.org
Well, I think you are going in the right direction. But a real formal proof (at this level) requires more details. Typically, when showing that two sets ##X,Y## are equal, you show that ##X \subseteq Y## and ##Y\subseteq X##. Showing ##X\subseteq Y## can be done by fixing an arbitrary element ##x\in X## and then after some steps deducing that ##x \in Y##. Similarly, you show ##Y \subseteq X##. So, let us try this on your case:

Let ##x \in A\setminus (A \setminus B)##. Then ##x\in A## and ##x \notin A \setminus B##. The latter means that ##x\notin A## or that ##x\in B##, but we already know that ##x\in A## so we must have ##x\in B##. Hence, ##x\in A## and ##x\in B##, which means ##x\in A \cap B##.

Can you try the other direction yourself now?

Two additional remarks:

(1) Try to write a more descriptive title for your question. For example, "Prove the set equality ##A\cap B = A \setminus (A \setminus B)##"
(2) Your first line in your post contains some typos.
 
  • Like
Likes PeroK
In this case it may help to note that both sets are subsets of ##A##. You could then look at the two cases where ##x## is or is not in ##B##.

The moral for these questions is to stay calm and think logically!
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top