Embeddings of the Heisenberg group and the Sparsest Cut problem - - PowerPoint PPT Presentation

embeddings of the heisenberg group and the sparsest cut
SMART_READER_LITE
LIVE PREVIEW

Embeddings of the Heisenberg group and the Sparsest Cut problem - - PowerPoint PPT Presentation

Embeddings of the Heisenberg group and the Sparsest Cut problem Robert Young New York University (joint work with Assaf Naor) May 2018 A.N. was supported by BSF grant 2010021, the Packard Foundation and the Simons Foundation. R.Y. was


slide-1
SLIDE 1

Embeddings of the Heisenberg group and the Sparsest Cut problem

Robert Young New York University (joint work with Assaf Naor) May 2018

A.N. was supported by BSF grant 2010021, the Packard Foundation and the Simons Foundation. R.Y. was supported by NSF grant DMS 1612061, the Sloan Foundation, and the Fall 2016 program at MSRI. The research that is presented here was conducted under the auspices of the Simons Algorithms and Geometry (A&G) Think Tank.

slide-2
SLIDE 2

Part 1: The Sparsest Cut problem

What’s the “best” way to cut a graph into two pieces?

slide-3
SLIDE 3

Part 1: The Sparsest Cut problem

What’s the “best” way to cut a graph into two pieces?

Problem

Let G be a graph. Find Φ(G) = min

S⊂V (G)

|E(S, Sc)| |S| · |Sc| .

slide-4
SLIDE 4

Part 1: The Sparsest Cut problem

What’s the “best” way to cut a graph into two pieces?

Problem

Let G be a graph. Find Φ(G) = min

S⊂V (G)

|E(S, Sc)| |S| · |Sc| .

slide-5
SLIDE 5

Sparsest Cut is a matrix problem

C =           1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1           If C is the adjacency matrix of G, then Φ(G) = min

S⊂V (G)

|E(S, Sc)| |S| · |Sc| = min

S⊂[n]

  • i∈S,j∈Sc Cij
  • i∈S,j∈Sc 1

(where [n] = {1, . . . , n})

slide-6
SLIDE 6

The Nonuniform Sparsest Cut problem

Problem

Let C (capacity) and D (demand) be symmetric n × n matrices with non-negative entries. Find: Φ(C, D) = min

S⊂[n]

  • i∈S,j∈Sc Cij
  • i∈S,j∈Sc Dij

.

slide-7
SLIDE 7

The Nonuniform Sparsest Cut problem

Problem

Let C (capacity) and D (demand) be symmetric n × n matrices with non-negative entries. Find: Φ(C, D) = min

S⊂[n]

  • i∈S,j∈Sc Cij
  • i∈S,j∈Sc Dij

. This problem is NP-hard

slide-8
SLIDE 8

The Nonuniform Sparsest Cut problem

Problem

Let C (capacity) and D (demand) be symmetric n × n matrices with non-negative entries. Find: Φ(C, D) = min

S⊂[n]

  • i∈S,j∈Sc Cij
  • i∈S,j∈Sc Dij

. This problem is NP-hard, but there are polynomial-time algorithms to approximate Φ(C, D) based on metric embeddings.

slide-9
SLIDE 9

Relaxing the problem

A cut metric is a semimetric of the form dS(i, j) = |1S(i) − 1S(j)| where S ⊂ X.

slide-10
SLIDE 10

Relaxing the problem

A cut metric is a semimetric of the form dS(i, j) = |1S(i) − 1S(j)| where S ⊂ X. Let C = {dS | S ⊂ [n]} ⊂ Mn

slide-11
SLIDE 11

Relaxing the problem

A cut metric is a semimetric of the form dS(i, j) = |1S(i) − 1S(j)| where S ⊂ X. Let C = {dS | S ⊂ [n]} ⊂ Mn and let K ⊃ C. The relaxation ΦK of Sparsest Cut is ΦK(C, D) = min

