3 lines
125 B
Text
3 lines
125 B
Text
example (p : Prop) [Decidable p] (hnp : ¬ p) :
|
|
if decide p then 0 = 1 else 1 = 1 := by
|
|
simp [hnp, decideEqFalse Unit]
|