Skip to content

Commit ec9b40e

Browse files
committed
fixes #1756
1 parent d30491f commit ec9b40e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

theories/normedtype_theory/normed_module.v

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(* mathcomp analysis (c) 2025 Inria and AIST. License: CeCILL-C. *)
1+
(* mathcomp analysis (c) 2026 Inria and AIST. License: CeCILL-C. *)
22
From HB Require Import structures.
33
From mathcomp Require Import all_ssreflect finmap ssralg ssrnum ssrint.
44
From mathcomp Require Import archimedean rat interval zmodp vector.
@@ -43,6 +43,7 @@ From mathcomp Require Import ereal_normedtype pseudometric_normed_Zmodule.
4343
(* lipschitz_on f F == f is lipschitz near F *)
4444
(* k.-lipschitz_on f F == f is k.-lipschitz near F *)
4545
(* k.-lipschitz_A f == f is k.-lipschitz on A *)
46+
(* k.-lipschitz f := k.-lipschitz_setT *)
4647
(* [lipschitz f x | x in A] == f is lipschitz on A *)
4748
(* [locally [lipschitz f x | x in A] == f is locally lipschitz on A *)
4849
(* [locally k.-lipschitz_A f] == f is locally k.-lipschitz on A *)

0 commit comments

Comments
 (0)