Skip to content

Commit 7a253c7

Browse files
committed
rename lfun pred into Lfun
1 parent cddbfa6 commit 7a253c7

3 files changed

Lines changed: 182 additions & 188 deletions

File tree

CHANGELOG_UNRELEASED.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
+ lemma `conjugateE`
5959
+ lemmas `lerB_DLnorm`, `lerB_LnormD`, `eminkowski`
6060
+ definition `finite_norm`
61-
+ mixin `isLfun` with field `lfuny`
62-
+ structure `Lfun`
61+
+ mixin `isLfunction` with field `Lfunction_finite`
62+
+ structure `Lfunction`
6363
+ notation `LfunType`
6464
+ definition `Lequiv`
6565
+ canonical `Lequiv_canonical`
@@ -68,21 +68,21 @@
6868
+ record `LType`
6969
+ coercion `LfunType_of_LType`
7070
+ definition `Lspace` with notation `mu.-Lspace p`
71-
+ lemma `lfun_integrable`, `lfun1_integrable`, `lfun2_integrable_sqr`, `lfun2M2_1`
72-
+ lemma `lfunp_scale`, `lfun_cst`,
73-
+ definitions `finlfun`, `lfun`, `lfun_key`
74-
+ canonical `lfun_keyed`
75-
+ lemmas `sub_lfun_mfun`, `sub_lfun_finlfun`
76-
+ definition `lfun_Sub`
77-
+ lemmas `lfun_rect`, `lfun_valP`, `lfuneqP`, `lfuny0`, `mfunP`, `lfunP`,
71+
+ lemma `Lfun_integrable`, `Lfun1_integrable`, `Lfun2_integrable_sqr`, `Lfun2_mul_Lfun1`
72+
+ lemma `Lfun_scale`, `Lfun_cst`,
73+
+ definitions `finLfun`, `Lfun`, `Lfun_key`
74+
+ canonical `Lfun_keyed`
75+
+ lemmas `sub_Lfun_mfun`, `sub_Lfun_finLfun`
76+
+ definition `Lfun_Sub`
77+
+ lemmas `Lfun_rect`, `Lfun_valP`, `LfuneqP`, `finite_norm_cst0`, `mfunP`, `LfunP`,
7878
`mfun_scaler_closed`
79-
+ lemmas `LnormZ`, `lfun_submod_closed`
79+
+ lemmas `LnormZ`, `Lfun_submod_closed`
8080
+ lemmas `finite_norm_fine`, `ler_LnormD`,
8181
`LnormrN`, `fine_Lnormr_eq0`
8282
+ lemma `fine_Lnormr_eq0`
83-
+ lemma `lfun_inclusion`, `lfun_inclusion12`
84-
+ lemma `lfun_oppr_closed`
85-
+ lemma `lfun_addr_closed`
83+
+ lemma `Lfun_subset`, `Lfun_subset12`
84+
+ lemma `Lfun_oppr_closed`
85+
+ lemma `Lfun_addr_closed`
8686
+ lemmas `poweR_Lnorm`, `oppe_Lnorm`
8787
+ lemma `integrable_poweR`
8888

0 commit comments

Comments
 (0)