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

let a, b be Point of CLSP; :: thesis: ( a in Line a,b & b in Line a,b )
thus a in Line a,b :: thesis: b in Line a,b
proof end;
thus b in Line a,b :: thesis: verum
proof end;