Theorems · Definition · combinatorics
Finset.strongDownwardInductionOn
{α : Type u_1} →
{n : ℕ} →
{p : Finset α → Sort u_4} →
(s : Finset α) →
((t₁ : Finset α) → ({t₂ : Finset α} → t₂.card ≤ n → t₁ ⊂ t₂ → p t₂) → t₁.card ≤ n → p t₁) → s.card ≤ n → p sAnalogue of strongDownwardInduction with order of arguments swapped.
- Defined in
- Mathlib.Data.Finset.Card
- Cited by
- 2 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.
Cites3
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.cardstatement and proof · cited by 2,327
- Finset.strongDownwardInductionproof · cited by 3
Cited by2
Results whose statement or proof uses this declaration.
- Set.Intersecting.exists_card_eqproof · cited by 1
- Finset.strongDownwardInductionOn_eqstatement · cited by 0