M∈K

  • i,j CijMij
  • i,j DijMij

.

slide-12
SLIDE 12

Relaxing the problem

A cut metric is a semimetric of the form dS(i, j) = |1S(i) − 1S(j)| where S ⊂ X. Let C = {dS | S ⊂ [n]} ⊂ Mn and let K ⊃ C. The relaxation ΦK of Sparsest Cut is ΦK(C, D) = min

M∈K

  • i,j CijMij
  • i,j DijMij

.

◮ Then ΦK ≤ ΦC = Φ.

slide-13
SLIDE 13

Relaxing the problem

A cut metric is a semimetric of the form dS(i, j) = |1S(i) − 1S(j)| where S ⊂ X. Let C = {dS | S ⊂ [n]} ⊂ Mn and let K ⊃ C. The relaxation ΦK of Sparsest Cut is ΦK(C, D) = min

M∈K

  • i,j CijMij
  • i,j DijMij

.

◮ Then ΦK ≤ ΦC = Φ. ◮ Is there a K such that ΦK is easy to compute and close to Φ?

slide-14
SLIDE 14

Geometric relaxations

If f : X → Y , let df ∈ Mn be the induced distance function df (i, j) = d(f (i), f (j)).

◮ If K1 = {df | f : [n] → L1}, then Φ = ΦK1

(Linial-London-Rabinovich)

slide-15
SLIDE 15

Geometric relaxations

If f : X → Y , let df ∈ Mn be the induced distance function df (i, j) = d(f (i), f (j)).

◮ If K1 = {df | f : [n] → L1}, then Φ = ΦK1

(Linial-London-Rabinovich) Proof: Every element of K1 is a linear combination of cut metrics

slide-16
SLIDE 16

Geometric relaxations

If f : X → Y , let df ∈ Mn be the induced distance function df (i, j) = d(f (i), f (j)).

◮ If K1 = {df | f : [n] → L1}, then Φ = ΦK1

(Linial-London-Rabinovich) Proof: Every element of K1 is a linear combination of cut metrics

◮ If M = {n × n distance matrices}, then Φ log n ΦM ≤ Φ

(Linial-London-Rabinovich, Aumann-Rabani).

slide-17
SLIDE 17

Geometric relaxations

If f : X → Y , let df ∈ Mn be the induced distance function df (i, j) = d(f (i), f (j)).

◮ If K1 = {df | f : [n] → L1}, then Φ = ΦK1

(Linial-London-Rabinovich) Proof: Every element of K1 is a linear combination of cut metrics

◮ If M = {n × n distance matrices}, then Φ log n ΦM ≤ Φ

(Linial-London-Rabinovich, Aumann-Rabani). Proof: Every n-point metric space embeds in L1 with log n distortion (Bourgain)

slide-18
SLIDE 18

The Goemans-Linial relaxation

Theorem (Goemans-Linial)

Let N = {n × n distance matrices with negative type}. Then K1 ⊂ N ⊂ M, so Φ log n ΦM ≤ ΦN ≤ Φ. Furthermore, ΦN can be computed in polynomial time.

slide-19
SLIDE 19

The Goemans-Linial question

Define the Goemans-Linial integrality gap α(n) = max

Φ(C,D) ΦN (C,D)

where C, D are n × n matrices.

slide-20
SLIDE 20

The Goemans-Linial question

Define the Goemans-Linial integrality gap α(n) = max

Φ(C,D) ΦN (C,D)

where C, D are n × n matrices.

◮ α(n) (log n)

1 2 +o(1) (Arora-Lee-Naor).

slide-21
SLIDE 21

The Goemans-Linial question

Define the Goemans-Linial integrality gap α(n) = max

Φ(C,D) ΦN (C,D)

where C, D are n × n matrices.

◮ α(n) (log n)

1 2 +o(1) (Arora-Lee-Naor).

