Fiveable

📏Geometric Measure Theory Unit 3 Review

QR code for Geometric Measure Theory practice questions

3.1 Lipschitz functions and their properties

3.1 Lipschitz functions and their properties

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
📏Geometric Measure Theory
Unit & Topic Study Guides

Lipschitz functions are key players in geometric measure theory. They're special because they don't stretch distances too much, making them useful for studying shapes and measures in complex spaces.

These functions have cool properties that link them to other important concepts. They're always continuous, often differentiable, and help us understand things like rectifiable sets and Hausdorff dimension.

Lipschitz Functions: Definition and Properties

Definition and Lipschitz Constant

  • A function f:XYf: X \to Y between metric spaces (X,dX)(X, d_X) and (Y,dY)(Y, d_Y) is Lipschitz continuous if there exists a real constant K0K \geq 0 such that for all x1,x2Xx_1, x_2 \in X, dY(f(x1),f(x2))KdX(x1,x2)d_Y(f(x_1), f(x_2)) \leq K d_X(x_1, x_2)
    • The smallest such KK is the Lipschitz constant of ff, denoted as Lip(f)\text{Lip}(f)
    • Examples: f(x)=2xf(x) = 2x is Lipschitz continuous with Lip(f)=2\text{Lip}(f) = 2, and f(x)=sin(x)f(x) = \sin(x) is Lipschitz continuous with Lip(f)=1\text{Lip}(f) = 1

Continuity and Differentiability Properties

  • Lipschitz functions are uniformly continuous
    • For every ε>0\varepsilon > 0, there exists a δ>0\delta > 0 such that for all x,yXx, y \in X with dX(x,y)<δd_X(x, y) < \delta, we have dY(f(x),f(y))<εd_Y(f(x), f(y)) < \varepsilon
    • This is a stronger form of continuity than regular continuity
  • Lipschitz functions are absolutely continuous
    • They are differentiable almost everywhere and can be represented as an integral of their derivative
    • Example: f(x)=xf(x) = |x| is Lipschitz continuous and absolutely continuous, but not everywhere differentiable

Algebraic Properties

  • The composition of Lipschitz functions is also Lipschitz
    • If f:XYf: X \to Y and g:YZg: Y \to Z are Lipschitz continuous with constants K1K_1 and K2K_2, then gf:XZg \circ f: X \to Z is Lipschitz continuous with constant K1K2K_1K_2
  • Lipschitz functions form a vector space
    • They are closed under addition, subtraction, and scalar multiplication
    • If f,g:XYf, g: X \to Y are Lipschitz continuous with constants K1K_1 and K2K_2, then af+bgaf + bg is Lipschitz continuous with constant aK1+bK2|a|K_1 + |b|K_2 for any a,bRa, b \in \mathbb{R}

Fundamental Theorems of Lipschitz Functions

Rademacher's Theorem

  • A Lipschitz function f:RnRmf: \mathbb{R}^n \to \mathbb{R}^m is differentiable almost everywhere with respect to the Lebesgue measure
    • This means the set of points where ff is not differentiable has Lebesgue measure zero
    • Example: f(x)=xf(x) = |x| is Lipschitz continuous but not differentiable at x=0x = 0, which is a set of Lebesgue measure zero

Kirszbraun Theorem (Lipschitz Extension Theorem)

  • If URnU \subset \mathbb{R}^n and f:URmf: U \to \mathbb{R}^m is Lipschitz continuous, then there exists a Lipschitz continuous function F:RnRmF: \mathbb{R}^n \to \mathbb{R}^m such that FU=fF|_U = f and Lip(F)=Lip(f)\text{Lip}(F) = \text{Lip}(f)
    • This theorem allows extending a Lipschitz function defined on a subset to the entire space while preserving the Lipschitz constant
    • Example: If f:[0,1]Rf: [0, 1] \to \mathbb{R} is Lipschitz continuous, it can be extended to a Lipschitz continuous function on R\mathbb{R}

Stepanov's Theorem

  • If f:[a,b]Rf: [a, b] \to \mathbb{R} is Lipschitz continuous, then ff is absolutely continuous, and f(x)f'(x) exists for almost every x[a,b]x \in [a, b]
    • This theorem connects Lipschitz continuity with absolute continuity and differentiability
    • Example: f(x)=xf(x) = |x| is Lipschitz continuous and absolutely continuous on [a,b][a, b], and f(x)f'(x) exists for all x0x \neq 0

Whitney Extension Theorem

  • Given a closed set ERnE \subset \mathbb{R}^n and a function f:ERf: E \to \mathbb{R}, there exists a function FC(Rn)F \in C^\infty(\mathbb{R}^n) such that FE=fF|_E = f and FF is Lipschitz continuous if and only if ff satisfies a certain compatibility condition involving its jets (Taylor polynomials)
    • This theorem characterizes the extendability of a function to a smooth Lipschitz function on the entire space
    • Example: If E={0,1}E = \{0, 1\} and f(0)=0,f(1)=1f(0) = 0, f(1) = 1, then ff can be extended to a smooth Lipschitz function on R\mathbb{R}, such as F(x)=xF(x) = x

