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