Skip to content

Commit

Permalink
Update theories/topology.v
Browse files Browse the repository at this point in the history
Co-authored-by: Cyril Cohen <CohenCyril@users.noreply.github.com>
  • Loading branch information
zstone1 and CohenCyril committed Feb 9, 2022
1 parent d3a76de commit 353c413
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions theories/topology.v
Original file line number Diff line number Diff line change
Expand Up @@ -5807,9 +5807,8 @@ rewrite closureE => q; apply; split => //; apply: compact_closed=> //.
exact: hausdorff_product.
Qed.

Lemma uniform_pointwise_compact (W : set(X -> Y)):
@compact [topologicalType of {family compact, X -> Y}] W ->
@compact [topologicalType of {ptws X -> Y}] W.
Lemma uniform_pointwise_compact (W : set (X -> Y)):
compact (W : {family compact, X -> Y}) -> compact (W : {ptws X -> Y}).
Proof.
rewrite [x in x _ -> _]compact_ultra [x in _ -> x _]compact_ultra.
move=> + F UF FW => /(_ F UF FW) [h [Wh Fh]]; exists h; split => //.
Expand Down

0 comments on commit 353c413

Please sign in to comment.