1
0
mirror of https://github.com/nmvdw/HITs-Examples synced 2025-11-03 07:03:51 +01:00

Weakened assumption of singleton_isIn_d

This commit is contained in:
Niels van der Weide
2017-09-21 14:24:27 +02:00
parent 7f9b2b7032
commit bbe8f665df

View File

@@ -320,7 +320,7 @@ Section properties_membership_decidable.
apply comprehension_isIn_d.
Defined.
Lemma singleton_isIn_d `{DecidablePaths A} (a b : A) :
Lemma singleton_isIn_d `{IsHSet A} (a b : A) :
a {|b|} -> a = b.
Proof.
intros.