Theorems · Theorem · approximation theory
ContinuousOn.isBigOWith_rev_principal
∀ {α : Type u_1} {E : Type u_2} {F : Type u_3} [inst : TopologicalSpace α] {s : Set α} {f : α → E}
[inst_1 : NormedAddGroup E] [inst_2 : SeminormedAddGroup F],
ContinuousOn f s →
IsCompact s →
(∀ i ∈ s, f i ≠ 0) →
∀ (c : F), Asymptotics.IsBigOWith (‖c‖ / sInf (norm '' f '' s)) (Filter.principal s) (fun x => c) f- Defined in
- Mathlib.Analysis.Asymptotics.Lemmas
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 156 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites28
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- TopologicalSpacestatement and proof · cited by 24,529
- Set.imagestatement and proof · cited by 5,609
- Norm.normstatement and proof · cited by 5,413
- ContinuousOnstatement and proof · cited by 1,411
- IsCompactstatement and proof · cited by 1,282
- InfSet.sInfstatement and proof · cited by 935
- Filter.principalstatement · cited by 740
- norm_nonnegproof · cited by 725
- Set.mem_image_of_memproof · cited by 371
- SeminormedAddGroupstatement and proof · cited by 331
Cited by1
Results whose statement or proof uses this declaration.
- ContinuousOn.isBigO_rev_principalproof · cited by 1