mirror of https://github.com/nmvdw/HITs-Examples
Weakened assumption of singleton_isIn_d
This commit is contained in:
parent
7f9b2b7032
commit
bbe8f665df
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue