Theorems · Theorem · order theory
Finset.sup_ite
∀ {α : Type u_2} {β : Type u_3} [inst : SemilatticeSup α] [inst_1 : OrderBot α] {s : Finset β} {f g : β → α}
(p : β → Prop) [inst_2 : DecidablePred p],
(s.sup fun i => if p i then f i else g i) = (Finset.filter p s).sup f ⊔ {i ∈ s | ¬p i}.sup g- Defined in
- Mathlib.Data.Finset.Lattice.Fold
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 63 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement and proof · cited by 13,712
- OrderBotstatement and proof · cited by 1,055
- Finset.filterstatement · cited by 949
- SemilatticeSupstatement and proof · cited by 785
- Finset.supstatement · cited by 530
- Finset.fold_iteproof · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- Pi.nnnorm_singleproof · cited by 2