How to write this in Set Theory notation?

In summary, the intersection of two sets cannot be larger than either set. It can be represented by the notation A ∩ B, and in this case, A ∩ B = B ∩ A. If one set is completely contained within the other, the intersection will be the smaller set. This can be expressed as A ∩ B = A or A ∩ B = B, depending on which set is smaller.
  • #1
danielFiuza
4
0
Hello Everyone,

I am trying to write the intersection of a physical problem in the most compact way.
I am not really familiar with Set Theory notation, but I think it has the answer.

It is about the intersection of two circular areas:
- Area 1: A
- Area 2: B
If I want to write this in Set Theory notation:
A_intersection = A ∩ B

Until this point everything is okay. But I have an extra condition
- Extra condition: intersection area always smaller than B (or in other words, the intersection area needs to be contained in B).
A_intersection = min{A ∩ B, B}
(ie. The maximum intersection area can not be larger than B)

How can I write this? Is there any short mathematical symbol for that?

Kind regards,

Daniel

PS: Physically, I am trying to describe a situation as the following one:
' A jet of water of radius R1 impinging against a wall with a hole of radius R2, misaligned from the opening. The water is driven through the intersection area, given that the intersectio area is smaller always that the hole radius R2'
1) For a perfectly aligned jet with the opening:
- If the radius of the jet R1 is smaller than the opening radius R2, all the fluid from the jet goes inside. -> R1
- If the area of the jet R1 is larger than the hole area R2, only the area R2 drives fluids-> R2
2) Then extending this for different misalignments.
Screen Shot 2018-10-22 at 16.18.53.png
 

Attachments

  • Screen Shot 2018-10-22 at 16.18.53.png
    Screen Shot 2018-10-22 at 16.18.53.png
    69 KB · Views: 338
Last edited:
Physics news on Phys.org
  • #2
danielFiuza said:
Hello Everyone,

I am trying to write the intersection of a physical problem in the most compact way.
I am not really familiar with Set Theory notation, but I think it has the answer.

It is about the intersection of two circular areas:
- Area 1: A
- Area 2: B
If I want to write this in Set Theory notation:
A_intersection = A ∩ B

Until this point everything is okay. But I have an extra condition
- Extra condition: intersection area always smaller than B (or in other words, the intersection area needs to be contained in B).
A_intersection = min{A ∩ B, B}
(ie. The maximum intersection area can not be larger than B)

How can I write this? Is there any short mathematical symbol for that?

The intersection of two sets cannot be larger than either set. We have:

##A \cap B \subseteq A## and ##A \cap B \subseteq B##

This follows because the intersection is only things that are in each set. By definition, therefore, the intersection of two sets is a subset of each set.
 
  • Like
Likes danielFiuza
  • #3
danielFiuza said:
But I have an extra condition
- Extra condition: intersection area always smaller than B (or in other words, the intersection area needs to be contained in B).
A_intersection = min{A ∩ B, B}

As to containment, it is always true that ##A \cap B \subseteq B##, so you don't need to state this as an additional condition.

If you want to require that ##A \cap B ## be a proper subset of ##B##, it's safest to write this as ##A \subsetneqq B##. (Some people interpret ""##\subset##"" to mean the same things as "##\subseteq##", others interpret it to mean "##\subsetneqq##" ).
 
  • #4
Thanks Stephen. Just to be clear, is ##A \cap B = B \cap A ##?
Screen Shot 2018-10-22 at 16.18.53.png


PeroK said:
The intersection of two sets cannot be larger than either set. We have:

##A \cap B \subseteq A## and ##A \cap B \subseteq B##

This follows because the intersection is only things that are in each set. By definition, therefore, the intersection of two sets is a subset of each set.
 

Attachments

  • Screen Shot 2018-10-22 at 16.18.53.png
    Screen Shot 2018-10-22 at 16.18.53.png
    69 KB · Views: 828
  • #5
danielFiuza said:
Thanks Stephen. Just to be clear, is ##A \cap B = B \cap A ##?

If you imagine drawing your sets on a Venn diagram, where ##A \cap B## is the area of overlap between ##A## and ##B##; and, ##B \cap A## is the area of overlap between ##B## and ##A##; then, would you say these represent the same area?
 
Last edited:
  • #6
danielFiuza said:
Thanks Stephen. Just to be clear, is ##A \cap B = B \cap A ##?
View attachment 232588

Is the set of males over 20 years of age the same as the set of people over 20 years of age who are male?
 
  • #7
PeroK said:
If you imagine drawing your sets on a Venn diagram, where ##A \cap B## is the area of overlap between ##A## and ##B##; and, ##B \cap A## is the area of overlap between ##B## and ##A##; then, would you say these represent the same area?

Yes, they represent the same area.
I am still confused when the one of the areas is completely contained inside the other (see first column of the diagram attached in the thread). Eg. A belongs to/is contained in B or area B belong to A. Does that still holds? That's were my confusion arises with the notation of ##\cap##.

Thanks again,
 
  • #8
danielFiuza said:
Yes, they represent the same area.
I am still confused when the one of the areas is completely contained inside the other (see first column of the diagram attached in the thread). Eg. A belongs to/is contained in B or area B belong to A. Does that still holds? That's were my confusion arises with the notation of ##\cap##.

Thanks again,

In the case where ##A \subseteq B##, then the intersection of the two sets is the set ##A##.
 

1. How do I represent a union in Set Theory notation?

In Set Theory, the union of two sets A and B is represented as A ∪ B. This symbol is read as "A union B" and it represents the set that contains all elements that are in either A or B, or both.

2. What is the symbol for the intersection of two sets in Set Theory notation?

The intersection of two sets A and B is represented as A ∩ B. This symbol is read as "A intersect B" and it represents the set that contains all elements that are in both A and B.

3. How do I show the complement of a set in Set Theory notation?

The complement of a set A is represented as Aᶜ. This symbol is read as "A complement" and it represents the set that contains all elements that are not in A.

4. What is the notation for the power set of a set in Set Theory?

The power set of a set A is represented as P(A). This symbol is read as "the power set of A" and it represents the set that contains all possible subsets of A, including the empty set and the set A itself.

5. How do I write the Cartesian product of two sets in Set Theory notation?

The Cartesian product of two sets A and B is represented as A × B. This symbol is read as "A cross B" and it represents the set of all ordered pairs (a, b) where a is an element of A and b is an element of B.

Similar threads

  • Calculus and Beyond Homework Help
Replies
7
Views
2K
  • Math Proof Training and Practice
Replies
10
Views
876
  • Calculus and Beyond Homework Help
Replies
9
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
2K
  • Calculus and Beyond Homework Help
Replies
15
Views
1K
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
13
Views
2K
  • Introductory Physics Homework Help
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
2K
Back
Top