Theorems · Theorem · real analysis
BoxIntegral.norm_volume_sub_integral_face_upper_sub_lower_smul_le
∀ {E : Type u} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] {n : ℕ} [CompleteSpace E]
(I : BoxIntegral.Box (Fin (n + 1))) {i : Fin (n + 1)} {f : (Fin (n + 1) → ℝ) → E} {f' : (Fin (n + 1) → ℝ) →L[ℝ] E},
ContinuousOn f (BoxIntegral.Box.Icc I) →
∀ {x : Fin (n + 1) → ℝ},
x ∈ BoxIntegral.Box.Icc I →
∀ {a : E} {ε : ℝ},
0 < ε →
(∀ y ∈ BoxIntegral.Box.Icc I, ‖f y - a - f' (y - x)‖ ≤ ε * ‖y - x‖) →
∀ {c : NNReal},
I.distortion ≤ c →
‖(∏ j, (I.upper j - I.lower j)) • f' (Pi.single i 1) -
(BoxIntegral.integral (I.face i) ⊥ (f ∘ i.insertNth (I.upper i))
BoxIntegral.BoxAdditiveMap.volume -
BoxIntegral.integral (I.face i) ⊥ (f ∘ i.insertNth (I.lower i))
BoxIntegral.BoxAdditiveMap.volume)‖ ≤
2 * ε * ↑c * ∏ j, (I.upper j - I.lower j)Auxiliary lemma for the divergence theorem.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 250 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites74
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement · cited by 53,352
- Realstatement and proof · cited by 25,697
- RingHom.idstatement and proof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- Top.topproof · cited by 9,680
- Norm.normstatement and proof · cited by 5,413
- ContinuousLinearMapstatement and proof · cited by 5,352
- Bot.botstatement and proof · cited by 4,720
- NNRealstatement and proof · cited by 4,310
- mul_oneproof · cited by 3,885
Cited by1
Results whose statement or proof uses this declaration.
- BoxIntegral.hasIntegral_GP_pderivproof · cited by 1