Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion theories/convex.v
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ Unset Strict Implicit.
Unset Printing Implicit Defensive.

Import Order.TTheory GRing.Theory Num.Def Num.Theory.
Import numFieldTopology.Exports.

Local Open Scope classical_set_scope.
Local Open Scope ring_scope.
Expand Down
5 changes: 5 additions & 0 deletions theories/normedtype.v
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ From mathcomp Require Export real_interval separation_axioms tvs.
(* $\mathbb{R}^n$ are the closed and bounded sets, Urysohn's lemma, Vitali's *)
(* covering lemmas (finite case and infinite case), etc. *)
(* *)
(* We endow `numFieldType` with the types of norm-related notions (accessible *)
(* with `Import numFieldNormedType.Exports). *)
(* *)
(* * Limit superior and inferior: *)
(* limf_esup f F, limf_einf f F == limit sup/inferior of f at "filter" F *)
(* f has type X -> \bar R. *)
Expand All @@ -30,10 +33,12 @@ From mathcomp Require Export real_interval separation_axioms tvs.
(* The HB class is PseudoMetricNormedZmod. *)
(* ``` *)
(* *)
(* ``` *)
(* lower_semicontinuous f == the extented real-valued function f is *)
(* lower-semicontinuous. The type of f is *)
(* X -> \bar R with X : topologicalType and *)
(* R : realType *)
(* ``` *)
(* *)
(* ## Normed modules *)
(* ``` *)
Expand Down
1 change: 0 additions & 1 deletion theories/realfun.v
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ Unset Strict Implicit.
Unset Printing Implicit Defensive.

Import Order.TTheory GRing.Theory Num.Def Num.Theory.
Import numFieldTopology.Exports.

Local Open Scope classical_set_scope.
Local Open Scope ring_scope.
Expand Down
2 changes: 1 addition & 1 deletion theories/topology_theory/num_topology.v
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ From mathcomp Require Import pseudometric_structure order_topology.
(* # Topological notions for numerical types *)
(* *)
(* We endow `numFieldType` with the types of topological notions (accessible *)
(* with `Import numFieldTopology.Exports. *)
(* with `Import numFieldTopology.Exports). *)
(* *)
(******************************************************************************)

Expand Down