Question (Goemans-Linial)

Is α(n) bounded?

slide-22
SLIDE 22

The Goemans-Linial question

Define the Goemans-Linial integrality gap α(n) = max

Φ(C,D) ΦN (C,D)

where C, D are n × n matrices.

◮ α(n) (log n)

1 2 +o(1) (Arora-Lee-Naor).

Question (Goemans-Linial)

Is α(n) bounded? Equivalently, does every finite negative-type metric space embed in L1 by a bilipschitz map?

slide-23
SLIDE 23

The Goemans-Linial question

Define the Goemans-Linial integrality gap α(n) = max

Φ(C,D) ΦN (C,D)

where C, D are n × n matrices.

◮ α(n) (log n)

1 2 +o(1) (Arora-Lee-Naor).

Question (Goemans-Linial)

Is α(n) bounded? Equivalently, does every finite negative-type metric space embed in L1 by a bilipschitz map? But the answer is no:

◮ α(n) (log log n)c (Khot-Vishnoi)

slide-24
SLIDE 24

The Goemans-Linial question

Define the Goemans-Linial integrality gap α(n) = max

Φ(C,D) ΦN (C,D)

where C, D are n × n matrices.

◮ α(n) (log n)

1 2 +o(1) (Arora-Lee-Naor).

Question (Goemans-Linial)

Is α(n) bounded? Equivalently, does every finite negative-type metric space embed in L1 by a bilipschitz map? But the answer is no:

◮ α(n) (log log n)c (Khot-Vishnoi) ◮ α(n) (log n)c′ (with c′ ≈ 2−60) (Cheeger-Kleiner-Naor)

slide-25
SLIDE 25

The main theorem

Theorem (Naor-Y.)

There is an n–point subspace X (a ball in the word metric) of the Heisenberg group H5 such that any embedding of X into L1 has distortion at least ≍ √log n.

slide-26
SLIDE 26

The main theorem

Theorem (Naor-Y.)

There is an n–point subspace X (a ball in the word metric) of the Heisenberg group H5 such that any embedding of X into L1 has distortion at least ≍ √log n.

Corollary (Naor-Y.)

α(n)

  • log n
slide-27
SLIDE 27

Part 2: The Heisenberg group

Let H2k+1 ⊂ Mk+2 be the (2k + 1)–dimensional nilpotent Lie group H2k+1 =                     1 x1 . . . xk z 1 y1 ... . . . 1 yk 1       

  • xi, yi, z ∈ R

             .

slide-28
SLIDE 28

Part 2: The Heisenberg group

Let H2k+1 ⊂ Mk+2 be the (2k + 1)–dimensional nilpotent Lie group H2k+1 =                     1 x1 . . . xk z 1 y1 ... . . . 1 yk 1       

  • xi, yi, z ∈ R

             . This contains a lattice HZ

2k+1 = x1, . . . , xk, y1, . . . , yk, z

| [xi, yi] = z, all other pairs commute.

slide-29
SLIDE 29

A lattice in H3

slide-30
SLIDE 30

A lattice in H3

z = xyx−1y−1

slide-31
SLIDE 31

A lattice in H3

z = xyx−1y−1 z4 = x2y2x−2y−2

slide-32
SLIDE 32

A lattice in H3

z = xyx−1y−1 z4 = x2y2x−2y−2 zn2 = xnynx−ny−n

slide-33
SLIDE 33

From Cayley graph to sub-riemannian metric

◮ d(u, v) = inf{ℓ(γ) | γ is a

horizontal curve from u to v}

slide-34
SLIDE 34

From Cayley graph to sub-riemannian metric

◮ d(u, v) = inf{ℓ(γ) | γ is a

horizontal curve from u to v}

◮ The map

st(x, y, z) = (tx, ty, t2z) scales the metric

slide-35
SLIDE 35

From Cayley graph to sub-riemannian metric

