Talk:Set (mathematics): Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Jitse Niesen
(reply)
imported>Howard C. Berkowitz
(A CZ opportunity I seem inadequate to articulate)
Line 42: Line 42:


:Of course, when I say "mathematicians call …", I don't want to imply that mathematicians are better than computer scientists. It's just that different fields often use different terminologies. -- [[User:Jitse Niesen|Jitse Niesen]] 09:32, 2 August 2008 (CDT)
:Of course, when I say "mathematicians call …", I don't want to imply that mathematicians are better than computer scientists. It's just that different fields often use different terminologies. -- [[User:Jitse Niesen|Jitse Niesen]] 09:32, 2 August 2008 (CDT)
::Isn't there a formal toast attributed to George Boole, "Gentlemen, I give you Pure Mathematics. May it never be of any use to anyone." I believe he died before there was any widespread use of Boolean algebra in digital circuits; I have no data on his rate of rotation in his grave. :-)
::Seriously, we are getting into what I consider an important principle of the general knowledge explosion. Believe me, I have no solution, but if anyone has Wikipedia guidelines on watching for it, I'd certainly welcome them.
::In this case, I first encountered a horrible example of set theory, called the "new math" when it was a fad in U.S. education...ummm...it was a long time ago. Seventh grade? Eighth grade? Miss Smith's class in junior high school, anyway.
::Many years later, I was taking a graduate course in a computer science department, entitled "Discrete Structures". That seems a fairly common advanced undergraduate or graduate course in CS, pulling together an assortment of mathematical disciplines with computer science applications; I've always been amused that the typical undergraduate CS program insists on a year of calculus, for which most programmers find little use (without additional study if they are doing numerical analysis), yet they wait for things like automata theory, and even group theory, which could be useful, in proper context, for first-year students.  The physicists had another one-semester course of useful mathematical techniques, none of which made a complete course, for which we don't want our people going to the math department. Useful medical statistics, more often than not, are never really covered in the MD program, but in a supplementary MPH program, or, if one is lucky, in an epidemiology elective.
::Anyway, not to digress too much, you make an excellent point that different disciplines talk about similar concepts in different ways. I'm tempted to try to write a short compare-and-contrast section about the issue here, but, while I did some reading of more strictly mathematician's books on set theory (e.g., Hausdorff), I'm sure I don't think as a professional mathematician would (no, I will not wander off into stories about scientists of three disciplines marooned on a desert island...). 
::Clearly, this has been some free association, but does it give any general ideas? Intuitively, I sense that CZ might be a superb means of detecting  cross-discipline usage and finding synergy, but I don't have a good idea how to present it. 10:06, 2 August 2008 (CDT)


==References==
==References==
{{reflist}}
{{reflist}}

Revision as of 10:06, 2 August 2008

This article is developing and not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
To learn how to update the categories for this article, see here. To update categories, edit the metadata template.
 Definition Informally, any collection of distinct elements. [d] [e]
Checklist and Archives
 Workgroup category Mathematics [Categories OK]
 Talk Archive none  English language variant British English

Paradoxes, ordered sets

In the beginning, a set is described in an axiomatic way, without a rigorous definition. Have you thought about text that avoids Russell's Paradox? http://plato.stanford.edu/entries/russell-paradox/

I came to the article because I wanted to link to "ordered set". Is that one of the special sets here, should there be a section for it, or should there be a new article? For that matter, should this refer to or define tuples?

Howard C. Berkowitz 11:06, 28 July 2008 (CDT)

I wouldn't say it's described in an axiomatic way, because no axioms are mentioned. The text only hints that sets in mathematics are described axiomatically. The axioms that are used nowadays (usually ZFC) avoid Russell's paradox, but these axioms are rather complicated to explain; see http://eom.springer.de/Z/z130100.htm .
I'm not quite sure what you mean by "ordered set", but I guess it would be usually be called "sequence" or "tuple" by mathematicians. The concept of an ordering is not mentioned in the article, but it should be. At least there should be a link to sequence or tuple. -- Jitse Niesen 11:04, 29 July 2008 (CDT)

