Skip to content

Commit

Permalink
removing unused lemma
Browse files Browse the repository at this point in the history
  • Loading branch information
zstone1 committed Oct 4, 2024
1 parent a074d00 commit 610cc32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG_UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@
- in file `normedtype.v`,
+ new definition `type`.
+ new lemmas `normal_completely_regular`, `completely_reg_opc`,
`opc_weak_topology2`, `nbhs_opc_weakE`,
`locally_compact_completely_regular`, and `completely_regular_regular`.
`nbhs_opc_weakE`, `locally_compact_completely_regular`, and
`completely_regular_regular`.
- in file `topology.v`,
+ new definitions `one_point_compactification`, and `one_point_nbhs`.
+ new lemmas `compact_normal_local`, `compact_normal`, `opc_compact`,
Expand Down
15 changes: 1 addition & 14 deletions theories/normedtype.v
Original file line number Diff line number Diff line change
Expand Up @@ -3912,22 +3912,9 @@ Qed.
HB.instance Definition _ := Uniform.copy opc
(completely_regular_uniformity.type completely_reg_opc).

(* TODO : fix the original*)
Lemma opc_weak_topology2 :
@nbhs _ (@weak_topology X opc Some) = @nbhs _ X.
Proof.
rewrite funeq2E => x U; apply/propeqP; split; rewrite /(@nbhs _ (weak_topology _)) /=.
case => V [[/= W] oW <- /= Ws] /filterS; apply; apply: opc_some_continuous.
exact: oW.
rewrite nbhsE; case => V [? ? ?]; exists V; split => //.
exists (Some @` V); first exact: opc_open_some.
rewrite eqEsubset; split => z /=; first by case=> ? /[swap] /Some_inj ->.
by move=> ?; exists z.
Qed.

Let X' := @weak_topology X opc Some.
Lemma nbhs_opc_weakE : @nbhs X X = nbhs_ (@entourage X').
Proof. by rewrite nbhs_entourageE opc_weak_topology2. Qed.
Proof. by rewrite nbhs_entourageE opc_weak_topology. Qed.

#[local, non_forgetful_inheritance]
HB.instance Definition _ := @Nbhs_isUniform.Build
Expand Down

0 comments on commit 610cc32

Please sign in to comment.