Theorems · Theorem · order theory
Filter.limsup_piecewise
∀ {α : Type u_1} {β : Type u_2} [inst : CompleteDistribLattice α] {f : Filter β} {u : β → α} {s : Set β}
[inst_1 : DecidablePred fun x => x ∈ s] {v : β → α},
Filter.limsup (s.piecewise u v) f = (Filter.blimsup u f fun x => x ∈ s) ⊔ Filter.blimsup v f fun x => x ∉ s- Defined in
- Mathlib.Order.LiminfLimsup
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 72 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.
- Setstatement and proof · cited by 53,352
- Filterstatement and proof · cited by 8,121
- Filter.univ_mem'proof · cited by 1,672
- Filter.limsupstatement · cited by 226
- Set.piecewisestatement · cited by 136
- Set.piecewise_eq_of_memproof · cited by 49
- Set.piecewise_eq_of_notMemproof · cited by 49
- Filter.blimsupstatement and proof · cited by 40
- CompleteDistribLatticestatement and proof · cited by 17
- Filter.blimsup_congrproof · cited by 4
- Filter.blimsup_sup_notproof · cited by 3
Cited by2
Results whose statement or proof uses this declaration.
- ENNReal.essSup_piecewiseproof · cited by 2
- Filter.liminf_piecewiseproof · cited by 0