Adding Sets: A+B = Union & Intersection

  • Thread starter Thread starter pivoxa15
  • Start date Start date
AI Thread Summary
The discussion centers on the concept of adding sets, specifically whether the expression A + B can be defined meaningfully in set theory. Participants explore the idea that A + B could represent the union and intersection of sets, leading to confusion about the definition and implications of such an operation. The concept of symmetric difference is introduced, suggesting that A + B could be interpreted as the union minus the intersection, which aligns with the properties of sets. Additionally, the conversation touches on measure theory, indicating that the addition of measures could follow a similar logic. Ultimately, the dialogue reveals the complexity and ambiguity in defining addition for sets, emphasizing the need for clarity in mathematical definitions.
pivoxa15
Messages
2,250
Reaction score
1
A,B are sets

A + B=AuB + AnB

Does it make sense to add sets? I know union and intersections are possible.
 
Physics news on Phys.org
pivoxa15 said:
A,B are sets

A + B=AuB + AnB

Does it make sense to add sets? I know union and intersections are possible.

What do you mean that to do? Additive number theory has addition of sets like X+Y=\{x+y:x\in X,y\in Y \} (so that {1, 2, 3} + {10, 40} = {11, 12, 13, 41, 42, 43}). Is that what you want?
 
No. I am talking about sets in measure theory.
 
pivoxa15 said:
A,B are sets

A + B=AuB + AnB

Does it make sense to add sets? I know union and intersections are possible.

You ccan define "+" to mean anything you want. What is the point of your definition?
 
pivoxa15 said:
A,B are sets

A + B=AuB + AnB

Does it make sense to add sets? I know union and intersections are possible.
I take that to mean that you want an element that is in both A and B to show up twice in the sum of A and B? The sum then could not be a set since there are no dupllcates in sets. What kind of object do you want the sum to be, a bag, a.k.a. multiset?
 
honestrosewater: I take that to mean that you want an element that is in both A and B to show up twice in the sum of A and B?

I take it that he wants to say: A +B = A union B-A intersection B.
 
robert Ihnot said:
I take it that he wants to say: A +B = A union B-A intersection B.
Oh. So symmetric difference (more) then?
 
Last edited:
If we take the sets {1,2,3} + {2,3,4} = {1,2,3,4}= A U B, which for n=1 to 4 is the whole set. Thus A\cup B+A\cap B =A\cup B (I don't think measure theory has any effect on that.)

However if we thought of these as collections, then we would have:

{1,2,3}+{2,3,4} = {1,2,2,3,3,4} (From Wikipedia: When two or more collections are combined into a single collection, the number of objects in the single collection is the sum of the number of objects in the original collections. ) This is easier to follow if we were thinking of collections of furniture like lamps, rugs, etc.

So I believe that you are correct about the symmetric difference of sets.
 
Last edited:
robert Ihnot said:
If we take the sets {1,2,3} + {2,3,4} = {1,2,3,4}= A U B, which for n=1 to 4 is the whole set. Thus A\cup B+A\cap B =A\cup B (I don't think measure theory has any effect on that.)
Is this what you meant previously? You seem to have just defined this addition to be union. The symmetric difference is "the set of elements belonging to one but not both of two given sets", i.e., "A union B-A intersection B", which I assume you meant as "(A union B) - (A intersection B)", with "-" denoting set difference (A - B = {x | x in A and x not in B}).

The original definition, "A + B=AuB + AnB" appears to be circular since the symbol that it is defining is used in the definition, so who knows. Normally, when you add two things, the result includes, in a loose sense, all of what you started with. For sets, this would seem to simply be union, but I assume the OP had something more than union in mind. You at least don't usually lose, or subtract, things when you add, so I assume the OP was thinking that the sum of two sets should include everything that was in those sets in some way that union doesn't, i.e., by including any duplicates.
 
  • #10
Since you say measure theoretic, perhaps you mean measure(a) + measure(b) = measure(a union b) + measure (a intersect b)? (for finitely additive measures, of course!)
 
Last edited:
  • #11
Yes, you are right. Measure is a mathematical concept, so we can use the plus or minus sign. So that in general: A\cup B = A+B-A\cap B
 
Last edited:
  • #12
But that equation doesn't say anything about measure! Do you mean having first defined A+ B as A\cup B + A\cap B. Of course, as has been pointed out, that is just equal to A\cup B[/itex]<br /> <br /> It WOULD make sense if you would do what people have been asking you to do and write the &quot;measure&quot;:<br /> measure(A\cup B) = measure(A)+ measure(B)-measure(A\cap B)
 
  • #13
CRGreathouse said:
Since you say measure theoretic, perhaps you mean measure(a) + measure(b) = measure(a union b) + measure (a intersect b)? (for finitely additive measures, of course!)
this form might be better because it works even if measure(a intersect b) is infinite.
 
  • #14
In what sense is that better? It is clearly wrong.
 
  • #15
matt grime said:
In what sense is that better? It is clearly wrong.
It is? Counterexample, please.
 
  • #16
I think I had read your post the wrong way round (i.e. so that it agreed with the wrong assertion that m(A+B)=m(A)+m(B)+M(AnB). Sorry.)
 
  • #17
Yeah, I was agreeing with m(A)+m(B) = m(A u B) + m(A n B)...just a tad better than the other way around, m(A)+m(B) - m(A n B) = m(A u B) as that's not quite true if m(A n B) is infinite. I wasn't agreeing with the other formulations.

The idea of "adding" sets though... How could addition be defined so that additive inverses might exist?
 
  • #18
You need to define the boolean operations properly. You need to use the symmetric difference. Every element is self inverse.
 

Similar threads

Back
Top