Documentation

LeanPool.LeanStationaryHarmonicMaps.StationaryHarmonicMap.Euclidean

Euclidean coordinate interface #

This file is the local boundary between the project and mathlib's concrete EuclideanSpace API. The project still uses Domain n = EuclideanSpace ℝ (Fin n), but downstream files should prefer the wrappers here over direct calls to EuclideanSpace.*.

The i-th coordinate vector in the project domain ℝⁿ.

Equations
Instances For

    Coordinate extraction via the Euclidean inner product.

    Squared norm as the sum of squared coordinates.

    Sum of squared coordinates as the squared norm.

    Euclidean volume of a ball centered at the origin, exposed through the project's Domain abbreviation.