◮ d(u, v) = inf{ℓ(γ) | γ is a

horizontal curve from u to v}

◮ The map

st(x, y, z) = (tx, ty, t2z) scales the metric

◮ The ball of radius ǫ is

approximately an ǫ × ǫ × ǫ2 box.

slide-36
SLIDE 36

From Cayley graph to sub-riemannian metric

◮ d(u, v) = inf{ℓ(γ) | γ is a

horizontal curve from u to v}

◮ The map

st(x, y, z) = (tx, ty, t2z) scales the metric

◮ The ball of radius ǫ is

approximately an ǫ × ǫ × ǫ2 box.

◮ The z–axis has Hausdorff

dimension 2

slide-37
SLIDE 37

The Heisenberg group and the Goemans–Linial question

Theorem (Lee-Naor)

The sub-riemannian metric on the Heisenberg group is bilipschitz equivalent to a metric of negative type.

slide-38
SLIDE 38

The Heisenberg group and the Goemans–Linial question

Theorem (Lee-Naor)

The sub-riemannian metric on the Heisenberg group is bilipschitz equivalent to a metric of negative type.

Theorem (Cheeger-Kleiner)

There is no bilipschitz embedding from the unit ball in H2k+1 to L1.

slide-39
SLIDE 39

The Heisenberg group and the Goemans–Linial question

Theorem (Lee-Naor)

The sub-riemannian metric on the Heisenberg group is bilipschitz equivalent to a metric of negative type.

Theorem (Cheeger-Kleiner)

There is no bilipschitz embedding from the unit ball in H2k+1 to L1.

Corollary (Cheeger-Kleiner)

There are finite subsets of H2k+1 that do not embed bilipschitzly in L1. (i.e., counterexamples to the Goemans–Linial question)

slide-40
SLIDE 40

Part 3: Nonembeddability of the Heisenberg group

Theorem (Pansu, Semmes)

There is no bilipschitz embedding from H2k+1 to RN.

slide-41
SLIDE 41

Part 3: Nonembeddability of the Heisenberg group

Theorem (Pansu, Semmes)

There is no bilipschitz embedding from H2k+1 to RN.

Theorem (Pansu)

Every Lipschitz map f : H2k+1 → RN is Pansu differentiable almost everywhere.

slide-42
SLIDE 42

Part 3: Nonembeddability of the Heisenberg group

Theorem (Pansu, Semmes)

There is no bilipschitz embedding from H2k+1 to RN.

Theorem (Pansu)

Every Lipschitz map f : H2k+1 → RN is Pansu differentiable almost everywhere. That is, on sufficiently small scales, f is close to a homomorphism.

slide-43
SLIDE 43

Part 3: Nonembeddability of the Heisenberg group

Theorem (Pansu, Semmes)

There is no bilipschitz embedding from H2k+1 to RN.

Theorem (Pansu)

Every Lipschitz map f : H2k+1 → RN is Pansu differentiable almost everywhere. That is, on sufficiently small scales, f is close to a homomorphism. But any homomorphism sends z to 0 – so any Lipschitz map to RN collapses the z direction.

slide-44
SLIDE 44

H2k+1 does not embed in L1

Pansu’s theorem does not work for L1 because Lipschitz maps to L1 may not be differentiable anywhere.

slide-45
SLIDE 45

H2k+1 does not embed in L1

Pansu’s theorem does not work for L1 because Lipschitz maps to L1 may not be differentiable anywhere.

Example

The map f : [0, 1] → L1([0, 1]) f (t) = 1[0,t], is an isometric embedding that cannot be approximated by a linear map.

slide-46
SLIDE 46

Theorem (Cheeger-Kleiner)

There is no bilipschitz embedding from H2k+1 to L1.

slide-47
SLIDE 47

Theorem (Cheeger-Kleiner)

There is no bilipschitz embedding from H2k+1 to L1. Proof Let B be a ball in H2k+1. Every L1-metric on B is a linear combination of cut metrics:

