let CLSP be CollSp; :: thesis: for a, b, r being Point of holds
( a,b,r is_collinear iff r in Line a,b )

let a, b, r be Point of ; :: thesis: ( a,b,r is_collinear iff r in Line a,b )
thus ( a,b,r is_collinear implies r in Line a,b ) ; :: thesis: ( r in Line a,b implies a,b,r is_collinear )
thus ( r in Line a,b implies a,b,r is_collinear ) :: thesis: verum
proof end;