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