Underleaf Logo
Underleaf
AboutPricingBlog
Log InGet started

Absolute Value and Norm Notation in LaTeX

January 13, 2026

Absolute Value and Norm Notation in LaTeX

Absolute value bars and norm notation are essential for mathematics, physics, and engineering. This guide covers all the ways to create absolute values, norms, and related vertical bar notation in LaTeX, from basic syntax to auto-scaling delimiters for complex expressions.

Basic Absolute Value Notation

The simplest way to write absolute values is using the vertical bar character | directly:

Simple Notation

While this works for simple cases, it doesn’t scale well with larger expressions.

Semantic Absolute Value Commands

For better typography and semantic clarity, use \lvert and \rvert (left/right vertical bar):

These commands are mathematically semantic and provide proper spacing.

Auto-Scaling Absolute Values

Use \left| and \right| to automatically scale bars to match the height of the content:

Fractions and Large Expressions

Matrices

Note: For matrices, vertical bars typically denote determinants. Use proper delimiter sizing for clarity.

Norm Notation

Norms use double vertical bars. Use \| or pair two | characters:

Vector Norms

Auto-Scaling Norms

Specific Norm Types

Floor and Ceiling Functions

Related notation includes floor and ceiling functions using special brackets:

Floor Function

Ceiling Function

Set Notation with Absolute Values

Absolute values frequently appear in set-builder notation and conditions:

Distance and Metrics

Distance on Real Line

Euclidean Distance

Determinants and Matrices

Vertical bars around matrices denote determinants. Compare with different bracket styles:

Complex Numbers

Modulus

Triangle Inequality

Best Practices

  • Use semantic commands: Prefer \lvert \rvert over plain | for better typography
  • Auto-scaling: Use \left| and \right| for expressions with varying heights
  • Norms vs absolute values: Use \|\| for norms (vectors, matrices), || for scalar absolute values
  • Context matters: |A| can mean absolute value, determinant, or cardinality depending on context
  • Spacing: Semantic commands provide proper spacing, plain | may need manual adjustment
  • Consistency: Choose one notation style and use it throughout your document

Common Delimiters Reference

  • \lvert \rvert - Absolute value (semantic)
  • \| or \lVert \rVert - Norm/magnitude
  • \lfloor \rfloor - Floor function
  • \lceil \rceil - Ceiling function
  • \left| \right| - Auto-scaling absolute value
  • \left\| \right\| - Auto-scaling norm
  • \begin{vmatrix} - Determinant matrix

Field-Specific Examples

Analysis: Epsilon-Delta Definition

Linear Algebra: Matrix Norm

Physics: Velocity

Computer Science: Cardinality

Understanding the different ways to write absolute values and norms in LaTeX is crucial for clear mathematical communication. Whether you’re working with real analysis, linear algebra, or physics, these techniques ensure your notation is both correct and professional. Remember to use semantic commands for better typography and auto-scaling delimiters for complex expressions.

Underleaf Logo
Underleaf

Empowering students and researchers with AI-powered tools for academic writing.

Go to appContact us

Company

PricingBlogLearnAffiliate Program

Free Tools

Image to LaTeXExcel to LaTeXArXiv to LaTeXTikZ GeneratorThesis GeneratorOverleaf Chrome ExtensionAll Tools

© 2026 Underleaf. All rights reserved.