Connect with us

The Conversation

Algebra is more than alphabet soup – it’s the language of algorithms and relationships

Published

on

theconversation.com – Courtney Gibbons, Associate Professor of Mathematics, Hamilton College – 2025-05-15 07:19:00


Modern algebra helps solve puzzles like the Rubik’s cube by studying sets and their behaviors when combined, called groups, rings, and fields. A group is a set with an operation satisfying properties like closure, identity, associativity, inverses, and commutativity—for example, clock numbers under addition. Rings add a second operation, like multiplication, satisfying distributive laws, while fields satisfy further conditions. These abstract concepts classify objects by similarities and enable complex problem-solving. For instance, algebraic methods translate Sudoku rules into equations, allowing algorithms to find solutions. Such algebraic tools have broad applications in AI, robotics, cryptography, and quantum computing.

Algebra often involves manipulating numbers or other objects using operations like addition and multiplication.
Flavio Coelho/Moment via Getty Images

Courtney Gibbons, Hamilton College

You scrambled up a Rubik’s cube, and now you want to put it back in order. What sequence of moves should you make?

Surprise: You can answer this question with modern algebra.

Most folks who have been through high school mathematics courses will have taken a class called algebra – maybe even a sequence of classes called algebra I and algebra II that asked you to solve for x. The word “algebra” may evoke memories of complicated-looking polynomial equations like ax² + bx + c = 0 or plots of polynomial functions like y = ax² + bx + c.

You might remember learning about the quadratic formula to figure out the solutions to these equations and find where the plot crosses the x-axis, too.

Graph of a quadratic equation and its roots via the quadratic formula.
Jacob Rus, CC BY-SA

Equations and plots like these are part of algebra, but they’re not the whole story. What unifies algebra is the practice of studying things – like the moves you can make on a Rubik’s cube or the numbers on a clock face you use to tell time – and the way they behave when you put them together in different ways. What happens when you string together the Rubik’s cube moves or add up numbers on a clock?

In my work as a mathematician, I’ve learned that many algebra questions come down to classifying objects by their similarities.

Sets and groups

How did equations like ax² + bx + c = 0 and their solutions lead to abstract algebra?

The short version of the story is that mathematicians found formulas that looked a lot like the quadratic formula for polynomial equations where the highest power of x was three or four. But they couldn’t do it for five. It took mathematician Évariste Galois and techniques he developed – now called group theory – to make a convincing argument that no such formula could exist for polynomials with a highest power of five or more.

So what is a group, anyway?

It starts with a set, which is a collection of things. The fruit bowl in my kitchen is a set, and the collection of things in it are pieces of fruit. The numbers 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 and 12 also form a set. Sets on their own don’t have too many properties – that is, characteristics – but if we start doing things to the numbers 1 through 12, or the fruit in the fruit bowl, it gets more interesting.

Diagram of clock with the hands set to 3:15, with an arrow indicating that you'll arrive at the same place 12 hours later
In clock addition, 3 + 12 = 3.
OpenStax, CC BY-SA

Let’s call this set of numbers 1 through 12 “clock numbers.” Then, we can define an addition function for the clock numbers using the way we tell time. That is, to say “3 + 11 = 2” is the way we would add 3 and 11. It feels weird, but if you think about it, 11 hours past 3 o’clock is 2 o’clock.

Clock addition has some nice properties. It satisfies:

  • closure, where adding things in the set gives you something else in the set,
  • identity, where there’s an element that doesn’t change the value of other elements in the set when added – adding 12 to any number will equal that same number,
  • associativity, where you can add wherever you want in the set,
  • inverses, where you can undo whatever an element does, and
  • commutativity, where you can change the order of which clock numbers you add up without changing the outcome: a + b = b + a.

By satisfying all these properties, mathematicians can consider clock numbers with clock addition a group. In short, a group is a set with some way of combining the elements layered on top. The set of fruit in my fruit bowl probably can’t be made into a group easily – what’s a banana plus an apple? But we can make a set of clock numbers into a group by showing that clock addition is a way of taking two clock numbers and getting to a new one that satisfies the rules outlined above.

Rings and fields

Along with groups, the two other fundamental types of algebraic objects you would study in an introduction to modern algebra are rings and fields.

