Skip to content

Commit 3a69bde

Browse files
committed
rename: derivable_oy_continuous_bndN -> derivable_oy_RcontinuousN
1 parent 21e23f2 commit 3a69bde

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

CHANGELOG_UNRELEASED.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
`derivable_Nyo_continuousW`
9393

9494
- in `realfun.v`:
95-
+ lemma `derivable_oy_continuous_bndN`
95+
+ lemma `derivable_oy_RcontinuousN`
9696

9797
- in `ftc.v`:
9898
+ lemmas `integration_by_partsy_ge0_ge0`,

theories/ftc.v

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1097,7 +1097,7 @@ rewrite (@integration_by_partsy_ge0_ge0 R (- F)%R G (- f)%R g a (- FGoo)).
10971097
rewrite -EFinN opprD 2!opprK mulNr.
10981098
by under eq_integral do rewrite mulNr EFinN.
10991099
- by move=> ?; apply: cvgN; exact: cf.
1100-
- exact: derivable_oy_continuous_bndN.
1100+
- exact: derivable_oy_RcontinuousN.
11011101
- by move=> ? ?; rewrite fctE derive1N ?Ff => [//|//|]; apply: Foy.1.
11021102
- by [].
11031103
- by [].
@@ -1119,7 +1119,7 @@ rewrite (@integration_by_partsy_le0_ge0 R (- F)%R G (- f)%R g a (- FGoo)).
11191119
rewrite -EFinN opprD 2!opprK mulNr oppeK.
11201120
by under eq_integral do rewrite mulNr EFinN.
11211121
- by move=> ?; apply: cvgN; exact: cf.
1122-
- exact: derivable_oy_continuous_bndN.
1122+
- exact: derivable_oy_RcontinuousN.
11231123
- by move=> ? ?; rewrite fctE derive1N ?Ff//; move: Foy => [+ _]; apply.
11241124
- by [].
11251125
- by [].

theories/realfun.v

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,8 +1124,7 @@ Definition derivable_Nyo_Lcontinuous (f : R -> V) (x : R) :=
11241124
Definition derivable_oy_Rcontinuous (f : R -> V) (x : R) :=
11251125
{in `]x, +oo[, forall x, derivable f x 1} /\ f @ x^'+ --> f x.
11261126

1127-
(* TODO rename to derivable_oy_Rcontinuous_bndN *)
1128-
Lemma derivable_oy_continuous_bndN (f : R -> V) (x : R) :
1127+
Lemma derivable_oy_RcontinuousN (f : R -> V) (x : R) :
11291128
derivable_oy_Rcontinuous f x -> derivable_oy_Rcontinuous (- f) x.
11301129
Proof.
11311130
case=> /= derF Fa; split; last exact: cvgN.

0 commit comments

Comments
 (0)