Tuples and ordered sets

:-) I'm glad you phrased that as "mathemeticians", as "computer scientists" sometimes come up with shortcut terms that apply to real-world examples, as much as software is, or is not, real world. I'll start with CS analogies, and then go to more formal definitions.

The degenerate case of a tuple is a single scalar or boolean that can be an element of a set S. More usefully, tuples T are structured groups of elements, such as <a,b> or, in pseudo-C (assuming Boolean type has been defined) that I don't have to format too much here,

struct T{

       boolean major;
       boolean minor;

}


In more formal notation, T is an ordered pair or a 2-tuple. As a programmer, I might think of a file FS as having a sorted sequence of records that are ordered pairs.

Having pulled out my CS graduate school text, [1], orderings are defined as relations with certain properties. If I set up an ordering relations for an ascending sort, FS ={<0,0>,<0,1>,<1,0>,<1,1>}

Stone doesn't have "tuple" in that section. Howard C. Berkowitz 14:59, 30 July 2008 (CDT)

I added a bit to the article explaining the differences between sets and tuples. Please have a look and see whether it makes sense to you, and improve it if you can.
Mathematicians do talk about "ordered sets", but it means something slightly different. Like a set, an ordered set can contain an element only once. The only ordered sets containing two booleans are (0, 1) and (1, 0). In contrast, there are four pairs (or 2-tuples) containing booleans, namely <0,0>, <0,1>,<1,0>, and <1,1> (as you said). That's the difference between ordered sets and tuples in mathematics.
Of course, when I say "mathematicians call …", I don't want to imply that mathematicians are better than computer scientists. It's just that different fields often use different terminologies. -- Jitse Niesen 09:32, 2 August 2008 (CDT)
Isn't there a formal toast attributed to George Boole, "Gentlemen, I give you Pure Mathematics. May it never be of any use to anyone." I believe he died before there was any widespread use of Boolean algebra in digital circuits; I have no data on his rate of rotation in his grave. :-)
Seriously, we are getting into what I consider an important principle of the general knowledge explosion. Believe me, I have no solution, but if anyone has Wikipedia guidelines on watching for it, I'd certainly welcome them.
In this case, I first encountered a horrible example of set theory, called the "new math" when it was a fad in U.S. education...ummm...it was a long time ago. Seventh grade? Eighth grade? Miss Smith's class in junior high school, anyway.
Many years later, I was taking a graduate course in a computer science department, entitled "Discrete Structures". That seems a fairly common advanced undergraduate or graduate course in CS, pulling together an assortment of mathematical disciplines with computer science applications; I've always been amused that the typical undergraduate CS program insists on a year of calculus, for which most programmers find little use (without additional study if they are doing numerical analysis), yet they wait for things like automata theory, and even group theory, which could be useful, in proper context, for first-year students. The physicists had another one-semester course of useful mathematical techniques, none of which made a complete course, for which we don't want our people going to the math department. Useful medical statistics, more often than not, are never really covered in the MD program, but in a supplementary MPH program, or, if one is lucky, in an epidemiology elective.
Anyway, not to digress too much, you make an excellent point that different disciplines talk about similar concepts in different ways. I'm tempted to try to write a short compare-and-contrast section about the issue here, but, while I did some reading of more strictly mathematician's books on set theory (e.g., Hausdorff), I'm sure I don't think as a professional mathematician would (no, I will not wander off into stories about scientists of three disciplines marooned on a desert island...).
Clearly, this has been some free association, but does it give any general ideas? Intuitively, I sense that CZ might be a superb means of detecting cross-discipline usage and finding synergy, but I don't have a good idea how to present it. 10:06, 2 August 2008 (CDT)

References

  1. Stone, Harold S. (1973), Discrete Mathematical Structures with Applications in Computer Science, Science Research Associates pp. 25-26