let S be non empty non void TopStruct ; :: thesis: for f being Collineation of S
for p, q being Point of st p,q are_collinear holds
f . p,f . q are_collinear

let f be Collineation of S; :: thesis: for p, q being Point of st p,q are_collinear holds
f . p,f . q are_collinear

A1: dom f = the carrier of S by FUNCT_2:def 1;
let p, q be Point of ; :: thesis: ( p,q are_collinear implies f . p,f . q are_collinear )
assume A2: p,q are_collinear ; :: thesis: f . p,f . q are_collinear
per cases ( p = q or p <> q ) ;
end;