Response to the following problem:
Prove that the Hamming distance between two sequences of length n, denoted by dH (x, y), satisfies the following properties:
1. dH (x, y) = 0 if and only if x = y
dH(x,y) = dH(y,x)
dH(x,z) ≤ dH(x,y) + dH(y,z)
These properties show that dH is a metric.