Skip to content

Commit

Permalink
fixes #1308
Browse files Browse the repository at this point in the history
  • Loading branch information
affeldt-aist committed Sep 6, 2024
1 parent 3d15d3e commit f34ace8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions theories/numfun.v
Original file line number Diff line number Diff line change
Expand Up @@ -469,8 +469,6 @@ HB.end.
Section Tietze.
Context {X : topologicalType} {R : realType}.

Local Notation "3" := 3%:R : ring_scope.

Hypothesis normalX : normal_space X.

Lemma urysohn_ext_itv A B x y :
Expand All @@ -495,8 +493,6 @@ Qed.
Context (A : set X).
Hypothesis clA : closed A.

Local Notation "3" := 3%:R.

Local Lemma tietze_step' (f : X -> R) (M : R) :
0 < M -> {within A, continuous f} ->
(forall x, A x -> `|f x| <= M) ->
Expand Down

0 comments on commit f34ace8

Please sign in to comment.