Lemma

If f : B → L1, then there is a measure µ (the cut measure) on 2B such that d(f (x), f (y)) =

  • dS(x, y) dµ(S).
slide-48
SLIDE 48

Theorem (Cheeger-Kleiner)

There is no bilipschitz embedding from H2k+1 to L1. Proof Let B be a ball in H2k+1. Every L1-metric on B is a linear combination of cut metrics:

Lemma

If f : B → L1, then there is a measure µ (the cut measure) on 2B such that d(f (x), f (y)) =

  • dS(x, y) dµ(S).

We can thus study f by studying cuts in H2k+1.

slide-49
SLIDE 49

Proof: H2k+1 does not embed in L1

Open sets in H2k+1 have Hausdorff dimension 2k + 2 and any surface that separates two open sets has Hausdorff dimension at least 2k + 1, so we let area = H2k+1, vol = H2k+2.

slide-50
SLIDE 50

Proof: H2k+1 does not embed in L1

Open sets in H2k+1 have Hausdorff dimension 2k + 2 and any surface that separates two open sets has Hausdorff dimension at least 2k + 1, so we let area = H2k+1, vol = H2k+2.

Lemma

If B ⊂ H2k+1 is the unit ball and f : B → L1 is Lipschitz, then the cut measure µ is supported on sets S with area(∂S) < ∞ and

  • area(∂S) dµ(S) vol(B) Lip(f ).
slide-51
SLIDE 51

Proof: H2k+1 does not embed in L1

Theorem (Franchi-Serapioni-Serra Cassano)

If area ∂S < ∞, then near almost every x ∈ ∂S, ∂S is close to a plane containing the z–axis (the tangent plane at x.)

slide-52
SLIDE 52

Proof: H2k+1 does not embed in L1

Theorem (Franchi-Serapioni-Serra Cassano)

If area ∂S < ∞, then near almost every x ∈ ∂S, ∂S is close to a plane containing the z–axis (the tangent plane at x.) Cheeger and Kleiner show:

◮ For almost every x ∈ B, there is a neighborhood B′ of x such

that most of the cuts are close to vertical on B′.

slide-53
SLIDE 53

Proof: H2k+1 does not embed in L1

Theorem (Franchi-Serapioni-Serra Cassano)

If area ∂S < ∞, then near almost every x ∈ ∂S, ∂S is close to a plane containing the z–axis (the tangent plane at x.) Cheeger and Kleiner show:

◮ For almost every x ∈ B, there is a neighborhood B′ of x such

that most of the cuts are close to vertical on B′.

◮ Therefore, f |B′ is close to a map that is constant on vertical

lines.

slide-54
SLIDE 54

Proof: H2k+1 does not embed in L1

Theorem (Franchi-Serapioni-Serra Cassano)

If area ∂S < ∞, then near almost every x ∈ ∂S, ∂S is close to a plane containing the z–axis (the tangent plane at x.) Cheeger and Kleiner show:

◮ For almost every x ∈ B, there is a neighborhood B′ of x such

that most of the cuts are close to vertical on B′.

◮ Therefore, f |B′ is close to a map that is constant on vertical

lines.

◮ So f is not a bilipschitz map.

slide-55
SLIDE 55

Quantitative nonembeddability

Cheeger, Kleiner, and Naor quantified this result:

Theorem (Cheeger-Kleiner-Naor)

Let B ⊂ H3 be the ball of radius 1. There is a δ > 0 such that for any ǫ > 0 and any 1–Lipschitz map f : B → L1, there is a ball B′

  • f radius at least ǫ such that f |B′ is ≍ | log ǫ|−δ–close to a map

that is constant on vertical lines.

slide-56
SLIDE 56

Quantitative nonembeddability

Cheeger, Kleiner, and Naor quantified this result:

