Quasi-optimality of the Crouzeix-Raviart FEM for p-Laplace-type problems

This paper establishes the quasi-optimality of the Crouzeix-Raviart finite element method for nonlinear pp-Laplace-type problems by proving that its error is bounded by the best-approximation error and a data oscillation term, while also deriving a novel localized a priori error estimate for the conforming lowest-order Lagrange FEM.

Johannes Storn

Published 2026-03-06
📖 5 min read🧠 Deep dive

Imagine you are trying to bake the perfect cake (the mathematical solution) for a very tricky recipe (the p-Laplace problem). This isn't a normal cake; the ingredients react strangely depending on how much you stir them. Sometimes the batter is runny, sometimes it's rock hard.

To figure out how to bake this, you can't just guess. You need a computer to simulate the process. But computers can't handle infinite detail, so you have to chop the problem into small, manageable chunks (like cutting a cake into slices). This is where Finite Element Methods (FEM) come in. They are the tools we use to slice the problem up and solve it piece by piece.

This paper is about comparing two different ways of slicing the cake: the "Strict Slicer" (Conforming Lagrange FEM) and the "Loose Slicer" (Crouzeix–Raviart FEM).

The Two Slicers

  1. The Strict Slicer (Conforming FEM):
    Imagine a team of masons building a wall. Every single brick must fit perfectly with its neighbors. If you touch a brick on the left, the brick on the right must be at the exact same height. They are glued together seamlessly.

    • Pros: It looks perfect.
    • Cons: It's hard to build. If the wall needs to bend in a weird way, you need a lot of bricks (computational power) to make it fit.
  2. The Loose Slicer (Crouzeix–Raviart FEM):
    Imagine a different team of masons. They don't glue the bricks together along the whole edge. Instead, they only make sure the bricks touch at the exact center of the edge. The corners can be a little messy or misaligned, as long as the middle is connected.

    • Pros: It's easier to build, uses fewer bricks, and is great for walls that need to twist or have gaps.
    • Cons: For a long time, mathematicians thought this "loose" method was inferior. They believed that because the bricks didn't fit perfectly, the final wall would be wobbly and inaccurate, especially for tricky recipes like the "p-Laplace" cake.

The Big Discovery

For linear problems (simple, straight recipes), we already knew the "Loose Slicer" was just as good as the "Strict Slicer." But for non-linear problems (the tricky, weird-reacting p-Laplace cake), people thought the Loose Slicer was a second-class citizen.

Johannes Storn, the author of this paper, proved them wrong.

He showed that the Loose Slicer (Crouzeix–Raviart) is actually Quasi-Optimal.

  • Translation: It gets you the best possible answer you can get with the number of bricks you have, just as well as the Strict Slicer does. The "messiness" at the edges doesn't ruin the cake.

The Secret Weapon: "Medius Analysis"

How did he prove this? He used a clever detective technique called Medius Analysis.

Think of it like this:

  • A Priori Analysis is like a chef predicting how a cake will taste before baking it (based on theory).
  • A Posteriori Analysis is like tasting the cake after it's baked to see what went wrong.

Usually, for the Loose Slicer, you can only do the "tasting after" part. You can't predict the result easily because the bricks are misaligned.

Storn combined the prediction and the tasting into one super-tool. He realized that even though the bricks are misaligned at the edges, the center points (where they touch) carry enough information to tell us exactly how close we are to the perfect cake. He developed a new way to measure the "distance" between the messy wall and the perfect wall, proving that the messiness is just a small, manageable error that doesn't grow out of control.

The "Tangential Jump" Problem

The hardest part of the proof was dealing with Tangential Jumps.
Imagine two bricks meeting at a center point. They touch perfectly in the middle, but one is tilted slightly up and the other is tilted down. This "tilt" is the tangential jump.

  • In simple problems, this tilt doesn't matter.
  • In the tricky p-Laplace problems, this tilt can cause the whole wall to collapse in the math.

Storn invented a new way to handle these tilts. He showed that even if the bricks are tilted, the math can "absorb" the error, proving that the final result is still stable and accurate.

The Bonus Surprise

While proving the Loose Slicer was great, Storn accidentally discovered something else: The Strict Slicer (Conforming FEM) is actually just as good as the Loose Slicer in a very specific, localized way.

Previously, we thought the Strict Slicer was the "gold standard" and the Loose Slicer was a "budget alternative." Storn showed that for these specific tricky problems, they are essentially twins. They have the same superpowers.

Why Does This Matter?

  1. Efficiency: The Loose Slicer (Crouzeix–Raviart) uses fewer "bricks" (degrees of freedom) to get the same result. This means computers can solve these complex problems faster and with less memory.
  2. Robustness: The Loose Slicer is better at handling "Lavrentiev gaps" (mathematical situations where the perfect solution is impossible to find with standard methods). It can find the best possible approximation even when the Strict Slicer gets stuck.
  3. Future Proofing: This paper gives us the mathematical confidence to use the "Loose Slicer" for all kinds of difficult, real-world problems (like fluid dynamics or material science) without fear that the results will be garbage.

In a Nutshell

This paper is the moment the "Loose Slicer" team was invited to the VIP section. The author proved that you don't need a perfectly glued wall to build a perfect house; you just need to know how to measure the gaps correctly. And as a bonus, he showed that the "Strict Slicer" isn't actually superior after all—they are both champions of the p-Laplace world.