We could introduce a second operation for the clock numbers: clock multiplication, where 2 times 7 is 2, because 14 o’clock is the same as 2 o’clock. With clock addition and clock multiplication, the clock numbers meet the criteria for what mathematicians call a ring. This is primarily because clock multiplication and clock addition together satisfy a key component that defines a ring: the distributive property, where a(b + c) = ab + ac. Lastly, fields are rings that satisfy even more conditions.

At the turn of the 20th century, mathematicians David Hilbert and Emmy Noether – who were interested in understanding how the principles in Einstein’s relativity worked mathematically – unified algebra and showed the utility of studying groups, rings and fields.

It’s all fun and games until you do the math

Groups, rings and fields are abstract, but they have many useful applications.

For example, the symmetries of molecular structures are categorized by different point groups. A point group describes ways to move a molecule in space so that even if you move the individual atoms, the end result is indistinguishable from the molecule you started with.

Two water molecules with labeled hydrogen atoms H_1 and H_2 exchanging places
The water molecule H₂O can be flipped horizontally and the end result is indistinguishable from the original position.
Courtney Gibbons, CC BY-SA

But let’s take a different example that uses rings instead of groups. You can set up a pretty complicated set of equations to describe a Sudoku puzzle: You need 81 variables to represent each place you can put a number in the grid, polynomial expressions to encode the rules of the game, and polynomial expressions that take into account the clues already on the board.

To get the spaces on the game board and the 81 variables to correspond nicely, you can use two subscripts to associate the variable with a specific place on the board, like using x₃₅ to represent the cell in the third row and fifth column.

The first entry must be one of the numbers 1 through 9, and we represent that relationship with (x₁₁ – 1)(x₁₁ – 2)(x₁₁ – 3) ⋅⋅⋅ (x₁₁ – 9). This expression is equal to zero if and only if you followed the rules of the game. Since every space on the board follows this rule, that’s already 81 equations just to say, “Don’t plug in anything other than 1 through 9.”

The rule “1 through 9 each appear exactly once in the top row” can be captured with some sneaky pieces of algebraic thinking. The sum of the top row is going to add up to 45, which is to say x₁₁ + x₁₂ + ⋅⋅⋅ + x₁₉ – 45 will be zero, and the product of the top row is going to be the product of 1 through 9, which is to say x₁₁ x₁₂ ⋅⋅⋅ x₁₉ – 9⋅8⋅7⋅6⋅5⋅4⋅3⋅2⋅1 will be zero.

If you’re thinking that it takes more time to set up all these rules than it does to solve the puzzle, you’re not wrong.

sudoku grid with variables x_11 through x_99 (x_ij is in the i-th row, j-th column)
Turning Sudoku into algebra takes a fair bit of work.
Courtney Gibbons

What do we get by doing this complicated translation into algebra? Well, we get to use late-20th century algorithms to figure out what numbers you can plug into the board that satisfy all the rules and all the clues. These algorithms are based on describing the structure of the special ring – called an ideal – these game board clues make within the larger ring. The algorithms will tell you if there’s no solution to the puzzle. If there are multiple solutions, the algorithms will find them all.

This is a small example where setting up the algebra is harder than just doing the puzzle. But the techniques generalize widely. You can use algebra to tackle problems in artificial intelligence, robotics, cryptography, quantum computing and so much more – all with the same bag of tricks you’d use to solve the Sudoku puzzle or Rubik’s cube.The Conversation

Courtney Gibbons, Associate Professor of Mathematics, Hamilton College

This article is republished from The Conversation under a Creative Commons license. Read the original article.

Read More

The post Algebra is more than alphabet soup – it’s the language of algorithms and relationships appeared first on theconversation.com



Note: The following A.I. based commentary is not part of the original article, reproduced above, but is offered in the hopes that it will promote greater media literacy and critical thinking, by making any potential bias more visible to the reader –Staff Editor.

Political Bias Rating: Centrist

This article presents a factual, educational overview of modern algebra without promoting any political ideology or partisan perspective. The tone is neutral and informative, focusing purely on mathematical concepts, history, and applications. There is no language or framing that suggests alignment with any political stance, making the content purely academic and objective in nature.

