d2eb99bf11
choice axiom is now in the classical namespace.
3 lines
257 B
Text
3 lines
257 B
Text
quot.sound : ∀ {A : Type} [s : setoid A] {a b : A}, setoid.r a b → quot.mk a = quot.mk b
|
|
classical.strong_indefinite_description : Π {A : Type} (P : A → Prop), nonempty A → {x : A | Exists P → P x}
|
|
propext : ∀ {a b : Prop}, (a ↔ b) → a = b
|