How to define axiom of a line as two points in Coq
I am trying to find an example axiom in Coq of something like the line axiom in geometry: If given two points, there exist a line between those two points. I would like to see how this could be defined in Coq. Inherently choosing this simple line axiom to see how something very primitive is defined, because I'm having a hard time defining it outside natural language. Specifically, I have seen these two axioms and would like to know how in Coq to define both: Any two distinct points always determine a line Any two distinct points of a line determine this line uniquely It almost seems like you