The Conversation

Robots run out of energy long before they run out of work to do − feeding them could change that

Published

on

theconversation.com – James Pikul, Associate Professor of Mechanical Engineering, University of Wisconsin-Madison – 2025-06-02 07:45:00


Earlier this year, a robot completed a half-marathon in just under 2 hours 40 minutes, showcasing impressive agility but limited endurance. Unlike animals that store energy in dense fat, robots rely on lithium-ion batteries, which offer far less energy density and require frequent recharging, limiting operational time. Current robots like Boston Dynamics’ Spot function for around 90 minutes per charge, far less than biological endurance. New battery chemistries and fast-charging technologies may help, but challenges remain. Researchers are exploring bioinspired “robotic metabolism” systems, where robots “digest” fuels and circulate energy like blood, promising enhanced endurance, adaptability, and resilience beyond current limitations.

Robots can run, but they can’t go the distance.
AP Photo/Ng Han Guan

James Pikul, University of Wisconsin-Madison

Earlier this year, a robot completed a half-marathon in Beijing in just under 2 hours and 40 minutes. That’s slower than the human winner, who clocked in at just over an hour – but it’s still a remarkable feat. Many recreational runners would be proud of that time. The robot kept its pace for more than 13 miles (21 kilometers).

But it didn’t do so on a single charge. Along the way, the robot had to stop and have its batteries swapped three times. That detail, while easy to overlook, speaks volumes about a deeper challenge in robotics: energy.

Modern robots can move with incredible agility, mimicking animal locomotion and executing complex tasks with mechanical precision. In many ways, they rival biology in coordination and efficiency. But when it comes to endurance, robots still fall short. They don’t tire from exertion – they simply run out of power.

As a robotics researcher focused on energy systems, I study this challenge closely. How can researchers give robots the staying power of living creatures – and why are we still so far from that goal? Though most robotics research into the energy problem has focused on better batteries, there is another possibility: Build robots that eat.

Robots move well but run out of steam

Modern robots are remarkably good at moving. Thanks to decades of research in biomechanics, motor control and actuation, machines such as Boston Dynamics’ Spot and Atlas can walk, run and climb with an agility that once seemed out of reach. In some cases, their motors are even more efficient than animal muscles.

But endurance is another matter. Spot, for example, can operate for just 90 minutes on a full charge. After that, it needs nearly an hour to recharge. These runtimes are a far cry from the eight- to 12-hour shifts expected of human workers – or the multiday endurance of sled dogs.

The issue isn’t how robots move – it’s how they store energy. Most mobile robots today use lithium-ion batteries, the same type found in smartphones and electric cars. These batteries are reliable and widely available, but their performance improves at a slow pace: Each year new lithium-ion batteries are about 7% better than the previous generation. At that rate, it would take a full decade to merely double a robot’s runtime.

Robots such as Boston Dynamic’s Atlas are remarkably capable – for relatively short amounts of time.

Animals store energy in fat, which is extraordinarily energy dense: nearly 9 kilowatt-hours per kilogram. That’s about 68 kWh total in a sled dog, similar to the energy in a fully charged Tesla Model 3. Lithium-ion batteries, by contrast, store just a fraction of that, about 0.25 kilowatt-hours per kilogram. Even with highly efficient motors, a robot like Spot would need a battery dozens of times more powerful than today’s to match the endurance of a sled dog.

And recharging isn’t always an option. In disaster zones, remote fields or on long-duration missions, a wall outlet or a spare battery might be nowhere in sight.

In some cases, robot designers can add more batteries. But more batteries mean more weight, which increases the energy required to move. In highly mobile robots, there’s a careful balance between payload, performance and endurance. For Spot, for example, the battery already makes up 16% of its weight.

Some robots have used solar panels, and in theory these could extend runtime, especially for low-power tasks or in bright, sunny environments. But in practice, solar power delivers very little power relative to what mobile robots need to walk, run or fly at practical speeds. That’s why energy harvesting like solar panels remains a niche solution today, better suited for stationary or ultra-low-power robots.

Why it matters

These aren’t just technical limitations. They define what robots can do.

A rescue robot with a 45-minute battery might not last long enough to complete a search. A farm robot that pauses to recharge every hour can’t harvest crops in time. Even in warehouses or hospitals, short runtimes add complexity and cost.

If robots are to play meaningful roles in society assisting the elderly, exploring hazardous environments and working alongside humans, they need the endurance to stay active for hours, not minutes.

New battery chemistries such as lithium-sulfur and metal-air offer a more promising path forward. These systems have much higher theoretical energy densities than today’s lithium-ion cells. Some approach levels seen in animal fat. When paired with actuators that efficiently convert electrical energy from the battery to mechanical work, they could enable robots to match or even exceed the endurance of animals with low body fat. But even these next-generation batteries have limitations. Many are difficult to recharge, degrade over time or face engineering hurdles in real-world systems.

Fast charging can help reduce downtime. Some emerging batteries can recharge in minutes rather than hours. But there are trade-offs. Fast charging strains battery life, increases heat and often requires heavy, high-power charging infrastructure. Even with improvements, a fast-charging robot still needs to stop frequently. In environments without access to grid power, this doesn’t solve the core problem of limited onboard energy. That’s why researchers are exploring alternatives such as “refueling” robots with metal or chemical fuels – much like animals eat – to bypass the limits of electrical charging altogether.

illustration off a humanoid robot putting a metal nut into its mouth
Robots could one day harvest energy from high-energy-density materials such as aluminum through synthetic digestive and vascular systems.
Yichao Shi and James Pikul

An alternative: Robotic metabolism

In nature, animals don’t recharge, they eat. Food is converted into energy through digestion, circulation and respiration. Fat stores that energy, blood moves it and muscles use it. Future robots could follow a similar blueprint with synthetic metabolisms.

Some researchers are building systems that let robots “digest” metal or chemical fuels and breathe oxygen. For example, synthetic, stomachlike chemical reactors could convert high-energy materials such as aluminum into electricity.

This builds on the many advances in robot autonomy, where robots can sense objects in a room and navigate to pick them up, but here they would be picking up energy sources.

Other researchers are developing fluid-based energy systems that circulate like blood. One early example, a robotic fish, tripled its energy density by using a multifunctional fluid instead of a standard lithium-ion battery. That single design shift delivered the equivalent of 16 years of battery improvements, not through new chemistry but through a more bioinspired approach. These systems could allow robots to operate for much longer stretches of time, drawing energy from materials that store far more energy than today’s batteries.

In animals, the energy system does more than just provide energy. Blood helps regulate temperature, deliver hormones, fight infections and repair wounds. Synthetic metabolisms could do the same. Future robots might manage heat using circulating fluids or heal themselves using stored or digested materials. Instead of a central battery pack, energy could be stored throughout the body in limbs, joints and soft, tissuelike components.

This approach could lead to machines that aren’t just longer-lasting but more adaptable, resilient and lifelike.

The bottom line

Today’s robots can leap and sprint like animals, but they can’t go the distance.

Their bodies are fast, their minds are improving, but their energy systems haven’t caught up. If robots are going to work alongside humans in meaningful ways, we’ll need to give them more than intelligence and agility. We’ll need to give them endurance.The Conversation

James Pikul, Associate Professor of Mechanical Engineering, University of Wisconsin-Madison

This article is republished from The Conversation under a Creative Commons license. Read the original article.

Read More

The post Robots run out of energy long before they run out of work to do − feeding them could change that appeared first on theconversation.com



Note: The following A.I. based commentary is not part of the original article, reproduced above, but is offered in the hopes that it will promote greater media literacy and critical thinking, by making any potential bias more visible to the reader –Staff Editor.

Political Bias Rating: Centrist

This article presents a factual, science- and technology-focused discussion about the challenges of energy storage in robotics. It reports on current limitations and future research directions without advocating any political ideology or policy stance. The tone is neutral and informative, emphasizing technical innovation and potential benefits without framing the topic in a partisan context. There is no language or framing that suggests a left- or right-leaning bias; instead, it adheres to objective reporting of scientific progress and challenges.

Continue Reading

The Conversation

Our trans health study was terminated by the government – the effects of abrupt NIH grant cuts ripple across science and society

Published

on

