Theorems · Theorem · order theory
Finset.apply_sup_eq_sup_comp
∀ {α : Type u_2} {β : Type u_3} {γ : Type u_4} [inst : SemilatticeSup α] [inst_1 : OrderBot α]
[inst_2 : SemilatticeSup γ] [inst_3 : OrderBot γ] {s : Finset β} {f : β → α} (g : α → γ),
(∀ (x y : α), g (x ⊔ y) = g x ⊔ g y) → g ⊥ = ⊥ → g (s.sup f) = s.sup (g ∘ f)- Defined in
- Mathlib.Data.Finset.Lattice.Fold
- Cited by
- 11 results in Mathlib
- Foundations
- Depth 59 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- Bot.botstatement and proof · cited by 4,720
- OrderBotstatement and proof · cited by 1,055
- SemilatticeSupstatement and proof · cited by 785
- Finset.supstatement and proof · cited by 530
- Finset.consproof · cited by 221
- Finset.cons_induction_onproof · cited by 37
- Finset.sup_consproof · cited by 30
Cited by11
Results whose statement or proof uses this declaration.
- NNReal.mul_finset_supproof · cited by 3
- Finset.apply_sup_eq_sup_comp_of_linearOrderproof · cited by 2
- Finset.sup_coeproof · cited by 2
- Multiset.map_finset_supproof · cited by 1
- Finset.sup_applyproof · cited by 1
- Finpartition.sup_parts_applyproof · cited by 1
- Nat.cast_finsetSupproof · cited by 1
- Finset.comp_sup_eq_sup_compproof · cited by 0
- NNReal.finset_sup_mulproof · cited by 0
- MvPolynomial.degrees_esymmproof · cited by 0
- Finset.sup_toFinsetproof · cited by 0