lean4-htt/tests/lean/by_contradiction.lean.expected.out

20 lines
424 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.

a b : ,
a_1 : a ≠ b,
H : a = b
⊢ false
-------
a b : ,
a_1 : ¬¬a = b,
H : ¬a = b
⊢ false
-------
by_contradiction.lean:22:3: error: tactic by_contradiction failed, target is not a negation nor a decidable proposition (remark: when 'local attribute classical.prop_decidable [instance]' is used all propositions are decidable)
state:
p q : Prop,
a : ¬¬p
⊢ p
-------
p q : Prop,
a : ¬¬p,
H : ¬p
⊢ false