Theorems · Theorem · order theory
Finset.inf_induction
∀ {α : Type u_2} {β : Type u_3} [inst : SemilatticeInf α] [inst_1 : OrderTop α] {s : Finset β} {f : β → α}
{p : α → Prop}, p ⊤ → (∀ (a₁ : α), p a₁ → ∀ (a₂ : α), p a₂ → p (a₁ ⊓ a₂)) → (∀ b ∈ s, p (f b)) → p (s.inf f)- Defined in
- Mathlib.Data.Finset.Lattice.Fold
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 59 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- SemilatticeInfOrderTop
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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
- Top.topstatement and proof · cited by 9,680
- SemilatticeInfstatement and proof · cited by 634
- OrderTopstatement and proof · cited by 493
- Finset.consproof · cited by 221
- Finset.infstatement and proof · cited by 219
- Finset.cons_inductionproof · cited by 85
- Finset.inf_consproof · cited by 16
- Finset.forall_mem_consproof · cited by 12
Cited by2
Results whose statement or proof uses this declaration.
- Finset.inf'_inductionproof · cited by 2
- Finset.inf_memproof · cited by 0