There have been a number of Scientific discoveries that seemed to be purely scientific curiosities that later turned out to be incredibly useful. Hertz famously commented about the discovery of radio waves: “I do not think that the wireless waves I have discovered will have any practical application.”

Are there examples like this in math as well? What is the most interesting “pure math” discovery that proved to be useful in solving a real-world problem?

  • CanadaPlus@lemmy.sdf.org
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    2 hours ago

    Strangest? Functional analysis, maybe. I understand it’s used pretty extensively in quantum field theory, although I don’t actually know firsthand.

    That’s a body of mathematics about infinite-dimensional spaces and the operations on them. Even more abstract ways of defining those operations exist and have come up as well, like in Tseirlson’s problem, which recently-ish had a shock negative resolution stemming from quantum information theory.

    There’s constructions I find weirder yet, but I don’t think p-adic numbers, for example, have any direct application at this point.

  • amelia@feddit.org
    link
    fedilink
    arrow-up
    19
    ·
    9 hours ago

    As far as I know, matrices were a “pure math” thing when they were first discovered and seemed pretty useless. Then physicists discovered them and used them for all sorts of shit and now they’re one of the most important tools in in science, engineering and programming.

  • Feathercrown@lemmy.world
    link
    fedilink
    English
    arrow-up
    6
    ·
    8 hours ago

    Imaginary numbers probably, they’re useful for a lot of stuff in math and even physics (I’ve heard turbulent flow calculations can use them?) but they seem useless at first

  • Etterra@discuss.online
    link
    fedilink
    English
    arrow-up
    20
    ·
    13 hours ago

    The invention of the number 0, the discovery of irrational numbers, or l the realization that base 60 math makes sense for anything round, including timekeeping.

    • chonglibloodsport@lemmy.world
      link
      fedilink
      arrow-up
      11
      ·
      10 hours ago

      60 was chosen by the Ancient Sumerians specifically because of its divisibility by 2, 3, 4, and 5. Today, 60 is considered a superior highly composite number but that bit of theory wouldn’t have been as important to the Sumerians and Babylonians as the simple ability to divide 60 by many commonly used factors (2, 3, 4, 5, 6, 10, 12, 15) without any remainders or fractions to worry about.

      • Allero@lemmy.today
        link
        fedilink
        arrow-up
        1
        ·
        6 hours ago

        12 is the most based number in that respect IMO.

        But then…hey, we use that for hours!

  • saimen@feddit.org
    link
    fedilink
    arrow-up
    18
    ·
    15 hours ago

    Having watched all the veritasium math videos I feel like all the major breakthroughs in math were due to mathemicians playing around with numbers or brain teasers out of curiosity without a concrete use case in mind.

  • TheBlindPew@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    67
    ·
    1 day ago

    The math fun fact I remember best from college is that Charles Boole invented Boolean algebra for his doctoral thesis and his goal was to create a branch of mathematics that was useless. For those not familiar with boolean algebra it works by using logic gates with 1s and 0s to determine a final 1 or 0 state and is subsequently the basis for all modern digital computing

  • truthfultemporarily@feddit.org
    link
    fedilink
    arrow-up
    39
    ·
    23 hours ago

    A brain teaser about visiting all islands connected by bridges without crossing the same bridge twice is now the basis of all internet routing. (Graph theory)

  • acockworkorange@mander.xyz
    link
    fedilink
    arrow-up
    21
    ·
    22 hours ago

    If I recall correctly, one mathematician in the 1800s solved a very difficult line integral, and the first application of it was in early computer speech synthesis.

  • four@lemmy.zip
    link
    fedilink
    English
    arrow-up
    35
    ·
    1 day ago

    IIRC quaternions were considered pretty useless until we started doing 3D stuff on computers and now they’re used everywhere

  • Björn Tantau@swg-empire.de
    link
    fedilink
    arrow-up
    23
    ·
    edit-2
    1 day ago

    Complex numbers. Also known as imaginary numbers. The imaginary number i is the solution to √-1. And it is really used in quantum mechanics and I think general relativity as well.

    • pcalau12i@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      8 hours ago

      A complex number is just two real numbers stitched together. It’s used in many areas, such as the Fourier transform which is common in computer science is often represented with complex numbers because it deals with waves and waves are two-dimensional, and so rather than needing two different equations you can represent it with a single equation where the two-dimensional behavior occurs on the complex-plane.

      In principle you can always just split a complex number into two real numbers and carry on the calculation that way. In fact, if we couldn’t, then no one would use complex numbers, because computers can’t process imaginary numbers directly. Every computer program that deals with complex numbers, behind the scenes, is decomposing it into two real-valued floating point numbers.

      • Feathercrown@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        ·
        8 hours ago

        I don’t think this is really an accurate way of thinking about them. Yes, they can be mapped to a 2d plane, so you can represent them with their two real-numbered coordinates along the real and imaginary axes, but certain operations with them (eg. multiplication) can be done easily with complex numbers but are not obvious how to carry out with just grid points. (3,4) * (5,6) isn’t well-defined, but (3+4i) * (5+6i) is.

      • Buddahriffic@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        3 hours ago

        That’s not quite accurate because the two numbers have a relationship with each other. i^2 = - 1, so any time you square a complex number or multiply two complex numbers, some of the value jumps from one dimension to the other.

        It’s like a vector, where sure, certain operations can be treated as if the dimensions of the vector are distinct, like a translation or scale. But other operations can have one dimension affecting the other, like rotation.

    • Bwaz@lemmy.world
      link
      fedilink
      arrow-up
      13
      ·
      21 hours ago

      It’s used extensively in electronic circuit design (where it’s called “j”, as "i’ already meant electronic current).

      Also signal processing has i or j all over it.

    • theherk@lemmy.world
      link
      fedilink
      arrow-up
      12
      ·
      1 day ago

      I’m the akshually guy here, but complex numbers are the combination of a real number and an imaginary number. Agree with you, just being pedantic.

  • blaue_Fledermaus@mstdn.io
    link
    fedilink
    arrow-up
    14
    ·
    1 day ago

    I’ve read that all modern cryptography is based on an area (number theory?) that was once only considered “useful” for party tricks.

    • NSRXN@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      9
      ·
      edit-2
      1 day ago

      prime number factorization is the basis of assymetric cryptography. basically, if I start with two large prime numbers (DES was 56bit prime numbers iirc), and multiply them, then the only known solution to find the original prime numbers is guess-and-check. modern keys use 4096-bit keys, and there are more prime numbers in that space than there are particles in the universe. using known computation methods, there is no way to find these keys before the heat death of the universe.

      • stinerman@midwest.social
        link
        fedilink
        English
        arrow-up
        12
        ·
        24 hours ago

        DES is symmetric key cryptography. It doesn’t rely on the difficulty of factorizing large semi-primes. It did use a 56-bit key, though.

        Public key cryptography (DSA, RSA, Elliptic Curve) does rely on these things and yes it’s a 4096-bit key these days (up from 1024 in the older days).

  • mkwt@lemmy.world
    link
    fedilink
    arrow-up
    96
    ·
    1 day ago

    Non-Euclidean geometry was developed by pure mathematicians who were trying to prove the parallel line postulate as a theorem. They realized that all of the classic geometry theorems are all different if you start changing that postulate.

    This led to Riemannian geometry in 1854, which back then was a pure math exercise.

    Some 60 years later, in 1915, Albert Einstein published the theory of general relativity, of which the core mathematics is all Riemannian geometry.

        • Aceticon@lemmy.dbzer0.com
          link
          fedilink
          English
          arrow-up
          10
          ·
          edit-2
          6 hours ago

          That’s a perfect example of a typical interaction between a Technology Management Consultant and somebody from a STEM area.

          Techies with an Engineering background who are in Tech and Tech-adjacent companies are often in the receiving end of similar techno-bollocks which makes no sense from such “Technology” Management Consultants, but it’s seldom quite as public as this one.