I have the following example: Lets see the projective straight line $l \subset \mathbb{P^2}$ that goes through the points $[1:1:0]$ and $[1:0:1]$ (first is this any diferent that $(1,1,0)$ and $(1,0,1)$?)
The example starts by finding the subspace generated by the vectors $(1,1,0)$ and $(1,0,1)$, and they reach the equation: $-x_0+x_1+x_2=0$
Then, it concludes that: $l=\{[x_0:x_1:x_2]\in\mathbb{P^2}:-x_0+x_1+x_2=0\}$
My question is: what exactly is this last set? (And a intuition for it). Isn't this a plane instead of a line?
I'm having some trouble finding out the meaning of apparently elementary definitions of Projective Geometry. If there are some notes out there that could help me getting the first intuition about it, I would be grateful if you could share them to me.
Notation 1:1:0 is better suited for projective geometry than 1,1,0 because 1:1:0 is equivalent to 2:2:0, and to 99:99:0, etc. One can say that ':' stands for a ratio.
A line on a projective plane can be represented by a plane in $\mathbb R^3$ which contains the origin (0,0,0), i.e. $ax_1+bx_2+cx_3=0$, and $a,b,c$ are not uniquely defined but can be multiplied by any non-zero scalar, i.e., for any $\alpha != 0$ the set $(\alpha a,\alpha b, \alpha c)$ defines the same plane, and thus the same projective line.
If you plug in the values of your two points into the plane equation you'll get two equations for $a,b,c$, and $(-1,1,1)$ will be one of the possible (non-unique) solutions, produce the plane equation $-1*x_1+1*x_2+1*x_3=0$