let n be Element of NAT ; for L1, L2 being Element of line_of_REAL n st L1 _|_ L2 holds
L1 <> L2
let L1, L2 be Element of line_of_REAL n; ( L1 _|_ L2 implies L1 <> L2 )
assume A1:
L1 _|_ L2
; L1 <> L2
now per cases
( L1 misses L2 or L1 meets L2 )
;
case
L1 meets L2
;
L1 <> L2then consider x0 being
Element of
REAL n such that A3:
x0 in L1
and A4:
x0 in L2
by Th54;
L1 is
being_line
by A1, Th72;
then consider x1 being
Element of
REAL n such that A5:
x1 <> x0
and A6:
x1 in L1
by Th58;
A7:
x1 - x0 <> 0* n
by A5, Th14;
L2 is
being_line
by A1, Th72;
then consider x2 being
Element of
REAL n such that A8:
x2 <> x0
and A9:
x2 in L2
by Th58;
A10:
x2 - x0 <> 0* n
by A8, Th14;
A11:
x1 - x0 _|_ x2 - x0
by A1, A3, A4, A5, A6, A8, A9, Th79;
not
x1 in L2
hence
L1 <> L2
by A6;
verum end; end; end;
hence
L1 <> L2
; verum