Theorems · Theorem · real analysis
Asymptotics.IsTheta.isBoundedUnder_le_iff
∀ {α : Type u_1} {E' : Type u_6} {F' : Type u_7} [inst : SeminormedAddCommGroup E'] [inst_1 : SeminormedAddCommGroup F']
{f' : α → E'} {g' : α → F'} {l : Filter α},
f' =Θ[l] g' →
(Filter.IsBoundedUnder (fun x1 x2 => x1 ≤ x2) l (norm ∘ f') ↔
Filter.IsBoundedUnder (fun x1 x2 => x1 ≤ x2) l (norm ∘ g'))- Defined in
- Mathlib.Analysis.Asymptotics.Theta
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 159 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- Filterstatement and proof · cited by 8,121
- Norm.normstatement · cited by 5,413
- SeminormedAddCommGroupstatement and proof · cited by 2,671
- Normproof · cited by 512
- Asymptotics.IsBigOproof · cited by 506
- Filter.IsBoundedUnderstatement · cited by 247
- Asymptotics.IsThetastatement and proof · cited by 115
- one_ne_zero'proof · cited by 23
- Asymptotics.IsTheta.isBigO_congr_leftproof · cited by 4
- Asymptotics.isBigO_const_of_neproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.