Reputation: 6570
Let's say that I have H: 0 = 1 in scope. How can I use this to conclude False?
H: 0 = 1
False
Upvotes: 0
Views: 168
You should use the tactic discriminate.
discriminate
Upvotes: 1