Asymptotic equivalence up to a constant #
THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.
In this file we define asymptotics.is_Theta l f g (notation: f =Θ[l] g) as
f =O[l] g ∧ g =O[l] f, then prove basic properties of this equivalence relation.
Alias of the forward direction of asymptotics.is_Theta_const_smul_left.
Alias of the reverse direction of asymptotics.is_Theta_const_smul_left.
Alias of the reverse direction of asymptotics.is_Theta_const_smul_right.
Alias of the forward direction of asymptotics.is_Theta_const_smul_right.
Alias of the reverse direction of asymptotics.is_Theta_const_mul_left.
Alias of the forward direction of asymptotics.is_Theta_const_mul_left.
Alias of the reverse direction of asymptotics.is_Theta_const_mul_right.
Alias of the forward direction of asymptotics.is_Theta_const_mul_right.