Skip to content

Unisolvent Point Set

A finite sampling set for which evaluation on a declared finite-dimensional function space is injective, equivalently making interpolation uniquely solvable when the dimensions match.

Version
v3 · 2026-09-06 · History
Domain-specific #
3035
Origin domain
mathematics
Subdomain
multivariate interpolation
Aliases
Unisolvent node set, Unisolvent interpolation set

Core Idea

A finite point set is unisolvent for a function space when the values of a function at those points uniquely determine the function within that space. If W is a finite-dimensional space of functions on a domain Ω and X = {x_1, …, x_N}, define the evaluation map.

E_X : W → F^N, E_X(w) = (w(x_1), …, w(x_N)).

The set X is W-unisolvent when E_X is injective: the only w ∈ W that vanishes at every point of X is the zero function. When N = dim W, injectivity is equivalent to bijectivity, so every vector of nodal data has exactly one interpolant in W. Equivalently, a basis-evaluation or generalized Vandermonde matrix is nonsingular.

Scope of Application

Unisolvent sets appear in polynomial interpolation, finite elements, approximation theory, meshless methods, radial-basis augmentation, quadrature construction, and experimental design. They determine whether nodal degrees of freedom identify an element of a trial space.

For univariate polynomials of degree at most m, any m+1 distinct nodes are unisolvent. For polynomials in d variables of total degree at most m, the space dimension is binomial(d+m,m), but selecting that many distinct points does not guarantee unisolvence; their algebraic geometry matters.

Clarity

Choose a basis φ_1, …, φ_M of W and form V_{ij}=φ_j(x_i). Then:

  • X is W-unisolvent exactly when rank(V)=M;
  • if N=M, the interpolation coefficients solve the square system Vc=y uniquely for every y exactly when det(V) ≠ 0;
  • if N>M, full column rank gives uniqueness of a function consistent with data, but exact consistency is not guaranteed for arbitrary y;
  • if N<M, a nontrivial nullspace prevents unisolvence.

Manages Complexity

A function in W may be represented by many coefficient systems. Unisolvence replaces global equality checking by finitely many evaluations: if two candidates agree on a unisolvent set, they are the same member of W. In computation, the property turns nodal values into coordinates and enables cardinal bases.

Abstract Reasoning

Name the space. Every conclusion must be indexed to W and its scalar field.

Use the kernel test. Search for a nonzero w ∈ W with w|_X=0; finding one disproves unisolvence.

Count before computing. If |X| < dim W, stop: injectivity is impossible.

Separate rank from conditioning. Small singular values can make a theoretically unique solution practically unstable.

Knowledge Transfer

The portable skeleton is finite identifiability: a family of probes jointly separates every pair of models in a class. This appears in sensor placement, experimental design, system identification, and tomography.

Literal unisolvent-point-set identity requires point evaluations of a declared function space. General linear functionals can be separating without being nodal, and statistical identifiability may be distributional rather than exact. Those are close structural relatives, not automatic instances.

Relationships to Other Abstractions

Local relationship map for Unisolvent Point SetParents appear above the current abstraction, mutual partners to the right, and children below. Node labels state whether each abstraction is prime or domain-specific; colors identify relation types.Unisolvent Point SetDOMAINPrime abstraction: Injectivity — is a kind ofInjectivityPRIME

Current abstraction Unisolvent Point Set Domain-specific

Parents (1) — more general patterns this builds on

  • Unisolvent Point Set is a kind of Injectivity Prime

    Injectivity is instantiated exactly by E_X.

Hierarchy path (1) — routes to 1 parentless root

Neighborhood in Abstraction Space

Unisolvent Point Set sits in a sparse region of the domain-specific corpus (75th percentile for distinctiveness): few abstractions share its structure, so a faithful description tends to retrieve it precisely.

Family — Functions, Maps & Integral Structure (10 abstractions)

Nearest neighbors

Computed from structural-signature embeddings · 2026-09-08