let H1, H2 be Element of EnsLineHomography3 ; ( ex N1, N2 being invertible Matrix of 3,F_Real st
( h1 = line_homography N1 & h2 = line_homography N2 & H1 = line_homography (N1 * N2) ) & ex N1, N2 being invertible Matrix of 3,F_Real st
( h1 = line_homography N1 & h2 = line_homography N2 & H2 = line_homography (N1 * N2) ) implies H1 = H2 )
assume that
A3:
ex N1, N2 being invertible Matrix of 3,F_Real st
( h1 = line_homography N1 & h2 = line_homography N2 & H1 = line_homography (N1 * N2) )
and
A4:
ex N1, N2 being invertible Matrix of 3,F_Real st
( h1 = line_homography N1 & h2 = line_homography N2 & H2 = line_homography (N1 * N2) )
; H1 = H2
consider NA1, NA2 being invertible Matrix of 3,F_Real such that
A5:
h1 = line_homography NA1
and
A6:
h2 = line_homography NA2
and
A7:
H1 = line_homography (NA1 * NA2)
by A3;
consider NB1, NB2 being invertible Matrix of 3,F_Real such that
A8:
h1 = line_homography NB1
and
A9:
h2 = line_homography NB2
and
A10:
H2 = line_homography (NB1 * NB2)
by A4;
reconsider fH1 = H1, fH2 = H2 as Function of the Lines of (IncProjSp_of real_projective_plane), the Lines of (IncProjSp_of real_projective_plane) by A7, A10;
hence
H1 = H2
by FUNCT_1:def 11; verum