let OAS be OAffinSpace; :: thesis: for a, b, c, d, p being Element of OAS st Mid p,d,a & c,d // b,a & p,c // p,b & not p,a,b are_collinear & p <> c holds
Mid p,c,b

let a, b, c, d, p be Element of OAS; :: thesis: ( Mid p,d,a & c,d // b,a & p,c // p,b & not p,a,b are_collinear & p <> c implies Mid p,c,b )
assume that
A1: Mid p,d,a and
A2: c,d // b,a and
A3: p,c // p,b and
A4: not p,a,b are_collinear and
A5: p <> c ; :: thesis: Mid p,c,b
A6: p <> d
proof end;
( Mid p,c,b or Mid p,b,c ) by A3, DIRAF:7;
then A8: ( p,c,b are_collinear or p,b,c are_collinear ) by DIRAF:28;
then A9: p,c,b are_collinear by DIRAF:30;
now :: thesis: ( Mid p,b,c implies Mid p,c,b )end;
hence Mid p,c,b by A3, DIRAF:7; :: thesis: verum