Basics_ Discrete vs Continuous – Good Math, Bad Math

Embed Size (px)

DESCRIPTION

Basics_ Discrete vs Continuous – Good Math, Bad Math

Citation preview

  • 6/23/13 Basics: Discrete vs Continuous Good Math, Bad Math

    scienceblogs.com/goodmath/2007/03/01/basics-discrete-vs-continuous-1/ 1/30

    National Geographic SocietyIn partnership with

    P.O. Box 98199Washington, DC 20090-8199800-647-5463

    Lat/Lon: 38.90531943278526, -77.0376992225647

    Science Blogs

    Go to Select Blog...

    Search National Geographic

    Search nationalgeographic.com Submit

    Last 24 HrsLife SciencePhysical ScienceEnvironment

    HumanitiesEducationPoliticsMedicineBrain & BehaviorTechnologyInformation ScienceJobs

    Good Math, Bad Math

  • 6/23/13 Basics: Discrete vs Continuous Good Math, Bad Math

    scienceblogs.com/goodmath/2007/03/01/basics-discrete-vs-continuous-1/ 2/30

    Like 3 0 0

    Basics: Discrete vs Continuous

    Posted by Mark C. Chu-Carroll on March 1, 2007

    (61)

    More

    One thing that I frequently touch on casually as Im writing this blog is the distinction between continuous mathematics, and discrete mathematics. As

    people whove been watching some of my mistakes in the topology posts can attest, Im much more comfortable with discrete math than continuous.

    The distinction is a very important one. Continuous mathematics is, roughly speaking, math based on the continuous number line, or the real numbers.The defining quality of it is that given any two numbers, you can always find another number between them in fact, you can always find an infinite set

    of numbers between them. Building up from numbers, a function in continuous math can take the form of a perfectly smooth curve without any gaps orbreaks. In theory, you can talk about a function as a set of pairs f={(x,y) | y=f(x)} but you cant even show an exhaustive list of the pairs that make

    up the function, even over a finite section of the function.>

    In discrete mathematics, youre working with distinct values given any two points in discrete math, there arent an infinite number of points between

    them. If you have a finite set of objects, you can describe the function as a list of ordered pairs, and present a complete list of those pairs.

    The difference becomes clearer when you think about some of the deeper areas of math which is sort of unusual. In general, getting deeper makesthings harder; but here, getting deeper makes the difference easier to understand.

    In continuous math, the fundamental set of numeric values that we use for proofs is the interval (0,1). We often prove various properties of sets by usingmappings from values in the range (0,1). In discrete math, the fundamental set of

    numeric values is the natural numbers, we prove properties of sets by using mappings from the natural numbers.

    For example, one of the basic fundamental sets of concepts in math consists of

    the ideas of shape, closeness, and adjacency:

    Share

  • 6/23/13 Basics: Discrete vs Continuous Good Math, Bad Math

    scienceblogs.com/goodmath/2007/03/01/basics-discrete-vs-continuous-1/ 3/30

    In continuous math, we generally

    study those ideas using topology: sets of points form topological spaces, and we often study properties of those spaces and functions over themby using mappings from the range (0,1) to subspaces or functions.In discrete math, we study those ideas using graph theory, where

    we have a set of points where each point is connected to a specific set ofother points by edges. We often study properties of graphs or functions over graphs using mappings from the natural numbers to subgraphs orfunctions.

    Another very fundamental thing we do in math is study how things change. In continuous math, we do that using differential equations, which are

    functions that describe the rate of change of one function using another derived function. In discrete math, we do the same thing using recurrencerelations, which define a the value of a function at a point in terms of one or more of the points that precede it.

    For example, in continuous math, given the equation y=x2, we can say that at any x, y is changing at a rate of 2x. In discrete math, we can describe a set

    like the fibonacci series by saying fib(x)=fib(x-1)+fib(x-2).

    Ill close this with a personal story about differential equations and recurrence relations. Back in college, I started school as an electrical engineeringmajor. I was a very bad electrical engineer, and I wound up basically flunking out. One of the courses that I failed in my last semester as an EE was

    differential equations. After that semester, I took a year off to get my head together and figure out what I wanted to do. When I came back, I decidedto take differential equations again not because I needed to, but because I wanted to prove to myself that I could do it.

  • 6/23/13 Basics: Discrete vs Continuous Good Math, Bad Math

    scienceblogs.com/goodmath/2007/03/01/basics-discrete-vs-continuous-1/ 4/30

    Like 3 0 0

    For roughly the first half of the semester, I struggled. I worked my tail off, and barely managed to scrape by with Ds on my exams.

    At the same time, I was taking the discrete math course required for computer science students. Around the midpoint of the semester, we we studyingrecurrence relations, and how to translate them into closed form that is, a non-recurrence based equation.

    One of my closest friends and I were taking both classes together, and one afternoon, we were working together on our homework in both classes. Westarted with diffEQs, and I got incredibly frustrated, and so we put it down, and switched to

    the recurrence homework. And were zipping through the recurrence problems like nobodies business, just knocking em down. And as we were doingthis, we noticed (or to be honest, I think she noticed) that one of the problems was almost exactly the same as one of the problems in our diffEQshomework, and that the way that I had just solved it was almost exactly the way that youd solve the diffEQ. And I looked at it, and looked at it

    And she was absolutely right. They were really pretty much the same thing: that recurrence relation was the discrete form of a differential equation. Andit clicked. And from that afternoon on, I never had any more trouble with diffEQs. I ended up aceing the rest of the exams for the class, and finishedwith a B.

    The point of that is partly how great the similarity between differential equations and recurrence relations really is; and partly to show you just what you

    can do to yourself when you convince yourself that you cant do something. There was nothing about differential equations that I couldnt do. I wontsay it was easy, but it was always, from day one, entirely within my ability to understand it and do it. But I was convinced that it was so hard that Idnever grasp it. And so I didnt. I really believed that I was trying to but on some level, I was so sure that I couldnt do it that I wouldnt let myself

    understand. Until my friend hit me in the face with the fact that I could do it, and in fact, already had done it.

    (And as a personal aside that friend is still one of my best friends. She was the Best Man at my wedding; Im the godfather of her firstson. If youre reading this Abby, I dont think I ever really thanked you for that blow to the head in the lecture hall at Lorree. So thanks!)

    (61)

    More

    Comments

    1. #1 Jonathan Vos Post March 1, 2007

    Good place, historically, to bring up Zenos Paradox?

    Share

  • 6/23/13 Basics: Discrete vs Continuous Good Math, Bad Math

    scienceblogs.com/goodmath/2007/03/01/basics-discrete-vs-continuous-1/ 5/30

    The the connections between Difference Equations and Differential Equations?

    2. #2 John Armstrong

    March 1, 2007

    The defining quality of [the real numbers] is that given any two numbers, you can always find another number between them in

    fact, you can always find an infinite set of numbers between them.

    NO! (hits you on the nose with a rolled-up issue of the Notices of the AMS)

    That property holds for rational numbers just as much as it does for real numbers, but still rational numbers are not continuous. What separates

    the real numbers the continuum is that its complete. That is, every sequence of real numbers that should converge (because the elementsget closer and closer together) actually does converge to a real number. Equivalently, every set of real numbers bounded above has a least upper

    bound.

    To see that this doesnt work for the rational numbers, consider the increasing sequence of fractions {3/1, 31/10, 314/100, 3141/1000,

    31415/10000, }. This sequence should converge, but the only possible limit is , which isnt a rational number. Equivalently, any rational upperbound has to be bigger than , so theres no least upper bound in the rational numbers.

    Thats the defining quality of the real number system.

    3. #3 clem March 1, 2007

    Speaking of diffyq, you might be able to get an interesting article about how the emphasis in that subject has changed due to the computerrevolution. I know that all math teaching has, but I find the disparity between new and old diffyq books especially striking. I taught myself

    ordinary differential equations from a book written, I believe, in the early nineteen sixties that I found in a secondhand store surrounded by

    romance novels and old almanacs. Much later, in the early nineteen eighties, I got out of the Navy and decided to take a math course to restartmy mind. Diffyq I was the only course that fit my time constraints and that I was able to talk my way past the prereqs to be allowed to take it.

    The textbook seemed like an entirely different subject. The techniques taught, the uses demonstrated, the amount of emphasis on numericalanalysis and the use of tables, and above all the use of graphics were completely alien to my memories of the old secondhand book. Incidentally,

    on the final day I went to the professors office to get my grade and saw a copy of that old book I had learned from on his bookshelf. Looking at

    the authors name on the spine, I suddenly realized for the first time that my teacher had written that old book!

  • 6/23/13 Basics: Discrete vs Continuous Good Math, Bad Math

    scienceblogs.com/goodmath/2007/03/01/basics-discrete-vs-continuous-1/ 6/30

    4. #4 bigTom March 1, 2007

    Perhaps your problem with diffEQs wasnt psychological, but the way your brains intuition about mathematics works. Im kinda the opposite to

    you, I have good intuition about continuous things, but discrete mathematics and graph theory largely escapes me. You may well have discovered

    how to use your talents in one area, to understand the other.

    5. #5 Canuckistani

    March 1, 2007

    I once bought myself a slim book on linear difference equations. I found that I could cruise right through it, because Id already learned how tosolve linear differential equations in undergrad; the methods were exactly the same.

    6. #6 Sopoforic March 2, 2007

    Reading your story makes me think I ought to look into diff eq again. I took a course in the subject, got an A, but Im not sure I could solve even

    a simple linear ODE right now. On the other had, we spent a few days on recurrence relations in a discrete math class I took, and I think that I

    can find the closed form for any recurrence relation you care to name.

    Perhaps if I go at it with the knowledge that I have of recurrence relations, itll stick. I can always hope, anyway.

    7. #7 Jesse

    March 2, 2007

    Hmm this all seems very familiar. I started out in EE too, despised it, and ended up with Math & English degrees.

    8. #8 dileffante

  • 6/23/13 Basics: Discrete vs Continuous Good Math, Bad Math

    scienceblogs.com/goodmath/2007/03/01/basics-discrete-vs-continuous-1/ 7/30

    March 2, 2007

    For the sake of non-math readers, I think it is important to point out the existence of many connections between discrete and continuous math,

    just to avoid giving the idea of two disconnected big branches. In math, no theory is an island, and as your anecdote with diffEQs shows, thereare many bridges, often wide, highly trafficked and productive bridges. Sometimes you just borrow an intuition from the other side (e.g., what if

    we tried to find a Lyapunov function for this discrete system?), sometimes you use the other view (and its tools) to show something (e.g.,

    Smales horseshoe and the use of symbol dynamics to prove chaos in continuous systems), sometimes you have mixed systems (e.g., iteratedmaps, with discrete time but continuous space), etc, etc I chose discrete math because I liked it much more, but soon discovered that Id never

    get rid of the continuum: there is only one math.

    9. #9 Enigman

    March 2, 2007

    The rationals are not complete, as John strongly notes, but I think that there may be an interesting issue here. The rationals are not what we meanwhen we talk of continuous mathematics, but are they not continuous?

    Prima facie they seem to be continuous, in MarkCCs sense (whence they would be fine for most topology; or rather some countable set of thenot-too-weird reals would). Where they seem to fail to be continuous, is in having gaps where the irrational numbers are. But then, it is the

    presence of so many real numbers (uncountably many) that leads us to the Banach-Tarski paradox, which indicates that the real number line

    violates some of our intuitions about continuity. And what if actual, physical continua exist, and actually happen to have an abstract structure thatincludes infinitesimal quantitities (e.g. by being so smooth)? Then even the real number line would have gaps in it.

    In short, although completeness is important, lesser forms of closure could be adequate for much continuous mathematics, and continuity may not

    be (either conceptually or actually) the same as completeness.

    10. #10 Chris' Wills

    March 2, 2007

    I could happily pass the maths exams in engineering, use limits etc to differentiate/integrate but didnt really have a feel for it until we actually did

    graphical differentiation/integration.

    Actually drew the curves of the functions and then plotted their differentials/integrals graphically as part of the technical drawing (actually used pen& paper) course. Seeing the curve grow was wonderful and you could be as accurate or rough as required.

  • 6/23/13 Basics: Discrete vs Continuous Good Math, Bad Math

    scienceblogs.com/goodmath/2007/03/01/basics-discrete-vs-continuous-1/ 8/30

    Now, with all tech-drawing done on computers, this isnt taught anymore. No more pen & paper technical drawing in engineering, a sad thing.

    Discrete mathematics only entered my life when I had to start doing some computing. It is still a confusion to me )

    11. #11 Anonymous March 2, 2007

    Last I heard, continuity is a property of functions. On that view, asking whether the rationals are continuous is like asking whether theyre one to

    one.

    12. #12 Koray

    March 2, 2007

    MarkCC: Wow. I was an EE undergrad and didnt give a rats tail about differential equations, either. Similarly, I didnt care much about controltheory, laplace transforms, etc.

    However, I liked electromagnetic theory, which makes me think that classes that I didnt like had everything to do with the instructor and not the

    subject. Maybe I wouldnt have liked lambda calculus either if I hadnt learned it myself and been taught by a jackass.

    13. #13 John Armstrong March 2, 2007

    Not quite, Enigman. Banach-Tarski is a problem with our notions of set theory. Particularly, its connected with the acceptance of the Axiom ofChoice.

    As for continuity: yes, there might be an existant realization of nonstandard analysis. However, youre setting up a straw man. Lets go back tothe basics.

    A sequence is Cauchy if for all e>0 there is an N such that for all m,n>N we have |a_n-a_m|

    The completeness axiom asserts that all Cauchy sequences converge, and that's what gives the real numbers. Once you have the real numbers,

  • 6/23/13 Basics: Discrete vs Continuous Good Math, Bad Math

    scienceblogs.com/goodmath/2007/03/01/basics-discrete-vs-continuous-1/ 9/30

    you can't have a Cauchy sequence fail to converge. There are no holes you can see by probing with sequences.

    Convergent sequences are how we define limits of functions. A function f(x) has a limit L at X if and only if for all sequences {x_n} converging to

    X the sequence {f(x_n)} converges to L. Then a function is continuous at a point if and only if it agrees with its limit there. Continuity meanspreserving limits of convergent sequences, and the real numbers already have all the convergent sequences they need.

    Yes, you can define nonstandard analyses, but these go radically beyond the real numbers, and their topology (such as it is) ishorrendous. You cant even probe it with sequences anymore!

    14. #14 Doug March 2, 2007

    In Basar and Olsder, Dynamic Noncooperative Games (SIAM Classics in Applied Mathematics), 1999, discrete and continuous are anissue only with respect to time.

    Readers may Look inside this book at Amazon.http://www.amazon.com/Dynamic-Noncooperative-Classics-Applied-Mathematics/dp/089871429X/ref=pd_bbs_sr_1/102-8566474-9392927?ie=UTF8&s=books&qid=1172871188&sr=8-1

    Each author has more recent [searchable inside] books published:1 Advances in Dynamic Games and Applications (Annals of the International Society of Dynamic Games) (Hardcover) by T. Basar

    (Editor), A. Haurie (Editor), Tamer Basar (Editor)2 Mathematical Systems Theory (Paperback) by G.J. Olsder & J.W. van der Woude (Author)3 Max Plus at Work: Modeling and Analysis of Synchronized Systems: A Course on Max-Plus Algebra and Its Applications (Princeton

    Series in Applied Mathematics) (Hardcover) by Bernd Heidergott (Author), Geert Jan Olsder (Author), Jacob van der Woude (Author)In this book we will model, analyze, and optimize phenomena in which the order of events is crucial (more)

    15. #15 Douglas March 2, 2007

    You might be interested in looking at Time Scales stuff essentially, talking about difference/differential equations simultaneously,defined on sets that are have both discrete and continuous components.

  • 6/23/13 Basics: Discrete vs Continuous Good Math, Bad Math

    scienceblogs.com/goodmath/2007/03/01/basics-discrete-vs-continuous-1/ 10/30

    Heres a relevant link: http://www.math.unl.edu/~apeterson1/sample_book.pdf

    Nitpicks the real numbers are not a continuum. A continuum has to be compact. Like [0,1].

    And the defining characteristic of R is that is complete, ordered, and a field. You need all three. Complex numbers are a complete field.Surreals ( for non-standard analysis) arent a field. Rationals are an ordered field, but not complete.

    16. #16 CBBB March 2, 2007

    Interesting story. Im an undergraduate math major and the university I attend allows math majors to really specialize in a particular

    mathematical area (we have an entire faculty devoted to math rather than a department as in most universities). Any way your storyabout DEs and RRs is interesting because a few semesters ago I was taking a DE course since I was thinking about majoring in AppliedMath (which is a math-physics focused degree) but I did horribly in the DE class (an important prerequist) at the same time I was

    taking an introductory class in combinatorics and we were doing RRs and I also noticed the connection between DEs and RRs.Unfortunately it didnt help me a lot because while I did a lot better in the combinatorics class the RR part of the class was one of myweakest.

    17. #17 Doug March 2, 2007

    To: Douglas

    From: Doug

    Thank you for the reference in your Post of March 2, 2007 05:31 PM.

    M Bohner, A Peterson [U-MO-Rolla]Dynamic Equations on Time Scales

    Chapter 1: The Time Scales CalculusFigure 1.5, page 20 deals with a Cantor Time SetOnly 50 of 353 pages with 253 references

    Cantor Time Sets may be associated with the Koide relation for fermion masses.

  • 6/23/13 Basics: Discrete vs Continuous Good Math, Bad Math

    scienceblogs.com/goodmath/2007/03/01/basics-discrete-vs-continuous-1/ 11/30

    Y Koide, Universal texture of quark and lepton mass matrices with an extended flavor 23 symmetry, 2004 [one of many papers]http://scitation.aip.org/getabs/servlet/GetabsServlet?

    prog=normal&id=PRVDAQ000069000009093001000001&idtype=cvips&gifs=yes

    18. #18 Enigman March 3, 2007

    The Banach-Tarski paradox is not just a problem for set theory, John, not if set theory is our way of defining the real number line. Thetrouble with the Axiom of Choice is that it is not particularly troubling, if a realistic view of sets is taken. (Not unless we have apotential infinity, but for the standard real number line we do not.) And of course, if we are considering mathematical continua that

    might be physically instantiated (e.g. as time), then we ought to take a realistic view.

    The Axiom of Choice just says, in effect, that we already have all the subsets of what we have got already. It only seems weird when it

    is added to a first-order and finitely-axiomatised set theory that captures at best only part of the structure of the real number line; andonly then because it is telling us more about the real number line. The Axiom of Choice was being assumed implicitly bymathematicians long before it was formulated: no one had formulated it before the problems with set theory because it was NOT a

    problem!

    In short, the Banach-Tarski paradox really does show that the standard real number line is an implausible continuum (it is a paradox

    when we think of the real numbers as the structure of a physically plausible continuum; it is simply a theorem within standard realanalysis). As for nonstandard analysis, since I did not mention it that must be your straw man! The smooth sort were implicitlyimplied; but I recon that both of those kinds are unrealistic. Still, what of the physical possibility of quantities that are smaller than 1/n

    for any natural number n? (I hope I dont sound pedantic or bitchy. I just think that MarkCCs highlighting of density was justified.)

    19. #19 Jonathan Vos Post March 3, 2007

    what of the physical possibility of quantities that are smaller than 1/n for any natural number n?

    The length of time between the traffic light turning green and the car behind you honking its horn?

    Just kidding. But why worry about physical manifestations of nonstandard analysis in the midst of the debate about whther there areactually physical manifestations of the continuum?

  • 6/23/13 Basics: Discrete vs Continuous Good Math, Bad Math

    scienceblogs.com/goodmath/2007/03/01/basics-discrete-vs-continuous-1/ 12/30

    For that matter, how can the integer 10^10^10^100 be manifested in the physical universe?

    Or exactly PI, since the universe is not Euclidean?

    The connection between Physics and Math is somewhat slippery

    20. #20 John Armstrong March 3, 2007

    Enigman: His mention of density of the reals demonstrates the point hes trying to make, but hes needlessly written something that isjust plain false in the process. Nobody would say that the rational numbers form a continuum, and they share that property with thereals. What sets continua apart is completeness.

    21. #21 Anonymous

    March 3, 2007

    My earlier comment was apparently deemed unsuitable. It noted the error involved in asking of the rationals whether they are

    continuous. Perhaps our host, having made a similar error in the past, still feels such talk makes sense.

    It bears repeating: sets are neither continuous nor discontinuous. Continuity is a property of functions.

    22. #22 Mark C. Chu-Carroll

    March 3, 2007

    anon:

    Perhaps a bit less paranoia might be in order?

    Ive been busy, and forgot to check the mod queue for the last few days; in general, Ive got things set up so that very few things get

    trapped by the mod queue. As Ive said before; if theres some comment that seems like its trapped in the queue, drop me an email tolet me know, and Ill clear it.

  • 6/23/13 Basics: Discrete vs Continuous Good Math, Bad Math

    scienceblogs.com/goodmath/2007/03/01/basics-discrete-vs-continuous-1/ 13/30

    WRT to the sets arent continuous, functions are thing: when Im writing for this blog, I try to consider my audience. That is, whosgoing to be reading a particular post? My style of writing for a basics post is pretty different from my style of writing for a topologypost because the topology posts are intended for serious math geeks; the basics posts are intended to be linked to by other SBers, and

    their primary audience is non-math people who want a basic understanding of some concept.

    For non-mathematicians, the distinction between the set of real numbers is continuous, and the set of real numbers forms acontinuum is the kind of distinction that confuses things more than it clarifies. People have an intuitive notion of what continuity is;

    and when youre talking about the distinction between discrete math and continuous math, that intuitive notion of continuity is righton-target for describing the difference.

    Someone who doesnt already understand the distinction between continuous math and discrete math is not going to be seriouslymislead in their understanding by the use of the intuitive sense of continuity; and someone who already knows the different betweendiscrete math and continuous math really doesnt need to read this post, and isnt going to have their understanding of the distinction

    screwed up by the use of an informal intuitive description.

    23. #23 Boian Popunkiov March 3, 2007

    Enigman and John

    The Banach-Tarski paradox has very little to do with (just) real numbers. It is a statement about R^3, which is false in R^2 and R. I

    dont think it shows any implausibility of the real line. Perhaps it shows the implausibility of Lebesgue measure or its generality. What itdoes show is that non-measurable sets are very very weird and that you cant produce them in a physically meaningful way.

    It is indeed connected to the axiom of choice, but in a very oblique way. Many things are equivalent to the axiom of choice, including

    the Hahn-Banach extension theorem, but they are not really set-theoretic theorems.

    Finally the Banach-Tarski paradox is much more intimately connected with how complex the group of isomorphisms of R^n is, which is

    basically an algebraic question.

    24. #24 Xanthir, FCD March 3, 2007

  • 6/23/13 Basics: Discrete vs Continuous Good Math, Bad Math

    scienceblogs.com/goodmath/2007/03/01/basics-discrete-vs-continuous-1/ 14/30

    Insignificant pedantic point:The B-T paradox applies to R^n for any n>2.

    25. #25 Torbjrn Larsson

    March 4, 2007

    While I have certainly not a good understanding of the differences between the discrete and the continuous, I think it is a correct andprobably important observation that delving deeper into math (and physics) brings forth bridges (to use dileffantes terms).

    The z-transform for discrete time signals and the fourier transform for periodic signals makes a connection visible. This is furtherelaborated in physical systems where confined systems have a discrete spectra and unbounded systems a continuous. In QM this is

    apparent, and while I dont know much about Hilbert spaces I have gotten the impression that some physicists like to see them ascombining and exploring the discrete and the continuous.

    About emphasis and tools in diffeqs, it is complicated by the different classes, something I think Mark has noted before. It seems it canbe an art to study some diffeqs in some domains, the Navier-Stokes for fluids is one prominent example. This contributes to make itconfusing as different books use different tools.

    26. #26 Torbjrn Larsson

    March 4, 2007

    Convergent sequences are how we define limits of functions.

    I must thank John for his clear exposition here, since I had some vague problems in this direction with Enigmans comment as I read it,problems I couldnt really formulate.

    The Banach-Tarski paradox is not just a problem for set theory, John, not if set theory is our way of defining the realnumber line. The trouble with the Axiom of Choice is that it is not particularly troubling, if a realistic view of sets is taken.

    I think this is the third thread I have seen where Enigman whips forth Banach-Tarski paradox as a problem for the real number lineand measure theory. Im not a mathematician, but it seems to me that the paradox points out a bizarre consequence when using ACand/or non-measurable sets.

  • 6/23/13 Basics: Discrete vs Continuous Good Math, Bad Math

    scienceblogs.com/goodmath/2007/03/01/basics-discrete-vs-continuous-1/ 15/30

    As I understand it AC is a simplifying tool like the use of infinities. If you choose not to use one or more of them you get different typesof math (such as Zermelo-Fraenkel set theory without AC or constructive math) as when you do.

    As for measure theory, the only use of AC I saw in my old book (Cohn, Measure Theory) was for set definition. And to show that notall subsets if R are Lebesque measurable, which can only be done by ZF set theory with AC added, apparently. Which presumably showsone eminent use of AC.

    Enigman seems to be concerned with philosophical truth and the metaphysics of continuity. I hope the above doesnt illustrate apreconceived notion of where a problem lies, because that seems less fruitful in such a quest.

    Perhaps it shows the implausibility of Lebesgue measure or its generality.

    As I understand it, the path integral in physics isnt Lebesque integrable, suggesting just the later problem with the Lebesgue measure,it isnt general enough for all the things we want to do. (Already improper Riemann integrals shows that the Lebesgue measure isntquite enough, I think.) Apparently it is yet impossible to calculate path integrals except in very simple cases.

    I just recently learned about another integral which also seems inspired by physics namely the gauge integral, which seems somewhateasier to handle.

    From an introduction discussing its potential use in graduate classes to deepen the understanding of Lebesgue integrals: In fact, theHenstock-Kurzweil formulation the gauge integral is considerably simpler than the Lebesgue idea, and its definition is only slightlydifferent from the definition of the Riemann integral. [...] For instance, every Lebesgue integrable function is also gauge integrable.

    [...] This analogy may be helpful: The gauge integrable functions are like convergent series; then the Lebesgue integrable functions arelike absolutely convergent series. ( http://www.math.vanderbilt.edu/%7Eschectex/ccc/gauge/ )

    27. #27 Torbjrn Larsson March 4, 2007

    when using AC and/or non-measurable sets when using AC with non-measurable sets.

    28. #28 Torbjrn Larsson March 4, 2007

  • 6/23/13 Basics: Discrete vs Continuous Good Math, Bad Math

    scienceblogs.com/goodmath/2007/03/01/basics-discrete-vs-continuous-1/ 16/30

    And I forgot to mention the point, which was that gauge integrals contain both Lebesgue and improper Riemann integrals, being moregeneral.

    29. #29 Antendren March 4, 2007

    Already improper Riemann integrals shows that the Lebesgue measure isnt quite enough, I think.

    Nope. Lebesgue integration handles improper Riemann integrals exactly as youd like it to.

    30. #30 Alexandre Borovik March 4, 2007

    In my book, (Chapter 6, Encapsulation of actual infinity, and elsewhere), I attempt to suggest some possible cognitive mechanismsbehind the discrete/continuous divide: roughly speaking, discrete is visual, continuous is sensorimotor. The concept of a set is visual,while that of manifold is sensorimotor.

    Of course, mathematical cognition is the synthesis of activities of various cognitive systems perhaps, only olfaction is not involved.

    31. #31 John Armstrong March 4, 2007

    Boian: Thats pretty much what I was trying to say. B-T doesnt have anything to do with whether Marks statement was correct, whichwas my point. To bring in something like that is a straw man, and nonstandard analyses (and yes, bringing up spaces more densethan the reals counts even if you dont use the words) are another.

    32. #32 Jonathan Vos Post March 4, 2007

    Worth mentioning that all but a set of measure 0 of numbers on the number line are real but not rational? Or that Chaitin shows that

  • 6/23/13 Basics: Discrete vs Continuous Good Math, Bad Math

    scienceblogs.com/goodmath/2007/03/01/basics-discrete-vs-continuous-1/ 17/30

    all but a set of measure zero of reals are incompressible, random? Worth a Basic page on rational, irrational, transcendtal?

    Which reminds me:

    ================

    e: Mnemonic to the Base of Natural LogarithmsbyJonathan Vos Post

    e = 2.718281828459045

    It: natural,

    I: personal,so exponentI appraise.It: enablinglogs table logarithm,

    O base,amaze!

    033-03452050-210011 July 1983

    ================

    33. #33 Torbjrn Larsson March 4, 2007

    Lebesgue integration handles improper Riemann integrals exactly as youd like it to.

    That wasnt what I remembered, and it is not that the gauge integral tutorial claimed.

  • 6/23/13 Basics: Discrete vs Continuous Good Math, Bad Math

    scienceblogs.com/goodmath/2007/03/01/basics-discrete-vs-continuous-1/ 18/30

    Now thinking on it, what was the case was that improper R.I. may have pathologies (formal expression being ill-defined) unless onetakes the principal value.

    I assume that is what you mean. Yes, after that unavoidable resolution of the ambiguousness it makes them compatible as I understandit.

    34. #34 Davis

    March 4, 2007

    That wasnt what I remembered, and it is not that the gauge integral tutorial claimed.

    Anything Riemann integrable is Lebesgue integrable, and the Lebesgue integral gives the same value in such cases.

    The converse is false, of course the function thats 1 on the rationals and 0 on the irrationals is Lebesgue integrable on any interval

    (including the entire real line), but not Riemann integrable on any nontrivial interval.

    35. #35 Enigman March 5, 2007

    Many apologies if my writing style (or lack of it) grates Banach-Tarski is indeed not particularly relevant, but I only intended tomention it in passing (to begin with), as an example of a possible justification for something: I had only wished to say that, true enoughas Johns point about the definition of the real numbers (which are also called the continuum, rather confusingly) was, the continuityof continuous mathematics is all about density, about small changes in a variable giving us only small changes to our functions value.And that can of course be captured completely by the rational numbers, so long as our operations would not take us beyond therationals; or by some other, more closed (but still countable) subset of the reals, if they would.

    I was going to make the same point as John (about the definition of the reals) until I saw that he had made it, so I certainly think that itwas a good point, worth mentioning to the beginner. But nonetheless, why not call the latter (or even the rationals) continuous (in thatsense)? Even in a space of rationals, whilst our operations would be severely restricted, we would not see any gaps, not under anymagnification. It would seem continuous, it would act continuous (so long as we stayed within the space), so why not call it continuous?The point about Banach-Tarski (and it would indeed be tangential for me to defend here its use as my example) was that we only use

    the real number line (and its powers) in continuous mathematics because we use it everywhere, because of the ubiquity of set theory,not because it is The Continuum (so to speak); and that the extra we get with the full real number line may even be a problem; really,

  • 6/23/13 Basics: Discrete vs Continuous Good Math, Bad Math

    scienceblogs.com/goodmath/2007/03/01/basics-discrete-vs-continuous-1/ 19/30

    though it is of course heretical to say so outside a loony-bin!

    36. #36 Enigman

    March 5, 2007

    More apologies, but I cant after all resist responding to Torbjrns I think this is the third thread I have seen where Enigman whipsforth Banach-Tarski paradox as a problem for the real number line and measure theory. [...] I hope the above doesnt illustrate apreconceived notion of where a problem lies, because that seems less fruitful in such a quest. Thats right! Wholeheartedly I must tryto resist preconceptions. So I must admit that I cannot claim to possess a definitive take on Banach-Tarski. But having addressed the

    AC aspect above, let me say briefly why I am puzzled about the many mentions of measure theory.

    Very roughly, the Banach-Tarski paradox is that a unit sphere can be considered to be made up of five pieces, which can be rearrangedto form two unit spheres. The measures of the spheres are 1, for Riemann, for Lebesgue, and for any other reasonable measure theorist.And the measures of the pieces cannot exist, in any reasonable measure theory, because what sorts of numbers could they be? If theywere a, b, c, d and e, then we would have a + b + c + d + e = 1, a + b + c = 1 and d + e = 1. Prima facie, it seems that the problem isnot the measure theory as such, but whatever allows us to have such pieces, and that would seem to be the sheer quantity of points in

    the real number line (given AC). Now, it seems to me that it is only as a corollary to that, that any measure theory based upon suchquantities of points (as Lebesgues is) would be suspect. So simply using a different measure theory would not seem to hit the spot. (Atleast, prima facie. There may be much wrong with my point view, so Id love more criticism of it, if that wouldnt be too boring.)

    37. #37 Davis

    March 5, 2007

    Even in a space of rationals, whilst our operations would be severely restricted, we would not see any gaps, not under anymagnification.

    This is actually false. For example, basic results such as the Intermediate Value Theorem fail to hold, even if you consider only

    polynomials with integer coefficients. f(x)=x2-2 is a canonical example.

    You could, of course, extend to the algebraic numbers (or at least the intersection of the algebraic numbers with the reals), and consideronly algebraic functions. But at that point I dont really see that youre gaining anything the algebraic numbers are considerably lessintuitive than the reals.

  • 6/23/13 Basics: Discrete vs Continuous Good Math, Bad Math

    scienceblogs.com/goodmath/2007/03/01/basics-discrete-vs-continuous-1/ 20/30

    38. #38 Davis March 5, 2007

    it seems that the problem is not the measure theory as such, but whatever allows us to have such pieces

    I dont really see why this is a problem at all. Its simply a reflection of the fact that, for any reasonable measure, youre going to have

    non-measurable sets.

    If anything, switching to the rationals is far, far worse, at least from a measure-theoretic perspective: you have a countable set, whichwill thus have measure zero under any remotely intuitive measure.

    39. #39 Basil Pennyroyal March 5, 2007

    That last paragraph makes me think youve been drinking Oprahs Kool-Aid!

    40. #40 Torbjrn Larsson March 5, 2007

    Anything Riemann integrable is Lebesgue integrable, and the Lebesgue integral gives the same value in such cases.

    Yes, that was what I concluded too, if it was unclear.

    The vague memories I had and the classifying Venn diagram on http://www.math.vanderbilt.edu/%7Eschectex/ccc/gauge/ that placessome improper integrals outside Lebesgue integrals must be about the formal expression, which is ambiguous in these cases unless oneuses the PV.

    The converse is false, of course

    At least probabilistically, since otherwise those distributions wouldnt work as well. Just kidding, measure theory is for kicks.

    Enigman:

  • 6/23/13 Basics: Discrete vs Continuous Good Math, Bad Math

    scienceblogs.com/goodmath/2007/03/01/basics-discrete-vs-continuous-1/ 21/30

    Im sorry I was so negative seeing that you have some real questions behind the B-T paradox. I guess that you easily could haveanswered, that this is the umpteenth thread where you have seen me grumpy.

    And that can of course be captured completely by the rational numbers, so long as our operations would not take usbeyond the rationals

    Another similar observation, that someone reminded me of recently, is that measurements only can yield rationals as long as wemeasure against normals, or that measurement approximations and computers naturally use them.

    Of course, the immediate use of intervals and probabilities to express uncertainty, averages and likelihoods pretty much destroys most

    of these observations too.

    I guess that if you could demonstrate a reasonable probability theory based only on rationals, it could be an argument that at least itwould work. But reals are more powerful and intuitive, so I dont see that it would be enough. As long as we discuss mathematics andapplications, and not ontology or metaphysics, it seems that reals, or rather complex numbers, is the best compromise between thebother from too simple numbers and the bother from too complex constructions.

    any measure theory based upon such quantities of points

    What quantity is that? Conventional measure theory quite purposefully bases itself on the properties of sets and topology, not onputting mass or volume on abstract points.

    Intuitively that seems the correct thing to do, and considering the power of the rather economical theory it is again probably hard to

    demonstrate anything better.

    Now, maybe the problem you have with this is based on the use of set theory. Im guessing you arent alone there. Some people evenseem to consider basing mathematics on categories instead!

    41. #41 Anonymous March 6, 2007

    Torbjrn, Im wondering, what is this: Im sorry I was so negative seeing that you have some real questions behind the B-Tparadox. I guess that you easily could have answered, that this is the umpteenth thread where you have seen me grumpy. ?

    Surely it is always true (more or less) that there may be some real issues behind anything. Anyway, the reasons why I was slow in

  • 6/23/13 Basics: Discrete vs Continuous Good Math, Bad Math

    scienceblogs.com/goodmath/2007/03/01/basics-discrete-vs-continuous-1/ 22/30

    answering include (i) I have irregular and brief access to the internet, (ii) I meant it when I said I am puzzled about the many mentionsof measure theory and when in a state of puzzlement I prefer not to reply too soon in case I have only misunderstood the issues, toavoid digging myself ever deeper (I would suggest a Basic on measures, since I for one have found the various comments aboveeducational, but am still a bit puzzled.)

    (iii) I havent seen [you] grumpy! I think that guessing the tone of an email is difficult at best, and did you use those partially helpful

    faces before? Etc but is it really appropriate for me to give such reasons here? Probably not; but then if I dont reply you could benegative (umpteen times) about that very lack of a reply, in the manner of the above dilemma!

    I could ask (agressively moving beyond my dilemma), what is this apology for being prematurely negative followed by anothernegative? But I guess (re my (iii) above) that it is amusing? Anyway, if it is not then I would not wish to prolong this pointlessly bitchyside-issue (more apologies). So, re the main side-issue (!!!), the quantity I had in mind was the cardinality of the standard continuum,

    not any sort of physical quantity. (I had hoped that was implicit, since to add lots and lots of discriminating adjectives makes my prosereally really bad. Really, the above is good, for me.)

    Also, Im not suggesting that we drop the reals and use the rationals. (I had hoped that was obvious, but if not then Id better not boreevery other reader.)

    42. #42 Torbjrn Larsson March 6, 2007

    Torbjrn, Im wondering, what is this:

    Im sorry, Enigman if it is you, I dont understand the comment before the quantity" et cetera. It seems to be about the tone of my

    comments. Im not sure if I can make them any clearer.

    the quantity I had in mind was the cardinality of the standard continuum

    Im not the right one to ask here, since Im not much familiar with this. But it seems to me this measure would be equivalent to puttingmasses on points, since it seems it roughly counts number of elements in a set.

    If so, I can refer back to my previous comment.

  • 6/23/13 Basics: Discrete vs Continuous Good Math, Bad Math

    scienceblogs.com/goodmath/2007/03/01/basics-discrete-vs-continuous-1/ 23/30

    43. #43 Doug March 6, 2007

    [It bears repeating: sets are neither continuous nor discontinuous. Continuity is a property of functions.]O.K., but for every non-empty set one can define that set by saying that it consists of a collection of elements and their respectivecharacteristic (membership) functions. Consequently, do the characteristic functions of (crisp) sets come as continuous ordiscontinuous? Well, usually mathematicians talk about sets of point (like) objects instead of intervals, or else mathematicians would

    talk more about and use more interval arithmetic and the like as opposed to point-set topology, integer (number) theory, etc. One mightcounter-argue that analysis (calculus) talks about continuous objects, but generally point-set topology gets used (implicitly) quite abit. So, even though sets come as neither continuous nor discontinuous, it appears that usually mathematicians talk them asdiscontinuous.

    44. #44 Enigman March 6, 2007

    Torbjrn, it was indeed I (pseudonymly Enigman), I just forgot to enter my details in my impassionate (and consequently incoherent)response. I could make it clearer, but only via too much information.

    By the sheer quantity of points I meant the largeness of the number, which is what gives us sufficient points so that we can have(given AC) the (possibly weird) subsets of the Banach-Tarski sphere decomposition. If you give each point a unit mass then that wouldbe that cardinality (presumably some aleph greater than aleph-null) of kilograms, and is that what you want?

    45. #45 rjan Johansen

    March 6, 2007

    By the sheer quantity of points I meant the largeness of the number, which is what gives us sufficient points so that wecan have (given AC) the (possibly weird) subsets of the Banach-Tarski sphere decomposition.

    I believe that you can construct the Banach-Tarski paradox on a countable set. If you use algebraic numbers for the coordinates, they

    are still countable, but you have enough to express the rotations needed for the proof.From looking at the wikipedia article I suspect even rational numbers might be enough, with some use of pythagorean triples.

  • 6/23/13 Basics: Discrete vs Continuous Good Math, Bad Math

    scienceblogs.com/goodmath/2007/03/01/basics-discrete-vs-continuous-1/ 24/30

    The fundamental thing that makes the proof of the paradox work is not any large cardinality of the sets (beyond basic infinity) but thefact that the rotation group of a sphere contains a free group with two generators. This requires the group being non-amenable, astronger property than non-commutative, meaning you cannot take an average (mean) over the groups actions. This can perfectly wellhappen with a countable group, such as the free group with two generators itself.

    46. #46 Anonymous March 7, 2007

    Perhaps a bit less paranoia might be in order?

    Ive been busy, and forgot to check the mod queue for the last few days; in general, Ive got things set up so that very few things gettrapped by the mod queue. As Ive said before; if theres some comment that seems like its trapped in the queue, drop me an email tolet me know, and Ill clear it.< \i>

    I wasnt concerned until other posts turned up after mine. I guess you filter anonymous posts. Ill bear that in mind.

    Someone who doesnt already understand the distinction between continuous math and discrete math is not going to be seriouslymislead in their understanding by the use of the intuitive sense of continuity; and someone who already knows the different betweendiscrete math and continuous math really doesnt need to read this post, and isnt going to have their understanding of the distinctionscrewed up by the use of an informal intuitive description.

    This is a poor excuse for conflating distinct concepts. It wasnt your prior behavior that prompted my post however. It was that of

    Enigman. His suggestion that the rationals might be continuous is just confused.

    (And, to avoid further confusion, I was the author of only the first two anonymous posts in these comments.)

    47. #47 Mark C. Chu-Carroll

    March 7, 2007

    anon:

    The scienceblogs moveabletype installation has a bunch of spam filtering modules installed. Each comment is assigned a numeric rating

  • 6/23/13 Basics: Discrete vs Continuous Good Math, Bad Math

    scienceblogs.com/goodmath/2007/03/01/basics-discrete-vs-continuous-1/ 25/30

    by the filters, and anything with a rating above a certain threshold goes into the mod queue. I dont entirely understand how some

    things are categorized as spam usually its obvious, but once in a while, there are posts that get queued for moderation for no reasonthat I can determine.

    48. #48 Antendren March 7, 2007

    I believe that you can construct the Banach-Tarski paradox on a countable set.

    Its very important that the partitions you construct be nonmeasurable, as otherwise the paradox really is a paradox. You cant finda countable, nonmeasurable set.

    Keep in mind that the rotation group of the rational (or algebraic) sphere is quite a bit smaller than that of the sphere. It must notcontain a copy of a free group on multiple generators.

    49. #49 Enigman March 7, 2007

    Many thanks to rjan and Antendren, you are helping me at least to clear up my puzzlement. And of course, there may well be nothingwrong with having measureless bits of (powers of) the real number line.

    But the Banach-Tarski paradox is, I think, evidence (just evidence) that the standard real number line is not quite the continuum (theabstract mathematical structure that would be possessed by any actual physical continuum, were there any), not a proof of that.Similarly, the coherence displayed by standard mathematics over the last hundred years is very good evidence that the standard real

    number line is, indeed, the continuum, but not quite a proof of that.

    Perhaps the Banach-Tarski is particularly paradoxical in 4 dimensions (but is evidence against the real number line, and all its powers).Think of an impenetrably rigid 3-dimensional sphere, made of some perfectly smooth material (which is unrealistic, but classical), in a4-dimensional space. According to Banach-Tarski, it can be broken up into 5 similarly rigid pieces (connected subsets of points) thatcan be moved rigidly (in the fourth dimension, since they cannot pass through each other) to form two new spheres, each identical to

    the original sphere (in intuitive contravention of a conservation law).

    Some will find that paradoxical, and so may consider the standard Banach-Tarski theorem to be evidence that the standard real

  • 6/23/13 Basics: Discrete vs Continuous Good Math, Bad Math

    scienceblogs.com/goodmath/2007/03/01/basics-discrete-vs-continuous-1/ 26/30

    number line is not the continuum, but some will not. Those who do will hardly be impressed by our ability to say that the pieces lackmeasures, or that the Banach-Tarski theorem simply shows that some subsets of the continuum lack measures. But those who do notmay well wonder what else could be said.

    I find it hard even to imagine what we would be talking about, were we able to say anything else. E.g. I recently thought that droppingone of the 5 pieces into a measuring flask would give us a more paradoxical result, whereas either the measuring fluid would be unableto fill up all the space around the piece, or the fluid would develop a weird surface. But maybe one day someone will say a bit more, inwhich case we might have better evidence. For now, perhaps we have some evidence (just evidence)?

    50. #50 Enigman March 7, 2007

    Re Anons His suggestion that the rationals might be continuous is just confused. Not confused, but ordinary language. Yes, functionsare continuous or not; and indeed, the continuum is the real number line by definition. But to say that time is continuous, for example,is not to say that time is a function, of course. Nor, I hazard to venture, is it to say that instants are isomorphic to real numbers. It is

    only to say that time contains no gaps, as it extends smoothly into the past and future. (et cetera ad nauseum)

    51. #51 Enigman March 7, 2007

    Although the rationals contain no nonzero gaps (the absence or presence of such nonzero gaps being the continuous/discontinuousdistinction here, for continuous math versus discrete math), I prefer something more like the analytics, or the computables.

    52. #52 Xanthir, FCD

    March 7, 2007

    Enigman: Lay mathematician here, but is it really assumed that the reals are supposed to correspond to some aspect of reality? Theymodel continua relatively well, but the fact that they have infinite density would guarantee that they are not a perfect model foranything physical, I would think. I would assume that this is obvious, but perhaps physical/mathematical thought goes in a slightlydifferent direction.

  • 6/23/13 Basics: Discrete vs Continuous Good Math, Bad Math

    scienceblogs.com/goodmath/2007/03/01/basics-discrete-vs-continuous-1/ 27/30

    I recently thought that dropping one of the 5 pieces into a measuring flask would give us a more paradoxical result,whereas either the measuring fluid would be unable to fill up all the space around the piece, or the fluid would develop aweird surface.

    If the fluid is not perfectly smooth (not infinitely dense), then it would be unable to fill all the space around the piece, as the contours ofthe shape are infinitely detailed, similar in concept to fractals. If the fluid is perfectly smooth but still fluidic, I doubt it could be used to

    measure the volume of anything. It would simply flow around any objects and compress itself, maintaining a set volume (which Isuspect would be 0 in any case).

    53. #53 Enigman March 7, 2007

    Well Xanthir, I suspect youre right about my useless hypothetical fluid. But there might be physical continua, e.g. space-time might becontinuous (as might the quantum-mechanical wavefunctions that go through it). It is hardly mainstream that space-time is composedof atoms?

    Anyway, you ask me, is it really assumed that the reals are supposed to correspond to some aspect of reality? I dont think it is, but it

    is assumed that there might be physical continua, and if there are then there would seem to be a truth of the matter, about whether ornot our mathematical continua correspond to physical reality. So we might view the reals in that light, whether or not we are supposedto. I suspect that many physicists believe that the standard reals do give the true structure of (possible) physical continua.

    54. #54 rjan Johansen

    March 8, 2007

    Its very important that the partitions you construct be nonmeasurable, as otherwise the paradox really is a paradox.You cant find a countable, nonmeasurable set.

    Actually if you demand the usual rotation or translation invariance you cannot even find a countable set of non-zero measure, in theusual sense. My comment was in the context of whether rationals could be considered continuous, which would at least require us to

    restrict to finitely additive measures. In that case some countable sets could very well be non-measurable, and a variation of theBanach-Tarski paradox could be proof of that.

    Keep in mind that the rotation group of the rational (or algebraic) sphere is quite a bit smaller than that of the sphere. It

  • 6/23/13 Basics: Discrete vs Continuous Good Math, Bad Math

    scienceblogs.com/goodmath/2007/03/01/basics-discrete-vs-continuous-1/ 28/30

    must not contain a copy of a free group on multiple generators.

    A free group on two generators is itself just as small. In fact I suspect that two rotations about the x and y axes respectively, with angleatan(3/5) (corresponding to the pythagorean triple (3,4,5)) do generate such a free group. I just dont have a complete proof, but it issuch a simple variation that if it is true then it must be mentioned in the litterature somewhere.

    55. #55 Doug

    March 8, 2007

    [Lay mathematician here, but is it really assumed that the reals are supposed to correspond to some aspect of reality?]No. I think George Lakoff explained this best in his book on embodied mathematics Where Mathematics Comes From . More or less itgot assumed prior to the invention/discovery of complex quantities that all numbers had a linear ordering to them. That is, a givennumber x either is greater, equal to, or less than another given number y; and that it makes sense to ask this question. Complexquantities simply cannot get linearly ordered with respect to real numbers. Thus, Descartes and others dubbed them imaginary, since

    they didnt want to/couldnt give up the idea that all numbers had to have a linear ordering to them.

    [I suspect that many physicists believe that the standard reals do give the true structure of (possible) physical continua.]

    I certainly dont know how you think that when complex quantities play such a large role in the Fourier analysis (almost all waveanalysis) and even more so in quantum mechanics.

    56. #56 Antendren March 8, 2007

    Id totally blanked on the fact that of course theres no paradox if everything is measure 0.

    I assume you mean atan(3/4), in which case I suspect youre right. It requires proving that atan(3/4)/pi is irrational, which Ive spent afew minutes working on with no luck.

    57. #57 rjan Johansen

    March 9, 2007

  • 6/23/13 Basics: Discrete vs Continuous Good Math, Bad Math

    scienceblogs.com/goodmath/2007/03/01/basics-discrete-vs-continuous-1/ 29/30

    I assume you mean atan(3/4), in which case I suspect youre right. It requires proving that atan(3/4)/pi is irrational, whichIve spent a few minutes working on with no luck.

    Whoops, right.

    Well, I tried now and had plenty of luck: This question is equivalent to (3+4i)^n never being real for n=1,2,And then by luck it turns out that with a+bi=(3+4i)^n, a and b are always congruent to 3 and 4 (mod 10), in particular b is never 0.

    (I carelessly used 3+4i instead of 4+3i and that turned out to be lucky, too, they of course give the same answer for the question but themodulus pattern appears sooner with the first one.)

    58. #58 Enigman March 13, 2007

    Complex quantities play a large role in quantum mechanics, but they are just x+iy for real x and y. The wavefunctions having complexvalues corresponds to the space-time in which they exist having (powers of) real values. The basic point-structure here would be that of

    the standard set-theoretic continuum (given that physicists have a professional regard for mathematicians, rather than philosophers).

    Incidentally, apologies for the straw man of the rational number line, but I was intrigued by why, in Johns first comment, instead ofsaying that The defining quality should have been The relevant quality or something like that, instead of that he said Whatseparates the real numbers the continuum is that its complete.

    59. #59 Enigman May 2, 2007

    Incidentally, Ive posted some of the above, on the Banach-Tarski paradox, here:http://enigmanically.blogspot.com/2007/04/mysterious-paradox.html

    60. #60 waseem December 3, 2009

  • 6/23/13 Basics: Discrete vs Continuous Good Math, Bad Math

    scienceblogs.com/goodmath/2007/03/01/basics-discrete-vs-continuous-1/ 30/30

    If out of 35 people each person like Discrete Mathematics or Data Structures ,25 like Discrete Mathematics, and 20 like Data structures

    then the number of people who like both Discrete and Data Structures isANs:5 10 15 none

    61. #61 Alicia January 17, 2010

    The continuous is where asjkfgqei[cwmdoofvuiiiiiiiiiiirjnecawesd\jglvuysoHVYWAVFGL;WHFEUWGhuiodpfsheoi err err im breakinguppp..

    Search This Blog

    Search for: Search

    Subscribe

    Subscribe via:

    RSS2AtomSubscribe via a feed reader

    No Widgets Yet!

    It looks like you havent added any widgets to this sidebar yet. To customize this sidebar, go add some!

    2006-2013 ScienceBlogs LLC. ScienceBlogs is a registered trademark of ScienceBlogs LLC. All rights reserved.