I want to prove two characters are not equal. My environment currently looks like this:
H: c1 = c2 -> not
_____________________
Goal: (c1 =? c2)%char = false
It won't allow me to apply H or rewrite H to solve the goal, and H is not invertible. The goal directly follows from the hypothesis, so how can I prove this? Do I need a helper lemma?