Theorems · Theorem · order theory
OrderIso.liminf_apply
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_6} [inst : ConditionallyCompleteLattice β]
[inst_1 : ConditionallyCompleteLattice γ] {f : Filter α} {u : α → β} (g : β ≃o γ),
autoParam (Filter.IsBoundedUnder (fun x1 x2 => x1 ≥ x2) f u) OrderIso.liminf_apply._auto_1 →
autoParam (Filter.IsCoboundedUnder (fun x1 x2 => x1 ≥ x2) f u) OrderIso.liminf_apply._auto_3 →
autoParam (Filter.IsBoundedUnder (fun x1 x2 => x1 ≥ x2) f fun x => g (u x)) OrderIso.liminf_apply._auto_5 →
autoParam (Filter.IsCoboundedUnder (fun x1 x2 => x1 ≥ x2) f fun x => g (u x)) OrderIso.liminf_apply._auto_7 →
g (Filter.liminf u f) = Filter.liminf (fun x => g (u x)) f- Defined in
- Mathlib.Order.LiminfLimsup
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 29 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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
- Filterstatement and proof · cited by 8,121
- OrderIsostatement and proof · cited by 874
- ConditionallyCompleteLatticestatement and proof · cited by 364
- Filter.IsBoundedUnderstatement and proof · cited by 247
- Filter.liminfstatement · cited by 198
- Filter.IsCoboundedUnderstatement and proof · cited by 102
- OrderIso.dualproof · cited by 24
- OrderIso.limsup_applyproof · cited by 5
Cited by6
Results whose statement or proof uses this declaration.
- EReal.limsup_negproof · cited by 5
- ENNReal.liminf_const_mul_of_ne_zero_of_ne_topproof · cited by 2
- ENNReal.inv_liminfproof · cited by 1
- MeasureTheory.Lp.eLpNorm'_lim_le_liminf_eLpNorm'proof · cited by 1
- MeasureTheory.ae_bdd_liminf_atTop_of_eLpNorm_bddproof · cited by 1
- OrderIso.essInf_applyproof · cited by 0