lean4-htt/tests/lean/run/4851.lean
Leonardo de Moura e08d35cea1
fix: type incorrect term produced by contradiction (#6387)
This PR fixes a type error in the proof generated by the `contradiction`
tactic.

closes #4851
2024-12-15 00:21:15 +00:00

2 lines
80 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

theorem T0 (α : Type) (x : α) (H: α → False) : False := by
contradiction