
theorem Th21:
  for P being Element of absolute holds P in tangent P
  proof
    let P be Element of absolute;
    ex p be Element of real_projective_plane st p = P &
      tangent P = Line(p,pole_infty P) by Def04;
    hence thesis by COLLSP:10;
  end;
