What is the definition of distance between a point and a set of points?

Click For Summary
SUMMARY

The distance between a point \( x \) and a subset of real numbers \( S \) is defined as \( d(x,S) = \inf \{ d(x,y) : y \in S \} \), where \( d \) represents the distance function. This definition indicates that the distance is the infimum of the distances from point \( x \) to each element in set \( S \). For example, the distance between point 1 and the interval (2,3) is calculated as \( |1 - 2| = 1 \). Notably, if the set \( S \) is empty, the distance is undefined, while the distance to a non-empty set is guaranteed to exist due to the greatest lower bound property.

PREREQUISITES
  • Understanding of real number space and basic distance metrics
  • Familiarity with the concept of infimum in mathematical analysis
  • Knowledge of greatest lower bound properties
  • Basic mathematical notation and functions
NEXT STEPS
  • Study the properties of infimum and supremum in real analysis
  • Explore distance functions in metric spaces
  • Learn about the implications of empty sets in mathematical definitions
  • Investigate applications of distance metrics in optimization problems
USEFUL FOR

Mathematicians, students of real analysis, and anyone interested in understanding distance metrics in mathematical contexts.

kakarukeys
Messages
187
Reaction score
0
:confused:

for simplicity, consider the real number space
the distance between two points x, y (two reals) is |x - y|
Is there a definition of distance between a point x and a subset of R, such as an interval (a, b)?

If there isn't any, how would you define it, such that there are some meaningful constructions?
 
Mathematics news on Phys.org
Maybe the distance between a point and the locus {}
 
The standard definition of the distance between a point x and a set S is:

d(x,S)=\inf\lbrace d(x,y)\colon y\in S\rbrace

where d is your distance function.

Basically, the distance between a point and a set is the minimum distance between the point and every element in the set. That's not completely correct, since there may not be a minimum (which is why we use "inf" and not "min"), but that's the basic idea.
 
according to the definition, the distance between 1 and (2,3) is the inf which is |1 - 2| = 1?
If the set is an empty set, what is the distance?
 
The DEFINITION of "the distance between the point p and the set of points A" is
"The greatest lower bound of all distances from p to each point in A"

That is guaranteed (by the greatest lower bound property) to exist as long as A is NOT EMPTY.

The distance from a point to the empty set is not defined.
 

Similar threads

Replies
1
Views
2K
  • · Replies 20 ·
Replies
20
Views
3K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 23 ·
Replies
23
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K