Skip to content

Commit 6f6502b

Browse files
make discrete_topology a ptopologicalType
Co-authored-by: @agontard Co-authored-by: Cyril Cohen <cohen@crans.org>
1 parent b9bfb0c commit 6f6502b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

theories/topology_theory/discrete_topology.v

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ HB.instance Definition _ (T : choiceType) :=
189189
hasNbhs.Build (discrete_topology T) principal_filter.
190190
HB.instance Definition _ (T : choiceType) :=
191191
Discrete_ofNbhs.Build (discrete_topology T) erefl.
192+
HB.saturate discrete_topology.
192193
HB.instance Definition _ (T : choiceType) :=
193194
DiscreteUniform_ofNbhs.Build (discrete_topology T).
194195
HB.instance Definition _ {R : numDomainType} (T : choiceType) :=

0 commit comments

Comments
 (0)