Search code examples
equalitycoqcoq-tactic

What tactic should I use to derive a contradiction from an absurd equality?


Let's say that I have H: 0 = 1 in scope. How can I use this to conclude False?


Solution

  • You should use the tactic discriminate.