Linear and Sublinear Diversities

This paper develops a specialized theory of diversities on Rk\mathbb{R}^k by characterizing Minkowski linear and sublinear classes and establishing that finite diversities embed into these structures precisely when they satisfy conditions of negative type or correspond to generalized circumradii.

David Bryant, Paul Tupper

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

Imagine you are a city planner.

In the old days, if you wanted to measure the "size" of a neighborhood, you only looked at pairs of houses. You'd measure the distance from House A to House B, House B to House C, and so on. This is how Metric Spaces work: they measure the distance between two points.

But in the real world, things aren't just pairs. Sometimes you need to measure the "size" of a whole group of houses at once. How big is the neighborhood? Is it a tight cluster or a sprawling mess? This is where Diversities come in. Instead of measuring just two points, a Diversity function looks at a whole finite set of points and gives them a single "size" score.

This paper by David Bryant and Paul Tupper is like a new rulebook for these "group size" measurements, specifically when the points are located on a flat map (like a piece of paper or a 3D room, mathematically known as Rk\mathbb{R}^k).

Here is the breakdown of their discoveries using simple analogies:

1. The Two Main Types of "Group Rulers"

The authors focus on two special kinds of diversity rules that behave very nicely, similar to how some shapes are "straight" and some are "curved."

  • Linear Diversities (The "Perfectly Additive" Rulers):
    Imagine you have a group of people standing in a line. If you add a new group of people to the end of the line, the total "size" of the new group is exactly the size of the first group plus the size of the second group. Nothing is lost, nothing is gained.

    • Real-world example: The Mean Width. Imagine shining a light on a shape from every angle and measuring how wide the shadow is on average. If you combine two shapes, the average width of the new shape is just the sum of their individual average widths.
    • The Big Discovery: The authors found a magic formula for these. They proved that any "Linear Diversity" is just a weighted average of how far the points stick out in different directions. It's like saying the size of a group is determined by a "cloud of directions" (a mathematical measure) that balances perfectly in the middle.
  • Sublinear Diversities (The "Efficient" Rulers):
    Imagine you have a group of people. If you add another group, the total size might be the sum of the two, but it could also be less. Why? Because the new group might fit neatly into the gaps of the old group, making the whole thing more compact.

    • Real-world example: The Diameter (the distance between the two furthest points in a group). If you have a group of points in a circle, and you add a new point right in the middle, the diameter doesn't get bigger. It stays the same.
    • The Big Discovery: They proved that every "Sublinear Diversity" is actually just the maximum of many different "Linear Diversities."
    • The Analogy: Think of a convex shape (like a rounded ball). You can describe the shape of a ball by taking the highest point of many flat sheets of paper (planes) stacked underneath it. Similarly, a complex "Sublinear" rule is just the "tallest" rule among a bunch of simple "Linear" rules.

2. The "Negative Type" Secret Code

The paper then asks a tricky question: Can we take a weird, abstract group of points with a weird "size" rule and map them onto a flat map (like Rk\mathbb{R}^k) so that the sizes stay exactly the same?

In the world of regular distances (metrics), there is a famous secret code called "Negative Type." If a set of distances follows this code, you can draw them on a flat map (or a sphere) without distorting the distances.

The authors found the Diversity version of this secret code:

  • Linear Embeddability: A group of points can be mapped to a flat map using a "Linear Diversity" rule if and only if it follows the "Negative Type" code.

    • The Twist: This is surprising! In regular geometry, "Negative Type" usually means you can draw the points on a sphere. Here, it means you can draw them on a flat map using a very specific, balanced rule (like the Mean Width).
  • Sublinear Embeddability: A group can be mapped using a "Sublinear Diversity" rule if and only if its size is the "maximum" of a few different "Negative Type" rules.

    • The Analogy: Imagine you have a complex, bumpy rock. You can't flatten it perfectly with one simple rule. But if you say, "The size of this rock is the biggest size you get if you look at it through three different special lenses," then you can flatten it.

3. Why Does This Matter?

You might wonder, "Who cares about measuring groups of points?"

The authors connect this to Computer Science and Optimization.

  • Graphs vs. Hypergraphs: Regular maps (graphs) connect two points (like a road between two cities). Hypergraphs connect groups of points (like a bus route that picks up 5 people at once).
  • The Problem: Computers are great at solving problems on regular maps (like finding the shortest path). They struggle with hypergraphs.
  • The Solution: This paper builds the "geometry of hypergraphs." By understanding how to measure and flatten groups of points (Diversities), computer scientists can create better algorithms to solve complex problems, like organizing delivery routes for a fleet of trucks or optimizing data networks.

Summary in One Sentence

This paper invents a new way to measure the "size" of groups of points, proves that these measurements are either perfectly additive or the "best of" several additive rules, and shows exactly when these complex group measurements can be flattened onto a map to help computers solve difficult real-world puzzles.