let n be Element of NAT ; :: thesis: for L1, L2 being Element of line_of_REAL n st L1 is being_line & L2 is being_line & L1,L2 are_coplane & L1 <> L2 holds
ex P being Element of plane_of_REAL n st
( L1 c= P & L2 c= P & P is being_plane )

let L1, L2 be Element of line_of_REAL n; :: thesis: ( L1 is being_line & L2 is being_line & L1,L2 are_coplane & L1 <> L2 implies ex P being Element of plane_of_REAL n st
( L1 c= P & L2 c= P & P is being_plane ) )

assume A1: ( L1 is being_line & L2 is being_line & L1,L2 are_coplane & L1 <> L2 ) ; :: thesis: ex P being Element of plane_of_REAL n st
( L1 c= P & L2 c= P & P is being_plane )

then consider P being Element of plane_of_REAL n such that
A2: ( L1 c= P & L2 c= P ) by Th101;
consider x being Element of REAL n such that
A3: ( x in L2 & not x in L1 ) by A1, Th84;
thus ex P being Element of plane_of_REAL n st
( L1 c= P & L2 c= P & P is being_plane ) by A1, A2, A3, Th106; :: thesis: verum