theconversation.com – Jae A. Puckett, Associate Professor of Psychology, Michigan State University – 2025-06-02 07:44:00


The Trump administration abruptly terminated federally funded research on transgender and nonbinary health, including a four-year NIH-supported study on resilience in these communities. This termination, based on ideological grounds, undermines decades of scientific progress, dismissing valid research and harming both the scientific workforce and community trust. The project had collected extensive data and developed new resilience measures, but funding cuts jeopardize the careers of researchers and reduce future training opportunities. The loss wastes millions of taxpayer dollars and halts valuable insights into improving trans health, while government reports contradict established science on gender-affirming care, promoting misinformation instead.

Funding cuts to trans health research are part of the Trump administration’s broader efforts to medically and legally restrict trans rights.
AP Photo/Lindsey Wasson

Jae A. Puckett, Michigan State University and Paz Galupo, Washington University in St. Louis

Given the Trump administration’s systematic attempts to medically and legally disenfranchise trans people, and its abrupt termination of grants focused on LGBTQ+ health, we can’t say that the notice of termination we received regarding our federally funded research on transgender and nonbinary people’s health was unexpected.

As researchers who study the experiences of trans and nonbinary people, we have collectively dedicated nearly 50 years of our scientific careers to developing ways to address the health disparities negatively affecting these communities. The National Institutes of Health had placed a call for projects on this topic, and we had successfully applied for their support for our four-year study on resilience in trans communities.

However, our project on trans health became one of the hundreds of grants that have been terminated on ideological grounds. The termination notice stated that the grant no longer fit agency priorities and claimed that this work was not based on scientific research.

Screenshot of email
Termination notice sent to the authors from the National Institutes of Health.
Jae A. Puckett and Paz Galupo, CC BY-ND

These grant terminations undermine decades of science on gender diversity by dismissing research findings and purging data. During Trump’s current term, the NIH’s Sexual and Gender Minority Research Office was dismantled, references to LGBTQ+ people were removed from health-related websites, and datasets were removed from public access.

The effects of ending research on trans health ripple throughout the scientific community, the communities served by this work and the U.S. economy.

Studying resilience

Research focused on the mental health of trans and nonbinary people has grown substantially in recent years. Over time, this work has expanded beyond understanding the hardships these communities face to also study their resilience and positive life experiences.

Resilience is often understood as an ability to bounce back from challenges. For trans and nonbinary people experiencing gender-based stigma and discrimination, resilience can take several forms. This might look like simply continuing to survive in a transphobic climate, or it might take the form of being a role model for other trans and nonbinary people.

As a result of gender-based stigma and discrimination, trans and nonbinary people experience a range of health disparities, from elevated rates of psychological distress to heightened risk for chronic health conditions and poor physical health. In the face of these challenges and growing anti-trans legislation in the U.S., we believe that studying resilience in these communities can provide insights into how to offset the harms of these stresses.

Studies show anti-trans legislation is harming the mental health of LGBTQ+ youth.

With the support of the NIH, we began our work in earnest in 2022. The project was built on many years of research from our teams preceding the grant. From the beginning, we collaborated with trans and nonbinary community members to ensure our research would be attuned to the needs of the community.

At the time our grant was terminated, we were nearing completion of Year 3 of our four-year project. We had collected data from over 600 trans and nonbinary participants across the U.S. and started to follow their progress over time. We had developed a new way to measure resilience among trans and nonbinary people and were about to publish a second measure specifically tailored to people of color.

The termination of our grant and others like it harms our immediate research team, the communities we worked with and the field more broadly.

Loss of scientific workforce

For many researchers in trans health, the losses from these cuts go beyond employment.

Our project had served as a training opportunity for the students and early career professionals involved in the study, providing them with the research experience and mentorship necessary to advance their careers. But with the termination of our funding, two full-time researchers and at least three students will lose their positions. The three lead scientists have lost parts of their salaries and dedicated research time.

These NIH cuts will likely result in the loss of much of the next generation of trans researchers and the contributions they would have made to science and society. Our team and other labs in similar situations will be less likely to work with graduate students due to a lack of available funding to pay and support them. This changes the landscape for future scientists, as it means there will be fewer opportunities for individuals interested in these areas of research to enter graduate training programs.

