Need help with writing set notation.

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 3K views
blink-
Messages
14
Reaction score
0
I need help with some set notation. I am an engineering major and don't know the proper notation. I am trying to write two statements. I have two sets, [itex]x_1[/itex] = {1,2,3}, and [itex]x_2[/itex] = {4,5,6}.

Verbal Statements:
[itex]y_1[/itex] was measured for all values of [itex]x_1[/itex] and [itex]x_2[/itex]
[itex]y_2[/itex] was measured, for all values of [itex]x_1[/itex], and only the first element (4) of [itex]x_2[/itex]

Attempt:
[itex]y_1[/itex] measured [itex]\forall x_1[/itex], [itex]\forall x_2[/itex]
[itex]y_2[/itex] measured [itex]\forall x_1[/itex], {4} [itex]\cap\: x_2[/itex]
or
[itex]y_2[/itex] measured [itex]\forall x_1[/itex], {4} [itex]\in x_2[/itex]

Are any of these correct? Is there a more proper way to write this?
 
Physics news on Phys.org
blink- said:
I am trying to write two statements.

You should explain in what context you are trying to write something. Is it in a technical report? Homework for a logic course? Homework for a statistics course? After all, you can express yourself using only words. In many contexts, mathematical notation is unnecessary.
 
Stephen,

Thanks for the reply. It is for a technical paper (journal publication). I prefer to use the set notation because it is going in a table with limited space.
 
The safest procedure is to look at tables from articles the journal published and see what those authors did.

To me, it is confusing to have integers both as subscripts on the sets [itex]x_i[/itex] and also as to have them as elements of the sets themselves. If an integer such as 4 is only going to appear as an element of a single set [itex]x_i[/itex], why don't you simply list the elements where the measurements were taken? Such as {1,2,3,4} ?
 
Hey Stephen,

I was trying to use a simplified example. The sets contain floats and integers. Here is a picture of the table in question.



I would prefer using set notation, but if you think listing all elements is a better idea, I can do that.
 
Last edited by a moderator:
I think this is qestion of "literary style", not a question of how to write mathematics. To me, it is better to write "all values of [itex]x_1[/itex]" instead of using the mathematical abreviation "for all" and not usiing other consistent notation with it. To use a quantifier, you need a variable. Your idea would be expressed as "for all v such that v is a member of [itex]x_1[/itex]". The quantifer would be applied to a variable, not to a set.

if you want to use [itex]x_1, x_2[/itex] as variables instead of sets, you could use notation like
[itex]x1 \in \{-90.0 , -45.0, 0, 45.0 , 90 \} , x_2 \in \{12.6\}[/itex]
 
Thanks for all the replies Stephen. You have been a big help. I do agree, this is more of a literary style question, sorry if this was the wrong forum to post it in.

Just to confirm, you think something like this would be best:

x1 angular position (deg)
x2 gas velocity (cm/s)

y1 frequency (Hz), observed at x1 [itex]\in[/itex] {-90,-45,0,45,90}, x2 [itex]\in[/itex] {5.5,7,11,12.6}
y2 fraction (-), observed at x1 [itex]\in[/itex] {-90,-45,0,45,90}, x2 [itex]\in[/itex] {12.6}