Theorem (Cheeger-Kleiner-Naor)

Let B ⊂ H3 be the ball of radius 1. There is a δ > 0 such that for any ǫ > 0 and any 1–Lipschitz map f : B → L1, there is a ball B′

  • f radius at least ǫ such that f |B′ is ≍ | log ǫ|−δ–close to a map

that is constant on vertical lines.

Corollary

There is a δ > 0 such that the Goemans-Linial integrality gap α(n) is bounded by α(n) (log n)δ.

slide-57
SLIDE 57

Quantitative nonembeddability

Cheeger, Kleiner, and Naor quantified this result:

Theorem (Cheeger-Kleiner-Naor)

Let B ⊂ H3 be the ball of radius 1. There is a δ > 0 such that for any ǫ > 0 and any 1–Lipschitz map f : B → L1, there is a ball B′

  • f radius at least ǫ such that f |B′ is ≍ | log ǫ|−δ–close to a map

that is constant on vertical lines.

Corollary

There is a δ > 0 such that the Goemans-Linial integrality gap α(n) is bounded by α(n) (log n)δ. But δ is tiny – around 2−60.

slide-58
SLIDE 58

The main theorem

Theorem (Naor-Y.)

Let k ≥ 2 and let B ⊂ H2k+1 be the unit ball. Let Z ∈ H2k+1 generate the z–axis. If f : H2k+1 → L1 is Lipschitz, then 1

  • B

f (x) − f (xZ t)1 d(x, xZ t) dx 2 dt t Lip(f )2.

slide-59
SLIDE 59

The main theorem

Theorem (Naor-Y.)

Let k ≥ 2 and let B ⊂ H2k+1 be the unit ball. Let Z ∈ H2k+1 generate the z–axis. If f : H2k+1 → L1 is Lipschitz, then 1

  • B

f (x) − f (xZ t)1 d(x, xZ t) dx 2 dt t Lip(f )2. If f were bilipschitz, then this integral would be infinite, so

Corollary

B does not embed bilipschitzly in L1.

slide-60
SLIDE 60

The main theorem

Theorem (Naor-Y.)

Let k ≥ 2 and let B ⊂ H2k+1 be the unit ball. Let Z ∈ H2k+1 generate the z–axis. If f : H2k+1 → L1 is Lipschitz, then 1

  • B

f (x) − f (xZ t)1 d(x, xZ t) dx 2 dt t Lip(f )2. If f were bilipschitz, then this integral would be infinite, so

Corollary

B does not embed bilipschitzly in L1. And this gives sharp bounds on the scale of the distortion:

Corollary

The Goemans-Linial integrality gap α(n) is bounded by α(n)

  • log n.
slide-61
SLIDE 61

Reducing to surfaces

The sharp bound on Lipschitz embeddings follows from the following horizontal–vertical isoperimetric inequality:

Theorem (Naor-Y.)

Let k ≥ 2 and let S ⊂ H2k+1 be a set with area ∂S < ∞. Let S △ T = (S \ T) ∪ (T \ S) Then ∞ vol(S △ SZ t) d(0, Z t) 2 dt t area(∂S)2.

slide-62
SLIDE 62

Sketch of proof

  • 1. If S ⊂ H2k+1 is a half-space bounded by an intrinsic Lipschitz

graph, then S satisfies the horizontal–vertical isoperimetric inequality.

slide-63
SLIDE 63

Sketch of proof

  • 1. If S ⊂ H2k+1 is a half-space bounded by an intrinsic Lipschitz

graph, then S satisfies the horizontal–vertical isoperimetric inequality.

  • 2. Let E ⊂ H2k+1. We say that ∂E has an intrinsic corona

decomposition if ∂E can be approximated by intrinsic Lipschitz graphs at “most” points and “most” scales.

slide-64
SLIDE 64

Sketch of proof

  • 1. If S ⊂ H2k+1 is a half-space bounded by an intrinsic Lipschitz

