4 lines
107 B
Text
4 lines
107 B
Text
set_option new_elaborator true
|
|
|
|
theorem ex {a : Prop} (H : ¬a) : a ↔ false :=
|
|
iff.intro H (false.rec a)
|