Skip to content

Commit

Permalink
Add EuclideanSpaces.v to _CoqProject & fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
Columbus240 committed Feb 7, 2021
1 parent 091e254 commit 6b24418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions _CoqProject
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ theories/Topology/Connectedness.v
theories/Topology/Continuity.v
theories/Topology/ContinuousFactorization.v
theories/Topology/CountabilityAxioms.v
theories/Topology/EuclideanSpaces.v
theories/Topology/FilterLimits.v
theories/Topology/FiltersAndNets.v
theories/Topology/Homeomorphisms.v
Expand Down
2 changes: 1 addition & 1 deletion theories/Topology/EuclideanSpaces.v
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ Lemma compact_Subspace (X : TopologicalSpace) (S : Ensemble (point_set X)) :
(forall U, In C U -> open U) ->
FamilyUnion C = Full_set ->
exists C',
Finite _ C' /\ Included C' C /\ Included S (FamilyUnion C').
Finite C' /\ Included C' C /\ Included S (FamilyUnion C').
Proof.
intros.
unshelve edestruct H as [C'].
Expand Down

0 comments on commit 6b24418

Please sign in to comment.