graph, then S satisfies the horizontal–vertical isoperimetric inequality.

  • 2. Let E ⊂ H2k+1. We say that ∂E has an intrinsic corona

decomposition if ∂E can be approximated by intrinsic Lipschitz graphs at “most” points and “most” scales. These sets satisfy the horizontal–vertical isoperimetric inequality.

slide-65
SLIDE 65

Sketch of proof

  • 1. If S ⊂ H2k+1 is a half-space bounded by an intrinsic Lipschitz

graph, then S satisfies the horizontal–vertical isoperimetric inequality.

  • 2. Let E ⊂ H2k+1. We say that ∂E has an intrinsic corona

decomposition if ∂E can be approximated by intrinsic Lipschitz graphs at “most” points and “most” scales. These sets satisfy the horizontal–vertical isoperimetric inequality.

  • 3. A set E ⊂ H2k+1 can be decomposed into sets Ei so that

each ∂Ei has a corona decomposition and

  • i area(∂Ei) area(∂E).
slide-66
SLIDE 66

An intrinsic Lipschitz graph

slide-67
SLIDE 67
slide-68
SLIDE 68
slide-69
SLIDE 69
slide-70
SLIDE 70
slide-71
SLIDE 71
slide-72
SLIDE 72
slide-73
SLIDE 73
slide-74
SLIDE 74

Uniform rectifiability

  • 1. If E ⊂ H2k+1, then E can be decomposed into sets Ei so that

each ∂Ei has a corona decomposition that approximates ∂Ei by intrinsic Lipschitz graphs.

slide-75
SLIDE 75

Decompositions in Rk and H2k+1

Theorem (Y.)

If T is a mod-2 d–cycle in Rk, d < k, it can be decomposed as a sum T =

i Ti such that supp Ti is uniformly rectifiable and

  • i mass Ti mass T.
slide-76
SLIDE 76

Decompositions in Rk and H2k+1

Theorem (Y.)

If T is a mod-2 d–cycle in Rk, d < k, it can be decomposed as a sum T =

i Ti such that supp Ti is uniformly rectifiable and

  • i mass Ti mass T.

Theorem (Naor-Y.)

If E ⊂ H2k+1, then E can be decomposed into sets Ei so that each ∂Ei has a corona decomposition that approximates ∂Ei by intrinsic Lipschitz graphs.

slide-77
SLIDE 77

Bounding the roughness of surfaces

Theorem (Austin-Naor-Tessera, Naor-Y.)

If k ≥ 2 and S ⊂ B ⊂ H2k+1 is bounded by an intrinsic Lipschitz graph with bounded Lipschitz constant, then 1 vol(S △ SZ t)2 t2 dt 1.

slide-78
SLIDE 78

Bounding the roughness of surfaces

Theorem (Austin-Naor-Tessera, Naor-Y.)

If k ≥ 2 and S ⊂ B ⊂ H2k+1 is bounded by an intrinsic Lipschitz graph with bounded Lipschitz constant, then 1 vol(S △ SZ t)2 t2 dt 1.

Theorem (Naor-Y.)

If k ≥ 2 and S ⊂ B ⊂ H2k+1 is a set such that ∂S has a corona decomposition, then 1 vol(S △ SZ t)2 t2 dt area(∂S)2.

slide-79
SLIDE 79

Open questions

◮ What happens in H3? Sets in H3 can still be decomposed in

the same way, but the inequality may not hold.

slide-80
SLIDE 80

Open questions

◮ What happens in H3? Sets in H3 can still be decomposed in

the same way, but the inequality may not hold.

◮ Uniform rectifiability in Rk has definitions in terms of singular

integrals, β–coefficients, corona decompositions, the big-pieces-of-Lipschitz-graphs property, and many more. We’ve used corona decompositions to study one class of surfaces in the Heisenberg group – do the rest of the definitions also generalize?