2 lines
149 B
Text
2 lines
149 B
Text
em : ∀ (a : Prop), a ∨ ¬a
|
||
strong_indefinite_description : Π {A : Type} (P : A → Prop), nonempty A → { (x : A)| (∃ (y : A), P y) → P x}
|