Theorems · Theorem · order theory
Finset.inf_ite
∀ {α : Type u_2} {β : Type u_3} [inst : SemilatticeInf α] [inst_1 : OrderTop α] {s : Finset β} {f g : β → α}
(p : β → Prop) [inst_2 : DecidablePred p],
(s.inf fun i => if p i then f i else g i) = (Finset.filter p s).inf f ⊓ {i ∈ s | ¬p i}.inf g- Defined in
- Mathlib.Data.Finset.Lattice.Fold
- Cited by
- 2 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
- Finset.filterstatement · cited by 949
- SemilatticeInfstatement and proof · cited by 634
- OrderTopstatement and proof · cited by 493
- Finset.infstatement · cited by 219
- Finset.fold_iteproof · cited by 3
Cited by2
Results whose statement or proof uses this declaration.
- Submodule.IsMinimalPrimaryDecomposition.comap_localized₀_eq_iInfproof · cited by 0