Unique line through two points in projective space

4.1k Views Asked by At

I'm trying to solve exercise I.3.15 in Hartshorne's Algebraic Geometry. The question starts as follows:

Projection from a point: Let $ \mathbb{P}^{n } $ be a hyperplane in $ \mathbb{P}^{n+1 } $ and let $ P \in \mathbb{P}^{n +1 } - \mathbb{P}^{n }$. Define a mapping $ \varphi : \mathbb{ P}^{n+1 } - \{P \} \rightarrow \mathbb{P}^{n } $ by $\varphi(Q) =$ the intersection of the unique line containing $ P$ and $Q $ with $ \mathbb {P}^ {n }$.

I haven't been exposed to projective geometry prior to this. The question assumes that there is a unique line and the line intersects with the hyperplane uniquely. I'm trying to show this, but I inevitably end up with $ n$ linear equations that are difficult to deal with. Furthermore, some notes online suggest that a transformation can make the hyperplane $x_0 = 0 $ and the point $(1:0 : \cdots 0) $. I can see how a transformation can move the hyperplane, but I can't come up with a transformation that simultaneously moves both the point and the hyperplane.

Could you please help me with the following questions:

  • How to show that a unique line passes through the two points and intersects the hyperplane in one point.
  • How to transform the projective space so that the hyperplane is $x_{ 0} =0$ and the point is $(1:0 : \cdots 0) $.

Thank you

2

There are 2 best solutions below

3
On BEST ANSWER
  1. If you have two distinct points $P$ and $Q$, then the parametric line $s(t) = (1-t)P + tQ$ passes through them.

  2. Pick $n+1$ points in some plane and one point outside the plane. You want to send these to $n+1$ points of "the standard plane" and one more point. That's a system of $n+2$ equations in the unknown entries of the matrix, but the "scale factors" are also unknown, alas. Harthshorne's little book on Project Geometry has a nice reduction of this problem to a sequence of two linear-equation-solving problems. I suggest you take a look at that. The rest of the book may also provide you with a useful intro to Projective Geometry -- I recommend it. I believe that someone has LaTeX-ed it and put a version online.

0
On

This is a rewritten of the accepted answer above. I wish this is right. First, it is easier to see the picture from the affine plane where a point is an array starting from the origin.

Let $(x_i)$ and $(y_i)$ be two distinct points in $\mathbb P^n$. Let $(u_0,u_1)$ be a point of $\mathbb P^1$ and consider the point $(z_i)$ with $z_i=(u_1-u_0)x_i+u_0y_i$.

This is a linear variety since the above can be written as $r_{ij}z_k=r_{ik}z_j+r_{kj}z_i$ where $r_{ij}=y_ix_j-y_jx_i$.

Since a line has dimension 1, it is easy to show its uniqueness. To see it is a line, choose a pair $(i,j)$ such that $r_{ij}$ is nonzero, which exists since $(x_i) $ and $(y_i)$ are distinct points, and then we have a matrix $A_{(n-1)\times (n+1)}=(r_{ij}I_{n-1} *)$ which is of full rank. Since it has two linearly independent solutions, it has dimension 1.