Building with Harvard insignia banners hanging between pillars, a student in a cap and gown walking past
The Trump administration has directly penalized universities across the country for ‘ideological overreach.’
Zhu Ziyu/VCG via Getty Images

As universities struggle to address federal funding cuts, junior academics will be less likely to gain tenure, and faculty in grant-funded positions may lose their jobs. Universities may also become hesitant to hire people who work in these areas because their research has essentially been banned from federal funding options.

Loss of community trust

Trans and nonbinary people have often been studied under opportunistic and demeaning circumstances. This includes when researchers collect data for their own gains but return little to the communities they work with, or when they do research that perpetuates theories that pathologize those communities. As a result, many are often reluctant to participate in research.

To overcome this reluctance, we grounded our study on community input. We involved an advisory board composed of local trans and nonbinary community members who helped to inform how we conducted our study and measured our findings.

Our work on resilience has been inspired by feedback we received from previous research participants who said that “[trans people] matter even when not in pain.”

Abruptly terminating projects like these can break down trust between researchers and the populations they study.

Loss of scientific knowledge

Research that focuses on the strengths of trans and nonbinary communities is in its infancy. The termination of our grant has led to the loss of the insights our study would have provided on ways to improve health among trans and nonbinary people and future work that would have built off our findings. Resilience is a process that takes time to unfold, and we had not finished the longitudinal data collection in our study – nor will we have the protected time to publish and share other findings from this work.

Meanwhile, the Department of Health and Human Services released a May 2025 report stating that there is not enough evidence to support gender-affirming care for young people, contradicting decades of scientific research. Scientists, researchers and medical professional organizations have widely criticized the report as misrepresenting study findings, dismissing research showing benefits to gender-affirming care, and promoting misinformation rejected by major medical associations. Instead, the report recommends “exploratory therapy,” which experts have likened to discredited conversion therapy.

Hands clapping beside a small trans flag on top of a pile of signs, one reading 'WE'RE STILL HERE,'
Transgender and nonbinary people continue to exist, regardless of legislation.
Kayla Bartkowski/Getty Images

Despite claims that there is insufficient research on gender-affirming care and more data is needed on the health of trans and nonbinary people, the government has chosen to divest from actual scientific research about trans and nonbinary people’s lives.

Loss of taxpayer dollars

The termination of our grant means we are no longer able to achieve the aims of the project, which depended on the collection and analysis of data over time. This wastes the three years of NIH funding already spent on the project.

Scientists and experts who participated in the review of our NIH grant proposal rated our project more highly than 96% of the projects we competed against. Even so, the government made the unscientific choice to override these decisions and terminate our work.

Millions of taxpayer dollars have already been invested in these grants to improve the health of not only trans and nonbinary people, but also American society as a whole. With the termination of these grants, few will get to see the benefits of this investment.The Conversation

Jae A. Puckett, Associate Professor of Psychology, Michigan State University and Paz Galupo, Professor of Sexual Health and Education, Washington University in St. Louis

This article is republished from The Conversation under a Creative Commons license. Read the original article.

Read More

The post Our trans health study was terminated by the government – the effects of abrupt NIH grant cuts ripple across science and society appeared first on theconversation.com



Note: The following A.I. based commentary is not part of the original article, reproduced above, but is offered in the hopes that it will promote greater media literacy and critical thinking, by making any potential bias more visible to the reader –Staff Editor.

Political Bias Rating: Left-Leaning

This content strongly critiques actions taken by the Trump administration and associated federal agencies, particularly regarding the termination of funding for transgender and nonbinary health research. It emphasizes harm caused to LGBTQ+ communities, highlights scientific consensus supporting gender-affirming care, and portrays the policy decisions as ideologically driven and detrimental to both communities and scientific progress. The language and framing align with perspectives commonly found on the political left, especially those advocating for LGBTQ+ rights and inclusion, while opposing conservative policies perceived as hostile to these groups.

Continue Reading

The Conversation

Prime numbers, the building blocks of mathematics, have fascinated for centuries − now technology is revolutionizing the search for them

Published

on

theconversation.com – Jeremiah Bartz, Associate Professor of Mathematics, University of North Dakota – 2025-05-30 07:47:00


