Zulip Chat Archive
Stream: lean4
Topic: Bug in `contradiction`
Aaron Liu (Jan 03 2025 at 03:00):
I was playing around with contradiction and found this bug
-- (kernel) unknown constant 'Or.noConfusion'
example : False := by
have : Or.inl trivial = Or.inr trivial := rfl
contradiction
Kyle Miller (Jan 03 2025 at 03:53):
That's amusing. It's really rare to have an equality of proofs in practice, but that's definitely a bug. Thanks for finding it!
Kyle Miller (Jan 03 2025 at 03:57):
Reported: lean4#6515
Last updated: May 02 2025 at 03:31 UTC