Skip to content

Commit 7e22e2c

Browse files
committed
typo and changelog
1 parent 73f40eb commit 7e22e2c

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

CHANGELOG_UNRELEASED.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,51 @@
5252
- in `lebesgue_integral_differentiation.v`:
5353
+ lemma `nicely_shrinking_fin_num`
5454

55+
- in `unstable.v`
56+
+ lemmas `scalecE`, `normcr`, `Im_mul`, `mulrnc`, `complexA`, `normc_natmul`,
57+
`nomrc_mulrn`, `gt0_normc`, `gt0_realC`, `ltc0E`, `ltc0P`, `ltcP`, `lecP`,
58+
`realC_gt0`, `Creal_gtE`, `realC_norm`, `eqCr`, `eqCI`, `neqCr0`,
59+
`real_normc_ler`, `im_normc_ler`
60+
+ notations `f %:Rfun`, `v %:Rc`
61+
+ lemmas `realCZ`, `realC_alg`, `scalecr`, `scalecV`
62+
63+
- in `function_spaces.v`
64+
+ lemmas `cvg_big`, `continuous_big`
65+
66+
- file `holomorphy.v`
67+
+ instance of `normedModType` on `complex`
68+
+ definition `ball_Rcomplex`
69+
+ lemmas `entourage_RcomplexE`, `normcZ`, `Rcomplex_findim`
70+
+ instance of `normedVectType` on `complex`
71+
+ definitions `holomorphic`, `Rdifferentiable`, `realC`, `CauchyRiemannEq`
72+
+ lemmas `holomorphicP`, `continuous_realC`, `Rdiff1`, `Rdiffi`, `littleoCo`,
73+
`holo_differentiable`, `holo_CauchyRiemann`, `Diff_CR_holo`,
74+
`holomorphic_Rdiff`
75+
76+
- in `landau.v`
77+
+ lemma `littleoE0`
78+
79+
- in `normed_module.v`
80+
+ structure `normedVectType`
81+
+ lemmas `dnbhs0_le`, `nbhs0_le`, `dnbrg0_lt`, `nbhs0_lt`
82+
+ definition `pseudometric`
83+
+ instance of `normedZmodType`, `pointedType` and `pseudoMetricType`
84+
on `pseudometric`
85+
+ definitions `oo_norm`, `oo_space`,
86+
+ instance of `normedModType` on `oo_space`
87+
+ lemmas `oo_closed_ball_compact`, `equivalence_norms`,
88+
`linear_findim_continuous`
89+
90+
- in `num_topology.v`
91+
+ instance of `pseudoMetricType` on `GRing.regular`
92+
93+
- in `uniform_structure`
94+
+ lemma `within_continuous_withinNx`
95+
96+
- in `tvs.v`
97+
+ lemmas `cvg_sum`, `sum_continuous`, `entourage_nbhsE`
98+
+ instance of `UniformZmodule.type` on `GRing.regular`
99+
55100
### Changed
56101

57102
- in `convex.v`:

theories/holomorphy.v

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ HB.instance Definition _ :=
9797
Lmodule_hasFinDim.Build R (Rcomplex R) Rcomplex_findim.
9898

9999
End Rcomplex_NormedModType.
100+
End Rcomplex_NormedModType.
100101

101102
Section Holomorphe_der.
102103
Variable R : realType.

0 commit comments

Comments
 (0)