Lipschitz Functions vs Other Function Classes

Lipschitz Functions and Uniform Continuity

  • Every Lipschitz function is uniformly continuous, but the converse is not true
    • Example: f(x)=xf(x) = \sqrt{x} is uniformly continuous on [0,)[0, \infty) but not Lipschitz continuous
    • Lipschitz continuity is a stronger condition than uniform continuity

Lipschitz Functions and Absolute Continuity

  • Every Lipschitz function is absolutely continuous, but the converse is not true
    • Example: f(x)=x2sin(1/x)f(x) = x^2 \sin(1/x) for x0x \neq 0 and f(0)=0f(0) = 0 is absolutely continuous but not Lipschitz continuous
    • Lipschitz continuity implies absolute continuity, but not vice versa

Lipschitz Functions and Hölder Continuity

  • Lipschitz functions are a proper subset of Hölder continuous functions
    • A function ff is Hölder continuous with exponent α(0,1]\alpha \in (0, 1] if there exists a constant C>0C > 0 such that f(x)f(y)Cxyα|f(x) - f(y)| \leq C|x - y|^\alpha for all x,yx, y in the domain
    • Lipschitz functions correspond to the case α=1\alpha = 1
    • Example: f(x)=xf(x) = \sqrt{x} is Hölder continuous with α=1/2\alpha = 1/2 but not Lipschitz continuous

Lipschitz Functions and Functions of Bounded Variation

  • Lipschitz functions are closely related to functions of bounded variation
    • A function f:[a,b]Rf: [a, b] \to \mathbb{R} is of bounded variation if and only if it can be expressed as the difference of two increasing Lipschitz functions
    • Example: f(x)=xsin(1/x)f(x) = x\sin(1/x) for x0x \neq 0 and f(0)=0f(0) = 0 is of bounded variation but not Lipschitz continuous

Applications of Lipschitz Functions in Geometric Measure Theory

Hausdorff Measure and Dimension

  • Lipschitz functions are used to define the Hausdorff measure and dimension of sets in metric spaces
    • The Hausdorff dimension of a set EE is the infimum of all s>0s > 0 such that the ss-dimensional Hausdorff measure of EE is zero
    • Lipschitz functions preserve Hausdorff dimension, i.e., if f:XYf: X \to Y is Lipschitz continuous and EXE \subset X, then dimH(f(E))dimH(E)\dim_H(f(E)) \leq \dim_H(E)

Rectifiable Sets

  • Lipschitz functions play a crucial role in the theory of rectifiable sets
    • A set ERnE \subset \mathbb{R}^n is countably kk-rectifiable if it can be covered, up to a set of Hk\mathcal{H}^k-measure zero, by a countable union of Lipschitz images of subsets of Rk\mathbb{R}^k
    • Example: A smooth curve in Rn\mathbb{R}^n is countably 1-rectifiable, as it can be covered by a countable union of Lipschitz images of intervals

Tangent Spaces and Approximate Tangent Spaces

  • Lipschitz functions are used to prove the existence of tangent spaces and approximate tangent spaces for rectifiable sets
    • The tangent space of a rectifiable set EE at a point xx is the unique kk-dimensional subspace TxET_x E such that the Hausdorff distance between EE and x+TxEx + T_x E goes to zero as we zoom in around xx
    • Approximate tangent spaces are a generalization of tangent spaces that exist almost everywhere for rectifiable sets

Area and Coarea Formulas

  • The area and coarea formulas for Lipschitz functions relate the Hausdorff measures of sets and their images under Lipschitz mappings
    • The area formula states that for a Lipschitz function f:RnRmf: \mathbb{R}^n \to \mathbb{R}^m and a measurable set ARnA \subset \mathbb{R}^n, Hn(f(A))=AJf(x)dHn(x)\mathcal{H}^n(f(A)) = \int_A J_f(x) d\mathcal{H}^n(x), where Jf(x)J_f(x) is the Jacobian of ff at xx
    • The coarea formula is a generalization of the area formula that relates the integrals of a function over a set and its level sets

Currents

  • Lipschitz functions are used in the study of currents, which are generalized surfaces in geometric measure theory
    • The boundary of a current is defined using the pushforward of Lipschitz functions
    • The mass of a current is defined using the Lipschitz constant of the defining function
    • Example: A smooth oriented submanifold with boundary can be represented as a current, and its boundary is the current defined by the boundary of the submanifold
Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly → and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot

2,589 studying →