Prime numbers, numbers greater than one divisible only by one and themselves, have fascinated humanity for millennia, evidenced by artifacts like the 20,000-year-old Ishango bone and the Babylonian Plimpton 322 tablet. Greek mathematicians around 500 B.C.E. first understood primes, while Euler proved their infinitude circa 300 B.C.E. Arab scholars advanced prime theory, including the fundamental theorem of arithmetic. Mersenne primes, of form (2^p – 1), offer a key to finding large primes. The Lucas-Lehmer test enables efficient identification, enhanced by computers since the 1950s. Collaborative efforts like GIMPS have discovered many large primes, with the current largest prime found in 2024, critical for encryption and cybersecurity.

Prime numbers are numbers that are not products of smaller whole numbers.
Jeremiah Bartz

Jeremiah Bartz, University of North Dakota

A shard of smooth bone etched with irregular marks dating back 20,000 years puzzled archaeologists until they noticed something unique – the etchings, lines like tally marks, may have represented prime numbers. Similarly, a clay tablet from 1800 B.C.E. inscribed with Babylonian numbers describes a number system built on prime numbers.

As the Ishango bone, the Plimpton 322 tablet and other artifacts throughout history display, prime numbers have fascinated and captivated people throughout history. Today, prime numbers and their properties are studied in number theory, a branch of mathematics and active area of research today.

A history of prime numbers

A long, thin shard of bone with small lines scratched into it.
Some scientists guess that the markings on the Ishango bone represent prime numbers.
Joeykentin/Wikimedia Commons, CC BY-SA

Informally, a positive counting number larger than one is prime if that number of dots can be arranged only into a rectangular array with one column or one row. For example, 11 is a prime number since 11 dots form only rectangular arrays of sizes 1 by 11 and 11 by 1. Conversely, 12 is not prime since you can use 12 dots to make an array of 3 by 4 dots, with multiple rows and multiple columns. Math textbooks define a prime number as a whole number greater than one whose only positive divisors are only 1 and itself.

Math historian Peter S. Rudman suggests that Greek mathematicians were likely the first to understand the concept of prime numbers, around 500 B.C.E.

Around 300 B.C.E., the Greek mathematician and logician Euclid proved that there are infinitely many prime numbers. Euclid began by assuming that there is a finite number of primes. Then he came up with a prime that was not on the original list to create a contradiction. Since a fundamental principle of mathematics is being logically consistent with no contradictions, Euclid then concluded that his original assumption must be false. So, there are infinitely many primes.

The argument established the existence of infinitely many primes, however it was not particularly constructive. Euclid had no efficient method to list all the primes in an ascending list.

a diagram showing prime numbers as dots in rows, with composite numbers as dots arranged in rectangles of at least two rows of dots, with the same number of dots in each row.
Prime numbers, when expressed as that number of dots, can be arranged only in a single row or column, rather than a square or rectangle.
David Eppstein/Wikimedia Commons

In the middle ages, Arab mathematicians advanced the Greeks’ theory of prime numbers, referred to as hasam numbers during this time. The Persian mathematician Kamal al-Din al-Farisi formulated the fundamental theorem of arithmetic, which states that any positive integer larger than one can be expressed uniquely as a product of primes.

From this view, prime numbers are the basic building blocks for constructing any positive whole number using multiplication – akin to atoms combining to make molecules in chemistry.

Prime numbers can be sorted into different types. In 1202, Leonardo Fibonacci introduced in his book “Liber Abaci: Book of Calculation” prime numbers of the form (2p – 1) where p is also prime.

Today, primes in this form are called Mersenne primes after the French monk Marin Mersenne. Many of the largest known primes follow this format.

Several early mathematicians believed that a number of the form (2p – 1) is prime whenever p is prime. But in 1536, mathematician Hudalricus Regius noticed that 11 is prime but not (211 – 1), which equals 2047. The number 2047 can be expressed as 23 times 89, disproving the conjecture.

While not always true, number theorists realized that the (2p – 1) shortcut often produces primes and gives a systematic way to search for large primes.

The search for large primes

The number (2p – 1) is much larger relative to the value of p and provides opportunities to identify large primes.

