Theorems · Theorem · combinatorics
Finset.strongDownwardInductionOn_eq
∀ {α : Type u_1} {n : ℕ} {p : Finset α → Sort u_4} (s : Finset α)
(H : (t₁ : Finset α) → ({t₂ : Finset α} → t₂.card ≤ n → t₁ ⊂ t₂ → p t₂) → t₁.card ≤ n → p t₁),
(fun a => s.strongDownwardInductionOn H a) = H s fun {t} ht x => t.strongDownwardInductionOn H ht- Defined in
- Mathlib.Data.Finset.Card
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 61 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
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.card_lt_cardproof · cited by 23
- Finset.strongDownwardInductionproof · cited by 3
- Finset.strongDownwardInductionOnstatement · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.