let R be non degenerated Ring; for n, i, j being Nat st 1 <= i & i <= n & 1 <= j & j <= n holds
( i _th_unit_vector (n,R) = j _th_unit_vector (n,R) iff i = j )
let n, i, j be Nat; ( 1 <= i & i <= n & 1 <= j & j <= n implies ( i _th_unit_vector (n,R) = j _th_unit_vector (n,R) iff i = j ) )
assume AS:
( 1 <= i & i <= n & 1 <= j & j <= n )
; ( i _th_unit_vector (n,R) = j _th_unit_vector (n,R) iff i = j )
hence
( i _th_unit_vector (n,R) = j _th_unit_vector (n,R) iff i = j )
; verum