A question about the proper use of certain notation

  • Thread starter xwolfhunter
  • Start date
  • Tags
    Notation
In summary, the conversation centers around notation in mathematics, specifically in regards to expressing the concept of determining the cardinality of the union of an arbitrary number of sets. The original poster is struggling with finding a concise way to write the formula for this concept and is seeking input from others on how to improve their notation. The conversation also delves into the use of iteration, but there is some confusion and disagreement on how it should be incorporated into the notation.
  • #1
xwolfhunter
47
0
I'm currently reading a textbook for one of my classes (discrete mathematics), and we're doing set theory right now. This is not a question about how to do mathematics, it's about how to properly express through notation the concept I'm trying to convey. The text invites the reader to come up with a general formula for determining the cardinality of the union of an arbitrary number of sets, so here is what I have:

(Also, I did the best I could on the latex . . . I'm not that familiar with it)

[tex]
\left|\substack{n \\ \\ \Huge{\cup} \\ \\ k=1}\mathrm{S}_k\right|=\sum_{k=1}^{n}\left|\mathrm{S}_k\right|
-\left|\mathrm{S}_k \substack{n-1 \\ \\ \Huge{\cap} \\ \\ k=1} \mathrm{S}_{k+1}\right|+
\left|\substack{n \\ \\ \Huge{\cap} \\ \\ k=1}\mathrm{S}_k \right|[/tex]

I'm pretty sure it's standard practice, but if it's not, the bars mean "the cardinality of."

Okay so my question centers around the second term. I'm fairly certain that the way I wrote it is not how you'd write it. Is there a simple "iterate" operator that is like sigma but more general, so I could do something like ## \displaystyle \left(\substack{\scriptsize{n-1} \\ \Large{\mathrm{I}} \\ \\ \scriptsize{k=1}} \left| \mathrm{S}_{\small{k}} \cap \mathrm{S}_{\small{k+1}} \right|\right)## where ##\mathrm{I}## is the iterator? How would I write that?

Edit: And yeah, I'm aware that what I wrote down does not really work. Just had the question about notation.
 
Mathematics news on Phys.org
  • #2
I would write it ## ∩_{i,j} ## or ## ∪_{i,j} ## ##(S_i ∩_{i≠j} S_j)## resp. depending on what you mean. Your proposed notation isn't quite clear to me, esp. what is meant by "iterator".
The task for finitely many sets of finite many elements is the easy part. It's getting more than tricky if there are arbitrary many sets. That looks to me like an invitation to think about the continuum hypothesis.
 
Last edited:
  • #3
fresh_42 said:
## ∪_{i,j} ## ##(S_i ∩_{i≠j} S_j)## -

What does this notation even mean?
 
  • #4
fresh_42 said:
I would write it ## ∩_{i,j} ## or ## ∪_{i,j} ## ##(S_i ∩_{i≠j} S_j)## resp. depending on what you mean. Your proposed notation isn't quite clear to me, esp. what is meant by "iterator".
The task for finitely many sets of finite many elements is the easy part. It's getting more than tricky if there are arbitrary many sets. That looks to me like an invitation to think about the continuum hypothesis.
Yeah, I don't get it either. I think your notation just kinda floats there like a lump of seaweed.

By "iterator" I meant "algorithm," I suppose. I was basically asking if there is some operator that says "hey, just iterate whatever's in the parenthesis ##n## times and do ##x=x+1## each time." I was asking a well-educated mathematician somewhere to tell me how he would write what's meant by the thing I wrote before: ## \displaystyle \substack{\scriptsize{n-1} \\ \Large{\mathrm{I}} \\ \\ \scriptsize{k=1}} \left| \mathrm{S}_{\small{k}} \cap \mathrm{S}_{\small{k+1}} \right|##.
 
  • #5
So if you're asking for the general form of the inclusion-exclusion formula, then it's this nasty thing:

[tex]\left|\bigcup_{k=1}^n A_k\right| = \sum_{i=1}^n (-1)^{i+1} \left(\sum_{B\subseteq \{1,...,n\},~|B| = i}\left|\bigcap_{k\in B} A_k\right|\right)[/tex]
 
  • Like
Likes jbriggs444
  • #6
You wrote [tex]\left|\mathrm{S}_k \substack{n-1 \\ \\ \Huge{\cap} \\ \\ k=1} \mathrm{S}_{k+1}\right|[/tex]
as one cardinal of ##n-1## possible sets ##S_k ∩ S_{k+1}## which does not make sense. So you have to explain what you are going to do with these ##n-1## numbers: add them, or first intersect or unite the sets? If you want to iterate something then explain what and how. And I wonder that you do not consider sets like. e.g. ##S_1 ∩ S_3## or ##S_2 ∩ S_n##.

If you want to write down the iteration it might be helpful to consider the following sets:
##V_i = \substack{n \\ \huge{\cup} \\ k = i} S_k ## , ## W_i = \substack{i \\ \huge{\cup} \\ k = 1} S_k ## and ## T_i = \substack{i \\ \huge{\cap} \\ k = 1} S_k ## , as well as sets like ## V_i - W_{i-1} ##.
 
  • #7
fresh_42 said:
You wrote [tex]\left|\mathrm{S}_k \substack{n-1 \\ \\ \Huge{\cap} \\ \\ k=1} \mathrm{S}_{k+1}\right|[/tex]
as one cardinal of ##n-1## possible sets ##S_k ∩ S_{k+1}## which does not make sense. So you have to explain what you are going to do with these ##n-1## numbers: add them, or first intersect or unite the sets? If you want to iterate something then explain what and how. And I wonder that you do not consider sets like. e.g. ##S_1 ∩ S_3## or ##S_2 ∩ S_n##.

If you want to write down the iteration it might be helpful to consider the following sets:
##V_i = \substack{n \\ \huge{\cup} \\ k = i} S_k ## , ## W_i = \substack{i \\ \huge{\cup} \\ k = 1} S_k ## and ## T_i = \substack{i \\ \huge{\cap} \\ k = 1} S_k ## , as well as sets like ## V_i - W_{i-1} ##.
Firstly, as I said in my first post, I am not asking about the math, I'm asking about the notation.

Secondly, the ##n-1## means "iterated (the number of sets minus one) times." There are no numbers to add, intersect, or unite. The iteration description is exactly the same as that of sigma notation. Which you should already be aware of, considering you thought my notation was good enough that you copy-pasted my cobbled-together handmade way of writing it and used it in your post to define your sets.

Thirdly, while I do understand what is defined by ##V_i##, ##W_i##, and ##T_i##, I honestly have no idea how they would be useful.

Fourthly, based on the exact definitions of ##V_i## and ##W_i##, I believe that ##V_i - W_{i-1}## is just ##V_i##. Am I wrong? I don't get the point of that.
 
  • #8
xwolfhunter said:
Secondly, the ##n-1## means "iterated (the number of sets minus one) times." There are no numbers to add, intersect, or unite. The iteration description is exactly the same as that of sigma notation.
Are you saying that ##\mathrm{I}## is the same as ##\sum##? What operation is being iterated for each of the values ##k\in\{1,...,n-1\}##? I also am having a hard time understanding precisely what you are trying to write down.
Perhaps you could try describing in words what object you want this term to express?
 
  • #9
xwolfhunter said:
Secondly, the ##n-1## means "iterated (the number of sets minus one) times." There are no numbers to add, intersect, or unite. The iteration description is exactly the same as that of sigma notation.
suremarc said:
Are you saying that ##\mathrm{I}## is the same as ##\sum##? What operation is being iterated for each of the values ##k\in\{1,...,n-1\}##? I also am having a hard time understanding precisely what you are trying to write down.
Perhaps you could try describing in words what object you want this term to express?
I'm having the same problem. It's not clear what operation you (xwolfhunter) are iterating.
 
  • #10
suremarc said:
Are you saying that ##\mathrm{I}## is the same as ##\sum##? What operation is being iterated for each of the values ##k\in\{1,...,n-1\}##? I also am having a hard time understanding precisely what you are trying to write down.
Perhaps you could try describing in words what object you want this term to express?
Mark44 said:
I'm having the same problem. It's not clear what operation you (xwolfhunter) are iterating.
Okay . . . I've got this.

The last term in what I wrote represents the cardinality of the intersection of all of the sets. I wanted to have something that iterates through all possible combinations of two sets intersecting, and subtracts the cardinality of each one individually. The concept behind what I wrote down does not do that, for several reasons, which is most likely why its meaning is so inscrutable. My main question is how would the general mathematically-informed population write that? Here is another stab that (I think) is somewhat clearer at conveying what I want:

I have a collection of ##n## sets: ##\{\mathrm{S}_1,\mathrm{S}_2,\cdot\cdot\cdot,\mathrm{S}_n\}##.
[tex]-\sum_{k=1}^{\frac{n\mathrm{!}}{(n-2)\mathrm{!}}}\left|\mathrm{S}_k\cap\mathrm{S}_{k+1}\right|[/tex]
Of course, I have no idea how to iterate through the permutation (also, I'm pretty sure I need a combination, not a permutation, but I don't know the notation for that), so the second part does not do anything useful, but still, I think this more clearly shows what I was trying to express.
 
  • #11
xwolfhunter said:
Okay . . . I've got this.

The last term in what I wrote represents the cardinality of the intersection of all of the sets. I wanted to have something that iterates through all possible combinations of two sets intersecting, and subtracts the cardinality of each one individually. The concept behind what I wrote down does not do that, for several reasons, which is most likely why its meaning is so inscrutable. My main question is how would the general mathematically-informed population write that? Here is another stab that (I think) is somewhat clearer at conveying what I want:

I have a collection of ##n## sets: ##\{\mathrm{S}_1,\mathrm{S}_2,\cdot\cdot\cdot,\mathrm{S}_n\}##.
[tex]-\sum_{k=1}^{\frac{n\mathrm{!}}{(n-2)\mathrm{!}}}\left|\mathrm{S}_k\cap\mathrm{S}_{k+1}\right|[/tex]
Of course, I have no idea how to iterate through the permutation (also, I'm pretty sure I need a combination, not a permutation, but I don't know the notation for that), so the second part does not do anything useful, but still, I think this more clearly shows what I was trying to express.
I think this might be what you're shooting for:
$$\sum_{i,~ j = 1,~ i \ne j}^n|S_i \cap S_j|$$
 
  • #12
Or as I said above ##\sum_{B\subseteq \{1,...,n\}, |B|= 2} \left|\bigcap_{k\in B} S_k\right|##
 
  • Like
Likes suremarc
  • #13
micromass said:
Or as I said above ##\sum_{B\subseteq \{1,...,n\}, |B|= 2} \left|\bigcap_{k\in B} S_k\right|##
I like this expression. Since sets have no intrinsic ordering, it ignores the "order" associated with the enumerated indices, in this case ##i## and ##j##.
 
  • #14
Mark44 said:
I think this might be what you're shooting for:
$$\sum_{i,~ j = 1,~ i \ne j}^n|S_i \cap S_j|$$
Nitpick: This appears to double-count each pair.
 
  • #15
Mark44 said:
I think this might be what you're shooting for:
$$\sum_{i,~ j = 1,~ i \ne j}^n|S_i \cap S_j|$$
jbriggs444 said:
Nitpick: This appears to double-count each pair.
How about this?
$$\sum_{i = 1, ~j = 2, ~i < j}^n|S_i \cap S_j|$$
If you were dealing with ##S_1, S_2, S_3, S_4##, the above would give the magnitudes of ##S_1 \cap S_2, S_1 \cap S_3, S_1 \cap S_4, S_2 \cap S_3, S_2 \cap S_4##, and ##S_3 \cap S_4##.
 
  • Like
Likes jbriggs444

1. What is the purpose of using notation in scientific research?

Notation is used in scientific research to represent complex ideas or concepts in a concise and standardized way. It allows scientists to communicate and share their findings with others in a clear and efficient manner.

2. How do I know which notation to use in my research?

The specific notation used in scientific research may vary depending on the field or subject of study. It is important to consult with established literature and experts in your field to determine the most appropriate notation to use in your research.

3. Can I create my own notation for my research?

While it is possible to create your own notation, it is generally not recommended in scientific research. Notation is meant to be a standardized and universally understood way of representing information. Using your own notation may cause confusion and hinder the communication of your findings.

4. How do I properly cite notation used in my research?

If you are using notation from a previously published work, it is important to properly cite the source. This can be done by including the author, year of publication, and page number where the notation can be found. If you are creating your own notation, it is important to explain the meaning and context of the notation in your research paper.

5. Is there a specific format or style guide for using notation in scientific research?

There is no universal format or style guide for using notation in scientific research. However, it is important to be consistent and follow the conventions used in your field of study. Some common style guides, such as the Chicago Manual of Style or the American Psychological Association (APA) style, may have specific guidelines for notation use.

Similar threads

Replies
0
Views
9K
Replies
1
Views
9K
Replies
1
Views
10K
Replies
1
Views
9K
Replies
3
Views
327
Replies
3
Views
1K
Replies
1
Views
5K
  • Introductory Physics Homework Help
Replies
6
Views
234
Replies
2
Views
2K
Replies
2
Views
6K
Back
Top