Theorems · Theorem · order theory
Finset.sup_induction
∀ {α : Type u_2} {β : Type u_3} [inst : SemilatticeSup α] [inst_1 : OrderBot α] {s : Finset β} {f : β → α}
{p : α → Prop}, p ⊥ → (∀ (a₁ : α), p a₁ → ∀ (a₂ : α), p a₂ → p (a₁ ⊔ a₂)) → (∀ b ∈ s, p (f b)) → p (s.sup f)- Defined in
- Mathlib.Data.Finset.Lattice.Fold
- Cited by
- 8 results in Mathlib
- Foundations
- Depth 60 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- SemilatticeSupOrderBot
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_inductionproof · cited by 85
- Finset.sup_consproof · cited by 30
Cited by8
Results whose statement or proof uses this declaration.
- Finset.sup'_inductionproof · cited by 3
- Submodule.fg_finset_supproof · cited by 1
- Subgroup.FG.finset_supproof · cited by 1
- AddSubgroup.FG.finset_supproof · cited by 1
- Finset.sup_memproof · cited by 1
- AddSubmonoid.FG.finset_supproof · cited by 1
- Submonoid.FG.finset_supproof · cited by 1
- Finset.sup_preimage_val_idstatement · cited by 0