We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4398c4 commit c0dd79cCopy full SHA for c0dd79c
theories/ftc.v
@@ -1801,8 +1801,8 @@ Local Open Scope ereal_scope.
1801
Lemma integration_by_substitution_onem (G : R -> R) (r : R) :
1802
(0 < r <= 1)%R ->
1803
{within `[0%R, r], continuous G} ->
1804
- (\int[mu]_(x in `[0%R, r]) (G x)%:E =
1805
- \int[mu]_(x in `[`1-r, 1%R]) (G `1-x)%:E).
+ \int[mu]_(x in `[0%R, r]) (G x)%:E =
+ \int[mu]_(x in `[`1-r, 1%R]) (G `1-x)%:E.
1806
Proof.
1807
move=> r01 cG.
1808
have := @integration_by_substitution_decreasing R onem G `1-r 1.
0 commit comments