Summary: I am going to ask a question about what seems to be simple differential geometry. It may be just about linear algebra. Me, I was a biologist for too long to remember any of this, alas. But I suppose since I’m a student these days, I should point out that it’s not for homework — it’s for an amusing project in genetic programming. But I really don’t have the mathematics to answer it with any certainty. So… anybody? help?
Say we have two points in two dimensions. Call them A and B. Together, A and B suffice to uniquely define a line, as long as they’re not coincident. As an ordered pair, (A,B) can be used to define a half-space in the plane: we can just, for instance, take the half of the plane that lies counter-clockwise from the vector connecting A to B. Positive axes, and all that. The line passing through AB is a hyperplane of dimension 1 lying in 2-space.
OK. Same drill in three-space. Three points A, B and C uniquely define a plane (which is itself 2-dimensional), as long as they’re not co-linear. We can take the ordered triple (A,B,C) and apply the right-hand rule to pick one side of the plane, and define a half-space.
You know where we’re going. Four dimensions. Four points uniquely define a 3D hyperplane, as long as they’re not coplanar (I suppose). That’s OK. Generally, in n dimensions, n points will uniquely define an n–1 dimensional hyperplane, as long as they’re linearly independent. But. But.
Does the ordered tuple (A,B,C,D) suffice to denote a unique half-space? I can see how it might, and at the same time I can see how it might not. Because there’s no clear definition of the cross product in 4D, so… what’s the equivalent of the right-hand rule? The top-hand rule, which will point in the anawards direction when you have your forefinger pointing in the first direction, your middle finger in the second direction, and your ring finger pointing in the third direction?
Ow. Oh, cool! My top thumb… like, disappeared. And here it is back again. Hunh.
Anyway.
Really, all I want to be able to do is come up with an unambiguous method for defining a specific half-space in n dimensions using n linearly independent points, (x1,x2,x3…xn). And I want the ordered tuple to be the only cue we use. Does it suffice?
If so, is it just the direction orthogonal to the all rays (x1,x2), (x2,x3), (x3,x4) … and (xn-1,xn)?

