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:Xโ†’Yf: 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 Kโ‰ฅ0K \geq 0 such that for all x1,x2โˆˆXx_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,yโˆˆXx, 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)=โˆฃxโˆฃf(x) = |x| is Lipschitz continuous and absolutely continuous, but not everywhere differentiable

Algebraic Properties

  • The composition of Lipschitz functions is also Lipschitz
    • If f:Xโ†’Yf: X \to Y and g:Yโ†’Zg: Y \to Z are Lipschitz continuous with constants K1K_1 and K2K_2, then gโˆ˜f:Xโ†’Zg \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:Xโ†’Yf, g: X \to Y are Lipschitz continuous with constants K1K_1 and K2K_2, then af+bgaf + bg is Lipschitz continuous with constant โˆฃaโˆฃK1+โˆฃbโˆฃK2|a|K_1 + |b|K_2 for any a,bโˆˆRa, b \in \mathbb{R}

Fundamental Theorems of Lipschitz Functions

Rademacher's Theorem

  • A Lipschitz function f:Rnโ†’Rmf: \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)=โˆฃxโˆฃf(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 UโŠ‚RnU \subset \mathbb{R}^n and f:Uโ†’Rmf: U \to \mathbb{R}^m is Lipschitz continuous, then there exists a Lipschitz continuous function F:Rnโ†’RmF: \mathbb{R}^n \to \mathbb{R}^m such that FโˆฃU=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)=โˆฃxโˆฃf(x) = |x| is Lipschitz continuous and absolutely continuous on [a,b][a, b], and fโ€ฒ(x)f'(x) exists for all xโ‰ 0x \neq 0

Whitney Extension Theorem

  • Given a closed set EโŠ‚RnE \subset \mathbb{R}^n and a function f:Eโ†’Rf: E \to \mathbb{R}, there exists a function FโˆˆCโˆž(Rn)F \in C^\infty(\mathbb{R}^n) such that FโˆฃE=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 xโ‰ 0x \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)โˆฃโ‰คCโˆฃxโˆ’yโˆฃฮฑ|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 xโ‰ 0x \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:Xโ†’Yf: X \to Y is Lipschitz continuous and EโŠ‚XE \subset X, then dimโกH(f(E))โ‰คdimโกH(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 EโŠ‚RnE \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:Rnโ†’Rmf: \mathbb{R}^n \to \mathbb{R}^m and a measurable set AโŠ‚RnA \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