basically, the existence of a collision would make the hash…
basically, the existence of a collision would make the hash function not a true function (fails the vertical line test). say you have a function, f.
f(1) = 10
f(2) = 20
f(3) = 30
now, if for some reason, f(88) = 10, you would have a collision