When the number (2p – 1) becomes sufficiently large, it is much harder to check whether (2p – 1) is prime – that is, if (2p – 1) dots can be arranged only into a rectangular array with one column or one row.

Fortunately, Édouard Lucas developed a prime number test in 1878, later proved by Derrick Henry Lehmer in 1930. Their work resulted in an efficient algorithm for evaluating potential Mersenne primes. Using this algorithm with hand computations on paper, Lucas showed in 1876 that the 39-digit number (2127 – 1) equals 170,141,183,460,469,231,731,687,303,715,884,105,727, and that value is prime.

Also known as M127, this number remains the largest prime verified by hand computations. It held the record for largest known prime for 75 years.

Researchers began using computers in the 1950s, and the pace of discovering new large primes increased. In 1952, Raphael M. Robinson identified five new Mersenne primes using a Standard Western Automatic Computer to carry out the Lucas-Lehmer prime number tests.

As computers improved, the list of Mersenne primes grew, especially with the Cray supercomputer’s arrival in 1964. Although there are infinitely many primes, researchers are unsure how many fit the type (2p – 1) and are Mersenne primes.

By the early 1980s, researchers had accumulated enough data to confidently believe that infinitely many Mersenne primes exist. They could even guess how often these prime numbers appear, on average. Mathematicians have not found proof so far, but new data continues to support these guesses.

George Woltman, a computer scientist, founded the Great Internet Mersenne Prime Search, or GIMPS, in 1996. Through this collaborative program, anyone can download freely available software from the GIMPS website to search for Mersenne prime numbers on their personal computers. The website contains specific instructions on how to participate.

GIMPS has now identified 18 Mersenne primes, primarily on personal computers using Intel chips. The program averages a new discovery about every one to two years.

The largest known prime

Luke Durant, a retired programmer, discovered the current record for the largest known prime, (2136,279,841 – 1), in October 2024.

Referred to as M136279841, this 41,024,320-digit number was the 52nd Mersenne prime identified and was found by running GIMPS on a publicly available cloud-based computing network.

This network used Nvidia chips and ran across 17 countries and 24 data centers. These advanced chips provide faster computing by handling thousands of calculations simultaneously. The result is shorter run times for algorithms such as prime number testing.

A small rectangle metal chip reading 'nVIDIA'
New and increasingly powerful computer chips have allowed prime-number hunters to find increasingly larger primes.
Fritzchens Fritz/Flickr

The Electronic Frontier Foundation is a civil liberty group that offers cash prizes for identifying large primes. It awarded prizes in 2000 and 2009 for the first verified 1 million-digit and 10 million-digit prime numbers.

Large prime number enthusiasts’ next two challenges are to identify the first 100 million-digit and 1 billion-digit primes. EFF prizes of US$150,000 and $250,000, respectively, await the first successful individual or group.

Eight of the 10 largest known prime numbers are Mersenne primes, so GIMPS and cloud computing are poised to play a prominent role in the search for record-breaking large prime numbers.

Large prime numbers have a vital role in many encryption methods in cybersecurity, so every internet user stands to benefit from the search for large prime numbers. These searches help keep digital communications and sensitive information safe.

This story was updated on May 30, 2025 to correct the name of the Greek mathematician Euclid and to correct the factors of 2047.The Conversation

Jeremiah Bartz, Associate Professor of Mathematics, University of North Dakota

This article is republished from The Conversation under a Creative Commons license. Read the original article.

Read More

The post Prime numbers, the building blocks of mathematics, have fascinated for centuries − now technology is revolutionizing the search for them appeared first on theconversation.com



Note: The following A.I. based commentary is not part of the original article, reproduced above, but is offered in the hopes that it will promote greater media literacy and critical thinking, by making any potential bias more visible to the reader –Staff Editor.

Political Bias Rating: Centrist

The article presents a factual, educational overview of the history and significance of prime numbers, focusing on mathematics and technological advancements without promoting any political or ideological stance. Its tone is neutral and informative, aimed at explaining mathematical concepts and recent developments in prime number research. The content does not include partisan language or viewpoints and remains centered on scientific progress and historical context, making it a balanced, non-partisan piece.

Continue Reading

Trending