Differences between revisions 1 and 2
Revision 1 as of 2026-03-04 18:11:13
Size: 551
Comment: Initial commit
Revision 2 as of 2026-07-28 18:49:50
Size: 597
Comment: Link
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
A '''metric space''' is a [[Analysis/Sets|set]] for which a distance function can be defined. A '''metric space''' is a [[Analysis/Sets|set]] for which a distance [[Analysis/Functions|function]] can be defined.
Line 15: Line 15:
A metric space is a [[Analysis/Sets|set]] with a distance (or metric) function as ''d: M × M -> R''. A metric space is a [[Analysis/Sets|set]] with a distance (or metric) [[Analysis/Functions|function]] as ''d: M × M -> R''.

Metric Space

A metric space is a set for which a distance function can be defined.

Not to be confused with a measure space.


Description

A metric space is a set with a distance (or metric) function as d: M × M -> R.

For any p and q in M, the distance must feature these properties:

  • d(p,q) ≥ 0, and d(p,q) = 0 only if p = q

  • Symmetry: d(p,q) = d(q,p)


CategoryRicottone

Analysis/MetricSpace (last edited 2026-07-30 19:48:54 by DominicRicottone)