Primitives
This note covers basic constructs in geometry.
Metric Space
definition. Let M be a set and let d be a function of the form d:(M×M)↦R. A metric space is an ordered pair (M,d) that satisfies the following axioms, for all x,y,z∈M:
- d(x,x)=0.
- If x=y, then d(x,y)>0.
- d(x,y)=d(y,x).
- d(x,z)≤d(x,y)+d(y,z).
Points
definition. Given a metric space (M,d) we call each element of M×M a point.