Skip to content

Commit

Permalink
Update theories/lebesgue_integral.v
Browse files Browse the repository at this point in the history
  • Loading branch information
pi8027 authored Dec 8, 2024
1 parent d09325c commit 6d5e8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theories/lebesgue_integral.v
Original file line number Diff line number Diff line change
Expand Up @@ -2351,7 +2351,7 @@ transitivity (\int[mu]_(x in D) limn (g^~ x)).
near: n; exists `|ceil (M / r)|%N => // m /=.
rewrite -(ler_nat R); apply: le_trans.
rewrite natr_absz ger0_norm ?ceil_ge//.
by rewrite-(ceil0 R) ceil_le// divr_ge0// ltW.
by rewrite -(ceil0 R) ceil_le// divr_ge0// ltW.
- rewrite lt0_mulye//; apply/cvgeNyPleNy; near=> M;
have M0 : (M <= 0)%R by [].
rewrite /g; case: (f x) fx0 => [r r0|//|_]; last first.
Expand Down

0 comments on commit 6d5e8c1

Please sign in to comment.