2025-11-09

1401: Pseudometric

<The previous article in this series | The table of contents of this series | The next article in this series>

definition of pseudometric

Topics


About: pseudometric space

The table of contents of this article


Starting Context



Target Context


  • The reader will have a definition of pseudometric.

Orientation


There is a list of definitions discussed so far in this site.

There is a list of propositions discussed so far in this site.


Main Body


1: Structured Description


Here is the rules of Structured Description.

Entities:
\( S\): \(\in \{\text{ the sets }\}\)
\(*dist\): \(S \times S \to \mathbb{R}\)
//

Conditions:
\(\forall s_1, s_2, s_3 \in S\)
(
(
1) \(0 \le dist (s_1, s_2)\)
\(\land\)
(
\(s_1 = s_2\)
\(\implies\)
\(dist (s_1, s_2) = 0\)
)
)
\(\land\)
2) \(dist (s_1, s_2) = dist (s_2, s_1)\)
\(\land\)
3) \(dist (s_1, s_3) \le dist (s_1, s_2) + dist (s_2, s_3)\)
)
//


2: Note


'pseudometric' is different from 'metric' only in that \(dist (s_1, s_2) = 0\) does not imply \(s_1 = s_2\).


References


<The previous article in this series | The table of contents of this series | The next article in this series>