Theorems · Theorem · approximation theory
Asymptotics.IsLittleO.add_add
∀ {α : Type u_1} {E' : Type u_6} {F' : Type u_7} [inst : SeminormedAddCommGroup E'] [inst_1 : SeminormedAddCommGroup F']
{l : Filter α} {f₁ f₂ : α → E'} {g₁ g₂ : α → F'},
f₁ =o[l] g₁ → f₂ =o[l] g₂ → (fun x => f₁ x + f₂ x) =o[l] fun x => ‖g₁ x‖ + ‖g₂ x‖- Defined in
- Mathlib.Analysis.Asymptotics.Defs
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 114 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement · cited by 25,697
- Filterstatement and proof · cited by 8,121
- Norm.normstatement and proof · cited by 5,413
- SeminormedAddCommGroupstatement and proof · cited by 2,671
- Asymptotics.IsLittleOstatement and proof · cited by 375
- abs_of_nonnegproof · cited by 279
- Asymptotics.IsLittleO.addproof · cited by 17
- Asymptotics.IsLittleO.trans_leproof · cited by 2
Cited by3
Results whose statement or proof uses this declaration.
- Asymptotics.IsEquivalent.add_add_of_nonnegproof · cited by 0
- Asymptotics.IsLittleO.sum_congrproof · cited by 0