let M be MidSp; for a, b, c, d, d' being Element of st a,b @@ c,d & a,b @@ c,d' holds
d = d'
let a, b, c, d, d' be Element of ; ( a,b @@ c,d & a,b @@ c,d' implies d = d' )
assume A1:
a,b @@ c,d
; ( not a,b @@ c,d' or d = d' )
assume A2:
a,b @@ c,d'
; d = d'
a @ d =
b @ c
by A1, Def5
.=
a @ d'
by A2, Def5
;
hence
d = d'
by Th18; verum