Skip to content

Commit a2cb52e

Browse files
authored
Merge pull request #1975 from affeldt-aist/discrete_topology_20260517
make discrete_topology a ptopologicalType
2 parents 22b2533 + 6f6502b commit a2cb52e

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)