8 lines
301 B
Text
8 lines
301 B
Text
no axioms
|
|
------
|
|
quot.sound : ∀ {A : Type u} [s : setoid A] {a b : A}, a ≈ b → ⟦a⟧ = ⟦b⟧
|
|
classical.strong_indefinite_description : Π {A : Type u} (P : A → Prop), nonempty A → {x \ Exists P → P x}
|
|
propext : ∀ {a b : Prop}, (a ↔ b) → a = b
|
|
------
|
|
theorem foo3 : 0 = 0 :=
|
|
foo2
|